/* style.css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0F1F47;
    --secondry-color: #F4B400;
    --text-color: #0F1F47;
    --white-color: #FFFFFF;
}

body,
html {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
    font-family: 'Lato', sans-serif;
    background-color: #F5F5F5;
}


/* Fixed Social Icons */
.social-fixed-icons {
    position: fixed;
    top: 44%;
    left: 18px;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Screen size 840px se chhoti hone par right se 20% pe le aao */
@media screen and (max-width: 840px) {
    .social-fixed-icons {
        left: auto;
        right: 20px;
    }
}

.social-fixed-icons .icon {
    width: 45px;
    height: 45px;
    background-color: var(--secondry-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    border: 1px solid white;
}

.social-fixed-icons .icon:hover {
    transform: scale(1.1) rotate(360deg);
}

/* Platform-specific hover colors */
.icon.whatsapp:hover {
    background-color: #25D366;
}

.icon.call:hover {
    background-color: #007BFF;
}

.icon.email:hover {
    background-color: #ff4f4f;
}


.fix-icon-4 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    background-color: var(--primary-color);
    padding: 0px 15px;
    border-radius: 2px;
    z-index: 9999;
    color: white;
}

.fix-icon-4:hover {
    background-color: var(--secondary-color);
    color: white !important;
}

.txt-dco a {
    text-decoration: none;
    color: black;
}


/* social links section end */

.fixed-sticker {
    position: fixed;
    bottom: 10px;
    /* bottom se thoda upar */
    right: 20px;
    /* right side */
    width: 120px;
    /* size tu apne hisaab se adjust kar sakta hai */
    z-index: 9999;
    /* taaki sabke upar dikhe */
    cursor: pointer;
}



/* topbar and navbar style start */
/* 
.navbar .img {
    width: 300px;
} */

/* @media(max-width:768px) {
    .navbar .img {
        width: 180px;
    }
} */

/* topbar start */
/* .topbar-parent {
    background-color: var(--blue);
    padding: 5px 0px;
}

.topbar-parent .top-bar {
    display: flex;
    justify-content: space-between;
}

.top-bar .contact a {
    text-decoration: none;
    margin: 0px 0px;
    color: #fff;
}

.top-bar .mail a {
    text-decoration: none;
    color: #fff;
}

.top-bar .social a {
    text-decoration: none;
    padding: 0px 10px;
    color: #fff;
}

@media(max-width:768px) {
    .topbar-parent .top-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column !important;
    }

    .top-bar .social {
        display: none;
    }

    .top-bar .contact a {
        text-decoration: none;
        margin: 0px 0px;
        color: #fff;
        font-size: 12px;
    }

    .top-bar .mail a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }
} */

/* topbar end */



/* navbar start */
/* .navbar {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.726), rgba(70, 65, 175, 0.927));
  
    backdrop-filter: blur(5px);
    padding: 0px !important;

} */

/* @media(max-width:768px) {
    .navbar {
        background: linear-gradient(to right, rgba(65, 146, 175, 0.822), rgba(255, 255, 255, 0.726));
        
        backdrop-filter: blur(5px);

    }
} */
/* 
.navbar .nav-item .nav-link {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 500;
}

.navbar .nav-item .nav-link:hover {
    background-color: var(--blue);
    color: #fff !important;
}

.navbar-banner {
    position: relative;
}

.dropdown .dropdown-menu .dropdown-item {
    border-bottom: 2px solid var(--light-blue);
    padding: 8px 12px;
    transition: 0.2s ease-in-out;
    letter-spacing: 1px;
    font-weight: 500;
}

.dropdown .dropdown-menu .dropdown-item i {
    color: var(--red);
}

.dropdown .dropdown-menu .dropdown-item:hover {
    letter-spacing: 3px;
    color: var(--blue);
    font-weight: 600;
}

.fixed {
    position: fixed !important;
    top: 0;
}

.top-navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.banner {
    position: relative;
}

.banner-content {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 150px;
    background-color: #0000009f;
}

.banner-content h1 {
    text-align: center;
    color: #fff;
}

@media(max-width:768px) {
    .top-navbar {
        position: static;
    }
} */

/* navbar end */
/* topbar and navbar style end */


/* VIDEO BACKGROUND */
.video-bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



.hero-bg img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}


