    body {
      margin: 0;
      background-color: #f8f9fa;
    }


@font-face {
  font-family: 'Chillen';
  src: url('../fonts/Chillen.ttf') format('truetype');
}





    .top-banner {
      background-color: #B09251;
      color: white;
      font-weight: 400;
      font-size: clamp(7px,2vw,14px);
      text-align: center;
      padding: 8px 0;
      font-family: 'Lato', sans-serif;
    }


    .main-navbar {
      background-color: #0c0b09;
      color: white;
      position: sticky;
      top: 0;
      width: 100%;
      z-index: 1020;
      padding: 26px 0 15px 0;
      font-family: 'Lato', sans-serif;

    }

    .navbar-logo img {
      height: clamp(50px,4vw,95px);
    }

    .search-wrapper {
      position: relative;
      width: 100%;
    }

    .search-bar {
      border: 1px solid #b99655;
      border-radius: 6px;
      padding: clamp(4px, 2vw, 16px) clamp(12px, 2.5vw, 12px);
      padding-right: 40px;
      width: 100%;
      background-color: transparent;
      color: #ccc;
    }

    .search-bar::placeholder {
      color: #aaa;
      font-size: clamp(9px,3vw,18px);
    }
    .search-bar:focus{
        background-color: black;
      
      color: white;

    }

    .search-icon {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #ccc;
    }

    .nav-items {
      font-size: 14px;
      margin-top: 12px;
      flex-wrap: wrap;
      font-weight: 300;
    }

    .nav-items a {
      color: #ccc;
      margin-right: 24px;
      text-decoration: none;
    }

    .icon-badge {
      position: relative;
      font-size: 18px;
      color: white;
      margin-left: 18px;
    }

    .icon-badge .badge {
      position: absolute;
      top: -5px;
      right: -10px;
      font-size: 10px;
      background: #d72638;
    }

    @media (max-width: 768px) {
      .navbar-logo {
        text-align: center;
        margin-bottom: 10px;
      }

      .icon-badge {
        margin-left: 12px;
      }

      .nav-items {
        justify-content: center;
      }
    }

    #mobileNav .nav-items a {
  display: block;
  width: 70%;
  text-align: center;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #444343;
  text-decoration: none;
  color: inherit; 
}









