body {
    margin: 0;
    font-family: Mulish-Light;
    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 ============ */
.site1-color-primary {
    background: var(--bs-site1-bg-primary);
    -webkit-background-clip: text;
    color: transparent;
}
.site1-color-secondary{
    background: var(--bs-site1-color-secondary);
    -webkit-background-clip: text;
    color: transparent;
}
.site1-color-third{
    background: var(--bs-site1-text-secondary);
    -webkit-background-clip: text;
    color: transparent;
}
.site1-link {
    text-decoration: none;
}
/* ========= COLOR ============ */

/* ========= NAV ============ */

.navbar {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    background-color: var(--bs-site1-bg-transparent);
    transition: .2s;
}

.nav-search-input:focus {
    border: 0
}

.nav-search-button:hover {
    background-color: white;
    color: black;
}

.navbar-mobile-header {
    width: 100vw;
    height: 63px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    background-image: url("../../images/site1/mobile-menu-header.png");
    top: 0;
    left: -3px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.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: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .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: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: var(--bs-site1-bg-primary);
}

.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: white;
    background: white;
}

.animated-icon1.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: white;
    background: white;
}

.animated-icon1.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: white;
    background: white;
}

.animated-icon1.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    color: white;
    background: white;
}

.navbar-shrink {
    background-color: white;
}

.navbar .dropdown-menu {
    left:0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius:0;
    border-bottom-right-radius: 0;
    margin-top: 15px;
    border: transparent;
}

.dropdown-hover:hover>.dropdown-menu {
    display: block;
}

.dropdown-hover>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar:hover {
    background-color: var(--bs-site1-bg-secondary);
    
    .containerNav .navbar-web .nav-item .nav-link {
        color: #1C1C1E;
    }
}

.navbar-light .navbar-nav, 
.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 20px;
    outline: none;
    transition: .5s;
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-site1-color-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 78px;
    transition: .5s;
}

.containerNav {
    margin-left: 7rem;
    margin-right: 5.813rem;
}

@media (max-width:  991.98px) {
    .navbar-light .navbar-web {
        display: none !important;
    }
}

@media (min-width:  991.98px) {
    .navbar-light .navbar-mobile {
        display: none !important;
    }

    .navbar-mobile-header {
        display: none !important;
    }
}

.nav-link-color {
    color: #1C1C1E !important;
}

@media (min-width: 992px) and (max-width: 1439px)  {
    .navbar-light .navbar-nav .nav-link {
        position: relative;
        font-size: 13px;
        font-weight: 500;
        outline: none;
        transition: .5s;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .navbar-light .navbar-nav .nav-link {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        outline: none;
        transition: .5s;
    }
}

@media  (max-width: 1440px)  {
    .containerNav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
        transition: .5s;
    }
}

@media (max-width: 991.98px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        border: 0px;
        margin-bottom: 5px;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
    }

    .navbar-light .navbar-nav .nav-link,
    .fixed-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        
    }

    .navbar-light .navbar-brand img {
        max-height: 47px;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-site1-bg-primary);
        transition: .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 {

}

header.masthead h1, header.masthead .h1 {
    font-size: 2.25rem;
}

