* {
    margin: 0;
    padding: 0;
}

:root {
    --green: #76AC5A;
    --dark-green: #234C20;
    --white: #ffff;
}

/* Root Variables */
:root {
    --ganpati-dark-green: #1E5631;
    /* Dark green from logo */
    --ganpati-light-green: #7AB55C;
    /* Light green from logo */
    --ganpati-medium-green: #4D7C40;
    /* Medium green for accents */
    --text-dark: #333333;
    --text-light: #FFFFFF;
    --bg-crystal-white: #FAFFFE;
    /* Crystal white background with slight green tint */
    --gradient: linear-gradient(135deg, var(--ganpati-dark-green), var(--ganpati-medium-green));
    --subtle-gradient: linear-gradient(135deg, #F0F7F0, var(--bg-crystal-white));
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}



/* Fixed Social Icons */
.social-fixed-icons {
    position: fixed;
    top: 60%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-fixed-icons .icon {
    width: 45px;
    height: 45px;
    background-color: var(--ganpati-light-green);
    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;
}

.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;
}






/* social links section end */


.btn-green {
    background-color: #76AC5A;
    color: white;
    border: none;
    padding: 8px;
    text-decoration: none;
}

.btn-green:hover {
    background-color: #ffff;
    color: #76AC5A;
    border: 2px solid #76AC5A;
}

/* all paragraph styling */
.heading-all {
    font-size: 40px !important;
    font-weight: 600;

}

@media(max-width:550px) {
    .heading-all {
        font-size: 22px !important;
        font-weight: 600;
    }
}

.para-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    /* use #333 if you want darker text */
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}



.head-iconn i {
    color: #ffffff;
    padding-right: 10px;
}

.top-head-icon a {
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-family: "Lato", sans-serif;
    transition: .5s;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}

.top-head-icon {
    margin: 10px 0;
}

.second {
    text-align: end;
}



.tophead {
    background-color: var(--green);
    color: #fff;
}

.tophead {
    border-top: 5px solid var(--ganpati-medium-green);
    background: linear-gradient(45deg, var(--ganpati-medium-green)32% 0%, #fff 31% 66%, var(--ganpati-medium-green) 61% 100%) !important;
    color: #fff;
}

.top-text {
    text-align: center;
    padding: 12px 0px !important;
}

.top-text a i {
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}

.top-text a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    /* font-weight: bold; */

}

.welcomepara marquee p {
    font-weight: bold;
    color: var(--green);
}

/* tobar end */

/* navbar start */

.navbar {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



.navbar .nav-item .nav-link:hover {
    background-color: var(--green);
    color: white;
    transition: ease-in-out 0.4s;
    transform: 1.2;
}

.navbar .nav-item .nav-link {
    font-weight: 600;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: none;
}

.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: var(--green);
    color: white;
    transition: ease-in-out 0.4s;
    transform: 1.2;
}



.logo img {
    width: 300px;
}


.nav-item {
    text-transform: uppercase;
    margin-left: 30px;
}

.top-bar-01 a i {
    color: var(--red);
}

.top-bar-01 {
    padding: 10px 0;
}

.top-bar-01 a {
    text-decoration: none;
    color: #000;
    margin: 5px;
}

.top-bar-03 {
    margin-left: 10px;
    margin-top: 10px;
}



/* navbar end */
@media(max-width:1125px) {
    .tophead {
        background: linear-gradient(45deg, var(--green)33% 0%, #fff 31% 66%, var(--green) 61% 100%) !important;
    }
}

@media(max-width:991px) {
    .tophead {
        background: var(--green) !important;
        color: #ffff !important;
    }

    .welcomepara marquee p {
        font-weight: bold;
        color: #ffff;
    }

}

@media(max-width:1064px) {
    .top-head-icon a {
        padding: 10px;
        font-size: 12px;
    }
}


@media screen and (max-width:767px) {
    .top-head-icon {
        margin: 0px 0;
    }

    .top-head-icon {
        text-align: center;
    }

}

@media screen and (max-width:500px) {
    .top-head-icon {
        text-align: center;
    }

    .navbar-brand {
        width: 170px;
    }

    .top-bar-012 {
        display: none;
    }

    .top-head-icon a {
        text-decoration: none;
        color: #ffffff;
        padding: 0px;
        font-size: 10px;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        transition: .5s;
        font-weight: 600;
        letter-spacing: 0px;
        margin-top: 0px;
    }

    .top-head-icon {
        margin: 0px 0;
    }

    .logo img {
        width: 200px;
    }

    .why-text ul li {
        font-size: 12px;
        margin-top: 10px;
    }

    .about-section {
        padding: 15px 0 !important;
    }

    .product-section {
        padding: 10px 0 !important;
    }

    .gallery-section {
        padding: 0px 0 !important;
    }

    .about-text p {
        text-align: justify;
        font-size: 12px;
    }
}

@media screen and (max-width:992px) {
    .product-heading h2::before {
        display: none;
    }
}

@media(max-width:835px) {
    .tophead {
        background: var(--green) !important;
        color: #fff;
    }
}




/* newwww about */
.about-metal-plywood {
    padding: 60px 20px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.about-image {
    flex: 1 1 45%;
    position: relative;
}

.img-border {
    border: 4px solid var(--ganpati-light-green);
    display: inline-block;
    padding: 10px;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-content {
    flex: 1 1 50%;
}

.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--ganpati-medium-green);
    line-height: 1.4;
    margin-bottom: 16px;
}

.about-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 24px;
    line-height: 1.6;
}

