@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


        body {
            font-family: 'Poppins', sans-serif;
            background: #fff;
        }
        






/* Mobile Navigation Styles */
.mobile-nav {
  background-color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: #000000;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: all 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateX(0);
}

.mobile-menu-header {
  padding: 20px;
  text-align: right;
  /* border-bottom: 1px solid #E6BA20; */
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000000;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background-color: #E6BA20;
}

.mobile-menu-body {
  padding: 20px;
}

.mobile-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-items li {
  margin-bottom: 0;
  border-bottom: 1px solid #E6BA20;
}

.mobile-menu-items a {
  display: block;
  padding: 15px 0;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.mobile-menu-items a:hover {
  color: #EE861E;
  padding-left: 10px;
}

.mobile-menu-contact {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #EE861E;
}




.mobile-book-btn {
  width: 100%;
  padding: 12px 20px;
  background-color: #EE861E;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-book-btn:hover {
  background-color: #EE861E;
  transform: translateY(-2px);
}

.mobile-menu-footer {
  /* margin-top: 30px; */
  padding: 20px 0;
  /* border-top: 1px solid #E6BA20; */
  text-align: center;
}

.mobile-logo-footer {
  margin-bottom: 5px;
}

.mobile-copyright {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.4;
}

.mobile-copyright p {
  margin: 2px 0;
}

.thyo-link {
  color: #EE861E;
  font-weight: 600;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem !important;
}






.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #000000 !important;
    font-weight: 600;
    background-color: #f2faff;
  border-radius: 10px;
  overflow: hidden;
    transition: color 0.2s;
}

