*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--secondary-font);
}



:root {
  --primary-color: #C90765;
  --secondary-color: #FAF7F2;    
  --gray-color: #999999;
  --input-border-color: #D9D9D9;
 --primary-font: "Prata", serif;
 --secondary-font: "Lora", serif;
 --highlight-font: "Lato", sans-serif;
}


.search-second{
  display: none !important;
}
.icon-user-mobile{
  display: none;
}
.icon-bag-mobile{
  display: none;
}

p{
    margin: 0;
}
/* .header-block{
  font-family: var(--highlight-font);
} */
.header-block {
    position: sticky;
    top: 0;
    z-index: 9999;
    font-family: var(--highlight-font);
}

.header-title{
    color: #F4E2B8;
}
.header-top{
    background-color: var(--primary-color);
    color: #fff;
    position: relative;
} 
.navbar-brand img{
   
    position: absolute;
    top: -38%;
}
.header-top-content p{
    font-size: 14px;
    font-family: var(--highlight-font);
    font-weight: 500;
}
.navbar-inner{
    /* margin: 0 70px; */
}

/* li.nav-item:active{
  color: var(--primary-color);
} */

.nav-link.active {
  color: var(--primary-color);
}

.nav-link.active {
  color: var(--primary-color) !important;
  font-weight: 500;
}


/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--primary-color);
} */

/* Remove animation */
.navbar-collapse {
  transition: none !important;
}
.navbar{
    /* padding: 12px 0; */
    height: 84px;
    border-bottom: 0 !important;
}


@media (max-width: 991px) {
.search-box{
  display: none !important;
}
    .icon-user-mobile{
  font-size: 16px;
  color: #000;
  display: block;
    }
    .icon-bag-mobile{
        /* margin-right: 10px; */
          display: block;

    }
    .search-second{
      display: block !important;
        color: #000;
  font-size: 18px;
    }

  .sidebar-top {
    /* padding-bottom: 12px; */
    padding: 16px;
    border-bottom: 1px solid #eee;
  }

  .sidebar-logo img {
    /* width: 60px ; */
    /* height: 60px; */
  }

  .sidebar-top .user-img,
  .sidebar-top .cart-img {
    width: 34px;
    height: 34px;
  }

  .sidebar-top .sidebar-close {
    background: none;
    border: none;
    font-size: 20px;
    padding: 0;
    margin-right: 2px;
  }
  .sidebar-close{
    display: block;
  }
  .icon-user {
    display: none;
  }
  .icon-bag{
    display: none;
  }


.user-img-mobile{
    width: 24px;
}
.cart-img-mobile{
    width: 24px;
}
}



@media (max-width: 991px) {
  .mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    padding: 20px;
    overflow-y: auto;

    transform: translateX(-100%);
    transition: transform 0.6s ease-in-out;
  }

  .mobile-sidebar.active {
    transform: translateX(0);
  }
}



/* Overlay
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
} */
.sidebar-close,
.sidebar-close:focus,
.sidebar-close:active {
  outline: none !important;
  box-shadow: none !important;
}

.sidebar-close i {
  outline: none !important;
  box-shadow: none !important;
}

.sidebar-close:focus-visible {
  outline: none !important;
}


button:focus {
  outline: none !important;
  box-shadow: none !important;
}


.search-popup{
  display: none;
}



.navbar-nav .nav-link.active {
    color: var(--primary-color) !important; /* ya jo bhi aapka pink color hai */
}


@media (max-width: 420px) {
       .luxury-slide{
  position:relative;
  height: 406px !important;
  border-radius:36px;
  overflow:hidden;
}
}


/* mobile spacing */
@media (max-width: 576px) {
  .search-popup-inner {
    gap: 10px;
  }
      .luxury-slide{
  position:relative;
  /* height: 424px ; */
  border-radius:36px;
    height: 406px !important;

  overflow:hidden;
}
}


@media (max-width: 991px) {


  /* ===== SEARCH POPUP ===== */
.search-popup {
  position: fixed;
  top: -110px; /* hidden */
  display: block;
  left: 0;
  width: 100%;
    background: var(--primary-color);
    padding: 29px 20px;
  z-index: 9999;
  transition: top 0.35s ease;
}
/* .luxury-slide
 {
    position: relative;
    height: 400px ;
    border-radius: 36px;
    overflow: hidden;
} */

.search-popup.active {
  top: 0; /* slide down */
}

.search-popup-inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.popup-search-icon {
  color: #fff;
  font-size: 18px;
}

.popup-search-input {
  flex: 1;
  background: transparent;
  border: 1px solid #ffffff55;
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff;
  outline: none;
}

.popup-search-input::placeholder {
  color: #ffffffaa;
}

.popup-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
}
      .nav-link {
        font-size: 15px !important;
        font-weight: 500;
      }

    .menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040; /* sidebar se kam */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.menu-overlay.show {
  opacity: 1;
  visibility: visible;
}


  /* Overlay
  .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  } */
  .cross-block{
    display: block;
  }

  /* .menu-overlay.show {
    display: block;
  } */

  /* Sidebar */
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    /* padding: 16px; */
    z-index: 1060; /* 🔥 overlay se zyada */
    transition: none !important;
  }
}








@media (max-width: 991px) {
    .header-top-content p{
    font-size: 12px;
}

}
















.btn-pink {
  background: var(--pink);
  color: #fff;
  border-radius: 0;
}

.btn-pink:hover {
  background: #a80043;
  color: #fff;
}

.nav-link {
  color: #999999;
  font-size: 15px;
 
  /* font-weight: 500; */
}


.nav-link:hover {
  color: var(--primary-color);
  /* font-weight: 600; */
}
input:focus,
button:focus {
  
  box-shadow: none !important; 
}
.icon-user {
  font-size: 16px;
  color: #000;
}
.user-img{
    width: 30px;
}
.cart-img{
    width: 30px;
}
.badge {
  position: absolute;
  top: -3px;
  right: -3px;
  font-size: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

/* Search box */
.search-box {
  position: relative;
  height: 44px;
    border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: 0 !important;
  margin-left: 14px;
  
  
}

.search-btn {
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;

  background-color: var(--primary-color);
  color: #fff;
  padding: 0 10px;
  border: 0;
      width: 77px;
    font-size: 15px;
}   

/* Icon inside input */
.search-icon {
  position: absolute;
  left: 12px;
  top: 54%;
  transform: translateY(-50%);
  color: black;
  font-size: 15px;
  pointer-events: none;
}
.search-box .form-control{
       border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.search-box .form-control:focus{
    border-color: transparent !important;
}

/* Input */
.search-input {
  padding-left: 38px;
  height: 100%;
  border-radius: 0;
  width: 215px;
}


.custom-toggler {
  border: none;
  font-size: 22px;
  color: #000;
}

.custom-toggler:focus {
  box-shadow: none;
}

/* .custom-toggler:hover {
  color: #c4004f;
} */


/* Sidebar Close Button */
.sidebar-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #000;
  /* position: absolute; */
  /* top: 15px; */
  /* right: 15px; */

}

.sidebar-close:hover {
  color: #c4004f;
}

.sidebar-close:focus {
  box-shadow: none;
}

/* Mobile sidebar position (if already added earlier) */
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    /* padding: 20px; */
    transform: translateX(-100%);
    transition: 0.3s ease;
    z-index: 1050;
    box-shadow: 5px 0 15px rgba(0,0,0,0.15);
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }
}


/* Mobile Left Slide */
@media (max-width: 991px) {
      /* Default: sidebar HIDDEN */
  #mainNav {
    display: none;
  }

  /* When opened */
  #mainNav.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    /* padding: 20px; */
    z-index: 1060;
    overflow-y: auto;
    transition: none !important;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    /* padding: 20px; */
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    z-index: 1050;
    box-shadow: 5px 0 15px rgba(0,0,0,0.15);
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-nav {
    margin-top: 18px;
    gap: 2px;
    padding: 0 20px;
    
  }

  .search-input {
    width: 100%;
    min-width: 100%;
  }

 



  .search-box {
    width: 70%;
    margin-top: 18px;
    margin-left: 0;
  }
      .navbar-brand img {
        top: -55% !important;
      }

      .badge{
        top: -2px;
    right: -4px;
    font-size: 9px;
      }

}











@media screen and (max-width: 768px) {
    .navbar-brand img
 {
    width: 55px;
    height:50px;
    top: -10px !important;
 }
     .navbar {
        height: 50px !important;
    }

}

















@media screen and (max-width: 1199px){
    .nav-link{
        font-size: 12px ;
    }

    .navbar {
      height: 74px;
    }

.search-input{
    padding-left: 32px;
}

.navbar-brand img
 {
    width: 55px;
        top: -38%;

    /* height:60px; */
 }


 

 /* .search-input{
  width: 216px;
 } */
 
}


@media screen and (max-width: 1200px){
 .search-input{
  width: 200px;
 }
 .search-btn{
        font-size: 14px;
        width: fit-content !important;

}
 .nav-link{
        font-size: 12px ;
    }
    .product-layout
 {
        flex-wrap: wrap;
    }
}





/* all responsive screens */


/* @media screen and (max-width: 1599px) {
  .history-style01 .history-even .history-line {
    margin: 72px 0px 38px; }
  .history-style01 .history-odd .history-line {
    margin: 46px 0px 42px; }
  .history-style01 .history-odd .history-dots:before {
    top: -51px; }
  .history-style01 .history-odd .history-dots:after {
    top: -54px; } }
@media screen and (max-width: 992px) {
  .history-style01 .history-odd .history-line {
    margin: 49px 0px 42px; } }
@media screen and (max-width: 991px) {
  .history-style01 .history-odd .history-line {
    margin: 48px 0px 42px; } }
@media screen and (max-width: 768px) {
  .history-style01 .history-even .history-line {
    margin: 43px 0px 38px; } }
@media screen and (max-width: 576px) {

} */










/* Wrapper */
.luxury-wrapper{
  /* padding: 30px 0; */
  padding-top: 60px;
  padding-bottom: 30px;
  background-color:var(--secondary-color);
}

/* Main Slide */
.luxury-slide{
  position:relative;
  height: 486px;
  border-radius:36px;
  overflow:hidden;
}



/* Background Image */
.bg-img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Overlay */
.overlay{
  position:absolute;
  inset:0;
  padding:70px;
  display:flex;
  justify-content:space-between;
  align-items: flex-end;
  color:#fff;
  background:linear-gradient(     
    90deg,
    rgba(0,0,0,.45) 0%,
    rgba(0,0,0,.15) 45%,
    rgba(0,0,0,.05) 100%
  );
}

/* Left Content */
.left{
  max-width:60%;
}

.left h1{
  font-size:49px;
  line-height:1.15;
  margin-bottom:18px;
  font-family: var(--primary-font);
}

.left p{
  font-size:18px;
  opacity:.9;
  margin-bottom:26px;
  font-family: var(--secondary-font);
}

.btn{
  background:#c3006f;
  padding:14px 36px;
  border-radius:30px;
  color:#fff;
  text-decoration:none;
  font-size:14px;
}

/* Right Info */
.right{
  max-width:37%;
  position:relative;
}

.right .line{
  width:80px;
  height:1px;
  background:#fff;
  margin-bottom:12px;
}

.right h4{
  /* font-family:'Playfair Display',serif; */
  font-size:28px;
  margin-bottom:8px;
  font-family: var(--primary-font);
}

.right p{
  font-size:15px;
  opacity:.85;
  padding-left: 28px;
}

/* Ring Highlight */
.ring-circle{
  position:absolute;
  right:23%;
  bottom:25%;
  width:150px;
  height:150px;
  border:1px solid rgba(255,255,255,.6);
  border-radius:50%;
}

/* Side Slides */
.side-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:28px;
}

/* Pagination */
.swiper-pagination{
  margin-top:30px;
}

.swiper-pagination-bullet{
  background:#e88fb3 !important;
  opacity:.7 !important;
}

.swiper-pagination-bullet-active{
  opacity:1;
  width:18px;
  border-radius:10px;
    opacity:1 !important;

}




.swiper-slide{
  display:flex;
  align-items:center;
  transition:all .6s ease;
}

/* .luxury-slide{
  position:relative;
  height:480px;
  border-radius:28px;
  overflow:hidden;
  transition:all .6s ease;
} */

/* CENTER SLIDE */
/* .swiper-slide-active .luxury-slide{
  height:580px;
} */

.bg-img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}

.swiper-slide-active .bg-img{
  /* transform:scale(1.06); */
}
.jewelry-card .overlay{
  position:absolute;
  inset:0;
  padding:70px;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  color:#fff;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.45) 0%,
    rgba(0,0,0,.18) 45%,
    rgba(0,0,0,.05) 100%
  );
}

