@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

/* Global box-sizing and overflow prevention */
* {
    box-sizing: border-box;
}

html {
    background: #fff;
    height: 100%;
    font-family: "Titillium Web", Arial, sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Titillium Web", Arial, sans-serif;
    color: #838383;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

body,
a {
    font-family: "Titillium Web", Arial, sans-serif;
}

.padding-reset {
    padding: 0px;
    margin: 0px;
}

.padding-resize {
    padding: 1px;
    margin: 0px;
}

.carousel-indicators .active {
    background-color: var(--weather);
}

.carousel-indicators li {
    border: solid 2px var(--weather);
    margin: 0px 3px;
    width: 12px;
    height: 12px;
}

.slick-prev,
.slick-next {
    border: none;
}

.ps-relative {
    position: relative;
}

::-moz-selection {
    background: #d8d8d8;
    color: #fff;
}

::selection {
    background: #d8d8d8;
    color: #fff;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.text-center {
    text-align: center;
}

.flex-center {
    display: flex;
    align-items: center;
}

.jf-center {
    display: flex;
    justify-content: center;
}

.header-top {
    width: 100%;
    background: #253a78;
    display: flex;
    height: 55px;
    align-items: center;
    padding: 0 80px;
}

.topleft-nav,
.topleft-nav ul li,
.topright-nav li {
    float: left;
    position: relative;
}

.topright-nav {
    float: right;
}

.topleft-nav ul li:after,
.topright-nav ul li:after {
    content: "|";
    float: left;
    color: #fff;
    padding: 0 14px;
}

.topleft-nav ul li:first-child::after,
.topright-nav ul li:first-child::after {
    content: "";
    padding: 0;
}

.topleft-nav ul li a,
.topright-nav ul li a {
    color: white;
    font-size: 12px;
    padding: 16px 0;
}

.topright-nav li a img {
    position: relative;
    top: -1px;
}

.logo {
    text-align: center;
    height: 80px;
    padding: 14px 0px;
    position: relative;
}

.logo img[src*="logo-eng.svg"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    margin: auto;
    height: 110px;
}

.navigation {
    width: 100%;
    height: 55px;
    border-top: solid 1px #000;
    padding: 14px 0;
    background: #f9f9f9;
}

.navigation ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navigation ul li {
    float: left;
    margin: 0 10px;
}

.navigation ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.esaslabs-logo {
    height: 18px;
    position: relative;
    top: -3px;
}

.ik-motto,
.numbers {
    text-align: center;
    display: flex;
    margin: 70px 0;
}

.main-section-title {
    font-size: 32px;
    font-weight: 700;
}

.motto-boxes,
.number-items {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 20px;
}

.motto-boxes div {
    margin: 20px;
}

.motto-boxes div img {
    height: 160px;
}

.numbers {
    background: url("../images/numbers-bg.png");
    min-height: 470px;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.numbers .main-section-title {
    color: #fff;
    margin-bottom: 40px;
}

.number-item {
    margin: 0px 120px;
}

.number-item h2 {
    font-size: 32px;
    color: #ff4748;
    font-weight: 700;
}

.number-item h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.home-about {
    display: flex;
    margin-bottom: 100px;
}

.home-about-img img {
    width: 100%;
}

.home-about-prp {
    background: #e9ebf2;
    height: 100%;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-about-prp h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -2px;
}

.home-about-prp p {
    font-size: 14px;
    margin: 15px 0 40px 0;
}

.home-about-prp a {
    background: #fff;
    border: solid 2px #133579;
    padding: 8px 15px 8px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #133579;
    width: fit-content;
}

.home-about-prp a img {
    margin-left: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}

footer {
    display: flex;
}

.stay-updated {
    background: #133579;
    border: solid 2px #fff;
    padding: 8px 15px 8px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: fit-content;
}

.stay-updated img {
    margin-left: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    filter: brightness(0) invert(1);
}

.home-news {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-news-slider-box img {
    width: 100%;
}

.hs-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px 15px 0 15px;
    position: relative;
}

.hs-item img {
    width: 100%;
}

.news-filter {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    background: -webkit-linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    z-index: 9;
    height: 100%;
    right: 0;
    bottom: 0;
}

.home-news-box-content {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home-news-box-content h5 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.home-news-box-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 70%;
}

.news-slider {
    margin-bottom: 30px;
}

.slick-prev {
    float: left;
    position: absolute;
    z-index: 99;
    left: 3%;
    top: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
}

.slick-prev img {
    width: 100%;
}

.slick-next {
    float: right;
    position: absolute;
    z-index: 99;
    right: 3%;
    top: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
}

footer .container-fluid {
    background: #212a5d;
    padding: 0;
}

.footer-newsletter {
    padding: 1% 5%;
    display: flex;
    flex-direction: column;
}

.footer-newsletter input {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: solid 1px #858585;
    height: 40px;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.footer-newsletter input::placeholder {
    color: #8186a1;
}

.footer-newsletter h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
}

.footer-send {
    background: none;
    border: solid 1px #fff;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
}

.footer-bottom {
    padding: 2% 5%;
    background: #273370;
}

.footer-contact h5 {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    margin: 20px 0 30px;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    text-decoration: underline !important;
}

.footer-contact a.mail-btn img {
    height: 12px;
    margin-right: 8px;
}

.footer-contact a.phone-btn img {
    height: 16px;
    margin-right: 8px;
}

.home-slide-item img {
    width: 100%;
    filter: brightness(0.65)
}

.main-slide-content {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: left;
}

.main-slide-content h4 {
    font-size: 14px;
    color: #d0d0d0;
    font-weight: 700;
}

.main-slide-content p {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    width: 50%;
    line-height: 48px;
    margin: 30px 0;
    display: flex;
}

.main-slide-content a {
    background: #133579;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.home-slider-nav {
    background: #fff;
    position: relative;
    top: -45px;
    border-top: solid 2px #133579;
    padding: 20px 0px;
}

.slider-nav-item {
    border-left: solid 2px #cacaca;
    padding-left: 10px;
}

.slider-nav-item p {
    font-size: 14px;
    color: #343434;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}

.slider-nav-item.is-active {
    border-color: #133579 !important;
}

.bc-tabs .nav-link .tab-text-color {
        color: #222;
        transition: color 0.2s;
}

.bc-tabs .nav-link.active .tab-text-color {
        color: #fff !important;
}

.home-slider-nav .is-active p {
    color: #000 !important;
    font-weight: 700;
}

.home-slider .slick-prev,
.home-slider .slick-next {
    display: none !important;
}

.home-slider-nav .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}

.news-slider .slick-dots {
    display: none !important;
}


/* Hide Dropdowns by Default */

.topleft-nav ul ul {
    display: none;
    position: absolute;
    top: 30px;
    background: #253a78;
    left: 18px;
    width: 100%;
    padding: 14px;
}


/* the height of the main nav */


/* Display Dropdowns on Hover */

.topleft-nav ul li:hover>ul {
    display: inherit !important;
}


/* Fisrt Tier Dropdown */

.topleft-nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    margin-bottom: 5px;
}

.topleft-nav ul ul li:last-child {
    margin: 0;
}


/* Second, Third and more Tiers	*/

.topleft-nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

.topleft-nav ul ul li:after {
    content: "";
}

.topleft-nav ul ul li a {
    text-transform: uppercase !important;
}

.footer-social {
    display: flex;
    margin-top: 30px;
}

.footer-social a {
    margin-right: 10px;
}

.footer-nav h5 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -4%;
    color: #fff;
    margin: 0 0 15px 0;
}

