@font-face {
    font-family: "OpenSans";
    src: url("../resources/fonts/open_sans.ttf");
    font-display: swap;
}

@font-face {
    font-family: "inter_regular";
    src: url("../resources/fonts/Inter_Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "inter_bold";
    src: url("../resources/fonts/Inter_Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "poppins_regular";
    src: url("../resources/fonts/Poppins_Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "poorich";
    src: url("../resources/fonts/POORICH.TTF");
    font-display: swap;
}

:root {
    --colorBg: #E6E8E6;
    --colorText: #3F403F;
    --colorMain: #475841;
    --colorOther: #9FB8AD;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: var(--colorBg);
}

/* banner start  */


.about-sec1-div1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

.about-sec1-div2 {
    width: 100%;
    background-image: url("../resources/portfolio/5.webp");
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-sec1-span {
    font-family: "Inter_Regular";
    color: white;
    font-size: 3.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.411);
}

.about-sec1-div3 {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 18.5rem;
    column-gap: 1rem;
    background-color: #E6E8E6;
    border-radius: 30px;
    padding: 0.8rem 2rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-sec1-span2 {
    font-family: "OpenSans";
    color: var(--colorText);
    font-size: 0.9rem;
}

.about-sec1-span2 a {
    color: var(--colorText);
    text-decoration: none;
}

.banner-icon {
    width: 25px;
}

@media screen and (min-width:300px) and (max-width:449px) {
    .about-sec1-div2 {
        height: 14rem;
    }

    .about-sec1-span {
        font-size: 2rem;
    }

    .about-sec1-div3 {
        padding: 0.6rem 1rem;
        top: 12.7rem;
        column-gap: 0.5rem;
    }

    .banner-icon {
        width: 20px;
    }

    .loading-container {
        padding: 20px;
    }

    .loading-text {
        font-size: 1rem;
    }

    .loading-progress {
        width: 150px;
    }
}

@media screen and (min-width:450px) and (max-width:549px) {
    .about-sec1-div2 {
        height: 14rem;
    }

    .about-sec1-span {
        font-size: 2.5rem;
    }

    .about-sec1-div3 {
        padding: 0.6rem 1rem;
        top: 12.7rem;
        column-gap: 0.5rem;
    }

    .banner-icon {
        width: 20px;
    }
}

@media screen and (min-width:550px)and (max-width:949px) {
    .about-sec1-div2 {
        height: 14rem;
    }

    .about-sec1-span {
        font-size: 2.8rem;
    }

    .about-sec1-div3 {
        padding: 0.6rem 1rem;
        top: 12.7rem;
        column-gap: 0.5rem;
    }

    .banner-icon {
        width: 20px;
    }
}

@media screen and (min-width:950px) and (max-width:1200px) {
    .about-sec1-div2 {
        height: 18rem;
    }

    .about-sec1-span {
        font-size: 3rem;
    }

    .about-sec1-div3 {
        padding: 0.6rem 1rem;
        top: 16.7rem;
        column-gap: 0.5rem;
    }

    .banner-icon {
        width: 20px;
    }
}

/* banner end  */


.about-sec2-headings h4 {
    font-family: "poppins_regular";
    font-weight: 400;
    color: var(--colorMain);
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-sec2-headings h2 {
    font-family: "inter_regular";
    color: var(--colorText);
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
}

.about-sec2-headings h2 span {
    font-weight: normal;
}

.about-sec2-headings p {
    font-family: "poppins_regular";
    color: var(--colorText);
    font-size: 1rem;
    line-height: 1.7;
    margin: 15px 0;
    text-align: justify;
}


@media screen and (min-width:1100px) {
    .about-sec2-headings h4 {
        font-weight: 400;

    }

    .about-sec2-headings h2 {
        font-size: 1.8rem;

    }

}

@media screen and (min-width:1400px) {
    .about-sec2-headings h4 {
        font-weight: 400;
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .about-sec2-headings h2 {
        font-size: 2.2rem;
        margin: 0;
        text-align: left;
    }


}




.about-sec2-div1 {
    max-width: 1600px;
    margin: auto;
    width: 96%;
}

.about-sec2-div3 {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;

}

.about-sec2-div4 {
    width: 100%;
    height: 30vh;
    margin-top: 1.5rem;
    background-image: url('../resources/portfolio/1.webp');
    background-size: cover;
    background-position: center;

}

.about-sec2-img1 {
    display: flex;
    flex-direction: row;
    align-items: end;
}


.about-img1 {
    width: 3rem;

}

.about-sec2-div6 {
    margin-top: 1rem;
    text-align: justify;
}

.home-sec2-span1 {
    font-size: 1rem;
    font-weight: 600;
    font-family: "poppins_regular";
    color: #3F403F;
}

.home-sec2-span2 {
    font-size: 1rem;
    font-family: "poppins_regular";
    color: #3F403F;


}

.about-sec2-div7 {
    width: 100%;
    height: 30vh;
    margin-top: 1.5rem;
    background-image: url('../resources/portfolio/1.webp');
    background-size: cover;
    background-position: center;

}


.about-sec2-img1 {
    width: 100%;
}

.about-sec2-img2 {
    width: 100%;
}


@media screen and (max-width:1150px) {
    .about-sec2-div4 {
        display: none;
    }

}



@media screen and (min-width:950px) {
    .about-sec2-div3 {
        display: flex;
        flex-direction: row;
        column-gap: 1rem;

    }

    .about-sec2-div5 {
        width: 50%;
    }

    .about-sec2-div7 {
        width: 50%;
        height: 50vh;
        margin-top: 3.5rem;


    }
}

@media screen and (min-width:1151px) {
    .about-sec2-div1 {
        width: 100%;

    }

    .about-sec2-div3 {
        display: flex;
        flex-direction: row;
        column-gap: 1rem;
        position: relative;

    }

    .about-sec2-div4 {
        width: 27%;
        height: 40vh;
        margin-top: 0rem;


    }

    .about-sec2-div5 {
        width: 43%;
    }

    .about-sec2-div7 {
        display: flex;
        flex-direction: row;
        width: 27%;
        height: 40vh;
        position: absolute;
        bottom: 0;
        right: 0;
        /* background-position: right bottom; */


    }
}


@media screen and (min-width:1300px) {

    .about-sec2-div4 {
        width: 30%;
        height: 40vh;
        margin-top: 0rem;

    }

    .about-sec2-div5 {
        width: 37.8%;
    }

    .about-sec2-div7 {
        display: flex;
        flex-direction: row;
        width: 30%;
        height: 40vh;
        position: absolute;
        bottom: 0;
        right: 0;
        /* background-position: right bottom; */


    }
}




@media screen and (min-width:1500px) {

    .about-sec2-div4 {
        width: 32%;
        height: 40vh;
        margin-top: 0rem;

    }

    .about-sec2-div5 {
        width: 34%;
    }

    .about-sec2-div7 {
        display: flex;
        flex-direction: row;
        width: 32%;
        height: 40vh;
        position: absolute;
        bottom: 0;
        right: 0;
        /* background-position: right bottom; */


    }
}


/* about end  */



/* services */

.about-sec3-section {
    /* background-color: red; */
    position: relative;
    height: fit-content;
    margin-top: 4rem;
    margin-bottom: 3rem;
    /* padding-bottom: 10rem; */
}

.about-sec3-content {
    max-width: 1600px;
    margin: auto;
    /* padding: ; */
    position: relative;
    z-index: 2;
    width: 96%;
}

.about-sec3-headings h4 {
    font-family: "poppins_regular";
    color: #475841;
    font-size: 0.8rem;
    letter-spacing: 2px;
    /* margin-bottom: 5px; */
}

.about-sec3-headings h2 {
    font-family: "poppins_regular";
    color: #2a3c2f;
    font-size: 1.5rem;
    /* font-weight: bold; */
}

.about-sec3-headings h2 span {
    font-weight: normal;
}

.about-sec3-content p {
    margin-top: 10px;
    color: var(--colorText);
    font-family: "poppins_regular";
    text-align: justify;
    font-size: 1rem;
}

@media screen and (min-width:1100px) {
    .about-sec3-headings h4 {
        font-weight: 400;

    }

    .about-sec3-headings h2 {
        font-size: 1.8rem;

    }

}

@media screen and (min-width:1400px) {
    .about-sec3-headings h4 {
        font-weight: 400;
        font-size: 1rem;
        /* margin-bottom: 5px; */
    }

    .about-sec3-headings h2 {
        font-size: 2.2rem;
        margin: 0;
        text-align: left;
    }


}

.about-sec3-slider-wrapper {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    /* Remove left/right padding - arrows will be positioned differently */
    padding: 0;
    /* background-color: #333; */
}

.about-sec3-slider {
    display: flex;
    transition: transform 0.4s ease;
    column-gap: 4rem;
    /* Add margin to create gap between arrows and cards */
    margin: 0 80px;
}

.about-sec3-card {
    min-width: 300px;
    width: 300px;
    /* height: 500px; */
    flex-shrink: 0;
    /* background-color: #9FB8AD; */
}

.about-sec3-card1 {
    min-width: 300px;
    width: 300px;
    height: 320px;
    background-color: transparent;
    border: 2px dashed #2a3c2f;
    padding: 30px 20px;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s ease;
    color: #2a3c2f;
    cursor: pointer;
}

.about-sec3-card1.active,
.about-sec3-card1:hover {
    background-color: #2a3c2f;
    color: #fff;
    border: 2px solid #2a3c2f;
}

.about-sec3-card1.active p,
.about-sec3-card1:hover p {
    color: #fff !important;
}

.about-sec3-card1.active h4,
.about-sec3-card1:hover h4 {
    color: #fff !important;
}

.about-sec3-card1 img {
    width: 100px;
    margin-bottom: 15px;
    transition: filter 0.3s ease;
}

.about-sec3-card1.active img,
.about-sec3-card1:hover img {
    filter: brightness(0) invert(1);
}

.about-sec3-card1 h4 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "inter_regular";
}

.about-sec3-card1 p {
    font-size: 1rem;
    line-height: 1.4;
    font-family: "inter_regular";
    text-align: center;
}



/* Updated arrow button styles - using original design */
.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #9FB8AD;
    border: none;
    border-radius: 3rem;
    width: 50px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    font-size: 1.5rem;
    transition: background-color 0.3s ease;
    color: #333;
}

.arrow-btn:hover {
    background-color: #ccc;
}

.arrow-btn:disabled {
    background-color: #f0f0f0;
    color: #ccc;
    cursor: not-allowed;
}

/* Left arrow */
.arrow-btn.prev {
    left: 0;
    border-radius: 0 3rem 3rem 0;
    transform: translateY(-50%) rotate(180deg);
}

/* Right arrow - half circle curves outward */
.arrow-btn.next {
    right: 0;
    border-radius: 0 3rem 3rem 0;
}


/* Responsive adjustments */
@media (max-width: 1200px) {
    .about-sec3-card {
        min-width: 280px;
        width: 280px;
    }

    .about-sec3-card1 {
        min-width: 280px;
        width: 300px;
        height: 310px;
    }

    .about-sec3-slider {
        margin: 0 70px;
    }
}

@media (max-width: 768px) {
    .about-sec3-card {
        min-width: 260px;
        width: 260px;
    }

    .about-sec3-card1 {
        min-width: 260px;
        width: 290px;
        height: 310px;
    }

    .arrow-btn {
        width: 45px;
        height: 80px;
        font-size: 1.3rem;
    }

    .arrow-btn.prev {
        border-radius: 0 2.5rem 2.5rem 0;
    }

    .arrow-btn.next {
        border-radius: 0 2.5rem 2.5rem 0;
    }

    .about-sec3-slider {
        margin: 0 60px;
    }
}

@media (max-width: 600px) {
    .about-sec3-card {
        min-width: 240px;
        width: 240px;
    }

    .about-sec3-card1 {
        min-width: 240px;
        width: 290px;
        height: 310px;
    }

    .about-sec3-slider {
        margin: 0 55px;
    }
}

@media (max-width: 480px) {
    .about-sec3-card {
        min-width: 220px;
        width: 220px;
    }

    .about-sec3-card1 {
        min-width: 220px;
        width: 220px;
        height: max-content;

    }

    .arrow-btn {
        width: 40px;
        height: 70px;
        font-size: 1.2rem;
    }

    .arrow-btn.prev {
        border-radius: 0 2rem 2rem 0;
    }

    .arrow-btn.next {
        border-radius: 0 2rem 2rem 0;
    }

    .about-sec3-slider {
        margin: 0 50px;
    }
}

@media (max-width: 360px) {
    .about-sec3-card {
        min-width: 200px;
        width: 200px;
    }

    .about-sec3-card1 {
        min-width: 200px;
        width: 200px;
        height: fit-content;
        padding: 20px 15px;
    }

    .arrow-btn {
        width: 35px;
        height: 60px;
        font-size: 1rem;
    }

    .arrow-btn.prev {
        border-radius: 0 1.5rem 1.5rem 0;
    }

    .arrow-btn.next {
        border-radius: 0 1.5rem 1.5rem 0;
    }

    .about-sec3-slider {
        margin: 0 45px;
    }

}

/* services end  */


/* section 4 start  */

.about-sec4-div1 {
    max-width: 1600px;
    margin: auto;
    width: 100%;
    height: 100%;
    margin-bottom: 3rem;


}

.about-sec4-img1 {
    width: 100%;

}

.about-sec4-div3 {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.about-sec4-div4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98%;
    margin: auto;
    row-gap: 1.5rem;

}

.about-sec4-div5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border: #2a3c2f solid;
    border-radius: 20px;
    transform: rotate(45deg);
    padding: 0.3rem;
}

.about-sec4-img2 {
    width: 60px;
    transform: rotate(-45deg);

}

.about-sec4-div6 {
    display: flex;
    flex-direction: column;
    font-family: "poppins_regular";
    text-align: justify;
    color: #3F403F;
    row-gap: 0.5rem;

}

.about-sec4-span1 {
    text-align: center;
    font-size: 1.2rem;

}

.about-sec4-span2 {
    font-size: 1rem;
}

@media screen and (max-width:749px) {
    .about-sec4-div2 {
        display: none;
    }

    .about-sec4-div3 {
        margin-top: 5rem;
    }
}

@media screen and (min-width:750px) {
    .about-sec4-div1 {
        display: flex;
        flex-direction: row;
        column-gap: 0.5rem;
        justify-content: center;
        align-items: center;

    }

    .about-sec4-div2 {
        width: 40%;
    }

    .about-sec4-div3 {
        width: 60%;
        margin-right: 0.5rem;

    }

    .about-sec4-div4 {
        display: flex;
        flex-direction: row;
        column-gap: 2rem;

    }

    .about-sec4-div5 {
        width: 100px;
        height: 100px;
    }

    .about-sec4-div6 {
        width: 80%;
    }

    .about-sec4-span1 {
        text-align: left;
        font-size: 1.5rem;

    }

    .about-sec4-span2 {
        font-size: 1rem;
    }

}


@media screen and (min-width:1100px) {
    .about-sec4-div2 {
        width: 40%;
    }

    .about-sec4-div3 {
        width: 60%;
        row-gap: 5rem;
        /* justify-content: end; */
        /* align-items: end; */
        margin-right: 0rem;

    }

    .about-sec4-span1 {
        text-align: left;
        font-size: 1.8rem;

    }



}



@media screen and (min-width:1400px) {
    .about-sec4-div2 {
        width: 42%;
    }

    .about-sec4-div3 {
        width: 58%;
        row-gap: 5rem;
        /* background-color: red; */
    }

    .about-sec4-span1 {
        font-size: 2.2rem;

    }

    .about-sec4-div6 {
        width: 70%;
    }

    .about-sec4-div6 {
        width: 85%;
    }


}






/*mid banner start  */


.about-sec5-div1 {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 5rem;

}

.about-sec5-div2 {
    width: 100%;
    background-image: url("../resources/portfolio/3.webp");
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
    height: 27rem;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}

.banner-span {
    font-family: "Inter_Regular";
    color: white;
    font-size: 2.6rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.411);
    /* margin-left: 4rem; */
    font-weight: bold;
}



.banner-span2 {
    font-family: "poppins_regular";
    color: white;
    font-size: 1rem;
    text-align: justify;
    margin-bottom: 4rem;
    max-width: 700px;
}

.about-sec5-div3 {
    width: 100%;
    height: 27rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    max-width: 1600px;
    margin: auto;
}


@media screen and (min-width:300px) and (max-width:449px) {
    .about-sec5-div2 {
        height: 20rem;
    }

    .banner-span {
        font-size: 1.5rem;
        margin: 0rem 1rem 0rem 1rem;
    }

    .banner-span2 {
        max-width: 300px;
        margin: 0rem 1rem 1rem 1rem;


    }

    .about-sec5-div3 {

        height: 20rem;

    }

}

@media screen and (min-width:450px) and (max-width:549px) {
    .about-sec5-div2 {
        height: 25rem;
    }

    .banner-span {
        font-size: 1.6rem;
        margin: 0rem 0rem 1rem 1rem;
    }

    .banner-span2 {
        max-width: 400px;
        margin: 0rem 0rem 1rem 1rem;

    }

    .about-sec5-div3 {

        height: 25rem;

    }


}

@media screen and (min-width:550px)and (max-width:949px) {
    .about-sec5-div2 {
        height: 27rem;
    }

    .banner-span {
        font-size: 2.2rem;
        margin-left: 2rem;
    }

    .banner-span2 {
        max-width: 480px;
        margin: 0rem 0rem 2rem 2rem;


    }

}

@media screen and (min-width:950px) and (max-width:1200px) {
    .about-sec5-div2 {
        height: 27rem;
    }

    .banner-span {
        font-size: 2.6rem;
        margin-left: 3rem;
    }

    .banner-span2 {
        max-width: 600px;
        margin: 0rem 0rem 3rem 3rem;

    }

}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .about-sec5-div2 {
        height: 27rem;
    }

    .banner-span {
        font-size: 2.6rem;
        margin-left: 2rem;
    }

    .banner-span2 {
        max-width: 600px;
        margin: 0rem 0rem 2rem 2rem;

    }

}


/* banner end  */








.about-sec6-div1 {
    display: flex;
    flex-direction: column;
    width: 96%;
    max-width: 1600px;
    margin: auto;
    margin-bottom: 3rem;


    /* background-color: #2a3c2f; */
}

.about-sec6-headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    /* background-color: #2a3c2f; */
}


