:root {
    --bs-site6-color-primary: #006937;
    --bs-site6-color-secondary: #76bc43;

    /* Oransal olcekleme konvansiyonu (1920px tasarim referans):
       Bir deger 1920'de N px olacaksa  ->  clamp(<mobil-taban>, (N/19.2)vw, N px)
       1920px'de 1vw = 19.2px oldugu icin katsayi = N / 19.2.
       Boylece deger ekranla oransal kuculur, 1920'de N px'e oturur, mobilde tabana iner. */
}

body {
    margin: 0;
    font-family: Mulish-Regular;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #07272e;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* ========= COLOR ============ */

.site6-color-primary {
    background: var(--bs-site6-color-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.site6-color-secondary {
    background: var(--bs-site6-color-secondary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.site6-link {
    text-decoration: none;
}


/* ========= COLOR ============ */


/* ========= GLOBAL BUTTON ============ */

.site6-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-color: transparent;
    border: 2px solid var(--bs-site6-color-secondary);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.site6-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--bs-site6-color-primary) 0%, var(--bs-site6-color-secondary) 100%);
    z-index: -1;
    transition: width 0.4s ease;
    border-radius: 50px;
}

.site6-btn-primary:hover {
    color: white;
    border-color: var(--bs-site6-color-secondary);
}

.site6-btn-primary:hover::before {
    width: 100%;
}

.site6-btn-primary i {
    transition: transform 0.3s ease;
}

.site6-btn-primary:hover i {
    transform: translateX(5px);
}


/* Secondary Outline Variant */

.site6-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: var(--bs-site6-color-secondary);
    border: 2px solid var(--bs-site6-color-secondary);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.site6-btn-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--bs-site6-color-primary);
    z-index: -1;
    transition: width 0.4s ease;
    border-radius: 50px;
}

.site6-btn-secondary:hover {
    color: white;
}

.site6-btn-secondary:hover::before {
    width: 100%;
}

.site6-btn-secondary i {
    transition: transform 0.3s ease;
}

.site6-btn-secondary:hover i {
    transform: translateX(5px);
}


/* Responsive Button */

@media (min-width: 992px) {
    .site6-btn-primary,
    .site6-btn-secondary {
        padding: min(0.7292vw, 14px) min(1.875vw, 36px);
        font-size: 16px;
    }
}


/* ========= GLOBAL BUTTON ============ */


/* ========= NAV ============ */

.navbar {
    transition: 0.2s;
    background-color: transparent;
}

.navbar-shrink {
    background-color: white;
    box-shadow: 0px -6px 10px 0px rgb(0 0 0 / 60%);
}

.navbar .site-logo svg {
    height: 60px;
}

.search-link {
    height: 78px;
    background-color: transparent;
    cursor: pointer;
    width: 60px;
    justify-content: center;
}

.nav-search-input {
    border-color: white;
    box-shadow: none;
    background-color: transparent;
    color: white;
}

.nav-search-input:focus {
    border-color: white;
    box-shadow: none;
    background-color: transparent;
    color: white;
}

.nav-search-button {
    height: 40px !important;
    width: 40px;
    right: -5px;
}

.nav-search-button:hover {
    background-color: white;
    color: #1c1c1e;
}

.navbar.navbar-shrink .nav-search-input {
    color: #1c1c1e;
}

.navbar-mobile-header {
    width: 100vw;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    background-image: url("../../images/site6/mobile-menu-header.png");
    top: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar .navbar-wrapper {
    padding: 40px;
    transition: all 0.5s ease-in-out;
}

.navbar.navbar-shrink .navbar-wrapper {
    padding: 20px;
}

.navbar.navbar-shrink .site-logo svg {
    height: 40px;
}

.navbar.navbar-shrink .site-logo svg [fill="#fff"] {
    fill: var(--bs-site6-color-primary);
}

.navbar .nav-item button {
    height: 78px;
    background-color: transparent;
    cursor: pointer;
}

.navbar.navbar-shrink .nav-item button {
    height: 60px;
}

.navbar.navbar-shrink .navbar-mobile .nav-item button {
    height: auto;
}

.navbar.navbar-shrink .dropdown-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 8px !important;
    background-color: white !important;
    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 10%);
}

.navbar.navbar-shrink .dropdown-menu .list-group .site6-link {
    padding: 8px !important;
    color: #1c1c1e;
}

.navbar.navbar-shrink .dropdown-menu .list-group .site6-link:hover {
    color: var(--bs-site6-color-primary);
}

.navbar.navbar-shrink .mobile-menu .dropdown-menu {
    background-color: transparent !important;
    box-shadow: none;
}

.navbar.navbar-shrink .mobile-menu .dropdown-menu .list-group .site6-link {
    padding: 0px !important;
}

.animated-icon1 {
    width: 27px;
    height: 18px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    background: var(--bs-site6-color-secondary);
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2),
.animated-icon1 span:nth-child(3) {
    top: 10px;
}

.animated-icon1 span:nth-child(4) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
    color: var(--bs-site6-color-secondary);
    background: var(--bs-site6-color-secondary);
}

.animated-icon1.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--bs-site6-color-secondary);
    background: var(--bs-site6-color-secondary);
}

.animated-icon1.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--bs-site6-color-secondary);
    background: var(--bs-site6-color-secondary);
}

.animated-icon1.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    color: var(--bs-site6-color-secondary);
    background: var(--bs-site6-color-secondary);
}

.dropdown-hover:hover>.dropdown-menu {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0px;
    margin-left: 6px;
}

.dropdown-menu .list-group .site6-link {
    padding: 0px 8px;
    white-space: nowrap;
    color: white;
    font-size: 20px;
}

.dropdown-menu .list-group .site6-link:hover {
    color: var(--bs-site6-color-secondary);
}

.dropdown-hover>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar-light .navbar-nav,
.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 22px;
    outline: none;
    transition: 0.5s;
    color: white;
}

@media (max-width: 1079.98px) {
    .navbar-light .navbar-web {
        display: none !important;
    }
    .navbar.navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
}
@media (min-width: 1080px) {
    .navbar-light .navbar-mobile {
        display: none !important;
    }
    .navbar-mobile-header {
        display: none !important;
    }
}

/* Hamburger menusunu 1080px'e kadar goster (custom navbar breakpoint ile uyumlu) */
@media (min-width: 992px) and (max-width: 1079.98px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        display: block;
    }
}

.nav-link-color {
    color: #1c1c1e !important;
}

@media (min-width: 1080px) and (max-width: 1439px) {
    .navbar-light .navbar-nav .nav-link {
        position: relative;
        font-size: 18px;
        padding-left: 8px;
        padding-right: 8px;
        font-weight: 500;
        outline: none;
        transition: 0.5s;
    }
}

@media (min-width: 1080px) and (max-width: 1250px) {
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .navbar-light .navbar-nav .nav-link {
        position: relative;
        font-size: 22px;
        font-weight: 500;
        outline: none;
        transition: 0.5s;
    }
}

@media (max-width: 991.98px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        border: 0px;
        margin-bottom: 5px;
    }
    .navbar-light .navbar-nav .nav-link,
    .fixed-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 12px;
        margin-right: 12px;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-site6-color-secondary);
        transition: 0.5s;
    }
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/* ========= NAV ============ */


/* ========= HEADER ============ */

header.masthead h1,
header.masthead .h1 {
    font-size: 2.25rem;
}

@media (min-width: 1200px) {
    header.masthead h1,
    header.masthead .h1 {
        font-size: min(2.9167vw, 3.5rem);
    }
}

.header-swiper .swiper-pagination-bullet-active {
    background: var(--bs-site1-color-primary);
}

.header-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.masthead .header-title {
    /* 1920'de 90px referans (90/19.2=4.6875vw); oransal kuculur, mobilde 32px tabana oturur */
    font-size: clamp(32px, 3.4875vw, 90px);
    font-weight: 700;
    line-height: 1.22; /* 110/90; font ile birlikte olceklensin diye birimsiz */
    letter-spacing: 0em;
    text-align: center;
    max-width: clamp(500px, 46.875vw, 900px); /* 900/19.2 */
}

.circles {
    height: 70px;
    position: absolute;
    width: 70px;
    >div {
        animation: growAndFade 3s infinite ease-out;
        border: 5px solid var(--bs-site1-bg-secondary);
        border-radius: 50%;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
    }
    .circle1 {
        animation-delay: 1s;
    }
    .circle2 {
        animation-delay: 2s;
    }
    .circle3 {
        animation-delay: 3s;
    }
}

@keyframes growAndFade {
    0% {
        opacity: 0.9;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.play-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-button {
    z-index: 2;
    cursor: pointer;
    object-fit: contain;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--bs-site1-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-button img {
    max-width: 6px;
}

.play-icon {
    font-size: 12px;
}

.header-vector {
    /* 1920'de 590px referans (590/19.2=30.7292vw); oransal kuculur, mobilde 170px tabana oturur */
    max-width: clamp(170px, 30.7292vw, 590px);
}

.header-swiper .swiper-wrapper {
    height: 400px;
}

.header-swiper .swiper-slide {
    min-width: 100% !important;
    width: 100% !important;
    height: 100%;
}

@media (min-width: 992px) {
    header.masthead p {
        font-size: 1.15rem;
    }
    header.masthead h1,
    header.masthead .h1 {
        font-size: min(2.5vw, 3rem);
    }
    .header-swiper .swiper-wrapper {
        height: 100vh;
    }
    .video-button {
        z-index: 2;
        cursor: pointer;
        width: min(4.1667vw, 80px);
        height: min(4.1667vw, 80px);
        border-radius: 50%;
        object-fit: contain;
        background-color: var(--bs-site1-bg-secondary);
    }
    .video-button img {
        max-width: min(0.625vw, 12px);
    }
    .play-icon {
        font-size: min(1.3021vw, 25px);
    }
    .circles {
        height: min(7.8125vw, 150px);
        position: absolute;
        width: min(7.8125vw, 150px);
    }
    .header-vector {
        /* max-width artik base'deki clamp() ile oransal yonetiliyor */
        margin-top: min(1.8229vw, 35px);
    }
}


/* ========= YOUTUBE HEADER OVERLAY ============ */

.header-youtube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%);
    animation: fadeIn 1s ease-in-out;
}

.header-youtube-overlay .container-fluid {
    height: 100%;
}

.header-youtube-overlay .row {
    min-height: 100vh;
}

.header-youtube-description {
    font-family: "Mulish-Regular", sans-serif;
    /* 1920'de 22px referans (22/19.2=1.1458vw); oransal kuculur, mobilde 14px tabana oturur */
    font-size: clamp(14px, 1.1458vw, 22px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.02em;
    max-width: 60%;
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-top:40px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header-youtube-overlay .video-button {
    background: linear-gradient(135deg, var(--bs-site6-color-primary) 0%, #00a84f 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 150, 57, 0.4);
    transition: all 0.3s ease;
}

.header-youtube-overlay .video-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 150, 57, 0.6);
}

.header-youtube-overlay .circles>div {
    border-color: var(--bs-site6-color-primary);
}


/* Sola Hizalı Başlık Stili */

.header-youtube-overlay .header-title.text-start {
    text-align: left !important;
    max-width: 100%;
    margin-top:70px;
}

.header-youtube-overlay .header-youtube-description {
    font-family: var(--bs-font-playfair-display-medium, "Playfair Display", serif) !important;
    text-align: left;
}


/* ========= YOUTUBE HEADER OVERLAY ============ */


/* ========= HEADER ============ */


/* ========= INNER HEADER ===== */

header.inner-masthead {
    position: relative;
    padding-top: 17.5rem;
    padding-bottom: 5rem;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    max-height: 700px;
}

header.inner-masthead::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 55%);
    z-index: 1;
    pointer-events: none;
}

header.inner-masthead .container {
    padding-bottom: 20px;
    padding-left: 30px;
}

header.inner-masthead .title-recess {
    width: 20px;
    border-radius: 0px 3.47px 3.47px 0px;
    /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
    background-image: url("../../images/site6/RecessLeft.png");
    background-size: contain;
    /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
    background-repeat: no-repeat;
    /* Görüntünün tekrar etmesini engeller */
    background-position: center;
}

header.inner-masthead .desc-recess {
    width: 30px;
}

header.inner-masthead .masthead-heading {
    font-size: min(32px, 7vw);
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.15em;
    text-align: left;
    color: white;
    max-width: 360px;
}

header.inner-masthead .masthead-subheading {
    font-family: var(--bs-font-playfair-display-medium, "Playfair Display", serif);
    line-height: 21px;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0em;
    color: white;
    text-align: start;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
    max-width: 300px;
}

header.inner-masthead .header-vector {
    max-width: 160px;
    max-height: 55px;
}

/* 992-1441 ve 1441+ kademeleri birlestirildi: 1920 referans degerlerinden oransal kuculur,
   1920'de tavana oturur (eski iki kademe arasi ziplamayi kaldirmak icin). */
@media (min-width: 992px) {
    header.inner-masthead {
        padding-top: min(25vw, 30rem); /* 30rem=480px, 480/19.2 */
        padding-bottom: min(11.25vw, 13.5rem); /* 216/19.2 */
    }
    header.inner-masthead .header-vector {
        max-width: min(38.125vw, 732px); /* 732/19.2 */
        max-height: min(13.1771vw, 253px); /* 253/19.2 */
    }
    header.inner-masthead .container {
        padding-bottom: min(2.6042vw, 50px);
        padding-left: min(10.4167vw, 200px); /* 200/19.2 */
    }
}

@media (min-width: 1024px) {
    header.inner-masthead .masthead-heading {
        /* 1920 ref: 64px / line 100px / max 1090px; oransal kuculur, ust sinir 1920 degeri */
        font-size: min(3.3333vw, 64px);
        font-weight: 700;
        line-height: min(5.2083vw, 100px);
        letter-spacing: 0.15em;
        max-width: min(56.7708vw, 1090px);
    }
    header.inner-masthead .title-recess {
        width: min(2.3958vw, 46px);
        border-radius: 0px 12px 12px 0px;
    }
    header.inner-masthead .desc-recess {
        width: min(2.3958vw, 46px);
    }
    header.inner-masthead .masthead-subheading {
        /* 1920 ref: 25px / line 32px / max 947px */
        font-size: min(1.3021vw, 25px);
        font-weight: 400;
        line-height: min(1.6667vw, 32px);
        letter-spacing: 0em;
        max-width: min(49.3229vw, 947px);
    }
}


/* ========= INNER HEADER ===== */


/* ========= FIELDS OF ACTIVITY ============ */

.fields-of-activity-section {
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 120vw;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    @media (max-width: 425px) {
        background-size: 205vw;
    }
    @media (min-width: 426px) and (max-width: 1024px) {
        background-size: 135vw;
    }
    @media (min-width: 1919px) {
        background-size: 100vw;
    }
    .fields-of-activity {
        .swiper-wrapper {
            align-items: flex-start;
        }
        .swiper-slide {
            padding: 0.5rem;
            border-radius: 10px;
            /* FIX: Aciklama metinleri sigmadigi icin */
            height: auto;
            transition: transform 0.3s ease-in-out;
        }
        .swiper-slide:hover {
            transform: scale(1.1);
        }
        padding-top: 20px;
        padding-bottom: 40px;
        .title {
            font-size: 32px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 0em;
            text-align: center;
            margin-bottom: 12px;
            color: black;
        }
        .description {
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0em;
            line-height: 20px;
            text-align: center;
            color: var(--bs-site1-text-secondary);
        }
        .title {
            color: #07272e;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
        .card-title {
            font-size: 24px;
            max-width: 160px;
            overflow: hidden;
            display: -webkit-box;
            /* FIX: Aciklama metinleri sigmadigi icin */
            /*-webkit-line-clamp: 1;*/
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
        .card-subtitle {
            max-width: 160px;
            color: #07272e;
            overflow: hidden;
            display: -webkit-box;
            /* FIX: Aciklama metinleri sigmadigi icin */
            /*-webkit-line-clamp: 4;*/
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
    }
    .bg-left,
    .bg-right {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 80%;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
    .bg-left {
        left: 0;
        background-image: url("../../images/site6/field-of-activity-bgLeft.png");
        background-position: left center;
        height: 571px;
    }
    .bg-right {
        right: 0;
        background-image: url("../../images/site6/field-of-activity-bgRight.png");
        background-position: right center;
        height: 571px;
    }
    /*
    @media  screen and (max-width: 1320px) {
        .bg-left ,.bg-right{
            width: 250px;
            height: 300px;
        }
    }
    */
    @media screen and (max-width: 1200px) {
        .bg-left {
            background-image: none;
        }
        .bg-right {
            background-image: none;
        }
    }
    .swiper.activity-swiper {
        margin-top: 30px;
    }
    .activity-swiper {
        .swiper-button-next,
        .swiper-button-prev {
            z-index: 1;
            height: 35px;
            width: 35px;
            border-radius: 50%;
            background: var(--bs-site1-bg-primary);
            color: black;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-top: 0px;
        }
        @media (max-width: 1230px) {
            .swiper-button-next,
            .swiper-button-prev {
                display: none;
            }
        }
        .swiper-button-next:after,
        .swiper-button-prev:after {
            display: none;
        }
        .swiper-button-next.swiper-button-disabled,
        .swiper-button-prev.swiper-button-disabled {
            opacity: 0;
        }
        .swiper-pagination-bullet-active {
            background: var(--bs-site1-color-primary);
        }
        @media (min-width: 1230px) {
            .swiper-pagination {
                display: none;
            }
        }
    }
    @media (min-width: 992px) {
        .fields-of-activity {
            padding-top: min(4.1667vw, 80px);
            padding-bottom: min(5.2083vw, 100px);
            .title {
                font-size: min(3.3333vw, 64px);
                line-height: min(3.75vw, 72px);
                margin-bottom: min(1.25vw, 24px);
            }
            .description {
                font-size: 20px;
                line-height: min(1.6667vw, 32px);
            }
        }
        .swiper.activity-swiper {
            margin-top: min(2.6042vw, 50px);
            padding-left: min(5.2083vw, 100px);
            padding-right: min(5.2083vw, 100px);
        }
        .activity-swiper {
            .swiper-button-next,
            .swiper-button-prev {
                z-index: 1;
                height: min(2.6042vw, 50px);
                width: min(2.6042vw, 50px);
                border-radius: 50%;
                background: var(--bs-site1-bg-secondary);
                border: 1px solid #e5e5ea;
                color: black;
                position: absolute;
                top: 29%;
                transform: translateY(-50%);
                margin-top: 0px;
                font-size: min(1.5625vw, 30px);
            }
        }
    }
}


/* ========= FIELDS OF ACTIVITY ============ */


/* ========= LEADER MESSAGE ============ */

.leader-message-container {
    background-color: var(--bs-site-bg-tertiary);
    background-image: url("../../images/site6/Group 1171275044.png"), url("../../images/site6/Group 1171275045.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

@media (min-width: 992px) {
    .leader-message-container {
        background-size: calc(100% * 5 / 12);
        background-repeat: no-repeat;
        border-left: 4px solid var(--bs-site1-color-primary);
        background-position: right bottom;
    }
}

.leader-message-container .agriculture-container {
    padding: 14px;
}

@media (min-width: 1440px) {
    .leader-message-container .agriculture-container {
        /* 1920 ref padding; oransal kuculur, 1920'de tavana oturur */
        padding-left: min(10.4167vw, 200px); /* 200/19.2 */
        padding-top: min(2.6042vw, 50px); /* 50/19.2 */
        padding-bottom: min(1.875vw, 36px); /* 36/19.2 */
    }
}

.leader-message-container .agriculture-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 0em;
}

.leader-message-container .agriculture-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0em;
    color: var(--bs-site1-text-secondary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
}

.leader-message-container .leader-message-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
}

.leader-message-container .leader-message-denden {
    width: 29px;
}

@media (min-width: 992px) {
    .leader-message-container .leader-message-denden {
        width: min(2.3438vw, 45px);
    }
    .leader-message-container .agriculture-title {
        font-size: min(3.3333vw, 64px);
        line-height: min(4.6875vw, 90px);
    }
    .leader-message-container .agriculture-desc {
        font-size: 20px;
        line-height: min(1.5625vw, 30px);
    }
    .leader-message-container .leader-message-link {
        font-size: 20px;
    }
}

.agriculture-image {
    overflow: hidden;
}

.agriculture-image img {
    transform-origin: 0 0;
    transition: transform 0.5s, visibility 0.5s ease-in;
}

.agriculture-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .agriculture-image img {
        max-width: 100%;
        height: auto;
    }
}

.leader-message-container .leader-message-title {
    font-weight: 600;
    letter-spacing: 0em;
    font-size: 32px;
    line-height: 48px;
    text-align: right;
}

.leader-message-container .leader-message-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18.96px;
    letter-spacing: 0em;
    color: var(--bs-site1-text-secondary);
    overflow: hidden;
    display: -webkit-box;
    /*-webkit-line-clamp: 6;*/
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
    max-width: 291px;
}

.leader-message-container .leader-name,
.leader-message-container .leader-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24.01px;
    letter-spacing: 0em;
    text-align: right;
}

.leader-message-container .leader-img-container img {
    width: 75px;
    height: 75px;
}

@media (min-width: 992px) {
    .leader-message-container .leader-message-title {
        font-size: min(2.5vw, 48px);
        line-height: min(3.9062vw, 75px);
    }
    .leader-message-container .leader-message-desc {
        font-size: 20px;
        line-height: min(1.5625vw, 30px);
        max-width: min(24.0104vw, 461px);
    }
    .leader-message-container .leader-name,
    .leader-message-container .leader-title {
        font-size: min(1.25vw, 24px);
        line-height: min(1.9792vw, 38px);
    }
    .leader-message-container .leader-img-container img {
        width: min(6.1458vw, 118px);
        height: min(6.1458vw, 118px);
    }
}

.leader-message-container .leader-container {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 110px;
}

@media (max-width: 425px) {
    .leader-message-container .leader-container {
        padding-top: 10px;
        padding-right: 40px;
        padding-left: 40px;
        margin-bottom: 65px;
    }
}

@media (min-width: 1440px) {
    .leader-message-container .leader-container {
        padding-top: min(2.6042vw, 50px);
        padding-right: min(10.4167vw, 200px);
    }
}


/* ========= LEADER MESSAGE ============ */


/* ========= COMPANIES ============ */

.companies-container {
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .companies-container {
        margin-top: min(7.6042vw, 146px); /* 146/19.2 */
        margin-bottom: min(7.8125vw, 150px); /* 150/19.2 */
    }
}

.companies-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0px;
}