@media (min-width: 1200px) {
    header.masthead h1, header.masthead .h1 {
        font-size: 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 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    max-width: 500px;
}

@media (min-width: 1440px) {
    .masthead .header-title {
        font-size: 90px;
        font-weight: 700;
        line-height: 110px;
        letter-spacing: 0em;
        text-align: center;
        max-width: 900px;
    }
}

.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: .90;
        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 {
    max-width: 170px;
}

.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: 3rem;
    }
    
    .header-swiper .swiper-wrapper {
        height: 100vh;
    }

    .video-button {
        z-index: 2;
        cursor: pointer;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: contain;
        background-color: var(--bs-site1-bg-secondary);
    }

    .video-button img {
        max-width: 12px;
    }

    .play-icon {
        font-size:25px
    }

    .circles {
        height: 150px;
        position: absolute;
        width: 150px;
    }

    .header-vector {
        max-width: 590px;
        margin-top: 35px;
    }
}
/* ========= 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; 
}

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/site1/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 {
    line-height: 9.26px;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0em;
    color: white;
    text-align: start;
    overflow: hidden;
    display: -webkit-box;
    -webkit-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
}

header.inner-masthead .breadcrumb {
    display: none !important;
}

@media (min-width: 992px) {
    header.inner-masthead .breadcrumb {
        display: block !important;
        position: absolute; 
        top: 90px;
        left: 7%;
    }   
}

@media (min-width: 992px) and (max-width: 1441px) {
    header.inner-masthead {
        padding-top: 22rem;
        padding-bottom: 13.5rem;
    }
    
    header.inner-masthead .header-vector {
        max-width: 532px;
        max-height: 253px
    }

    header.inner-masthead .container {
        padding-bottom: 50px;
        padding-left: 100px;
    }
}

@media (min-width: 1441px) {

    header.inner-masthead {
        padding-top: 30rem;
        padding-bottom: 13.5rem;
    }
    
    header.inner-masthead .header-vector {
        max-width: 732px;
        max-height: 253px
    }

    header.inner-masthead .container {
        padding-bottom: 50px;
        padding-left: 200px;
    }
}
    
@media (min-width: 1024px) {
    header.inner-masthead .masthead-heading {
        font-size: 64px;
        font-weight: 700;
        line-height: 100px;
        letter-spacing: 0.15em;
        max-width: 1090px;
    }

    header.inner-masthead .title-recess {
        width: 46px;
        border-radius: 0px 12px 12px 0px;
        
    }

    header.inner-masthead .desc-recess {
        width: 46px;
    }
    
    header.inner-masthead .masthead-subheading {
        font-size: 25px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0em;
        max-width: 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;
            -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/site1/field-of-activity-bgLeft.png');
        background-position: left center;
        height: 571px;

    }

    .bg-right {
        right: 0;
        background-image: url('../../images/site1/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: 80px;
            padding-bottom: 100px;

            .title {
                font-size: 64px;
                line-height: 72px;
                margin-bottom: 24px;
            }

            .description {
                font-size: 20px;
                line-height: 32px;
            }
        }

        .swiper.activity-swiper {
            margin-top: 50px;
            padding-left: 100px;
            padding-right: 100px;
        }
        
        .activity-swiper {
            .swiper-button-next,
            .swiper-button-prev {
                z-index: 1;
                height: 50px;
                width: 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: 30px;
            }
        }
    }   
}
/* ========= FIELDS OF ACTIVITY ============ */

/* ========= LEADER MESSAGE ============ */
.leader-message-container {
    background-color: var(--bs-site-bg-tertiary);
    background-image: url("../../images/site1/Group 1171275044.png"),url("../../images/site1/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 {
        padding-left: 200px;
        padding-top: 50px;
        padding-bottom: 36px;
    }
}

.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;
    -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: 45px;
    }
    
    .leader-message-container .agriculture-title {
        font-size: 64px;
        line-height: 90px;
    }

    .leader-message-container .agriculture-desc {
        font-size: 20px;
        line-height: 30px;
    }
    
    .leader-message-container .leader-message-link {
        font-size: 20px;
    }
}

.agriculture-image {
    overflow: hidden;
   
}

.agriculture-image img {
    transform-origin: 0 0;
    transition: transform .5s, visibility .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: 48px;
        line-height: 75px;
    }

    .leader-message-container .leader-message-desc {
        font-size: 20px;
        line-height: 30px;
        max-width: 461px;
    }
    
    .leader-message-container .leader-name,
    .leader-message-container .leader-title {
        font-size: 24px;
        line-height: 38px;
    }

    .leader-message-container .leader-img-container img {
        width: 118px;
        height: 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: 50px;
        padding-right: 200px;
    }
}
/* ========= LEADER MESSAGE ============ */

/* ========= COMPANIES ============ */

.companies-container {
    margin-top: 30px;
    margin-bottom: 20px;
    
}

@media (min-width: 992px) {
    .companies-container {
        margin-top: 146px;
        margin-bottom: 150px;
        
    }
}

