* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.about-header {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-section {
    background: #F2FFF5;
}

.breadcrumb-overlay {
    position: absolute;
}

.breadcrumb-overlay h1 {
    margin-top: 100px;
    margin-bottom: 0px;
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.breadcrumb-overlay p {
    font-size: 15px;
    margin-top: 8px;
    color: white;
    text-align: center;
    font-weight: 500;
}




/* Slider Container */
.slider {
    position: relative;
    width: 100%; /* Full width */
    height: 500px; /* Set a height for the slider */
    overflow: hidden; /* Hide overflowing images */
}

/* Images inside the slider */
.slider img {
    position: absolute; /* Stack images on top of each other */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Make images cover the slider container */
    object-fit: cover; /* Ensure images maintain aspect ratio */
    opacity: 0; /* Hide all images by default */
    transition: opacity 1s ease-in-out;
}

/* Visible image (active) */
.slider img.active {
    opacity: 1; /* Show the active image */
}

/* Breadcrumb Overlay Styling */
.breadcrumb-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.breadcrumb-overlay h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.breadcrumb-overlay p {
    font-size: 16px;
    font-weight: 500;
}






.about-second-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 81px;
    column-gap: 40px;
}

.about-second-sec img{
    width: 430px;
    
}

.welcome-about{
    width: 675px;
}

.welcome-about h4{
    font-size: 32px;
    font-weight: 400;
}

.welcome-about h1{
    font-size: 48px;
    color: #028E21;
    font-weight: 700;
    margin-top: 0px;
}

.welcome-about p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 1.5;
    text-align: justify;
}