@media (min-width: 992px) {
    .companies-title {
        font-size: min(3.3333vw, 64px); /* 64/19.2 */
        font-weight: 600;
        line-height: min(4.375vw, 84px); /* 84/19.2 */
        letter-spacing: 0px;
    }
}

.companies-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0px;
    color: var(--bs-site1-text-secondary);
}

@media (min-width: 992px) {
    .companies-desc {
        font-size: min(1.0417vw, 20px); /* 20/19.2 */
        font-weight: 400;
        line-height: min(1.875vw, 36px); /* 36/19.2 */
        letter-spacing: 0px;
        color: var(--bs-site1-text-secondary);
    }
}

.companies-swiper {
    margin-top: 12px;
}


/*yeni bir swiper-wrapper oluşturudm swiper wrapper başka yerlerde de kullanıldığı için*/

.swiper-wrapper.com {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}

@media screen and (min-width: 640px) {
    .swiper-wrapper.com {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }
}

.swiper-slide-com {
    margin: 0 10px;
    width: 300px;
}

@media (min-width: 1440px) {
    .companies-swiper {
        margin-top: min(2.6042vw, 50px);
    }
    .companies-swiper-com {
        margin-top: min(2.6042vw, 50px);
    }
}

.companies-container .swiper-slide .card {
    width: 100%;
    max-width: 300px;
    border-radius: 16px;
    box-shadow: 0px 4px 26px 0px #42474c14;
}

.companies-container .swiper-slide-com .card {
    width: 100%;
    max-width: 300px;
    border-radius: 16px;
    box-shadow: 0px 4px 26px 0px #42474c14;
}

@media (max-width: 640px) {
    .companies-container .swiper-wrapper {
        display: flex;
        align-items: center;
    }
    .companies-container .swiper-wrapper-com {
        display: flex;
        align-items: center;
    }
    .companies-container .swiper-slide {
        border-radius: 16px;
        box-shadow: 0px 4px 26px 0px #42474c14;
    }
}

.companies-container .swiper-slide-com {
    border-radius: 16px;
    box-shadow: 0px 4px 26px 0px #42474c14;
}


/*Companies ortalama swiper-slide-com*/

.companies-container .company-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
    line-break: anywhere;
}

.companies-container .company-city {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 6px;
}

.companies-container .company-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #8e8e93;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
}

.companies-container .company-project-translation {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
}

.companies-container .company-project {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}

.companies-container .company-link {
    background-image: linear-gradient(to right, var(--bs-site1-color-primary), var(--bs-site1-color-primary) 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.companies-container .company-link:before {
    content: "";
    background: var(--bs-site1-color-primary);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.companies-container .company-link:hover {
    background-position: 0;
}

.companies-container .company-link:hover::before {
    width: 100%;
}

.companies-swiper .swiper-pagination-bullet {
    width: 50px;
    border-radius: 0px;
    height: 4px;
}

.companies-swiper .swiper-pagination-bullet-active {
    background: var(--bs-site1-color-primary);
}


/* ========= COMPANIES ============ */


/* ========= SUSTAINABILITY ============ */

.sustainability-container .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-align: left;
    letter-spacing: 0px;
}

.sustainability-container .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: var(--bs-site1-text-secondary);
    letter-spacing: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    line-break: normal;
}

.sustainability-container .link {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .sustainability-container .title {
        font-size: min(3.3333vw, 64px);
        font-weight: 600;
        line-height: min(3.4375vw, 66px);
        letter-spacing: 0px;
        text-align: left;
    }
    .sustainability-container .desc {
        font-size: 20px;
        line-height: min(1.875vw, 36px);
    }
    .sustainability-container .link {
        font-size: 20px;
        line-height: min(1.5625vw, 30px);
    }
}

.sustainability-swiper .card-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
    line-break: anywhere;
}

.sustainability-swiper .card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--bs-site1-text-secondary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
    line-break: normal;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .sustainability-swiper .swiper-card {
        max-width: 270px;
    }
}

@media (min-width: 1441px) {
    .sustainability-swiper .swiper-card {
        max-width: min(18.2292vw, 350px);
    }
}

@media (min-width: 1200px) {
    .sustainability-swiper .swiper-pagination {
        display: flex;
        justify-content: flex-start;
        padding-left: min(0.5208vw, 10px);
    }
}

.sustainability-swiper .swiper-pagination-bullet {
    width: 50px;
    left: 15%;
    border-radius: 0px;
    height: 4px;
}

.sustainability-swiper .swiper-pagination-bullet-active {
    background: var(--bs-site1-color-secondary);
}

.sustainability-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 640px) {
    .sustainability-swiper .swiper-wrapper {
        display: flex;
        align-items: center;
    }
    .sustainability-swiper .swiper-slide {
        border-radius: 16px;
        box-shadow: 0px 4px 26px 0px #42474c14;
    }
}

@media (min-width: 1200px) {
    .sustainability-swiper .swiper-card {
        width: min(18.2292vw, 350px);
    }
}

.sustainability-swiper .sustainability-link {
    background-image: linear-gradient(to right, var(--bs-site1-color-primary), var(--bs-site1-color-primary) 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.sustainability-swiper .sustainability-link:before {
    content: "";
    background: var(--bs-site1-color-primary);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.sustainability-swiper .sustainability-link:hover {
    background-position: 0;
}

.sustainability-swiper .sustainability-link:hover::before {
    width: 100%;
}


/* ========= SUSTAINABILITY ============ */


/* ========= AGRICULTURE ACADEMY ============ */

.agriculture-academy {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .agriculture-academy {
        padding-bottom: min(1.5625vw, 30px);
        margin-top: min(7.2917vw, 140px);
        margin-bottom: min(12.5vw, 240px);
    }
}

.agriculture-academy .content-container {
    width: 100%;
    padding-bottom: 10px;
    background: var(--bs-site6-color-primary);
}

.agriculture-academy .content-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/site6/academy-bg.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.agriculture-academy .img-container {
    width: 100%;
}

.agriculture-academy .content-body {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 4px;
}

@media (min-width: 992px) {
    .agriculture-academy .content-container {
        border-radius: 16px;
        width: 100%;
        max-width: 62.5vw;
        height: min(30.4167vw, 584px);
    }
    .agriculture-academy .content-body {
        width: 46%;
        height: 100%;
        padding: min(2.0833vw, 40px);
    }
    .agriculture-academy .content-container::after {
        width: 100%;
        height: 100%;
        max-width: 77vw;
        max-height: 60vh;
    }
    .agriculture-academy .img-container {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        overflow: hidden;
        width: 100%;
        max-width: 52vw;
        height: min(35.625vw, 684px);
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0%, 10%);
    }
}

.agriculture-academy .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-align: left;
    letter-spacing: 0em;
    color: white;
}

.agriculture-academy .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    line-clamp: 12;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
}

@media (min-width: 992px) {
    .agriculture-academy .title {
        font-size: min(2.3438vw, 45px);
        line-height: min(2.8646vw, 55px);
    }
    .agriculture-academy .desc {
        font-size: 20px;
        line-height: 24px;
        overflow: hidden;
    }
}


/*.agriculture-academy .academy-link {
    background-image: linear-gradient(
            to right,
            #fff,
            #fff 50%,
            #fff 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.agriculture-academy .academy-link:before{
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.agriculture-academy .academy-link:hover {
    background-position: 0;
}

.agriculture-academy .academy-link:hover::before{
    width: 100%;
}

.agriculture-academy .academy-link:hover::before {
    width: 100%;
}*/


/* ========= AGRICULTURE ACADEMY ============ */


/* ========= CERTIFICATE ============ */

.certificates-container {
    .main-title {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        line-height: 72px;
        letter-spacing: 0em;
    }
    .main-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0em;
        color: var(--bs-site1-text-secondary);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    @media (min-width: 992px) {
        .main-title {
            font-size: min(3.6458vw, 70px);
            font-weight: 600;
            line-height: min(3.75vw, 72px);
            letter-spacing: 0em;
        }
        .main-desc {
            font-size: min(1.25vw, 24px);
            font-weight: 400;
            line-height: min(1.6667vw, 32px);
            letter-spacing: 0em;
            color: var(--bs-site1-text-secondary);
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
    }
}

.sertificate-card {
    left: 40px;
    border-radius: 16px;
    box-shadow: 18px 15px 35px 0px #00000017;
    padding-left: 55px;
    padding-bottom: 20px;
    padding-right: 12px;
    padding-top: 20px;
}

.certificate-img {
    background: var(--bs-site1-color-primary);
    border-radius: 12px;
    width: 42px;
    height: 42px;
}

@media (min-width: 992px) {
    .certificate-img {
        width: min(4.2708vw, 82px);
        height: min(4.2708vw, 82px);
    }
}

.certificate-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.48px;
    text-align: left;
    letter-spacing: 0em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
}

.certificate-link {
    font-size: 10px;
    font-weight: 500;
    line-height: 12.36px;
}

.certificate-desc {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.36px;
    text-align: left;
    letter-spacing: 0em;
    color: var(--bs-site1-text-secondary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
}

@media (min-width: 992px) {
    .certificate-title {
        font-size: min(1.4583vw, 28px);
        line-height: min(1.6667vw, 32px);
    }
    .certificate-link {
        font-size: 16px;
    }
    .certificate-desc {
        font-size: 16px;
        line-height: 24px;
    }
}


/* ========= CERTIFICATE  =========== */


/* ========= OUR GOOD PRACTICE ============ */

.good-practice-container {
    margin-bottom: 20px;
}

.good-practice-container .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    max-width: 300px;
}

@media (min-width: 992px) {
    .good-practice-container {
        margin-top: min(3.6458vw, 70px);
        margin-bottom: min(9.8958vw, 190px);
    }
    .good-practice-container .title {
        font-size: min(3.3333vw, 64px);
        font-weight: 600;
        line-height: min(5.4688vw, 105px);
        letter-spacing: 0em;
        text-align: center;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.swiper-good-practice .swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-good-practice .swiper-slide::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180.16deg, rgba(39, 39, 39, 0.5) -55.32%, #000000 182.01%);
    z-index: 1;
}

.swiper-good-practice .swiper-slide {
    height: 182px;
    min-width: 198px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .swiper-good-practice .swiper-slide {
        height: min(23.9583vw, 460px);
        min-width: min(21.875vw, 420px);
    }
    .swiper-good-practice .swiper-slide.swiper-slide-active {
        min-width: min(26.0417vw, 500px);
        height: min(28.6458vw, 550px);
    }
}

.swiper-good-practice .swiper-slide .card-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: clip;
    /* Ellipsis özelliğini iptal eder */
    word-wrap: break-word;
}

@media screen and (max-width: 992px) {
    .swiper-good-practice .swiper-slide .card-title {
        font-size: 25px;
    }
}

.swiper-good-practice .swiper-slide .card-desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
}

.swiper-good-practice .swiper-slide .practice-link {
    font-size: 9.52px;
    font-weight: 700;
    line-height: 14.28px;
    background-color: var(--bs-site1-color-primary);
    border-radius: 18px;
}

@media (min-width: 992px) {
    .swiper-good-practice .swiper-slide .card-title {
        font-size: min(2.1875vw, 42px);
        font-weight: 700;
        line-height: min(3.2812vw, 63px);
    }
    .swiper-good-practice .swiper-slide .card-desc {
        font-size: min(1.25vw, 24px);
        font-weight: 500;
        line-height: min(1.875vw, 36px);
    }
    .swiper-good-practice .swiper-slide .practice-link {
        font-size: 22px;
        font-weight: 700;
        line-height: min(1.7188vw, 33px);
    }
}

.swiper-good-practice .left-shadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70px;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
}

.swiper-good-practice .right-shadow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    z-index: 2;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
}


/* ========= OUR GOOD PRACTICE ============ */


/* ========= FOOTER ============ */

.footer .footer-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.footer .contact-inner-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    color: #8d8d83;
}

.footer .contact-inner-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.footer .footer-links {
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}

@media (min-width: 1440px) {
    .footer .footer-info-row {
        width: min(13.2812vw, 255px);
    }
}

@media (min-width: 768px) {
    .footer .footer-logo {
        display: none !important;
    }
    .footer .footer-social-bottom-links {
        display: none !important;
    }
}

.footer .footer-navigation {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
}

.footer .footer-copyright {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: #717172;
}


/* ========= FOOTER ============ */


/* ========= KNOWLEDGE SECTION ============ */

.knowledge-section {
    margin-top: 20px;
    margin-bottom: 10px;
}

.knowledge-section .recess-left {
    /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
    background-image: url("../../images/site6/RecessLeft.png");
    background-size: contain;
    /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
    background-repeat: no-repeat;
    /* Görüntünün tekrar etmesini engeller */
    background-position: center;
    border-radius: 0px 3px 3px 0px;
    max-width: 20px;
    width: 100%;
}

.knowledge-section .recess-right {
    /*background: conic-gradient(from 90deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
    background-image: url("../../images/site6/RecessRight.png");
    background-size: contain;
    /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
    background-repeat: no-repeat;
    /* Görüntünün tekrar etmesini engeller */
    background-position: center;
    border-radius: 3px 0px 0px 3px;
    max-width: 20px;
    width: 100%;
}

.knowledge-section .recess-none-left {
    max-width: 20px;
    width: 100%;
}

.knowledge-section .recess-none-right {
    max-width: 20px;
    width: 100%;
}

.knowledge-section .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0em;
    width: 100%;
}

.knowledge-section .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    /* 28may */
    max-height: 24lh;
    overflow: auto;
    text-align: left;
    letter-spacing: 0em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
    color: #07272e;
}

.knowledge-section .more-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    width: 180px;
}

@media (min-width: 992px) {
    .knowledge-section {
        margin-top: min(5.2083vw, 100px);
        margin-bottom: min(2.6042vw, 50px);
    }
    .knowledge-section .recess-left {
        border-radius: 0px 10px 10px 0px;
        min-width: min(6.7708vw, 130px);
        max-width: min(6.7708vw, 130px);
        width: 100%;
    }
    .knowledge-section .recess-right {
        border-radius: 10px 0px 0px 10px;
        min-width: min(6.7708vw, 130px);
        max-width: min(6.7708vw, 130px);
        width: 100%;
    }
    .knowledge-section .recess-none-left {
        max-width: min(6.7708vw, 130px);
        width: 100%;
    }
    .knowledge-section .recess-none-right {
        max-width: min(6.7708vw, 130px);
        width: 100%;
    }
    .knowledge-section .title {
        font-size: min(3.3333vw, 64px);
        line-height: min(5.4688vw, 105px);
        font-weight: 600;
        width: 100%;
    }
    .knowledge-section .desc {
        font-size: 20px;
        line-height: min(1.875vw, 36px);
        max-width: min(46.4062vw, 891px);
    }
    .knowledge-section .more-link {
        font-size: 20px;
        line-height: min(1.875vw, 36px);
        max-width: min(46.4062vw, 891px);
    }
}


/* ========= KNOWLEDGE SECTION ============ */


/* ========= TEAM MANAGEMENT ============ */

.management-team {
    margin-top: 20px;
    margin-bottom: 100px;
}

.management-team-header {
    position: static;
    padding: 0;
}