.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: 64px;
        font-weight: 600;
        line-height: 84px;
        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: 20px;
        font-weight: 400;
        line-height: 36px;
        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;
    display: flex;
    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: 50px;
    }
    .companies-swiper-com {
        margin-top: 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;
        &.swiper-slide-active {
            height: 400px;
            width: 90%;
            max-width: 300px;    
        }
    }
    .companies-container .swiper-slide-com {
        border-radius: 16px;
        box-shadow: 0px 4px 26px 0px #42474C14;
        &.swiper-slide-com-active {
            height: 400px;
            width: 90%;
            max-width: 300px;
        }
    }
    
    .swiper-slide:nth-child(2n) {
        max-width: 10%;
    }

    .swiper-slide:nth-child(3n) {
        max-width: 10%;
    }
    .swiper-slide-com:nth-child(2n) {
        max-width: 10%;
    }

    .swiper-slide-com:nth-child(3n) {
        max-width: 10%;
    }
}
/*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;
    -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;
    -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;
    -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;
    -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-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;
    -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: 64px;
        font-weight: 600;
        line-height: 66px;
        letter-spacing: 0px;
        text-align: left;
    }

    .sustainability-container .desc {
        font-size: 20px;
        line-height: 36px;
    }

    .sustainability-container .link {
        font-size: 20px;
        line-height: 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;
    -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;
    -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: 350px;
    }
}

@media (min-width: 1200px) {
.sustainability-swiper .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    padding-left: 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;
        &.swiper-slide-active {
            height: 400px;
            max-width: 300px;
        }
    }

    .swiper-slide:nth-child(2n) {
        max-width: 300px;
    }

    .swiper-slide:nth-child(3n) {
        max-width: 300px;
    }

}

@media (min-width: 1200px) {
    .sustainability-swiper .swiper-card {
        width: 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;
    -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-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: 30px;
        margin-top: 140px;
        margin-bottom: 240px;
    }
}

.agriculture-academy .content-container {
    width: 100%;
    padding-bottom: 10px;    
    background: var(--bs-site1-color-primary)
}

.agriculture-academy .content-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/site1/academy-bg.png');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.agriculture-academy .img-container {
    width: 100%;
}


.agriculture-academy .content-body {
    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: 584px;
    }

    .agriculture-academy .content-body {
        padding: 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: 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;
    -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: 45px;
        line-height: 55px;
    }

    .agriculture-academy .desc {
        font-size: 20px;
        line-height: 24px;
        overflow: hidden;
    }
}

.agriculture-academy .content-body {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
   .agriculture-academy .content-body {
        width: 46%; 
        height: 100%
    }
}

/*.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;
    -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;
        -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: 70px;
            font-weight: 600;
            line-height: 72px;
            letter-spacing: 0em;
        }

        .main-desc {
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0em;
            color: var(--bs-site1-text-secondary);
            overflow: hidden;
            display: -webkit-box;
            -webkit-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: 82px;
        height: 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;
    -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;
    -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: 28px;
        line-height: 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: 70px;
        margin-bottom: 190px;
    }

    .good-practice-container .title {
        font-size: 64px;
        font-weight: 600;
        line-height: 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;

    &.swiper-slide-active {
        min-width: 216px;
        height: 237px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .swiper-good-practice .swiper-slide {
        height: 460px;
        min-width: 420px;
    }

    .swiper-good-practice .swiper-slide.swiper-slide-active {
        min-width: 500px;
        height: 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; 
    -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;
    -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: 42px;
        font-weight: 700;
        line-height: 63px;
    }

    .swiper-good-practice .swiper-slide .card-desc {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
    }

    .swiper-good-practice .swiper-slide .practice-link {
        font-size: 22px;
        font-weight: 700;
        line-height: 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-info-row {
    border-bottom: 1px solid #333335;
}

.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: 255px; 
    }
}

@media (max-width: 768px) {
    .footer .footer-navigation-container {
        display: none !important;
    }

    .footer .footer-social-links {
        display: none !important;
    }
}

@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/site1/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/site1/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: 100px;
        margin-bottom: 50px;
    }
    
    .knowledge-section .recess-left {
        border-radius: 0px 10px 10px 0px;
        min-width: 130px;
        max-width: 130px;
        width: 100%;
    }

    .knowledge-section .recess-right {
        border-radius: 10px 0px 0px 10px;
        min-width: 130px;
        max-width: 130px;
        width: 100%;
    }

    .knowledge-section .recess-none-left {
        max-width: 130px;
        width: 100%;
    }

    .knowledge-section .recess-none-right {
        max-width: 130px;
        width: 100%;
    }
    
    .knowledge-section .title {
        font-size: 64px;
        line-height: 105px;
        font-weight: 600;
        width: 100%;
    }

    .knowledge-section .desc {
        font-size: 20px;
        line-height: 36px;
        max-width: 891px;
    }

    .knowledge-section .more-link {
        font-size: 20px;
        line-height: 36px;
        max-width: 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/site1/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;
    -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;
    -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/site1/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;
}


.swiper-management-team .swiper-slide.swiper-slide-active {
    height: 500px;
}

.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: 100px;
        margin-bottom: 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/site1/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: 170px;
        height: 210px;
    }

    .management-team .management-team-header .main-title {
        font-size: 70px;
        font-weight: 600;
        line-height: 105px;
        letter-spacing: 0em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-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: 30px;
        letter-spacing: 0em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-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: 150px;
        position: absolute;
        right: 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: 50px;
        width: 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: 450px;
    }


    .swiper-management-team .swiper-slide:not(.swiper-slide-next) {
        height: 426px;
        max-width: 376px;
        width: 100%;

        & .info-title{
            font-size: 27px;
            line-height: 41px;
        }

        & .info-card {
            width: 90%;
            height: 100px;
            text-align: center;
        }
    }

    .swiper-management-team .swiper-slide.swiper-slide-next  {
        height: 649px;
        max-width: 571px;
        min-width: 571px;
        width: 100%;
    }

    .swiper-management-team .swiper-slide .info-card {
        width: 90%;
        height: 141px;
        text-align: center;
    }

    .swiper-management-team .swiper-slide .info-title {
        font-size: 42px;
        line-height: 63px;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-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: 32px;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-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: 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/site1/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: 135px;
        margin-bottom: 200px;
    }
    
    .history-row {
        margin-top: 135px;
        margin-bottom: 135px;
    }

    .history-tree-row .history-mobile-index {
        display: none !important;
    }
    
    .history-tree-row .history-web-index {
        font-size: 240px;
        font-weight: 600;
        line-height: 240px;
        letter-spacing: 0px;
        z-index: -1;
        color: #00000020
    }
    
    .history-tree-row .history-image {
        width: 566px;
        height: 720px;
    }
    
    .history-tree-row .history-info-container {
        margin-left: 150px;
    }
    
    .history-tree-row .history-title {
        font-size: 64px;
        font-weight: 500;
        line-height: 96px;
        letter-spacing: 0em;
        max-width: 555px;
    }

    .history-tree-row .date-icon {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0px;
    }
    
    .history-tree-row .history-description {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left;
        max-width: 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/site1/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/site1/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: 100px;
        margin-bottom: 100px;
        
        .recess {
            border-radius: 0px 10px 10px 0px;
            max-width: 70px;
            width: 100%;
        }

        .recess-none {
            min-width: 70px;
            max-width: 70px;
            width: 100%;
        }

        .title {
            font-size: 64px;
            line-height: 95px;
            max-width: 700px;
            width: 100%;
        }

        .desc {
            font-size: 20px;
            line-height: 30px;
        }

        .info-card {
            max-width: 200px;
            min-width: 200px;
            height: 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: 60px;
                font-weight: 400;
                line-height: 90px;
                letter-spacing: 0em;
            }

            .info-text {
                font-size: 20px
            }
        }
    
        .element-container {
            max-width: 508px;
            max-height: 508px;
            width: 100%;
            height: 100%;
            .element-one {
                left: 0;
                top:10px;
                width: 114px;
                height: 114px;
                border-radius: 50%;
            }

            .element-two {
                left: 75px;
                bottom:0;
                width: 98px;
                height: 98px;
                border-radius: 50%;
            }

            .element-center {
                border-radius: 50%;
                width: 250px;
                height: 250px;
            }

            .element-three {
                right: 55px;
                bottom:55px;
                width: 77px;
                height: 77px;
                border-radius: 50%;
            }

            .element-four {
                top: 150px;
                right:30px;
                width: 66px;
                height: 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/site1/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/site1/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: 64px;
            line-height: 105px;
        }

        .desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
        }
        .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: 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;
        angle: 180 deg;
        /*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/site1/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;
        angle: 0 deg;
        /*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/site1/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: 120px;
            height: calc(100%);
            border-radius: 0px 10px 10px 0px;
            angle: 180 deg;
            /*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/site1/RecessLeft.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .recess-right {
            width: 120px;
            height: calc(100%);
            border-radius: 10px 0px 0px 10px;
            angle: 0 deg;
            /*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/site1/RecessRight.png");
            background-size: contain; 
            background-repeat: no-repeat; 
            background-position: center;
        }
    }
    
    @media (min-width: 992px) {
        padding-top: 100px;
        
        .title {
            font-size: 64px;
            font-weight: 600;
            line-height: 72px;
            letter-spacing: 0em;
            text-align: center;
        }
        
        .desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0em;
            text-align: center;
            color: #07272E;
        }
        
        .card-img-container {
            width: 198px;
            height: 213px;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            
        }
        
        .card-title {
            font-size: 22px;
            font-weight: 600;
            line-height: 33px;
            letter-spacing: 0em;
            text-align: left;
        }

        .card-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            letter-spacing: 0;
            max-width: 267px;

        }
        
        .card-link {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0px;

        }
        
        .activity-left {
            gap: 116px
        }

        .activity-right {
            gap: 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;
        angle: 180 deg;
        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/site1/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: 100px;
        margin-bottom: 50px;

        .recess-left {
            min-width: 100px;
            max-width: 100px;
            height: 162px;
            border-radius: 0px 10px 10px 0px;
            angle: 180 deg;
        }
        
        
        .recess-right {
            display: block !important;
            width: 100px;
            border-radius: 10px 0px 0px 10px;
            angle: 0 deg;
            /*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/site1/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: 162px;
        }
        
        .list-info-container {
            max-width: 267px;
        }
        
        .title {
            font-size: 54px;
            font-weight: 600;
            line-height: 81px;
            letter-spacing: 0em;
        }
        
        .desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
        }
        
        .company-title {
            font-size: 24px;
            font-weight: 400;
            line-height: 36px;
            letter-spacing: 0px;
            color: #07272E;
        }

        .company-icon {
            width: 24px;
            height: 24px;
        }

        .img-container {
            border-radius: 10px;
            /*width: 875px;*/
            width: 100%;
            height: 275px;
            overflow: hidden;
        }
        
        .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .list-title {
            font-size: 45px;
            font-weight: 600;
            line-height: 68px;
            letter-spacing: 0em;
            text-align: left;
        }
        
        .list-img-container {
            background-color: black;
            min-width: 198px;
            max-width: 198px;
            width: 100%;
            height: 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: 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;
    }

    .denden-img-desc {

    }

    @media (min-width: 1200px) {
        
        margin-top: 95px;
        margin-bottom: 250px;
        
        .denden-img-desc {
            display: none !important;
        }
        
        .leader-img-container {
            width: 364px;
            height: 364px;
        }

        .leader-img-container img {
            width: 100%;
            height: 100%;
        }

        .denden {
            top: 23px;
            right: 20px;
        }
        
        .denden img {
            width: 70px;
            height: 70px;
        }
        
        .title {
            font-size: 70px;
            font-weight: 600;
            line-height: 105px;
            letter-spacing: 0em;
        }
        
        .desc {
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0em;
            color: #07272E;
            text-align: left;
        }
        
        .name-surname {
            font-size: 32px;
            font-weight: 500;
            line-height: 27px;
            letter-spacing: 0em;
            text-align: left;
        }
        
        .leader-title {
            font-size: 24px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            color: #07272E;
            text-align: left;
        }
    }
}