@media(max-width:920px) {
    .video-bg video {
        height: 85vh;
    }
}

@media(max-width:800px) {
    .video-bg video {
        height: 70vh;
    }
}

@media(max-width:700px) {
    .video-bg video {
        height: 60vh;
    }
}

@media(max-width:590px) {
    .video-bg video {
        height: 50vh;
    }
}

@media(max-width:490px) {
    .video-bg video {
        height: 40vh;
    }
}

@media(max-width:400px) {
    .video-bg video {
        height: 35vh;
    }
}

@media(max-width:340px) {
    .video-bg video {
        height: 28vh;
    }
}

@media(max-width:290px) {
    .video-bg video {
        height: 25vh;
    }
}

.navbar-banner {
    position: relative;
}

/* NAVBAR STYLES */
.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: transparent;
    backdrop-filter: blur(6px); */
}

.menu-toggle,
.menu-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2rem;
    z-index: 10001;
}

.navbar-custom .logo img {
    width: 230px;
}




/* FULLSCREEN MENU */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: -120%;
    width: 100vw;
    height: 100vh;
    background: #f6f6f6;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
}

.fullscreen-menu.active {
    left: 0;
}

.fullscreen-menu .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.fullscreen-menu .nav-links {
    padding: 30px;
}

.fullscreen-menu .nav-links a {
    display: block;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}



/* Right side product submenu */
.product-submenu {
    position: absolute;
    top: 140px;
    right: 50px;
    /* background-color: white; */
    border-left: 3px solid #f7a600;
    padding: 20px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 99;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */

}

.product-submenu a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 16px;
}

.product-submenu a:hover {
    color: #f7a600;
}


.fullscreen-menu .nav-links a:hover {
    letter-spacing: 2px;
    color: var(--secondry-color);
}


@media(min-width:950px) {
    .fullscreen-menu .menu-header {

        padding: 20px 80px;
    }

    .navbar-custom {
        padding: 8px 120px;

    }

    button i {
        font-size: 3rem;
        color: #F4B400;
    }
}


@media(min-width:991px) {
    .product-submenu {
        left: 200px;
        top: 269px;

    }
}

@media(max-width:991px) {
    .product-submenu {
        top: 268px;
        left: 205px;


    }
}



.toggler-logo {
    width: 230px;
}


@media(max-width:600px) {
    .toggler-logo {
        width: 150px;
    }

    .navbar-custom .logo img {
        width: 150px;
    }

}

/* @media(max-width:555px) {
    .product-submenu {
        top: 140px;
        right: 10px;
        border-left: 3px solid #f7a600;
        padding: 10px;
        gap: 5px;

    }

} */


@media(max-width:410px) {
    .fullscreen-menu .nav-links a {
        font-size: 1.5rem;
    }

    /* 
    .product-submenu {
        right: 14px;
    } */

    .product-submenu a {
        text-decoration: none;
        color: #1a1a1a;
        font-size: 12px;
    }
}

@media(max-width: 600px) {
    .product-submenu {
        top: 169px;
        left: 193px;
    }
}


@media(max-width:424px) {
    .product-submenu {
        right: 5px;
    }
}

@media(max-width:410px) {
    .product-submenu {
        left: 150px;
    }
}

button i {
    /* font-size: 3rem; */
    color: #F4B400;
}

.enq-button {
    position: fixed;
    left: -40px;
    bottom: 200px;
    z-index: 9999;
    transform: rotate(270deg);


}

.fullscreen-menu .icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* Adjust gap between icons */
    padding-top: 20px;
    padding-bottom: 40px;
}

.fullscreen-menu .icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--secondry-color);
    /* optional background */
    transition: 0.3s;
    text-decoration: none;
}

.fullscreen-menu .icons a:hover {
    transform: scale(1.1);
    background-color: #e0e0e0;
}


.fixedbg {
    background-color: #fff !important;
}