.management-team .management-team-header .main-recess {
    /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
    background-image: url("../../images/site6/RecessLeft.png");
    background-size: contain;
    /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
    background-repeat: no-repeat;
    /* Görüntünün tekrar etmesini engeller */
    background-position: center;
    border-radius: 0px 3px 3px 0px;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.management-team .management-team-header .main-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    text-align: left;
    letter-spacing: 0em;
    max-width: 288px;
}

.management-team .management-team-header .main-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0em;
}

.swiper-management-team .swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-management-team .swiper-slide .info-card {
    width: 90%;
    height: 61px;
    text-align: center;
    box-shadow: 0px 5.284083843231201px 29.06245994567871px 0px rgba(0, 0, 0, 0.1);
}

.swiper-management-team .swiper-slide .info-title {
    font-size: 18.38px;
    font-weight: 500;
    line-height: 27.57px;
    text-align: center;
    letter-spacing: 0em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
    margin-bottom: 4px;
}

.swiper-management-team .swiper-slide .info-desc {
    font-size: 9px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: font-size 0.5s ease;
    white-space: normal;
    text-overflow: ellipsis;
    text-wrap: none;
}

.swiper-management-team .swiper-slide .recess {
    max-width: 20px;
    width: 100%;
    /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
    background-image: url("../../images/site6/RecessLeft.png");
    background-size: contain;
    /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
    background-repeat: no-repeat;
    /* Görüntünün tekrar etmesini engeller */
    background-position: center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.management-team .management-team-header .swiper-buttons .swiper-button-next,
.management-team .management-team-header .swiper-buttons .swiper-button-prev {
    display: none;
}

.management-team .management-team-header {
    max-width: 100%;
}

.swiper-management-team .swiper-slide.swiper-slide-active {
    height: 420px;
}

.swiper-management-team .swiper-slide.swiper-slide-next,
.swiper-management-team .swiper-slide {
    height: 360px;
    width: 210px;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .swiper-management-team .swiper-slide.swiper-slide-active {
        height: 570px;
    }
    .swiper-management-team .swiper-slide.swiper-slide-next,
    .swiper-management-team .swiper-slide {
        height: 520px;
        width: 210px;
    }
}

@media (min-width: 1025px) {
    .management-team {
        margin-top: min(5.2083vw, 100px);
        margin-bottom: min(5.2083vw, 100px);
    }
    .management-team .management-team-header {
        position: absolute;
        top: -50px;
        left: 0;
        max-width: 60%;
    }
    .management-team .management-team-header .main-recess {
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
        border-radius: 0px 10px 10px 0px;
        width: min(8.8542vw, 170px);
        height: min(10.9375vw, 210px);
    }
    .management-team .management-team-header .main-title {
        font-size: min(3.6458vw, 70px);
        font-weight: 600;
        line-height: min(5.4688vw, 105px);
        letter-spacing: 0em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
        max-width: 100%;
    }
    .management-team .management-team-header .main-desc {
        font-size: 20px;
        font-weight: 400;
        line-height: min(1.5625vw, 30px);
        letter-spacing: 0em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    .management-team .swiper-buttons {
        width: min(7.8125vw, 150px);
        position: absolute;
        right: min(1.0417vw, 20px);
        bottom: 50%;
        justify-content: space-between;
    }
    .swiper-management-team .swiper-wrapper {
        display: flex;
        align-items: flex-end;
    }
    .management-team .management-team-header .swiper-buttons .swiper-button-next,
    .management-team .management-team-header .swiper-buttons .swiper-button-prev {
        display: flex;
        height: min(2.6042vw, 50px);
        width: min(2.6042vw, 50px);
        border: 1px solid #e5e5ea;
        border-radius: 50%;
        color: #1c1c1e;
    }
    .management-team .swiper-buttons .swiper-button-next:after,
    .management-team .swiper-buttons .swiper-button-prev:after {
        display: none;
    }
    .swiper-management-team .swiper-slide.swiper-slide-active,
    .swiper-management-team .swiper-slide {
        height: min(23.4375vw, 450px);
    }
    .swiper-management-team .swiper-slide:not(.swiper-slide-next) {
        height: min(22.1875vw, 426px);
        max-width: min(19.5833vw, 376px);
        width: 100%;
        & .info-title {
            font-size: min(1.4062vw, 27px);
            line-height: min(2.1354vw, 41px);
        }
        & .info-card {
            width: 90%;
            height: min(5.2083vw, 100px);
            text-align: center;
        }
    }
    .swiper-management-team .swiper-slide.swiper-slide-next {
        height: min(33.8021vw, 649px);
        max-width: min(29.7396vw, 571px);
        min-width: min(29.7396vw, 571px);
        width: 100%;
    }
    .swiper-management-team .swiper-slide .info-card {
        width: 90%;
        height: min(7.3438vw, 141px);
        text-align: center;
    }
    .swiper-management-team .swiper-slide .info-title {
        font-size: min(2.1875vw, 42px);
        line-height: min(3.2812vw, 63px);
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    .swiper-management-team .swiper-slide .info-desc {
        font-size: 21px;
        line-height: min(1.6667vw, 32px);
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    .swiper-management-team .swiper-slide .recess {
        max-width: min(2.6042vw, 50px);
        width: 100%;
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
}


/* ========= TEAM MANAGEMENT ============ */


/* ========= HISTORY TREE ROW ============ */

.history-tree-row {
    margin-top: 20px;
}

.history-tree-row .history-mobile-index {
    font-size: 100px;
    font-weight: 600;
    line-height: 240px;
    letter-spacing: 0px;
    z-index: 2;
    color: #00000020;
}

.history-tree-row .history-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-tree-row .history-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    max-width: 244px;
}

.history-tree-row .history-history-title-stick {
    width: 72px;
    height: 2px;
    background: linear-gradient(125.28deg, #e56b59 0%, #e56b59 100%);
}

@media (max-width: 1399px) {
    .history-tree-row .history-web-index {
        display: none !important;
    }
}

.history-tree-row .start-mobile-index-100 {
    right: -90px;
    top: 20px;
}

.history-tree-row .start-mobile-index-0 {
    left: 20px;
    top: 20px;
}

@media (min-width: 992px) {
    .history-tree-row {
        margin-top: min(7.0312vw, 135px);
        margin-bottom: min(10.4167vw, 200px);
    }
    .history-row {
        margin-top: min(7.0312vw, 135px);
        margin-bottom: min(7.0312vw, 135px);
    }
    .history-tree-row .history-mobile-index {
        display: none !important;
    }
    .history-tree-row .history-web-index {
        font-size: min(12.5vw, 240px);
        font-weight: 600;
        line-height: min(12.5vw, 240px);
        letter-spacing: 0px;
        z-index: -1;
        color: #00000020;
    }
    .history-tree-row .history-image {
        width: min(29.4792vw, 566px);
        height: min(37.5vw, 720px);
    }
    .history-tree-row .history-info-container {
        margin-left: min(7.8125vw, 150px);
    }
    .history-tree-row .history-title {
        font-size: min(3.3333vw, 64px);
        font-weight: 500;
        line-height: min(5vw, 96px);
        letter-spacing: 0em;
        max-width: min(28.9062vw, 555px);
    }
    .history-tree-row .date-icon {
        font-size: 20px;
        font-weight: 600;
        line-height: min(1.5625vw, 30px);
        letter-spacing: 0px;
    }
    .history-tree-row .history-description {
        font-size: 20px;
        font-weight: 400;
        line-height: min(1.6667vw, 32px);
        letter-spacing: 0em;
        text-align: left;
        max-width: min(32.9167vw, 632px);
    }
}


/* ========= HISTORY TREE ROW ============ */


/* ========= OUR PURPOSE ============ */

.our-purpose {
    .recess {
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
        border-radius: 0px 3px 3px 0px;
        min-width: 20px;
        max-width: 20px;
        width: 100%;
    }
    .recess-none {
        min-width: 20px;
        max-width: 20px;
        width: 100%;
    }
    .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        text-align: left;
        letter-spacing: 0em;
        max-width: 300px;
    }
    .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        /* 28may */
        max-height: 24lh;
        overflow: auto;
        text-align: left;
        letter-spacing: 0em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
        color: #07272e;
    }
    .info-card {
        max-width: 106px;
        min-width: 106px;
        width: 100%;
        height: 106px;
        border: 1px solid rgba(229, 107, 89);
        border-radius: 10px;
        box-shadow: 18px 15px 35px 0px rgba(0, 0, 0, 0.09);
        .info-value {
            font-size: 31.8px;
            font-weight: 600;
            line-height: 47.7px;
            text-align: center;
            letter-spacing: 0em;
        }
        .info-text {
            font-size: 10px;
        }
    }
    @media (max-width: 375px) {
        .info-card {
            max-width: 85px;
            min-width: 85px;
            width: 100%;
            height: 85px;
            border: 1px solid rgba(229, 107, 89);
            border-radius: 10px;
            box-shadow: 18px 15px 35px 0px rgba(0, 0, 0, 0.09);
            .info-value {
                font-size: calc(1.75rem + 1vw);
                font-weight: 400;
                line-height: 50px;
                letter-spacing: 0em;
            }
            .info-text {
                font-size: calc(0.4rem + 1vw);
            }
        }
    }
    .element-container {
        width: 252px;
        height: 249px;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        position: absolute;
        background-image: url("../../images/site6/purpose-element.png");
        .element-one {
            left: 0;
            top: 10px;
            width: 55px;
            height: 55px;
            border-radius: 50%;
        }
        .element-two {
            left: 39px;
            bottom: 0;
            width: 47px;
            height: 47px;
            border-radius: 50%;
        }
        .element-center {
            border-radius: 50%;
            width: 120px;
            height: 120px;
        }
        .element-three {
            right: 25px;
            bottom: 25px;
            width: 37px;
            height: 37px;
            border-radius: 50%;
        }
        .element-four {
            top: 70px;
            right: 17px;
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }
    }
    @media (min-width: 1200px) {
        margin-top: min(5.2083vw, 100px);
        margin-bottom: min(5.2083vw, 100px);
        .recess {
            border-radius: 0px 10px 10px 0px;
            max-width: min(3.6458vw, 70px);
            width: 100%;
        }
        .recess-none {
            min-width: min(3.6458vw, 70px);
            max-width: min(3.6458vw, 70px);
            width: 100%;
        }
        .title {
            font-size: min(3.3333vw, 64px);
            line-height: min(4.9479vw, 95px);
            max-width: min(36.4583vw, 700px);
            width: 100%;
        }
        .desc {
            font-size: 20px;
            line-height: min(1.5625vw, 30px);
        }
        .info-card {
            max-width: min(10.4167vw, 200px);
            min-width: min(10.4167vw, 200px);
            height: min(10.4167vw, 200px);
            border: 1px solid rgba(229, 107, 89);
            border-radius: 10px;
            box-shadow: 18px 15px 35px 0px rgba(0, 0, 0, 0.09);
            .info-value {
                font-size: min(3.125vw, 60px);
                font-weight: 400;
                line-height: min(4.6875vw, 90px);
                letter-spacing: 0em;
            }
            .info-text {
                font-size: 20px;
            }
        }
        .element-container {
            max-width: min(26.4583vw, 508px);
            max-height: min(26.4583vw, 508px);
            width: 100%;
            height: 100%;
            .element-one {
                left: 0;
                top: min(0.5208vw, 10px);
                width: min(5.9375vw, 114px);
                height: min(5.9375vw, 114px);
                border-radius: 50%;
            }
            .element-two {
                left: min(3.9062vw, 75px);
                bottom: 0;
                width: min(5.1042vw, 98px);
                height: min(5.1042vw, 98px);
                border-radius: 50%;
            }
            .element-center {
                border-radius: 50%;
                width: min(13.0208vw, 250px);
                height: min(13.0208vw, 250px);
            }
            .element-three {
                right: min(2.8646vw, 55px);
                bottom: min(2.8646vw, 55px);
                width: min(4.0104vw, 77px);
                height: min(4.0104vw, 77px);
                border-radius: 50%;
            }
            .element-four {
                top: min(7.8125vw, 150px);
                right: min(1.5625vw, 30px);
                width: min(3.4375vw, 66px);
                height: min(3.4375vw, 66px);
                border-radius: 50%;
            }
        }
    }
}


/* ========= OUR PURPOSE ============ */


/* ========= PICTIORAL KNOWLEDGE SECTION ============ */

.pictorial-knowledge-section {
    .title {
        font-size: 36px;
        font-weight: 600;
        line-height: 46px;
        text-align: right;
        letter-spacing: 0em;
    }
    .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        /* 28may */
        text-align: left;
        letter-spacing: 0em;
        overflow: auto;
        max-height: 24lh;
        display: -webkit-box;
        /*-webkit-line-clamp:6;*/
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
        color: #07272e;
    }
    .img-container img {
        width: 382px;
        height: 215px;
        object-fit: cover;
    }
    .recess-left {
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
        border-radius: 0px 4px 4px 0px;
        max-width: 20px;
        width: 100%;
    }
    .recess-right {
        /*background: conic-gradient(from 90deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessRight.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
        border-radius: 4px 0px 0px 4px;
        max-width: 20px;
        width: 100%;
    }
    @media (min-width: 1200px) {
        .title {
            font-size: min(3.3333vw, 64px);
            line-height: min(5.4688vw, 105px);
        }
        .desc {
            font-size: 20px;
            font-weight: 400;
            line-height: min(1.6667vw, 32px);
        }
        .img-container {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            height: min(24.375vw, 468px);
        }
        .img-wrapper {
            width: 50%;
            height: 100%;
            overflow: hidden;
            position: absolute;
        }
        .img-wrapper.left {
            right: 55%;
        }
        .img-wrapper.right {
            right: 30%;
        }
        .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
            clip-path: inset(0 0 0 50%);
        }
    }
    @media screen and (max-width: 1200px) {
        .img-container {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            height: 468px;
        }
        .img-wrapper {
            width: 50%;
            height: 100%;
            overflow: hidden;
            position: absolute;
        }
        .img-wrapper.left {
            right: 50%;
        }
        .img-wrapper.right {
            right: 25%;
        }
        .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
            clip-path: inset(0 0 0 50%);
        }
    }
    .recess-left {
        border-radius: 0px 10px 10px 0px;
        max-width: 70px;
        width: 100%;
    }
    .recess-none-left {
        max-width: 70px;
        width: 100%;
    }
    .recess-right {
        border-radius: 10px 0px 0px 10px;
        max-width: 70px;
        width: 100%;
    }
    .recess-none-right {
        max-width: 70px;
        width: 100%;
    }
    @media (max-width: 411px) {
        .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}


/* ========= PICTIORAL KNOWLEDGE SECTION ============ */


/* ========= FIELDS OF ACTIVITY LIST ============ */

.fields-of-activity-parent {
    padding-top: 50px;
    .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        text-align: center;
        letter-spacing: 0em;
        margin-bottom: 12px;
    }
    .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0em;
        color: var(--bs-site1-text-secondary);
    }
    .recess-left {
        width: 50px;
        height: calc(100%);
        border-radius: 0px 3px 3px 0px;
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.5;
    }
    .recess-right {
        width: 50px;
        height: calc(100%);
        border-radius: 3px 0px 0px 3px;
        /*background: conic-gradient(from 90deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessRight.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: scaleX(-1);
        opacity: 0.5;
    }
    .card-img-container {
        width: 103px;
        height: 103px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }
    .card-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0px;
        text-align: center;
    }
    .activity-left {
        gap: 30px;
    }
    .activity-right {
        gap: 30px;
    }
    @media (max-width: 992px) {
        .card-desc {
            display: none !important;
        }
        .card-link {
            display: none !important;
        }
    }
    @media (min-width: 1440px) {
        .recess-left {
            width: min(6.25vw, 120px);
            height: calc(100%);
            border-radius: 0px 10px 10px 0px;
            /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
            background-image: url("../../images/site6/RecessLeft.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
        .recess-right {
            width: min(6.25vw, 120px);
            height: calc(100%);
            border-radius: 10px 0px 0px 10px;
            /*background: conic-gradient(from 90deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
            background-image: url("../../images/site6/RecessRight.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
    }
    @media (min-width: 992px) {
        padding-top: min(5.2083vw, 100px);
        .title {
            font-size: min(3.3333vw, 64px);
            font-weight: 600;
            line-height: min(3.75vw, 72px);
            letter-spacing: 0em;
            text-align: center;
        }
        .desc {
            font-size: 20px;
            font-weight: 400;
            line-height: min(1.6667vw, 32px);
            letter-spacing: 0em;
            text-align: center;
            color: #07272e;
        }
        .card-img-container {
            width: min(10.3125vw, 198px);
            height: min(11.0938vw, 213px);
            border-radius: 10px;
            position: relative;
            overflow: hidden;
        }
        .card-title {
            font-size: 22px;
            font-weight: 600;
            line-height: min(1.7188vw, 33px);
            letter-spacing: 0em;
            text-align: left;
        }
        .card-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            letter-spacing: 0;
            max-width: min(13.9062vw, 267px);
        }
        .card-link {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0px;
        }
        .activity-left {
            gap: min(6.0417vw, 116px);
        }
        .activity-right {
            gap: min(6.0417vw, 116px);
        }
    }
}


/* ========= FIELDS OF ACTIVITY LIST ============ */


/* ========= FIELDS OF ACTIVITY DETAIL ============ */

.fields-of-activity-detail {
    margin-top: 20px;
    .recess-left {
        min-width: 20px;
        max-width: 20px;
        border-radius: 0px 3px 3px 0px;
        height: 80px;
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
            linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
    }
    .title-container {
        height: 80px;
    }
    .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        text-align: left;
        letter-spacing: 0em;
    }
    .desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        letter-spacing: 0em;
        color: #07272e;
    }
    .company-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        letter-spacing: 0px;
        color: #07272e;
    }
    .company-icon {
        width: 14px;
        height: 14px;
    }
    .img-container {
        border-radius: 10px;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }
    .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .recess-right {
        display: none !important;
    }
    .list-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        text-align: left;
        letter-spacing: 0em;
    }
    .list-img-container {
        background-color: black;
        min-width: 138px;
        max-width: 138px;
        width: 100%;
        height: 148px;
        border-radius: 10px;
        overflow: hidden;
    }
    .list-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list-card-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        letter-spacing: 0em;
    }
    .list-card-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        letter-spacing: 0em;
    }
    .list-card-link {
        font-size: 12px;
    }
    @media (min-width: 1440px) {
        margin-top: min(5.2083vw, 100px);
        margin-bottom: min(2.6042vw, 50px);
        .recess-left {
            min-width: min(5.2083vw, 100px);
            max-width: min(5.2083vw, 100px);
            height: min(8.4375vw, 162px);
            border-radius: 0px 10px 10px 0px;
        }
        .recess-right {
            display: block !important;
            width: min(5.2083vw, 100px);
            border-radius: 10px 0px 0px 10px;
            /*background: conic-gradient(from 90deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
            background-image: url("../../images/site6/RecessRight.png");
            background-size: contain;
            /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
            background-repeat: no-repeat;
            /* Görüntünün tekrar etmesini engeller */
            background-position: center;
        }
        .title-container {
            height: min(8.4375vw, 162px);
        }
        .list-info-container {
            max-width: min(13.9062vw, 267px);
        }
        .title {
            font-size: min(2.8125vw, 54px);
            font-weight: 600;
            line-height: min(4.2188vw, 81px);
            letter-spacing: 0em;
        }
        .desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
        }
        .company-title {
            font-size: min(1.25vw, 24px);
            font-weight: 400;
            line-height: min(1.875vw, 36px);
            letter-spacing: 0px;
            color: #07272e;
        }
        .company-icon {
            width: min(1.25vw, 24px);
            height: min(1.25vw, 24px);
        }
        .img-container {
            border-radius: 10px;
            /*width: 875px;*/
            width: 100%;
            height: min(14.3229vw, 275px);
            overflow: hidden;
        }
        .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .list-title {
            font-size: min(2.3438vw, 45px);
            font-weight: 600;
            line-height: min(3.5417vw, 68px);
            letter-spacing: 0em;
            text-align: left;
        }
        .list-img-container {
            background-color: black;
            min-width: min(10.3125vw, 198px);
            max-width: min(10.3125vw, 198px);
            width: 100%;
            height: min(11.0938vw, 213px);
            border-radius: 10px;
            overflow: hidden;
        }
        .list-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .list-card-title {
            font-size: 22px;
            font-weight: 600;
            line-height: min(1.7188vw, 33px);
            letter-spacing: 0em;
        }
        .list-card-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            letter-spacing: 0em;
            text-align: left;
        }
        .list-card-link {
            font-size: 14px;
        }
    }
}


