
    body {
      background-color: #fffdfc;
      font-family: 'Canva Sans', 'Segoe UI', Arial, sans-serif;
    }
    h1, h2, h3, h4, h5, h6, .section-title, .navbar-brand, .offcanvas-title {
      font-family: 'Tenor Sans', serif !important;
      letter-spacing: 0.5px;
    }
    .product-title, .product-price, .edp-label, .rating, .category-label, .btn, .form-label, .lead, .aboutus-animate-text, .carousel-caption, .circle-image, .wishlist-btn, .custom-btn, .nav-link, .navbar, .navbar-nav, .form-control, .form-select, .carousel-indicators, .footer, .aboutus-content p {
      font-family: 'Canva Sans', 'Segoe UI', Arial, sans-serif !important;
    }
    .product-card { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 15px; text-align: center; position: relative; }
    .product-card img { width: 100%; height: 180px; object-fit: contain; margin-bottom: 10px; }
    .product-title { font-size: 16px; font-weight: 600; }
    .product-price { font-size: 18px; font-weight: bold; color: #000; }
    .edp-label { font-size: 11px; letter-spacing: 2px; color: #999; }
    .rating { font-size: 14px; color: #ffb400; }
    .btn-dark { font-weight: 600; }
    .circle-image { width: 150px; height: 150px; border: 3px dotted #d86b6b; border-radius: 50%; overflow: hidden; margin: auto; display: flex; align-items: center; justify-content: center; }
    .circle-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
    .category-label { margin-top: 10px; font-weight: 600; }
    .bg-light-gray { background-color: #f8f8f8; }
    footer { text-align: center; padding: 20px 0; font-size: 14px; color: #666; background-color: #f5f5f5; }
    .wishlist-form { position: absolute; top: 10px; left: 10px; }
    .wishlist-btn { background: transparent; }
    .wishlist-btn svg { transition: fill 0.2s; }
    .new-badge {
      position: absolute;
      left: 10px;
      top: 10px;
      background: #e74c3c;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 10px;
      border-radius: 12px;
      z-index: 3;
      letter-spacing: 1px;
    }
    @media (max-width: 768px) {
      .product-card img { height: 140px; }
      .circle-image { width: 120px; height: 120px; }
    }
    .mobile-banner, .mobile-video-section { display: none; }
    @media (max-width: 576px) {
      .desktop-banner, .desktop-video-section { display: none !important; }
      .mobile-banner, .mobile-video-section { display: block !important; }
      .mobile-banner img {
        width: 100vw;
        height: 28vh;
        margin-top: 20px;
        object-fit: cover;
        display: block;
      }
      .mobile-video-section video {
        width: 100vw;
        height: 25vh;
        object-fit: cover;
        display: block;
      }
    }
    .carousel-indicators {
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      z-index: 2;
      justify-content: center;
      margin: 0;
    }
    .carousel-indicators [data-bs-target] {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid #e74c3c;
      margin: 0 6px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      cursor: pointer;
      opacity: 1;
    }
    .carousel-indicators .active {
      background: #e74c3c;
      border-color: #e74c3c;
    }
    #bannerCarousel .carousel-control-prev,
    #bannerCarousel .carousel-control-next {
      display: none !important;
    }
    .section-title {
      font-family: 'Tenor Sans', serif !important;
      letter-spacing: 0.5px;
      font-size: 1.65rem;
      font-weight: 700;
      color: black;
      text-align: center !important;
      margin-bottom: 2rem;
      text-transform: uppercase;
      display: block;
    }
    /* Professional & Responsive Product Card Buttons */
    .custom-btn {
      font-weight: 600;
      border-radius: 25px;
      transition: all 0.2s;
      letter-spacing: 0.5px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      min-width: 0;
      white-space: nowrap;
    }
   .custom-btn.btn-outline-dark:hover,
.custom-btn.btn-outline-dark:focus {
  background: #48CAE4 !important;
  color: white !important;
  border-color: #48CAE4 !important;
}
.custom-btn.btn-outline-dark:hover {
  background: #48CAE4 !important;
  color: #fff !important;
  border-color: #48CAE4 !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(72, 202, 228, 0.4);
}

    .custom-btn.btn-success {
      background: #27ae60;
      border: none;
    }
    .custom-btn.btn-success:hover,
    .custom-btn.btn-success:focus {
      background: #219150;
      color: #fff;
    }
    @media (max-width: 767.98px) {
      .product-card .d-flex.gap-2 {
        flex-direction: column !important;
        gap: 8px !important;
      }
      .custom-btn {
        width: 100% !important;
        min-width: 0;
      }
      .product-card img { height: 120px; }
      .col-12.col-md-6 { margin-bottom: 1rem; }
    }
    .new-green-badge {
      position: absolute;
      top: 16px;
      right: 25px;
      
      color: rgb(170, 51, 106);
      font-size: 13px;
      font-weight: bold;
      
      border-radius: 8px;
      z-index: 3;
      letter-spacing: 1px;
      
    }
    /* About Us Section */
    .aboutus-bg {
      background: url('uploads/background.jpg') center top / cover no-repeat;
      background-attachment: fixed;
      min-height: 1000px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding-top: 20vh;
    }
    .aboutus-content {
      background: white;
      border-radius: 8px;
      padding: 32px 24px;
      max-width: 750px;
      color: black;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    }
    .aboutus-content h2 {
      color: black;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 2rem;
      letter-spacing: 2px;
      font-family: 'Tenor Sans', serif;
    }
    .aboutus-content p {
      font-size: 1.1rem;
      color: black;
      line-height: 1.7;
      white-space: pre-line;
      text-align: left;
      font-family: 'Canva Sans', 'Segoe UI', Arial, sans-serif;
    }
    .aboutus-animate-text {
      min-height: 150px;
    }
    .scroll-bg {
      background-attachment: scroll !important;
    }
    @media (max-width: 768px) {
      .aboutus-bg {
        background-attachment: scroll;
        padding-top: 12vh;
        min-height: 500px;
      }
      .aboutus-content {
        padding: 20px 15px;
        margin: 0 10px;
        border-radius: 6px;
      }
      .aboutus-content h2 {
        font-size: 1.6rem;
      }
      .aboutus-content p {
        font-size: 12px;
        font-family: Canva;
        text-align: center;
      }
    }
  
  .desktop-banner .carousel-caption {
  bottom: -10px !important;
  top: auto !important;
  left: 0;
  right: 10px;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  background: none !important;
}
.desktop-banner .carousel-caption .btn {
  font-size: 0.95rem;
  padding: 0.55rem 1.5rem;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.mobile-banner .carousel-caption {
  bottom: -10px !important;
  top: auto !important;
  left: 0;
  right: 0;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  background: none !important;
}
.mobile-banner .carousel-caption .btn {
  font-size: 0.85rem;
  padding: 0.45rem 1.1rem;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.banner-image {
  height: 85vh;
  object-fit: cover;
}
.carousel-caption {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
.carousel-caption h5,
.carousel-caption h6 {
  color: #fff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  margin: 0;
}
@media (max-width: 768px) {
  .banner-image {
    height: 50vh;
  }
  .carousel-caption h5 { font-size: 1.4rem; }
  .carousel-caption h6 { font-size: 1rem; }
  .carousel-caption .btn { font-size: 0.9rem; padding: 0.4rem 0.8rem; }
}
@media (max-width: 480px) {
  .banner-image { height: 28vh; }
  .carousel-caption h5 { font-size: 1.1rem; }
  .carousel-caption h6 { font-size: 0.9rem; }
  .carousel-caption .btn { font-size: 0.8rem; padding: 0.3rem 0.7rem; }
}
.pill-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: .5rem 1.5rem .5rem 3.5rem; /* extra left padding for the circle */
  border-radius: 9px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: transform .1s, box-shadow .1s;
}

/* Circle wrapper for icon */
.pill-btn .icon-circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: white;  /* semi‑transparent white */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon itself */
.pill-btn .icon-circle i {
  font-size: 1rem;
  color: #fff;
}

/* Text wrapper (so it doesn’t overlap icon) */
.pill-btn .btn-text {
  position: relative;
  z-index: 1;
}

/* Hover lift effect */
.pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* View Detail button colors */
.view-btn {
  background: #17a2b8;
}
.view-btn:hover {
  background: #138496;
}

/* Buy Now button colors */
.buy-btn {
  background: #28a745;
}
.buy-btn:hover {
  background: #218838;
}
