        
          /*body {*/
          /*    font-smooth: always;*/
          /*    -webkit-font-smoothing: antialiased;*/
          /*}*/
          /*  h1, h2, h3, h4, h5, h6 {*/
          /*  color: #1f5014 !important;*/
          /*}*/
          /* Base font setup */
            body {
              font-family: 'Poppins', sans-serif;
              /*font-size: 1rem;*/
              /*color: #333;*/
              font-smooth: always;
              -webkit-font-smoothing: antialiased;
            }
            
            /* Headings use Playfair Display */
            h1, h2, h3, h4,
            .section-title {
                font-weight: 600;
              font-family: 'Poppins', sans-serif;
              color: #1f5014 !important;
            }
            h3, h4, h5, h6{
              font-family: 'Poppins', sans-serif;
              color: #1f5014 !important;
            }
            /* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 40px; /* optional: removes small gap */
}
/* Submenu style */
.dropdown-menu .dropdown-item {
  font-size: 14px;
  background-color: #fff;
  color: #000;
}
@media (max-width: 576px) {
  #desc-tab,
  #quality-tab,
  #reviews-tab {
    font-size: 16px !important;
  }
}


/* On hover keep same style */
.dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #000;
}

            
            .card-footer .btn-dark {
    background-color: #1f5014 !important; /* new background */
    color: #fff !important;              /* text color */
    border-color: #1f5014 !important;   /* optional, if you want border to match */
}
.section-title{
    font-size: 28px !important;
}
 .top-head{
background-color:#12380a !important;
}         
            
          .navbar-brand {
              padding: 10px !important;
          }
          
          .nav-link {
              color: #000;
          }
          .nav-item{
              margin-right: 1px;
          }
          .dropdown-item{
              font-weight: normal;
          }
          
          .logo{
              height: 80px;
              /*width: 150px;*/
          }
          .btn-cta {
              padding: .7rem 1.25rem;
              border-radius: 999px
          }
          
          .hero-slide {
              min-height: 72vh;
              background-size: cover;
              /* background-position: center;
            background-size: cover;
            position: relative; */
          }

          
          .hero-overlay {
              position: absolute;
              inset: 0;
              background: rgba(0, 0, 0, .35)
          }
          
          .hero-content {
              position: relative;
              z-index: 2
          }
          
          .badge-soft {
              background: rgba(255, 255, 255, .15);
              backdrop-filter: blur(6px);
              border: 1px solid rgba(255, 255, 255, .25)
          }
          
          .section-title {
              font-weight: 600;
              letter-spacing: .2px
          }
          
          .category-card img {
              transition: transform .5s ease
          }
          
          .category-card:hover img {
              transform: scale(1.05)
          }
          
          .feature-icon {
              width: 56px;
              height: 56px;
              border-radius: 50%;
              display: grid;
              place-items: center
          }
          
          .brandbar img {
              filter: grayscale(1);
              opacity: .65;
              transition: all .3s
          }
          
          .brandbar img:hover {
              filter: none;
              opacity: 1
          }
          
          .testimonial {
              background: #fff;
              border: 1px solid #eee
          }
         
          .insta-grid img {
              height: 100%;
              width: 100%;
              object-fit: cover
          }
          
          
          .newsletter {
              background: linear-gradient(135deg, #f8f9fa, #ffffff)
          }
         
          .footer a {
              color: inherit;
              text-decoration: none
          }
          
          .footer a:hover {
              color: var(--accent)
          }
          /* Default (desktop/tablet) - normal grid */
          
          .collections-row {
              display: flex;
              flex-wrap: wrap;
              gap: 20px;
          }
          /* Items default */
          
          .collection-item {
              flex: 1 1 calc(33.333% - 20px);
              /* 3 per row desktop */
              min-width: 250px;
          }
          /* Mobile: horizontal scroll */
          
          @media screen and (max-width: 768px) {
              .collections-row {
                  flex-wrap: nowrap;
                  overflow-x: auto;
                  -webkit-overflow-scrolling: touch;
                  scroll-snap-type: x mandatory;
                  gap: 15px;
                  padding-bottom: 10px;
              }
              .collection-item {
                  flex: 0 0 50%;
                  /* each card takes ~80% of screen */
                  min-width: 250px;
                  scroll-snap-align: start;
              }
              .hero-slide {
                width: 430px;
                height: 430px;
              }
              .rounded-3 {
                  width: 350px;
              }
              .category-card {
                  width: 250px;
              }
          }
          
.nav-item .dropdown-toggle { cursor: pointer; }
.nav-item .nav-link { white-space: nowrap; }
  .product-card img {
    transition: transform .5s ease;
  }
  .product-card:hover img {
    transform: scale(1.05);
  }
h2, h3, .section-title {
    /* lighter, not extra bold */
  text-shadow: none !important;  /* remove any shadows */
  background: transparent !important;
  -webkit-text-stroke: 0px !important; /* remove stroke if applied */
}
.section-title {
  font-size: 1.75rem;  /* same as h2 */
  color: #1f5014;
  margin-bottom: 1rem;
  text-transform: none;
}
.blog.blog-single {
  padding-top: 40px;  /* Default for desktop */
}

@media (max-width: 767px) {
  .blog.blog-single {
    padding-top: 0px; /* For mobile screens */
  }
}


/* Category container layout */
.category-container.style_3 {
  display: flex;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  height: 650px; /* adjust as needed */
  overflow: hidden;
}

/* Each strip */
.category-info {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex 0.6s ease;
  cursor: pointer;
}

/* Expand hovered strip */
.category-info:hover {
  flex: 4;
}

/* Image setup */
.category-image,
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform 0.6s ease;
}
.category-info:hover img {
  transform: scale(1.08);
}
/* Card details overlay */
.card-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  color: #222;
  border-radius: 12px 12px 0 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(100%);
  opacity: 0;
}