/* ========= FIELDS OF ACTIVITY DETAIL ============ */


/* ========= LEADERS MESSAGE ============ */

.leaders-message-container {
    margin-top: 23px;
    margin-bottom: 80px;
    .leader-img-container {
        width: 184px;
        height: 184px;
    }
    .leader-img-container img {
        width: 100%;
        height: 100%;
    }
    .denden {
        top: 13px;
        right: 10px;
    }
    .denden img {
        width: 35px;
        height: 35px;
    }
    .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        letter-spacing: 0.1em;
    }
    .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: right;
    }
    .name-surname {
        font-size: 16px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: right;
    }
    .leader-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: right;
        color: #acacac;
    }
    @media (min-width: 1200px) {
        margin-top: min(4.9479vw, 95px);
        margin-bottom: min(13.0208vw, 250px);
        .denden-img-desc {
            display: none !important;
        }
        .leader-img-container {
            width: min(18.9583vw, 364px);
            height: min(18.9583vw, 364px);
        }
        .leader-img-container img {
            width: 100%;
            height: 100%;
        }
        .denden {
            top: min(1.1979vw, 23px);
            right: min(1.0417vw, 20px);
        }
        .denden img {
            width: min(3.6458vw, 70px);
            height: min(3.6458vw, 70px);
        }
        .title {
            font-size: min(3.6458vw, 70px);
            font-weight: 600;
            line-height: min(5.4688vw, 105px);
            letter-spacing: 0em;
        }
        .desc {
            font-size: min(1.25vw, 24px);
            font-weight: 400;
            line-height: min(1.6667vw, 32px);
            letter-spacing: 0em;
            color: #07272e;
            text-align: left;
        }
        .name-surname {
            font-size: min(1.6667vw, 32px);
            font-weight: 500;
            line-height: 27px;
            letter-spacing: 0em;
            text-align: left;
        }
        .leader-title {
            font-size: min(1.25vw, 24px);
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            color: #07272e;
            text-align: left;
        }
    }
}


/* ========= LEADERS MESSAGE ============ */


/* ========= SITE6 MANAGEMENT TEAM LIST ROW ============ */

.management-team-list {
    padding-bottom: 75px;
    .info-card {
        bottom: 0;
        right: 0;
        transform: translate(0%, 50%);
        width: 95%;
        min-height: 90px;
        box-shadow: 0px 3.4809348583221436px 19.1451416015625px 0px #0000001a;
        .recess {
            max-width: 30px;
            width: 100%;
            /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
            background-image: url("../../images/site6/RecessLeft.png");
            background-size: contain;
            /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
            background-repeat: no-repeat;
            /* Görüntünün tekrar etmesini engeller */
            background-position: center;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }
        .info-title {
            font-size: 26px;
            font-weight: 500;
            line-height: 39px;
            letter-spacing: 0em;
            text-align: center;
            margin-right: 30px;
        }
        .info-desc {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0em;
            text-align: center;
            margin-right: 30px;
        }
    }
    @media (max-width: 767px) {
        .info-card {
            bottom: 0;
            right: 24px;
            width: 85%;
        }
    }
    .modal-dialog .close-btn {
        position: absolute;
        right: 0;
        top: 5px;
        color: black;
        background-color: transparent;
        border: 0px;
        z-index: 2;
    }
    .modal-body {
        margin-top: 15px;
    }
    .modal-dialog img {
        max-width: 100%;
        height: 420px;
    }
    .modal-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #07272e;
    }
    .info-modal-card {
        top: 0;
        left: -20px;
        width: 95%;
        min-height: 90px;
        box-shadow: 0px 3.4809348583221436px 19.1451416015625px 0px #0000001a;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        .recess {
            max-width: 30px;
            width: 100%;
            /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
            background-image: url("../../images/site6/RecessLeft.png");
            background-size: contain;
            /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
            background-repeat: no-repeat;
            /* Görüntünün tekrar etmesini engeller */
            background-position: center;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }
        .info-modal-title {
            font-size: 26px;
            font-weight: 500;
            line-height: 39px;
            letter-spacing: 0em;
            text-align: center;
            margin-left: 30px;
        }
        .info-modal-desc {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0em;
            text-align: center;
            margin-left: 30px;
        }
    }
    @media (min-width: 1400px) {
        padding-top: min(1.5625vw, 30px);
        .modal-dialog {
            max-width: min(62.5vw, 1200px);
        }
        .modal-body {
            margin-top: min(3.125vw, 60px);
        }
        .modal-dialog img {
            max-width: min(23.6458vw, 454px);
            height: min(26.875vw, 516px);
        }
        .modal-desc {
            font-size: min(1.25vw, 24px);
            font-weight: 400;
            line-height: min(1.6667vw, 32px);
            letter-spacing: 0em;
            color: #07272e;
        }
        .info-modal-card {
            top: 0;
            left: 0;
            transform: translate(-5%, -55%);
            width: 95%;
            min-height: min(4.6875vw, 90px);
            box-shadow: 0px 3.4809348583221436px 19.1451416015625px 0px #0000001a;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            .recess {
                max-width: min(1.5625vw, 30px);
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }
            .info-modal-title {
                font-size: min(1.3542vw, 26px);
                font-weight: 500;
                line-height: min(2.0312vw, 39px);
                letter-spacing: 0em;
                text-align: center;
                margin-left: min(1.5625vw, 30px);
            }
            .info-modal-desc {
                font-size: 13px;
                font-weight: 500;
                line-height: 20px;
                letter-spacing: 0em;
                text-align: center;
                margin-left: min(1.5625vw, 30px);
            }
        }
    }
}


/* ========= SITE6 MANAGEMENT TEAM LIST ROW ============ */


/* ========= SUSTAINABILITY LIST ============ */

.sustainability-list {
    padding-top: 20px;
    padding-bottom: 30px;
    .sustainability-info {
        .icon {
            width: 76px;
            height: 74px;
        }
        .title {
            font-size: 32px;
            font-weight: 600;
            line-height: 48px;
            text-align: left;
        }
        .desc {
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            text-align: left;
            color: #07272e;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 12;
            line-clamp: 12;
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
    }
    .sustainability-card {
        border-radius: 5px;
        height: 192px;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        position: relative;
        padding: 12px;
    }
    .sustainability-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(217, 217, 217, 0) 30%, rgba(0, 0, 0, 0.66) 65%, rgba(0, 0, 0, 0.6) 100%);
    }
    .sustainability-card-title {
        font-weight: 600;
        color: white;
        font-size: 17.16px;
        line-height: 20px;
        text-align: left;
        min-height: 40px;
    }
    .sustainability-card-desc {
        font-weight: 500;
        color: white;
        font-size: 6.54px;
        line-height: 8px;
        text-align: left;
        min-height: 32px;
    }
    .sustainability-list-rod {
        height: 6px;
        background-color: var(--bs-site6-color-primary);
        border-radius: 2px;
    }
    @media (min-width: 992px) {
        max-width: min(79.1667vw, 1520px);
        margin-bottom: min(5.2083vw, 100px);
        margin-top: min(5.2083vw, 100px);
        .sustainability-info {
            gap: min(3.3854vw, 65px);
            .icon {
                width: min(8.4896vw, 163px);
                height: min(8.4896vw, 163px);
            }
            .title {
                font-size: min(3.3333vw, 64px);
                font-weight: 600;
                line-height: min(4.6875vw, 90px);
                text-align: left;
            }
            .desc {
                font-size: 20px;
                font-weight: 400;
                line-height: 27px;
                text-align: left;
            }
        }
        .sustainability-card {
            border-radius: 10px;
            height: min(24.4792vw, 470px);
            padding: min(1.7188vw, 33px);
        }
        .sustainability-card::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(217, 217, 217, 0) 30%, rgba(0, 0, 0, 0.66) 65%, rgba(0, 0, 0, 0.6) 100%);
        }
        .sustainability-card-title {
            font-size: min(1.875vw, 36px);
            font-weight: 600;
            line-height: min(2.8646vw, 55px);
            color: white;
            min-height: min(5.7292vw, 110px);
        }
        .sustainability-card-desc {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            color: white;
            min-height: min(5vw, 96px);
        }
        @media screen and (min-height: 1440px) {
            .sustainability-card-title {
                min-height: min(5.7292vw, 110px);
            }
            .sustainability-card-desc {
                min-height: min(5vw, 96px);
            }
        }
        .sustainability-list-rod {
            width: 100%;
        }
    }
}


/* ========= SUSTAINABILITY LIST  ============ */


/* ========= SLOGAN SECTION  ============ */

.slogan-section {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 450px;
    margin-bottom: 55px;
    .desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: white;
    }
    .denden-left {
        width: 31px;
        height: 27px;
        top: -20px;
        left: 20px;
    }
    .denden-right {
        width: 31px;
        height: 27px;
        bottom: -20px;
        right: 20px;
    }
    @media (min-width: 1024px) {
        .denden-left {
            width: min(4.7917vw, 92px);
            height: min(4.2188vw, 81px);
            top: -55px;
            left: -30px;
        }
        .denden-right {
            width: min(4.7917vw, 92px);
            height: min(4.2188vw, 81px);
            bottom: -55px;
            right: -30px;
        }
    }
    @media (min-width: 992px) {
        margin-bottom: min(5.2083vw, 100px);
        height: min(27.0312vw, 519px);
        .desc {
            font-size: min(1.6667vw, 32px);
            font-weight: 600;
            line-height: min(2.5vw, 48px);
            text-align: center;
        }
    }
}

.slogan-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.75deg, rgba(39, 39, 39, 0.5) -13.71%, #000000 238.86%);
    z-index: 1;
}


/* ========= SLOGAN SECTION  ============ */


/* ========= INFO SECTION  ============ */

.info-section {
    max-width: 1483px;
    .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        text-align: left;
        max-width: 250px;
    }
    .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 25.2px;
        text-align: left;
    }
    .img-container img {
        max-height: 295px;
        border-radius: 10px;
    }
    .recess {
        display: block;
        width: 20px;
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
        border-radius: 0px 3.47px 3.47px 0px;
        margin-right: 10px;
    }
    @media (min-width: 992px) {
        .title {
            font-size: min(3.5385vw, 67.94px);
            font-weight: 700;
            line-height: min(4.2464vw, 81.53px);
            max-width: min(31.25vw, 600px);
        }
        .desc {
            font-size: 20px;
            font-weight: 400;
            line-height: min(1.875vw, 36px);
        }
        .img-container img {
            max-height: min(15.3646vw, 295px);
            border-radius: 10px;
        }
        .recess {
            display: none;
        }
    }
}


/* ========= INFO SECTION  ============ */


/* ========= SUSTAINABILITY DETAIL  ============ */

.sustainability-detail {
    .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 3.3204903602600098px;
        text-align: left;
    }
    .img-icon {
        transform: translate(-65%, 0);
        height: 17px;
        width: 130px;
    }
    .desc {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        text-align: left;
        max-width: 307px;
        margin-left: 40px;
    }
    .img-container {
        width: 100%;
        height: 337px;
        margin-top: 16px;
    }
    .img-container img {
        width: 100%;
        height: 337px;
        object-fit: cover;
    }
    .recess {
        width: 20px;
        height: 170px;
        margin-left: 73px;
        background-color: var(--bs-site1-color-primary);
    }
    @media (min-width: 992px) {
        .title {
            margin-left: min(5.2083vw, 100px);
            font-size: min(2.3438vw, 45px);
            font-weight: 600;
            line-height: min(3.5156vw, 67.5px);
            letter-spacing: 6px;
            max-width: min(28.9062vw, 555px);
        }
        .img-icon {
            transform: translate(-97%, 0);
            height: min(1.875vw, 36px);
            width: min(15.625vw, 300px);
        }
        .desc {
            font-size: min(2.3438vw, 45px);
            font-weight: 500;
            line-height: min(3.5156vw, 67.5px);
            max-width: min(28.9062vw, 555px);
        }
        .img-container {
            width: min(29.4792vw, 566px);
            height: min(31.0938vw, 597px);
        }
        .img-container img {
            width: min(29.4792vw, 566px);
            height: min(31.0938vw, 597px);
            object-fit: cover;
        }
        .recess {
            width: min(1.7188vw, 33px);
            height: min(16.3542vw, 314px);
            background-color: var(--bs-site1-color-secondary);
        }
    }
}


/* ========= SUSTAINABILITY DETAIL  ============ */


/* ========= CERTIFICATES LIST ============ */