.overlay{
  position:absolute;
  inset:0;
  padding:70px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#fff;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.45) 0%,
    rgba(0,0,0,.18) 45%,
    rgba(0,0,0,.05) 100%
  );
}
  @media(max-width:992px){

  .overlay{
    padding:40px;
  }

  .left{
    max-width:55%;
  }

  .left h1{
    font-size:34px;
  }

  .swiper-slide-active .luxury-slide{
    height:520px;
  }
      .navbar {
        height: 60px;
    }
}

.luxurySwiper{
  position:relative;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    /* background: var(--swiper-pagination-color, var(--swiper-theme-color)); */
    width: 43px !important;
    background: var(--primary-color) !important;
    border-radius: 10px !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
bottom: -20 !important;
}
.swiper-pagination{
  position: static !important;
}

@media(max-width:768px){

  .luxury-wrapper{
    padding:0 20px;
    padding-top: 40px ;
    padding-bottom: 20px;
  }
  
.right p{
  font-size:15px;
  opacity:.85;
  padding-left: 0;
}

  /* SINGLE IMAGE FULL WIDTH
  .luxury-slide,
  .swiper-slide-active .luxury-slide{
    height:450px ;
    /* border-radius:18px; */
  /* } */ 
  


  .side-slide img{
  width:100%;
  object-fit:cover;
  border-radius:28px;
}
  /* STACK CONTENT */
  .overlay{
           flex-direction: column;
        justify-content: center;
        align-items: center;
    padding:22px;
    gap:14px;
  }

  .left,
  .right{
    max-width:100%;
  }

  .left h1{
    font-size:26px;
    line-height:1.2;
  }

  .left p{
    font-size:14px;
  }

  .right{
    font-size:13px;
  }

  /* HIDE RING ON MOBILE */
  .ring-circle{
    display:none;
  }

  /* REMOVE SIDE PREVIEW FEEL */
  .swiper-slide{
    opacity:1 !important;
    transform:none !important;
  }
}





.track{
  display:flex;
  align-items:center;
  gap:22px;
  height:420px; /* center ke according */
}

/* DEFAULT SMALL */
.card-text{
  width:200px;
  height:260px;
  border-radius:20px;
  overflow:hidden;
  /* opacity:.5; */
}

/* NEAR (LEFT & RIGHT OF CENTER) */
.card-text.near{
  width:230px;
  height:320px;
  /* opacity:.75; */
}

/* CENTER BIGGEST */
.card-text.center{
  width:280px;
  height:380px;
  opacity:1;
}

/* IMAGE */
.card-text img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.75);
}

.card-text.center img{
  filter:brightness(.9);
}

/* TEXT */
.card-text span{
  position:absolute;
  bottom:16px;
  left:50%;
  transform:translateX(-50%);
  color:#fff;
  font-size:18px;
}

/* MOBILE */
@media(max-width:768px){
  .track{ height:360px; }
  .card-text{ display:none; }

  .card-text.center{
    display:block;
    width:100%;
    height:360px;
  }
  .prev{
  left:0px !important;   /* thoda bahar */
}

.next{
  right:0px !important;
}
}

.card-home{
  background-color: #FAF7F2;
}

.category-slider{
  position:relative;   /* IMPORTANT */
  padding: 20px 30px;
  padding-top: 0 !important;
}
.nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  border:none;
  background:#fff;
  font-size:20px;
  cursor:pointer;
  z-index:10;

  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 16px rgba(0,0,0,.12);
}

.prev{
  left:-22px;   /* thoda bahar */
    color: #7a7a7a;

}

.next{
  right:-22px;
  color: #7a7a7a;
}





/* DESKTOP */
.arrival-card{
  flex:0 0 150px;   /* 👈 fixed card width */
}

/* TABLET */
@media(max-width:1024px){
  .arrival-card{
    flex:0 0 200px;
  }
}

/* MOBILE */
@media(max-width:768px){
  .arrival-card{
    flex:0 0 190px;
  }
}

/* SMALL MOBILE */
@media(max-width:480px){
  .arrival-card{
    flex:0 0 160px;
  }
}


/* SECTION */
.arrival-section{
  /* max-width:1200px; */
  margin:44px auto;
  /* padding:0 16px; */
  display:flex;
  gap:20px;
  align-items:flex-start;
}

/* LEFT CONTENT */
/* .arrival-header{
  max-width:260px;
  flex-shrink:0;
} */


.arrival-header {
    max-width: 260px;
    flex-shrink: 0;
    /* margin-left: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: -webkit-fill-available;
}

.arrival-header h2 {
    color: #0B0404;
    font-size: 34px;
    margin-bottom: 16px;
    font-family: var(--primary-font);
}

.arrival-header p {
    font-size: 18px;
    color: #999999;
    line-height: 1.3;
}

/* ARROWS */
.arrows{
  margin-top:20px;
  display:flex;
  gap:12px;
}

.arrows button{
  width:38px;
  height:38px;
  border-radius:50%;
  border:none;
  background:#d1d1d1;
  cursor:pointer;
  font-size:18px;
  color: #fff;
}

/* SLIDER */
.arrival-slider{
  overflow:hidden;
  flex:1;
}

.arrival-track{
  display:flex;
  gap:16px;
}

/* CARD */
.arrival-card{
  min-width:220px;
  /* font-family:serif; */
  position:relative;
}

.arrival-card img{
  width:100%;
  height:254px;
  object-fit:cover;
  border-radius:4px;
}

/* NEW TAG */
.tag{
  position:absolute;
  top:0px;
  left:0px;
  background:#f6d9e6;
  color: var(--primary-color);
  font-size:14px;
  padding:3px 8px;
  /* border-radius:6px; */
}
.section-head h2{
  font-size: 34px;
  font-family: var(--primary-font);
  margin-bottom: 0 !important;
}

.arrival-card h4{
  font-size:18px;
  font-weight: 500;
  margin:10px 0 6px;
  line-height:1.4;
  height: 50px;
}

/* PRICE */
.price{
  font-size:20px;
}

.price .new{
  color: var(--primary-color);
  font-weight:500;
  font-size: 20px;
}

.price .old{
  margin-left:3px;
  text-decoration:line-through;
  color:#999;
}

/* ========================= */
/* 📱 TABLET (<=1024px) */
/* ========================= */
@media(max-width:1024px){
  .arrival-section{
    gap:14px;
  }

  .arrival-header h2{
    font-size:30px;
  }

  .arrival-card img{
    height:250px;
  }
}

.arrows{
  display:flex;
  gap:10px;
}

.arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  border:none;
  cursor:pointer;
  background:#e0e0e0;   /* gray */
  color:#555;
  font-size:18px;
}

/* ACTIVE */
.arrow.active{
  background:#c3006f;   /* pink */
  color:#fff;
}
.arrow:hover{
  background:#c3006f;   /* pink */
  color:#fff;
}



/* ========================= */
/* 📱 MOBILE (<=768px) */
/* ========================= */
@media(max-width:768px){
  .arrival-section{
    flex-direction:column;
      margin:26px auto;

  }

  .arrival-header{
    max-width:100%;
    /* display:flex; */
    /* justify-content:space-between; */
    /* align-items:center; */
  }

  .arrival-header {
    max-width: 260px;
    flex-shrink: 0;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    height: -webkit-fill-available;
}

  .arrival-header h2{
    font-size:28px;
  }

  .arrival-header p{
    font-size:14px;
  }
  .arrival-header h2{
    margin-bottom: 0;
  }

  .arrows{
    margin-top:10px
  }

  .arrival-slider{
    width:100%;
  }

  .arrival-track{
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:10px;
  }

  .arrival-card{
    scroll-snap-align:start;
    min-width:200px;
  }

  .arrival-card img{
    height:240px;
  }
}

/* ========================= */
/* 📱 SMALL MOBILE (<=480px) */
/* ========================= */
@media(max-width:480px){
  .arrival-header{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .arrival-card{
    min-width:170px;
  }
  .section-head h2{
  font-size: 22px !important;
  font-family: var(--primary-font);
  margin-bottom: 0 !important;
}
.section-head a {
    font-size: 14px !important;

}

  .arrival-card img{
    height:200px;
  }
}


.featured-home{
  padding: 36px 0;
}



.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

.feature-card{
  background:#fff;
}

.feature-img{
  background:#F5F5F4;
  
  position:relative;
}
.feature-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.feature-badge{
  position:absolute;
  top:10px;
  left:10px;
  background:#f6d6e3;
  color:#c3006f;
  font-size:12px;
  padding:4px 10px;
  border-radius:3px;
}

.feature-card h4{
  font-size:18px;
  margin:15px 0 8px;
    height: 50px;

}

.price-feature{
  color: var(--primary-color);
  font-weight:400;
  font-size: 20px;
}

.price-feature span{
  color:#A8A29E;
  text-decoration:line-through;
  margin-left:8px;
}
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.section-head a{
  color: var(--primary-color);
  /* margin-top: 20px; */
  font-weight: 500;
  font-size: 16px;
}

.feature-card button{
  margin-top:12px;
  background: var(--primary-color);
  color:#fff;
  border:none;
  padding:8px 30px;
  border-radius:4px;
  cursor:pointer;
  border: 1px solid var(--primary-color);
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
}

.feature-card button:hover{
  margin-top:12px;
  color: var(--primary-color);
  background-color:#fff;
  border:none;
  padding:8px 20px;
  border-radius:4px;
  cursor:pointer;
  border: 1px solid var(--primary-color);
}

/* RESPONSIVE */
@media(max-width:1024px){
  .feature-grid{ grid-template-columns:repeat(3,1fr); }
}

@media(max-width:768px){
  .feature-grid{ grid-template-columns:repeat(2,1fr); }
  .newsletter-form {
    display: flex;
    flex-direction: column;
    border-radius: 10px !important;
}
.newsletter-form button {
            padding: 10px !important;
        }
      }

@media(max-width:480px){
  .feature-grid{ grid-template-columns:1fr; }
}




.featured-category{
  background-color: #faf7f2;
  padding: 30px 0;
  padding-bottom: 40px;
}



/* GRID */
.home-grid {
  display: grid;
  grid-template-columns: 2.4fr 1.3fr 1.3fr;
  gap: 20px;
  align-items: stretch;
}

/* BASE CARD */
.home-category {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.subtitle{
  margin-bottom: 20px;
  text-align: center;
  color: #999999;
}
.heading-category{
  text-align: center;
}

/* IMAGE */
.home-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.home-category:hover img {
  transform: scale(1.08);
}

/* TEXT */
.home-category span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

/* OVERLAY */
.home-category::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.5), transparent);
}

/* VARIANTS */
.home-category--left {
  min-height: 200px;
}

.home-category--right {
  min-height: 200px;
}

.home-category-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-category--small {
  min-height: 210px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .home-grid {
    grid-template-columns: 1fr;
  }

  .home-category--left,
  .home-category--right,
  .home-category--small {
    min-height: 260px;
  }
  .feature-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
}






/* TESTIMONIALS */
.testimonials {
  padding: 40px 0 40px;
    background: #faf6ef;
  color: #333;
}

.testimonials h2 {
  font-size: 34px;
  margin-bottom: 50px;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  
}