/* Show details when expanded */
.category-info:hover .card-details {
  transform: translateY(0);
  opacity: 1;
}

/* Card details content */
.text-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cs_starting {
  font-size: 12px;
  color: #555;
  margin: 0;
}

.cs_price {
  font-size: 16px;
  font-weight: 500;
}

.cs_collection_title {
  font-size: 15px;
  font-weight: 400;
  margin-top: 6px;
}
.sort-label {
  font-weight: 400;         /* Bold */
  color: #1f5014;           /* Green shade */
}
.custom-select {
  border-color: #1f5014;    /* Border color *         /* Text color inside select */
}
.custom-select:focus {
  border-color: #1f5014;    /* Keep green border on focus */
  box-shadow: 0 0 0 0.25rem rgba(31, 80, 20, 0.25); /* Subtle green glow */
}
/* Mobile: slider style */
@media (max-width: 768px) {
  .category-container.style_3 {
    display: flex;
    flex-wrap: nowrap; /* prevent wrapping */
    overflow-x: auto; /* horizontal scroll */
    gap: 10px;
    padding-right: 50px;
    padding-left: 50px;
    height: 400px;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    scrollbar-width: none; /* Firefox hide scrollbar */
  }

  .category-container.style_3::-webkit-scrollbar {
    display: none; /* hide scrollbar in Chrome/Safari */
  }
  
  .category-info {
    flex: 0 0 70%; /* show 1 big item at a time */
    max-width: 100%;
  }
  .logo{
     height: 45px;
     }
     .psub{
         font-size: 14px;
     }
     .mbl-body{
         padding-top: 40px;
     }
}

  /* Remove default dropdown caret */
  .no-caret::after {
    display: none !important;
  }
  .toggle-icon {
    font-weight: bold;
    font-size: 1.2rem;
  }
  @media (min-width: 992px) {
    /* Desktop: keep nav centered */
    .navbar-nav {
      justify-content: center;
    }
    #productsMenu {
      display: none !important; /* hide collapse submenu in desktop */
    }
  }
@media (min-width: 992px) {
  #container1 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  
}
.rating{
    font-size: 18px;
}
.price{
    font-size: 20px;
    font-weight: 600;
}
.img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fill the box while cropping if needed */
  border-radius: 10px;
}
.btn-a {
    background-color:  rgb(248 249 250)!important;  /* Grey */
    color: #000 !important;                /* Black text */
    border-color: #163b2e !important;      /* Dark green border */
}
/* Mobile (default) */
.btn-a {
  width: 150px;
}