.navbar-nav .nav-link{
    color: #000000 !important;
}




        /* Top Bar Styles */
        .top-bar {
            background: linear-gradient(135deg, #0D420C 0%, #0D420C 100%);
            color: #fff;
            padding: 10px 0;
            font-size: 14px;
        }
        .top-bar .container-fluid {
            max-width: 1400px;
        }
        .top-bar .tagline {
            font-weight: 400;
            /* letter-spacing: 0.3px; */
        }
        .top-bar .contact-info {
            display: flex;
            align-items: center;
            gap: 25px;
            justify-content: flex-end;
        }
        .top-bar .contact-info .phone-section {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .top-bar .contact-info i {
            font-size: 16px;
        }
        .top-bar .contact-info a {
            color: #fff;
            text-decoration: none;
            transition: opacity 0.3s;
        }
        .top-bar .contact-info a:hover {
            opacity: 0.85;
        }
        .top-bar .phone-number {
            font-weight: 600;
            margin-left: 3px;
        }
        .top-bar .track-order {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /* Main Header Styles */
        .main-header {
            background: #F2EBD7;
            /* padding: 20px 0; */
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .main-header .container-fluid {
            max-width: 1400px;
        }
        .main-header .logo img {
            height: 70px;
            width: auto;
        }
        
        /* Search Bar Styles */
        .search-container {
            position: relative;
            max-width: 680px;
            margin: 0 auto;
        }
        .search-wrapper {
            display: flex;
            border: 2.5px solid #0D420C;
            border-radius: 50px;
            overflow: hidden;
            background: #fff;
        }
        .search-wrapper input {
            flex: 1;
            border: none;
            padding: 14px 28px;
            font-size: 15px;
            outline: none;
            font-family: 'Poppins', sans-serif;
        }
        .search-wrapper input::placeholder {
            color: #999;
        }
        .search-wrapper button {
            background: #0D420C;
            border: none;
            padding: 14px 35px;
            color: #fff;
            cursor: pointer;
            transition: background 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .search-wrapper button:hover {
            background: #3d6b1f;
        }
        .search-wrapper button i {
            font-size: 18px;
        }

        /* Header Right Section */
        .header-right {
            display: flex;
            align-items: center;
            gap: 28px;
            justify-content: flex-end;
        }
        .sign-in-link {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
            transition: color 0.3s;
        }
        .sign-in-link:hover {
            color: #0D420C;
        }
        .sign-in-link i {
            font-size: 28px;
            color: #c9b896;
        }
        .sign-in-text {
            display: flex;
            flex-direction: column;
            line-height: 1.3;
        }
        .sign-in-text .label {
            font-size: 12px;
            color: #999;
            font-weight: 400;
        }
        .sign-in-text .account {
            font-weight: 600;
            color: #333;
        }
        .icon-badge {
            position: relative;
            cursor: pointer;
            transition: transform 0.2s;
        }
        .icon-badge:hover {
            transform: scale(1.1);
        }
        .icon-badge i {
            font-size: 26px;
            color: #333;
        }
        .icon-badge .badge {
            position: absolute;
            top: -8px;
            right: -10px;
            background: #0D420C;
            color: #fff;
            border-radius: 50%;
            min-width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
            padding: 0 5px;
        }
        .cart-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .cart-total {
            display: flex;
            flex-direction: column;
            line-height: 1.3;
        }
        .cart-total .label {
            font-size: 12px;
            color: #999;
            font-weight: 400;
        }
        .cart-total .amount {
            font-weight: 600;
            color: #333;
            font-size: 14px;
        }

        /* Navigation Bar */
        .nav-bar {
            background: #fff;
            border-top: 1px solid #e8e4df;
            padding: 0;
        }
        .nav-bar .container-fluid {
            max-width: 1400px;
        }
        .nav-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .nav-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 8px;
        }
        .nav-menu li a {
            display: block;
            padding: 18px 24px;
            color: #333;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            transition: all 0.3s;
            position: relative;
        }
        .nav-menu li a:hover,
        .nav-menu li a.active {
            color: #0D420C;
        }
        .nav-menu li a.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 24px;
            right: 24px;
            height: 3px;
            background: #0D420C;
            border-radius: 3px 3px 0 0;
        }
        
        /* Action Buttons */
        .action-buttons {
            display: flex;
            gap: 15px;
        }
        .btn-order {
            padding: 11px 32px;
            border: 2px solid #0D420C;
            background: transparent;
            color: #0D420C;
            border-radius: 6px;
            font-weight: 600;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.3s;
            display: inline-block;
        }
        .btn-order:hover {
            background: #0D420C;
            color: #fff;
        }
        .btn-contact {
            padding: 11px 32px;
            background: #0D420C;
            color: #fff;
            border: 2px solid #0D420C;
            border-radius: 6px;
            font-weight: 600;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.3s;
            display: inline-block;
        }
        .btn-contact:hover {
            background: #3d6b1f;
            border-color: #3d6b1f;
            color: #fff;
        }

        /* Mobile Menu Toggle */
        .mobile-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            color: #333;
            cursor: pointer;
            padding: 5px;
        }

        /* Mobile Responsive */
        @media (max-width: 991.98px) {
            .top-bar {
                font-size: 12px;
                padding: 8px 0;
            }
            .top-bar .tagline {
                font-size: 9px;
                margin-bottom: 8px;
                text-align: center;
            }
            .top-bar .contact-info {
                flex-wrap: wrap;
                justify-content: center;
                gap: 15px;
                font-size: 11px;
            }
            .main-header {
                padding: 15px 0;
            }
            .main-header .logo img {
                height: 55px;
            }
            .search-container {
                margin: 15px 0;
                max-width: 85%;
            }
            .search-wrapper input {
                padding: 12px 20px;
                font-size: 14px;
            }
            .search-wrapper button {
                padding: 12px 25px;
            }
            .header-right {
                gap: 18px;
            }
            .sign-in-link .sign-in-text {
                display: none;
            }
            .sign-in-link i {
                font-size: 24px;
            }
            .icon-badge i {
                font-size: 22px;
            }
            
            /* Mobile Navigation */
            .mobile-toggle {
                display: block;
            }
            .nav-content {
                display: block;
            }
            .nav-menu {
                flex-direction: column;
                gap: 0;
                display: none;
                background: #fff;
                border-radius: 8px;
                margin-top: 10px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            }
            .nav-menu.show {
                display: flex;
            }
            .nav-menu li a {
                padding: 14px 20px;
                border-bottom: 1px solid #f0f0f0;
            }
            .nav-menu li:last-child a {
                border-bottom: none;
            }
            .nav-menu li a.active::after {
                left: 20px;
                right: 20px;
            }
            .action-buttons {
                flex-direction: column;
                width: 100%;
                padding: 15px;
                gap: 10px;
                display: none;
                background: #fff;
                border-radius: 8px;
                margin-top: 10px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            }
            .action-buttons.show {
                display: flex;
            }
            .btn-order, .btn-contact {
                width: 100%;
                text-align: center;
                padding: 12px;
            }
        }
        
        @media (max-width: 576px) {
            .top-bar .tagline {
                font-size: 7px;
            }
            .top-bar .contact-info {
                font-size: 10px;
            }
            .main-header .logo img {
                height: 50px;
            }
            .header-right {
                gap: 12px;
            }
            .icon-badge i {
                font-size: 20px;
            }
            .cart-total .label,
            .cart-total .amount {
                font-size: 11px;
            }
            .search-wrapper input {
                padding: 10px 15px;
                font-size: 13px;
            }
            .search-wrapper button {
                padding: 10px 0px;
            }
        }
  



        /* for home page */



    /* Hero Section Styles */
    .hero-section {
        background: linear-gradient(135deg, #0D420C 0%, #0D420C 50%, #0D420C 100%);
        position: relative;
        overflow: hidden;
        /* min-height: 600px; */
    }
    
    /* .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
        opacity: 0.3;
    } */

    .hero-content {
        position: relative;
        z-index: 2;
        padding: 10px 0 0px;
    }

    .hero-text {
        color: #fff;
    }

    .hero-tag {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* .hero-tag::before {
        content: '•';
        font-size: 20px;
        color: #a8d5a3;
    } */

    .hero-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 15px;
        color: #fff;
    }

    .hero-description {
        font-size: 15px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 15px;
        /* max-width: 550px; */
    }

    .hero-features {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

    .hero-features li {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
    }

    .hero-features li .check-icon {
        width: 25px;
        height: 25px;
        background: rgba(168, 213, 163, 0.2);
        border: 2px solid #a8d5a3;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hero-features li .check-icon i {
        color: #a8d5a3;
        font-size: 14px;
    }

    .hero-buttons {
        display: flex;
        gap: 20px;
        margin-top: 15px;
    }

    .hero-btn-primary {
        padding: 16px 40px;
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 8px;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        transition: all 0.3s;
        display: inline-block;
    }

    .hero-btn-primary:hover {
        background: #fff;
        color: #0D420C;
    }

    .hero-btn-secondary {
        padding: 16px 40px;
        background: #fff;
        color: #0D420C;
        border: 2px solid #fff;
        border-radius: 8px;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        transition: all 0.3s;
        display: inline-block;
    }

    .hero-btn-secondary:hover {
        background: transparent;
        color: #fff;
    }

    /* Hero Image Section */
    .hero-image-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
    }

    .hero-product-image {
        position: relative;
        z-index: 3;
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-20px);
        }
    }

    /* Floating Leaves Animation */
    .floating-leaf {
        position: absolute;
        opacity: 0.6;
        animation: leafFloat 6s ease-in-out infinite;
    }

    .leaf-1 {
        top: 10%;
        left: 5%;
        width: 50px;
        animation-delay: 0s;
    }

    .leaf-2 {
        top: 30%;
        left: 10%;
        width: 40px;
        animation-delay: 1s;
    }

    .leaf-3 {
        top: 60%;
        left: 8%;
        width: 45px;
        animation-delay: 2s;
    }

    .leaf-4 {
        top: 15%;
        right: 10%;
        width: 55px;
        animation-delay: 1.5s;
    }

    .leaf-5 {
        top: 50%;
        right: 5%;
        width: 42px;
        animation-delay: 0.5s;
    }

    @keyframes leafFloat {
        0%, 100% {
            transform: translateY(0px) rotate(0deg);
        }
        50% {
            transform: translateY(-30px) rotate(10deg);
        }
    }

    /* Makhana floating elements */
    .floating-makhana {
        position: absolute;
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        animation: makhanaFloat 4s ease-in-out infinite;
    }

    .makhana-1 {
        bottom: 15%;
        left: 20%;
        animation-delay: 0s;
    }

    .makhana-2 {
        bottom: 25%;
        left: 10%;
        width: 50px;
        height: 50px;
        animation-delay: 1s;
    }

    .makhana-3 {
        bottom: 10%;
        left: 30%;
        width: 45px;
        height: 45px;
        animation-delay: 2s;
    }

    @keyframes makhanaFloat {
        0%, 100% {
            transform: translateY(0px) scale(1);
        }
        50% {
            transform: translateY(-15px) scale(1.05);
        }
    }

    /* Product Categories Section */
    .categories-section {
            background: #f8f5f0;
        background-image: url('../assets/banner/bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 60px 0 0px;
        position: relative;
    }
    
    .category-item {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .category-circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: linear-gradient(145deg, #f0e8d8, #fff);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
        overflow: hidden;
    }
    
    .category-circle:hover {
        transform: translateY(-10px);
    }
    
    .category-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .category-name {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin-top: 10px;
    }

    /* Product Cards Section */
    .products-section {
            background: #f8f5f0;
        background-image: url('../assets/banner/bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 60px 0 40px;
        position: relative;
    }

        .products-section2 {
            background: #0D420C;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 40px 0 40px;
        position: relative;
    }
    
    .product-card {
        background: #f5f0e8;
        border-radius: 20px;
        padding: 20px;
        /* margin-bottom: 30px; */
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s;
        /* height: 100%; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* gap: 30px;
        min-height: 320px; */
    }
    
    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }
    
    .product-card.savory {
        background: linear-gradient(135deg, #F2EAD7 0%, #F2EAD7 100%);
    }
    
    .product-card.jaggery {
        background: linear-gradient(135deg, #EEF9EE 0%, #EEF9EE 100%);
    }
    
    .product-card.special {
        background: linear-gradient(135deg, #F3FCE9 0%, #F3FCE9 100%);
    }
    
    .product-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .product-tag {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
        color: #666;
    }
    
    .product-tag.savory {
        color: #7cb342;
    }
    
    .product-tag.jaggery {
        color: #7cb342;
    }
    
    .product-tag.special {
        color: #7cb342;
    }
    
    .product-title {
        /* font-size: 36px; */
        font-weight: 700;
        color: #2d4a1f;
        /* margin-bottom: 12px;
        line-height: 1.2; */
    }
    
    .product-subtitle {
        /* font-size: 15px; */
        color: #666;
        /* margin-bottom: 30px; */
    }
    
    .product-price {
        /* font-size: 16px; */
        color: #666;
        font-weight: 400;
    }
    
    .product-price .amount {
        /* font-size: 32px; */
        font-weight: 700;
        color: #2d4a1f;
        margin-left: 8px;
    }
    
    .product-image-wrapper {
        flex: 0 0 auto;
        width: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .product-image-wrapper img {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
    }

    /* Responsive Styles */
    @media (max-width: 991.98px) {
        .hero-content {
            padding: 60px 0;
        }
        .hero-title {
            font-size: 22px;
        }
        .hero-description {
            font-size: 16px;
        }
        .hero-image-container {
            margin-top: 40px;
        }
       .product-card {
            padding: 25px;
            margin-bottom: 20px;
        }
        .product-image-wrapper {
            width: 120px;
            /* margin-top: 20px; */
        }
        .product-title {
            font-size: 20px;
        }
    }

    @media (max-width: 767.98px) {

           .product-tag {
        margin-bottom: 0px;
    }

        .product-subtitle {
        margin-bottom: 0px;
    }

        .hero-section {
            min-height: auto;
        }
        .hero-content {
            padding: 50px 0 30px;
        }
        .hero-title {
            font-size: 26px;
        }
        .hero-tag {
            font-size: 14px;
        }
        .hero-description {
            font-size: 15px;
        }
        .hero-features li {
            font-size: 15px;
        }
        .hero-buttons {
            flex-direction: column;
            gap: 15px;
        }
        .hero-btn-primary,
        .hero-btn-secondary {
            width: 100%;
            text-align: center;
            padding: 14px 30px;
        }
        .floating-leaf {
            width: 30px !important;
        }
        .floating-makhana {
            width: 40px;
            height: 40px;
        }
        .category-circle {
            width: 110px;
            height: 110px;
        }
        .category-name {
            font-size: 14px;
        }
        .product-card {
            padding: 25px;
            margin-bottom: 20px;
        }
        .product-title {
            font-size: 16px;
            margin-bottom: 2px;
        }
        .product-price .amount {
            font-size: 18px;
        }
        .product-image-wrapper {
            width: 120px;
        }
    }

    @media (max-width: 576px) {
        .hero-title {
            font-size: 22px;
        }
        .hero-description {
            font-size: 13px;
        }
        /* .hero-features {
            margin: 30px 0;
        } */
        .hero-features li {
            font-size: 14px;
        }
        .hero-buttons {
            margin-top: 35px;
        }
    }






    /* for banner */


/* Banner Section Styles */
.banner_section {
  background: linear-gradient(135deg, #0D420C 0%, #0D420C 50%, #0D420C 100%);
  /* padding: 60px 0; */
  overflow: hidden;
}
.banner_container {
  /* max-width: 1500px; */
  /* margin: 0 auto;
  padding: 0 24px; */
}
.banner_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner_col {
  flex: 1 1 0;
  min-width: 320px;
}
.banner_col-content {
  padding-right: 40px;
}
.banner_content {
  color: #fff;
  padding: 30px 0;
}
.banner_badge {
  display: inline-block;
  background: #B7D85F;
  color: #0D420C;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 20px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.banner_title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
}
.banner_desc {
  font-size: 1.15rem;
  color: #e0f2c7;
  font-weight: 500;
  margin-bottom: 28px;
  line-height: 1.6;
}
.banner_features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
.banner_features li {
  font-size: 1rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 26px;
}
.banner_features li:before {
  content: "✔";
  color: #B7D85F;
  position: absolute;
  left: 0;
  font-size: 1.1em;
  top: 0;
}
.banner_btns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.banner_btn {
  background: #B7D85F;
  color: #0D420C;
  border-radius: 8px;
  padding: 14px 36px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  transition: all 0.2s;
  display: inline-block;
}
.banner_btn:hover {
  background: #fff;
  color: #0D420C;
}
.banner_btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #B7D85F;
}
.banner_btn-outline:hover {
  background: #B7D85F;
  color: #0D420C;
}
.banner_col-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_img {
  max-width: 420px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  background: #fff;
  margin: 0 auto;
  display: block;
}

/* Responsive */
@media (max-width: 991.98px) {
  .banner_row {
    flex-direction: column;
    gap: 40px;
  }
  .banner_col-content {
    padding-right: 0;
  }
  .banner_title {
    font-size: 2rem;
  }
  .banner_img {
    max-width: 300px;
  }
}
@media (max-width: 575.98px) {
  .banner_section {
    padding: 30px 0;
  }
  .banner_content {
    padding: 10px 0;
    text-align: center;
  }
  .banner_img {
    max-width: 180px;
  }
  .banner_btns {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}




    /* About Section */
    .about-section {
        background: #f5f0e8;
        background-image: url('assets/banner/bg2.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 40px 0;
        position: relative;
    }
/* 
    .about-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(245, 240, 232, 0.7);
        z-index: 1;
    } */

    .about-section .container-fluid {
        position: relative;
        z-index: 2;
    }

    .about-badge {
        display: inline-block;
        background: #B7D85F;
        color: #2d4a1f;
        padding: 8px 20px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .about-title {
        font-size: 32px;
        font-weight: 700;
        color: #0D420C;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .about-subtitle {
        font-size: 20px;
        font-weight: 600;
        color: #547400;
        margin-bottom: 10px;
    }

    .about-description {
        font-size: 15px;
        /* line-height: 1.8; */
        color: #547400;
        margin-bottom: 10px;
    }

    .about-features {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
    }

    .about-features li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #0D420C;
        font-weight: 600;
    }

    .about-features li .feature-icon {
        width: 22px;
        height: 22px;
        background: #0D420C;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        /* margin-top: 3px; */
    }

    .about-features li .feature-icon i {
        color: #fff;
        font-size: 14px;
    }

    .about-image-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .about-product-wrapper {
        position: relative;
        /* max-width: 500px; */
        margin: 0 auto;

    }

    .about-bg-shape {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 450px;
        height: 450px;
        background: linear-gradient(135deg, #7cb342 0%, #66a533 100%);
        border-radius: 20px;
        z-index: 1;
    }

    .about-product-image {
        position: relative;
        z-index: 2;
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
    }

    .organic-badge {
        position: absolute;
        top: -20px;
        right: -20px;
        width: 120px;
        height: 120px;
        z-index: 3;
    }

    .organic-badge img {
        width: 100%;
        height: 100%;
        animation: rotate 20s linear infinite;
    }

    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    /* Responsive */
    @media (max-width: 991.98px) {
        .about-section {
            padding: 60px 0;
        }
        .about-title {
            font-size: 28px;
        }
        .about-subtitle {
            font-size: 18px;
        }
        /* .about-image-container {
            margin-top: 40px;
        } */
        .about-bg-shape {
            width: 350px;
            height: 350px;
        }
        .organic-badge {
            width: 100px;
            height: 100px;
            top: -10px;
            right: -10px;
        }
    }

    @media (max-width: 767.98px) {
    .about-badge {
font-size: 11px;
        padding: 6px 12px;
    }

        .about-section {
            padding: 50px 0;
        }
        .about-title {
            font-size: 22px;
        }
        .about-subtitle {
            font-size: 16px;
        }
        .about-description {
            font-size: 12px;
        }
        .about-features li {
            gap: 8px;
            font-size: 11px;
        }
        .about-bg-shape {
            width: 280px;
            height: 280px;
        }
        .organic-badge {
            width: 80px;
            height: 80px;
        }
    }





.products-tab-section {
    background: url('../assets/banner/bg.png') center center/cover no-repeat;
    padding: 60px 0;
    position: relative;
}

/* .products-tab-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 245, 240, 0.8);
    z-index: 1;
} */

.products-tab-section .container-fluid {
    position: relative;
    z-index: 2;
}

/* Tab Header Row */
.tabs-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

/* Custom Tab Styling */
.nav-tabs-custom {
    border: none;
    flex: 1;
    margin: 0;
}

.nav-tabs-custom .nav-link {
    border: none;
    background: transparent;
    color: #999;
    /* font-size: 1.1rem; */
    font-weight: 500;
    /* padding: 12px 30px; */
    border-radius: 0;
    /* margin: 0 10px; */
    transition: all 0.3s;
}

.nav-tabs-custom .nav-link.active {
    background: transparent;
    color: #0D420C;
    font-weight: 700;
    border-bottom: 3px solid #0D420C;
}

.nav-tabs-custom .nav-link:hover {
    color: #0D420C;
    border: none;
}

.view-all-section {
    flex-shrink: 0;
    margin: 0;
}

.view-all-link {
    color: #0D420C;
    font-weight: 600;
    text-decoration: none;
    /* font-size: 1.1rem; */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.view-all-link:hover {
    color: #1a3d0f;
}

/* Product Cards */
.product-card-new {
    background: #fff;
border-radius: 16px;
border: 1px solid var(--Border, #EDEDED);
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    /* height: 100%; */
}

.product-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-image-section {
    background: #A3B86C;
    border-radius: 16px 16px 0 0;
    padding: 20px 20px;
    text-align: center;
    position: relative;
    /* min-height: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #0D420C;
    color: #fff;
    padding: 4px 8px;
    border-radius: 0 16px 0 16px;
    font-weight: 700;
    font-size: 12px;
}

.product-image-section img {
    max-width: 150px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.1));
}

.product-info-section {
    padding: 10px 15px;
    text-align: left;
}

.product-title-new {
    font-size: 0.9rem; 
  /*   font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
    min-height: 3.2em; */
    color: #0D420C;
font-family: Montserrat;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 120% */
}

.product-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.price-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.current-price {
    /* font-size: 1.5rem; */
    font-weight: 700;
    color: #0D420C;
}

.original-price {
    font-size: 0.8rem;
    color: #999;
    text-decoration: line-through;
}

.add-btn {
    padding: 4px 4px;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 2px;
border: 0.5px solid #A3B86C;
background: #F2EAD7;
color: #0D420C;
text-align: center;
font-family: Montserrat;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 120% */
}

.add-btn:hover {
    background: #0D420C;
    color: #fff;
}

/* Responsive */
@media (max-width: 991.98px) {
    .products-tab-section {
        padding: 50px 0;
    }
    .tabs-header-row {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .nav-tabs-custom {
        order: 2;
        flex: none;
    }
    .view-all-section {
        order: 1;
        align-self: flex-end;
    }
    .nav-tabs-custom .nav-link {
        font-size: 1rem;
        padding: 10px 20px;
        margin: 0 5px;
    }
    .product-image-section {
        /* min-height: 220px; */
        padding: 20px;
    }
    .product-image-section img {
        max-width: 140px;
    }
}

@media (max-width: 767.98px) {
.product-title-new {
    font-size: 0.8rem; 
}

    .products-tab-section {
        padding: 25px 0;
    }
    .tabs-header-row {
        margin-bottom: 30px;
    }
    .nav-tabs-custom {
        flex-direction: column;
        width: 100%;
    }
    .nav-tabs-custom .nav-link {
        margin: 5px 0;
        text-align: center;
    }
    .view-all-section {
        text-align: center;
        width: 100%;
    }
    .product-pricing {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .add-btn {
        align-self: stretch;
        text-align: center;
    }
    .product-info-section {
        padding: 10px 15px;
    }
}





.product-tab-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0D420C;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
}


/* Experience Section */

.experience-section {
    background: linear-gradient(135deg, #f8f5e8 0%, #f0ede0 100%);
    /* padding: 80px 0; */
    position: relative;
    overflow: hidden;
}

/* .experience-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="2" fill="rgba(109, 142, 83, 0.08)"/></svg>');
    opacity: 0.5;
    z-index: 1;
} */

.experience-section .container-fluid {
    position: relative;
    z-index: 2;
}

/* Floating Leaves Animation */
.floating-leaves {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.floating-leaf-exp {
    position: absolute;
    opacity: 0.4;
    animation: leafFloatExp 8s ease-in-out infinite;
}

.leaf-exp-1 {
    top: 10%;
    left: 5%;
    width: 40px;
    animation-delay: 0s;
}

.leaf-exp-2 {
    top: 20%;
    left: 15%;
    width: 35px;
    animation-delay: 2s;
}

.leaf-exp-3 {
    top: 70%;
    left: 8%;
    width: 45px;
    animation-delay: 4s;
}

.leaf-exp-4 {
    top: 15%;
    right: 10%;
    width: 50px;
    animation-delay: 1s;
}

.leaf-exp-5 {
    top: 60%;
    right: 5%;
    width: 38px;
    animation-delay: 3s;
}

.leaf-exp-6 {
    bottom: 20%;
    right: 15%;
    width: 42px;
    animation-delay: 5s;
}

@keyframes leafFloatExp {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-25px) rotate(15deg);
    }
}

/* Image Container */
.experience-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 40px 20px; */
}

.experience-product-wrapper {
    position: relative;
    /* max-width: 500px; */
    margin: 0 auto;
}

.experience-product-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    animation: floatProduct 4s ease-in-out infinite;
}

@keyframes floatProduct {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Scattered Makhana */
.scattered-makhana {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.7;
    animation: makhanaFloatExp 6s ease-in-out infinite;
}

.makhana-exp-1 {
    bottom: 10%;
    left: 15%;
    animation-delay: 0s;
}

.makhana-exp-2 {
    bottom: 25%;
    left: 5%;
    width: 60px;
    height: 60px;
    animation-delay: 2s;
}

.makhana-exp-3 {
    bottom: 5%;
    right: 20%;
    width: 70px;
    height: 70px;
    animation-delay: 1s;
}

.makhana-exp-4 {
    top: 20%;
    left: 10%;
    width: 50px;
    height: 50px;
    animation-delay: 3s;
}

@keyframes makhanaFloatExp {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

/* Content Section */
.experience-content {
    position: relative;
    z-index: 2;
    /* padding: 40px 0; */
}

.experience-badge {
    display: inline-block;
    padding: 10px 24px;
    color: #0D420C;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
letter-spacing: -0.16px;
border-radius: 6px;
background: #B7D85F;
    /* margin-bottom: 30px; */
}

.experience-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;
    color: #0D420C;
font-family: Montserrat;
font-style: normal;
letter-spacing: -0.32px;
}

.experience-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;

    color: #547400;
font-family: Montserrat;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 157.143% */
}

.experience-shop-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #2d4a1f;
    border: 2px solid #2d4a1f;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s;
    /* margin-top: 20px; */
}

.experience-shop-btn:hover {
    background: #2d4a1f;
    color: #fff;
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991.98px) {
    .experience-section {
        padding: 60px 0;
    }
    .experience-title {
        font-size: 2.3rem;
    }
    .experience-description {
        font-size: 1rem;
    }
    .experience-image-container {
        order: -1;
        margin-bottom: 30px;
    }
    .experience-product-image {
        max-width: 350px;
    }
    .floating-leaf-exp {
        width: 30px !important;
    }
    .scattered-makhana {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (max-width: 767.98px) {
    .experience-section {
        padding: 50px 0;
    }
    .experience-title {
        font-size: 1.2rem;
    }
    .experience-description {
        font-size: 0.9rem;
        margin-top:2px;
        margin-bottom: 4px;
    }
    .experience-content {
        padding: 20px 0;
    }
    .experience-shop-btn {
        padding: 14px 28px;
        font-size: 1rem;
    }
    .experience-product-image {
        max-width: 280px;
    }
    .floating-leaf-exp {
        width: 25px !important;
    }
    .scattered-makhana {
        width: 45px !important;
        height: 45px !important;
    }
}

@media (max-width: 575.98px) {
    .experience-title {
        font-size: 1.2rem;
    }
    .experience-description {
        font-size: 0.8rem;
    }
    .experience-shop-btn {
        width: 100%;
        justify-content: center;
    }
}







.trust-section {
    background: url('../assets/banner/bg.png') center center/cover no-repeat;
    padding: 60px 0;
    position: relative;
}

.trust-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(248, 245, 240, 0.8); */
    z-index: 1;
}

.trust-section .container-fluid {
    position: relative;
    z-index: 2;
}

.trust-card {
    background: #0D420C;
    border-radius: 24px 0px 0px 24px;
    color: #fff;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.trust-content {
    padding: 60px 50px;
    position: relative;
    z-index: 2;
}

.trust-badge {
border-radius: 6px;
background: #B7D85F;
    padding: 8px 28px;
    display: inline-block;
    margin-bottom: 30px;

    color: #0D420C;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
letter-spacing: -0.16px;
}

.trust-title {
    font-size: 2rem;
    /* margin-bottom: 24px; */
    /* line-height: 1.1; */

    color: #FFF;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 39px */
letter-spacing: -0.3px;
}

.trust-description {
    color: #A3B86C;
    font-size: 1rem;
    /* margin-bottom: 40px; */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /* line-height: 1.6; */
}

.trust-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
}

.trust-feature {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #F2EAD7;
    flex: 1;
    /* min-width: 250px; */
}

.trust-feature-icon {
    background: #F2EAD7;
    color: #18571a;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.trust-image-section {
    background: #f5f2f0;
    border-radius: 0px 24px 24px 0px;
    height: 100%;
    /* min-height: 500px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.trust-organic-badge {
    position: absolute;
    top: 0;
    left: 40px;
    background: #21912c;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 0 0 20px 20px;
    padding: 28px 32px 16px 32px;
    text-align: center;
    z-index: 3;
    min-width: 140px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trust-organic-badge i {
    font-size: 2.4rem;
    margin-bottom: 8px;
}

.trust-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 48px; */
    position: relative;
    z-index: 2;
}

/* Responsive Styles */
@media (max-width: 1199.98px) {
    .trust-title {
        font-size: 2rem;
    }
    .trust-description {
        font-size: 1.1rem;
    }
    .trust-feature {
        font-size: 1rem;
        min-width: 220px;
    }
    .trust-content {
        padding: 50px 40px;
    }
}

@media (max-width: 991.98px) {
    .trust-section {
        padding: 50px 0;
    }
    .trust-card {
        border-radius: 32px;
        margin-bottom: 30px;
    }
    .trust-image-section {
        border-radius: 32px;
        min-height: 400px;
        order: -1;
    }
    .trust-title {
        font-size: 1.5rem;
        /* text-align: center; */
    }
    .trust-description {
        font-size: 1rem;
        /* text-align: center; */
    }
    .trust-features {
        gap: 20px;
        /* justify-content: center; */
    }
    .trust-feature {
        /* min-width: 200px; */
        font-size: 0.95rem;
    }
    .trust-content {
        padding: 40px 30px;
        /* text-align: center; */
    }
    .trust-organic-badge {
        font-size: 1.1rem;
        min-width: 100px;
        padding: 20px 24px 12px 24px;
        left: 20px;
    }
    .trust-organic-badge i {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .trust-section {
        padding: 40px 0;
    }
    .trust-card {
        border-radius: 24px;
    }
    .trust-image-section {
        border-radius: 24px;
        min-height: 300px;
    }
    .trust-title {
        font-size: 1.2rem;
    }
    .trust-description {
        font-size: 0.95rem;
    }
    .trust-features {
        flex-direction: column;
        gap: 16px;
    }
    /* .trust-feature {
        min-width: auto;
        justify-content: center;
    } */
    .trust-content {
        padding: 30px 20px;
    }
    .trust-organic-badge {
        font-size: 0.9rem;
        min-width: 80px;
        padding: 14px 16px 8px 16px;
        left: 15px;
    }
    .trust-organic-badge i {
        font-size: 1.6rem;
        margin-bottom: 4px;
    }
}

@media (max-width: 575.98px) {
    .trust-title {
        font-size: 1.2rem;
    }
    .trust-description {
        font-size: 0.8rem;
    }
    .trust-feature {
        font-size: 0.8rem;
    }
    /* .trust-content {
        padding: 25px 16px;
    } */
}




    /* Footer Styles */
    .footer-main {
        background: url('../banner/footer-bg.png') center center/cover no-repeat;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        padding: 60px 0 0px;
        position: relative;
    }




    .footer-logo-box {
        background: #F2EAD7;
        border-radius: 20px;
        /* padding: 30px; */
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-logo-box img {
        height: 90px;
        /* margin-bottom: 20px; */
    }

    .footer-description {
        font-size: 13px;
        color: #0D420C;
        line-height: 1.7;
        margin-bottom: 20px;
        text-align: left;
    }

    .footer-phone-numbers {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .footer-phone-icon {
        width: 45px;
        height: 45px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2d5016;
        font-size: 20px;
    }

    .phone-links a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
    }

    .phone-links a:hover {
        color: #2d5016;
    }

    .footer-social-icons {
        display: flex;
        gap: 12px;
        justify-content: center;
    }

    .footer-social-icon {
        width: 42px;
        height: 42px;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        transition: all 0.3s;
        font-size: 18px;
    }

    .footer-social-icon:hover {
        background: #fff;
        color: #2d5016;
        transform: translateY(-3px);
    }

    .footer-heading {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
        padding-bottom: 10px;
        position: relative;
    }

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

    .footer-links li {
        /* margin-bottom: 15px; */
    }

    .footer-links li::before {
        content: '• ';
        color: #fff;
        margin-right: 8px;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        transition: all 0.3s;
        display: inline-block;
    }

    .footer-links a:hover {
        color: #e8e4d8;
        transform: translateX(5px);
    }

    .footer-address-box {
        background: #e8e4d8;
        border-radius: 20px;
        padding: 30px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .footer-address-content {
        display: flex;
        gap: 15px;
        width: 100%;
    }

    .footer-location-icon {
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .footer-location-icon i {
        color: #2d5016;
        font-size: 24px;
    }

    .footer-address-text {
        flex: 1;
    }

    .footer-address-text p {
        margin: 0;
        font-size: 15px;
        color: #333;
        line-height: 1.7;
        font-weight: 500;
    }

    .footer-bottom {
        background: rgba(0, 0, 0, 0.3);
        padding: 20px 0;
        /* margin-top: 50px; */
    }

    .footer-copyright {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }

    .footer-developer {
        font-size: 14px;
        color: #fff;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .footer-developer a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s;
    }

    .footer-developer a:hover {
        color: #e8e4d8;
    }

    .footer-developer img {
        height: 18px;
    }

    /* Responsive */
    @media (max-width: 991.98px) {
        .footer-main {
            /* padding: 50px 0 20px; */
        }

        .footer-heading {
            /* text-align: center; */
            /* margin-top: 30px; */
        }

        .footer-links {
            /* text-align: center; */
        }

        .footer-links li::before {
            display: none;
        }

        .footer-address-box {
            margin-top: 30px;
        }
    }

    @media (max-width: 767.98px) {
        .footer-main {
            padding: 40px 0 0px;
        }

        .footer-logo-box {
            padding: 5px;
        }

        .footer-logo-box img {
            height: 75px;
        }

        .footer-description {
            font-size: 13px;
        }

        .footer-phone-numbers {
            /* justify-content: center; */
        }

        .footer-heading {
            font-size: 18px;
        }

        .footer-links a {
            font-size: 14px;
        }

        .footer-address-content {
            flex-direction: column;
            text-align: center;
        }

        .footer-location-icon {
            margin: 0 auto;
        }

        .footer-bottom {
            padding: 15px 0;
            /* margin-top: 40px; */
        }

        .footer-copyright,
        .footer-developer {
            text-align: center !important;
            font-size: 13px;
            margin-bottom: 8px;
            justify-content: center;
        }
    }

    @media (max-width: 575.98px) {
.footer-phone-icon {
    width: 35px;
    height: 35px;
}

        .footer-logo-box img {
            height: 65px;
        }

        .footer-phone-numbers {
            /* flex-direction: column; */
            gap: 10px;
        }

        .footer-social-icons {
            flex-wrap: wrap;
        }
    }

    