.about-sec6-headings h4 {
    font-family: "poppins_regular";
    font-weight: 400;
    color: var(--colorMain);
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-sec6-headings h2 {
    font-family: "inter_regular";
    color: var(--colorText);
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
}

.about-sec6-headings h2 span {
    font-weight: normal;
}

.about-sec6-headings p {
    font-family: "poppins_regular";
    font-size: 1rem;
    /* font-size: 15px; */
    line-height: 1.7;
    margin: 15px 0;
    text-align: center;
    max-width: 1200px;

}


@media screen and (min-width:1100px) {
    .about-sec6-headings h4 {
        font-weight: 400;

    }

    .about-sec6-headings h2 {
        font-size: 1.8rem;

    }

}

@media screen and (min-width:1400px) {
    .about-sec6-headings h4 {
        font-weight: 400;
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .about-sec6-headings h2 {
        font-size: 2.2rem;
        margin: 0;
        text-align: left;
    }


}


.about-sec6-div2 {
    width: 100%;
    /* Make this full width */
    max-width: 1600px;
    margin: auto;
    margin-top: 2rem;
}

.about-sec6-div2 span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--colorText);
    font-family: "poppins_regular";
}

@media screen and (min-width:1100px) {
    .about-sec6-div2 span {
        font-size: 1.5rem;

    }

}