.enq-button a {
    text-decoration: none;
    background-color: #FBB12F;
    color: white;
    padding: 10px 20px;
}

.btn1 {
    background-color: #FBB12F;
    color: white;
    padding: 10px;
    border: 2px solid white;
    transition: ease-in-out 0.4s;
}

.btn-close {
    margin-bottom: 25px;
}



.btn1:hover {
    background-color: var(--primary-color);
    color: white;
    /* padding: 10px; */
    /* border: 2px solid white; */
}

.contact-heading {
    color: var(--secondry-color);
}

#err31 {
    color: #de3f4e;
}

#err11 {
    color: #de3f4e;
}

#err21 {
    color: #de3f4e;
}





@media(max-width:550px) {
    .enq-button a {

        padding: 8px 8px;
    }

    .fixed-sticker {
        position: fixed;
        bottom: 10px;
        /* bottom se thoda upar */
        right: 20px;
        /* right side */
        width: 100px;
        /* size tu apne hisaab se adjust kar sakta hai */
        z-index: 9999;
        /* taaki sabke upar dikhe */
        cursor: pointer;
    }

    .enq-button {
        display: none;
    }
}


/* about us */
.nav-link.active {
    background-color: transparent !important;
    color: #000 !important;
}

.presision-quality-text {
    top: 50%;
    padding: 1.5rem;
}






.heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.heading::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: 2;
    animation: slideLine 2s infinite;
}


.heading::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: var(--secondry-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}



.lead {
    font-weight: 400;
    color: #000;
}

.lead span {
    color: var(--secondry-color);
    font-weight: 500;
    font-size: 23px;
}

.tab-pane img {
    width: 80%;
}



@media(max-width:1199px) {
    .tab-pane img {
        width: 100%;
    }

}

@media (max-width: 768px) {


    .position-absolute {
        static: relative !important;
        transform: none !important;

    }

    .presision-quality-text {
        top: 5%;
        padding: 1rem;
    }

    .text-para-1-quality {
        font-size: 14px;
    }

    /* 
    .heading-2 {
        font-size: 20px;
    } */

}

.formmmmmm {
    margin-top: 100px;
}



@media(max-width:600px) {
    .formmmmmm {
        margin-top: 30px;
    }
}

/* whychoose us */
#why-choose-us {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background: transparent;
}

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #0F1F47, #a522a9, #573cae, #F4B400);
    background-size: 600% 600%;
    animation: gradientFlow 15s ease infinite;
    z-index: 0;
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.feature-box {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    z-index: 2;
    border-left: 4px solid var(--secondry-color);
    position: relative;
}

.feature-box:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.feature-box .icon {
    font-size: 2rem;
    color: var(--secondry-color);
}

.btn-outline-light {
    border-color: var(--secondry-color);
    color: var(--secondry-color);
}

.btn-outline-light:hover {
    background-color: var(--secondry-color);
    color: var(--primary-color);
}

.btn-primary {
    background-color: var(--secondry-color);
    border-color: var(--secondry-color);
    color: var(--primary-color);
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: #fff;
}

/* New Plywood Feature Box */
.feature-box.plywood-feature {
    background-color: rgba(255, 255, 255, 0.08);
    border-left: 4px solid var(--secondry-color);
    padding: 1.5rem;
    /* margin-top: 1.5rem; */
    text-align: left;
}

.feature-box.plywood-feature .icon {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    display: block;
}

/* whychoose us */



/* our services */
/* Desktop Info Box */
.info-boxx {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: white;
    padding: 20px;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Mobile Info Box */
.info-box-mobile {
    background: white;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.heading {
    font-size: 1.5rem;
    /* color: #C20600; */
}

/* our services */



/* product sectionn */
.productbg {
    background-color: #F9F9F9;
}

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    margin: 0.5rem;
}

/* Default tab styling */
.product-cat .nav-item .nav-link {
    color: black !important;
    background-color: transparent !important;
    font-size: 20px;
}

/* Hover effect */
.product-cat .nav-item .nav-link:hover {
    color: var(--secondry-color) !important;
    background-color: var(--primary-color) !important;
}

/* Active tab styling */
.product-cat .nav-item .nav-link.active {
    background-color: var(--primary-color) !important;
    color: var(--secondry-color) !important;
}

/* Corner Borders */
.product-card::before,
.product-card::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px solid #fcb900;
    /* Yellow color */
    z-index: 1;
}