/* ========= LEADERS MESSAGE ============ */

/* ========= SITE1 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/site1/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/site1/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: 30px;
        .modal-dialog {
            max-width: 1200px;
        }

        .modal-body {
            margin-top: 60px;
        }

        .modal-dialog img {
            max-width: 454px;
            height: 516px;
        }

        .modal-desc {
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0em;
            color: #07272E;
        }

        .info-modal-card {
            top: 0;
            left: 0;
            transform: translate(-5%, -55%);
            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%;
                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;
            }
        }
    }
}

/* ========= SITE1 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;
            -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: #B9B86B;
        border-radius: 2px;
    }
    
    @media (min-width: 992px) {
        max-width: 1520px;
        margin-bottom: 100px;
        margin-top: 100px;
        .sustainability-info {
            gap: 65px;

            .icon {
                width: 163px;
                height: 163px;
            }

            .title {
                font-size: 64px;
                font-weight: 600;
                line-height: 90px;
                text-align: left;
            }

            .desc {
                font-size: 20px;
                font-weight: 400;
                line-height: 27px;
                text-align: left;
            }
        }
        .sustainability-card {
            border-radius: 10px;
            height: 470px;
            padding: 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: 36px;
            font-weight: 600;
            line-height: 55px;
            color: white;
            min-height: 110px;
        }
        .sustainability-card-desc {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            color: white;
            min-height: 96px;
        }
        @media screen and (min-height: 1440px){
            .sustainability-card-title{
                min-height: 110px;
            }
            .sustainability-card-desc{
                min-height: 96px;
            }
        }
        .sustainability-list-rod {
            height: 6px;
            width: 100%;
            background-color: #B9B86B;
            border-radius: 2px;
        }
    }
}

/* ========= 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: 92px;
            height: 81px;
            top: -55px;
            left: -30px;
        }

        .denden-right {
            width: 92px;
            height: 81px;
            bottom: -55px;
            right: -30px;
        }
    }
    
    @media (min-width: 992px) {
        margin-bottom: 100px;
        height: 519px;
        
        
        
        .desc {
            font-size: 32px;
            font-weight: 600;
            line-height: 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/site1/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: 67.94px;
            font-weight: 700;
            line-height: 81.53px;
            max-width: 600px;
        }
        
        .desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 36px;
        }
        
        .img-container img {
            max-height: 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: 100px;
                font-size: 45px;
                font-weight: 600;
                line-height: 67.5px;
                letter-spacing: 6px;
                max-width: 555px;
            }

            .img-icon {
                transform: translate(-97%, 0);
                height: 36px;
                width: 300px;
            }

            .desc {
                font-size: 45px;
                font-weight: 500;
                line-height: 67.5px;
                max-width: 555px;
            }

            .img-container {
                width: 566px;
                height: 597px;
            }

            .img-container img {
                width: 566px;
                height: 597px;
                object-fit: cover;
            }

            .recess {
                width: 33px;
                height: 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/site1/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;
    }

    .filter-container {
        
    }

    .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;
        -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;
        -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: 120px;
            width: 100%;
            height: auto;
            border-radius: 0px 10px 10px 0px;
        }
        
        .title {
            font-size: 70px;
            font-weight: 600;
            line-height: 72px;
        }
        
        .desc {
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
            color: rgba(58, 58, 60, 1);
        }
        
        .img-container {
            display: block !important;
            max-width: 482px;
            width: 100%;
            height: 197px;
            border-radius: 10px;
        }
        
        .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .form-select {
            max-width: 224px;
            height: 48px;
        }
        
        .filter-container {
            margin-left: 175px;
            margin-right: 50px;
        }

        .cer-container {
            margin-left: 175px;
            max-height: 700px;
            height: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        .big-img-container {
            display: block !important;
            border-radius: 20px;
            max-width: 482px;
            width: 100%;
            max-height: 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: 198px;
            height: 213px;
            object-fit: cover;
            border-radius: 20px;
        }

        .cer-title {
            font-size: 24px;
            font-weight: 600;
            line-height: 36px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-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;
            -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;
        -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;
        -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: 75px;
        margin-bottom: 200px;
        
        .cer-detail-section {
            max-width: 873px;
        }
        
        .img-container {
            border-radius: 10px;
            overflow: hidden;
            
        }
        
        .img-container img {
            max-width: 871px;
            width: 100%;
            height: 295px;
            object-fit: cover;
        }
        
        .company-img-container img {
            width: auto;
            height: 79px;
            object-fit: contain;
        }
        
        .icon-img-container {
            border-radius: 10px;
            overflow: hidden;
            height: 197px;
            margin-bottom: 114px;
        }

        .icon-img-container img {
            max-width: 482px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            
        }
        
        .title {
            font-size: 54px;
            font-weight: 600;
            line-height: 81px;
        }
        
        .company-title {
            font-size: 24px;
            font-weight: 400;
            line-height: 36px;
        }
        
        .desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
        }
        
        .cer-filter-section {
            max-width: 482px;
        }
        
        .cer-container {
            max-height: 1012px;
        }

        .cer-container::-webkit-scrollbar {
            display: none;
        }

        .certificate-img-container img{
            width: 198px;
            height: 213px;
            object-fit: cover;
            border-radius: 20px;
        }

        .cer-title {
            font-size: 24px;
            font-weight: 600;
            line-height: 36px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-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;
            -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: 32px;
            font-weight: 600;
            line-height: 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-underline-color: var(--bs-site1-color-primary);
        }

        .cer-parent-link div {
            display: block !important;
            font-size: 18px;
            line-height: 27px;
            font-style: italic;
            text-underline-color: var(--bs-site1-color-primary);
        }
        
        .cer-icon {
            width: 55px;
            height: 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/site1/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;
        -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: 100px !important;
        
        
        .main-title {
            font-size: 64px;
            font-weight: 600;
            line-height: 90px;
        }

        .recess {
            width: 140px;
            border-radius: 0px 10px 10px 0px;

        }
        
        .main-desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 27px;
        }
        
        .practice-card {
            width: 499px;
        }
        
        .practice-img-container {
            border-radius: 20px;
            max-height: 462px;
        }
        
        .practice-title {
            font-size: 35px;
            font-weight: 600;
            line-height: 52.5px;
        }
        
        .practice-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-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/site1/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: 100px;
        
        .practice-img-container {
            width: 631px;
            height: 100%;
            border-radius: 10px;
        }

        .practice-title {
            font-size: 64px;
            font-weight: 600;
            line-height: 90px;
        }
        
        .practice-subtitle {
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
            color: #1C1C1E;
        }
        
        .practice-date {
            font-size: 20px;
            font-weight: 600;
            line-height: 30px;
            color: #07272E
        }
        
        .practice-desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 27px;
            max-width: 961px;
        }
    }
}
/* ========= OUR GOOD PRACTICES ============ */