@media screen and (min-width:1400px) {
    .about-sec6-div2 span {
        font-size: 1.5rem;
        margin: 0;
        text-align: left;
    }


}

.about-sec6-div3 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;

}

.about-sec6-div4 {
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    transition: 0.4s ease-out;
    column-gap: 1rem;
    padding: 0 1rem;

}

.about-sec6-div5 {

    width: 160px;
    height: 150px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    row-gap: 1rem;
    /* padding: 1rem; */
    flex-shrink: 0;
    pointer-events: all;
    cursor: pointer;



}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.about-sec6-div5.flipped .card-inner,
.about-sec6-div5.hover-flip .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    row-gap: 1rem;
    box-sizing: border-box;
}

.card-front {
    /* background-color: #E6E8E6; */
}

.card-back {
    /* background-color: var(--colorMain); */
    color: var(--colorText);
    transform: rotateY(180deg);
    justify-content: center;
    text-align: center;
}

.card-back p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
    color: var(--colorText);
    font-family: "poppins_regular";
}




.about-sec6-div5 img {
    width: 60px;
    height: 60px;
    /* background-color: #2a3c2f; */
}

.about-sec6-div5 span {
    font-size: 1.1rem;
    font-family: "poppins_regular";
    color: var(--colorText);
    font-weight: 600;
    text-align: center;
    /* background-color: #475841; */
}