.product-card::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.product-card::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.product-card img {
    width: 100%;
    border-radius: 10px;
}

.product-card:hover {
    transform: scale(1.03);
}


.allhead::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: white;
    bottom: -10px;
    z-index: 2;
    /* Animation duration increased to slow it down */
    animation: slideLine 4s infinite linear;
    /* Changed from 2s to 4s */
}

.allhead::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: var(--secondry-color);
    /* Assuming --secondry-color is your yellow */
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

@keyframes slideLine {
    0% {
        /* Start the white line's left edge at the yellow line's left edge */
        left: calc(50% - 50px);
        transform: translateX(0%);
        /* No additional transform needed */
    }

    50% {
        /* Move the white line so its right edge aligns with the yellow line's right edge */
        left: calc(50% + 50px - 20px);
        /* 50% + half_yellow_width - white_line_width */
        transform: translateX(0%);
    }

    100% {
        /* Return to the starting position */
        left: calc(50% - 50px);
        transform: translateX(0%);
    }
}

.product-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 50, 0.7);
    color: #fff;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.product-card:hover .product-overlay {
    bottom: 0;
}

.product-overlay h5 {
    margin-bottom: 10px;
}

/* Rotating icon animation */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating-icon {
    position: absolute;
    top: 10%;
    left: 20px;
    /* adjust based on space */
    transform: translateY(-50%);
    z-index: 2;
}

.rotating-icon img {
    width: 150px;
    height: 150px;
    animation: rotate 5s linear infinite;
}

@media (max-width: 768px) {
    .rotating-icon {
        display: none;
    }
}

/* product section end*/


/* .about-us-area {
    padding: 50px 0;
} */

.about-btn:hover {
    background-color: var(--primary-color) !important;
    color: #F4B400 !important;

}


.about-section {
    /* background-color: #f8fbff; */
}

.counter-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.counter {
    font-size: 30px;
    font-weight: 700;
    color: #ffff;
}

.counter {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
}

.text-primary {
    color: #F4B400 !important;
}

.text-warning {
    color: #F4B400 !important;
    font-size: 1.8rem;
}

.btn-warning {
    background-color: #F4B400;
    border: none;
}

.btn-warning:hover {
    background-color: #e0a800;
}



.about-us-area .about-thumbnail {
    position: relative;
    z-index: 1;
}

.about-us-area .about-thumbnail.homepage .first-img {
    position: relative;
    width: 50%;
    margin-left: auto;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-us-area .about-thumbnail.homepage .second-img {
    position: relative;
    z-index: 1;
    width: 55%;
    margin-top: -60%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-us-area .about-thumbnail.homepage .third-img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 45%;
    margin-top: -30%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}



/* contact buttons style */
/* Gradient Background with Animation */
.info-box {
    background: linear-gradient(90deg, #F4B400 50%, #0F1F47 50%);
    background-size: 200% 100%;
    background-position: left;
    color: white;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    border-radius: 5px;
    padding: 1.5rem 2rem;
    min-height: 100px;
    transition: background-position 0.5s ease;
}

/* Hover Animation */
.info-box:hover {
    background-position: right;
}

/* Icon Circle */
.icon-circle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    color: #F4B400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

/* Optional Hover Effect for Icon */
.info-box:hover .icon-circle-btn {
    transform: scale(1.1);
}



/* .about-us-area .about-key-text h6 {

    display: flex;

    align-items: center;

    justify-content: center;
    margin-bottom: 20px;
    font-size: 16px;
} */

/* .about-us-area .about-key-text h6 span {

    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    margin-right: 15px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #cb8670;
    border-radius: 50%;
    line-height: 30px;
    color: #ffffff;
} */



@media(max-width:991px) {
    .right-images-div {
        margin-top: 100px;
    }
}

@media(max-width:576px) {
    .right-images-div {
        margin-top: 50px;
    }
}

/* about end */












/* testimonial section start  */
.testimonial-section {
    text-align: center;
    padding: 60px 20px;
    background: #F5F5F5;
}

.testimonial-section h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: var(--secondry-color);
}

.testimonial-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #111;
}