/* ========= AGRICULTURE ACADEMY LIST ============ */
.agriculture-academy-list {
    margin-top: 20px;
    .agriculture-academy-row {
    }
    
    .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: 100px;
        .agriculture-academy-row {
        }
        
        .subtitle {
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
            letter-spacing: 6px;
        }
        
        .title {
            font-size: 64px;
            font-weight: 500;
            line-height: 96px;
            max-width: 632px;
        }
        
        .desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 32px;
            color: #07272E;
            max-width: 632px;
        }

        .card-link {
            font-size: 18px;
            font-weight: 400;
            line-height: 32px;
        }
        
        .img-container {
            border-radius: 10px;
            max-width: 620px;
            width: 100%;
            height: 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: 100px;

        .academy-img-container {
            width: 631px;
            height: 473px;
            border-radius: 10px;
            margin-top: 45px
        }

        .academy-title {
            font-size: 60px;
            font-weight: 600;
            line-height: 90px;
        }

        .academy-subtitle {
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
            color: #1C1C1E;
        }

        .academy-date {
            font-size: 20px;
            font-weight: 600;
            line-height: 30px;
            color: #07272E
        }

        .academy-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            max-width: 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: 350px;
            margin-top: 0px;
            background-color: var(--bs-site1-color-primary);
        }

        .search-result {
            font-size: 32px;
            font-weight: 600;
            line-height: 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: .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: 100px;
        margin-bottom: 100px;
        .title {
            font-size: 64px;
            font-weight: 600;
            line-height: 87.17px;
            text-align: left;
        }

        .subtitle {
            font-size: 37.36px;
            font-weight: 500;
            line-height: 56.04px;
            display: block;
        }

        .description {
            font-size: 20px;
            font-weight: 400;
            line-height: 29.89px;
            max-width: 427px;
            color: #07272E;
            display: block;
        }

        .phone {
            font-size: 19.92px;
            font-weight: 400;
            line-height: 29.89px;
            color: #07272E;
            gap: 10px;
        }

        .phone img {
            width: 28px;
            height: 28px;
            display: block;
        }

        .email-info {
            font-size: 19.92px;
            font-weight: 400;
            line-height: 29.89px;
            color: #07272E;
            display: flex;
            gap: 10px;
        }

        .email-info img {
            width: 28px;
            height: 28px;
            display: block;
        }

        .address {
            font-size: 19.92px;
            font-weight: 400;
            line-height: 29.89px;
            max-width: 300px;
            color: #07272E;
            display: flex;
            gap: 10px;
        }

        .address img {
            width: 28px;
            height: 28px;
            display: block;
        }

        .form-label {
            font-size: 29.06px;
            line-height: 43.59px;
        }

        .form-input {
            max-width: 713.97px;
            width: 100%;
            padding: 15.77px 20.76px 15.77px 20.76px;
            border-radius: 4px;
            border: 1px solid;
        }

        .textarea-input {
            max-width: 713.97px;
            width: 100%;
            padding: 15.77px 20.76px 15.77px 20.76px;
            font-size: 16px;
            border-radius: 4px;
            border: 1px solid;
        }

        .form-btn {
            max-width: 149.02px;
            height: 49.91px;
            padding: 12.45px 41.51px 12.45px 41.51px;
            gap: 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;
    pointer:cursor;
}
.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/site1/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;
        }*/

        .manifest-desc {
            /*max-width: 910px;*/
        }
    }
    
    @media (min-width: 1920px) {
        /*.manifest-header {
            max-width: 1550px;
            padding-left: 30px;
            margin: auto;
        }*/
    }
    
    @media (min-width: 992px) {

        /*.manifest-recess {
            width: 40px;
            height: 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: 100px;
            height: 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/site1/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: 1483px;
        }
        
        .manifest-title {
            font-size: 64px;
            font-weight: 600;
            line-height: 72px;
            color: var(--bs-site1-color-primary);
        }
        
        .manifest-desc {
            font-size: 20px;
            font-weight: 400;
            line-height: 36px;
        }
        
        .manifest-subtitle {
            font-size: 62px;
            font-weight: 700;
            line-height: 81.53px;
            min-width: 444px;
        }
    }
    
    @media (min-width: 1840px) {
        .manifest-recess {
            display: block;
            width: 170px;
            height: 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/site1/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-desc {
        
    }

    .maps-iframe {
        overflow: hidden;
    }

    .maps-iframe iframe{
        overflow: hidden;
        height: 230px;
    }
    
    @media (min-width: 992px) {
        .maps-title {
            font-size: 32px;
            font-weight: 600;
            line-height: 48px;
            color: var(--bs-site1-color-primary)
        }

        .maps-desc {
            font-size: 60px;
            font-weight: 600;
            line-height: 90px;
        }   
        
        .maps-iframe {
            border-radius: 20px;
            overflow: hidden;

        }

        .maps-iframe iframe{
            border-radius: 20px;
            overflow: hidden;
            height: 450px;
        }
    }
}


/* ========= CONTACT US MAPS ============ */