/* Who we are section CSS Start */
.who-we-are {
    padding-top: 70px;
    padding-bottom: 70px;
}

.who-we-are .image-container {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
}

.who-we-are .image-container img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.content-section {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    gap: 10px;
}

.content-section .heading {
    font-size: 13px;
    color: #000;
    font-family: "Area-Normal-Semibold, sans-serif";
}

.content-section .underline {
    height: 1px;
    width: 45px;
    background-color: #aad04e;
}

.who-we-are .our-legacy {
    margin-bottom: 30px;
}

.who-we-are .our-legacy h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #000;
    font-family: "Area-Normal-Extrabold, sans-serif";
}

.who-we-are .our-legacy .highlight-list {
    list-style: disc;
    padding-left: 30px;
    display: flex;
    gap: 50px;
    margin-bottom: 0px;
}

.who-we-are .our-legacy .highlight-list li {
    position: relative;
    font-family: "Area-Normal-Regular, sans-serif";
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0px;
    word-spacing: 10px;
}

.who-we-are .our-legacy .highlight-list li::marker {
    color: #000;
    font-size: 28px;
}

/* Responsive Styles */

@media (max-width: 767px) {
    .who-we-are {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .who-we-are .our-legacy .highlight-list {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 20px;
    }

    .who-we-are .image-container {
        max-width: 100%;
        text-align: center;
    }

    .who-we-are .our-legacy {
        margin-bottom: 10px;
    }

    .who-we-are .our-legacy h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}

/* Who we are section CSS End */


.vector-control {
    padding-top: 70px;
    padding-bottom: 70px;
}

.vector-control .line {
    width: 2px;
    height: 100%;
    background-color: #aad04e;
}

.vector-control a {
    text-decoration: none;
}

.vector-control .card {
    display: flex;
    justify-content: space-between;
    border: 2px solid #ddd;
    border-radius: 0px;
    padding: 12px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.vector-control .card:hover {
    background-color: #aad04e;
    border: 2px solid #aad04e;
}

.vector-control .card .image-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border: 1px solid #cdcdcd;
}

.vector-control .card .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vector-control .card .card-content {
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vector-control .card .card-content .card-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #000;
    font-family: "Area-Normal-Extrabold, sans-serif";
}

.vector-control .card .card-content .card-text {
    font-family: "Area-Normal-Regular, sans-serif";
    margin-bottom: 20px;
    font-size: 14px;
    color: #4b4b4b;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .vector-control {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .vector-control .card .image-container {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .vector-control {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .vector-control .card .image-container {
        height: 100%;
    }
}

/* Our Products Section End */


/* Sustainability Section Start  */

.sustainability {
    padding-top: 70px;
    padding-bottom: 70px;
}

.sustainability .nav-tabs {
    height: 100%;
}

.sustainability .nav-tabs .nav-link {
    text-align: left;
    font-family: "Area-Normal-Regular, sans-serif";
    padding: 20px 30px;
    background-color: #aad04e;
    font-size: 15px;
    color: #000;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.sustainability .nav-tabs .nav-link .big-heading {
    font-size: 18px;
}

.sustainability .nav-tabs .nav-link.active {
    background-color: #148eda;
    color: #fff;
}

.sustainability .tab-content .tab-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transition: opacity 0.5s ease;
    min-height: 480px;
}

.sustainability .tab-content .tab-pane.fade {
    opacity: 0;
    transform: scale(0.5);
    clip-path: inset(50% 50% 50% 50%);
    transition: opacity 0.3s ease, transform 0.3s ease, clip-path 0.3s ease;
}

.sustainability .tab-content .tab-pane.fade.show.active {
    opacity: 1;
    transform: scale(1);
    clip-path: inset(0% 0% 0% 0%);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sustainability {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .sustainability {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sustainability .tab-content .tab-image {
        min-height: 250px;
    }
}

/* Sustainability Section End  */

/* Research Section Start */

.research-section {
    background-image: url("../../../images/pages/innovation-impact/research-development.webp");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    height: 430px;
}

.research-section .icon-text {
    display: flex;
    gap: 20px;
    border-right: 2.5px solid #00aaff;
    height: 100%;
    align-items: center;
}

.research-section .col-lg-4:last-child .icon-text {
    border-right: none;
}

.research-section .icon-text .icon-img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

.research-section .icon-text .desc {
    font-family: "Area-Normal-Regular, sans-serif";
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .research-section {
        height: 100%;
    }
    .research-section .icon-text .desc {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .research-section {
        height: 100%;
    }
    .research-section .icon-text {
        border-right: none;
        margin-bottom: 20px;
    }
}
/* Research Section End */

/* Timeline Section Start */

.timeline-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #00aaff;
}

.timeline-section .swiper {
    padding: 40px 0;
}

.timeline-section .swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex;
}

.timeline-section .swiper .swiper-slide {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.timeline-section .swiper .swiper-slide .line {
    position: absolute;
    background-color: #fff;
    height: 2px;
    z-index: 2;
    top: 12%;
    width: 100%;
}

.timeline-section .swiper .swiper-slide .year-circle {
    background-color: #aad04e;
    border-radius: 50%;
    color: #000;
    font-family: "Area-Normal-Semibold, sans-serif";
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    position: relative;
    z-index: 5;
}

.timeline-section .swiper .swiper-slide .description {
    font-family: "Area-Normal-Semibold, sans-serif";
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    word-spacing: 3px;
    max-width: 150px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .timeline-section {
        padding-top: 70px;
        padding-bottom: 30px;
        background-color: #00aaff;
    }
}

/* Timeline Section End */

/* Discover Our Products Section Start */

.discover-our-products {
    padding-top: 70px;
    padding-bottom: 70px;
}

.discover-our-products .read-more {
    font-size: 16px;
    font-family: "Area-Normal-Semibold, sans-serif";
    color: #000;
    background-color: #aad04e;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 40px;
    width: fit-content;
}

.discover-our-products .image-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.discover-our-products .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .discover-our-products .read-more {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .discover-our-products {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .discover-our-products .read-more {
        padding: 10px 30px;
        font-size: 14px;
        margin: 0 auto 30px;
    }

    .desktop-break {
        display: none;
    }

}

/* Discover Our Products Section End */