.about-sec6-div3 .softslider-prev,
.about-sec6-div3 .softslider-next {
    position: absolute;
    z-index: 5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--colorMain);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.about-sec6-div3 .softslider-prev:hover,
.about-sec6-div3 .softslider-next:hover {
    background-color: var(--colorOther);
    transform: translateY(-50%) scale(1.1);
}

.about-sec6-div3 .softslider-prev {
    left: 10px;
}

.about-sec6-div3 .softslider-next {
    right: 10px;
}

@media (max-width: 768px) {
    .about-sec6-div3 {
        width: 100%;
        height: 200px;
    }

    .about-sec6-div5 {
        width: 160px;
        height: 150px;
    }

    /* .about-sec6-div5 img {
        width: 80px;
        height: 50px;
    } */

    /* .about-sec6-div5 span {
        font-size: 0.9rem;
    } */
}

@media (min-width: 1124px) {
    .about-sec6-div3 {
        justify-content: flex-start;
        padding-left: 2px;
    }

    .about-sec6-div4 {
        position: static;
        transform: none;
        left: auto;
        transition: none;
        padding: 0;
        column-gap: 1.5rem;
    }

    .softslider-prev,
    .softslider-next {
        display: none !important;
    }
}










.about-sec6-div6 {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    margin-top: 2rem;
}