.hero-section {
  background: url('images/285f6e42202de6d5b211f8390fe26d3b14f1d04f.png') no-repeat center center/cover;
  min-height: 80vh;
  padding: clamp(8px, 5vw, 16px) clamp(10px, 5vw, 12px);
  display: flex;
  align-items: center;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.hero-content {
  max-width: 800px;
  /* margin: 0 auto; */
}

.hero-subtitle {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.hero-title {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: 'Chillen', sans-serif;
}

.hero-description {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;

}

.hero-btn {
  padding: clamp(0.8rem, 1.2vw, 1.2rem) clamp(1.25rem, 2.5vw, 1.75rem);
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  border-radius: clamp(20px,3vw,25px);

  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  background-color: #C0914B;
  border: 2px solid white;
  color: white;

}

.hero-btn:hover {
  background-color: #caa061;
  color: #f6f4f4;
}
























    .shop-section {
      background: linear-gradient(to bottom, #F2E9DB, #DFC8A5);
      padding: 60px 20px;
    }

    .shop-heading {
      text-align: center;
      margin-bottom: 40px;

    }

    .shop-heading h2 {
      font-size: clamp(2.3rem,3vw,3.5rem);
      font-weight: 400;
      color: #806132;
  font-family: 'Chillen', sans-serif;

    }

    .shop-heading p {
      color: #C0914B;
      font-size:clamp(0.7rem,1vw,1rem);
      margin-top: 0.5rem;
      font-weight: 500;
  font-family: 'Poppins', sans-serif;

    }

    .category-section {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .category-card {
      position: relative;
      width: 180px;
      height: 400px;
      border-radius: 16px;
      overflow: hidden;
      transition: all 0.4s ease-in-out;
      background-size: cover;
      background-position: center;
      display: flex;
        justify-content: center; 
      align-items: flex-end;  
  
        border: 4px solid rgba(255, 255, 255); 
              backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);


    }

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #C28978 0%, #C2897800 100%);
  z-index: 1;
  transform: rotate(180deg);
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}



.category-card span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-size: clamp(2.3rem,4vw,4rem);
  font-weight: 400;
  color: #FFFFFF;
  font-family: 'Chillen', sans-serif;
  z-index: 2;
}

    .category-card:hover {
      width: 280px;

      
    }

    .category-card:hover .hover-content {
      opacity: 1;
      z-index: 3;
    }

    .category-card:hover::before {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}



.category-card.category-bangles:hover {
  background-image: none !important;
  background-image: url('images/c8160d99969c491b8a2c173743d6421ca5b1c04a.jpg') !important;
}


.category-card.category-necklaces:hover {
  background-image: none !important;

  background-image: url('images/66c35d85d0b45d00f98e9ab60ec2d16882d31ea2.jpg') !important;
}

.category-card.category-earrings:hover {
  background-image: none !important;

  background-image: url('images/37c3d45abad08752e2be3cd68e2b20f62d80cf5c.jpg') !important;
}

.category-card.category-combo1:hover {
  background-image: none !important;

  background-image: url('images/fb2de175f73b895d7b3b6d70fefeda7b047cd44f.jpg') !important;
}

.category-card.category-combo2:hover {
  background-image: none !important;

  background-image: url('images/c8160d99969c491b8a2c173743d6421ca5b1c04a.jpg') !important;
}


/* Hide the span on hover */
.category-card:hover span {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}


    .hover-content {
      text-align: center;
      color: #A0793E;
      padding: 20px;

      opacity: 0;
      transition: 0.7s ease-in-out;
    }

    .hover-content a {
 

      text-decoration: none !important;
      color: #A0793E;
            font-weight: 400;
  font-family: 'Chillen', sans-serif;
  font-size: 12px;


    }


    @media (max-width: 768px) {
      .category-card {
        width: 120px;
        height: 200px;
      }

      .category-card:hover {
        width: 170px;
        height: 200px;
      }

      .category-card span {
        font-size: 1rem;
        margin: 10px;
      }

      .hover-content {
        padding: 10px;
      }

      .hover-content a {
        font-size: 1rem;
      }
    }












        .top-product-section {
      padding: 40px 0;
    }

    .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
  font-family: 'Chillen', sans-serif;
  font-weight: 400;
  color: #806132;

    }
    .section-header h3{
      font-size: 3rem;
    }

    .categories {
      display: flex;
      gap: clamp(20px,3vw,50px);
      align-items: center;
      flex-wrap: wrap;
    }

    .category-tab {
      cursor: pointer;
      font-weight: 500;
      color: #958F86;

      border-bottom: 2px solid transparent;
  font-family: 'Lato', sans-serif;

      padding-bottom: 4px;
    }

    .category-tab.active {
      color: #806132;
      border-color: #7a6e66;
    }



    .custom-nav-buttons button {
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 18px;
  cursor: pointer;
  color: #0a0a0a;
  border-radius: 4px;
}


.custom-prev.disabled,
.custom-next.disabled {
  pointer-events: none;
  opacity: 0.4;
}


    .product-card {
      text-align: center;

    }

    .product-card img {
      margin: auto;
     
    }

    .product-name {
      margin-top: 20px;
      font-size: 20px;
      font-family: 'Lato', sans-serif;

    }

    .product-btn {
      margin-top: 15px;
      background-color: #C0914B;
      color: white;
      font-size: 16px;
      padding: 6px 26px;
      border-radius: 13px;
      border: none;
      font-family: 'Poppins', sans-serif;

    }

    .owl-nav {
      display: flex;
      gap: 10px;
    }

    .owl-nav button {
      background-color: transparent;
      border: 1px solid #ccc;
      padding: 5px 10px;
      font-size: 18px;
      cursor: pointer;
      color: #0a0a0a;
    }

    .product-carousel{
      margin-top: 3rem;
    }