.testimonial-card:hover {
  transform: translateY(-15px);
  transition: all 0.2s;
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.testimonial-card h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.testimonial-card span {
  font-size: 13px;
  color: #aaa;
}

/* NEWSLETTER */
.newsletter {
  /* padding: 40px 20px 80px; */
  padding-bottom: 40px;
 
}
.newsletter-container{
     background: var(--secondary-color);
  color: #333;
}

.newsletter-box {
  /* max-width: 1200px; */
  margin: auto;
  background: url("/assets/images/logo/about-banner-img.png") center/cover no-repeat;
  border-radius: 36px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

/* dark overlay */
.newsletter-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.newsletter-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: #fff;
}

.newsletter-content h3 {
  font-size: 32px;
  line-height: 1.3;
}

.newsletter-form {
  display: flex;
  background: var(--secondary-color);
  border-radius: 20px;
  overflow: hidden;
  max-width: 420px;
  width: 100%;
}

.newsletter-form input {
  border: none;
  padding: 20px 0;
  padding-left: 32px;
  padding-right: 10px;
  flex: 1;
   background: var(--secondary-color) !important;
  outline: none;
  font-size: 20px;
}

.newsletter-form button {
  border: none;
  padding-right: 32px;
  padding-left: 20px;
  background: var(--primary-color);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .Subscribe-home{
  font-size: 22px !important;
  font-family: var(--primary-font);
  font-weight: 500;
}

  .testimonial-card.active {
    transform: none;
  }

  .newsletter-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head h2{
  font-size: 28px;
  font-family: var(--primary-font);
}
 

  .newsletter-box {
    padding: 40px 25px;
  }

 

}


.Subscribe-home{
  font-size: 34px;
  font-family: var(--primary-font);
  font-weight: 500;
}



.site-footer {
  background-color: #f8f5ef;
  background-image: url("/assets/images/logo/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



/* TOP */


.footer-container {
  /* max-width: 1200px; */
  margin: auto;
  display: flex;
  align-items: end;
    padding: 30px 0px;

  /* grid-template-columns: 1.5fr 1fr 1.5fr; */
  /* align-items: flex-en; */
}

.footer-brand{
  width: 40%;
}

/* BRAND */
.footer-brand img {
  max-width: 100px;
  margin-bottom: 10px;
}

.footer-brand h3 {
  color: #b3005e;
  font-size: 20px;
  margin-bottom: 6px;
}

.footer-brand p
 {
    font-size: 15px;
    color: #0B0404;
}



/* RIGHT */
.footer-right {
  text-align: right;
}

/* SOCIAL */
.footer-social {
  margin-bottom: 16px;
}

.footer-social a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: #C907651A;
  color: var(--primary-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  text-decoration: none;
  font-size: 16px;
}

.footer_line{
  margin: 0 12px;
  font-size: 26px;
  font-weight: 600;
}

/* PAGES */
.footer-pages {
  list-style: none;
  margin-bottom: 0;
  line-height: 2.0;
}

.footer-pages li {
  display: inline;
}

.footer-pages li:not(:last-child)::after {
    content: " | ";
    color: #333;
    margin: 0px 6px;
    font-size: 20px;
    font-weight: 600;
}
.footer-pages a {
  text-decoration: none;
  font-size: 16px;
  color: #0B0404;
  white-space: nowrap;
}

.footer-pages a:hover {
  color: #b3005e;
}

/* BOTTOM BAR */
.footer-bottom {
  background: #c40063;
  padding: 14px 20px;
  text-align: center;
}

.footer-bottom p {
  color: #fff;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  /* .footer-container {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 14px;
  } */

.footer-container {
  /* max-width: 1200px; */
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
      gap: 14px;

  /* grid-template-columns: 1.5fr 1fr 1.5fr; */
  /* align-items: flex-en; */
}


.footer-brand{
  width: 100%;
}



  .footer-right {
    text-align: left;
  }

  .footer-social a {
    margin: 0;
  }

  .footer-pages li {
    display: block;
     margin-bottom: 10px;
  }

  .footer-pages li::after {
    display: none;
  }
  .footer-pages{
    padding-left: 0 !important;
  
  }
}


.slider-second{
    background:#faf7f2;
    padding-bottom: 20px;
}
.home-slider{
  max-width:1200px;
  /* margin:20px auto; */
  display:flex;
  align-items:center;
  gap:18px;

}

/* 🔥 FIXED HEIGHT VIEWPORT */
.slider-viewport{
  width:100%;
  height:400px;              /* 🔥 big card max height */
  overflow:hidden;
  display:flex;
  align-items:center;        /* 🔥 vertical center */
}

.hometrack{
  display:flex;
  gap:22px;
  align-items:center;        /* 🔥 all cards center vertically */
  transition:transform .45s ease;
}

/* NORMAL CARD */
.home-card{
  flex:0 0 calc((100% - 88px)/5);
  height:300px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  /* opacity:.4; */
  transform:scale(.9);
  transition:transform .4s ease, opacity .4s ease;
}

.home-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.home-card span{
  position:absolute;
  bottom:18px;
  left:0;
  right:0;
  text-align:center;
  color:#fff;
  font-size:18px;
}

/* 🔥 CENTER CARD (NO HEIGHT CHANGE) */
.home-card.active{
  opacity:1;
  transform:scale(1.25);  
  z-index:2;
}

/* arrows */
.nav-btn{
  width:42px;
  height:42px;
  border-radius:50%;
  border:none;
  background:#fff;
  font-size:26px;
  cursor:pointer;
  box-shadow:0 5px 12px rgba(0,0,0,.15);
}

/* 📱 MOBILE */
@media(max-width:768px){
  .slider-viewport{
    height:300px;            /* 🔥 fixed mobile height */
    border-radius: 10px;
  }

  .home-card{
    flex:0 0 100%;
    height:280px;
    opacity:0;
    transform:scale(.95);
    border-radius: 20px;
    overflow: hidden;
  }

  .home-card.active{
    opacity:1;
    transform:scale(1.2);
  }

  .home-card span{
    font-size:16px;
  }
}






/* about us page css  */

/* Section */
.about-section {
    padding: 40px 0;
    padding-bottom: 0;
    background: #FAF7F2;
}
.pinkslider{
  background-color: #C907651A;
}



/* Header */
.section-header {
  text-align: center;
  margin-bottom: 28px;
  padding: 0 10px;
}

.section-header h2 {
  font-size: 34px;
  margin-bottom: 10px;
  font-family: var(--primary-font);
}

.section-header p {
  font-size: 20px;
  color: var(--gray-color);
  max-width: 600px;
  margin: auto;
}

.content-wrapper
 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: center;
    background-color: white;
    padding: 41px 62px;

}
/* Image */
.image-box img {
  width: 100%;
  object-fit: cover;
}

/* Text */
.text-box {
  background: #fff;
  /* padding: 30px; */
  /* border-radius: 12px; */
}

/* Founders */
.founders
 {
   
    display: flex;
    gap: 20px;
    /* margin-bottom: 20px; */
    border-radius: 10px;
}
.founder-container{
 padding: 12px 16px;
  background-color:  var(--secondary-color);
  border-radius: 10px;
   margin-bottom: 20px;
   border: 1px solid #D9D9D9;
}

.founder-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
 
  /* background: #fff7fb; */
  /* border-radius: 10px; */
  /* border: 1px solid #f3c1d8; */
}

.founder-card1{
  border-right: 2px solid rgb(211, 211, 211);
}

.founder-card .icon {
  font-size: 20px;
  color: var(--primary-color);
}

.founder-card .icon img {
  width: 50px;

}

.founder-card small {
  font-size: 20px;
  color: var(--primary-color);
}

.founder-card h4 {
  font-size: 28px;
  font-weight: 500;
}
.about_strong{
  color: black;
}

/* Description */
.description {
  font-size: 20px;
  line-height: 1.7;
  color: var(--gray-color);
}

/* Responsive */
@media (max-width: 992px) {
  .content-wrapper {
    grid-template-columns: 1fr;
  }

  .founders {
    flex-direction: column;
  }

  .section-header h2 {
    font-size: 28px;
  }
  .founder-card1 {
    border-right: 0;
}
.text-box {
  padding: 0;
  margin-top: 20px;
}
.image-box{
  /* width: 100% !important; */
  height: auto;
}
.section-header p {
  font-size: 16px;
}
.image-box{
  width: auto !important;
  height: auto !important;
}

}

@media (max-width: 576px) {
  .section-header h2 {
    font-size: 22px;
  }

  .text-box {
    /* padding: 20px; */
  }
   .slider-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            padding:  6px !important;
            padding-bottom: 36px !important;
            overflow: visible;
            padding-top: 0 !important;
        }
}



.image-box {
     width: 357px;
    height: 470px;
}




.about-banner{
  position: relative;
  width: 100%;
  height: 293px;
   background-image: url("/assets/images/logo/about-banner-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.35);
}
.slider_arrow_card{
  color: #0A0A0A66;
}
.about-banner h1{
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  z-index: 2;
  font-family: var(--primary-font);
}

/* Tablet */
@media (max-width: 992px){
  .about-banner{
    height: 260px;
  }
  .about-banner h1{
    font-size: 36px;
  }
    .content-wrapper{
      padding:32px !important;
    }
}

/* Mobile */
@media (max-width: 576px){
  .about-banner{
    height: 200px;
    padding: 0 15px;
  }
  .about-banner h1{
    font-size: 26px;
    line-height: 1.3;
  }
}



/*  Overlay */
.about-banner::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.45)
  );
  z-index: 1;
}


.fc-card img {
    transition: transform 0.6s ease;
}
.fc-card img
 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fc-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.fp-view-all {
  color: #d76a73; /* example pink */
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 2px solid var(--primary-color);
}

.fp-view-all i {
  transform: rotate(-45deg); /* 👈 yahi magic */
  font-size: 14px;
  transition: transform 0.3s ease;
}







/* home slider 5 cards */

.hero_card_slider{
  background-color: var(--secondary-color);
}