.about-sec6-div6 span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--colorText);
    font-family: "poppins_regular";
}

@media screen and (min-width:1100px) {
    .about-sec6-div6 span {
        font-size: 1.5rem;
    }
}

@media screen and (min-width:1400px) {
    .about-sec6-div6 span {
        font-size: 1.5rem;
        margin: 0;
        text-align: left;
    }
}

.about-sec6-div7 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.about-sec6-div8 {
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    transition: 0.4s ease-out;
    column-gap: 1rem;
    padding: 0 1rem;
}

.about-sec6-div9 {
    width: 160px;
    height: 150px;
    perspective: 1000px;
    flex-shrink: 0;
    pointer-events: all;
    cursor: pointer;
}

.card-inner2 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.about-sec6-div9.flipped2 .card-inner2,
.about-sec6-div9.hover2 .card-inner2 {
    transform: rotateY(180deg);
}

.card-front2,
.card-back2 {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    row-gap: 1rem;
    box-sizing: border-box;
}

.card-front2 {
    background-color: #E6E8E6;
    /* ADDED - missing background */
}

.card-back2 {
    /* background-color: var(--colorMain); */
    /* CHANGED - added background */
    color: var(--colorText);
    /* CHANGED - white text on dark background */
    transform: rotateY(180deg);
    justify-content: center;
    text-align: center;
}

