/* #8aa74e
#784c30
#8aa74e */

/* Navbar */
.navbar {
  background-color: #FAF8F3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Nav Links */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #4A3728;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #7B8B3D;
}

/* Dropdown Menu */
.dropdown-menu {
  border-radius: 10px;
  border: none;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  animation: fadeIn 0.3s ease;
}

/* Dropdown Items */
.dropdown-item {
  padding: 8px 14px;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f1f1e6;
  color: #4A3728;
}

/* Submenu */
.dropdown-submenu {
  position: relative;
}


/* Bootstrap arrow ko overwrite karo (hide mat karo) */
.dropdown-submenu>.dropdown-toggle::after {
  content: "" !important;
  border: none !important;
}

/* Sirf submenu ke liye custom arrow */
.dropdown-submenu>.dropdown-toggle::after {
  content: "›" !important;
  float: right;
  font-size: 18px;
  font-weight: 600;
  margin-top: 2px;
  transition: transform 0.3s ease;
}

.dropdown-submenu:hover>.dropdown-toggle::after {
  transform: translateX(3px);
}

/* Desktop Submenu Position */
@media (min-width: 992px) {
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.2rem;
  }
}

/* Mobile Fix */
@media (max-width: 991px) {
  .dropdown-submenu>.dropdown-menu {
    margin-left: 1rem;
    box-shadow: none;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About us */
.text-brand-dark {
  color: #6d3e23 !important;
}

.text-brand-secondary {
  color: #8aa74e !important;
}

/* Buttons (same as products) */
.btn-custom1 {
  background-color: #6d3e23;
  border-color: #6d3e23;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-custom1:hover {
  background-color: #784c30;
  border-color: #784c30;
}

.btn-outline-custom1 {
  color: #6d3e23;
  border-color: #6d3e23;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-custom1:hover {
  background-color: #6d3e23;
  color: #fff;
  border-color: #6d3e23;
}

/* About Us Overall */
.about-us-section {
  background-color: #ffffff;
}

.about-us-section p {
  color: #333;
  line-height: 1.6;
}

/* Image Styling */
.about-img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
}

.about-img-wrap {
  display: flex;
  justify-content: center;
}

/* List Styling */
.about-list li {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 8px;
}

/* Box Styling for Vision & Mission */
.about-box {
  background-color: #fff;
  border-radius: 8px;
  border-top: 4px solid #8aa74e;
}

/* Responsive Text Sizes */
@media (max-width: 767px) {
  .about-us-section h2 {
    font-size: 2rem;
  }

  .about-us-section h4 {
    font-size: 1.4rem;
  }
}

/* ===========================
   Product Card Styles
   =========================== */
.product-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  background: #fff;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* ===========================
   Product Images
   =========================== */
.product-img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin: 15px auto 0 auto;
  display: block;

}

/* ===========================
   Section Headings
   =========================== */
.products-section h2 {
  font-size: 2.4rem;
  color: #6d3e23;
  font-weight: 700;
}

.products-section p {
  font-size: 1rem;
  color: #555;
}

/* ===========================
   Card Titles & Text
   =========================== */
.product-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #6d3e23;
  margin-bottom: 8px;
}

.product-card .card-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.45;
}

/* ===========================
   Layout & Spacing
   =========================== */
.products-section {
  background-color: #f9f9f9;
}

.products-section .container {
  max-width: 1200px;
}

.products-section .row {
  margin-top: 15px;
}

/* ===========================
   Responsive Adjustments
   =========================== */
