
    /* ---------- Custom Styles ---------- */
    :root{ --accent: #2596be; --accent-dark:#2596be; --muted:#6c757d }
    .btn-danger{background:#d90811 !important;}
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    body{ font-family: 'Poppins', system-ui, Arial, sans-serif; background:#f8f9fa }

    /* Top header */
    .top-bar{ background:#003500; border-bottom:1px solid #eee; padding:8px 0 }
    .top-bar .contact-info{ display:flex; align-items:center; gap:10px; font-size:14px }
    .top-bar .contact-info i {
        color: #2596be;
        font-size: 20px;
        border: solid 1px;
        border-radius: 50px;
        padding: 1px 5px;
        background-color: #FDF7E5;
    }
    .hero .carousel-item:before {
    content:'';
    height:100%;
    width:100%;
    position:absolute;
    background-color:#000;
    opacity:0.5;
}

.carousel-item {}
    @media (max-width: 991px) {
      .top-bar .logo {
        max-height: 45px;
      }
      .top-bar .fw-semibold {
        font-size: 14px;
      }
      .top-bar i {
        font-size: 16px;
      }
       .m-none{
      display:none;
     }
     button.navbar-toggler {
    order: -1;
}
a.navbar-brand.d-lg-none {
    margin-right: 0;
}
    }

    /* Main Navbar tweaks */
    .main-nav{ background:#fff }
    .nav-item{ margin-right: 20px; }
    .nav-link{ color:#fff !important; font-weight:500 }
    .nav-link:hover{ color:var(--accent) !important }

    /* Logo centered top layout */
    .logo-center img{ 
 
    }

    /* Hero carousel */
    .hero .carousel-item{ height:420px; background-size:cover; background-position:center }
    .hero .carousel-caption{ bottom:30%; transform:none }
    .hero .carousel-caption h1{ font-weight:700; letter-spacing:0.3px }

    /* Banner Section */
    .banner-card img {
    transition: transform 0.6s ease;
    }
    .banner-card:hover img {
    transform: scale(1.05);
    }
    .banner-text {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    }
    @media (max-width: 768px) {
      .banner-text { 
        width: 90%; padding: 1rem; 
      }
    
    }
   


/* Products Section css */
.products-section h2 {
  color: #2F6C3F;
}
.product-card {
  transition: all 0.4s ease;
  background: #fff;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
/*.product-card img {
  height: 200px;
  object-fit: contain;
}*/
.btn-success {
  background-color: #2F6C3F;
  border-color: #2F6C3F;
}
.btn-success:hover {
  background-color: #003500;
  border-color: #003500;
}
/* Product Section Styling */
.products-section .card {
  transition: all 0.3s ease;
  border-radius: 15px;
}

.products-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.products-section img {
  border-radius: 15px 15px 0 0;
}

.products-section .price {
  font-size: 1rem;
  color: #2F6C3F;
}

.products-section .btn {
  border-radius: 25px;
  padding: 6px 14px;
}

.products-section .btn-success {
  background-color: #2F6C3F;
  border-color: #2F6C3F;
}

.products-section .btn-success:hover {
  background-color: #245730;
  border-color: #245730;
}


    /* Blog cards */
    .blog-card img{ height:140px; object-fit:cover; border-radius:6px }

    /* Benefits */
.benefit-section{padding:3rem 0;background:#f8f9fa}
.benefit-item{display:flex;align-items:center;gap:10rem;flex-wrap:wrap}
.benefit-item:nth-child(even){flex-direction:row-reverse}
.benefit-text h3 {
    color: #1f6d3b;
}
.benefit-text ul{margin-left:1rem}
.benefit-text ul li{margin-bottom:.5rem}
.benefit-img img{border-radius:12px;width:100%;max-width:450px;}
.benefit-section {
      padding: 60px 0;
      display: flex;
      align-items: center;
    }

    .benefit-text h2 {
      font-weight: 700;
      color: #146C43;
      margin-bottom: 20px;
    }

    .benefit-text p {
      color: #555;
      line-height: 1.7;
      font-size: 16px;
    }

    .benefit-image img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* Responsive tweak */
    /*@media (max-width: 991px) {
      .benefit-section {
        text-align: center;
        flex-direction: column;
      }
      .benefit-text {
        margin-top: 20px;
      }
    }*/
    @media (max-width: 991px) {
      .benefit-section {
        text-align: center;
      }
      .benefit-text {
        margin-top: 25px;
        padding: 0 20px;
      }
      .benefit-image img {
        max-width: 350px; /* smaller for mobile */
      }
    }

    @media (max-width: 575px) {
      .benefit-image img {
        max-width: 280px; /* even smaller for small phones */
      }
    }

/* CTA Section */
.cta-section {
  background: url('../img/dcta.jpg') center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.cta-section .overlay {
  background: rgba(47, 108, 63, 0.7);
  z-index: 1;
}
.cta-section .container {
  z-index: 2;
  position: relative;
}
.cta-section h2, .cta-section p {
  color: #fff;
}
.btn-warning {
  background-color: #C79A2B;
  border-color: #C79A2B;
  color: #fff;
}
.btn-warning:hover {
  background-color: #2596be;
  border-color: #2596be;
}

    /* Footer */
    footer{ background:#222; color:#ddd; padding:40px 0 }
    footer a{ color:#fff }

    /* Responsive small tweaks */
    @media (max-width:768px){ .hero .carousel-item{ height:260px } }
    p.small.text-white {
        padding-right: 40px;
    }

    /*.d-flex.align-items-center.mb-3.mb-md-0 img {
      height: 230px;
      width: 230px;
  }*/
    .cart-container {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .cart-card {
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .product-img-cart {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 10px;
    }
    .qty-btn {
      border: none;
      background-color: #0d6efd;
      color: #fff;
      border-radius: 5px;
      padding: 3px 10px;
      font-size: 16px;
    }
    .qty-btn:hover {
      background-color: #084298;
    }
    .total-box {
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    @media (max-width: 768px) {
     /* .product-img {
        width: 70px;
        height: 70px;
      }*/
      .cart-card {
        padding: 15px;
      }
      section.hero {
          margin: 0px !important;
      }
      .hero .carousel-caption {
          bottom: 0%;
          transform: none;
      }
      .hero .caousel-for {
          bottom: -10%;
          transform: none;
      }
      .product-buttons {
    flex-wrap: wrap;
    }

    input#qty {
        width: 45px !important;
    }
    .btn-add {
        font-size: 11px;
        text-decoration: none;
    }
  }
    .card-call {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .product-card {
      border: none;
      background: #fff;
      transition: 0.3s;
      text-align: center;
      overflow: hidden;
      position: relative;
    }
    .product-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .product-card img {
      width: 100%;
      transition: transform 0.3s ease;
    }
    .product-card:hover img {
      transform: scale(1.05);
    }
    .product-icons {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      opacity: 0;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .product-card:hover .product-icons {
      opacity: 1;
      right: 15px;
    }
    .product-icons button {
      border: none;
      background: #fff;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      cursor: pointer;
    }
    .product-icons button:hover {
      background: #f5f5f5;
    }
    .price {
      color: #2d7a2f;
      font-weight: 600;
    }
    .btn-add {
      background-color: #1f6d3b;
      border: none;
      border-radius: 25px;
      padding: 8px 16px;
      color: #fff;
      font-weight: 600;
      transition: 0.3s;
      text-decoration: none;

    }
    .btn-add:hover {
      background-color: #155e2e;
    }
    
}
@media(max-width:575px){
  .d-flex.align-items-center.mb-3.mb-md-0 img {
    height: 140px;
    width: 140px;
}
}

.sidebar-box {
  border-radius: 12px;
}

.sidebar-list li {
  margin-bottom: 8px;
}

.sidebar-list li a {
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.2s;
}

.sidebar-list li a:hover {
  color: #198754;
  padding-left: 5px;
}

/* ===== PRODUCT CARD ===== */
.product-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  transition: .4s;
}

.product-card:hover img {
  transform: scale(1.08);
}

.badge-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: red;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.product-info {
  padding: 1rem;
  text-align: left;
}

.product-info h5 {
  font-weight: 600;
  color: #000;
}
.product-info a {
  text-decoration: none;
}

.price {
  color: #198754;
  font-weight: 600;
}

.old-price {
  color: #888;
  text-decoration: line-through;
}

.add-cart-btn {
  background: #198754;
  color: #fff;
  border: none;
  padding: 7px 20px;
  border-radius: 25px;
  margin-top: 8px;
  transition: .3s;
}

.add-cart-btn:hover {
  background: #146c43;
}

/* Responsive */
@media(max-width: 767px) {
  .sidebar-box {
    margin-bottom: 20px;
  }
}

.checkout-page .form-control {
  border-radius: 8px;
  padding: 10px;
}

.checkout-page textarea {
  border-radius: 8px;
}

.order-item span {
  font-size: 15px;
}

.btn-dark {
  border-radius: 10px;
  font-size: 18px;
}

.payment-box .form-check-input {
  cursor: pointer;
}

.payment-box label {
  cursor: pointer;
}

/*========== contact-us section Page Css  ========== */
  .contact-header {
      background: #111;
      color: #fff;
      padding: 60px 0;
      text-align: center;
  }
  .contact-box {
      background: #fff;
      padding: 35px;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.07);
  }
  .contact-info i {
      font-size: 28px;
      color: #0d6efd;
      margin-bottom: 10px;
  }
  .contact-info h5 {
      font-weight: 600;
  }
  iframe {
      border-radius: 12px;
  }