.cer-list {
    .recess {
        max-width: 20px;
        width: 100%;
        height: 80px;
        border-radius: 0px 3px 3px 0px;
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
    }
    .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        text-align: left;
    }
    .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
    .img-container {
        display: none !important;
    }
    .big-img-container {
        display: none !important;
    }
    .cer-container {
        height: 700px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .cer-container::-webkit-scrollbar {
        display: none;
    }
    .certificate-img-container img {
        width: 135px;
        height: 145px;
        object-fit: cover;
        border-radius: 20px;
    }
    .cer-title {
        font-size: 16.38px;
        font-weight: 600;
        line-height: 24.57px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    .cer-desc {
        font-size: 12.29px;
        font-weight: 700;
        line-height: 18.43px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    .cer-link {
        font-size: 12.29px;
        font-weight: 700;
        line-height: 18.43px;
        text-decoration-color: var(--bs-site1-color-primary);
        color: var(--bs-site1-color-primary);
        font-style: italic;
    }
    @media (min-width: 992px) {
        .recess {
            max-width: min(6.25vw, 120px);
            width: 100%;
            height: auto;
            border-radius: 0px 10px 10px 0px;
        }
        .title {
            font-size: min(3.6458vw, 70px);
            font-weight: 600;
            line-height: min(3.75vw, 72px);
        }
        .desc {
            font-size: min(1.25vw, 24px);
            font-weight: 400;
            line-height: min(1.6667vw, 32px);
            color: rgba(58, 58, 60, 1);
        }
        .img-container {
            display: block !important;
            max-width: min(25.1042vw, 482px);
            width: 100%;
            height: min(10.2604vw, 197px);
            border-radius: 10px;
        }
        .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .form-select {
            max-width: min(11.6667vw, 224px);
            height: min(2.5vw, 48px);
        }
        .filter-container {
            margin-left: min(9.1146vw, 175px);
            margin-right: min(2.6042vw, 50px);
        }
        .cer-container {
            margin-left: min(9.1146vw, 175px);
            max-height: min(36.4583vw, 700px);
            height: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .big-img-container {
            display: block !important;
            border-radius: 20px;
            max-width: min(25.1042vw, 482px);
            width: 100%;
            max-height: min(24.2708vw, 466px);
            height: 100%;
        }
        .big-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .cer-column {
        min-width: 100%;
    }
    .cer-card {
        width: 100%;
    }
    @media (min-width: 1441px) {
        .cer-container::-webkit-scrollbar {
            display: none;
        }
        .certificate-img-container img {
            width: min(10.3125vw, 198px);
            height: min(11.0938vw, 213px);
            object-fit: cover;
            border-radius: 20px;
        }
        .cer-title {
            font-size: min(1.25vw, 24px);
            font-weight: 600;
            line-height: min(1.875vw, 36px);
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
        .cer-desc {
            font-size: 18px;
            font-weight: 700;
            line-height: 27px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
        .cer-link div {
            font-size: 18px;
            line-height: 27px;
            font-style: italic;
        }
    }
    @media (min-width: 1920px) {
        .cer-column {
            /*min-width: 505px;
            max-width: 505px;*/
            width: 100%;
        }
        .cer-card {
            width: 100%;
        }
    }
}


/* ========= CERTIFICATES LIST ============ */


/* ========= CERTIFICATE ============ */

.cer-detail-container {
    margin-top: 20px;
    margin-bottom: 70px;
    .cer-detail-section {
        max-width: 100%;
    }
    .img-container {
        border-radius: 10px;
        overflow: hidden;
    }
    .img-container img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .icon-img-container {
        border-radius: 5px;
        overflow: hidden;
    }
    .icon-img-container img {
        width: 100%;
        height: 82px;
        object-fit: cover;
    }
    .company-img-container img {
        width: auto;
        height: 28px;
        object-fit: contain;
    }
    .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        text-align: left;
    }
    .company-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
    }
    .desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }
    .cer-filter-section {
        max-width: 100%;
    }
    .cer-container {
        max-height: 1012px;
    }
    .cer-container::-webkit-scrollbar {
        display: none;
    }
    .certificate-img-container img {
        width: 135px;
        height: 145px;
        object-fit: cover;
        border-radius: 20px;
    }
    .cer-title {
        font-size: 16.38px;
        font-weight: 600;
        line-height: 24.57px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    .cer-desc {
        font-size: 12.29px;
        font-weight: 700;
        line-height: 18.43px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    .cer-link {
        font-size: 12.29px;
        font-weight: 700;
        line-height: 18.43px;
        text-decoration-color: var(--bs-site1-color-primary);
        color: var(--bs-site1-color-primary);
        font-style: italic;
    }
    .cer-parent-title {
        display: none !important;
    }
    .cer-parent-link {
        display: none !important;
    }
    .cer-icon {
        width: 32px;
        height: 32px;
    }
    @media (min-width: 992px) {
        margin-top: min(3.9062vw, 75px);
        margin-bottom: min(10.4167vw, 200px);
        .cer-detail-section {
            max-width: min(45.4688vw, 873px);
        }
        .img-container {
            border-radius: 10px;
            overflow: hidden;
        }
        .img-container img {
            max-width: min(45.3646vw, 871px);
            width: 100%;
            height: min(15.3646vw, 295px);
            object-fit: cover;
        }
        .company-img-container img {
            width: auto;
            height: min(4.1146vw, 79px);
            object-fit: contain;
        }
        .icon-img-container {
            border-radius: 10px;
            overflow: hidden;
            height: min(10.2604vw, 197px);
            margin-bottom: min(5.9375vw, 114px);
        }
        .icon-img-container img {
            max-width: min(25.1042vw, 482px);
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .title {
            font-size: min(2.8125vw, 54px);
            font-weight: 600;
            line-height: min(4.2188vw, 81px);
        }
        .company-title {
            font-size: min(1.25vw, 24px);
            font-weight: 400;
            line-height: min(1.875vw, 36px);
        }
        .desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
        }
        .cer-filter-section {
            max-width: min(25.1042vw, 482px);
        }
        .cer-container {
            max-height: min(52.7083vw, 1012px);
        }
        .cer-container::-webkit-scrollbar {
            display: none;
        }
        .certificate-img-container img {
            width: min(10.3125vw, 198px);
            height: min(11.0938vw, 213px);
            object-fit: cover;
            border-radius: 20px;
        }
        .cer-title {
            font-size: min(1.25vw, 24px);
            font-weight: 600;
            line-height: min(1.875vw, 36px);
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
        .cer-desc {
            font-size: 18px;
            font-weight: 700;
            line-height: 27px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
        .cer-parent-title {
            display: block !important;
            font-size: min(1.6667vw, 32px);
            font-weight: 600;
            line-height: min(2.5vw, 48px);
        }
        .cer-link {
            font-size: 18px;
            font-weight: 700;
            line-height: 27px;
        }
        .cer-parent-link {
            display: block !important;
            color: var(--bs-site1-color-primary);
            text-decoration-color: var(--bs-site1-color-primary);
        }
        .cer-parent-link div {
            display: block !important;
            font-size: 18px;
            line-height: 27px;
            font-style: italic;
            text-decoration-color: var(--bs-site1-color-primary);
        }
        .cer-icon {
            width: min(2.8646vw, 55px);
            height: min(2.8646vw, 55px);
        }
    }
}


/* ========= CERTIFICATE ============ */


/* ========= OUR GOOD PRACTICES LIST ============ */

.our-good-practices-list {
    margin-top: 20px !important;
    .recess {
        width: 20px;
        border-radius: 0px 3.47px 3.47px 0px;
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
    }
    .main-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        text-align: left;
    }
    .main-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #07272e;
        max-width: 891px;
    }
    .practice-card {
        width: 499px;
    }
    .practice-img-container {
        border-radius: 20px;
        max-height: 152px;
    }
    .practice-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
    }
    .practice-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        transition: font-size 0.5s ease;
        white-space: normal;
        text-overflow: ellipsis;
        text-wrap: none;
    }
    .practice-link {
        text-decoration-color: var(--bs-site1-color-primary);
        color: var(--bs-site1-color-primary);
        font-style: italic;
    }
    .practice-link div {
        text-decoration-color: var(--bs-site1-color-primary);
        color: var(--bs-site1-color-primary);
        font-style: italic;
    }
    @media (min-width: 1200px) {
        margin-top: min(5.2083vw, 100px) !important;
        .main-title {
            font-size: min(3.3333vw, 64px);
            font-weight: 600;
            line-height: min(4.6875vw, 90px);
        }
        .recess {
            width: min(7.2917vw, 140px);
            border-radius: 0px 10px 10px 0px;
        }
        .main-desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 27px;
        }
        .practice-card {
            width: min(25.9896vw, 499px);
        }
        .practice-img-container {
            border-radius: 20px;
            max-height: min(24.0625vw, 462px);
        }
        .practice-title {
            font-size: min(1.8229vw, 35px);
            font-weight: 600;
            line-height: min(2.7344vw, 52.5px);
        }
        .practice-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            line-clamp: 5;
            -webkit-box-orient: vertical;
            transition: font-size 0.5s ease;
            white-space: normal;
            text-overflow: ellipsis;
            text-wrap: none;
        }
    }
}


/* ========= OUR GOOD PRACTICES LIST ============ */


/* ========= OUR GOOD PRACTICES ============ */

.our-good-practices-detail {
    margin-top: 20px;
    .practice-img-container {
        width: 100%;
        height: 100px;
        border-radius: 5px;
    }
    .practice-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
    }
    .practice-subtitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        color: #1c1c1e;
    }
    .practice-date {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #07272e;
    }
    .practice-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    .recess {
        width: 20px;
        height: 80px;
        top: 361px;
        gap: 0px;
        border-radius: 0px 3.47px 3.47px 0px;
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
    }
    @media (min-width: 992px) {
        margin-top: min(5.2083vw, 100px);
        .practice-img-container {
            width: min(32.8646vw, 631px);
            height: 100%;
            border-radius: 10px;
        }
        .practice-title {
            font-size: min(3.3333vw, 64px);
            font-weight: 600;
            line-height: min(4.6875vw, 90px);
        }
        .practice-subtitle {
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
            color: #1c1c1e;
        }
        .practice-date {
            font-size: 20px;
            font-weight: 600;
            line-height: min(1.5625vw, 30px);
            color: #07272e;
        }
        .practice-desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 27px;
            max-width: min(50.0521vw, 961px);
        }
    }
}


/* ========= OUR GOOD PRACTICES ============ */


/* ========= AGRICULTURE ACADEMY LIST ============ */

.agriculture-academy-list {
    margin-top: 20px;
    .subtitle {
        font-size: 10px;
        font-weight: 600;
        line-height: 15px;
        letter-spacing: 2.6391751766204834px;
    }
    .title {
        font-size: 32px;
        font-weight: 500;
        line-height: 48px;
        max-width: 278px;
    }
    .desc {
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
        max-width: 278px;
        color: #07272e;
    }
    .card-link {
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
    }
    .img-container {
        border-radius: 0px;
        max-width: 278px;
        width: 100%;
        height: 117px;
    }
    @media (min-width: 992px) {
        margin-top: min(5.2083vw, 100px);
        .subtitle {
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
            letter-spacing: 6px;
        }
        .title {
            font-size: min(3.3333vw, 64px);
            font-weight: 500;
            line-height: min(5vw, 96px);
            max-width: min(32.9167vw, 632px);
        }
        .desc {
            font-size: 18px;
            font-weight: 400;
            line-height: min(1.6667vw, 32px);
            color: #07272e;
            max-width: min(32.9167vw, 632px);
        }
        .card-link {
            font-size: 18px;
            font-weight: 400;
            line-height: min(1.6667vw, 32px);
        }
        .img-container {
            border-radius: 10px;
            max-width: min(32.2917vw, 620px);
            width: 100%;
            height: min(32.2917vw, 620px);
        }
    }
}


/* ========= AGRICULTURE ACADEMY LIST ============ */


/* ========= AGRICULTURE ACADEMY ============ */

.agriculture-academy-detail {
    margin-top: 20px;
    .academy-img-container {
        width: 100%;
        height: 100px;
        border-radius: 5px;
        margin-top: 20px;
    }
    .academy-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
    }
    .academy-subtitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        color: #1c1c1e;
    }
    .academy-date {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #07272e;
    }
    .academy-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    @media (min-width: 992px) {
        margin-top: min(5.2083vw, 100px);
        .academy-img-container {
            width: min(32.8646vw, 631px);
            height: min(24.6354vw, 473px);
            border-radius: 10px;
            margin-top: min(2.3438vw, 45px);
        }
        .academy-title {
            font-size: min(3.125vw, 60px);
            font-weight: 600;
            line-height: min(4.6875vw, 90px);
        }
        .academy-subtitle {
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
            color: #1c1c1e;
        }
        .academy-date {
            font-size: 20px;
            font-weight: 600;
            line-height: min(1.5625vw, 30px);
            color: #07272e;
        }
        .academy-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            max-width: min(50.0521vw, 961px);
        }
    }
}


/* ========= AGRICULTURE ACADEMY ============ */


/* ========= SEARCH ============ */

.search {
    .search-input-container {
        height: 154px;
        margin-top: 63px;
        background-color: var(--bs-site1-color-primary);
    }
    .search-form {
        max-width: 599px;
        width: 100%;
        height: 72px;
        color: white;
    }
    .search-form:focus {
        border: 0;
        outline: none;
    }
    .search-input {
        border-radius: 8px;
        overflow: hidden;
        background-color: var(--bs-site1-color-primary);
        color: white;
        border: 1px solid white;
        padding-left: 20px;
    }
    .search-input:focus {
        border: 1px solid white;
        outline: none;
    }
    .search-input::placeholder {
        color: white;
    }
    .search-button {
        background-color: var(--bs-site1-color-primary);
    }
    .search-result {
        color: var(--bs-site1-color-primary);
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
    }
    .search-name {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        color: black;
    }
    @media (min-width: 992px) {
        .search-input-container {
            height: min(18.2292vw, 350px);
            margin-top: 0px;
            background-color: var(--bs-site1-color-primary);
        }
        .search-result {
            font-size: min(1.6667vw, 32px);
            font-weight: 600;
            line-height: min(2.5vw, 48px);
        }
    }
}


/* ========= SEARCH ============ */


/* ========= COOKIE CONSENT ============ */

.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translate(1%, -2%);
    max-width: 500px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid gainsboro;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    font-size: 14px;
    z-index: 1000;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-consent-button:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
    opacity: 0.5;
}

.cookie-consent-button.btn-success {
    border: 1px solid var(--bs-site1-color-primary);
    color: var(--bs-site1-color-primary);
    background-color: #f8f9fa;
    font-weight: bold;
}

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


/* ========= COOKIE CONSENT ============ */


/* ========= FEEDBACK FORM ROW ============ */

.feedback-form {
    margin-top: 24px;
    margin-bottom: 24px;
    .title {
        font-size: 36px;
        font-weight: 600;
        line-height: 46px;
        text-align: center;
    }
    .subtitle {
        font-size: 30px;
        font-weight: 500;
        line-height: 46px;
    }
    .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #07272e;
    }
    .phone {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #07272e;
    }
    .phone img {
        width: 23px;
        height: 23px;
    }
    .email-info {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #07272e;
    }
    .email-info img {
        width: 23px;
        height: 23px;
    }
    .address {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        max-width: 300px;
        color: #07272e;
    }
    .address img {
        width: 23px;
        height: 23px;
    }
    .form-label {
        font-size: 16px;
        line-height: 24px;
    }
    .form-input {
        /*max-width: 713.97px;*/
        width: 100%;
        padding: 15.77px 20.76px 15.77px 20.76px;
        font-size: 16px;
        max-height: 53.55px;
    }
    .textarea-input {
        max-width: 713.97px;
        width: 100%;
        padding: 15.77px 20.76px 15.77px 20.76px;
        font-size: 16px;
        border-radius: 4px;
    }
    .form-btn {
        max-width: 100%;
        width: 100%;
        height: 49.91px;
        padding: 12.45px 41.51px 12.45px 41.51px;
        gap: 8.3px;
        border-radius: 24.91px;
        background: linear-gradient(125.28deg, #009a44 0%, #009639 100%);
        color: white;
    }
    @media (min-width: 992px) {
        margin-top: min(5.2083vw, 100px);
        margin-bottom: min(5.2083vw, 100px);
        .title {
            font-size: min(3.3333vw, 64px);
            font-weight: 600;
            line-height: min(4.5401vw, 87.17px);
            text-align: left;
        }
        .subtitle {
            font-size: min(1.9458vw, 37.36px);
            font-weight: 500;
            line-height: min(2.9188vw, 56.04px);
            display: block;
        }
        .description {
            font-size: 20px;
            font-weight: 400;
            line-height: 29.89px;
            max-width: min(22.2396vw, 427px);
            color: #07272e;
            display: block;
        }
        .phone {
            font-size: 19.92px;
            font-weight: 400;
            line-height: 29.89px;
            color: #07272e;
            gap: min(0.5208vw, 10px);
        }
        .phone img {
            width: min(1.4583vw, 28px);
            height: min(1.4583vw, 28px);
            display: block;
        }
        .email-info {
            font-size: 19.92px;
            font-weight: 400;
            line-height: 29.89px;
            color: #07272e;
            display: flex;
            gap: min(0.5208vw, 10px);
        }
        .email-info img {
            width: min(1.4583vw, 28px);
            height: min(1.4583vw, 28px);
            display: block;
        }
        .address {
            font-size: 19.92px;
            font-weight: 400;
            line-height: 29.89px;
            max-width: min(15.625vw, 300px);
            color: #07272e;
            display: flex;
            gap: min(0.5208vw, 10px);
        }
        .address img {
            width: min(1.4583vw, 28px);
            height: min(1.4583vw, 28px);
            display: block;
        }
        .form-label {
            font-size: min(1.5135vw, 29.06px);
            line-height: min(2.2703vw, 43.59px);
        }
        .form-input {
            max-width: min(37.1859vw, 713.97px);
            width: 100%;
            padding: min(0.8214vw, 15.77px) min(1.0813vw, 20.76px) min(0.8214vw, 15.77px) min(1.0813vw, 20.76px);
            border-radius: 4px;
            border: 1px solid;
        }
        .textarea-input {
            max-width: min(37.1859vw, 713.97px);
            width: 100%;
            padding: min(0.8214vw, 15.77px) min(1.0813vw, 20.76px) min(0.8214vw, 15.77px) min(1.0813vw, 20.76px);
            font-size: 16px;
            border-radius: 4px;
            border: 1px solid;
        }
        .form-btn {
            max-width: min(7.7615vw, 149.02px);
            height: min(2.5995vw, 49.91px);
            padding: min(0.6484vw, 12.45px) min(2.162vw, 41.51px) min(0.6484vw, 12.45px) min(2.162vw, 41.51px);
            gap: min(0.4323vw, 8.3px);
            border-radius: 24.91px;
            background: #e56b59;
            color: white;
        }
    }
    .suggestion-button {
        padding: 10px 20px;
        width: fit-content;
        text-decoration: none;
        color: #07272e;
        border: 1px solid #e56b59;
        border-radius: 8px;
        cursor: pointer;
    }
    .suggestion-button:active {
        transform: scale(1.1);
        transition: transform 0.5s;
    }
}


/* ========= FEEDBACK FORM ROW ============ */


/* ========= MANIFEST ============ */

.manifest-container {
    .manifest-recess {
        width: 20px;
        height: 80px;
        border-radius: 0px 3px 3px 0px;
        /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
        background-image: url("../../images/site6/RecessLeft.png");
        background-size: contain;
        /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
        background-repeat: no-repeat;
        /* Görüntünün tekrar etmesini engeller */
        background-position: center;
        position: absolute;
    }
    .manifest-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        color: var(--bs-site1-color-primary);
    }
    .manifest-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 25.2px;
        /*max-width: 1026px*/
    }
    .manifest-subtitle {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        /*max-width: 288px;*/
        /*width: 100%;*/
    }
    /*.manifest-header {
        padding-left: 30px;
        max-width: 1320px;
        margin: auto;
    }*/
    @media (min-width: 1439px) and (max-width: 1919px) {
        /*.manifest-header {
            max-width: 1410px;
            padding-left:30px;
            margin: auto;
        }*/
    }
    @media (min-width: 1920px) {
        /*.manifest-header {
            max-width: min(80.7292vw, 1550px);
            padding-left: min(1.5625vw, 30px);
            margin: auto;
        }*/
    }
    @media (min-width: 992px) {
        /*.manifest-recess {
            width: min(2.0833vw, 40px);
            height: min(10vw, 192px);
            border-radius: 0px 3px 3px 0px;
            background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
            linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        }*/
        .manifest-recess {
            width: min(5.2083vw, 100px);
            height: min(10vw, 192px);
            border-radius: 0px 10px 10px 0px;
            /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
            background-image: url("../../images/site6/RecessLeft.png");
            background-size: contain;
            /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
            background-repeat: no-repeat;
            /* Görüntünün tekrar etmesini engeller */
            background-position: center;
            position: static;
        }
        .manifest-info {
            max-width: min(77.2396vw, 1483px);
        }
        .manifest-title {
            font-size: min(3.3333vw, 64px);
            font-weight: 600;
            line-height: min(3.75vw, 72px);
            color: var(--bs-site1-color-primary);
        }
        .manifest-desc {
            font-size: 20px;
            font-weight: 400;
            line-height: min(1.875vw, 36px);
        }
        .manifest-subtitle {
            font-size: min(3.2292vw, 62px);
            font-weight: 700;
            line-height: min(4.2464vw, 81.53px);
            min-width: min(23.125vw, 444px);
        }
    }
    @media (min-width: 1840px) {
        .manifest-recess {
            display: block;
            width: min(8.8542vw, 170px);
            height: min(10vw, 192px);
            border-radius: 0px 10px 10px 0px;
            /*background: conic-gradient(from 270deg at 50% 49.75%, #009639 0deg, #00FE70 360deg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
            background-image: url("../../images/site6/RecessLeft.png");
            background-size: contain;
            /* Görüntüyü kapsayıcıya sığdırır, orantıları korur */
            background-repeat: no-repeat;
            /* Görüntünün tekrar etmesini engeller */
            background-position: center;
        }
    }
}


/* ========= MANIFEST ============ */


/* ========= CONTACT US MAPS ============ */

.maps-container {
    .maps-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 46px;
        color: black;
    }
    .maps-iframe {
        overflow: hidden;
    }
    .maps-iframe iframe {
        overflow: hidden;
        height: 230px;
    }
    @media (min-width: 992px) {
        .maps-title {
            font-size: min(1.6667vw, 32px);
            font-weight: 600;
            line-height: min(2.5vw, 48px);
        }
        .maps-desc {
            font-size: min(3.125vw, 60px);
            font-weight: 600;
            line-height: min(4.6875vw, 90px);
        }
        .maps-iframe {
            border-radius: 20px;
            overflow: hidden;
        }
        .maps-iframe iframe {
            border-radius: 20px;
            overflow: hidden;
            height: min(23.4375vw, 450px);
        }
    }
}


/* ========= CONTACT US MAPS ============ */


/* ========= HERO MESSAGE ROW ============ */

.site6-hero-message {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.site6-hero-message__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 105, 55, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.site6-hero-message .container {
    position: relative;
    z-index: 2;
}

.site6-hero-message__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    animation: heroFadeIn 1.2s ease-out;
}