.line{
    width: 675px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

.about-welcome-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 77px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.fresh{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.fresh img{
    width: 55px;
}

.fresh h3{
    font-size: 20px;
    color: #028E21;
    font-weight: 600;
}

/* ////////////////////////////// Who We ///////////////////////////////////// */

.who-we{
    background-color: #EBFBF1;
    text-align: center;
    margin-top: 70px;
    padding: 60px 300px;
}

.who-we h2{
    font-size: 36px;
    font-weight: 600;
}

.who-we h4{
    font-size: 20px;
    font-weight: 600;
    color: #028E21;
    margin-bottom: 50px;
}

.who-we p{
    font-size: 18px;
    font-weight: 500;
}


/* ////////////////////////////// mission-vision ///////////////////////////////////// */

.mission-vision{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #028E21;
    display: flex;
    justify-content: center;
    padding-left: 250px;
    padding-right: 250px;
}


.mission-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}

.mission{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.mission img{
    width:63px;
}

.vision img{
    width: 73px;
}

.mission h5{
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.mission h1{
    font-size: 32px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.mission-vision p{
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

/* ////////////////////////////// why choose ///////////////////////////////////// */

.why-choose{
    text-align: center;
    padding: 90px 200px;
}

.why-choose h1{
    font-size: 36px;
    font-weight: 600;
    margin: 8px;
}

.why-choose h4{
    font-size: 20px;
    font-weight: 600;
    color: #028E21;
    margin-bottom: 56px;
}

.choose-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 45px;
}

.inner-div img{
    width: 100px;
    margin-bottom: 10px;
}

.inner-div h2{
    font-size: 18px;
    color: #028E21;
    font-weight: 700;
}

.inner-div p{
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
}

/* ////////////////////////////// partnership ///////////////////////////////////// */

.partnership{
    background-color: #F2FFF5;
    height: 210px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partnership-images{
    display: flex;
    column-gap: 100px;
    justify-content: center;
    align-items: center;
}

.img-1{
    width: 120px;
}

.img-2 {
    width: 180px;
}

.img-3 {
    width: 145px;
}

.img-4 {
    width: 152px;
}

.img-5{
    width: 155px;
}

.img-6{
    width: 80px;
}

.img-7{
    width: 100px;
}

.partnership h5{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
}

/* ////////////////////////////// Responsive Breakpoints ///////////////////////////////////// */



@media (max-width: 1200px) {
    .welcome-img {
        width: 350px !important;
    }

    .welcome-about h4{
        font-size: 28px;
    }

    .welcome-about h1 {
        font-size: 40px;
    }

    .welcome-about p {
        font-size: 13px;
    }

    .who-we {
        padding: 50px 150px;
    }

    .mission-vision {
        padding-left: 150px;
        padding-right: 150px;
    }

    .why-choose {
        padding: 80px 150px;
    }

    .img-1 {
        width: 100px;
    }

    .img-2 {
        width: 145px;
    }

    .img-3 {
        width: 110px;
    }

    .img-4 {
        width: 117px;
    }

    .img-5{
        width: 117px; 
    }

    .img-7{
        width: 90px;
    }

}

@media (max-width: 1100px) {
    .welcome-img {
        width: 250px !important;
    }

    .welcome-about h4 {
        font-size: 23px;
    }

    .welcome-about h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .welcome-about p {
        font-size: 12px;
    }

    .fresh h3{
        font-size: 16px;
    }

    .fresh img{
        width: 48px;
    }

    .who-we {
        padding: 50px 150px;
    }

    .mission-vision {
        padding-left: 150px;
        padding-right: 150px;
    }

    .why-choose {
        padding: 80px 150px;
    }

    .choose-inner {
        flex-direction: column;
        row-gap: 25px;
    }

    .inner-div h2 {
        font-size: 18px;
    }

    .inner-div img{
        width: 80px;
    }

    .partnership-images {
        column-gap: 60px;
    }

    .partnership h5{
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    .about-second-sec {
        flex-direction: column;
        text-align: center;
    }

    .welcome-img {
        width: 250px !important;
        margin-bottom: 25px;
    }

    .img-1 {
        width: 110px;
    }

    .img-2 {
        width: 145px;
    }

    .img-3 {
        width: 110px;
    }

    .img-4 {
        width: 127px;
    }

    .img-5{
        width: 117px; 
    }

    .choose-inner {
        flex-direction: column;
        row-gap: 25px;
    }

    .inner-div h2 {
        font-size: 20px;
    }

    .inner-div img {
        width: 100px;
    }

    .mission-vision p {
        font-size: 16px;
    }

    .mission h1{
        font-size: 28px;
    }

    .mission img{
        width: 60px;
    }

}

@media (max-width: 820px) {
    .mission-vision{
        padding-left: 70px;
        padding-right: 70px;
        height: 450px;
    }

    .partnership h5 {
        font-size: 14px;
    }

    .who-we p {
        font-size: 14px;
    }

    .partnership-images{
        column-gap: 15px;
    }

    .img-1 {
        width: 80px;
    }

    .img-2 {
        width: 85px;
    }

    .img-3 {
        width: 80px;
    }

    .img-4 {
        width: 77px;
    }

    .img-5{
        width: 87px; 
    }

    .img-6{
        width: 50px;
    }

    .img-7{
        width: 90px;
    }

}

@media (max-width: 768px) {
    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 80px;
    }

    .img-2 {
        width: 85px;
    }

    .img-3 {
        width: 90px;
    }

    .img-4 {
        width: 87px;
    }

    .img-5{
        width: 97px; 
    }

    .img-6{
        width: 57px; 
    }

    .img-7{
        width: 67px; 
    }

}

@media (max-width: 700px) {
    .welcome-about {
        width: 500px;
    }

    .line{
        width: 500px;
    }

    .about-welcome-icon {
        column-gap: 60px;
    }

    .fresh{
        gap: 5px;
    }

    .fresh h3{
        font-size: 10px;
    }

    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 80px;
    }

    .img-2 {
        width: 85px;
    }

    .img-3 {
        width: 90px;
    }

    .img-4 {
        width: 87px;
    }

    .img-5{
        width: 97px; 
    }

    .img-6{
        width: 57px; 
    }

    .img-7{
        width: 67px; 
    }

}

@media (max-width: 576px) {
    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 60px;
    }

    .img-2 {
        width: 65px;
    }

    .img-3 {
        width: 70px;
    }

    .img-4 {
        width: 77px;
    }

    .img-5{
        width: 87px; 
    }

    .img-6{
        width: 47px; 
    }

    .img-7{
        width: 57px; 
    }

    .why-choose h4 {
        font-size: 17px;
        margin-bottom: 45px;
    }

    .why-choose {
        padding: 50px 100px;
    }

    .partnership h5 {
        font-size: 11px;
    }

    .partnership{
        height: 150px;
    }

    .welcome-about h1 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .welcome-about {
        width: 450px;
    }

    .line {
        width: 450px;
    }

    .who-we {
        padding: 40px 100px;
    }

    .mission-vision p {
        font-size: 14px;
    }

    .mission img{
        width: 40px;
    }

    .mission h1{
        font-size: 23px;
    }

    .about-welcome-icon {
        column-gap: 40px;
    }

}

@media (max-width: 475px) {

    .mission-vision{
        padding-left: 30px;
        padding-right: 30px;
        height: 450px;
    }

    .mission-flex{
        flex-direction: column;
        row-gap: 20px;
    }

    .welcome-about {
        width: 350px;
    }

    .about-welcome-icon {
        gap: 10px;
    }

    .line{
        width: 350px;
    }

    .partnership-images {
        column-gap: 10px;
    }

   .img-1 {
        width: 40px;
    }

    .img-2 {
        width: 45px;
    }

    .img-3 {
        width: 50px;
    }

    .img-4 {
        width: 57px;
    }

    .img-5{
        width: 67px; 
    }

    .img-6{
        width: 27px; 
    }

    .img-7{
        width: 47px; 
    }

    .mission-flex {
        column-gap: 50px;
    }

    .why-choose h1{
        font-size: 30px;
    }

    .who-we {
        padding: 40px 70px;
    }

    .why-choose {
        padding: 40px 70px;
    }

}

@media (max-width: 330px) {

    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 20px;
    }

    .img-2 {
        width: 25px;
    }

    .img-3 {
        width: 30px;
    }

    .img-4 {
        width: 37px;
    }

    .img-5{
        width: 47px; 
    }

    .img-6{
        width: 17px; 
    }

    .img-7{
        width: 37px; 
    }


    .welcome-about {
        width: 280px;
    }

    .line{
        width: 280px;
    }

    .who-we {
        padding: 40px 50px;
        margin-top: 40px;
    }

    .who-we h2 {
        font-size: 30px;
    }

    .who-we h4 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .who-we p {
        font-size: 12px;
    }

    .mission-vision{
        padding-left: 30px;
        padding-right: 30px;
        height: 450px;
    }

    .mission-flex{
        flex-direction: column;
        row-gap: 20px;
    }

    .mission h5 {
        font-size: 15px;
    }

    .mission h1{
        font-size: 20px;
    }

    .why-choose {
        padding: 30px 40px;
    }

    .about-image {
        height: 300px;
    }

    .partnership {
        height: 100px;
    }
}


.partnership{
    background-color: #F2FFF5;
    height: 210px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partnership-images{
    display: flex;
    column-gap: 80px;
    justify-content: center;
    align-items: center;
}

.img-1{
    width: 150px;
}

.img-2 {
    width: 210px;
}

.img-3 {
    width: 165px;
}

.img-4 {
    width: 182px;
}

.img-5{
    width: 185px;
}

.img-6{
    width: 80px;
}

.partnership h5{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
}

@media (max-width: 1295px) {
    .partnership-images {
        column-gap: 30px;
    }
}

@media (max-width: 1100px) {
    .partnership-images {
        column-gap: 30px;
    }

    .partnership h5{
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 100px;
    }

    .img-2 {
        width: 175px;
    }

    .img-3 {
        width: 130px;
    }

    .img-4 {
        width: 147px;
    }

    .img-6{
        width: 95px;
    }
}

@media (max-width: 820px) {
    .partnership h5 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 80px;
    }

    .img-2 {
        width: 155px;
    }

    .img-3 {
        width: 110px;
    }

    .img-4 {
        width: 127px;
    }
}

@media (max-width: 1200px) {
    .img-1 {
        width: 130px;
    }

    .img-2 {
        width: 175px;
    }

    .img-3 {
        width: 130px;
    }

    .img-4 {
        width: 147px;
    }

    .img-5{
        width: 147px; 
    }

}

@media (max-width: 1100px) {
    .partnership-images {
        column-gap: 20px;
    }

    .partnership h5{
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    .img-1 {
        width: 110px;
    }

    .img-2 {
        width: 145px;
    }

    .img-3 {
        width: 110px;
    }

    .img-4 {
        width: 127px;
    }

    .img-5{
        width: 117px; 
    }

}

@media (max-width: 820px) {
    .partnership h5 {
        font-size: 14px;
    }

    .partnership-images{
        column-gap: 15px;
    }

    .img-1 {
        width: 100px;
    }

    .img-2 {
        width: 155px;
    }

    .img-3 {
        width: 120px;
    }

    .img-4 {
        width: 137px;
    }

    .img-5{
        width: 137px; 
    }

}

@media (max-width: 768px) {
    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 100px;
    }

    .img-2 {
        width: 135px;
    }

    .img-3 {
        width: 110px;
    }

    .img-4 {
        width: 127px;
    }

    .img-5{
        width: 117px; 
    }

    .img-6{
        width: 67px; 
    }

}

@media (max-width: 700px) {
    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 100px;
    }

    .img-2 {
        width: 115px;
    }

    .img-3 {
        width: 100px;
    }

    .img-4 {
        width: 117px;
    }

    .img-5{
        width: 107px; 
    }


    .img-6{
        width: 27px; 
    }

}

@media (max-width: 576px) {
    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 80px;
    }

    .img-2 {
        width: 75px;
    }

    .img-3 {
        width: 80px;
    }

    .img-4 {
        width: 87px;
    }

    .img-5{
        width: 87px; 
    }

    .partnership h5 {
        font-size: 11px;
    }

    .partnership{
        height: 150px;
    }
}