.features-row {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-box .icon {
    background: #fff7e0;
    padding: 10px;
    border-radius: 8px;
    color: var(--ganpati-light-green);
    font-size: 22px;
}

.feature-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.feature-list li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.feature-list i {
    color: var(--ganpati-light-green);
    margin-right: 8px;
}

.highlight-box {
    border: 3px solid var(--ganpati-light-green);
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.5;
}

/* ✅ Responsive */
@media (max-width: 992px) {
    .about-container {
        flex-direction: column;
    }

    .features-row {
        flex-direction: column;
        gap: 16px;
    }

    .about-content h2 {
        font-size: 26px;
    }

    .highlight-box {
        font-size: 16px;
    }
}

/* newwww about */







/* about us start */


/* about us section for home page */
/* Section Layout */
.about-section {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

/* Left Side with Fixed Background Image */
.about-left {
    flex: 1;
    background: url('../images/aboutus/about-us-image.jpg') no-repeat center center/cover;
    background-attachment: fixed;
    position: relative;
    top: 0;
}

.right-enhanced-content {
    padding: 60px 40px;
    background-color: #f9f9f9;
}

.experience-block h1 {
    font-size: 60px;
    color: #2e7d32;
    margin: 0;
    font-weight: bold;
}

.experience-block p {
    color: #2e7d32;
    font-size: 16px;
    margin-bottom: 30px;
}

.main-heading h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--dark-green);
}

.main-heading p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    max-width: 600px;
}

.btn-explore {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-weight: 600;
}

.btn-explore:hover {
    background-color: #1e7e34;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-left: 2px solid #2e7d32;
    padding-left: 20px;
}

.feature-item i {
    font-size: 30px;
    color: #2e7d32;
    margin-top: 4px;
}

.feature-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1b4332;
}

.feature-item p {
    font-size: 15px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .right-enhanced-content {
        padding: 40px 20px;
    }

    .main-heading h2 {
        font-size: 24px;
    }

    .feature-item {
        flex-direction: row;
    }

    .feature-item i {
        font-size: 26px;
    }
}


/* about us section for home page */



/* products new */

.product-section {
    background: url(../images/background/dry-twigs-bark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 60px 20px;
    text-align: center;
}

.section-title {
    font-size: 32px;
    color: #006633;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #666;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.slider-container {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    max-height: 420px;
    border: 5px solid #b5e647;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.product-image {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.product-info {
    width: 100%;
    background: var(--ganpati-light-green);
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.product-info h3 {
    margin-top: 0;
    color: var(--white);
    font-size: 26px;
}

.product-info p {
    font-size: 18px;
    margin: 15px 0;
    color: #ffff;
}

.read-more {
    position: relative;
    background: #fff;
    border: 2px solid var(--ganpati-dark-green);
    padding: 10px 20px;
    color: var(--ganpati-dark-green);
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
    z-index: 1;
}

/* Green overlay animation */
.read-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--ganpati-dark-green);
    z-index: -1;
    transition: width 0.4s ease-in-out;
}

/* On hover */
.read-more:hover::before {
    width: 100%;
}

/* Change text color on hover */
.read-more:hover {
    color: #fff;
}

/* 
.nav {
   
    

} */

.nav {
    background-color: #015B2D;
    /* Dark green */
    color: #fff;
    border: none;
    width: 50px;
    height: 70px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
    line-height: 1;
    padding: 0;
}