.site6-hero-message__title {
    font-family: var(--bs-font-playfair-display-medium);
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    animation: heroSlideUp 1s ease-out 0.2s both;
}

.site6-hero-message__description {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    max-width: 600px;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: heroSlideUp 1s ease-out 0.4s both;
}

.site6-hero-message__button {
    animation: heroSlideUp 1s ease-out 0.4s both;
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes heroSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Tablet Responsive */

@media (min-width: 768px) {
    .site6-hero-message {
        min-height: 600px;
    }
    .site6-hero-message__content {
        padding: 80px 40px;
    }
    .site6-hero-message__title {
        font-size: 48px;
        margin-bottom: 28px;
    }
    .site6-hero-message__description {
        font-size: 18px;
        max-width: 650px;
    }
}


/* Desktop Responsive */

@media (min-width: 992px) {
    .site6-hero-message {
        min-height: min(36.4583vw, 700px);
    }
    .site6-hero-message__content {
        padding: min(5.2083vw, 100px) min(3.125vw, 60px);
    }
    .site6-hero-message__title {
        font-size: min(3.125vw, 60px);
        margin-bottom: min(1.6667vw, 32px);
        max-width: min(46.875vw, 900px);
    }
    .site6-hero-message__description {
        font-size: 20px;
        max-width: min(36.4583vw, 700px);
        line-height: 1.9;
    }
}


/* Large Desktop Responsive */

@media (min-width: 1440px) {
    .site6-hero-message {
        min-height: min(41.6667vw, 800px);
    }
    .site6-hero-message__content {
        padding: min(6.25vw, 120px) min(4.1667vw, 80px);
    }
    .site6-hero-message__title {
        font-size: min(3.75vw, 72px);
        margin-bottom: min(2.0833vw, 40px);
        max-width: min(57.2917vw, 1100px);
    }
    .site6-hero-message__description {
        font-size: 22px;
        max-width: min(57.2917vw, 1100px);
    }
}


/* ========= HERO MESSAGE ROW ============ */


/* ========= ONELINE MESSAGE SECTION ============ */

.site6-oneline-message-section {
    background-color: #ffffff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}


/* Sol Taraf - Yaprak */

.site6-oneline-leaf-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.site6-oneline-leaf-svg {
    width: 100%;
    max-width: 300px;
    height: auto;
}


/* Sol Taraf - Görsel Container */

.site6-oneline-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.site6-oneline-image-container {
    position: relative;
    width: 100%;
    height: 600px;
    aspect-ratio: 1;
}

.site6-oneline-image {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    object-fit: cover;
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20800%20800%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M94.98%2C152.44c335.65-9.08%2C616.23%2C217.32%2C674.45%2C548.74-137.54-181.08-318.58-304.2-515.99-412.08-31.7-17.47-63.85-34.13-96.4-49.95-16.22-7.85-39.88-19.18-56.69-24.98%2C19.63%2C10.72%2C39.15%2C21.63%2C58.58%2C32.72%2C59.04%2C34.42%2C117.45%2C69.89%2C175.22%2C106.4%2C46.73%2C29.5%2C99.24%2C62.66%2C144.18%2C94.5%2C105.55%2C74.35%2C202.26%2C160.52%2C288.25%2C256.82-.86.17-1.73.34-2.59.49-23.47%2C4.18-56.91%2C6.53-80.59%2C7.24-141.05%2C4.22-279.69-37.24-395.26-118.2C138.15%2C489.48%2C47.68%2C339.17%2C15.77%2C160.41c26.23-4.14%2C52.68-6.8%2C79.21-7.98Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M454.31%2C164.86c159.97%2C77.79%2C344.25%2C301.44%2C329.03%2C523.38-.74%2C9.17-1.6%2C2.77-2.23-2.97C741.72%2C334.87%2C417.72%2C73.66%2C68.7%2C98.85c125.82-33.17%2C269.35%2C10.74%2C385.45%2C65.93l.16.08Z%22%2F%3E%3C%2Fsvg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}


/* Yaprak maskesi için clip-path efekti */

.site6-oneline-leaf-mask::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: transparent;
    z-index: 1;
}

.site6-oneline-placeholder {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}


/* Sağ Taraf - İçerik */

.site6-oneline-content {
    padding: 40px 20px;
}

.site6-oneline-inner {
    max-width: 650px;
}

.site6-oneline-title {
    font-size: 32px;
    font-weight: 600;
    color: #1c1c1e;
    margin-bottom: 20px;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(20px);
    animation: onelineContentSlideUp 0.8s ease-out 0.4s forwards;
}

.site6-oneline-desc {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 32px;
    text-align: justify;
    opacity: 0;
    transform: translateY(20px);
    animation: onelineContentSlideUp 0.8s ease-out 0.5s forwards;
}

@keyframes onelineContentSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Proje ve Üretim Detayları */

.site6-oneline-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
    animation: onelineContentSlideUp 0.8s ease-out 0.6s forwards;
}

.site6-oneline-detail-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #f8fdf5 0%, #ffffff 100%);
    border-radius: 14px;
    border: 1px solid rgba(118, 188, 67, 0.25);
    box-shadow: 0 4px 16px rgba(0, 105, 55, 0.08);
    transition: all 0.3s ease;
    min-width: 180px;
    flex: 1;
}

.site6-oneline-detail-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 105, 55, 0.12);
    border-color: var(--bs-site6-color-secondary);
}

.site6-oneline-detail-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bs-site6-color-primary) 0%, var(--bs-site6-color-secondary) 100%);
    border-radius: 12px;
    color: #ffffff;
    font-size: 20px;
    flex-shrink: 0;
}

.site6-oneline-detail-info {
    display: flex;
    flex-direction: column;
}

.site6-oneline-detail-label {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.site6-oneline-detail-value {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
}


/* Tablet Responsive */

@media (min-width: 768px) {
    .site6-oneline-message-section {
        padding: 80px 0;
    }
    .site6-oneline-leaf-svg {
        max-width: 380px;
    }
    .site6-oneline-title {
        font-size: 42px;
        margin-bottom: 24px;
    }
    .site6-oneline-desc {
        font-size: 18px;
    }
    .site6-oneline-detail-item {
        padding: 22px 26px;
        min-width: 200px;
    }
    .site6-oneline-detail-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }
    .site6-oneline-detail-value {
        font-size: 18px;
    }
}


/* Desktop Responsive */

@media (min-width: 992px) {
    .site6-oneline-message-section {
        padding: min(5.2083vw, 100px) 0;
        min-height: min(28.6458vw, 550px);
    }
    .site6-oneline-leaf-container {
        padding: min(2.0833vw, 40px);
    }
    .site6-oneline-leaf-svg {
        max-width: 100%;
        max-height: min(25vw, 480px);
    }
    .site6-oneline-content {
        padding: min(3.125vw, 60px) min(2.0833vw, 40px);
    }
    .site6-oneline-title {
        font-size: min(2.7083vw, 52px);
        margin-bottom: min(1.4583vw, 28px);
        line-height: 1.25;
    }
    .site6-oneline-desc {
        font-size: 20px;
        line-height: 1.9;
        margin-bottom: min(2.0833vw, 40px);
    }
    .site6-oneline-details {
        gap: min(1.25vw, 24px);
        margin-bottom: min(1.6667vw, 32px);
    }
    .site6-oneline-detail-item {
        padding: min(1.3542vw, 26px) min(1.6667vw, 32px);
        min-width: min(11.4583vw, 220px);
    }
    .site6-oneline-detail-icon {
        width: min(3.125vw, 60px);
        height: min(3.125vw, 60px);
        font-size: min(1.25vw, 24px);
    }
    .site6-oneline-detail-label {
        font-size: 13px;
    }
    .site6-oneline-detail-value {
        font-size: 20px;
    }
}


/* Large Desktop Responsive */

@media (min-width: 1440px) {
    .site6-oneline-message-section {
        padding: min(6.25vw, 120px) 0;
        min-height: min(33.8542vw, 650px);
    }
    .site6-oneline-leaf-container {
        padding: min(3.125vw, 60px);
    }
    .site6-oneline-content {
        padding: min(4.1667vw, 80px) min(3.125vw, 60px);
    }
    .site6-oneline-inner {
        max-width: min(39.0625vw, 750px);
    }
    .site6-oneline-title {
        font-size: min(3.3333vw, 64px);
        margin-bottom: min(1.6667vw, 32px);
    }
    .site6-oneline-desc {
        font-size: 22px;
        margin-bottom: min(2.5vw, 48px);
    }
    .site6-oneline-details {
        gap: min(1.4583vw, 28px);
    }
    .site6-oneline-detail-item {
        padding: min(1.5625vw, 30px) min(1.9792vw, 38px);
        min-width: min(12.5vw, 240px);
    }
    .site6-oneline-detail-icon {
        width: min(3.5417vw, 68px);
        height: min(3.5417vw, 68px);
        font-size: min(1.3542vw, 26px);
        border-radius: 16px;
    }
    .site6-oneline-detail-label {
        font-size: 14px;
    }
    .site6-oneline-detail-value {
        font-size: 22px;
    }
}


/* Mobile - Sütun Düzeni */

@media (max-width: 991.98px) {
    .site6-oneline-leaf-container {
        order: 1;
    }
    .site6-oneline-content {
        order: 2;
        text-align: center;
    }
    .site6-oneline-inner {
        margin: 0 auto;
    }
    .site6-oneline-desc {
        text-align: center;
    }
    .site6-oneline-details {
        justify-content: center;
    }
    .site6-oneline-detail-item {
        flex: none;
        width: 100%;
        max-width: 300px;
    }
}


/* ========= ONELINE MESSAGE SECTION ============ */

.page-header-title {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0px 120px;
}

.bottom-wave {
    bottom: -1px;
}

.bottom-wave svg {
    width: 100%;
    height: 100%;
}

.leaf-decoration {
    bottom: -150px;
    right: -20px;
    width: 350px;
    opacity: 0.9;
    animation: floatLeaf 20s ease-in-out infinite;
}

.animate-title {
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(-30px);
}

.animate-desc {
    animation: slideInLeft 0.8s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateX(-30px);
}

.site6-oneline-leaf-svg,
.leaf-decoration svg {
    transform-origin: center bottom;
    animation: swayLeaf 4s ease-in-out infinite;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes floatLeaf {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes swayLeaf {
    0%,
    100% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(2deg);
    }
}

.accent-line {
    animation: expandLine 0.6s ease-out 0.4s forwards;
    transform-origin: left;
    transform: scaleX(0);
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

.breadcrumb {
    animation: slideInLeft 0.8s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateX(-30px);
    margin-top: 24px;
    align-items: center;
    gap: 12px;
    font-size: 12px;
}

.breadcrumb a {
    position: relative;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #76bc42 !important;
}

.breadcrumb a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #76bc42;
    transition: width 0.3s ease;
}

.breadcrumb a:hover::after {
    width: 100%;
}


/* ======== ABOUT US SECTIONS ======== */

.about-us-section {
    overflow: hidden;
}


/* Common Styles */

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: var(--bs-site6-color-secondary);
    color: white;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-badge-light {
    background: white;
    color: var(--bs-site6-color-primary);
}

.title-accent {
    display: block;
    width: 60px;
    height: 4px;
    background: var(--bs-site6-color-secondary);
    margin-top: 16px;
}


/* ======== CORPORATE SECTION ======== */

.corporate-section {
    padding: 80px 0;
    position: relative;
}

.corporate-image-wrapper {
    position: relative;
    padding: 20px;
}

.corporate-image-inner {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.corporate-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.corporate-image-inner:hover .corporate-img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 105, 55, 0.3) 0%, rgba(118, 188, 67, 0.2) 100%);
}

.floating-card {
    position: absolute;
    bottom: -30px;
    right: 40px;
    background: white;
    border-radius: 20px;
    padding: 24px 32px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    animation: floatCard 3s ease-in-out infinite;
}

.floating-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.floating-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    line-height: 1;
}

.floating-text {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

@keyframes floatCard {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.corporate-content {
    padding: 40px;
}

.corporate-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    margin-bottom: 24px;
    line-height: 1.2;
}

.corporate-content p {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.corporate-link-wrapper {
    margin-top: 32px;
}

.corporate-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--bs-site6-color-primary);
    font-weight: 600;
    text-decoration: none;
    padding: 14px 32px;
    border: 2px solid var(--bs-site6-color-secondary);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.corporate-link:hover {
    background: var(--bs-site6-color-secondary);
    color: white;
    transform: translateX(5px);
}


/* ======== PURPOSE SECTION ======== */

.purpose-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fbf5 0%, #ffffff 100%);
    position: relative;
}

.purpose-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--bs-site6-color-secondary), transparent);
}

.purpose-content {
    padding: 40px;
}

.purpose-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    margin-bottom: 24px;
    line-height: 1.2;
}

.purpose-content p {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.purpose-features {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(118, 188, 67, 0.2);
}

.feature-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bs-site6-color-primary), var(--bs-site6-color-secondary));
    border-radius: 50%;
    color: white;
}

.feature-item span {
    font-weight: 600;
    color: var(--bs-site6-color-primary);
}

.purpose-image-wrapper {
    position: relative;
    padding: 20px;
}

.purpose-image-main {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.purpose-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.purpose-image-main:hover .purpose-img {
    transform: scale(1.05);
}

.purpose-image-small {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 180px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border: 5px solid white;
}

.purpose-img-small {
    width: 100%;
    height: 150px;
    object-fit: cover;
}


/* ======== VISION SECTION ======== */

.vision-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.vision-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.vision-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 105, 55, 0.9) 0%, rgba(0, 50, 25, 0.85) 100%);
}

.vision-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.vision-badge {
    display: inline-block;
    padding: 10px 28px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.vision-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 32px;
    line-height: 1.2;
}

.vision-title .title-accent {
    background: var(--bs-site6-color-secondary);
    margin: 20px auto 0;
}

.vision-content p {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.vision-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stat-number {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--bs-site6-color-secondary);
}

.stat-label {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
}

.vision-leaf-decoration {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    opacity: 0.3;
    z-index: 1;
}

.vision-leaf-decoration svg {
    width: 100%;
    height: auto;
    animation: swayLeaf 4s ease-in-out infinite;
    transform-origin: center bottom;
}

@keyframes swayLeaf {
    0%,
    100% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
}


/* ======== RESPONSIVE ======== */

@media (max-width: 991px) {
    .corporate-section,
    .purpose-section {
        padding: 40px 0;
    }
    .vision-section {
        padding: 60px 0;
    }
    .corporate-content,
    .purpose-content {
        padding: 30px 20px;
    }
    .corporate-title,
    .purpose-title,
    .vision-title {
        font-size: 32px;
    }
    .corporate-img,
    .purpose-img {
        height: 300px;
    }
    .floating-card {
        right: 20px;
        bottom: -20px;
        padding: 16px 24px;
    }
    .purpose-image-small {
        display: none;
    }
    .purpose-features {
        flex-direction: column;
        gap: 12px;
    }
    .vision-stats {
        gap: 24px;
    }
    .stat-number {
        font-size: 36px;
    }
    .stat-divider {
        display: none;
    }
    .vision-desc {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .corporate-title,
    .purpose-title {
        font-size: 28px;
    }
    .vision-title {
        font-size: 28px;
    }
    .feature-item {
        width: 100%;
    }
}


/* ======== PRODUCTS SECTION ======== */

.products-section {
    padding: 80px 0;
    position: relative;
}

.products-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.products-badge {
    display: inline-block;
    padding: 8px 24px;
    background: var(--bs-site6-color-secondary);
    color: white;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.products-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    margin-bottom: 20px;
    line-height: 1.2;
}

.products-title-accent {
    color: var(--bs-site6-color-secondary);
}

.products-description {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.product-card {
    position: relative;
}

.product-link-wrapper {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.product-image-wrapper:hover {
    box-shadow: 0 20px 60px rgba(118, 188, 67, 0.3);
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-image-wrapper:hover .product-image {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 105, 55, 0.85) 0%, rgba(118, 188, 67, 0.75) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.product-image-wrapper:hover .product-overlay {
    opacity: 1;
}

.product-overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.product-image-wrapper:hover .product-overlay-content {
    transform: translateY(0);
}

.product-view-text {
    color: white;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-view-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-site6-color-primary);
    font-size: 24px;
    transition: all 0.3s ease;
}

.product-view-icon:hover {
    background: var(--bs-site6-color-secondary);
    color: white;
    transform: scale(1.1);
}

.product-badge-new {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: var(--bs-site6-color-primary);
    font-family: "Mulish-Regular", sans-serif;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-content {
    padding: 0 10px;
}

.product-company {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-site6-color-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.product-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.product-card:hover .product-title {
    color: var(--bs-site6-color-secondary);
}

.product-subtitle {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.product-more-text {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-site6-color-primary);
    transition: color 0.3s ease;
}

.product-card:hover .product-more-text {
    color: var(--bs-site6-color-secondary);
}

.product-more-icon {
    font-size: 20px;
    color: var(--bs-site6-color-secondary);
    transition: transform 0.3s ease;
}

.product-card:hover .product-more-icon {
    transform: translateX(5px);
}

.products-leaf-decoration {
    position: fixed;
    bottom: -100px;
    left: -100px;
    width: 400px;
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
}

.products-leaf-decoration svg {
    width: 100%;
    height: auto;
    animation: swayLeaf 6s ease-in-out infinite;
    transform-origin: center bottom;
}


/* Products Responsive */

@media (max-width: 991px) {
    .products-section {
        padding: 60px 0;
    }
    .products-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .products-title {
        font-size: 36px;
    }
    .product-image {
        height: 280px;
    }
    .product-title {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .products-header {
        margin-bottom: 40px;
    }
    .products-badge {
        padding: 6px 16px;
        font-size: 12px;
    }
    .products-title {
        font-size: 28px;
    }
    .products-description {
        font-size: 16px;
    }
    .product-image {
        height: 220px;
    }
    .product-title {
        font-size: 22px;
    }
    .product-subtitle {
        font-size: 14px;
    }
}


/* ======== PRODUCT DETAIL SECTION ======== */

.product-detail-section {
    padding: 60px 0 100px;
    position: relative;
}

.product-detail-main {
    padding-right: 30px;
}


/* Back Link */

.product-back-link {
    margin-bottom: 30px;
}

.product-back-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-back-link a:hover {
    color: var(--bs-site6-color-secondary);
    gap: 12px;
}


/* Product Header */

.product-detail-header {
    margin-bottom: 40px;
}

.product-detail-badge {
    display: inline-block;
    padding: 8px 20px;
    background: var(--bs-site6-color-secondary);
    color: white;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-detail-title {
    font-size: 52px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    line-height: 1.2;
    margin-bottom: 16px;
}

.product-detail-title-accent {
    color: var(--bs-site6-color-secondary);
}

.product-detail-subtitle {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 20px;
    color: #666;
    line-height: 1.6;
}


/* Product Gallery */

.product-detail-image-main {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.product-detail-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-detail-image-main:hover .product-detail-img {
    transform: scale(1.05);
}

.product-detail-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 105, 55, 0.1) 0%, rgba(118, 188, 67, 0.05) 100%);
    pointer-events: none;
}


/* Company Info */

.product-detail-sub-title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.product-detail-sub-title.dark {
    background: #006937;
}

.product-detail-sub-title.dark .description-title {
    color: #fff;
    padding-left: 20px;
}

.company-icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    color: var(--bs-site6-color-secondary);
}

.title-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.company-label {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    color: #666;
}

.company-name {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-site6-color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.company-name:hover {
    color: var(--bs-site6-color-secondary);
}


/* Product Description */

.product-detail-description {
    margin-bottom: 50px;
}

.product-detail-description .description img {
    width: 100%;
}

.product-detail-description .description-content h3 {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #76bc43;
}

.description-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    margin-bottom: 0px;
}

.product-detail-description h2 {
    margin-bottom: 24px;
}

.description-content {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.description-content p {
    margin-bottom: 16px;
}

.description-content ul,
.description-content ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.description-content li {
    margin-bottom: 8px;
}


/* Product Features */

.product-detail-features {
    margin-top: 40px;
}

.features-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #76bc43;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 30px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(118, 188, 67, 0.2);
}

.feature-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card-text {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-site6-color-primary);
    text-align: center;
}


/* Sidebar */

.product-detail-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.sidebar-widget-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    margin-bottom: 24px;
    position: relative;
}

.sidebar-widget-title .title-accent {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--bs-site6-color-secondary);
}


/* Related Products */

.related-products-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.related-product-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-product-card:hover {
    background: #f8fbf5;
    transform: translateY(-4px);
}

.related-product-image {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.related-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-product-info {
    flex: 1;
}

.related-product-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-site6-color-primary);
    margin-bottom: 4px;
}