.products .section-heading {
      text-align: center;
      margin-bottom: 5rem;
      
    }
    .products .section-heading h2 {
      font-size: 3rem;
        font-family: 'Chillen', sans-serif;
  font-weight: 400;
  color: #806132;
    }
    .products .section-heading p {
      color: #C0914B;
      margin-top: 8px;
      font-family: 'Poppins', sans-serif;

    }
    .products .products-card {
      text-align: center;
      padding-bottom: 6rem;
      position: relative;
    }
    .products .products-card img {
      width: 100%;
      object-fit: contain;
    }
    .products .wishlist-icon {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 1.2rem;
      color: #d1a9a9;
      cursor: pointer;
    }
    .products .product-info {
      margin-top: 2.5rem;
    }
    .products .product-info .sale {
      color:#C28978;
      font-size: 0.9rem;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      text-align: start;


    }
    .products .product-info h6 {
      font-size: 1.1rem;
      font-weight: 400;
      margin-top: 5px;
      color: #464646;
      text-align: start;
    }
    .products .product-info p {
      font-size: 0.85rem;
      color: #555;
      margin: 5px 0;
    }
    .products .price {
      font-weight: 400;
      color: #c03434;
      font-family: 'Poppins', sans-serif;
      

    }
    .products .original-price {
      text-decoration: line-through;
      color: #777;
      margin-left: 8px;
      font-family: 'Poppins', sans-serif;

    }
    .products .discount-badge {
      font-size: 0.75rem;
      background-color: #f2f2f2;
      color: #c03434;
      padding: 3px 6px;
      margin-left: 8px;
      border-radius: 5px;
      font-family: 'Poppins', sans-serif;

    }
    .products .add-to-cart {
      margin-top: 2.3rem;
      background-color: #C0914B;
      font-family: 'Poppins', sans-serif;

      border: none;
      padding: 10px 0;
      color: white;
      width: 100%;
      font-size: 0.9rem;
      border-radius: 15px;
    }


















    .featured-products-section {
  background: linear-gradient(to bottom, #F2E9DB, #DFC8A5);
  padding: 100px 0px 140px 0;

}

.featured-products-section .section-title {
      font-size: 3rem;
        font-family: 'Chillen', sans-serif;
  font-weight: 400;
  color: #806132;
}

.featured-products-section .custom-nav-btn {
  width: 25px;
  height: 25px;
  border: 1px solid #6f4e37;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0;
}



.featured-products-section .custom-nav-btn i {
  font-size: 1rem;
  color: #070707;
}

.featured-products-section .custom-nav-btn:hover i {
  color: white;
}

.featured-carousel .featured-card {
  transition: transform 0.3s;
  border-radius: 10px;
}

.featured-card .price{
  color: #9C1137;
  font-weight: 500;
      font-family: 'Lato', sans-serif;
      text-align: left;

}
.featured-card .old-price{
  color: #958F86;

}


.featured-card .bi-bag-heart{
  color: #9C1137;
  font-size: 1.3rem;
}

.featured-card .product-name{
  color: #383434;
  font-weight: 400;
      font-family: 'Lato', sans-serif;
      font-size: 1.2rem;

}
.featured-card img{
  border-bottom: 1px solid #F6F3EE;
}

.featured-carousel .featured-card:hover {
  transform: translateY(-5px);
}




















.black-friday-section {
  background-image: url('images/ec1e7b7e1bb211c6de53988ba75ddc459b7ebb70.jpg'); /* Replace with actual path */
  background-size: cover;
  background-position: center;
  color: white;
  
  padding: 100px 0;
  position: relative;
}

.thumbnail-row {
  position: absolute;
  top: 90% ;
  left:50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}
.thumb-img {
  width: 100px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}
.thumb-img:hover {
  transform: scale(1.05);
}

.sale-date {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.sale-heading {
  font-size:6rem;
  font-weight: 700;
  line-height: 1;
  font-family: 'Prompt', sans-serif;
}

.sale-subheading {
  font-size: 3rem;
  margin-top: 20px;
  font-weight: 600;
  font-family: 'Prompt', sans-serif;

}

.sale-percentage{
    font-size: 6.1rem;
  /* margin-top: 10px; */
  font-weight: 700;
  font-family: 'Prompt', sans-serif;

}


.sale-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 0.9rem;
  color: white;
  text-decoration: none;

  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;

}
.sale-link:hover {
  color: #ddd;
  border-color: #ddd;
}














.recommended .recommended-title {
      font-size: 3rem;
        font-family: 'Chillen', sans-serif;
  font-weight: 400;
  color: #806132;
}

.recommended .recommended-subtext {
      color: #C0914B;
      margin-top: 8px;
      font-family: 'Poppins', sans-serif;
}

.recommended .recommend-card {
  height: 370px;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

.recommended .wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #b78b52;
}

.recommended .shop-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #C0914B;
  color: #fff;
  border: 1px solid white;
  border-radius: 30px;
  padding: 8px 25px;
  font-weight: 400;
  font-size: 1rem;
 
      font-family: 'Poppins', sans-serif;

}