.nav {
    vertical-align: middle;
    text-align: center;
}


@media(max-width:767px) {
    .nav {
        bottom: 300px !important;
        width: 42px;
        height: 50px;
    }
}

@media(max-width:527px) {
    .nav {
        bottom: 330px !important;
        width: 42px;
        height: 50px;
    }
}

@media(max-width:387px) {
    .nav {
        bottom: 360px !important;
        width: 42px;
        height: 50px;
    }
}

@media(max-width:340px) {
    .nav {
        bottom: 410px !important;
        width: 42px;
        height: 50px;
    }
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

@media (max-width: 768px) {
    .slider {
        flex-direction: column;
        max-height: unset;
    }

    .product-image,
    .product-info {
        width: 100%;
        padding: 20px;
    }

    .product-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* products new */





/* gallery start */
.call-to-action.back-img {
    position: relative;
    background-image: url('../images/gallery/flat-lay-eco-friendly-sign.jpg');
    /* 👈 apna image path do */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    color: white;
    z-index: 1;
    overflow: hidden;

}

.call-to-action.back-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* 👈 yeh black overlay hai (adjust opacity as needed) */
    z-index: 0;
}

.call-to-action.back-img .container {
    position: relative;
    z-index: 1;
}


.call-to-action {
    /* background-color: #f26522; */
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.call-to-action .btn {
    margin-top: 15px;
}



.project-img {
    position: relative;
    overflow: hidden;
}

.project-img img {
    transition: transform 0.3s ease;
    width: 100%;
    ;
}

.project-img:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

.project-img .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    transition: background 0.3s ease;
}

.project-img:hover .overlay {
    background: rgba(0, 0, 0, 0.8);

}

/* gallery end */










/* counter start */
.counter-section {
    /* background: url('images/bg-counter.jpg') center center / cover no-repeat; */
    background-color: #76AC5A;
    position: relative;
    padding: 30px 0;
    height: auto;
    color: #fff;

}

.counter-section .overlay {
    position: absolute;
    inset: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    z-index: 1;
}

.counter-section .container {
    position: relative;
    z-index: 2;
}

.icon-box {
    border: 2px solid #fff;

    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
}

.icon-box img {
    width: 50px;
    height: 50px;
}

.count {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.label {
    font-weight: 600;
    font-size: 16px;
}









































/* why choose start */
.why-im img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}







/* testimonial start */
.testimonial-section {
    padding: 100px 15px;
    background: url('../images/banner/testi-bg.jpg') center/cover no-repeat;
    position: relative;
    z-index: 1;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.384);
    z-index: -1;
}

.testimonial-section h5 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-section h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white);
}

.testimonial-section h2 span {
    color: var(--green);
}

.testimonial-section p.desc {
    text-align: center;
    color: #ddd;
    max-width: 650px;
    margin: 0 auto 60px;
}

.swiper {
    padding-bottom: 60px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--green);
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}



.testimonial-card h4 {
    margin-top: 50px;
    font-size: 18px;
    color: #000;
}

.testimonial-card span {
    color: var(--green);
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 14px;
    color: #555;
}

.quote-icon {
    font-size: 60px;
    color: var(--green);
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.stars {
    margin-top: 15px;
    color: var(--dark-green);
    font-size: 16px;
}

.swiper-pagination {
    bottom: 10px !important;
}



@media(max-width: 768px) {
    .testimonial-section h2 {
        font-size: 28px;
    }
}



/* footer start */
.footer-li li:hover {
    color: #77AB59;
    font-size: bolder;
    cursor: pointer;
}

.btn {
    background-color: #77AB59;
    color: #ffff;
}

.btn:hover {
    background-color: var(--green);
    color: #ffff;
}

.f-b-l {
    border-bottom: 2px solid #77AB59;
    display: inline-block;
    padding: 2px;
}

.btn-hvr a:hover {
    background-color: var(--green);
    color: var(--white);
}

/* footer end */





/*@@@@@@@@@@@@@@@@@ about us page start @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.rsss {
    margin-top: 80px;
}

.allnav {
    color: black !important;
}



.hero-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
}

.overlay {
    z-index: 2;
}

.hero-section .container {
    z-index: 3;
}

.hero-section h1,
.hero-section p {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.btn-warning {
    border-radius: 50px;
}




/* missions */
#values-mission {
    background: linear-gradient(45deg, #FF8500, #77AB59, #4CAF50);
    /* Initial gradient */
    background-size: 400% 400%;
    /* This is key for the animation */
    animation: gradientBackground 8s ease infinite;
    /* Animation for the gradient */
    color: #333;
    padding: 60px 0;
    position: relative;
    z-index: 0;
}

.product-section-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--ganpati-medium-green);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: fadeIn 1s ease;
}