.swiper {
    padding: 40px 0;
}

.swiper-slide {
    background: #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    width: 300px;
    transition: transform 0.3s ease;
}

.swiper-slide img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.swiper-slide h4 {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #000;
}

.swiper-slide p {
    font-size: 14px;
    color: #222;
}

.stars {
    color: var(--primary-color);
    margin-top: 10px;
}

.swiper-slide.active-slide {
    background: var(--secondry-color) !important;
    color: #fff;
}

.swiper-slide.active-slide h4,
.swiper-slide.active-slide p {
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    background: #002d82;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.swiper-pagination-bullet {
    background: #000;
}

.swiper-pagination-bullet-active {
    background: #002d82;
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 80%;
    }
}




/* contact us section */
#globeViz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-form {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
    background: rgba(10, 51, 236, 0.358);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 25px;
    width: 320px;
    color: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.contact-form h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.contact-form button {
    background: var(--secondry-color);
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form button:hover {
    background: #f4b300d8;
}




/* footer start */
/* footer start */
.footer-logo img {
    width: 230px;
    border: none;
    border-radius: 0px;
}

@media(max-width:350px) {
    .footer-logo img {
        width: 150px;
    }
}

.atoot-footer {
    background-color: var(--primary-color);
    color: var(--text-color);
    position: relative;
    font-family: 'Segoe UI', sans-serif;
}

.footer-heading {
    /* border-bottom: 2px solid var(--secondry-color); */
    display: inline-block;
    /* padding-bottom: 6px; */
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--white-color);
}

.footer-text {
    color: #ddd;
    font-size: 15px;
}

.footer-form input {
    border: none;
    border-radius: 0;
    padding: 10px;
}

.footer-form .btn {
    border-radius: 0;
    font-weight: 500;
}

.footer-list {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    color: var(--white-color);
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list i {
    color: var(--secondry-color);
}

.footer-social a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 12px;
    transition: all 0.3s;
}

.footer-social a:hover {
    color: var(--secondry-color);
    transform: scale(1.2);
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--secondry-color);
    padding-left: 5px;
}

.footer-bottom {
    background: #071028;
    padding: 20px 10px;
    font-size: 14px;
    color: #aaa;
    position: relative;
}

.footer-bottom a {
    color: var(--secondry-color);
    text-decoration: none;
}

.back-to-top {
    position: absolute;
    right: 30px;
    top: 10px;
    background-color: var(--secondary-colorr);
    color: var(--primary-color);
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s;
}

.back-to-top:hover {
    background-color: var(--accent-color);
    color: #000;
    transform: translateY(-3px);
}



.footer-heading {
    /* font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px; */
    position: relative;
    display: inline-block;
}

.footer-heading::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: var(--secondry-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.footer-heading::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: 2;
    animation: slideLine 2s infinite;
}


/* contact section start */
/* Top 50% - Background Image */

/* Bottom - Form Container */
/* Background Image Section */
.top-image-section {
    height: 50vh;
    background: url('../images/backgroundimages/top-view-people-caring-mother-nature.jpg') center center / cover fixed no-repeat;
    position: relative;
}

.top-image-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Overlay */
    z-index: 1;
}

/* Form Section - White Background */
.form-section {
    background-color: #F8F9FA;
    padding: 100px 20px 60px;
    /* Top padding gives space for form overlap */
    position: relative;
    z-index: 2;
}

.contact-box {
    background-color: #F8F9FA;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    top: -20vh;
    /* Pulling form upward by 20% of viewport height */
    z-index: 3;
}

.contact-box h2 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--secondry-color);
}

.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.form-group input,
.form-group textarea {
    flex: 1 1 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group input[type="text"],
.form-group input[type="email"] {
    flex: 1 1 48%;
}

.submit-btn {
    display: block;
    width: 100%;
    background-color: var(--secondry-color);
    color: var(--primary-color);
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: ease-in-out 0.5s;
}

.submit-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondry-color);

}