.card-front2 img,
.card-back2 img {
    width: 60px;
    height: 60px;
}

.card-front2 span,
.card-back2 span {
    font-size: 1.1rem;
    font-family: "poppins_regular";
    font-weight: 600;
    text-align: center;
}

.card-front2 span {
    color: var(--colorText);
}

.card-back2 span {
    color: var(--colorText);
    /* CHANGED - white for visibility */
}

.card-back2 p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
    color: var(--colorText);
    /* CHANGED - white for visibility */
    font-family: "poppins_regular";
}

/* Navigation buttons for second slider */
.about-sec6-div7 .softslider-prev2,
.about-sec6-div7 .softslider-next2 {
    position: absolute;
    z-index: 5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--colorMain);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.about-sec6-div7 .softslider-prev2:hover,
.about-sec6-div7 .softslider-next2:hover {
    background-color: var(--colorOther);
    transform: translateY(-50%) scale(1.1);
}

.about-sec6-div7 .softslider-prev2 {
    left: 10px;
}

.about-sec6-div7 .softslider-next2 {
    right: 10px;
}

@media (max-width: 768px) {
    .about-sec6-div7 {
        width: 100%;
        height: 200px;
    }

    .about-sec6-div9 {
        width: 160px;
        height: 150px;
    }

}