.related-product-desc {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 13px;
    color: #888;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-product-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-site6-color-secondary);
    color: white;
    border-radius: 50%;
    font-size: 14px;
    transition: transform 0.3s ease;
}


/* Sidebar CTA */

.sidebar-widget-cta {
    background: linear-gradient(135deg, var(--bs-site6-color-primary) 0%, var(--bs-site6-color-secondary) 100%);
    color: white;
}

.sidebar-cta-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    margin: 0 auto 20px;
}

.sidebar-cta-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-cta-desc {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 24px;
    line-height: 1.6;
}

.sidebar-cta-btn {
    display: inline-block;
    padding: 14px 32px;
    background: white;
    color: var(--bs-site6-color-primary);
    font-family: "Mulish-Regular", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.sidebar-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .product-detail-section {
        padding: 40px 0 60px;
    }
    .product-detail-main {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .product-detail-title {
        font-size: 36px;
    }
    .product-detail-subtitle {
        font-size: 16px;
    }
    .product-detail-img {
        height: 300px;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .product-detail-sidebar {
        position: static;
    }
    .sidebar-widget {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .product-detail-title {
        font-size: 28px;
    }
    .description-title,
    .features-title {
        font-size: 24px;
    }
    .product-detail-img {
        height: 220px;
    }
    .feature-card {
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px;
    }
    .related-product-card {
        flex-wrap: wrap;
    }
    .related-product-image {
        width: 60px;
        height: 60px;
    }
}

.news-row .news-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news-row .swiper {
    overflow: inherit;
}

.news-row .swiper .swiper-slide .news-item-image {
    height: 300px;
}

.text-section {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.text-section:nth-child(2n) {
    flex-direction: row-reverse;
}

.text-section-details {
    flex: 1;
}

.text-section-icon {
    width: 200px;
}

.text-section-icon path[stroke="rgb(84,84,84)"] {
    stroke: #07272e;
    stroke-width: 6px;
}

.text-section-icon path[stroke="rgb(118,187,67)"] {
    stroke-width: 6px;
    stroke: var(--bs-site6-color-primary);
}

.listing-items .umb-block-list .text-section:first-child {
    padding-top: 80px;
}

.listing-items .umb-block-list .text-section:last-child {
    padding-bottom: 150px;
}

.sustainability-content-list .umb-block-list {
    display: grid;
    gap: 40px;
}

.sustainability-content-list.row-1-column .umb-block-list {
    grid-template-columns: repeat(1, 1fr);
}

.sustainability-content-list.row-2-columns .umb-block-list {
    grid-template-columns: repeat(2, 1fr);
}

.sustainability-content-list.row-3-columns .umb-block-list {
    grid-template-columns: repeat(3, 1fr);
}

.sustainability-content-list.row-4-columns .umb-block-list {
    grid-template-columns: repeat(4, 1fr);
}

.sustainability-row-list {
    scroll-margin-top: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.sustainability-row-item {
    overflow: hidden;
}

.sustainability-row-item .row-item-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

.sustainability-row-item .row-item-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.sustainability-row-item .row-item-image h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 30;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.sustainability-row-item .row-item-image img {
    width: 100%;
    transition: all ease 0.5s;
    z-index: 10;
}

.sustainability-content-list.row-3-columns .sustainability-row-item:hover img {
    transform: scale(1.1);
}

.sustainability-row-item .row-item-detail {
    padding: 12px;
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image {
    height: fit-content;
    overflow: initial;
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image h3 {
    margin-top: 12px;
    position: relative;
    bottom: auto;
    left: auto;
    color: var(--bs-site6-color-primary);
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image img {
    border-radius: 12px;
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image::before {
    content: unset;
}

.news-list {
    
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 100px !important;
}
.news-list .news-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0px 30px;
    
}

.news-row .news-item{
    height: min(38.2917vw, 620px) !important;
}


/* ============================================
   Product Tabs Styles
============================================ */


/* Tab Headers Container - created dynamically */

.product-detail-main .product-tab-headers-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 3px solid #e8e8e8;
    margin-bottom: 30px;
    position: relative;
}


/* Individual Tab Header */

.product-tab-header {
    flex: 1;
    min-width: 150px;
}

.product-tab-button {
    width: 100%;
    padding: 16px 24px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-family: "Mulish-Regular", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    text-align: center;
    margin-bottom: -2px;
}

.product-tab-button:hover {
    color: var(--bs-site6-color-primary);
    border-bottom-color: rgba(118, 188, 67, 0.5);
}

.product-tab-button.active {
    color: var(--bs-site6-color-primary);
    font-weight: 600;
    border-bottom-color: var(--bs-site6-color-primary);
}

.product-tab-button .tab-indicator {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--bs-site6-color-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.product-tab-button.active .tab-indicator {
    transform: scaleX(1);
}


/* Tab Content Container */

.product-tab-content-container {
    position: relative;
}


/* Tab Pane */

.product-tab-pane {
    display: none;
    opacity: 0;
    animation: fadeInTab 0.4s ease forwards;
}

.product-tab-pane.active {
    display: block;
    opacity: 1;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Tab content - description */

.product-tab-pane .product-detail-description {
    padding: 20px 0;
}


/* Responsive Styles */

@media (max-width: 991px) {
    .product-tab-button {
        font-size: 14px;
        padding: 12px 16px;
    }
    .product-tab-button .tab-indicator {
        right: 0;
        left: auto;
        width: 4px;
        height: 100%;
        transform: scaleY(0);
    }
    .product-tab-button.active .tab-indicator {
        transform: scaleY(1);
    }
}

@media (max-width: 576px) {
    .product-tab-button {
        font-size: 14px;
        padding: 12px 16px;
    }
    .product-tab-pane .description-content h2 {
        font-size: 20px;
    }
    .product-tab-pane .description-content h3 {
        font-size: 18px;
    }
}

.product-tab-headers-wrapper.just-one {
    border-bottom: none;
}

.product-tab-headers-wrapper.just-one .product-tab-header .product-tab-button {
    border-bottom: 0px;
    text-align: left;
    font-size: 24px;
    padding: 0px;
    cursor: initial;
}

.mobile-menu .nav-item button {
    height: auto;
    padding: 0px 12px !important;
    width: 100%;
}

.language-dropdown-mobile {
    padding-right: 1rem;
    padding-left: 1rem;
}

.language-dropdown-mobile,
.language-dropdown-menu-mobile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-dropdown-current-mobile {
    color: #07272e;
    font-weight: bold;
}

.language-dropdown-current-mobile i {
    display: none;
}

.language-dropdown-option-mobile {
    text-decoration: none;
    color: var(--bs-site6-color-primary);
    font-weight: bold;
}

.mobile-menu .site-logo svg [fill="#fff"] {
    fill: var(--bs-site6-color-primary);
}


/* ============================================
   MODERN NEWS CARD — .news-row .news-item
   ============================================ */


/* Grid (üst container — 3'lü düzeni korur) */

.news-row {
    padding-bottom: 120px;
    --news-radius: 18px;
    --news-shadow: 0 6px 20px rgba(13, 47, 23, 0.08);
    --news-shadow-hover: 0 18px 40px rgba(13, 47, 23, 0.18);
    --news-accent: #8DC63F;
    /* sitenin açık yeşili */
    --news-primary: #16391C;
    /* koyu yeşil */
    --news-text: #3a3a3a;
    --news-muted: #6b7a6e;
    --news-bg: #ffffff;
    --news-transition: 350ms cubic-bezier(.2, .7, .2, 1);
}


/* ----- ORTAK KART STİLİ ----- */

.news-row .news-item {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--news-bg);
    border-radius: var(--news-radius);
    
    text-decoration: none;
    color: inherit;
    box-shadow: var(--news-shadow);
    transition: transform var(--news-transition), box-shadow var(--news-transition);
    isolation: isolate;
    height: 100%;
}

.news-row .news-item:hover,
.news-row .news-item:focus-visible {
    transform: translateY(-6px);
    box-shadow: var(--news-shadow-hover);
}


/* İnce üst aksan çizgisi (hover'da görünür) */

.news-row .news-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--news-accent), var(--news-primary));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--news-transition);
    z-index: 2;
}

.news-row .news-item:hover::before {
    transform: scaleX(1);
}


/* ----- GÖRSEL ----- */

.news-row .news-item .news-item-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef3ec;
}

.news-row .news-item .news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 600ms cubic-bezier(.2, .7, .2, 1), filter var(--news-transition);
}

.news-row .news-item:hover .news-item-image img {
    transform: scale(1.06);
    filter: saturate(1.05);
}


/* Görsel üzerinde yumuşak alt karartma (okunabilirlik için) */

.news-row .news-item .news-item-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 30, 10, 0.35) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--news-transition);
}

.news-row .news-item:hover .news-item-image::after {
    opacity: 1;
}


/* ----- BAŞLIK / AÇIKLAMA / BUTON (DİKEY KART) ----- */

.news-row .news-item .news-title {
    font-size: clamp(1.05rem, 1.1vw + .8rem, 1.35rem);
    line-height: 1.3;
    color: var(--news-primary);
    padding: 22px 24px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color var(--news-transition);
}

.news-row .news-item:hover .news-title {
    color: var(--news-accent);
}

.news-row .news-item .news-description {
    font-size: .95rem;
    line-height: 1.6;
    color: var(--news-text);
    padding: 0 24px 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.news-row .news-item .site6-btn-secondary {
    margin: 4px 24px 24px;
    align-self: flex-start;
    transition: transform var(--news-transition), gap var(--news-transition);
}

.news-row .news-item:hover .site6-btn-secondary i {
    transform: translateX(4px);
    transition: transform var(--news-transition);
}


/* ============================================
   ÖNE ÇIKAN BÜYÜK KART (.news-item-image.first)
   Resim üzerinde overlay ile başlık/açıklama
   ============================================ */

.news-row .news-item:has(.news-item-image.first) {
    height: 100%;
}

.news-row .news-item .news-item-image.first {
    aspect-ratio: 16 / 11;
    height: 100%;
    min-height: 420px;
}

.news-row .news-item .news-item-image.first::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(11, 36, 17, 0.55) 65%, rgba(11, 36, 17, 0.85) 100%);
    opacity: 1;
    transition: opacity var(--news-transition);
}

.news-row .news-item .news-item-image.first .news-detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 32px 32px;
    color: #fff;
    transform: translateY(0);
    transition: transform var(--news-transition);
}

.news-row .news-item:hover .news-item-image.first .news-detail {
    transform: translateY(-4px);
}

.news-row .news-item .news-item-image.first .news-title {
    color: #fff;
    padding: 0 0 10px;
    font-size: clamp(1.25rem, 1.4vw + .8rem, 1.75rem);
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news-row .news-item:hover .news-item-image.first .news-title {
    color: var(--news-accent);
}

.news-row .news-item .news-item-image.first .news-description {
    color: rgba(255, 255, 255, .88);
    padding: 0 0 14px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news-row .news-item .news-item-image.first .site6-btn-secondary {
    margin: 8px 0 0;
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
}

.news-row .news-item .news-item-image.first .site6-btn-secondary:hover {
    background: var(--news-accent);
    border-color: var(--news-accent);
    color: var(--news-primary);
}


/* ----- ERİŞİLEBİLİRLİK ----- */

.news-row .news-item:focus-visible {
    outline: 3px solid var(--news-accent);
    outline-offset: 4px;
}


/* ----- RESPONSIVE ----- */

@media (max-width: 991.98px) {
    .news-row .news-item .news-item-image.first {
        min-height: 340px;
    }
    .news-row .news-item .news-title {
        padding: 18px 18px 8px;
    }
    .news-row .news-item .news-description {
        padding: 0 18px 14px;
    }
    .news-row .news-item .site6-btn-secondary {
        margin: 4px 18px 20px;
    }
}

@media (max-width: 575.98px) {
    .news-row .news-item .news-item-image {
        aspect-ratio: 16 / 10;
    }
    .news-row .news-item .news-item-image.first {
        min-height: 280px;
        aspect-ratio: 4 / 5;
    }
    .news-row .news-item .news-item-image.first .news-detail {
        padding: 20px 22px 22px;
    }
}


/* Hareket azaltma tercihi */

@media (prefers-reduced-motion: reduce) {
    .news-row .news-item,
    .news-row .news-item *,
    .news-row .news-item .news-item-image img {
        transition: none !important;
    }
    .news-row .news-item:hover {
        transform: none;
    }
    .news-row .news-item:hover .news-item-image img {
        transform: none;
    }
}


/* ============================================
   ÖNE ÇIKAN İLK KARTTA GRİ/KARARTMA FİLTRESİNİ KALDIR
   ============================================ */

.news-row .news-item .news-item-image.first::after {
    content: none !important;
    background: transparent !important;
    opacity: 0 !important;
}

.news-row .news-item:hover .news-item-image.first::after {
    opacity: 0 !important;
    background: transparent !important;
}

.news-row .news-item .news-item-image.first,
.news-row .news-item .news-item-image.first img {
    filter: none !important;
    background: transparent !important;
}

.news-row .news-item .news-item-image.first .news-detail {
    text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.news-row .news-item .news-item-image.first .news-title,
.news-row .news-item .news-item-image.first .news-description {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .55);
}


/* ============================================
   STANDART KARTLARDA BAŞLIK 3 SATIR / AÇIKLAMA 3 SATIR — GÜÇLÜ OVERRIDE
   (".news-detail" sadece öne çıkan ilk kartta bulunduğundan,
    onu içermeyen kartlar = standart 2. ve 3. kartlardır)
   ============================================ */

.news-row .news-item .news-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 1.3 !important;
}

.news-row .news-item .news-description {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.6 !important;
}


/* Standart kartlar (içinde .news-detail OLMAYANLAR) için sabit yükseklikler */

.news-row .news-item:not(:has(.news-detail)) .news-title {
    min-height: calc(1.3em * 3) !important;
    height: calc(1.3em * 3) !important;
}

.news-row .news-item:not(:has(.news-detail)) .news-description {
    min-height: calc(1.6em * 3) !important;
    max-height: calc(1.6em * 3) !important;
}


/* :has() desteklemeyen tarayıcılar için yedek — "first" image içermeyen kartlar */

@supports not selector(:has(*)) {
    .news-row .news-item .news-title {
        min-height: calc(1.3em * 3) !important;
        height: calc(1.3em * 3) !important;
    }
    .news-row .news-item .news-description {
        min-height: calc(1.6em * 3) !important;
        max-height: calc(1.6em * 3) !important;
    }
    /* Öne çıkan kartta yükseklik kısıtlamasını kaldır */
    .news-row .news-item .news-item-image.first~* .news-title,
    .news-row .news-item .news-item-image.first .news-detail .news-title,
    .news-row .news-item .news-item-image.first .news-detail .news-description {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
}


/* Öne çıkan ilk kartta başlık/özet için sabit yükseklik UYGULANMASIN */

.news-row .news-item .news-item-image.first .news-title,
.news-row .news-item .news-item-image.first .news-description,
.news-row .news-item .news-item-image.first .news-detail .news-title,
.news-row .news-item .news-item-image.first .news-detail .news-description {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}


/* ============================================
   STANDART KARTLARDA BAŞLIK 3 SATIR — DOĞRU YÜKSEKLİK (padding dahil)
   font-size: 21.6px, line-height: 1.3 → tek satır 28.08px
   3 satır içerik = 84.24px
   padding-top 22px + padding-bottom 10px = 32px
   Toplam height = 84.24 + 32 ≈ 117px
   ============================================ */

.news-row .news-item:not(:has(.news-detail)) .news-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 1.3 !important;
    box-sizing: content-box !important;
    height: calc(1.3em * 3) !important;
    min-height: calc(1.3em * 3) !important;
    max-height: none !important;
}

.news-row .news-item:not(:has(.news-detail)) .news-description {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.6 !important;
    box-sizing: content-box !important;
    height: calc(1.6em * 3) !important;
    min-height: calc(1.6em * 3) !important;
    max-height: calc(1.6em * 3) !important;
}


/* Öne çıkan ilk kartta serbest bırak */

.news-row .news-item .news-item-image.first .news-title,
.news-row .news-item .news-item-image.first .news-description {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}


/* ============================================
   AÇIKLAMA — 3 SATIR + ELLIPSIS (en güçlü override)
   .news-row .swiper .swiper-slide .news-description için min-height: 150px
   tanımlı; bu kuralı override ediyoruz.
   ============================================ */

.news-row .news-item:not(:has(.news-detail)) .news-description,
.news-row .swiper .swiper-slide .news-item:not(:has(.news-detail)) .news-description,
.news-row .swiper .news-item:not(:has(.news-detail)) .news-description {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.6 !important;
    box-sizing: content-box !important;
    height: calc(1.6em * 3) !important;
    min-height: calc(1.6em * 3) !important;
    max-height: calc(1.6em * 3) !important;
}


/* Öne çıkan ilk kartta serbest bırak (overlay açıklama) */

.news-row .news-item .news-item-image.first .news-description,
.news-row .swiper .news-item .news-item-image.first .news-description {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}


/* ============================================
   AÇIKLAMA — PADDING-BOTTOM YERİNE MARGIN-BOTTOM
   (padding alanı overflow:hidden ile clip edilmediğinden 4. satır görünüyordu)
   ============================================ */

.news-row .news-item:not(:has(.news-detail)) .news-description,
.news-row .swiper .news-item:not(:has(.news-detail)) .news-description {
    padding-bottom: 0 !important;
    margin-bottom: 16px !important;
    height: calc(1.6em * 3) !important;
    min-height: calc(1.6em * 3) !important;
    max-height: calc(1.6em * 3) !important;
    box-sizing: content-box !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 1.6 !important;
    text-overflow: ellipsis !important;
}


/* Öne çıkan ilk kartta serbest bırak */

.news-row .news-item .news-item-image.first .news-description {
    padding-bottom: 14px !important;
    margin-bottom: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.footer-navigation-container {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer-navigation-container ul {
    display: flex;
    gap: 20px
}

.footer-navigation-container ul li a {
    color: white;
    font-size: 16px;
}

footer .site6-color-primary {
    color: #E56B59;
}


/* === Sustainability Cards - Modern Redesign === */

.sustainability-row-list .sustainability-content-list {
    gap: 24px;
}

.sustainability-row-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(7, 39, 46, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sustainability-row-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(7, 39, 46, 0.14);
}


/* Image area */

.sustainability-row-item .row-item-image {
    position: relative;
    border-radius: 0;
    /* parent already rounded */
    overflow: hidden;
    aspect-ratio: 16 / 10;
    height: auto;
}

.sustainability-row-item .row-item-image img {
    width: 100%;
    transition: transform 0.6s ease;
    display: block;
}

.sustainability-row-item:hover .row-item-image img {
    transform: scale(1.06);
}


/* Gradient overlay for legibility */

.sustainability-row-item .row-item-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(7, 39, 46, 0.75) 0%, rgba(7, 39, 46, 0.25) 45%, rgba(7, 39, 46, 0) 70%);
    pointer-events: none;
}


/* Title on image */

.sustainability-row-item .row-item-image h3 {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 20px;
    margin: 0;
    z-index: 30;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}


/* Detail / body text */

.sustainability-row-item .row-item-detail {
    padding: 24px 24px 28px;
    flex: 1 1 auto;
}

.sustainability-row-item .row-item-detail p {
    color: #4a5a60;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
}

.sustainability-row-item .row-item-detail p:last-child {
    margin-bottom: 0;
}


/* Optional: subtle accent line at top of detail */

.sustainability-row-item .row-item-detail::before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #76BC42;
    /* Alsera yeşili */
    border-radius: 2px;
    margin-bottom: 18px;
}