@media(max-width:993px) {
    .product-section-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--ganpati-medium-green);
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        animation: fadeIn 1s ease;
    }
}

@media(max-width:767px) {
    .product-section-title {
        font-size: 2rem;
        font-weight: 700;
        color: var(--ganpati-medium-green);
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        animation: fadeIn 1s ease;
    }
}

@media(max-width:315px) {
    .product-section-title {
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--ganpati-medium-green);
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        animation: fadeIn 1s ease;
    }
}

.value-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* Ensures cards are above the background */
}

.value-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.value-card:hover .value-icon {
    transform: rotate(360deg);
    /* Rotate the icon */
    border-radius: 50%;
    /* Round the icon */
    background-color: #FF8500;
    /* Optional: Background color on hover */
    padding: 10px;
}

.value-card:hover .value-title {
    color: #FF8500;
    transform: translateY(-10px);
}

.value-card:hover .value-description {
    opacity: 0.7;
}

.value-icon {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    transition: transform 0.5s ease, color 0.3s ease, background-color 0.3s ease;
    padding: 15px;
    border-radius: 50%;
    /* Default rounded look */
    background-color: #f4f4f4;
    /* Background color of icon */
    display: inline-block;
}

.value-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333;
    transition: transform 0.3s ease, color 0.3s ease;
}

.value-description {
    font-size: 1.1rem;
    color: #777;
    line-height: 1.6;
    transition: opacity 0.3s ease;
}

.mission-text {
    margin-top: 60px;
}

.mission-text h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.mission-text p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes gradientBackground {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.section-description {
    color: white;
}


/* contact form */
/* .partner-section{
    background: url(../images/background/dry-twigs-bark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
} */

.export-partner-section {
    padding: 60px 20px;
    background: #fff;
}

.export-container {
    display: flex;
    max-width: 1200px;
    margin: auto;
    background: #fef8f5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.export-left {
    flex: 1;
    position: relative;
    min-height: 350px;
}

.export-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.export-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--dark-green);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    text-transform: lowercase;
}

.export-right {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 300px;
}

.export-right h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.export-right form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.export-right input,
.export-right textarea {
    padding: 12px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: inherit;
}

.export-right button {
    background-color: #a8d537;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.export-right button:hover {
    background-color: #8ebc26;
}

@media (max-width: 768px) {
    .export-container {
        flex-direction: column;
    }

    .export-text {
        font-size: 30px;
    }
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.our-bg {
    background-color: #28a7462a;
}

/* contact form */


/* whychooose */
.scroll-container {
    overflow: hidden;
    position: relative;
}

.scroll-track {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation: scroll-left 40s linear infinite;
}

.feature-card {
    min-width: 280px;
    background: #fff;
    padding: 30px;
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.feature-card i {
    font-size: 2.5rem;
    color: #FF8500;
    margin-bottom: 15px;
}

.feature-card:hover {
    transform: translateY(-8px);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.our-story-section {
    min-height: 100vh;
    background: linear-gradient(to bottom, #ffffff, #f2fdf2);
    display: flex;
    align-items: center;
    padding: 80px 5%;
    position: relative;
    z-index: 1;
}

.story-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 60px;
    border: 1px solid rgba(119, 171, 89, 0.2);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Animated border ring */
.story-wrapper::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg, #77AB59, transparent, #77AB59);
    animation: spinBorder 8s linear infinite;
    top: -50%;
    left: -50%;
    z-index: 0;
    opacity: 0.08;
}

@keyframes spinBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.story-left {
    flex: 1;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-left img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(119, 171, 89, 0.25);
    transition: transform 0.5s ease;
}

.story-left img:hover {
    transform: scale(1.05) rotateY(4deg);
}

.story-right {
    flex: 1;
    z-index: 1;
    color: #222;
}

.story-right h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #77AB59;
}

.story-right p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .story-wrapper {
        flex-direction: column;
        padding: 40px;
    }

    .story-right h2 {
        font-size: 32px;
    }

    .story-right p {
        font-size: 16px;
    }
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ gallery page start @@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Gallery section styles with namespace prefixes to avoid conflicts */


.gp-gallery-section {
    font-family: 'Roboto', sans-serif;
    padding: 80px 0;
    background-color: #f7f5f2;
    position: relative;
    overflow: hidden;
}

.gp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gp-section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.gp-section-title {
    color: var(--green);
    /* Brand brown from logo */
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.gp-section-title span {
    color: #000000;
    /* Black from logo */
}

.gp-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--green);
}

.gp-section-subtitle {
    color: #555;
    font-size: 18px;
    max-width: 700px;
    margin: 20px auto 0;
}

/* Filter controls */
.gp-gallery-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.gp-filter-btn {
    background: transparent;
    border: 2px solid var(--green);
    color: var(--green);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    outline: none;
}

.gp-filter-btn.active,
.gp-filter-btn:hover {
    background-color: var(--green);
    color: white;
}

/* Gallery grid */
.gp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.gp-gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 300px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s ease;
}