.footer-nav ul li {
    margin-bottom: 5px;
}

.footer-nav ul li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 400;
}


/*--- Kurumsal --*/

.cover-sec {
    position: relative;
}

.cover-sec img {
    width: 100%;
    filter: brightness(0.65);
}

.cover-prp {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2% 4%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.cover-prp h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    width: 47%;
}

.cover-prp h5 {
    color: #cdcdcd;
    font-size: 14px;
    letter-spacing: 3px;
}

.who-we-are {
    background: rgba(37, 58, 120, 0.1);
    padding: 3% 0;
}

.who-we-are h2 {
    font-weight: 700;
    font-size: 32px;
}

.who-we-are p {
    font-size: 16px;
    margin-bottom: 10px;
}

.who-we-are img {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.value-item {
    border: solid 1px #d9d9d9;
    padding: 8%;
    min-height: 325px;
}

.value-item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.value-item h3 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 32px;
}

.values h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 5% 0;
    text-align: center;
}

.value-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.mb-30 {
    margin-bottom: 30px;
}

.yk-all {
    background: rgba(37, 58, 120, 0.1);
    padding: 3% 0;
}

.yk-all .slick-dots {
    display: none !important;
}

.yk-box {
    background: white;
    width: 100%;
    display: flow;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
}

.yk-box h2 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.yk-box h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}