/* Responsive tweaks */

@media (max-width: 768px) {
    .sustainability-row-item .row-item-image h3 {
        font-size: 20px;
        bottom: 16px;
        left: 18px;
    }
    .sustainability-row-item .row-item-detail {
        padding: 20px;
    }
}


/* === SDG / Iyi Uygulamalarimiz Cards Fix === */


/* Sadece 2-sutunlu sustainability listesini etkiler (row-2-columns scope'u) */


/* row-3-columns kullanan ana surdurulebilirlik sayfasi etkilenmez */


/* === SDG / Iyi Uygulamalarimiz Cards - Enriched Design === */


/* row-2-columns scope - row-3-columns sayfasini etkilemez */


/* Kart genel container - daha guclu shadow ve yumusak hover lift */

.sustainability-content-list.row-2-columns .sustainability-row-item {
    background: #ffffff;
    border-radius: 18px;
    overflow: visible;
    /* H3 disari tasabilsin diye */
    box-shadow: 0 6px 24px rgba(7, 39, 46, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sustainability-content-list.row-2-columns .sustainability-row-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(7, 39, 46, 0.16);
}


/* Gorsel kutusu - SADECE img'yi kirp, h3 disari aksin */

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image {
    position: relative;
    border-radius: 18px 18px 0 0;
    overflow: visible;
    /* h3 disari aksin */
    aspect-ratio: auto;
    /* aspect-ratio iptal */
    height: auto;
    margin-top: 4px;
    /* ust accent bant icin yer */
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image img {
    width: 100%;
    border-radius: 14px 14px 0 0;
    display: block;
    transition: transform 0.6s ease;
}

.sustainability-content-list.row-2-columns .sustainability-row-item:hover .row-item-image img {
    transform: scale(1.04);
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image::after {
    display: none;
}


/* H3 baslik - artik gorselin altinda kart icinde, belirgin sekilde */

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image>h3 {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin: 22px 26px 0 26px;
    padding: 0 0 14px 0;
    color: #006937;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: none;
    background: transparent;
    word-break: break-word;
    display: block;
    z-index: auto;
    border-bottom: 2px solid rgba(118, 188, 66, 0.25);
}


/* H3 altindaki yesil aksent - kucuk vurgu noktasi */

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image>h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 48px;
    height: 2px;
    background: #76BC42;
}


/* Detail alani */

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-detail {
    padding: 16px 26px 28px 26px;
    flex: 1 1 auto;
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-detail::before {
    display: none;
}


/* Ilk paragraf - alt baslik gibi vurgu */

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-detail p:first-child {
    color: #07272e;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 14px;
    letter-spacing: 0.1px;
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-detail p {
    color: #4a5a60;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.sustainability-content-list.row-2-columns .sustainability-row-item .row-item-detail p:last-child {
    margin-bottom: 0;
}


/* Mobil */

@media (max-width: 768px) {
    .sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image img {
        height: 220px;
    }
    .sustainability-content-list.row-2-columns .sustainability-row-item .row-item-image>h3 {
        font-size: 19px;
        margin: 18px 20px 0 20px;
    }
    .sustainability-content-list.row-2-columns .sustainability-row-item .row-item-detail {
        padding: 14px 20px 22px 20px;
    }
}


/* Footer Alsera KZ kolonu - Haberler (5.) ve İletişim (6.) linklerini gizle */

footer .col-lg-3.ps-lg-5 ul.list-unstyled li:nth-child(5),
footer .col-lg-3.ps-lg-5 ul.list-unstyled li:nth-child(6) {
    display: none !important;
}


/* Iletisim sayfasi Bize Ulasin butonlari - border ve metin rengini yesile cevir */

.suggestion-button {
    border-color: #006937 !important;
    color: #006937 !important;
}

.suggestion-button:hover {
    background-color: #006937 !important;
    color: #fff !important;
}


/* Anasayfa haberlerde 1. alana koyu gradyan overlay - beyaz metin okunabilirligi */

.news-row .news-item .news-item-image.first::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.45) 55%, rgba(11, 36, 17, 0.85) 100%) !important;
    pointer-events: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
}

.news-row .news-item:hover .news-item-image.first::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.55) 55%, rgba(11, 36, 17, 0.9) 100%) !important;
    opacity: 1 !important;
}


/* Anasayfa 1. haberin metni - 3 satir truncate */

.news-row .news-item .news-item-image.first .news-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.3 !important;
    max-height: calc(1.3em * 3) !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 0 14px !important;
}


/* ===== Haberler sayfasi: 1. kart full-row, sonrakiler 3'lu grid ===== */

.news-list .news-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    padding: 0 30px !important;
}

.news-list .news-row .news-item:first-child {
    grid-column: 1 / -1 !important;
}

.news-list .news-row .news-item:first-child .news-item-image {
        height: min(38.2917vw, 620px) !important;
    }
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .news-list .news-row .news-item:first-child .news-item-image {
        height: 600px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .news-list .news-row .news-item:first-child .news-item-image {
        height: 580px !important;
    }
}

@media (max-width: 991.98px) {
    .news-list .news-row {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0 15px !important;
    }
    .news-list .news-row .news-item:first-child {
        grid-column: 1 / -1 !important;
    }
    .news-list .news-row .news-item:first-child .news-item-image {
        height: 340px !important;
    }
}

@media (max-width: 575.98px) {
    .news-list .news-row {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .news-list .news-row .news-item:first-child .news-item-image {
        height: 240px !important;
    }
}


/* ===== Haber detay hero baslik font-size duzeltmesi (RU/uzun kelime overflow) ===== */

header.inner-masthead .masthead-heading {
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto !important;
}

@media (min-width: 1024px) {
    header.inner-masthead .masthead-heading {
        font-size: min(2.0833vw, 40px) !important;
        line-height: 1.25 !important;
        letter-spacing: 0.04em !important;
    }
}

@media (min-width: 1400px) {
    header.inner-masthead .masthead-heading {
        font-size: min(2.2917vw, 44px) !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 1023.98px) {
    header.inner-masthead .masthead-heading {
        font-size: 32px !important;
        line-height: 1.25 !important;
        letter-spacing: 0.04em !important;
    }
}

@media (max-width: 575.98px) {
    header.inner-masthead .masthead-heading {
        font-size: 26px !important;
        line-height: 1.25 !important;
    }
}


/* ============================================================
   __news_card_row_fixed_height
   Homepage news section: fixed-height row at each breakpoint so
   left overlay card and right swiper column fit within the same
   height. Left card keeps overlay design (image fills, text panel
   absolute at bottom). Right cards stack image (240px) + content
   filling remaining space.
   ============================================================ */

@media (min-width: 1400px) {
    .news-row .row.g-3 {
        height: min(38.2917vw, 620px) !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .news-row .row.g-3 {
        height: 600px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .news-row .row.g-3 {
        height: 580px !important;
    }
}

@media (min-width: 992px) {
    .news-row .row.g-3 {
        align-items: stretch !important;
    }
    .news-row .row.g-3>[class*="col-"] {
        height: 100% !important;
    }
    .news-row .row.g-3>[class*="col-"] .swiper {
        height: 100% !important;
    }
    .news-row .row.g-3>[class*="col-"] .swiper-wrapper {
        height: 100% !important;
        align-items: stretch !important;
    }
    .news-row .row.g-3>[class*="col-"] .swiper-slide {
        height: auto !important;
    }
    .news-row .row.g-3>[class*="col-"] .swiper-slide .news-item {
        height: 100% !important;
    }
    /* Left overlay card: image fills, gradient panel absolute at bottom */
    .news-row .news-item:has(.news-detail) {
        height: 100% !important;
        position: relative !important;
        overflow: hidden !important;
    }
    .news-row .news-item:has(.news-detail) .news-item-image {
        height: 100% !important;
    }
    .news-row .news-item:has(.news-detail) .news-item-image>img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .news-row .news-item:has(.news-detail) .news-detail {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        padding: min(1.0417vw, 20px) min(1.25vw, 24px) !important;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0)) !important;
    }
    /* Right cards: stacked image + content */
    .news-row .news-item:not(:has(.news-detail)) {
        display: flex !important;
        flex-direction: column !important;

        overflow: hidden !important;
    }
    .news-row .news-item:not(:has(.news-detail)) .news-item-image {
        flex: 0 0 auto !important;
        height: min(12.5vw, 240px) !important;
        overflow: hidden !important;
    }
    .news-row .news-item:not(:has(.news-detail)) .news-item-image>img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}


/* Titles: never truncate */

.news-row .news-item:has(.news-detail) .news-title,
.news-row .news-item:not(:has(.news-detail)) .news-title,
.news-row .swiper .swiper-slide .news-item:not(:has(.news-detail)) .news-title,
.news-row .swiper .news-item:not(:has(.news-detail)) .news-title {
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}


/* Left card description: full visible */

.news-row .news-item:has(.news-detail) .news-description {
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}


/* Right card description: max 4 lines with ellipsis, button pinned to bottom */

@media (min-width: 992px) {
    .news-row .news-item:not(:has(.news-detail)) .news-description,
    .news-row .swiper .swiper-slide .news-item:not(:has(.news-detail)) .news-description,
    .news-row .swiper .news-item:not(:has(.news-detail)) .news-description {
        flex: 0 0 auto !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: calc(1.6em * 4) !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 4 !important;
        line-clamp: 4 !important;
        text-overflow: ellipsis !important;
    }
    .news-row .news-item:not(:has(.news-detail)) .site6-btn-secondary {
        margin-top: auto !important;
    }
}


/* __product_dropdown_responsive_fontsize : dropdown menu items match nav-link responsive sizing */

@media (min-width: 992px) and (max-width: 1439.98px) {
    .dropdown-menu .list-group .site6-link {
        font-size: 13px !important;
    }
}

@media (min-width: 1440px) {
    .dropdown-menu .list-group .site6-link {
        font-size: 20px !important;
    }
}

@media (max-width: 1439.98px) {
    .dropdown-menu .list-group.gap-3 {
        gap: 0.5rem !important;
    }
    .dropdown-menu.dropdown-menu-opaque {
        min-width: 130px !important;
        padding: 6px 0 !important;
    }
}

@media (max-width: 1199.98px) {
    .dropdown-menu .list-group.gap-3 {
        gap: 0.35rem !important;
    }
    .dropdown-menu.dropdown-menu-opaque {
        min-width: 110px !important;
        padding: 5px 0 !important;
    }
}


/* __product_dropdown_responsive_fontsize : end */


/* __leaf_decoration_responsive_size */

.leaf-decoration {
    width: 200px !important;
    right: 3% !important;
    bottom: 3% !important;
    opacity: 0.85 !important;
}

@media screen and (max-width: 1400px) {
    .leaf-decoration {
        width: 180px !important;
        right: 20px !important;
    }
}

@media screen and (max-width: 1200px) {
    .leaf-decoration {
        width: 150px !important;
    }
}

@media screen and (max-width: 992px) {
    .leaf-decoration {
        width: 130px !important;
        opacity: 0.75 !important;
    }
}

@media screen and (max-width: 768px) {
    .leaf-decoration {
        width: 100px !important;
        opacity: 0.65 !important;
    }
}

@media screen and (max-width: 576px) {
    .leaf-decoration {
        width: 80px !important;
        opacity: 0.55 !important;
    }
}


/* ============================================================
   [Site6] Alsera KZ — Heading typography consistency override
   Talep: Marka, farklı sayfalardaki başlık font & letter-spacing
   tutarsızlığının giderilmesini istedi (ör. ana sayfa masthead vs.
   iç sayfa başlıkları). Bu blok tüm ana başlıklar için ortak
   font-family ve letter-spacing tanımlar.
   ============================================================ */

h1,
h2,
h3,
h4,
h5,
h6,
.masthead .header-title,
header.inner-masthead .masthead-heading,
.good-practice-container .title,
.knowledge-section .title,
.management-team .management-team-header .main-title,
.swiper-good-practice .swiper-slide .card-title,
.swiper-management-team .swiper-slide .info-title,
.footer .footer-title,
.footer .contact-inner-title {
    /* Bunlar baslik: Playfair (eskiden Mulish'e !important ile zorlanmisti) */
    font-family: var(--bs-font-playfair-display-medium, "Playfair Display", serif) !important;
    letter-spacing: 0.02em !important;
    font-weight: 700;
}


/* Tek istisna: masthead ana başlık boyutsal hiyerarşi için spacing sıfır */

.masthead .header-title {
    letter-spacing: 0em !important;
}


/* Paragraf metinleri de aynı yazı ailesi içinde kalsın */

p,
.text-body,
.description,
.header-youtube-description {
    font-family: "Mulish-Regular", sans-serif !important;
}


/* ============================================================
   [Site6] Alsera KZ — Tek Satır Mesajı başlık linkleme
   "Güvenilir Üretim, Sağlıklı Gıda" başlığı Sürdürülebilirlik
   sayfasına linklendi. Link görünüşü h2 default stilini koruyor.
   ============================================================ */

.site6-oneline-title-link {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
    display: inline-block;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.site6-oneline-title-link:hover,
.site6-oneline-title-link:focus {
    opacity: 0.85;
    text-decoration: none !important;
}

.site6-oneline-title-link:hover .site6-color-primary {
    filter: brightness(1.1);
}


/* ===== 1200px-1440px Aralığı: Hero ve hero altı alanları dengeli orantılı küçültme ===== */

@media (min-width: 1200px) and (max-width: 1440px) {
    /* Hero başlık (Geleceğin Tarımı / büyük slayt başlığı) */
    .masthead .header-title {
        font-size: 68px;
        line-height: 84px;
        max-width: 720px;
    }
    /* Hero mesaj başlığı (Teknolojik ve Modern) */
    .site6-hero-message__title {
        font-size: 56px;
        line-height: 68px;
    }
    .site6-hero-message__description {
        font-size: 18px;
        line-height: 28px;
    }
    /* Hero altı başlık (Güvenilir Üretim, Sağlıklı Gıda) */
    .site6-oneline-title {
        font-size: 50px;
        line-height: 1.25;
        margin-bottom: 28px;
    }
    .site6-oneline-desc {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 40px;
    }
    /* Haberler başlığı */
    .news-title {
        font-size: 24px;
        line-height: 32px;
    }
}


/* ========= TYPOGRAPHY: Basliklar Playfair, govde Mulish ============ */
/* Tum basliklar (h1-h6, .h1-.h6) ve "title"/"heading" iceren class'lar Playfair olur.
   Genis secici dosya sonunda durdugu icin onceki tekil-class Mulish tanimlarini
   (ayni 0,1,0 ozgulluk) kaynak sirasiyla gecersizler. Govde metni body'den Mulish miras alir. */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
[class*="title"],
[class*="heading"] {
    font-family: var(--bs-font-playfair-display-medium, "Playfair Display", serif);
}

/* Alt basliklar destekleyici metin sayilir: Mulish kalir.
   "subtitle"/"subheading" da "title"/"heading" icerdiginden yukaridaki kurala da uyar;
   bu kural sonra geldigi icin (ayni ozgulluk) onu geri alir. */
[class*="subtitle"],
[class*="subheading"] {
    font-family: "Mulish-Regular", sans-serif;
}

/* ===== Certificate logos (Sertifikalarımız) ===== */
.certificate-logos {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0 60px;
}

.certificate-logo-box {
    flex: 0 1 320px;
    max-width: 360px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e3e8e3;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.certificate-logo-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.certificate-logo-img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .certificate-logos {
        gap: 20px;
        margin: 30px 0 40px;
    }
    .certificate-logo-box {
        flex: 1 1 100%;
        max-width: 100%;
        min-height: 160px;
        padding: 24px;
    }
    .certificate-logo-img {
        max-height: 110px;
    }
}


/* Desktop top padding for sustainability row list (matches other pages, e.g. Haberler) */
@media (min-width: 992px) {
    .sustainability-row-list {
        padding-top: 80px;
    }
}

/* Desktop top padding for news list (Haberler) to match other pages */
@media (min-width: 992px) {
    .news-list {
        padding-top: 80px;
    }
}

/* ===== Hakkimizda: tum kicker rozetleri Kurumsal (.section-badge) gibi olsun - yesil bg, beyaz yazi ===== */
.section-badge-light,
.vision-badge {
    background: var(--bs-site6-color-secondary) !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border: none !important;
    backdrop-filter: none !important;
}