@media (max-width: 475px) {

    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 50px;
    }

    .img-2 {
        width: 75px;
    }

    .img-3 {
        width: 60px;
    }

    .img-4 {
        width: 67px;
    }

    .img-5{
        width: 57px; 
    }
}

@media (max-width: 330px) {

    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 40px;
    }

    .img-2 {
        width: 55px;
    }

    .img-3 {
        width: 50px;
    }

    .img-4 {
        width: 47px;
    }

    .img-5{
        width: 47px; 
    }
}

.partnership{
    background-color: #F2FFF5;
    height: 210px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partnership-images{
    display: flex;
    column-gap: 80px;
    justify-content: center;
    align-items: center;
}

.img-1{
    width: 120px;
}

.img-2 {
    width: 180px;
}

.img-3 {
    width: 145px;
}

.img-4 {
    width: 152px;
}

.img-5{
    width: 155px;
}

.img-6{
    width: 80px;
}

.img-7{
    width: 100px;
}

.partnership h5{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
}

@media (max-width: 1295px) {
    .partnership-images {
        column-gap: 30px;
    }
}

@media (max-width: 1100px) {
    .partnership-images {
        column-gap: 30px;
    }

    .partnership h5{
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 90px;
    }

    .img-2 {
        width: 165px;
    }

    .img-3 {
        width: 110px;
    }

    .img-4 {
        width: 127px;
    }

    .img-6{
        width: 65px;
    }
}

@media (max-width: 820px) {
    .partnership h5 {
        font-size: 14px;
    }

    .img-1 {
        width: 20px;
    }

    .img-2 {
        width: 85px;
    }

    .img-3 {
        width: 70px;
    }

    .img-4 {
        width: 117px;
    }

    .img-6{
        width: 50px;
    }

    .img-7{
        width: 90px;
    }
}

@media (max-width: 768px) {
    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 40px;
    }

    .img-2 {
        width: 105px;
    }

    .img-3 {
        width: 70px;
    }

    .img-4 {
        width: 117px;
    }

    .img-6{
        width: 50px;
    }

    .img-7{
        width: 90px;
    }
}