.yk-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px 15px 0 15px;
    position: relative;
}

.yk-item img {
    width: 100%;
}

.yk-all h1 {
    font-weight: 700;
    font-size: 32px;
    margin: 15px;
}

.yk-all .slick-prev {
    top: 40% !important;
    left: 15px !important;
}

.yk-all .slick-next {
    top: 40% !important;
    right: 15px !important;
}

.award-item {
    border: solid 1px #d9d9d9;
    padding: 20px;
    z-index: 1;
    position: relative;
    min-height: 460px;
}

.award-item-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-item-top-to {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.award-img,
.route-img {
    width: 100%;
}

.award-icon {
    position: absolute;
}

.award-prp,
.routes-prp {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.award-prp h5 {
    color: #133579;
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 2px;
}

.award-prp h2,
.route-prp h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 15px 0;
}

.award-prp p {
    margin: 0;
    font-size: 16px;
}

.awards h1,
.routes h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 5% 0;
    text-align: center;
}

.awards,
.routes {
    position: relative;
}

.awards .pattern-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.breadcrumb {
    background: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 1% 4%;
    border-bottom: solid 1px #253a7847;
    justify-content: space-between;
}

.breadcrumb ul li {
    float: left;
    margin-right: 10px;
}

.breadcrumb ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.breadcrumb ul li a img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.breadcrumb ul li.active a {
    color: #133579;
}

.breadcrumb ul li:after {
    content: "/";
    margin-left: 10px;
    font-weight: 600;
}

.breadcrumb ul li:last-child::after {
    content: "";
}

.yk-cover .cover-line {
    width: 70px;
    height: 200px;
    border: solid 1px #fff;
    position: relative;
    top: 40px;
    left: -25px;
}

.yk-cover-prp {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2% 4%;
    display: flex;
    flex-direction: column;
}

.yk-cover-prp h5 {
    color: #cdcdcd;
    font-size: 14px;
    letter-spacing: 3px;
}

.yk-cover-prp h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    width: 45%;
    margin-top: 50px;
}

.yk-cover-prp h2 {
    font-size: 16px;
    color: #fff;
}

.yk-profile {
    position: absolute;
    right: 5%;
    bottom: -20%;
    height: 400px;
}

.yk-cover {
    background: #133579;
    position: relative;
    height: 500px;
}

.yk-about {
    margin: 5%;
}

.yk-about h3 {
    font-size: 16px;
    font-weight: 700;
    color: #133579;
    padding: 10px 0;
    width: 90%;
    border-right: solid 1px #133579;
    margin-bottom: 30px;
}

.yk-profile-contact a {
    border: solid 1px;
    width: 70%;
    display: flex;
    padding: 10px;
    color: #000;
    margin-bottom: 15px;
}

.yk-profile-contact a img {
    margin-right: 10px;
}

.yk-about h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.yk-about p {
    font-size: 16px;
}

.breadcrumb .nav-tabs {
    border: none;
}

.breadcrumb .nav-tabs button {
    background: #fff;
    border: solid 1px #000;
    padding: 5px 15px;
    border-radius: 0px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-left: 15px;
}

.breadcrumb .nav-tabs button img {
    margin-left: 5px;
}

.breadcrumb .nav-tabs button.active {
    background: #133579;
    border: solid 1px #133579;
    color: #fff;
}

.breadcrumb .nav-tabs button.active img {
    filter: brightness(0) invert(1);
}

.breadcrumb .nav-tabs button:hover {
    border-color: #000;
}


/** Projects **/

.projects {
    background: rgba(37, 58, 120, 0.1);
    position: relative;
    display: flex;
}

.projects .white-bg {
    width: 50%;
    display: flex;
    background: #fff;
    height: 100%;
    float: right;
    position: absolute;
    right: 0;
}

.project-item-image {
    position: relative;
    width: 100%;
    z-index: 9;
}

.project-item {
    margin: 10% 0;
    display: flex;
    position: relative;
}

.project-item-prp {
    background: #fff;
    padding: 70px 50px;
    border-right: solid 10px #253a78;
    position: relative;
    right: -30px;
    z-index: 99;
    box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
}