@media (min-width: 922px) {
    .about-sec6-div7 {
        justify-content: flex-start;
        padding-left: 2px;
    }

    .about-sec6-div8 {
        position: static;
        transform: none;
        left: auto;
        transition: none;
        padding: 0;

    }

    .softslider-prev2,
    .softslider-next2 {
        display: none !important;
    }
}






.about-sec6-div10 {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    margin-top: 2rem;
}

.about-sec6-div10 span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--colorText);
    font-family: "poppins_regular";
}

@media screen and (min-width:1100px) {
    .about-sec6-div10 span {
        font-size: 1.5rem;
    }
}

@media screen and (min-width:1400px) {
    .about-sec6-div10 span {
        font-size: 1.5rem;
        margin: 0;
        text-align: left;
    }
}

.about-sec6-div11 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.about-sec6-div12 {
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    transition: 0.4s ease-out;
    column-gap: 1rem;
    padding: 0 1rem;
}

.about-sec6-div13 {
    width: 160px;
    height: 150px;
    perspective: 1000px;
    flex-shrink: 0;
    pointer-events: all;
    cursor: pointer;
}

.card-inner3 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.about-sec6-div13.flipped3 .card-inner3,
.about-sec6-div13.hover3 .card-inner3 {
    transform: rotateY(180deg);
}

.card-front3,
.card-back3 {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    row-gap: 1rem;
    box-sizing: border-box;
}

.card-front3 {
    background-color: #E6E8E6;
    /* ADDED - missing background */
}

.card-back3 {
    color: var(--colorText);
    transform: rotateY(180deg);
    justify-content: center;
    text-align: center;
}

.card-front3 img,
.card-back3 img {
    width: 60px;
    height: 60px;
}