@media (max-width: 1200px) {
    .img-1 {
        width: 100px;
    }

    .img-2 {
        width: 145px;
    }

    .img-3 {
        width: 110px;
    }

    .img-4 {
        width: 117px;
    }

    .img-5{
        width: 117px; 
    }

    .img-7{
        width: 90px;
    }

}

@media (max-width: 1100px) {
    .partnership-images {
        column-gap: 20px;
    }

    .partnership h5{
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    .img-1 {
        width: 110px;
    }

    .img-2 {
        width: 145px;
    }

    .img-3 {
        width: 110px;
    }

    .img-4 {
        width: 127px;
    }

    .img-5{
        width: 117px; 
    }

}

@media (max-width: 820px) {
    .partnership h5 {
        font-size: 14px;
    }

    .partnership-images{
        column-gap: 15px;
    }

    .img-1 {
        width: 80px;
    }

    .img-2 {
        width: 85px;
    }

    .img-3 {
        width: 80px;
    }

    .img-4 {
        width: 77px;
    }

    .img-5{
        width: 87px; 
    }

    .img-6{
        width: 50px;
    }

    .img-7{
        width: 90px;
    }

}

@media (max-width: 768px) {
    .partnership-images {
        column-gap: 20px;
    }

    .img-1 {
        width: 80px;
    }

    .img-2 {
        width: 85px;
    }

    .img-3 {
        width: 90px;
    }

    .img-4 {
        width: 87px;
    }

    .img-5{
        width: 97px; 
    }

    .img-6{
        width: 57px; 
    }

    .img-7{
        width: 67px; 
    }

}

@media (max-width: 700px) {
    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 80px;
    }

    .img-2 {
        width: 85px;
    }

    .img-3 {
        width: 90px;
    }

    .img-4 {
        width: 87px;
    }

    .img-5{
        width: 97px; 
    }

    .img-6{
        width: 57px; 
    }

    .img-7{
        width: 67px; 
    }

}