.project-item-prp:after {
    content: "";
    background: #133579;
    width: 50px;
    height: 2px;
    position: absolute;
    left: -25px;
    bottom: 90px;
}

.reverse-item .project-item-prp:after {
    right: -25px !important;
    left: auto !important;
}

.reverse-item .project-item-prp {
    border-right: 0;
    border-left: solid 10px #253a78;
    left: -25px;
    right: auto;
}

.project-item-prp h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.project-item-prp p {
    font-size: 14px;
    font-weight: 600;
}

.project-item-prp a {
    background: #fff;
    border: solid 2px #133579;
    padding: 8px 15px 8px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #133579;
    width: fit-content;
    /* display: flex; */
    /*Statik versiyonda bu bölüm aktif edilecek*/
    display: none;
}

.project-item figure {
    position: absolute;
    right: -25%;
    top: 0;
    z-index: 0;
}

.project-item figure img {
    height: 450px;
}

.content-card {
    margin: 5% 0;
    display: flex;
}

.content-card img {
    width: 100%;
}

.project-card-content {
    background: #133579;
    padding: 10%;
    position: relative;
    align-items: center;
    left: -25px;
}

.project-card-content h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
}

.project-card-content p {
    color: #fff;
    margin-top: 20px;
    line-height: 26px;
}

.agent {
    width: fit-content;
    background: #e9ebf2;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: solid 1px #7889c5;
    margin-bottom: 25px;
}

.agent h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.agent-prp {
    display: flex;
}

.agent-image {
    margin-right: 10px;
}

.agent-info h1 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.agent-info h2 {
    font-size: 12px;
    color: #989898;
    margin: 0;
}

.agent-info a {
    font-size: 12px;
    color: #464646;
    margin-right: 10px;
}

.agent-info a img {
    margin-right: 5px;
}

.project-detail {
    padding: 3% 0 0 0;
}

.project-detail .text-center h1 {
    font-size: 32px;
    font-weight: 700;
}

.project-detail .text-center a {
    border: solid 1px #000;
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
    display: inline-block;
    margin: 10px 0 40px 0;
    color: #000;
}

.project-detail .text-center a img {
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.project-detail p {
    font-size: 16px;
    margin: 20px 0;
    line-height: 26px;
}

.pd-numbers {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 20px 50px;
    margin: 50px 0;
}

.pd-numbers .number-info {
    border-left: solid 1px #133578;
}

.pd-numbers .number-info h2 {
    font-size: 32px;
    margin: 0;
    color: #133579;
    font-weight: 700;
}

.pd-numbers .number-info span {
    font-size: 16px;
    color: #818181;
}

.project-detail h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 5px 0;
}

.other-projects {
    background: rgba(37, 58, 120, 0.1);
    padding: 2% 0;
}

.other-projects h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.op-item {
    border: solid 1px #b8b8b8;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    width: 95%;
}

.op-slider .slick-prev {
    left: -5%;
    top: 40%;
    border: none;
}

.op-slider .slick-next {
    right: -3%;
    top: 40%;
    border: none;
}

.op-item h5 {
    font-size: 14px;
    color: #133579;
    letter-spacing: 3px;
    font-weight: 700;
}

.op-item h2 {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 700;
}

.op-item p {
    font-size: 16px;
    line-height: 26px;
}

.project-gallery {
    margin: 2% 0;
    display: flex;
}


/**-- Özel Sermaye --*/

.owner {
    margin: 3% 0;
}

.goto-web {
    color: #000;
    border: solid 1px #000;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
}

.owner-card {
    background: #fff;
    text-align: center;
    box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 7px 29px 0px rgba(0, 0, 0, 0.12);
}

.owner-card img {
    width: 100%;
}

.owner-card h1 {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 20px 0 20px;
}

.owner-card h2 {
    font-size: 16px;
    padding-bottom: 20px;
    margin: 0;
}

.owner-info h1 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.owner-info p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}


/**--- İnsan Kültür --**/

.ik-boxes {
    background: #fff;
    display: flex;
    margin: 3% 0;
}

.ik-box-item {
    
    display: flex;
    flex-direction: column;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.box-red {
    background: #D11D5E;
}

.box-blue {
    background: #0974BA;
}

.box-orange {
    background: #F17A20;
}

.box-green {
    background: #3DB456;
}

.ik-box-item img {
    height: 42px;
    filter: brightness(0) invert(1);
}

.ik-box-item h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 5px 0;
}