@media (max-width: 991px) {
  .product-img {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .products-section h2 {
    font-size: 2rem;
  }

  .product-img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 575px) {

  .btn-custom1,
  .btn-outline-custom1 {
    width: 100%;
    margin-bottom: 6px;
  }
}


/* services  */
/* ===========================
   Brand Text Colors
============================ */
.text-brand-dark {
  color: #6d3e23 !important;
}

.text-brand-secondary {
  color: #8aa74e !important;
}

/* ===========================
   Services Section Style
============================ */
.services-section {
  background-color: #f9f9f9;
}

.services-section p {
  color: #444;
  line-height: 1.6;
}

.services-section h5 {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

/* ===========================
   Background Image Box
============================ */
.service-bg {
  background-image: url('./img/Jaggery-powder.jpeg');
  /* Change image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 450px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ===========================
   Responsive Adjustments
============================ */
@media (max-width: 991px) {
  .service-bg {
    display: none;
  }
}

@media (max-width: 575px) {
  .services-section h2 {
    font-size: 1.9rem;
  }
}


/* Gallery  */
/* ===========================
   Brand Colors
============================ */
.text-brand-dark {
  color: #6d3e23 !important;
}

/* ===========================
   Gallery Section
============================ */
.gallery-section {
  background-color: #f9f9f9;
}

.gallery-section p {
  color: #444;
  font-size: 1rem;
}

/* ===========================
   Gallery Image Cards
============================ */
.gallery-card {
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* Image Styling */
.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* Optional: Add a filter overlay on hover */
.gallery-card:hover .gallery-img {
  opacity: 0.9;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .gallery-img {
    height: 170px;
  }
}

@media (max-width: 575px) {
  .gallery-img {
    height: 150px;
  }
}

/* Contact  */
/* Brand Colors */
.text-brand-dark {
  color: #6d3e23 !important;
}

.text-brand-secondary {
  color: #8aa74e !important;
}

/* Form Styles */
.form-custom {
  border: 2px solid #784c30;
  border-radius: 6px;
  padding: 10px;
  transition: 0.3s ease;
}

.form-custom:focus {
  box-shadow: 0 0 8px rgba(120, 76, 48, 0.5);
  border-color: #6d3e23;
}

/* Contact Info Box */
.contact-info {
  background-color: #fff;
  border-left: 4px solid #8aa74e;
}

.contact-info p {
  font-size: 0.95rem;
  color: #333;
}

/* Map Placeholder */
.map-placeholder {
  background-color: #fff;
  border: 2px dashed #8aa74e;
  height: auto;
}

.map-placeholder img {
  max-height: 220px;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Buttons */
.btn-custom1 {
  background-color: #6d3e23;
  border-color: #6d3e23;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-custom1:hover {
  background-color: #784c30;
  border-color: #784c30;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .map-container {
    aspect-ratio: 4 / 5;
  }
}


/* news letters */
/* Brand Colors */
.text-brand-dark {
  color: #6d3e23 !important;
}

.text-brand-secondary {
  color: #8aa74e !important;
}

/* Newsletter Section */
.newsletter-section {
  background-color: #f9f9f9;
}

.newsletter-text,
.newsletter-list {
  font-size: 1rem;
  color: #444;
}

.newsletter-list {
  list-style: none;
  padding: 0;
}

.newsletter-list li {
  margin: 6px 0;
}

/* Input Field */
.form-newsletter {
  border: 2px solid #784c30;
  border-radius: 6px;
  padding: 10px;
  width: 70%;
  max-width: 350px;
  transition: 0.3s ease;
}

.form-newsletter:focus {
  border-color: #6d3e23;
  box-shadow: 0 0 8px rgba(120, 76, 48, 0.4);
}

/* Subscribe Button */
.btn-custom1 {
  background-color: #6d3e23;
  border-color: #6d3e23;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-custom1:hover {
  background-color: #784c30;
  border-color: #784c30;
}

/* footer */
/* Footer Colors */
.footer-section {
  background-color: #6d3e23;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #8aa74e;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.footer-text,
.footer-links a {
  color: #f8f9fa;
  font-size: 0.95rem;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-text a {
  color: #8aa74e;
}

.footer-links a:hover {
  color: #8aa74e;
  text-decoration: underline;
}

/* Social Icons */
.social-icons {
  margin-top: 10px;
}

.social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #784c30;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #8aa74e;
  color: #fff;
  transform: scale(1.1);
}

/* Footer Bottom */
.footer-bottom {
  background-color: #784c30;
  border-top: 3px solid #8aa74e;
}

.footer-bottom p {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Spacing */
.footer-col {
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 767px) {
  .footer-title {
    font-size: 1.1rem;
  }

  .social-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 1rem;
  }
}

/* Modal css */
.btn-primary-custom {
  background-color: #8aa74e;
  border-color: #8aa74e;
  color: #fff;
}

.btn-primary-custom:hover {
  background-color: #7a9546;
}

.modal-header {
  background-color: #6d3e23;
  color: #fff;
}

.form-control:focus {
  border-color: #8aa74e;
  box-shadow: 0 0 0 0.2rem rgba(138, 167, 78, 0.25);
}