/* Desktop */
@media (min-width: 992px) {
  .btn-a {
    width: 200px;
  }
  .icns{
      padding-right: 100px;
  }
  .f-bnr{
  max-width: 1140px;
  }
}
.f-bnr p{
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 576px) {
  #productTab .nav-link {
    font-size: 14px;   /* smaller text */
    white-space: nowrap; /* keep in one line */
  }
}

#productTab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d7d7d7; /* light bottom border */
}

#productTab .nav-link {
  background-color: transparent;
  border-bottom: 3px solid transparent; /* hidden underline */
  font-weight: 400;
  /*margin: 0 15px;*/
  /*padding: 0 0 13px;*/
  font-size: 20px;
  color: #666;
  border: none;
}

#productTab .nav-link.active {
  color: #000 !important;
   font-weight: 500;
  border-bottom: 3px solid #000; /* black underline when active */
}


.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
    background-color: #1f5014 !important;  
    color: #fff !important;                
    border-color: #1f5014 !important;      
    box-shadow: none !important; /* remove Bootstrap's default blue glow */
}
.footer.list-unstyled li:hover{
     color: #fff; 
}
.li1 li:hover{
    color:#1f5014;
}
.footer.list-unstyled h6{
    font-weight: 700 !important;
    font-weight: bold;
}
.f-bnr img{
  width: 100%; 
  height: 100%;
  border-radius: 10px;
}
/* Between 800px and 1200px */
@media (min-width: 800px) and (max-width: 1199px) {
  .content1{
    margin-left: 40px;
  }
}

/* Between 1200px and 1400px */
@media (min-width: 1200px) and (max-width: 1399px) {
  .content1 {
    margin-left: 30px;
  }
}
.review-card {
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.review-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
    .contact-wrapper {
      background: #fff;
      border-radius: 12px;
      padding: 40px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    }
    .form-control {
      border-radius: 8px;
      border: 1px solid #ddd;
    }
    .form-control:focus {
      border-color: #1f5014;
      box-shadow: 0 0 0 0.1rem rgba(40,167,69,.25);
    }
    .btn-custom {
       background-color: #1f5014 !important; /* new background */
    color: #fff !important;              /* text color */
    border-color: #163b2e !important; 
    }
   .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  font-size: 18px;
  color: #1f5014 !important;
  border: 2px solid #1f5014 !important;
  border-radius: 20%; /* makes them round */
  /*transition: all 0.3s ease;*/
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #1f5014 !important;
  color: #fff !important;
  border-color: #1f5014 !important;
  transform: translateY(-3px); /* slight lift effect */
}

.customer-care h4{
    font-size: 28px;
    font-weight: 300;
}
/*<!-- CSS faqs-->*/

.faq-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.faq-item {
  border-radius: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  background-color: #1f5014;
  color: #fff;
}

.faq-question {
 padding-left: 15px;
  width: 100%;
  text-align: left;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 16px;
  transition: transform 0.3s;
}

.faq-answer {
  display: none;
  padding: 0 15px 15px 15px;
  font-size: 16px;
  color: #fff;
}
.faq-answer p{
     color: #fff !important ;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}
.faq-question {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.faq-icon {
  font-size: 18px;
  transition: transform 0.3s;
}
.faq-answer {
  display: none;
  padding: 10px 0 0;
  font-size: 16px;
  color: #333;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .customer-care .telephone {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .customer-care .telephone {
    margin-bottom: 20px;
  }
}

  .thumb-image.active-thumb {
    border: 2px solid #12380a ;
  }

  .thumb-image:hover {
    opacity: 0.8;
    transition: 0.3s ease;
  }

.main-image1 {
  height: 500px ;
  overflow: hidden;
}

/* For small devices */
@media (max-width: 676px) {
  .main-image1 {
    height: 400px ;
  }
}

/* Optional: ensures the image fits nicely */
.object-cover {
  object-fit: cover;
}