.ik-boxes h2 {
    font-weight: 700;
    text-align: center;
    margin: 2% 0 4% 0;
}

.ik-content-box {
    background: rgba(37, 58, 120, 0.1);
    padding: 5% 0;
    display: flex;
    align-items: center;
}

.ik-content-box img {
    width: 100%;
}

.ik-content-box-prp h1 {
    font-weight: 700;
    font-size: 34px;
}

.ik-content-box-prp p {
    margin: 15px 0 15px 0;
    width: 80%;
}

.ik-content-box-prp h5 {
    font-weight: 700;
    margin: 15px 0;
}

.bg-white {
    background: #fff !important;
}

.politics {
    display: flex;
    margin: 2% 0;
}

.politics h1 {
    font-weight: 700;
    font-size: 32px;
}

.politics p {
    font-size: 16px;
    margin-top: 30px;
}

.politics img {
    width: 100%;
}

.video-sec {
    background: rgba(233, 235, 242, 1);
}

.video-cover {
    width: 100%;
}

.video-info {
    width: 70%;
    padding: 5%;
}

.video-info h1 {
    font-weight: 700;
    font-size: 32px;
    margin: 15px 0;
}

.video-info p {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.video-info a {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
    border: solid 1px #000;
    display: flex;
    width: fit-content;
    color: #000;
}

.video-info a img {
    margin-right: 5px;
}

.hr-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #b51129;
    padding: 20px;
    background: linear-gradient( 270deg, rgba(79, 7, 18, 1) 0%, rgba(181, 17, 41, 1) 100%);
}

.hr-sec h1 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.hr-sec a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
    border: solid 1px #fff;
}

.hr-sec a img {
    margin-left: 5px;
}


/**-- Yatırımcı İlişkileri --**/

.ir-wrapper h1 {
    font-weight: 700;
    margin: 3% 0 0 0;
}

.ir-wrapper p {
    margin-top: 20px;
}

.ir-documents {
    background: rgba(37, 58, 120, 0.1);
    padding: 3% 0;
    margin-top: 30px;
}

.ir-doc-item {
    background: #fff;
    padding: 30px;
    margin: 10px 0;
}

.ir-doc-item h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 4% 0 2% 0;
}

.ir-doc-item h4 {
    font-size: 16px;
}

.ir-doc-item a {
    background: #253a78;
    padding: 10px 15px;
    display: flex;
    width: fit-content;
    margin: 3% 0;
    color: #fff;
    align-items: center;
}

.ir-doc-item a img {
    filter: brightness(0) invert(1);
    margin-left: 10px;
}

.ir-icon {
    height: 64px;
}

.pdf-page {
    width: fit-content;
    border: solid 1px #000;
    padding: 20px;
}

.pdf-documents {
    padding: 3% 0;
}


/**-- Basın --**/

.press-cover .cover-line,
.press-dt-cover .cover-line {
    width: 70px;
    height: 200px;
    border: solid 1px #fff;
    position: absolute;
    top: 40px;
    left: -25px;
}

.press-cover-prp {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2% 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.press-cover-prp h5 {
    color: #cdcdcd;
    font-size: 14px;
    letter-spacing: 3px;
}

.press-cover-prp h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    width: 45%;
    margin-top: 50px;
}

.press-cover-prp h2 {
    font-size: 16px;
    color: #fff;
    width: 50%;
}

.press-profile {
    position: absolute;
    right: 5%;
    bottom: -20%;
    height: 400px;
    width: fit-content !important;
}

.press-cover {
    background: url("../images/basin-kapak.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 500px;
}

.press-cover img {
    width: 100%;
}

.topnews-sec {
    margin: 3% 0;
}

.topnews-cover {
    width: 100%;
    min-height: 446px;
}

.topnews-sec .slick-dots  {
 display: flex !important;
  justify-content: center;
  align-items: center;
}
.topnews-sec .slick-dots li  {
  float: left;
}


.topnews-sec .slick-dots li button {
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  color: #133578;
  background-color: #f2f2f2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 5px 0 5px;
}

.topnews-sec .slick-dots li.slick-active button {
  background-color: #133578;
  color: #fff;
}

.topnews-sec h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 3%;
}