@media (max-width: 576px) {
    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 60px;
    }

    .img-2 {
        width: 65px;
    }

    .img-3 {
        width: 70px;
    }

    .img-4 {
        width: 77px;
    }

    .img-5{
        width: 87px; 
    }

    .img-6{
        width: 47px; 
    }

    .img-7{
        width: 57px; 
    }

    .partnership h5 {
        font-size: 11px;
    }

    .partnership{
        height: 150px;
    }
}

@media (max-width: 475px) {

    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 40px;
    }

    .img-2 {
        width: 45px;
    }

    .img-3 {
        width: 50px;
    }

    .img-4 {
        width: 57px;
    }

    .img-5{
        width: 67px; 
    }

    .img-6{
        width: 27px; 
    }

    .img-7{
        width: 47px; 
    }
}

@media (max-width: 330px) {

    .partnership-images {
        column-gap: 10px;
    }

    .img-1 {
        width: 20px;
    }

    .img-2 {
        width: 25px;
    }

    .img-3 {
        width: 30px;
    }

    .img-4 {
        width: 37px;
    }

    .img-5{
        width: 47px; 
    }

    .img-6{
        width: 17px; 
    }

    .img-7{
        width: 37px; 
    }
}

@media (max-width: 1612px) {
    .inner-div h2{
        font-size: 16px;
        color: #028E21;
        font-weight: 700;
    }
    
    .inner-div p{
        font-size: 14px;
        font-weight: 600;
        margin-top: 8px;
    }
}

@media (max-width: 1612px) {
    .choose-inner {
        flex-direction: column;
        row-gap: 25px;
        padding-left: 150px;
        padding-right: 150px;
    }

    .inner-div{
        margin-top: 20px;
    }

    inner-div h2{
        font-size: 22px;
        color: #028E21;
        font-weight: 700;
    }
    
    .inner-div p{
        font-size: 18px;
        font-weight: 600;
        margin-top: 8px;
    }
}

@media (max-width: 1000px) {
    .choose-inner {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 800px) {
    .choose-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}