.gp-gallery-item.hidden {
    display: none;
}

.gp-gallery-item:hover .gp-gallery-overlay {
    opacity: 1;
}

.gp-gallery-item:hover .gp-gallery-img {
    transform: scale(1.1);
}

.gp-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gp-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(86, 152, 64, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gp-gallery-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 15px;
}

.gp-gallery-category {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 20px;
}

.gp-view-project {
    color: white;
    border: 2px solid white;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    cursor: pointer;
    display: inline-block;
}

.gp-view-project:hover {
    background: white;
    color: var(--green);
}

/* Load more button */
.gp-load-more {
    display: block;
    margin: 0 auto;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    outline: none;
}

.gp-load-more:hover {
    background-color: var(--dark-green);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(155, 111, 62, 0.3);
}

/* Decorative elements */
.gp-wood-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><rect width="200" height="200" fill="%23f7f5f2"/><path d="M0,20 C40,15 80,25 120,20 C160,15 200,30 200,20 L200,21 C160,31 120,16 80,26 C40,16 0,21 0,21 Z" fill="%23e8e3dc" opacity="0.5"/><path d="M0,50 C40,45 80,55 120,50 C160,45 200,60 200,50 L200,51 C160,61 120,46 80,56 C40,46 0,51 0,51 Z" fill="%23e8e3dc" opacity="0.5"/><path d="M0,80 C40,75 80,85 120,80 C160,75 200,90 200,80 L200,81 C160,91 120,76 80,86 C40,76 0,81 0,81 Z" fill="%23e8e3dc" opacity="0.5"/><path d="M0,110 C40,105 80,115 120,110 C160,105 200,120 200,110 L200,111 C160,121 120,106 80,116 C40,106 0,111 0,111 Z" fill="%23e8e3dc" opacity="0.5"/><path d="M0,140 C40,135 80,145 120,140 C160,135 200,150 200,140 L200,141 C160,151 120,136 80,146 C40,136 0,141 0,141 Z" fill="%23e8e3dc" opacity="0.5"/><path d="M0,170 C40,165 80,175 120,170 C160,165 200,180 200,170 L200,171 C160,181 120,166 80,176 C40,166 0,171 0,171 Z" fill="%23e8e3dc" opacity="0.5"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

/* Light decorative circle */
.gp-circle-bg {
    position: absolute;
    border-radius: 50%;
    background: rgba(155, 111, 62, 0.05);
    z-index: 0;
}

.gp-circle-1 {
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
}

.gp-circle-2 {
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
}

/* Fullscreen Image Preview Styles */
.gp-fullscreen-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gp-fullscreen-preview.active {
    opacity: 1;
    visibility: visible;
}

.gp-preview-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    text-align: center;
}

.gp-preview-image {
    max-width: 100%;
    max-height: 90vh;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.4s ease;
}

.gp-fullscreen-preview.active .gp-preview-image {
    transform: scale(1);
    opacity: 1;
}

.gp-preview-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #9b6f3e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
}

.gp-preview-close:hover {
    transform: scale(1.1);
    background-color: #8a6135;
}

.gp-preview-close::before,
.gp-preview-close::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: white;
}

.gp-preview-close::before {
    transform: rotate(45deg);
}

.gp-preview-close::after {
    transform: rotate(-45deg);
}

.gp-preview-title {
    color: white;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.2s;
}