.topnews-info {
    width: 100%;
    padding: 5%;
    border: solid 1px #ddd;
    min-height: 446px;
}

.topnews-info h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 15px 0;
}

.topnews-info p {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.topnews-sec .slick-prev {
    bottom: 0px;
    top: auto;
    left: 43%;
}

.topnews-sec .slick-next {
    bottom: 0px;
    top: auto;
    left: 46%;
}

.mall-news-item-top span {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
}

.titles {
    display: flex;
    justify-content: space-between;
    margin: 3% 0;
}

.mall-news-item {
    border: solid 1px #d9d9d9;
    padding: 20px;
    z-index: 1;
    position: relative;
    background: #fff;
}

.mall-news-item-top {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.mall-news-img {
    width: 100%;
}

.mall-news-prp {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.mall-news-prp h5 {
    color: #133579;
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 2px;
}

.mall-news-prp h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 15px 0;
}

.mall-news-prp p {
    margin: 0;
    font-size: 16px;
}

.mall-news h1 {
    font-size: 32px;
    font-weight: 700;
}

.mall-news {
    position: relative;
}

.titles .dropdown button {
    background: #fff;
    color: #000;
    border-radius: 0px;
    font-weight: 600;
}

.pagination-wrapper {
    margin: 2% 0;
}

.pagination .page-item {
    margin: 0 5px;
    border: none;
    width: 32px;
}

.pagination .page-item .page-link {
    background: #f5f7fd;
    color: #133578;
    font-weight: 700;
    border: none;
}

.page-item.active a {
    background: #d22030 !important;
    color: #fff !important;
}

.page-item .pa-left {
    background: #9a9a9a !important;
    border-radius: 0px !important;
    width: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.page-item .pa-right {
    background: #9a9a9a !important;
    border-radius: 0px !important;
    width: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.press-dt-cover {
    background: url("../images/basin-kapak.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 500px;
}

.press-detail {
    margin: 5% 0;
}

.press-detail .nav-tabs {
    border: none;
    text-align: left;
}

.press-detail .nav-item {
    border: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    display: flex;
    text-align: left;
}

.press-detail .nav-item button {
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
}

.press-detail .nav-item button.active {
    color: #133578 !important;
    font-weight: 700;
}

.other-news {
    background: rgba(37, 58, 120, 0.1);
    margin: 2% 0;
    padding: 2% 0;
}

.scrollbar {
    width: 90%;
    background: #fff;
    overflow-y: scroll;
    height: 150px;
}


/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: 2px solid #133579;
}


/**-- Medya Merkezi --**/

.media-logos {
    background: rgba(37, 58, 120, 0.1);
    padding: 3% 0;
}

.media-logos h1 {
    font-weight: 700;
    margin: 0 0 3% 0;
}

.media-logos a {
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.media-logos a img {
    padding: 15%;
}

.media-logos a span {
    width: 100%;
    background: #253977;
    font-size: 16px;
    font-weight: 500;
    padding: 30px;
    color: #fff;
}

.media-photos {
    padding: 3% 0;
}

.media-photos .yk-item {
    margin: 0;
}

.media-photos h1 {
    font-weight: 700;
    margin: 0 0 3% 0;
}


/**-- Contact --**/

.contact-wrapper {
    margin: 3% 0;
}

.address-item {
    margin: 3% 0;
}

.address-item h1 {
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0;
}

.address-item a {
    width: 100%;
    display: flex;
    color: #000;
    margin-bottom: 10px;
    text-decoration: underline !important;
}

.address-item a img {
    margin-right: 10px;
    width: 20px;
}

.maps {
    border: solid 1px #000;
    margin-top: 30px;
}

.contact-social {
    display: flex;
    margin: 30px 0;
}

.contact-social a {
    margin-right: 10px;
}

.contact-wrapper input {
    width: 100%;
    float: left;
    border: solid 1px #000;
    margin: 10px 0;
    padding: 15px;
    outline: none;
    color: #000;
}

.contact-form .dropdown button {
    width: 100%;
    float: left;
    border: solid 1px #000;
    margin: 10px 0;
    padding: 15px;
    outline: none;
    color: #8a8a8a;
    background: none;
    text-align: left;
    border-radius: 0px;
}

.contact-form textarea {
    width: 100%;
    float: left;
    border: solid 1px #000;
    margin: 10px 0;
    padding: 15px;
    height: 250px;
    outline: none;
    color: #000;
}

.term .checkbox-edit {
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    display: inline-block;
}

input[type="checkbox"] {
    display: none;
}

.checkbox-edit label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 15px;
    border: solid 1px #d0d6ce;
}

.checkbox-edit label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 5px;
    left: 5px;
    border: 1px solid #1a181b;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-edit label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.checkbox-edit input[type="checkbox"]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.term span a {
    text-decoration: underline !important;
    color: #838383;
}

.term span {
    color: #838383;
}

.contact-form-send {
    background: #133578;
    border: solid 1px #fff;
    padding: 20px 30px;
    margin: 30px 0;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}


/*-- SEARCH --*/

.mb-search-bar {
    display: none;
    background: rgba(33, 42, 93, 0.98);
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    z-index: 99999;
}

.mb-search-bar input {
    background: none;
    border: none;
    color: #fff;
    outline: none;
    width: 90%;
    font-size: 24px;
}

.mb-search-outer .mb-find {
    float: right;
    margin-top: 10px;
}

.mb-find img {
    width: 21px;
}

.mb-search-outer {
    width: 80%;
    border-bottom: solid 1px #465fab;
    padding-bottom: 15px;
    margin: 100px auto;
}

.mb-close-search {
    position: absolute;
    right: 30px;
    top: 30px;
}

#search-results {
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    width: 100%;
    height: 600px;
    margin-top: 25px;
}

#search-results h2 {
    font-weight: 700;
    font-size: 24px;
    color: #7f9eff;
    margin-top: 25px;
}

#search-results a {
    margin: 10px 0 0 0;
    width: 100%;
    display: inline-block;
}