@media (max-width: 600px) {

    .form-group input[type="text"],
    .form-group input[type="email"] {
        flex: 1 1 100%;
    }

    .contact-box {
        top: -15vh;
    }
}

/* contact section start */






/* blogs */
.latest-blogs {
    padding: 60px 40px;
    background: url(../images/backgroundimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.latest-blogs h2 {
    font-size: 2.5rem;
    margin: 0;
}

.clr-ylw {
    color: var(--secondry-color);
}

.subtitle {
    color: var(--secondry-color);
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.desc {
    color: #555;
    margin-top: 5px;
    max-width: 600px;
}

.blogs-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.view-all {
    background-color: var(--secondry-color);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: ease-in-out 0.5s;
}

.view-all:hover {
    background-color: var(--primary-color);
    color: white;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    flex-wrap: nowrap;
    width: max-content;
}

.card {
    flex: 0 0 300px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card .text {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
}

.read-more {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.card:hover .read-more {
    bottom: 20px;
    opacity: 1;
}

.navvv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--secondry-color);
    border: 1px solid var(--secondry-color);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    color: var(--white-color);
}

.prev {
    left: 10px;
    background-color: var(--primary-color);
    color: var(--secondry-color);
    font-size: larger;
}

.next {
    right: 10px;
    background-color: var(--primary-color);
    color: var(--secondry-color);
    font-size: larger;
}

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

    .card {
        flex: 0 0 80vw;
    }
}





/*Quick buttons css  */
.quick-heading {
    font-size: 3rem;
    font-weight: bold;
}

.quick-para {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 20px auto;
}


.quick-para-dark {
    font-size: 1rem;
    font-weight: 400;
}

@media(max-width:500px) {
    .quick-heading {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .quick-para {
        font-size: 0.8rem;
        max-width: 550px;
        margin: 20px auto;
    }


    .quick-para-dark {
        font-size: 0.8rem;
        font-weight: 300;
    }
}








/* about us page start */
.founder-section {
    background: url('../images/backgroundimages/ownerbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.founder-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
}

.founder-title {
    font-size: 48px;
    color: #111;
}

/* .founder-title span {
    color: #C20600;
} */

.founder-text p {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.8;
}

.founder-text p strong {
    color: #222;
    font-weight: 700;
}

.sign-name {
    font-family: 'Great Vibes', cursive;
    font-size: 32px;
    color: #C20600;
    margin-bottom: 5px;
}

.sign-role {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

/* Glow Border */
.glow-border {
    border-radius: 25px;
    background: linear-gradient(135deg, #0F1F47, #F4B400);
    animation: glow 3s ease-in-out infinite;
    box-shadow: 0 0 30px rgba(194, 184, 0, 0.3);
    padding: 12px;
    transition: transform 0.4s ease;
}

.glow-border:hover {
    transform: scale(1.05);
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Animation */
@keyframes glow {
    0% {
        box-shadow: 0 0 30px rgba(227, 201, 3, 0.3);
    }

    50% {
        box-shadow: 0 0 45px rgba(255, 140, 0, 0.5);
    }

    100% {
        box-shadow: 0 0 30px rgba(0, 121, 219, 0.3);
    }
}

/* Responsive Font Tweaks */
@media (max-width: 991px) {
    .founder-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .founder-title {
        font-size: 32px;
    }

    .founder-text p {
        font-size: 16px;
    }

    .sign-name {
        font-size: 28px;
    }

    .glow-border {
        height: auto;
    }
}




/* why choose us */
.choose-us {
    background-color: #d2d2d25d;
    padding: 60px 20px;
    text-align: center;
    /* max-width: 1300px; */
    margin: auto;
}

.choose-us h5 {
    color: var(--secondry-color);
    font-size: 16px;
    margin-bottom: 10px;
}


.choose-us h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.choose-us h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: var(--secondry-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.choose-us h2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: 2;
    animation: slideLine 2s infinite;
}

@keyframes slideLine {
    0% {
        transform: translateX(-50%) translateX(-30px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateX(30px);
        opacity: 0;
    }
}

.choose-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.choose-col {
    flex: 1 1 250px;
    max-width: 300px;
    padding: 20px;
    text-align: left;
}

.choose-img {
    /* flex: 1 1 500px; */
    max-width: 500px;
    /* padding: 20px; */
}

.choose-img img {
    max-width: 90%;
    border-radius: 8px;
    transition: transform 0.4s ease;
}



.choose-img img:hover {
    transform: scale(1.03);
}

.icon-box {
    background-color: var(--secondry-color);
    display: inline-block;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.icon-box i {
    font-size: 20px;
    color: #fff;
}


.choose-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.choose-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .choose-container {
        flex-direction: column;
    }

    .choose-col,
    .choose-img {
        max-width: 100%;
        text-align: center;
    }

    .choose-col {
        text-align: center;
    }
}




/* COUNTER SECTION */
.counter-section {
    background: #0c1830;
    position: relative;
    padding: 100px 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    color: #fff;
}

.counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.counter-boxx {
    background: #fff;
    color: #003;
    padding: 30px 20px 20px;
    text-align: center;
    position: relative;
    width: 250px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.counter-tag {
    font-size: 36px;
    font-weight: bold;
    color: white;
    padding: 15px 30px;
    margin-top: -60px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.counter-tag::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    background: inherit;
}

.red {
    background: #EF4A5C;
}

.orange {
    background: #F2A136;
}

.blue {
    background: #00C9E0;
}

.green {
    background: #2ECC71;
}

.counter-boxx h5 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #0c1830;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .counter-boxx {
        width: 100%;
        max-width: 300px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@ contact us page start @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
section.contact-info {
    /* background-color: #fff; */
    border-radius: 12px;
    padding: 40px 30px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
}

.info-box-contact {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.info-box-contact:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.btn-warning {
    background-color: #ffc107;
    border: none;
}

.btn-warning:hover {
    background-color: #e0a800;
}

.testimonial {
    background: #fff;
    border-left: 4px solid #ffc107;
    padding-left: 1rem;
    font-style: italic;
    font-size: 0.95rem;
}

.map-box img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.map-box:hover img {
    transform: scale(1.02);
}

.accordion-button:not(.collapsed) {
    background-color: #fff8e1;
    color: #333;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #ffc107;
}

.rounded-iconss {
    color: var(--secondry-color);
    border: none;
    font-size: 25px;
    font-weight: bold;
}

.rounded-iconss:hover {
    color: var(--primary-color);
}

.clrrr {
    color: var(--secondry-color);
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ product page start @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.product-page {
    max-width: 1300px;
    margin: auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 100px 1fr 1fr;
    gap: 30px;
    align-items: stretch;
    position: relative;
}

.thumbnail-bar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.thumbnail-bar img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s, border 0.3s;
    border: 2px solid transparent;
}

.thumbnail-bar img:hover,
.thumbnail-bar img.active {
    border-color: var(--secondry-color);
    transform: scale(1.1);
}

.main-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.5s ease;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.main-image:hover img {
    transform: scale(1.03);
}

.product-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-info {
    padding-bottom: 20px;
}

.product-info h2 {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.product-info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
}

.enquire-btn {
    background-color: var(--secondry-color);
    color: var(--white-color);
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 20px;
    align-self: flex-start;
}

.enquire-btn:hover {
    background-color: #e09e00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



/* product details and specifications start */
/* Badge */


.product-section .badge-group .badge {
    margin-right: 10px;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: var(--secondry-color);
}

/* Text */
.product-info p {
    font-size: 1rem;
    color: #444;
}

/* Icon Card Styling */
/* Feature List */
.feature-list {
    list-style: none;
    padding-left: 0;
    color: #444;
}

.feature-list li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

/* Icon Boxes Styling */
.icon-boxes {
    justify-content: flex-start;
}

.icon {
    width: 120px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
    background-color: var(--secondry-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease-in-out;
}

.icon-circle:hover {
    background-color: var(--primary-color);
    transform: scale(1.05);
}

.icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.icon p {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
}

/* .product-pro {
    background: #f9f9f9;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.product-pro-wrapper {
    max-width: 1300px;
    display: grid;
    grid-template-columns: 100px 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.pro-thumbs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pro-thumbs img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.pro-thumbs img.active,
.pro-thumbs img:hover {
    border-color: var(--secondry-color);
    transform: scale(1.05);
}

.pro-main-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.5s;
}

.pro-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.pro-main-image:hover img {
    transform: scale(1.02);
}

.pro-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    animation: fadeInUp 0.8s ease;
}

.pro-details h1 {
    font-size: 30px;
    color: var(--primary-color);
}

.pro-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.pro-features div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--secondry-color);
    font-weight: 500;
}

.pro-details p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.enquire-btn {
    padding: 12px 24px;
    background: var(--secondry-color);
    color: var(--white-color);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.enquire-btn:hover {
    background: #e26f00;
    transform: translateY(-2px);
} */

/* Animation */
/* @keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .product-pro-wrapper {
        grid-template-columns: 1fr;
    }

    .pro-thumbs {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
    }
} */



.spec-table-section {
    padding: 60px 20px;
    /* background-color: #f5f5f5; */
    background: url(../images/faq4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spec-table-section {
    padding: 60px 0;
    /* Removed side padding */
    background-color: #f5f5f5;

}

.spec-table-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    /* now almost full width */
    overflow-x: auto;
}



.spec-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    animation: fadeInUp 0.8s ease;
}

.spec-table thead {
    background-color: var(--secondry-color);
    color: white;
    text-align: left;
}

.spec-table th,
.spec-table td {
    padding: 18px 22px;
    font-size: 16px;
}

.spec-table tbody tr {
    transition: background 0.3s ease, transform 0.2s ease;
}

.spec-table tbody tr:hover {
    background-color: #f1f8f3;
    transform: scale(1.01);
}

.spec-table tbody td {
    color: #444;
    border-top: 1px solid #eee;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.spec-headinggg {
    color: var(--white-color);
    font-weight: bolder;
    font-size: 2.5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* product details and specifications end */








/* FAQ START */
.faq-section {
    background: url(../images/faq6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.accordion-button {
    background: white;
    border: none;
    outline: none;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    text-align: left;
    color: #0F1F47;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.3s;
}

.accordion-button:hover {
    background: #F4B400;
    color: white;
}

.accordion-button.active {
    background: #F4B400;
    color: white;
}

.accordion-body {
    display: none;
    padding: 15px 25px;
    background: white;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    font-size: 16px;
    color: #333;
}

.faq-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem 8%;
    gap: 4rem;
}

.faq-left {
    flex: 1;
}

.faq-left h4 {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
    /* color: white; */
}

.faq-left h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    /* color: white; */
}

.faq-left p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #444;
}


.faq-right {
    flex: 1.2;
}

.faq-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-item summary {
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

.faq-item[open] summary {
    background-color: #f9f9f9;
}

.faq-item p {
    padding: 0.5rem 1.5rem 0rem 1.5rem;
    font-size: 0.95rem;
    color: #555;
}

@media (max-width: 992px) {
    .faq-section {
        flex-direction: column;
        padding: 3rem 5%;
    }

    .faq-left,
    .faq-right {
        flex: 1;
    }
}

.faq-item summary {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    /* Space for icon */
    list-style: none;
}

.faq-item summary::before {
    content: "+";
    position: absolute;
    right: 6px;
    font-size: 20px;
    transition: transform 0.3s ease;
    color: var(--secondry-color);
    font-weight: bolder;
}

.faq-item[open] summary::before {
    content: "−";
    /* Change to minus when open */
}

/* FAQ END */


/* Related Product Start */


.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.product-info {
    padding: 15px;
}

.product-tag {
    background-color: #f4b30032;
    color: var(--secondry-color);
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.product-info p {
    font-size: 15px;
    color: #333;
    margin: 0;
}

.text-yellow {
    color: var(--secondry-color);
}

/* Related Product End */