.gallery-section {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery-title {
      font-size: 3rem;
        font-family: 'Chillen', sans-serif;
  font-weight: 400;
  color: #806132;
}

.gallery-description {
      color: #383434;
      margin-top: 8px;
      font-family: 'Lato', sans-serif;
      margin-bottom: 2.5rem;
}

.gallery-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}


.Right-Image .Left-Image{
    object-fit: cover;
  height: 80% !important;
  width: 100%;
  transition: transform 0.3s ease;

}


.center-img{

  height: 21rem !important;
}











.features-section {
  position: relative;
  background-color: #B09251; 
  overflow: hidden;
}

.features-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background-image: url('images/b7b301176effb21b1deeaefaa655206e786c5b6d (1).png'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 1; 

}

.features-section .container {
  position: relative;
  z-index: 2;
}

.features-section i {
  color: #fffdfd;
  font-size: clamp(0.9rem,3vw,1.3rem);
}

.features-section h6{
  color: white;
      font-family: 'Lato', sans-serif;
  font-size: clamp(0.7rem,3vw,1rem);



}
















.footer-section {
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.footer-section h6{
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-bottom: 1rem; 


}

.footer-logo {
  width: 140px; 
  height: auto;
  mix-blend-mode: lighten;
  filter: brightness(1.2) contrast(1.1);
}


.footer-follow-text {
  color: #ddd;
  font-size: 0.95rem;
  letter-spacing: 1px;
  font-family: 'EB Garamond', serif;
}

.social-icons .social-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons .social-icon:hover {
  background-color: #fff;
  color: #000;
}

.footer-link {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  font-family: 'Lato', sans-serif;



}

.footer-section ul li {
  margin-bottom: 0.7rem; /* space between links */
}



.footer-link:hover {
  color: #fff;
}













 .rounded-hex{
    -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">\
<path d=\"M28 4h44a12 12 0 0 1 8 3l16 16a12 12 0 0 1 3 8v38a12 12 0 0 1 -3 8l-16 16a12 12 0 0 1 -8 3H28a12 12 0 0 1 -8-3L4 77a12 12 0 0 1 -3-8V31a12 12 0 0 1 3-8L20 7a12 12 0 0 1 8-3z\" fill=\"%23000\"/>\
</svg>') center / contain no-repeat;
            mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">\
<path d=\"M28 4h44a12 12 0 0 1 8 3l16 16a12 12 0 0 1 3 8v38a12 12 0 0 1 -3 8l-16 16a12 12 0 0 1 -8 3H28a12 12 0 0 1 -8-3L4 77a12 12 0 0 1 -3-8V31a12 12 0 0 1 3-8L20 7a12 12 0 0 1 8-3z\" fill=\"%23000\"/>\
</svg>') center / contain no-repeat;
  }

  /* Fallback (no rounded corners) */
  @supports not ((mask: none) or (-webkit-mask: none)) {
    .rounded-hex{
      clip-path: polygon(25% 3%, 75% 3%, 97% 25%, 97% 75%, 75% 97%, 25% 97%, 3% 75%, 3% 25%);
      border-radius: 24px; /* will be ignored by clip-path but harmless */
    }
  }

  .badge.red    { background: linear-gradient(135deg,#f5e9e9,#B09251); }
  .badge.purple { background: linear-gradient(135deg,#f5e9e9,#B09251); }
  .badge.orange { background: linear-gradient(135deg,#f5e9e9,#B09251); }

  .badge .amount{
    font-weight: 800;
    letter-spacing: .02em;
    font-size: clamp(22px, 4.5vw, 36px);
    line-height: 1;
  }
  .badge .label{
    margin-top: .25rem;
    font-size: clamp(10px, 1.6vw, 12px);
    text-transform: uppercase;
    opacity: .9;
  }

  /* subtle glossy highlight */
  .badge::after{
    content: "";
    position: absolute; inset: 0;
    pointer-events: none;
    
  }