#search-results a h4 {
    color: #fff;
    font-size: 18px;
}


/** ---- Responsive ----**/

.sm-header,
.mobile-menu,
.mb-footer {
    display: none
}

.sm-header img[src*="logo-eng.svg"] {
    width: 159px;
}

@media (max-width: 1279px) {
    .header,
    .logo-sec,
    .nav-sec {
        display: none
    }
    .cover-prp h1 {
        font-size: 24px;
        width: 100%;
    }
    .sm-header {
        padding: 10px 20px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .sm-header img[src*="logo-eng.svg"] {
        width: 159px;
    }
    .sm-header .search-btn {
        filter: brightness(0);
    }
    .sm-header .search-btn img {
        height: 24px;
    }
    .mobile-menu {
        position: fixed;
        overflow-y: auto;
        z-index: 999;
        background: rgba(33, 42, 93, 0.98);
        width: 100%;
        height: 100%;
        top: 0;
    }
    .search-menu a {
        margin-left: 10px;
    }
    .mb-menu-wrapper {
        display: flex;
        padding: 3%;
        flex-direction: column;
    }
    .mb-menu-wrapper ul li {
        margin: 25px 10px;
    }
    .mb-menu-wrapper ul li a {
        color: #fff;
        font-size: 24px;
    }
    .mb-menu-wrapper ul li img {
        filter: brightness(0) invert(1);
    }
    .mb-menu-second {
        display: flex;
        flex-direction: column;
    }
    .mb-menu-second li {
        margin: 25px 10px;
        padding: 0;
    }

    

    .mb-menu-second li a {
        color: #ddd !important;
        font-size: 24px !important;
        /* Enhanced touch support for iOS devices */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
        touch-action: manipulation;
        cursor: pointer;
        /* Larger touch target for better accessibility */
        min-height: 36.5px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    
    /* Specific styling for sustainability link */
    .mb-menu-second li .sustainability-link {
        /* Additional touch enhancements for problematic link */
        position: relative;
        z-index: 10;
        display: block;
        width: 100%;
        min-height: 48px;
        line-height: 48px;
    }
    .lang-btn {
        background: #d22030 !important;
        padding: 2px 5px;
        font-size: 16px !important;
    }
    .close-btn {
        position: absolute;
        right: 25px;
        top: 25px;
    }
    .close-btn img {
        height: 32px;
    }
    .cover-line {
        left: -55px !important;
    }
    .yk-cover .yk-profile {
        bottom: 20px;
        height: 250px;
    }
    .yk-profile-contact a {
        width: 100%;
    }
    .slider-nav {
        display: none;
    }
    .numbers {
        padding: 30px 0;
    }
    .mb-menu-logo {
        height: 42px;
    }
    
    .mb-menu-logo[src*="logo-white-eng.svg"] {
        max-height: 35px;
        width: auto;
    }
    
    
    .home-slider-controller {
        display: none;
    }
    .main-slide-content {
        top: 100px
    }
    .main-slide-content p {
        width: 90%;
        font-size: 42px;
    }
    .awards .pattern-bg {
        display: none
    }
    .press-profile {
        height: 250px;
        bottom: 0;
    }
    .award-item {
        min-height: auto !important;
    }
}

@media (max-width: 1023px) {
    .footer {
        display: none;
    }
    .mb-footer {
        display: flex;
        padding: 30px;
        width: 100%;
        background: #133578;
    }
    .mb-footer .row {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .mb-footer h5 {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -4%;
        color: #fff;
        margin: 0 0 5px 0;
    }
    .mb-footer ul {
        margin-bottom: 25px;
    }
    .mb-footer ul li {
        margin-bottom: 5px;
    }
    .mb-footer ul li a {
        color: #ddd;
        font-size: 12px;
        font-weight: 400;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-down {
        margin-top: 5%;
    }
    .main-slide-content {
        top: 60px
    }
    .main-slide-content p {
        width: 90%;
        font-size: 26px;
        line-height: 26px;
    }
    .press-detail .tab-content {
        padding: 30px;
    }
    .press-profile {
        display: none
    }
    .press-dt-cover,
    .press-cover {
        height: 300px;
        overflow: hidden;
    }
    .press-dt-cover img,
    .press-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .press-cover-prp h1 {
        width: 95%;
        font-size: 26px;
    }
    .press-cover-prp h2 {
        width: 95%
    }

    .topnews-info { min-height: 400px;}

    .project-card-content {
        left: auto !important;
    }
    .bc-tabs {
        margin: 20px 0;
    }
    .project-item-prp {
        right: 0
    }
    .reverse-item .project-item-prp {
        left: 0
    }
    .ik-content-box-prp p {
        width: 90%;
    }
    
    /* Additional banner fixes for tablets */
    .cover-sec {
        overflow: hidden;
    }
    .cover-sec img {
        width: 100%;
        min-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    /* Ensure all containers don't cause horizontal overflow */
    .container,
    .container-fluid {
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 699px) {
    .main-slide-content {
        top: 30%;
    }
    .main-slide-content p {
        width: 95%;
        font-size: 20px;
        line-height: 20px;
        margin: 10px 0;
    }
    .main-slide-content a {
        display: flex;
        width: fit-content;
        padding: 5px 10px;
        font-size: 12px;
    }
    .motto-boxes a {
        margin: 20px 10px;
    }
    .motto-boxes a img {
        height: 120px;
    }
    .numbers .main-section-title {
        margin-bottom: 20px;
    }
    .number-item h2 {
        font-size: 24px;
    }
    .number-item h4 {
        margin-bottom: 30px;
    }
    .number-items {
        margin-top: 0;
    }
    .home-news-box-content {
        padding: 20px 40px;
    }
    .cover-prp h1 {
        font-size: 20px;
    }
    .topnews-cover {
        min-height: auto;
    }
    .cover-sec {
        height: 300px;
        overflow: hidden;
    }
    .cover-sec img {
        height: 300px;
        width: 100%;
        min-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .cover-prp {
        padding: 5%;
    }
    .home-slide-item img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }
    .hr-sec h1 {
        margin: 0
    }
    .hr-sec a {
        font-size: 12px;
        padding: 10px;
    }
    
    /* Banner and cover image fixes for mobile */
    .press-cover,
    .press-dt-cover {
        overflow: hidden;
        height: 250px;
    }
    
    .press-cover img,
    .press-dt-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .yk-cover {
        overflow: hidden;
        height: 300px;
    }
    
    /* Fix banner profile images positioning */
    .press-profile,
    .yk-profile {
        display: none;
    }
    
    /* Ensure no horizontal overflow */
    html, body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }
    
    /* Fix any banner content positioning */
    .press-cover-prp h1,
    .yk-cover-prp h1 {
        width: 90%;
        font-size: 18px;
        line-height: 22px;
    }
    
    .press-cover-prp h2,
    .yk-cover-prp h2 {
        width: 90%;
        font-size: 14px;
    }
}