.slider-container {
            /* max-width: 100%; */
            margin: 0 auto;
            padding: 0 60px;
            position: relative;
             /* background-color: #faf8f5; */
              /* padding: 10px 0; */
        }

        .slider-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            padding:0  20px;
            padding-bottom: 36px;
            overflow: visible;
            padding-top: 0 !important;
        }

        .jewelry-card {
            /* flex: 0 0 auto; */
            width: 240px;
            height: 300px;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .jewelry-card.side-card {
            transform: scaleY(1);
            opacity: 0.85;
        }

        .jewelry-card.center-card {
            /* width: 280px;
            height: 360px; */
            transform: scale(1);
            opacity: 1;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            z-index: 10;
        }

        .jewelry-card.far-card {
            /* transform: scale(0.88); */
            transform: scaleY(0.88);
            /* opacity: 0.7; */
        }

        .jewelry-card img {
            width: 100%;
            height: 100%;
            object-fit: inherit;
            display: block;
        }

        .jewelry-card .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.3), transparent);
            padding: 40px 10px;
            color: white;
        }

        .jewelry-card h3 {
            font-size: 21px;
            font-weight: 400;
            margin: 0;
            text-align: center;
            font-family: var(--secondary-font);
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
        }

        .jewelry-card.center-card h3 {
            font-size:28px;
        }

        .nav-btn-home-slide {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 100;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
        }

        .nav-btn-home-slide:hover {
            background: #f5f5f5;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
        }

        .nav-btn-home-slide svg {
            width: 20px;
            height: 20px;
            fill: #666;
        }

        .nav-btn-home-slide.prev-home-slider {
            left: 15px;
        }

        .nav-btn-home-slide.next-home-slider {
            right: 15px;
        }

        /* Responsive Design */
        @media (max-width: 1920px)   {
            .jewelry-card {
                width: 216px;
                height: 340px;
            }

            .jewelry-card.center-card {
                width: 307px;
                height: 414px;
            }
        }

        @media (max-width: 1200px) {
            .jewelry-card {
                width: 200px;
                height: 260px;
            }
            .founder-card h4 {
  font-size: 18px;
  font-weight: 500;
}
.founder-card small {
    font-size: 16px;}

    .content-wrapper{
      padding: 40px 46px;
    }
    .description {
        font-size: 18px;}

            .jewelry-card.center-card {
                width: 240px;
                height: 300px;
            }

            .jewelry-card h3 {
                font-size: 22px;
            }

            .jewelry-card.center-card h3 {
                font-size: 28px;
            }
        }

        @media (max-width: 992px) {
            .slider-wrapper {
                gap: 10px;
            }

            .jewelry-card {
                width: 180px;
                height: 240px;
            }
            /* .founder-container{
              margin-top: 24px;
            } */

            .jewelry-card.center-card {
                width: 220px;
                height: 290px;
            }

            .jewelry-card h3 {
                font-size: 20px;
            }

            .jewelry-card.center-card h3 {
                font-size: 26px;
            }
        }

        @media (max-width: 768px) {
            .slider-container {
                padding: 0 50px;
            }
           .jewelry-card .overlay{
  position:absolute;
  inset:0;
  padding:20px;
  display:flex !important;
  flex-direction: row;
  justify-content:center !important;
  align-items:flex-end !important;
  color:#fff;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.45) 0%,
    rgba(0,0,0,.18) 45%,
    rgba(0,0,0,.05) 100%
  );
}

            .jewelry-card {
                width: 190px;
                height: 220px;
            }

            .jewelry-card.center-card {
                width: 220px;
                height: 260px;
            }

            .jewelry-card h3 {
                font-size: 18px;
            }

            .jewelry-card.center-card h3 {
                font-size: 24px;
            }

            .nav-btn-home-slide{
                width: 40px;
                height: 40px;
            }
        }

        @media (max-width: 576px) {
            .slider-container {
                padding: 0 50px;
            }

            .slider-wrapper {
                gap: 0;
            }

            .jewelry-card {
                width: 280px;
                height: 360px;
            }

            .jewelry-card.center-card {
                width: 280px;
                height: 320px;
                transform: scale(1);
            }

            .jewelry-card h3 {
                font-size: 28px;
            }

            .jewelry-card.center-card h3 {
                font-size: 24px;
            }

            .nav-btn-home-slide {
                width: 35px;
                height: 35px;
            }

            .nav-btn-home-slide svg {
                width: 16px;
                height: 16px;
            }

            /* Hide side cards on mobile */
            .jewelry-card.side-card,
            .jewelry-card.far-card {
                display: none;
            }
        }




        

        /* product list page css */


        
        .product-detail-price{
            /* max-width: 1400px; */
            margin: 0 auto;
            padding: 50px 20px;
                        background-color: #f5f5f0;

        }

        /* Sidebar */
        .sidebar-filter {
            background: #f1f1f1;
            padding: 0;
            border-radius: 0;
            margin-top: 0;
                height: 100%;

        }

        .filter-section {
            border-bottom: 1px solid #f0f0f0;
            padding: 25px 30px;
        }

        .filter-section:last-child {
            border-bottom: none;
        }

        .filter-title {
            font-size: 20px;
            font-weight: 600;
            color: #000;
            margin-bottom: 25px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }

        .filter-title i {
            font-size: 16px;
            color: #666;
            transition: transform 0.3s;
        }

        .filter-title.collapsed i {
            transform: rotate(180deg);
        }

        .category-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .category-item {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .category-item input[type="checkbox"] {
            width: 18px;
            height: 18px;
            min-width: 18px;
            min-height: 18px;
            margin-right: 12px;
            cursor: pointer;
            accent-color: #d91b5c;
            border: 1px solid #ddd;
            flex-shrink: 0;
        }

        .category-item label {
            font-size: 15px;
            color: #999;
            cursor: pointer;
            margin: 0;
            font-weight: 400;
        }

        .category-item input[type="checkbox"]:checked + label {
            color: #d91b5c;
            font-weight: 500;
        }

        /* Price Range Slider */
        .price-range-wrapper {
            margin-top: 20px;
        }

        .range-slider {
            position: relative;
            height: 5px;
            margin: 35px 5px 20px 5px;
        }

        .range-slider .track {
            position: absolute;
            width: 100%;
            height: 5px;
            background: #e5e5e5;
            border-radius: 5px;
        }

        .range-slider .range {
            position: absolute;
            height: 5px;
            background: #d91b5c;
            border-radius: 5px;
        }

        .range-slider .thumb {
            position: absolute;
            width: 18px;
            height: 18px;
            background: #fff;
            border: 3px solid #d91b5c;
            border-radius: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            box-shadow: 0 1px 3px rgba(0,0,0,0.15);
            z-index: 5;
        }

        .range-slider input[type="range"] {
            position: absolute;
            width: 100%;
            height: 5px;
            background: transparent;
            pointer-events: none;
            -webkit-appearance: none;
            appearance: none;
            top: 0;
            left: 0;
        }

        .range-slider input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 18px;
            height: 18px;
            background: #fff;
            border: 3px solid #d91b5c;
            border-radius: 50%;
            cursor: pointer;
            pointer-events: auto;
            box-shadow: 0 1px 3px rgba(0,0,0,0.15);
        }

        .range-slider input[type="range"]::-moz-range-thumb {
            width: 18px;
            height: 18px;
            background: #fff;
            border: 3px solid #d91b5c;
            border-radius: 50%;
            cursor: pointer;
            pointer-events: auto;
            box-shadow: 0 1px 3px rgba(0,0,0,0.15);
        }

        .range-slider input[type="range"]:focus {
            outline: none;
        }

        .price-display {
            display: flex;
            justify-content: space-between;
            font-size: 15px;
            font-weight: 600;
            color: #000;
            margin-top: 10px;
        }

        /* Mobile Header - Shows only on small screens */
        .mobile-header {
            display: none;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            /* padding: 0 15px; */
        }

        /* Desktop Header - Shows only on large screens */
        .desktop-header {
            display: flex;
            margin-bottom: 35px;
        }
        
        .desktop-header-wrapper {
            display: none;
        }
        
        @media (min-width: 992px) {
            .desktop-header-wrapper {
                display: block;
                margin-bottom: 35px;
            }
            
            .desktop-header-wrapper .row {
                margin: 0;
            }
            
            .desktop-header {
                flex: 1;
                margin-bottom: 0;
                padding: 0;
            }
        }

        /* Products Header */
        .products-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        @media (max-width: 991px) {
            /* Show mobile header on small screens */
            .mobile-header {
                display: flex;
            }

            /* Hide desktop header on small screens */
            .desktop-header {
                display: none !important;
            }

            .sidebar-filter {
                margin-bottom: 30px;
            }
        }

        .result-count {
            font-size: 15px;
            color: #999;
            font-weight: 400;
        }

        .sort-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sort-label {
            font-size: 15px;
            color: #333;
            font-weight: 400;
        }

        .sort-select {
            border: 1px solid #ddd;
            padding: 8px 30px 8px 15px;
            font-size: 14px;
            color: #666;
            border-radius: 4px;
            background: #fff;
            cursor: pointer;
            outline: none;
        }

        /* Product Card */
        .product-card {
            /* background: #fff; */
            border-radius: 0;
            margin-bottom: 0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        /* Remove margin from last row items */
        .col-lg-4:nth-last-child(-n+3) .product-card,
        .col-md-6:nth-last-child(-n+2) .product-card {
            margin-bottom: 0;
        }

        @media (max-width: 991px) and (min-width: 768px) {
            .col-lg-4:nth-last-child(-n+3) .product-card {
                margin-bottom: 0;
            }
            .col-md-6:nth-last-child(-n+2) .product-card {
                margin-bottom: 0;
            }
        }

        @media (max-width: 767px) {
            .col-lg-4 .product-card,
            .col-md-6 .product-card {
                margin-bottom: 0;
            }
            .col-lg-4:last-child .product-card,
            .col-md-6:last-child .product-card {
                margin-bottom: 0;
            }
        }

        /* .product-card:hover {
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transform: translateY(-5px);
        } */

        .bestseller-badge {
            position: absolute;
            top: 0;
            left: 0;
            background: #ffe4f0;
            color: #d91b5c;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 2;
        }

        .product-image-wrapper {
            width: 100%;
            height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f1f1f1;
            padding: 30px;
        }

        .product-image-wrapper img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .product-info {
            padding: 10px 0;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .product-name {
            font-size: 16px;
            color: #333;
            font-weight: 500;
            margin-bottom: 12px;
            line-height: 1.5;
            min-height: 48px;
            flex-grow: 1;
        }

        .product-price {
            /* margin-bottom: 15px; */
        }

        .price-current {
            font-size: 20px;
            color: #d91b5c;
            font-weight: 600;
            margin-right: 8px;
        }

        .price-original {
            font-size: 15px;
            color: #999;
            text-decoration: line-through;
        }
        .left .btn {
    background: #c3006f;
    padding: 11px 54px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

        .btn-view {
            background: #d91b5c;
            color: #fff;
            border: none;
            padding: 10px 24px;
            /* width: auto; */
            width: 140px;
            border-radius: 7px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
            display: inline-block;
            border: 1px solid #d91b5c;
        }

        .btn-view:hover {
            background: #ffff;
            color: #d91b5c;
            border: 1px solid #d91b5c;
        }

        /* Pagination */
        .pagination-container {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }

        .pagination {
            display: flex;
            gap: 10px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .page-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border: 1px solid #ddd;
            border-radius: 50%;
            color: #666;
            font-size: 15px;
            text-decoration: none;
            background: #fff;
            transition: all 0.3s;
            cursor: pointer;
        }
        .product-name-title{
          font-weight: 600;
          font-size: 16px;
        }
.product-name-mobile{
  font-size: 12px;
  font-weight: 600;
}
        .page-item a:hover {
            background: #d91b5c;
            color: #fff;
            border-color: #d91b5c;
        }

        .page-item.active a {
            background: #d91b5c;
            color: #fff;
            border-color: #d91b5c;
        }

        .page-item.disabled a {
            opacity: 0.4;
            cursor: not-allowed;
            pointer-events: none;
        }

        .no-results {
            text-align: center;
            padding: 60px 20px;
            color: #999;
        }

        .no-results i {
            font-size: 60px;
            margin-bottom: 20px;
            color: #ddd;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .products-header,
            .mobile-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

            .product-image-wrapper {
                height: 220px;
            }

            .filter-section {
                padding: 20px;
            }
            .sidebar-filter {
                margin-bottom: 30px;
                height: auto;
            }
        }

        .fade-in {
            animation: fadeIn 0.4s ease;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 991px) {
    #categories {
        display: none;
    }
    #categories-icon {
        transform: rotate(180deg);
    }
}













/* product detail page css */


        .product-wrapper {
            /* max-width: 1400px; */
            margin: 0 auto;
            /* background: white; */
            border-radius: 15px;
            overflow: hidden;
            /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
            padding: 37px 0;
        }

        .product-layout {
            display: flex;
            /* min-height: 600px; */
            height: auto;
            /* align-items: center; */
        }

        /* Left Thumbnails */
        .thumbnail-sidebar {
            width: 120px;
            /* background: #f9f9f9; */
            display: flex;
            flex-direction: column;
            align-items: center;
            /* padding: 20px 10px; */
            position: relative;
        }

        .scroll-arrow {
            background: white;
            border: 1px solid #ddd;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        
            transition: all 0.3s;
        }

        .scroll-arrow:hover {
            background: #e91e63;
            color: white;
            border-color: #e91e63;
        }

        .scroll-arrow:last-of-type {
        
            margin-bottom: 0;
        }

        .thumbnails-container {
            /* flex: 1; */
            overflow: hidden;
            padding: 0 5px;
            max-height: 500px;
        }

        .thumbnail-item {
            width: 63px;
            height: 62px;
            border: 1px solid transparent;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            margin-bottom: 10px;
            transition: all 0.3s;
            padding: 1px;
        }

        .thumbnail-item:last-child {
            margin-bottom: 0;
        }

        .thumbnail-item:hover{
                        border-color: #e91e63;

        }

        .thumbnail-item.active {
            border-color: #e91e63;
            /* transform: scale(1.05); */
            padding: 2px;
            overflow: hidden;
                        border-radius: 8px;

        }

        .thumbnail-item.active img{
            border-radius: 8px;
        }

        .thumbnail-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        

        .main-image-container {
            position: relative;
             width: 483px;
    height: 498px;
            /* display: flex; */
            align-items: center;
            justify-content: center;
        }

        .main-image-section {
    /* height: 100%; */
    /* padding: 30px; */
    /* background: #fafafa; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
}

        .main-image {
            /*width: 483px;*/
            height: 100% !important;
            object-fit: cover;
            border-radius: 10px;
            transition: opacity 0.3s;
        }

        /* Product Details */
        .product-details {
            /* flex: 1; */
                padding-left: 30px;
                display: flex;
                flex-direction: column;
                /* justify-content: center; */
    padding-right: 0 !important;
            /* background: white; */
            font-family: var(--secondary-font);
        }

        .category-label {
            font-size: 24px;
            color: #A8A29E;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .category-name {
            color: var(--primary-color);
            font-weight: 600;
        }

        .product-title {
            font-size: 32px;
            font-weight: 500;
            color: black;
            /* margin: 15px 0 25px; */
            /* line-height: 1.3; */
        }

       .price-section {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.price-section .current-price span{
    font-size: 28px;

}

.price-section .current-price {
  font-size: 28px;
}

        .current-price {
            font-size: 36px;
            font-weight: 700;
            color: var(--primary-color);
            margin-right: 15px;
        }

        .original-price {
            font-size: 28px;
            color: #999;
            text-decoration: line-through;
            margin-right: 15px;
        }

        .savings {
            display: inline-block;
            color: #4caf50;
            /* padding: 6px 15px; */
            border-radius: 25px;
            font-size: 24px;
            font-weight: 600;
        }

       .tax-note {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}

        .short-desc-title {
            font-size: 18px;
            font-weight: 700;
            color: #2d2d2d;
            margin-bottom: 10px;
            border-top: 1px solid #e0e0e0;
            padding-top: 16px;
        }

        .short-desc-text {
            font-size: 15px;
            color: #888;
            line-height: 1.6;
            margin-bottom: 26px;
                        padding-bottom: 16px;

                        border-bottom: 1px solid #e0e0e0;

        }

        /* Quantity & Buttons */
        .purchase-controls {
            display: flex;
            /* align-items: center; */
            gap: 15px;
            margin-bottom: 30px;
                align-items: center !important; /* Ye sabko same height karega */

        }

        .quantity-box {
            display: flex;
            align-items: center;
            border: 1px solid #cdcdcd;
            border-radius: 50px;
            overflow: hidden;
            background: #FEF6E2;
            padding: 5px;
            height: 42px !important;
        }

   .qty-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FAF7F2;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #999999;
    transition: all 0.3s;
    border-radius: 50px;
}

.quantity-box,
.action-btns {
    align-items: center;
}

        .qty-btn:hover {
            background: #f5f5f5;
            color: #e91e63;
        }

        .qty-input {
            width: 30px;
            /* height: 50px; */
            border: none;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            color: #2d2d2d;
            background-color: transparent;
        }

        .qty-input:focus {
            outline: none;
        }

        .action-btns {
            display: flex;
            gap: 15px;
            flex: 1;
            height: 100% !important;
        }

        .btn-cart {
            /* flex: 1; */
            height: 42px;
            background: #e91e63;
            color: white;
            border: none;
            padding: 5px 25px;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
        }

        .btn-cart:hover {
            background: #c2185b;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(233, 30, 99, 0.3);
        }

        .btn-buy {
            /* flex: 1; */
            background: #ff9800;
            color: white;
            border: none;
            padding: 5px 25px;
            border-radius: 50px;
            font-size: 18px;
            height: 42px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
        }

        .btn-buy:hover {
            background: #f57c00;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 152, 0, 0.3);
        }

        /* Features */
   .features-row {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 10px;
    background-color: #F5F5F4;
    border-radius: 10px;
    justify-content: space-between;
}

        .feature {
            display: flex;
            align-items: center;
            gap: 8px;
        }

       .feature img {
    width: 24px;
    height: auto;
    object-fit: inherit;
}

        .feature-icon {
            width: 30px;
            height: 30px;
            color: #e91e63;
            font-size: 20px;
        }

        .feature-text {
            font-size: 16px;
            font-weight: 600;
            color: #2d2d2d;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .product-details {
                /* padding: 35px; */
            }

            .product-title {
                font-size: 28px;
            }

              .product-details {
                flex: 1 1 100%;
                padding: 30px 0;
                padding-bottom: 10px;
            }
        }

        @media (max-width: 992px) {
            .product-layout {
                flex-wrap: wrap;
            }

            .thumbnail-sidebar {
                width: 90px;
                padding: 15px 5px;
            }

            .thumbnail-item {
                width: 70px;
                height: 70px;
            }

            .main-image-section {
                flex: 1;
                min-width: 400px;
                padding: 20px;
            }
            .main-image-container {
              height: auto ;
            }

            

          

            .product-title {
                font-size: 26px;
            }

            .current-price {
                font-size: 32px;
            }
        }

        @media (max-width: 768px) {
          
.features-row {
    	    margin-top: 10px!important;
        }


            .product-wrapper {
                border-radius: 10px;
            }
            .main-image {
                height: auto !important;
            }

            .product-layout {
                flex-direction: column;
            }

            /* Image section with thumbnails on left */
            .image-section-wrapper {
                display: flex;
                width: 100%;
                align-items: center;
            }

            .thumbnail-sidebar {
                width: 70px;
                padding: 10px 3px;
                min-height: 50px;
            }

            .scroll-arrow {
                width: 30px;
                height: 30px;
                font-size: 12px;
            }

            .thumbnails-container {
                max-height: 300px;
            }

            .thumbnail-item {
                width: 60px;
                height: 60px;
                margin-bottom: 8px;
            }

            .main-image-section {
                flex: 1;
                min-width: auto;
                padding: 15px 0px;
            }

            .main-image {
                max-height: 350px;
            }

            .product-details {
                padding: 25px 0px;
            }

            .product-title {
                font-size: 22px;
                /* margin: 12px 0 20px; */
            }

            .current-price {
                font-size: 28px;
            }

            .original-price {
                font-size: 20px;
            }

            .savings {
                display: block;
                /* margin-top: 8px; */
            }

            .purchase-controls {
                flex-direction: column;
                width: 100%;
                gap: 12px;
            }

            .quantity-box {
                width: 100%;
                justify-content: space-between;
            }

            .action-btns {
                flex-direction: column;
                width: 100%;
                gap: 12px;
            }

            .btn-cart,
            .btn-buy {
                width: 100%;
                padding: 14px 20px;
            }

            .features-row {
                       gap: 15px;
        	       align-items: flex-start;
       		      width: 95% !important;
            }
        }

        @media (max-width: 576px) {
            .product-wrapper {
                border-radius: 8px;
            }

.features-row {
    	    margin-top: 10px!important;
        }

            .thumbnail-sidebar {
                width: 60px;
                padding: 8px 2px;
                min-height: 50px;
            }

            .scroll-arrow {
                width: 28px;
                height: 28px;
                font-size: 11px;
            }

            .thumbnails-container {
                max-height: 250px;
            }

            .thumbnail-item {
                width: 50px;
                height: 50px;
                margin-bottom: 6px;
                border-radius: 6px;
            }

            .main-image-section {
                /* padding: 10px 8px; */
            }

            .main-image {
                max-height: 280px;
            }

            .product-details {
                padding: 20px 0px;
            }

            .category-label {
                font-size: 16px;
            }

            .product-title {
                font-size: 22px;
                /* margin: 10px 0 15px; */
            }

            .current-price {
                font-size: 26px;
            }

            .original-price {
                font-size: 18px;
            }

            .savings {
                font-size: 13px;
                /* padding: 5px 12px; */
            }

            .tax-note {
                font-size: 13px;
            }

            .short-desc-title {
                font-size: 16px;
            }

            .short-desc-text {
                font-size: 14px;
            }

            .qty-btn {
                width: 40px;
                height: 45px;
            }

            .qty-input {
                /* width: 55px; */
                /* height: 45px; */
                font-size: 16px;
            }

            .btn-cart,
            .btn-buy {
                padding: 13px 18px;
                font-size: 15px;
            }

            .feature-icon {
                font-size: 20px;
            }

            .feature-text {
                font-size: 14px;
            }

            .toast-notification {
                top: 15px;
                right: 15px;
                left: 15px;
                padding: 15px 20px;
            }

            .toast-icon {
                font-size: 24px;
            }

            .toast-title {
                font-size: 15px;
            }

            .toast-message {
                font-size: 13px;
            }
        }

        @media (max-width: 400px) {
            .thumbnail-sidebar {
                width: 55px;
            }

            .thumbnail-item {
                width: 45px;
                height: 45px;
            }

            .main-image {
                max-height: 250px;
            }

            .product-title {
                font-size: 22px !important;
            }

            .current-price {
                font-size: 16px;
            }

            .original-price {
                font-size: 16px;
            }
        }

        /* Additional Helper Classes */
        .image-section-wrapper {
            display: flex;
                    }

        @media (min-width: 769px) {
            .image-section-wrapper {
                display: contents;
            }
        }

        /* Toast Notification */
        .toast-notification {
            position: fixed;
            top: 30px;
            right: 30px;
            background: white;
            padding: 20px 25px;
            border-radius: 10px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.2);
            z-index: 9999;
            display: none;
            animation: slideInRight 0.4s ease;
        }

        @keyframes slideInRight {
            from {
                transform: translateX(400px);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .toast-notification.show {
            display: block;
        }

        .toast-content {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .toast-icon {
            font-size: 28px;
            color: #4caf50;
        }

        .toast-title {
            font-size: 16px;
            font-weight: 700;
            color: #2d2d2d;
            margin-bottom: 3px;
        }

        .toast-message {
            font-size: 14px;
            color: #666;
            margin: 0;
        }

        .description-section {
            max-width: 1400px;
            margin: 0 auto;
            background: #F5F5F4 ;
            padding: 30px;
            border-radius: 15px;
            /* box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
        }

        .testimonial-section-heading{
          font-size: 34px;
          font-family: var(--primary-font);
        }

        .section-title {
            font-size: 34px;
            font-weight: 400;
            color: #0B0404;
            /* margin-bottom: 40px; */
            /* letter-spacing: -0.5px; */
            font-family: var(--primary-font);
        }

        .description-content {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .description-list {
            flex: 0 0 66%;
            list-style: none;
            padding: 0;
        }
        .product-detail-block{
          background-color: #FAF7F2;
        }

        .description-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: ;
            gap: 15px;
        }

        .description-item:last-child {
            margin-bottom: 0;
        }

        .check-icon {
          width: 18px;
                height: 18px;
                font-size: 11px;
            background: #e91e63;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin-top: 6px;
        }

        .description-text {
            font-size: 18px;
            line-height: 1.7;
            color: #999;
        }

        .description-image {
            /* flex: 0 0 calc(30% - 60px); */
          /* width: 408px;*/
   /* height: 222px;*/
        }

        .description-image img {
              width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .description-section {
                padding: 50px 60px;
            }

            .section-title {
                font-size: 34px;
            }

            .description-content {
                gap: 50px;
            }

            .description-text {
                font-size: 17px;
            }
        }

        @media (max-width: 992px) {
            .description-section {
                padding: 40px 40px;
            }

            .section-title {
                font-size: 30px;
            }

            .description-content {
                gap: 40px;
            }

            .description-text {
                font-size: 16px;
            }
             .description-content {
                flex-direction: column;
                gap:20px;
            }
        }

        @media (max-width: 768px) {
            .description-section {
                padding: 35px 30px;
            }

            .section-title {
                font-size: 22px !important;
                /* margin-bottom: 30px; */
            }

            .description-content {
                flex-direction: column;
                gap: 10px;
            }

            .description-image {
                max-width: 100%;
                order: 2;
            }

            .description-list {
                order: 1;
            }

            .description-item {
                margin-bottom: 10px;
            }

           .check-icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}


            .description-text {
                font-size: 15px;
            }
        }

        @media (max-width: 576px) {
            .description-section {
                padding: 30px 0px;
            }

       .product-wrapper {
            padding: 10px 0;
          }

	.features-row {
    	    margin-top: 10px!important;
        }
            .section-title {
                font-size: 28px;
                /* margin-bottom: 25px; */
            }

            .description-content {
                gap: 10px;
            }

            .description-item {
                margin-bottom: 5px;
                gap: 12px;
            }

          
           

            .description-text {
                font-size: 16px;
                line-height: 1.6;
            }
            .product-wrapper{
              padding-bottom: 10px !important;
            }
        }






        /* card css */
   .slider-section {
            background-color: #FAF7F2;
            padding: 50px 0;
        }

        .section-title {
            /* font-size: 2.5rem; */
            font-weight: 400;
            margin-bottom: 10px;
            color: #333;
        }

        .product-slider {
            position: relative;
            padding: 0;
        }

        .product-card {
            /* background: #fff; */
            border: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            margin: 10px;
        }

        /* .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        } */

        .product-image {
            width: 100%;
            height: 300px;
            object-fit: contain;
            background-color: #f5f5f5;
        }

        .description-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.check-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;   /* 🔥 circle shrink nahi hoga */
    border-radius: 50%;
    background: #e91e63; /* apna pink */

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0; /* 🔥 IMPORTANT */
}

.check-icon i {
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.description-text {
    margin: 0;
    line-height: 1.6;
}

        .product-info {
            /* padding: 20px; */
            text-align: left;
        }

        .product-title {
            /* font-size: 1rem; */
            color: #333;
            /* margin-bottom: 15px; */
            /* min-height: 48px; */
            /* line-height: 1.5; */
        }

        .product-price {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sale-price {
            font-size: 20px;
            color: var(--primary-color);
            font-weight: 600;
        }

        .detail-card-img{
          /* padding: px; */
        }

        .original-price {
            text-decoration: line-through;
            color: #A8A29E;
            font-weight: 400;
        }

        .slider-btn {
            display: none;
        }

        .slider-container {
            overflow: hidden;
        }

        .slider-track {
            display: flex;
            transition: transform 0.5s ease;
        }

        .slider-item {
            min-width: calc(25% - 20px);
            padding: 0 10px;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .slider-item {
                min-width: calc(33.333% - 20px);
            }
        }

        @media (max-width: 768px) {
            .slider-item {
                min-width: calc(50% - 20px);
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .product-slider {
                padding: 0;
            }
        }

        @media (max-width: 576px) {
            .slider-item {
                min-width: calc(100% - 20px);
            }
            
            .section-title {
                font-size: 1.75rem;
            }
            
            .product-slider {
                padding: 0;
            }
        }





        .testimonial-section {
  padding: 42px 0;
  background: var(--secondary-color);
}

.testimonial-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.testimonial-card-box {
  flex: 0 0 calc(33.333% - 14px);
  display: flex;
  flex-direction: column;
  
  background: #fff;
  padding: 32px;
  font-size: 16px;
  line-height: 1.5;
  /* border-radius: 14px; */
  /* text-align: center; */
  /* box-shadow: 0 8px 22px rgba(0,0,0,0.08); */
  transition: 0.4s;
  font-weight: 400;

}

/* .testimonial-card-box p {
  font-size: 15px;
  color: #555;
} */

.testimonial-card-box p {
    font-size: 16px;
    color: #0B0404;
    height: stretch;
    /* overflow-y: auto; */
}

.testimonial-card-box h4 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-card-box span {
  font-size: 15px;
  color: #999;
  /* padding-bottom: 20px; */
}

/* Center active */
.testimonial-active {
  transform: scale(1.05);
  /* box-shadow: 0 14px 35px rgba(0,0,0,0.18); */
}

/* Arrows */
.testimonial-nav {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  background: #e5e5e5;
  color: var(--primary-color);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.testimonial-prev { left: 2px; }
.testimonial-next { right: 2px; }

/* Tablet */
@media (max-width: 991px) {
.youmayblock-section{
  padding: 22px 0 !important;
}
  .youmayblock-title{
    font-size: 22px !important;
    text-align: center;
  }
  .testimonial-card-box {
    flex: 0 0 calc(50% - 10px);
  }
   .testimonial-section-heading{
          font-size: 28px;
          font-family: var(--primary-font);
        }
        .testimonial-card-box p {
    font-size: 16px;
    color: #0B0404;
    height: auto !important;
    /* overflow-y: auto; */
}
}

/* Mobile */
@media (max-width: 576px) {
  .testimonial-card-box {
    flex: 0 0 100%;
  }
}




/* =========================
   YOU MAY BLOCK – CSS
========================= */

.youmayblock-section {
  padding: 40px 0;
  background: #faf7f2;
}

.youmayblock-title {
  /* font-family: "Playfair Display", serif; */
  font-family: var(--primary-font);
  font-size: 34px;
  margin-bottom: 25px;
}

.youmayblock-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.youmayblock-container {
  overflow: hidden;
  width: 100%;
}

.youmayblock-track {
  display: flex;
  transition: transform 0.45s ease;
}

/* 4 cards desktop */



.youmayblock-card {
    /* background-color: #F5F5F4; */

  height: 100%;
  display: flex;
  flex-direction: column;
}

/* image area */
.youmayblock-imgbox {
    /* width: 278px; */
  
  
   

  align-items: center;
  justify-content: center;

}

.youmayblock-imgbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* content bottom */
.youmayblock-content {
  /* margin-top: auto; */
}

.youmayblock-name {
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 6px;
  font-weight: 500;
    height: 50px;
}

.youmayblock-price {
  font-size: 18px;
}

.youmayblock-sale {
  color: #c90765;
  font-weight: 600;
}

.youmayblock-old {
  margin-left: 6px;
  text-decoration: line-through;
  color: #999;
}

.product-link {
  text-decoration: none !important;
  color: inherit;
  display: block;
}
/* arrows */
.youmayblock-btn {
  width: 38px;
  height: 38px;
  /* border-radius: 50%; */
  border: none;
  background: rgb(222, 222, 222);
  cursor: pointer;
  color: black;
  font-size: 20px;
}

.youmayblock-btn:hover {
  background: #c90765;
  color: #fff;
}

/* responsive */







.home-category-link{
  display: block;          /* pura area clickable */
  text-decoration: none;
  color: inherit;
}

.home-category{
  cursor: pointer;
}

.home-category img{
  display: block;
  max-width: 100%;
}

.home-category span{
  display: block;
  /* text-align: center; */
  margin-top: 8px;
}
.feature-card-link{
  display: block;
  text-decoration: none;
  color: inherit;
}

.feature-card{
  cursor: pointer;
}

.feature-card-link button{
  /* pointer-events: none;  */
  /* button click bhi card jaisa behave kare */
}

.arrival-card-link{
  display: block;
  text-decoration: none;
  color: inherit;
}

.arrival-card{
  cursor: pointer;
}

.arrival-card-link *{
  pointer-events: none; /* andar ka sab click bhi link jaisa behave kare */
}








/* checkout page css */

        .checkout-page {
            background-color: #FAF7F2;
          
        }

        .checkout-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.03);
            height: 100%;
            background-color: #fff;
        }

        /* Pink Radio Button */
        .checkout-page .form-check-input:checked {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }

        .checkout-page .form-check-input:focus {
            box-shadow: 0 0 0 0.25rem rgba(176, 0, 88, 0.25);
            border-color: var(--primary-color);
        }

        .checkout-text-pink {
            color: var(--primary-color);
            font-size: 16px;
            font-weight: 500;
        }

        .checkout-page .form-control,
        .checkout-page .form-select {
            background-color: #fdfaf7;
            border: 1px solid #efe5da;
        }
        .payement_mod{
          font-size: 24px;
          font-family: var(--primary-font);
        }

      .checkout-promo-banner {
    background-color: #C907651A;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    padding: 12px;
    /* border-radius: 4px; */
    /* text-align: center; */
}
.order_details_number h6, span{
  font-size: 16px;
    font-weight: 600 !important;
}
.order_details_number1 h5{
  font-size: 18px;
      font-weight: 600 !important;

}
.form-check-payment{
  font-size: 16px;
  font-weight: 400;
}
        .checkout-original-price {
            margin-left: 4px;
            color: #A8A29E !important;
            font-size: 16px;
        }
        .checkout-textarea{
          resize: none;
        }

        .checkout-price-new{
          font-weight: 500;
        }

        .checkout-btn-place-order {
            background-color: var(--primary-color);
            color: #fff;
            border: none;
            padding: 12px;
            width: 75%;
            font-weight: 600;
            border-radius: 8px;
        }

        .checkout-product-img {
            width: 80px;
            height: 90px;
            object-fit: cover;
            border-radius: 8px;
        }
  



        /* view cart page  css */

           .viewCart-block{
               width: 100%;
             background-color: #f5f0eb;
        }
        .cart-container {
            /* max-width: 1200px; */
            margin: 0 auto;
            /* padding: 20px; */
            width: 100%;
        }
        
        .view-cart-card {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            width: 100%;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .product-image {
            width: 74px;
            height: 74px;
            object-fit: cover;
            border-radius: 5px;
            flex-shrink: 0;
        }
        
        .product-name {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.4;
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-word;
        }
        
        .price-text {
            color: var(--primary-color);
            font-weight: 500;
            font-size: 16px;
        }
        .price-text1 {
            /* color: #c2185b; */
            font-weight: 500;
            font-size: 16px;
        }
        .view_cross{
    width: 24px;
    height: 24px;
    background-color: #FFF3F2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #D91A1A;
}
        
        .remove-btn {
            color: #c2185b;
            cursor: pointer;
            border: none;
            background: none;
            font-size: 24px;
            padding: 0;
            line-height: 1;
            transition: all 0.3s;
        }
        
        /* .remove-btn:hover {
            transform: scale(1.2);
        } */
        
        .cart-total-card {
            background-color: white;
            border-radius: 10px;
            padding: 24px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky;
            top: 20px;
            width: 100%;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .cart-total-title {
            /* font-family: 'Georgia', serif; */
            font-size: 24px;
            /* font-weight: 600; */
            font-family: var(--primary-font);
            margin-bottom: 25px;
            font-weight: 400;
            word-wrap: break-word;
        }
        
        .total-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 12px;
            font-size: 16px;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
         .discount-text{
            color: #4caf50;

         }
         .subtotal-view{
            font-weight: 600;
         }
        .discount-line {
            font-weight: 600;
             border-top: 1px solid #e0e0e0;
                 padding-top: 15px;
        }
        
        .final-total {
            font-weight: 600;
            font-size: 18px;
            padding-top: 15px;
            border-top: 1px solid #e0e0e0;
            margin-top: 10px;
        }
        
        .final-total .amount {
            color: #c2185b;
        }
        
        .cart-total-content {
            flex-grow: 1;
        }
        
        .checkout-wrapper {
            margin-top: auto;
            padding-top: 20px;
        }
        
        .btn-return {
                background-color: #C9076512;
    color: var(--primary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
        }
        
        .btn-return:hover {
            background-color: #f8bbd0;
        }
        
        .btn-homepage {
            background-color: #F5F5F4;
            color: #333;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 500;
            font-size: 16px;
            transition: all 0.3s;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
    text-decoration: none;
        }
        .order-heading {
          font-size: 28px;
          font-family: var(--primary-font);
          font-weight: 400;
        }

        .order-summry-second-head{
          font-size: 16px;
          /* font-weight: 500; */
        }
        .order-summary-head{
          font-size: 24px ;
          font-family: var(--primary-font);
          font-weight: 400;
        }
        .checkout-form-control{
          font-size: 18px;
          padding: 10px 14px;
        }
        .checkout-form-label{
          font-size: 16px;
          color: #0B0404;
        }
        
        .btn-homepage:hover {
            background-color: #e0e0e0;
        }
        .checkout_head{
          font-size: 24px ;
          font-family: var(--primary-font);
        }
        .btn-checkout {
            background-color: #c2185b;
            color: white;
            border: none;
            padding: 12px 15px;
            border-radius: 8px;
            font-weight: 500;
            width: 80%;
            font-size: 18px;
            transition: all 0.3s;
            white-space: nowrap;
    text-decoration: none;
        }
        
        .btn-checkout:hover {
            background-color: #ad1457;
        }
        .action-btn-viewCart{
            display:  flex ;
            justify-content: space-between;
            align-items: center;
        }
        
        .qty-input {
            /* width: 60px; */
            text-align: center;
            /* border: 1px solid #ddd; */
            border-radius: 4px;
            /* padding: 8px 5px; */
            /* font-size: 14px; */
        }
        
        .table-header {
                font-weight: 400;
    color: #0B0404;
    font-size: 16px;

            display: none;
        }
        
        .action-buttons-wrapper {
            margin-top: auto;
            padding-top: 20px;
        }
        
        /* Desktop View */
        @media (min-width: 992px) {
            .cart-container {
                padding: 40px 20px;
            }

              .order-heading {
          font-size: 22px !important;
          font-family: var(--primary-font);
          font-weight: 400;
        }
            
            .table-header {
                display: block;
            }
            
            .btn-return,
            .btn-homepage {
                width: auto;
            }
            
            .mobile-product-details {
                display: none;
            }
        }
        
        /* Tablet View */
        @media (max-width: 991px) and (min-width: 576px) {
            .cart-container {
                padding: 30px 15px;
            }
            
            .view-cart-card {
                padding: 25px;
            }
            
            .cart-total-card {
                position: static;
            }
        }
        
        /* Mobile View */
        @media (max-width: 991px) {
            .desktop-table-view {
                display: none;
            }
            .checkout_head{
              font-size: 22px !important;
            }
            .order-summary-head{
              font-size: 22px !important;
            }
            .order-summry-second-head {
              font-size: 14px !important;
            }
            .mobile-product-card {
                border: 1px solid #e0e0e0;
                border-radius: 8px;
                padding: 15px;
                margin-bottom: 15px;
                background-color: #fafafa;
                width: 100%;
                overflow: hidden;
            }
            
            .mobile-product-header {
                display: flex;
                gap: 15px;
                margin-bottom: 15px;
                width: 100%;
            }
            .mobile-product-header-1 {
                display: flex;
                align-items: center;
                gap: 15px;
                margin-bottom: 15px;
                width: 100%;
            }
            
            .mobile-product-info {
                flex: 1;
                min-width: 0;
            }
            
            .mobile-product-details {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 10px;
                padding: 15px 0;
                border-top: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0;
            }
            
            .mobile-detail-item {
                display: flex;
                flex-direction: column;
                gap: 5px;
            }
            
            .mobile-detail-label {
                font-size: 12px;
                color: #666;
                font-weight: 600;
            }
            
            .mobile-detail-value {
                font-size: 14px;
                font-weight: 600;
            }
            
            .mobile-actions {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 15px;
            }
            
            .cart-total-card {
                position: static;
            }
           
    .product-name {
        margin-top: 0 !important;
    }


        }
        
        /* Small Mobile */
        @media (max-width: 575px) {
          .login-section {
            padding: 20px !important;
          }
            .cart-container {
                padding: 15px 10px;
            }
            
            .view-cart-card {
                padding: 15px;
            }
            
            .cart-total-card {
                padding: 20px;
            }
            
            .product-image {
                width: 50px;
                height: 50px;
            }
            
            .product-name {
                font-size: 13px;
            }
            
            .cart-total-title {
                font-size: 22px;
            }
            
            .total-row {
                font-size: 14px;
                gap: 10px;
            }
            
            .btn-return,
            .btn-homepage {
                padding: 10px 15px;
                font-size: 14px;
            }
            
            .qty-input {
                /* width: 50px; */
                padding: 6px 3px;
                font-size: 13px;
            }
        }
        
        /* Extra Small Devices */
        @media (max-width: 375px) {
            .cart-container {
                padding: 10px 8px;
            }
            
            .view-cart-card,
            .cart-total-card {
                padding: 12px;
                border-radius: 8px;
            }
            
            .product-name {
                font-size: 12px;
            }
            
            .mobile-product-details {
                grid-template-columns: 1fr;
                gap: 12px;
            }
            
            .cart-total-title {
                font-size: 20px;
            }
            
            .total-row {
                font-size: 13px;
            }
            
            .btn-return,
            .btn-homepage {
                padding: 10px 12px;
                font-size: 13px;
            }
            
            .btn-checkout {
                padding: 12px;
                font-size: 14px;
            }
            
            .product-image {
                width: 45px;
                height: 45px;
            }
        }




      /* sign in page css */


        .login-section{
            width: 100%;
             display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px;
            background-color: #FAF7F2;
        }

        .login-container {
            background: #F5F5F4;
            border-radius: 20px;
            box-shadow: 0 0px 13px rgba(114, 114, 114, 0.1);
            max-width: 500px;
            width: 100%;
            padding: 28px 40px;
        }

        .login-container .logo-section {
            text-align: center;
            margin-bottom: 26px;
        }

        .login-container .logo-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
        }

        .login-container .brand-name {
            /* font-family: 'Playfair Display', serif; */
            font-size: 32px;
            font-weight: 600;
            color: #c2295e;
            letter-spacing: 4px;
            margin: 0;
        }

        .login-container .form-label {
            /* font-family: 'Playfair Display', serif; */
            font-size: 16px;
            font-weight: 500;
            color: #2c2c2c;
            margin-bottom: 10px;
        }

        .login-container .form-label .required {
            color: #c2295e;
        }

        .login-container .form-control {
            border: 1px solid #D9D9D9;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 18px;
            background: #FAF7F2;
            transition: all 0.3s ease;
        }

        .login-container .form-control:focus {
            border-color: #c2295e;
            box-shadow: 0 0 0 0.2rem rgba(194, 41, 94, 0.15);
            background: #ffffff;
        }

        .login-container .form-control::placeholder {
            color: #b8b8b8;
        }

        .login-container .password-wrapper {
            position: relative;
        }

        .login-container .password-toggle {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: #888;
            cursor: pointer;
            padding: 0;
            font-size: 18px;
        }

        .login-container .password-toggle:hover {
            color: #c2295e;
        }

        .login-container .captcha-section {
            display: flex;
            gap: 15px;
            align-items: stretch;
        }

        .login-container .captcha-input {
            /* flex: 1; */
            display: flex;
            align-items: stretch;
        }

        .login-container .captcha-input .form-control {
            height: 100%;
        }

        .login-container .captcha-display {
            /* flex: auto; */
            background: #ffffff;
            /* border: 1px solid #d4c4b8; */
            border-radius: 8px;
            padding: 12px 20px;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 6px;
            color: #2c4875;
            text-decoration: line-through;
            font-style: italic;
            /* min-width: 140px; */
            text-align: center;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 47px;
        }

        /* .login-container .captcha-display::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: repeating-linear-gradient(
                45deg,
                transparent,
                transparent 2px,
                rgba(194, 41, 94, 0.05) 2px,
                rgba(194, 41, 94, 0.05) 4px
            );
        } */

        .login-container .remember-forgot {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
            margin-bottom: 30px;
        }

        .login-container .form-check-label {
            /* font-family: 'Playfair Display', serif; */
            font-size: 18px;
            color: #2c2c2c;
            cursor: pointer;
        }

        .login-container .form-check-input {
            cursor: pointer;
            border: 1px solid #d4c4b8;
        }

        .login-container .form-check-input:checked {
            background-color: #c2295e;
            border-color: #c2295e;
        }

        .login-container .forgot-link {
            /* font-family: 'Playfair Display', serif; */
            font-size: 18px;
            color: var(--primary-color);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .login-container .forgot-link:hover {
            color: #9a1e4a;
            text-decoration: underline;
        }

        .login-container .btn-signin {
            width: 100%;
            /* background: linear-gradient(135deg, #c2295e 0%, #9a1e4a 100%); */
            background-color: var(--primary-color);
            border: none;
            border-radius: 10px;
            padding: 10px;
            font-size: 18px;
            font-weight: 600;
            color: #ffffff;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            margin-top: 10px;
            /* box-shadow: 0 4px 15px rgba(194, 41, 94, 0.3); */
        }

        .login-container .btn-signin:hover {
            transform: translateY(-1px);
            /* box-shadow: 0 0px 10px rgba(194, 41, 94, 0.4); */
            /* background: linear-gradient(90deg, #9a1e4a 0%, #c2295e 100%); */
        }

        .login-container .btn-signin:active {
            transform: translateY(0);
        }

        .login-container .signup-section {
            text-align: center;
            margin-top: 25px;
            /* font-family: 'Playfair Display', serif; */
            font-size: 18px;
            color: #2c2c2c;
        }

        .login-container .signup-link {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .login-container .signup-link:hover {
            color: #9a1e4a;
            text-decoration: underline;
        }

         .login-container .signup-link1 {
            /* color: #c2295e; */
            color: #000;
            text-decoration: none;
            font-weight: 400;
            transition: all 0.3s ease;
            font-size: 18px;
        }

        .login-container .signup-link1:hover {
            color: #9a1e4a;
            text-decoration: underline;
        }

        /* Tablet Responsive */
        @media (max-width: 768px) {
            .login-container {
                padding: 45px 35px;
                max-width: 450px;
            }

            .login-container .brand-name {
                font-size: 30px;
                letter-spacing: 3.5px;
            }

            .login-container .logo-icon {
                width: 70px;
                height: 70px;
            }
        }

        /* Mobile Responsive */
        @media (max-width: 576px) {
          .contact-form-box h2{
            text-align: center;
            font-size: 22px !important;
          }
          .contact-form-box p {
    font-size: 16px;
    text-align: center;
          }
          .order-heading{
            font-size: 20px;
          }
          .order-peragraph{
            font-size: 16px !important;
          }
           
          .img-top-order {
  width: 60px !important;
  margin-bottom: 7px;
}
            .login-container {
                padding: 35px 20px;
                border-radius: 15px;
            }

            .login-container .brand-name {
                font-size: 26px;
                letter-spacing: 3px;
            }

            .login-container .logo-icon {
                width: 55px;
                height: 55px;
                margin-bottom: 10px;
            }

            .login-container .logo-section {
                margin-bottom: 30px;
            }

            .login-container .form-label {
                font-size: 15px;
            }

            .login-container .form-control {
                padding: 11px 14px;
                font-size: 14px;
            }

            .login-container .captcha-section {
                flex-direction: column;
                gap: 12px;
            }

            .login-container .captcha-display {
                width: 100%;
                min-width: 100%;
                font-size: 22px;
                letter-spacing: 8px;
                padding: 12px 15px;
            }

            .login-container .remember-forgot {
                flex-direction: column;
                gap: 15px;
                align-items: flex-start;
                margin-bottom: 25px;
            }

            .login-container .form-check-label,
            .login-container .forgot-link {
                font-size: 14px;
            }

            .login-container .btn-signin {
                padding: 13px;
                font-size: 17px;
            }

            .login-container .signup-section {
                font-size: 14px;
                margin-top: 20px;
            }
        }

        /* Small Mobile Responsive */
        @media (max-width: 375px) {
 
            .login-container {
                padding: 30px 18px;
            }

            .login-container .brand-name {
                font-size: 24px;
                letter-spacing: 2px;
            }

            .login-container .logo-icon {
                width: 50px;
                height: 50px;
            }

            .login-container .form-control {
                padding: 10px 12px;
                font-size: 13px;
            }

            .login-container .captcha-display {
                font-size: 20px;
                letter-spacing: 6px;
            }

            .login-container .btn-signin {
                font-size: 16px;
                padding: 12px;
            }
        }



        .img-logo-signin{
          width: 70px;
        }


        .placeOrder{
          text-decoration: none;
          color: #fff;
          font-size: 18px;
          font-weight: 600;
        }




        /* order successfull page css */

        /* ===== PAGE ===== */
.order-successful-body{
    background:#faf7f2;
}

/* ===== COMMON CARDS ===== */
.order-successful-card{
    background:#fff;
    border-radius:16px;
    padding:24px;
    height:100%;
}
.order-successful-card-left{
  padding-bottom: 50px;
}

/* ===== SUCCESS ICON ===== */
.order-successful-icon{
  margin-top: 26px !important;
    /* width:70px; */
    /* height:70px; */
    border-radius:50%;
    /* border:3px solid #d10c6d; */
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}

.order-successful-icon img{
    /* font-size:32px; */
    /* color:#d10c6d;/ */
    /* width: 70px !important; */
}
.img-top-order {
  width: 80px !important;
  margin-bottom: 7px;
}
.heading-order-successfully{
  font-weight: 600;
  font-size: 20px;
}
.truck-delivery{
  width: 22px;
  margin-right: 2px;
}
.contact-delivery{
    width: 16px;
  margin-right: 4px;
}
.order-successful-details-section p{
  font-size: 17px;
}
.order-successful-details-subtitle{
  margin-bottom: 12px !important;
  display: block;
  font-weight: 700;
  font-size: 28px !important;
}

/* ===== PRODUCT TABLE BOX ===== */
.order-successful-product-box{
    border:1px solid #eee;
    border-radius:14px;
    background:#fff;
    overflow: hidden;
}
.table-body-order{
  padding:20px !important;
}

.order-successful-product-box thead th{
     font-weight: 400;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.order-successful-product-box tbody td{
    border-bottom:none;
    font-size: 16px;
}

.order-successful-product-img{
    width:74px;
    height:74px;
    border-radius:10px;
    object-fit:cover;
}

.order-successful-product-title{
    font-size:16px;
}

.order-successful-price{
    color: var(--primary-color) !important;
    font-weight:500;
}
.order-successful-price1{
    font-weight:500;
}

/* ===== RIGHT DETAILS ===== */
.order-successful-details-title{
      font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: var(--primary-font);
}

.order-successful-details-section{
    margin-bottom:20px;
}

.order-successful-details-section i{
    color:#999;
    margin-right:8px;
}

.order-successful-icon img {
    width: 70px;
    height: auto;
}
.order-peragraph{
  font-size: 18px;
}




/* contect us css */


.contact-section{
    padding:48px 0;
    /* font-family:Poppins, sans-serif; */
    background-color: var(--secondary-color);
}

/* LEFT BOX */
.contact-info-box {
    background: #F5F5F4;
    padding: 40px;
    height: 100%;
}

.contact-info-item{
    text-align:center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom:1px solid var(--contact-border);
}

.contact-info-item:last-child{
    border-bottom:none;
}
.contact-icon-img{
  width: 39px;
  height: auto;
}
.contact-icon-img-terms{
  width: 28px;
  height: auto;

}
.mail-terms{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  gap: 10px;
}
.terms-phone{
  margin-top: 27px;
}
.mail-terms p{
  font-weight: 500;
  color: #000 !important;
  margin-bottom: 0 !important;
}
.contact-icon-terms{
    width:40px;
    height:40px;
    background:#C907651A;
    /* color:var(--contact-primary); */
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    /* margin:0 auto 15px; */
    font-size:18px;
    /* padding: 10px; */
}

.contact-icon{
    width:60px;
    height:60px;
    background:#C907651A;
    /* color:var(--contact-primary); */
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    font-size:18px;
    /* padding: 10px; */
}
.contact-info-text {
    color: var(--gray-color);
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    font-family: var(--secondary-font);
}

/* FORM BOX */
.contact-form-box{
    background: #fff;
    padding:28px;
    border-radius:8px;
}

.contact-form-box h2{
    font-size:28px;
    margin-bottom:6px;
    font-family: var(--primary-font)
}

.contact-form-box p{
    font-size:18px;
    /* color:var(--contact-text); */
    margin-bottom:30px;
    font-family: var(--secondary-font);
    color: var(--gray-color);
}

/* INPUT LABEL */
.contact-label {
    font-size: 16px;
    color: #0B0404;
    margin-bottom: 6px;
    font-weight: 400;
      font-family: var(--secondary-font);

}

/* INPUT */
.contact-input{
    background: var(--secondary-color);
    border:1px solid var(--input-border-color);
    border-radius:4px;
    padding:11px 12px;
    font-size:18px;
        color: var(--gray-color);
        resize: none;

}

.contact-input:focus{
    border-color:var(--contact-primary);
    box-shadow:none;
}

/* CAPTCHA */
.contact-captcha{
    display:flex;
    gap:10px;
    align-items:center;
}

/* BUTTON */
.contact-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 90px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    font-family: var(--secondary-font);
}

.contact-btn:hover{
    background:#a40055;
}

@media(max-width:991px){
    .contact-form-box{
        margin-top:30px;
    }
    .contact-section {
      padding: 30px 0;
    }
    .contact-info-box {
    background: #F5F5F4;
    padding: 20px !important;
    border-radius: 8px;
    height: 100%;
}
    .order-successful-details-title{
      font-weight: 500;
    margin-bottom: 15px;
    font-size: 22px !important;
    font-family: var(--primary-font);
}
}

.contact-map-section{
    width:100%;
    padding-bottom:32px;
    background-color: var(--secondary-color);
}

.contact-map-frame{
    width:100%;
    /* height:420px; */
    border:0;
    display:block;
}
.contact-icon-img {
  width: 32px;
}
.contact-icon-img-terms{
  width: 24px;
}



/* Mobile */
@media(max-width:767px){
    .contact-map-frame{
        height:300px;
    }
    .contact-btn{
      padding: 8px 40px;
    }
    .contact-form-box p
{
  font-size: 16px;
}
.contact-icon{
    width:46px;
    height:46px;
}
.contact-icon-terms{
    width:36px;
    height:36px;
}
}




/* return and refund policy start */

 
   .return-policy-wrapper {
    background-color: var(--secondary-color);
    margin: auto;
    padding: 48px 0;
    font-family: var(--secondary-font);
}

    .return-policy-wrapper h2 {
      color: #2b2b2b;
      font-size: 26px;
      margin-bottom: 16px;
    }

    .return-policy-wrapper h3 {
    color: #0B0404;
    font-size: 24px;
    margin-top: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

    .return-policy-wrapper p {
      font-size: 20px;
      line-height: 1.8;
      margin-bottom: 12px;
      font-weight: 500;
      color: var(--gray-color);
      font-family: var(--secondary-font);
    }
    .return-policy-wrapper p strong{
        font-weight: 600;
        color: #0B0404;
    }

    .return-policy-wrapper ul {
      padding-left: 18px;
    }

    .return-policy-wrapper ul li {
      font-size: 20px;
      /* line-height: 1.8; */
      margin-bottom: 8px;
            color: var(--gray-color);
    }
    /* ===== Tablet (≤ 992px) ===== */
@media (max-width: 992px) {
  .return-policy-wrapper {
    max-width: 100%;
    padding: 40px 0;
  }
   .home-category-block-heading h2 {
      font-family: var(--primary-font);
      font-size: 28px !important;
      margin-bottom: 8px;
    }
     .home-category-block-title {
      position: absolute;
      bottom: 28px;
      left: 29px;
      right: 18px;
      color: #fff;
      font-size: 24px !important;
      z-index: 2;
    }

  .return-policy-wrapper h3 {
    font-size: 22px;
  }

  .return-policy-wrapper p,
  .return-policy-wrapper ul li {
    font-size: 18px;
  }
}

/* ===== Mobile (≤ 576px) ===== */
@media (max-width: 576px) {
  .return-policy-wrapper {
    padding:24px 0;
  }

  .return-policy-wrapper h3 {
    font-size: 20px;
    margin-top: 24px;
  }

  .return-policy-wrapper p {
    font-size: 18px;
    line-height: 1.7;
  }

  .return-policy-wrapper ul {
    padding-left: 16px;
  }

  .return-policy-wrapper ul li {
    font-size: 16px;
    line-height: 1.6;
  }
      .arrival-header h2 {
        font-size: 22px;
    }
   .home-category-block-heading h2 {
      font-family: var(--primary-font);
      font-size: 22px !important;
      margin-bottom: 8px;
    }
        .section-head h2 {
                font-size: 22px !important;

        }

        .testimonial-section-heading{
                font-size: 22px !important;

        }
}


/* return and refund policy end */



 /* =========================
       HOME CATEGORY BLOCK CSS
    ========================== */
    .home-category-block {
      padding: 40px 0; /* height kam */
      background: var(--secondary-color);
    }

    .home-category-block-heading h2 {
      font-family: var(--primary-font);
      font-size: 34px;
      margin-bottom: 8px;
    }

    .home-category-block-heading p {
      color: var(--gray-color);
      margin-bottom: 28px; /* gap kam */
      font-size: 18px;
    }

    .home-category-block-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      height: 100%;
    }

    .home-category-block-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .home-category-block-card:hover img {
      transform: scale(1.05);
    }

    .home-category-block-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.1)
      );
    }

    .home-category-block-title {
      position: absolute;
      bottom: 28px;
      left: 29px;
      right: 18px;
      color: #fff;
      font-size: 28px;
      z-index: 2;
    }

    /* Heights (REDUCED) */
    .home-category-block-left {
      height: 438px;
    }

    .home-category-block-right {
      height: 438px;
    }

    .home-category-block-middle {
      height: 209px;
    }

    /* Responsive */
   @media (max-width: 991px) {
      .home-category-block-left,
      .home-category-block-right,
      .home-category-block-middle {
        height: 260px; /* 👈 sab same height */
      }
    }



    .product-card-static {
  background: #fffaf6;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  position: relative;
  height: 100%;
}

.best-seller {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f5b7c7;
  color: #a0003a;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
}

.product-img img {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
}

.product-title {
font-size: 32px;
    /* margin: 15px 0 8px; */
    color: #222;
    font-weight: 500;
}

.product-price {
  margin-bottom: 12px;
}

.price-new {
  color: #c4004b;
  font-weight: 600;
  margin-right: 6px;
}

.price-old {
  color: #aaa;
  text-decoration: line-through;
  font-size: 13px;
}

.btn-view-details {
  display: inline-block;
  background: #c4004b;
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-view-details:hover {
  background: #a8003f;
  color: #fff;
}






/* product list new section css */



        .container-main-new {
            max-width: 1400px;
            margin: 0 auto;
            padding: 30px 15px;
        }

        /* Sidebar Styles */
        .sidebar-new {
            background-color: transparent;
            /* padding-right: 30px; */
        }

        .filter-section-new {
            margin-bottom: 40px;
        }

        .filter-header-new {
            font-size: 20px;
            font-weight: 400;
            /* margin-bottom: 20px; */
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-family: var(--primary-font);
            color: #000;
            /* border-bottom: 1px solid #e0e0e0; */
            padding-bottom: 5px;
        }

        .filter-header-new i {
            font-size: 14px;
        }

        .filter-header-new span{
          font-family: var(--primary-font);
          font-size: 20px;
        }

       .category-list-new {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d7d7d7;
}

        .category-item-new {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .category-item-new input[type="checkbox"] {
           width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    cursor: pointer;
            margin-right: 12px;
            border: 1px solid #999;
            accent-color: var(--primary-color);
        }

        .category-item-new label {
            margin: 0;
            cursor: pointer;
            font-size: 18px;
            color: #A8A29E;
            font-family: var(--secondary-font);
        }

        .category-item-new input[type="checkbox"]:checked + label {
            color: var(--primary-color);
            font-weight: 600;
        }

        /* Price Slider */
        .price-slider-container-new {
            /* padding-top: 15px; */
            position: relative;
        }

        .slider-wrapper-new {
            position: relative;
            height: 6px;
            margin: 20px 0 20px 0;
        }

        .slider-track-new {
            position: absolute;
            width: 100%;
            height: 6px;
            background-color: #e0e0e0;
            border-radius: 3px;
        }

        .slider-range-new {
            position: absolute;
            height: 6px;
            background-color: var(--primary-color);
            border-radius: 3px;
        }

        .slider-thumb-new {
            position: absolute;
            width: 18px;
            height: 18px;
            background-color: var(--primary-color);
            border-radius: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            border: 3px solid #fff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

        .price-values-new {
            display: flex;
            justify-content: space-between;
            font-size: 16px;
            font-weight: 600;
            color: #0B0404;
            margin-top: 10px;
            font-family: var(--secondary-font);
        }

        /* Product Header */
        .product-header-new {
            background-color: transparent;
            margin-bottom: 18px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .product-list-new{
          background-color: var(--secondary-color);
        }

        .product-count-new {
            color: #999;
            font-size: 16px;
            font-family: var(--secondary-font);
            font-weight: 500;
        }

        .sort-wrapper-new {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: var(--primary-font);
        }

        .sort-label-new {
            font-size: 16px;
            color: #0B0404;
            font-family: var(--primary-font);
        }

        .sort-select-new {
            border: 1px solid #ddd;
            padding: 8px 30px 8px 15px;
            border-radius: 4px;
            font-size: 14px;
            cursor: pointer;
            background-color: white;
            color: #666;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 8px center;
            background-size: 16px;
        }

        /* Product Card */
        .product-card-new {
            border-radius: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            margin-bottom: 20px;
            position: relative;
            font-family: var(--secondary-font);
        }

        /* .product-card-new:hover {
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        } */

        .best-seller-badge-new {
            position: absolute;
            /* top: 15px; */
            /* left: 15px; */
            background-color: #fce4ec;
            color: var(--primary-color);
            padding: 5px 15px;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.5px;
            z-index: 2;
            text-transform: uppercase;
        }

        .product-image-wrapper-new {
            position: relative;
            width: 100%;
            /* height: 290px; */
            background-color: #F5F5F4;
            display: flex;
            align-items: center;
            /* justify-content: center; */
            overflow: hidden;
        }

       .product-image-new
 {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}

        .product-info-new {
            padding: 20px 0;
            text-align: left;
        }

        .product-title-new {
            font-size: 17px;
            font-weight: 500;
            /* margin-bottom: 5px; */
            color: #0B0404;
        }

        .product-price-new {
            display: flex;
            align-items: baseline;
            gap: 10px;
            margin-bottom: 18px;
            font-size: 19px;
        }

        .current-price-new {
            font-size: 19px;
            font-weight: 500;
            color: var(--primary-color);
        }

       .original-price-new {
    font-weight: 400;
    font-size: 19px;
    color: #A8A29E;
    text-decoration: line-through;
}

        .view-details-btn-new {
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 10px 30px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            width: 100%;
            font-size: 14px;
            text-transform: capitalize;
            letter-spacing: 0.3px;
            border-radius: 6px;
            text-decoration: none;
            border: 1px solid var(--primary-color);
        }

        .view-details-btn-new:hover {
            background-color: #fff;
            border: 1px solid var(--primary-color);
            color: var(--primary-color);

        }

        /* Pagination */
       .pagination-wrapper-new {
    display: flex;
    justify-content: center;
    padding: 32px;
}

        .pagination-new {
            display: flex;
            gap: 8px;
            list-style: none;
            align-items: center;
        }

        .pagination-new li {
            display: inline-block;
        }

        .pagination-new a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border: 1px solid #e0e0e0;
            border-radius: 50%;
            color: #666;
            text-decoration: none;
            transition: all 0.3s;
            font-size: 14px;
        }

        .pagination-new a:hover {
            border-color: var(--primary-color);
            color: var(--primary-color);
        }

        .pagination-new .active a {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            color: white;
        }

        .pagination-new .prev-next a {
            background-color: transparent;
        }

        .pagination-new .disabled {
            pointer-events: none;
        }

        .pagination-new .disabled a {
            opacity: 0.4;
            cursor: not-allowed;
        }

        @media (max-width: 991px) {
            .sidebar-new {
                margin-bottom: 40px;
                padding-right: 0;
            }
            .category-item-new label {
              font-size: 16px !important;
            }
        }

        @media (max-width: 768px) {
            .product-header-new {
                flex-direction: column;
                gap: 15px;
                align-items: flex-start;
            }
            
            .sort-wrapper-new {
                width: 100%;
            }
            
            .sort-select-new {
                flex: 1;
            }
            .luxury-slide{
  position:relative;
  height: 440px;
  border-radius:36px;
  overflow:hidden;
}
        }





        /* new css  */
        /* Center slide ko taller banana */
.luxurySwiper .swiper-slide {
  transition: transform 0.4s ease, height 0.4s ease;
  align-self: center;
}

.luxurySwiper .swiper-slide-active .luxury-slide {
  transform: scaleY(1.08); /* top-bottom se thoda bada */
  /* ya height directly set karo: */
}
.luxury-wrapper .swiper {
  overflow: visible !important; /* taaki active slide clip na ho */
  /* padding: 10px 0; space dena top-bottom ke liye */
}

.luxury-wrapper {
  overflow: hidden; /* outer clip */
}

.new-bg{
    background-color: var(--secondary-color);
}


/* Remove extra top gap */
.product-section-new {
    padding-top: 44px;
}

/* Sidebar and product column same top alignment */
.product-section-new .row {
    align-items: flex-start !important;
}

/* Remove unwanted margin */
.sidebar-new {
    margin-top: 0 !important;
}

.product-header-new {
    margin-top: 0 !important;
}

/* Make sure both columns start from same line */
.col-lg-3,
.col-lg-9 {
    padding-top: 0 !important;
}
.sidebar-category-main{
  background-color: #F5F5F4;
  padding: 24px !important;
}



@media (max-width: 768px) {
   .arrival-card h4 {
     height: auto;
}
}