.card-front3 span,
.card-back3 span {
    font-size: 1.1rem;
    font-family: "poppins_regular";
    font-weight: 600;
    text-align: center;
}

.card-front3 span {
    color: var(--colorText);
}

.card-back3 span {
    color: var(--colorText);
    /* CHANGED - white for visibility */
}

.card-back3 p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
    color: var(--colorText);
    /* CHANGED - white for visibility */
    font-family: "poppins_regular";
}

/* Navigation buttons for second slider */
.about-sec6-div11 .softslider-prev3,
.about-sec6-div11 .softslider-next3 {
    position: absolute;
    z-index: 5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--colorMain);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.about-sec6-div11 .softslider-prev3:hover,
.about-sec6-div11 .softslider-next3:hover {
    background-color: var(--colorOther);
    transform: translateY(-50%) scale(1.1);
}

.about-sec6-div11 .softslider-prev3 {
    left: 10px;
}

.about-sec6-div11 .softslider-next3 {
    right: 10px;
}

@media (max-width: 768px) {
    .about-sec6-div11 {
        width: 100%;
        height: 200px;
    }

    .about-sec6-div13 {
        width: 160px;
        height: 150px;
    }

    /* .about-sec6-div5 img {
        width: 80px;
        height: 50px;
    } */

    /* .about-sec6-div5 span {
        font-size: 0.9rem;
    } */
}

@media (min-width: 575px) {
    .about-sec6-div11 {
        justify-content: flex-start;
        padding-left: 2px;
    }

    .about-sec6-div12 {
        position: static;
        transform: none;
        left: auto;
        transition: none;
        padding: 0;
        /* column-gap: 2rem; */
    }

    .softslider-prev3,
    .softslider-next3 {
        display: none !important;
    }
}


/* indinite slider start  */

 .about-sec7-div1 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            max-width: 1600px;
            margin: auto;
            height: 150px;
            width: 90%;
            overflow: hidden;
           background-image: linear-gradient(to right, #475841, #3F403F);
            margin-bottom: 5rem;
            position: relative; /* Added for better positioning */
        }

        .about-sec7-div2 {
            display: flex;
            width: calc(160px * 14); 
            animation: anime 20s linear infinite; 
            will-change: transform;
        }

        .about-sec7-div2:hover {
            animation-play-state: paused;
        }

        @keyframes anime {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-160px * 14));
            }
        }

        .about-sec7-div3 {
            width: 150px;
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 5px;
            overflow: hidden;
            transition: transform 0.3s ease;
            flex-shrink: 0; 
            border-radius: 8px;
        }

        .about-sec7-div3:hover {
            transform: scale(1.1);
        }

        .about-sec7-div3 img {
            height: 80px;
            width: 80px;
            width: auto;
            object-fit: contain; /* Better image handling */
            filter: brightness(1.2); /* Brighten images on dark background */
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .about-sec7-div1 {
                height: 120px;
                width: 95%;
            }

            .about-sec7-div3 {
                width: 120px;
                height: 120px;
                margin: 0 3px;
            }

            .about-sec7-div3 img {
                height: 60px;
                width: 60px;
            }

            .about-sec7-div2 {
                width: calc(126px * 14); /* Only original items width */
                animation: anime-mobile 18s linear infinite;
            }

            @keyframes anime-mobile {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(-126px * 14));
                }
            }
        }

        @media (max-width: 480px) {
            .about-sec7-div1 {
                height: 100px;
            }

            .about-sec7-div3 {
                width: 100px;
                height: 100px;
                margin: 0 2px;
            }

            .about-sec7-div3 img {
                height: 50px;
                width: 50px;
            }

            .about-sec7-div2 {
                width: calc(104px * 14); /* Only original items width */
                animation: anime-small 15s linear infinite;
            }

            @keyframes anime-small {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(-104px * 14));
                }
            }
        }







/* indinite slider end  */