  .nav-link:hover {
        border-bottom: 2px solid #D45629;
        color: #D45629 !important;
    }
    .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #D45629 !important;
    }
    .mobile-nav-toggle:hover,
    .mobile-nav-close:hover {
        color: #D45629 !important;
    }
    .mobile-nav.open {
        transform: translateX(0) !important;
    }
    .mobile-chevron.rotated {
        transform: rotate(180deg);
    }
    .mobile-products-submenu {
        display: none;
    }
    .mobile-products-submenu.open {
        display: block !important;
    }

    /* Prevent body from scrolling when menu is open */
    body.menu-open {
        overflow: hidden !important;
    }

    /* Logo positioning adjustments */
    @media (max-width: 991.98px) {
        .sitename {
            display: none !important;
        }
    }
 
 
 
 .promo-banner {
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .carousel-slide {
        min-height: 500px;
        padding: 80px 0;
    }
    .carousel-title {
        font-size: 2.8rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .carousel-subtitle {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .carousel-actions .btn {
        padding: 12px 32px;
        font-weight: 600;
        border-radius: 50px;
    }
    .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 5px;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
    }
    .carousel-indicators button.active {
        background-color: #eb5f2d;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 60px;
        height: 60px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 20px;
    }
    @media (max-width: 768px) {
        .carousel-slide {
            min-height: 400px;
            padding: 60px 0;
        }
        .carousel-title {
            font-size: 2rem;
        }
        .carousel-subtitle {
            font-size: 1rem;
        }
        .carousel-actions .btn {
            padding: 10px 24px;
            margin-bottom: 10px;
            display: block;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
        .carousel-actions .btn.me-3 {
            margin-right: 0 !important;
        }
    } 




     .contact-cta {
        background: #eb5f2d;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
    }
    .cta-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
        opacity: 0.3;
        pointer-events: none;
    }
    .cta-content {
        position: relative;
        z-index: 1;
    }
    .cta-icon {
        font-size: 3rem;
        color: rgba(255, 255, 255, 0.9);
        animation: pulse 2s infinite;
    }
    .cta-title {
        font-size: 2.5rem;
        font-weight: 700;
        font-family: 'Arial', sans-serif;
        letter-spacing: -0.5px;
        line-height: 1.2;
        margin-bottom: 1rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .cta-subtitle {
        font-size: 1.1rem;
        line-height: 1.5;
        max-width: 600px;
        margin: 0 auto 2rem;
    }
    .btn-light {
        background-color: #fff;
        border: none;
        color: #eb5f2d;
        padding: 14px 40px;
        font-weight: 700;
        font-size: 1.1rem;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .btn-light:hover {
        background-color: #f8f9fa;
        color: #d84315;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }
    .btn-light:active {
        transform: translateY(0);
    }
    @keyframes pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }
    @media (max-width: 768px) {
        .contact-cta {
            padding: 60px 0;
        }
        .cta-title {
            font-size: 2rem;
        }
        .cta-subtitle {
            font-size: 1rem;
            padding: 0 1rem;
        }
        .cta-icon {
            font-size: 2.5rem;
        }
        .btn-light {
            padding: 12px 30px;
            font-size: 1rem;
        }
    }



    :root {
  --primary-color: #eb5f2d;
  --secondary-color:  #eb5f2d;
  --light-color: #f8f9fa;
  --light-color: #f8f9fa;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: var(--dark-color);
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--dark-color);
}

/* Buttons */
.btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 24px;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: #d44c1f;
  border-color: #d44c1f;
  transform: translateY(-2px);
}

.btn-outline {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-outline:hover {
  background-color: var(--primary-color);
  color: white;
}

/* Cards */
.category-card, .product-card, .recipe-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}

.category-card:hover, .product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Section Spacing */
.section {
  padding: 80px 0;
}

.bg-light {
  background-color: var(--light-color) !important;
}

/* Subscribe Section */


/* Wrapper */
.subscribe-wrapper {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}

/* Input */
.subscribe-input {
  flex: 1;
  border: none;
  padding: 14px 18px;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  outline: none;
}

/* Button */
.subscribe-btn {
  border: none;
  background: #fff;
  color: #000;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

/* ================= MOBILE FIX ================= */
@media (max-width: 767px) {

  .subscribe-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .subscribe-input {
    width: 100%;
    border-radius: 8px;
  }

  .subscribe-btn {
    width: 100%;
    border-radius: 8px;
  }
}






/* Footer Typography */
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  font-family: 'Poppins', sans-serif;
}

.footer p, .footer a, .footer span {
  font-family: 'Open Sans', sans-serif;
}

/* Hover Effects */
.footer a:hover {
  color: #fff !important;
}

/* Button Styles */
.btn-distributor {
  border: none;
  cursor: pointer;
}

.btn-distributor:hover {
  background-color: #228b49 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(45, 159, 94, 0.2);
}

/* Responsive Stacking */
@media (max-width: 768px) {
  .footer .row > div {
    margin-bottom: 2rem;
  }
  
  .footer-bottom-links {
    justify-content: flex-start !important;
  }
  
  .social-links {
    justify-content: flex-start;
  }
  
  .footer-contact, .footer-links {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eeeeee;
  }
  
  .footer .col-md-6:last-child .footer-contact {
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  .footer .row > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .logo h3 {
    font-size: 1.2rem !important;
  }
}

/* Smooth Scroll for Scroll Top */
html {
  scroll-behavior: smooth;
}

/* Current Year Script */
#current-year {
  font-weight: bold;
}

/* Scroll Top Button Animation */
.scroll-top {
  transition: all 0.3s ease-in-out;
}

.scroll-top:hover {
  background-color: #228b49 !important;
  transform: scale(1.1);
}




/* About Page Unique Section */
.about-page-section {
  background: #fff;
  color: #333;
  font-family: 'Poppins', sans-serif;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Decorative Floating Shapes */
.about-page-section .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
  animation: float 6s ease-in-out infinite;
}
.about-page-section .shape1 {
  width: 120px; height: 120px;
  background: #eb5f2d;
  top: 20px; left: 10%;
}
.about-page-section .shape2 {
  width: 80px; height: 80px;
  background: #f57c00;
  bottom: 40px; right: 15%;
  animation-delay: 2s;
}
.about-page-section .shape3 {
  width: 100px; height: 100px;
  background: #ff9800;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 4s;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* Container */
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Hero Section */
.about-hero h1 {
  font-weight: 800; font-size: 3rem;
  color: #333;
  line-height: 1.2;
}
.about-hero p.lead {
  font-size: 1.25rem; line-height: 1.6; color: #666;
}
.about-hero .btn {
  padding: 12px 30px;
  border-radius: 50px; font-weight: 600;
  transition: all 0.3s ease;
}
.about-hero .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.about-hero .btn-primary {
  background-color: #eb5f2d;
  border-color: #eb5f2d;
}
.about-hero .btn-primary:hover {
  background-color: #e5531b;
  border-color: #e5531b;
}
.about-hero .btn-outline {
  border-color: #eb5f2d;
  color: #eb5f2d;
}
.about-hero .btn-outline:hover {
  background-color: #eb5f2d;
  color: #fff;
}
.about-hero img {
  border-radius: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-hero img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* General Content Sections */
.content-section {
  padding: 40px;
  background: #f8f9fa;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 40px;
}
.content-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.section-title {
  font-weight: 700; font-size: 2.5rem; margin-bottom: 30px;
  position: relative; color: #333;
  text-align: center;
}
.section-title::after {
  content: ''; width: 80px; height: 4px;
  background: linear-gradient(90deg, #eb5f2d, #f57c00);
  position: absolute; bottom: -10px; left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.story-text, .overview-text {
  font-size: 1.1rem; line-height: 1.8; color: #555;
  margin-bottom: 1.5rem;
}
.overview-bullets .bullet-item {
  font-size: 1.05rem;
}
.overview-bullets strong {
  color: #333;
}

/* Timeline */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #eb5f2d, #f57c00);
}
.timeline-item {
  position: relative;
  margin: 40px 0;
  width: 50%;
}
.timeline-item:nth-child(odd) {
  left: 0;
}
.timeline-item:nth-child(even) {
  left: 50%;
}
.timeline-date {
  position: absolute;
  top: 0;
  right: -30px;
  background: #eb5f2d;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
}
.timeline-item:nth-child(odd) .timeline-date {
  left: -30px;
  right: auto;
}
.timeline-content {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: relative;
}
.timeline-content::before {
  content: '';
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline-item:nth-child(odd) .timeline-content::before {
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.timeline-item:nth-child(even) .timeline-content::before {
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
.timeline-content h5 {
  color: #eb5f2d;
  margin-bottom: 10px;
}

/* Vision & Mission */
.vision-mission-card {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border-left: 5px solid #eb5f2d;
}
.section-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}

/* Info Cards */
.info-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}
.info-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.info-card .card-title {
  font-weight: 600; margin-bottom: 10px; color: #333;
}
.info-card .card-text {
  color: #666; line-height: 1.6;
}

/* Sustainability */
.sustain-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
}

/* Certifications */
.certifications img {
  transition: transform 0.3s ease;
}
.certifications img:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .about-hero h1 { font-size: 2.25rem; }
  .content-section { padding: 30px 20px; margin-bottom: 30px; }
  .section-title { font-size: 2rem; }
  .timeline { max-width: 100%; }
  .timeline::before { left: 20px; }
  .timeline-item { width: 100%; left: 0 !important; margin: 30px 0; }
  .timeline-date { left: 0 !important; right: auto; }
  .timeline-content::before { left: 20px !important; border: none; }
  .timeline-content { padding-left: 50px; }
  .row.gy-4 > [class*='col-'] { margin-bottom: 20px; }
  .about-hero .btn { display: block; margin-bottom: 10px; width: 100%; text-align: center; }
}




/* Contact Page Styles */
.contact-hero {
    padding: 60px 0;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #333;
}

.hero-subtitle {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.card {
    border-radius: 15px;
}

.form-control {
    border-radius: 10px;
    border: 1px solid #dee2e6;
    padding: 12px 15px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #eb5f2d;
    box-shadow: 0 0 0 0.2rem rgba(235, 95, 45, 0.25);
}

.form-label {
    color: #495057;
}

.btn-primary {
    background-color: #eb5f2d;
    border-color: #eb5f2d;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #e5531b;
    border-color: #e5531b;
    transform: translateY(-1px);
}

.contact-details .info-item {
    display: flex;
    align-items: flex-start;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cta-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}

.cta-subtitle {
    font-size: 1.1rem;
}

.btn-outline-primary {
    border-radius: 50px;
    font-weight: 600;
    border-width: 2px;
    padding: 12px 24px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(235, 95, 45, 0.3);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.25rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .contact-hero,
    .section {
        padding: 40px 0;
    }
    
    .card-body {
        padding: 3rem 2rem !important;
    }
    
    .cta-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .info-item {
        
        justify-content: flex-start;
    }
    
    .info-item i {
        margin-bottom: 10px;
    }
        .map-container {
    margin-top: 1rem;
  }

  .map-container iframe {
    min-height: 280px;
      margin-bottom:20px;
  }
}

.about-hero-section {
    background: linear-gradient(
     135deg, #eb5f2d 0%, #ff7a4a 100%
    );
    
    color: #fff;
}

.about-hero-section .hero-title {
    font-size: 3rem;
    font-weight: 700;
}

.about-hero-section .hero-subtitle {
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
}