.gp-fullscreen-preview.active .gp-preview-title {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .gp-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gp-section-title {
        font-size: 32px;
    }

    .gp-gallery-filters {
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .gp-gallery-section {
        padding: 60px 0;
    }

    .gp-section-title {
        font-size: 28px;
    }

    .gp-section-subtitle {
        font-size: 16px;
    }

    .gp-gallery-grid {
        gap: 20px;
    }

    .gp-gallery-item {
        height: 250px;
    }

    .gp-gallery-title {
        font-size: 18px;
    }

    .gp-preview-close {
        top: -35px;
        right: 0;
    }
}

@media screen and (max-width: 480px) {
    .gp-gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gp-section-title {
        font-size: 24px;
    }

    .gp-gallery-filters {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .gp-filter-btn {
        width: 80%;
        padding: 10px;
        text-align: center;
    }

    .gp-gallery-item {
        height: 280px;
    }

    .gp-preview-title {
        font-size: 16px;
    }
}


/* @@@@@@@@@@@@@@@@@@@@@@@@contact us page start@@@@@@@@@@@@@@@@@@@ */

.contact-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-header h1 {
    color: #2a5a32;
    font-size: 36px;
    margin-bottom: 15px;
    position: relative;
}

.contact-header h1::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #2a5a32;
    margin: 15px auto;
    border-radius: 2px;
}

.contact-header img {
    max-width: 220px;
    margin-bottom: 20px;
}

.contact-header p {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.contact-form {
    flex: 1;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    min-width: 350px;
    margin-right: 30px;
    border-top: 5px solid #2a5a32;
}

.contact-form h2 {
    color: #2a5a32;
    margin-bottom: 20px;
    font-size: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #2a5a32;
    outline: none;
}

.message-area {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    background-color: #2a5a32;
    color: white;
    border: none;
    padding: 14px 25px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background-color: #1e4124;
}

.contact-info {
    flex: 1;
    padding-left: 20px;
    min-width: 300px;
}

.info-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #2a5a32;
}

.info-card h3 {
    color: #2a5a32;
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.info-card h3 i {
    margin-right: 10px;
    font-size: 24px;
}

.info-card p,
.info-card a {
    color: #555;
    margin-bottom: 8px;
}

.info-card a {
    text-decoration: none;
    transition: color 0.3s;
}

.info-card a:hover {
    color: #2a5a32;
}

.social-links {
    display: flex;
    margin-top: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    margin-right: 12px;
    color: #2a5a32;
    transition: all 0.3s;
}

.social-links a:hover {
    background-color: #2a5a32;
    color: white;
}

.map-container {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 25px;
    border: 5px solid white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Wood texture background */
.wood-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        url('https://cdnjs.cloudflare.com/ajax/libs/simple-icons/3.0.1/simple-icons.svg');
    background-size: cover;
    position: relative;
}

.wood-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(42, 90, 50, 0.05);
    z-index: -1;
}


/* Enhanced Media Queries */
@media screen and (max-width: 1024px) {
    .contact-content {
        flex-direction: column;
    }

    .contact-form,
    .contact-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        min-width: unset;
    }

    .contact-header h1 {
        font-size: 32px;
    }

    .info-card {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .contact-container {
        margin: 20px auto;
        padding: 0 15px;
    }

    .contact-header {
        margin-bottom: 20px;
    }

    .contact-header h1 {
        font-size: 28px;
    }

    .contact-header p {
        font-size: 16px;
        padding: 0 10px;
    }

    .contact-form {
        padding: 25px;
    }

    .contact-content {
        margin-top: 30px;
    }

    .form-control {
        padding: 10px 12px;
    }

    .submit-btn {
        padding: 12px 20px;
    }
}

@media screen and (max-width: 480px) {
    .contact-container {
        margin: 15px auto;
        padding: 0 10px;
    }

    .contact-header h1 {
        font-size: 24px;
    }

    .contact-header h1::after {
        width: 60px;
        margin: 10px auto;
    }

    .contact-header p {
        font-size: 14px;
    }

    .contact-form {
        padding: 20px 15px;
        border-radius: 8px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .form-control {
        padding: 10px;
        font-size: 14px;
    }

    .submit-btn {
        width: 100%;
        padding: 12px 15px;
        font-size: 15px;
    }

    .info-card {
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 8px;
    }

    .info-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .info-card p,
    .info-card a {
        font-size: 14px;
    }

    .social-links {
        justify-content: space-between;
        margin-top: 10px;
    }

    .social-links a {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }

    .map-container {
        height: 200px;
        margin-top: 15px;
        border-width: 3px;
    }
}

/* Small Phone Screens */
@media screen and (max-width: 360px) {
    .contact-header h1 {
        font-size: 22px;
    }

    .contact-form h2,
    .info-card h3 {
        font-size: 16px;
    }

    .form-control,
    .info-card p,
    .info-card a {
        font-size: 13px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 10px;
    }
}







/* all product page css */
/* Base Styles */


/* Layout */
.container-one {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(20px, 4vw, 40px) clamp(10px, 2vw, 20px);
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: clamp(20px, 4vw, 40px);
    align-items: start;
}

/* Main Content */
.main-content {
    padding: clamp(15px, 3vw, 30px);
    background: var(--text-light);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(30, 86, 49, 0.08);
    transition: transform 0.3s ease;
    width: 100%;
    border-top: 4px solid var(--ganpati-dark-green);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-content p {
    color: var(--text-dark);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    margin-bottom: 1rem;
}

.main-content:hover {
    transform: translateY(-5px);
}

/* Typography */
h1 {
    color: var(--ganpati-dark-green);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: clamp(15px, 2vw, 20px);
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(40px, 5vw, 60px);
    height: 4px;
    background: #D4AF37;
    border-radius: 2px;
}

h2 {
    color: var(--ganpati-dark-green);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin: clamp(25px, 4vw, 40px) 0 clamp(15px, 2vw, 20px) 0;
    position: relative;
    padding-bottom: 10px;
}

/* h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(30px, 4vw, 50px);
    height: 3px;
    background: var(--ganpati-light-green);
    border-radius: 2px;
} */

/* Image Styles */
.image-container {
    width: 100%;
    max-width: 500px;
    height: clamp(200px, 40vw, 300px);
    margin: clamp(20px, 3vw, 30px) auto;
    overflow: hidden;
    border: 3px solid var(--ganpati-dark-green);
    border-radius: 12px;
    position: relative;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(30, 86, 49, 0.12);
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

.product-image:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

/* Features Section with Icons */
.features {
    margin-top: clamp(20px, 4vw, 40px);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: clamp(15px, 2vw, 25px);
    margin-top: 20px;
}

.feature-item {
    padding: clamp(15px, 2vw, 20px);
    background: var(--subtle-gradient);
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    border-left: 4px solid var(--ganpati-medium-green);
}

.feature-item:hover {
    border-left-color: var(--ganpati-light-green);
    transform: translateX(10px);
    background: var(--text-light);
    box-shadow: 0 5px 15px rgba(30, 86, 49, 0.08);
}

.feature-icon {
    color: var(--ganpati-dark-green);
    font-size: 24px;
    margin-right: 15px;
    background: var(--bg-crystal-white);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid var(--ganpati-light-green);
}

.feature-text {
    flex-grow: 1;
}

.feature-text strong {
    color: var(--ganpati-dark-green);
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-text p {
    color: var(--text-dark);
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    margin-bottom: 0;
}

/* Applications Section */
.applications {
    margin-top: clamp(25px, 4vw, 40px);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.applications-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(15px, 2vw, 25px);
    margin-top: 20px;
    flex-grow: 1;
}

.application-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(30, 86, 49, 0.1);
    height: 300px;
    /* Increased from 220px to 300px */
    border: 2px solid var(--ganpati-medium-green);
    transition: all 0.3s ease;
}

.application-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(30, 86, 49, 0.15);
    border-color: var(--ganpati-light-green);
}

.application-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(30, 86, 49, 0.9), rgba(30, 86, 49, 0));
    padding: 20px 15px;
    color: var(--text-light);
    transition: all 0.3s ease;
}

.application-item:hover .application-overlay {
    background: linear-gradient(to top, rgba(122, 181, 92, 0.9), rgba(122, 181, 92, 0) 80%);
}

.application-title {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.application-description {
    font-size: clamp(0.8rem, 1.2vw, 0.9rem);
    opacity: 0.9;
}


/* Technical Specifications */
.tech-specs {
    margin-top: clamp(25px, 4vw, 40px);
    background: var(--text-light);
    border-radius: 12px;
    padding: clamp(15px, 3vw, 25px);
    box-shadow: 0 10px 30px rgba(30, 86, 49, 0.08);
    border-top: 4px solid var(--ganpati-medium-green);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tech-specs h3 {
    color: var(--ganpati-dark-green);
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr {
    border-bottom: 1px solid rgba(30, 86, 49, 0.1);
}

.specs-table tr:last-child {
    border-bottom: none;
}

.specs-table td {
    padding: 12px 8px;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
}

.specs-table td:first-child {
    font-weight: 600;
    color: var(--ganpati-dark-green);
    width: 40%;
}

.Sidebar .sidebar-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar {
    background: var(--text-light);
    padding: clamp(20px, 3vw, 30px);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(30, 86, 49, 0.08);
    border-top: 4px solid var(--ganpati-light-green);
    flex-grow: 0;
}

.sidebar h3 {
    color: var(--ganpati-dark-green);
    margin-bottom: clamp(15px, 2vw, 20px);
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Products List */

.products-list {
    list-style: none;
}

.products-list li {
    margin-bottom: clamp(8px, 1.5vw, 10px);
}

.products-list a {
    color: var(--text-dark);
    text-decoration: none;
    padding: clamp(10px, 1.5vw, 12px) clamp(15px, 2vw, 20px);
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: var(--bg-crystal-white);
    position: relative;
    overflow: hidden;
    border-left: 3px solid transparent;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
}

/* Active product styling */

.products-list a.active {
    color: var(--text-light);
    background: var(--gradient);
    border-left-color: var(--ganpati-light-green);
    font-weight: bold;
}

.products-list a:hover {
    color: var(--text-light);
    background: var(--gradient);
    transform: translateX(10px);
    border-left-color: var(--ganpati-light-green);
}

.products-list a::before {
    content: '→';
    position: absolute;
    right: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.products-list a:hover::before {
    opacity: 1;
}

.products-list a.active::before {
    opacity: 1;
}

/* CTA Box */

.cta-box {
    background: var(--gradient);
    color: var(--text-light);
    padding: clamp(20px, 3vw, 30px);
    border-radius: 12px;
    margin-top: clamp(20px, 3vw, 30px);
    position: relative;
    overflow: hidden;
    border: 2px solid var(--ganpati-dark-green);
}

.cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.cta-box:hover::before {
    transform: translateX(0);
}

.cta-button {
    display: inline-block;
    background: var(--text-light);
    color: var(--ganpati-dark-green);
    padding: clamp(10px, 1.5vw, 12px) clamp(20px, 2.5vw, 25px);
    text-decoration: none;
    border-radius: 25px;
    margin-top: clamp(15px, 2vw, 20px);
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(30, 86, 49, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(30, 86, 49, 0.3);
    background: var(--ganpati-light-green);
    color: var(--text-light);
}

/* Lightbox */

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 5px;
    border: 4px solid white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.close-lightbox {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.close-lightbox::before,
.close-lightbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    background: white;
}

.close-lightbox::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-lightbox::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}



@media (max-width: 1024px) {
    .container-one {
        padding: 30px 15px;
        gap: 30px;
        margin: 0 15px;
    }

    .main-content,
    .sidebar {
        padding: 25px;
    }

    .feature-item:hover {
        transform: translateX(8px);
    }

    .products-list a:hover {
        transform: translateX(8px);
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

/* Tablet Responsive */
@media (max-width: 768px) {
    .container-one {
        grid-template-columns: 1fr;
        padding: 20px 15px;
        gap: 25px;
        align-items: stretch;
    }

    .main-content,
    .sidebar-container {
        height: auto;
    }

    .main-content {
        margin-bottom: 20px;
    }

    .image-container {
        max-width: 100%;
    }

    .feature-item:hover {
        transform: translateX(5px);
    }

    .features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .applications-container {
        grid-template-columns: 1fr 1fr;
    }

    .products-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 10px;
    }

    .products-list a:hover {
        transform: translateX(5px);
    }

    .cta-box {
        text-align: center;
    }

    .application-item {
        height: 250px;

    }
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .container-one {
        padding: 15px 10px;
        gap: 20px;
        margin: 0 10px;
    }

    .main-content,
    .sidebar {
        padding: 15px;
    }


    .main-content {
        display: flex;
        flex-direction: column;
    }

    .product-title {
        order: 1;
    }

    .image-container {
        order: 2;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .product-description {
        order: 3;
    }

    .features {
        order: 4;
    }

    .applications {
        order: 5;
    }

    .applications-container {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-item {
        padding: 12px;
    }

    .feature-item:hover {
        transform: translateX(3px);
    }

    .products-list {
        grid-template-columns: 1fr;
    }

    .products-list a {
        text-align: left;
    }

    .products-list a:hover {
        transform: translateX(3px);
    }

    .cta-box {
        padding: 20px 15px;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }

    .application-item {
        height: 220px;

    }
}