/*start popup*/
.signup-toast {
        position: fixed;
        right: 20px;
        top: 30px;
        background: #fff;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 18px;
        border-radius: 14px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        border-left: 6px solid #28a745;
        min-width: 280px;
        transform: translateX(-120%);
        opacity: 0;
        transition: all 0.5s ease;
        z-index: 9999;
        font-family: 'Poppins', sans-serif;
       pointer-events: none;
    }

    .signup-toast.show {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .toast-icon {
        width: 42px;
        height: 42px;
        background: #28a745;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toast-icon i {
        color: #fff;
        font-size: 18px;
    }

    .toast-text h6 {
        margin: 0;
        font-weight: 600;
        font-size: 14px;
    }

    .toast-text p {
        margin: 0;
        font-size: 12px;
        color: #666;
    }
/*end popup*/
/*cencal popup start*/
/* Modal proper height and scroll */
@media (max-width: 576px) {
    #cancelOrderModal .modal-body {
        max-height: 60vh;
        overflow-y: auto;
    }
    .modal-dialog-scrollable .modal-content {
    max-height: 70% !important;
    overflow: hidden;
}
}

/*cencal popup end*/
/* --------------------------- */
/* -----nav bar start--------- */
/* --------------------------- */
:root {
  --gold: #d4a338;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;


}
a{
    text-decoration: none !important;
    color: black ;
}

/* ---------------- TOP BAR ---------------- */

.top-bar {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 70px;
  /* margin: 10px; */
  background: transparent;
  z-index: 1050;
  transition: transform .33s ease, opacity .33s ease;
}

.beauty-bag {
  margin-right: -13px;
}

.top-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-left img.logo {
  width: 100px;
  height: auto;
  display: block;
}

.beauty-user {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBE5F6;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-width: 370px;
}

.search-box input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.search-close {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 16px;
  height: 16px;
  cursor: pointer !important;
  display: none;
  /* default: hidden */
}


.top-icons {
  display: flex;
  gap: 55px;
  align-items: center;
}

.icon-img {
  width: 16px;
  height: 16px;
  display: block;
}

/* Hamburger fixed and always visible on mobile */
/* Hamburger Icon – 3 lines */
.hamburger-icon {
  width: 26px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
}

/* Close Icon (hidden by default) */
.close-icon {
  font-size: 32px;
  line-height: 1;
  display: none;
  margin-top: -4px;
}

.no-bg {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* Position Button */
.hamburger-fixed {
  position: fixed;
  right: 54px;
  top: 28px;
  z-index: 2000;
  background: transparent;
  border-radius: 50%;
  padding: 10px;
  border: none;
  display: none;
}

/* Remove circle when menu open */
.hamburger-fixed.no-bg {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}



@media (max-width: 991px) {
  .hamburger-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
}

input[type="search"]::-moz-search-clear {
  display: none !important;
}

input::-webkit-search-cancel-button {
  display: none !important;
}

/* Custom Close Icon */
.close-mobile-menu {
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
}

/* Hide My Cart button on mobile */
@media (max-width: 991px) {
  .cart-pill {
    display: none !important;
  }
}

/* Hamburger Icon – 3 Lines */
.hamburger-lines {
  width: 26px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-lines span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;

  border-radius: 2px;
}


/* --------------- SCROLL NAVBAR --------------- */
/* REMOVE extra spacing effect */
.scroll-nav .d-flex,
.scroll-nav .beauty-user {
  margin-left: 12px; /* bas itna gap */
}

.scroll-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: -140px;
  /* hidden initially */
  width: 88%;
  max-width: none;
  padding: 12px 26px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 1040;
  transition: top .42s cubic-bezier(.2, .9, .2, 1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #3b37371f;
}

.scroll-nav .logo-sm {
  width: 110px;
}

.scroll-nav ul {
  list-style: none;
  display: inline;
  gap: 26px;
  align-items: center;
   margin: 0 auto;
  padding: 0;
}

#scrollNav .lufi a,
.scroll-nav li {
  font-size: 15px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
      /*display: contents;*/
}

.cart-pill {
  background: linear-gradient(90deg, #DBB03B, #BE9013);
  color: white;
  padding: 8px 40px;
  border-radius: 30px;
  border: 0;
  font-weight: 400;
}
.btn-outline-custom a{
  color: white;
    text-decoration: none;
    
}
.cosmos{
background-color: #776FC3 !important;
}

/* responsive behavior */
@media (min-width: 992px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

@media (max-width: 991px) {

  .search-box {
    min-width: 140px;
  }

  .top-left img.logo {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .mobile-bottom-nav {
    display: flex !important;
  }

  .search-box {
    display: none;
  }

  /* hide big search on mobile */
  .top-icons {
    display: none;
  }

  /* hide large icons on mobile */
  .hamburger-fixed {
    display: block;
  }

  /* show hamburger always */
  .scroll-nav ul {
    display: none;
  }

  /* hide desktop menu inside scroll nav on mobile */
  .scroll-nav {
    padding: 12px 14px;
    width: 95%;
  }
}

/* utility for hiding top bar smoothly */
.top-hidden {
  transform: translateY(-90px);
  opacity: 0;
  pointer-events: none;
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.08);
  z-index: 1200;
  padding-bottom: 6px;
}

.mobile-bottom-nav .item {
  font-size: 13px;
  color: black;
  display: inline-flex !important;
  /* scroll ke liye inline-flex */
  flex-direction: column;
  align-items: center;
  margin: 0 24px;
  text-decoration: none;
}

.offcanvas-body a {
  color: white;
  text-decoration: none;
}

.offcanvas-header {
  background: white;
}

.offcanvas {
  background: linear-gradient(90deg, #DBB03B, #BE9013)
}

.mobile-bottom-nav .item img {
  width: 22px;
  height: 22px;
  opacity: 0.9;
}

.mobile-bottom-nav .item span {
  font-size: 10px;
}

/* Hide scrollbar for Chrome/Safari */
.mobile-bottom-nav::-webkit-scrollbar {
  display: none;
}

/* center floating button */
.center-btn {
  margin-top: -28px;
}

.circle-btn {
  width: 50px;
  height: 50px;
  background: #d4a338;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.circle-btn img {
  width: 24px !important;
  height: 24px !important;
  filter: brightness(0) invert(1);
}

/* ---- MOBILE: hide top-bar completely ---- */
@media (max-width: 991px) {
  #topBar {
    display: none !important;
  }

  /* round navbar always visible on mobile */
  #scrollNav {
    top: 12px !important;
    border-radius: 40px;
    width: 92%;
    padding: 12px 18px;
  }
}

@media (max-width: 425px) {
  .mobile-bottom-nav .item {
    font-size: 13px;
    margin: 0 18px;

  }
}

@media (max-width: 375px) {
  .mobile-bottom-nav .item {
    font-size: 13px;
    margin: 0 12px;

  }
}

@media (max-width: 320px) {
  .mobile-bottom-nav .item {
    font-size: 0px;
    margin: 0 12px;

  }
}

/* --------------------------- */
/* -----nav bar end  --------- */
/* --------------------------- */
/*=========================================*/
/*====== start whatsapp and togglae ======*/
/*=========================================*/

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: #5f3afc;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: '\f106';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #5f3afc;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  display: block;
  z-index: 100;
  pointer-events: none;
  transition: all 200ms linear;
}

.whatsapp-float {
  position: fixed;
  bottom: 102px;
  right: 49px;
  z-index: 999;
}

.whatsapp-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.progress-wrap svg path {
  fill: none;
}

/*=========================================*/
/*====== end whatsapp and togglae ======*/
/*=========================================*/
/*=========================================*/
/*====== start best seller  ======*/
/*=========================================*/
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


/* MAIN SECTION */
.section-bestseller {
  margin-top: 100px;
  padding: 20px 80px;

  margin-top: 11px;
}

.best-sell {
  margin-top: 84px !important;
}

.product-slider-wrapper::after {
  background-color: #000;
}

/* HEADER */
.section-bestseller {
  position: relative;
  z-index: 1;
}

.section-bestseller::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/home/tranmautritam.webp) no-repeat;
  background-size: 100% 100%;
  background-position: right;
  z-index: -1;
  width: 754px;
  margin-left: 15px;
}


.section-bestseller h1 {
  font-size: 50px;
  color: #4c3c82;
  margin: 0;
  font-weight: 400;
}

.header-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  gap: 20px;
  margin-top: 44px;
}

.filter-btn {
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.slide-controls {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.sel {
  display: flex;
  gap: 77px;
}

.best-sell h3 {
  text-align: center;
  font-weight: 300;
  color: #473889;
}

.sel button {
  margin-left: 20px;
}

.slide-btn {
  background: white;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 50%;
  color: #E7E7E7;
  position: relative;
  overflow: visible;
}

.slide-btn:hover {
  background: white;
  color: #464185;
  border: 1px solid #E7E7E7;
}

/* WRAPPER */
.bestseller-wrapper {
  display: flex;
  gap: 60px;
}

/* PRODUCT SLIDER */
.product-slider-wrapper {
  width: 950px;
  overflow: hidden;
}

.product-area {
  display: flex;
  gap: 43px;
  overflow-x: auto;
  /*scroll-behavior: smooth;*/
  padding-bottom: 20px;
  /*scroll-snap-type: x proximity;*/
}

.product-area::-webkit-scrollbar {
  display: none;
}

.product-card {
  width: 290px;
  background: #fff;
  padding: 10px;
  border-radius: 32px;
  text-align: center;
  box-shadow: -1px 10px 13px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: start;
  cursor: pointer;
}

/* ACTIVE PRODUCT CARD */
.product-card.active .product-info {
  background: #776FC3;

}

.product-card.active .product-info h2,
.product-card.active .product-info p,
.product-card.active .product-info .price {
  color: #fff !important;
}

.product-card.active .add-btn,
.add-btn.active {
  background: #574A97;
  color: white !important;
}

.product-card img {
  width: 160px;
  height: 200px;
  object-fit: contain;
  margin-top: 22px;
}

.product-info {
  background: #E7DDF2;
  padding: 18px;
  border-radius: 22px;
  margin-top: 18px;
  text-align: justify;
  height: 135px;
}

.product-info h2 {
  margin: 0;
  color: #473889;
  font-size: 22px;
}

.product-info p {
  margin: 3px 0 5px;
  font-size: 10px;
  color: #988FBB;
}

.product-info .price {
  font-size: 12px;
  font-weight: 500;
  color: #8a8d8f;
}

.product-card .add-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: white;
  color: black;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(111, 83, 255, 0.3);
}

/* CATEGORY SIDEBAR */
.category-area {
  width: 380px;
  height: 420px;
  overflow-y: auto;
  /* vertical scroll enable */
  overflow-x: hidden;
}

/* Hide Scrollbar (Chrome, Edge, Safari) */
.category-area::-webkit-scrollbar {
  display: none;
}

/* Hide Scrollbar (Firefox) */
.category-area {
  scrollbar-width: none;
}

/* Hide Scrollbar (IE/Edge legacy) */
.category-area {
  -ms-overflow-style: none;
}

.category-area h3 {
  color: #4c3c82;
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 600;
}

.category-box {
  background: white;
  border-radius: 28px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
  box-shadow: -6px 10px 7px 0px rgb(0 0 0 / 2%);
  position: relative;
  transition: 0.3s ease;
  width: 300px;
  cursor: pointer;
  float: right;
  border: 1px solid #e0dfdf;
}

.category-box img {
  width: 60px;
  height: 50px;
  object-fit: contain;
}

.category-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.category-box p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #6d6c6c;
}

.category-box.active {
  background: #776FC3;
  color: #fff;
  position: relative;
  overflow: visible;
  margin-right: 50px;
  width: 300px;
  cursor: pointer;

}

/* LEFT side pressed bubble */
.category-box.active::before {
  content: var(--price);
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 93px;
  height: 23%;
  background: #574A97;
  color: white;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  backdrop-filter: blur(3px);
}

.category-box.active p {
  color: #f0eaff;
}

.price-tag {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  background: #4a35b0;
  color: white;
  padding: 8px 15px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 500;
}

.part {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  overflow: hidden;
  position: relative;
  margin-left: 31px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/*=========================================*/
/*====== end best  seller  ======*/
/*=========================================*/
/*=========================================*/
/*====== 2 start shine confidence  ======*/
/*=========================================*/
.shine {
  margin-top: 50px;
 
}

.shine .swiper-pagination {
  position: static;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 18px;
}

.mySwiper {
  width: 100%;

  margin: 0 auto;
  padding-bottom: 40px;
  /* space for dots */
}

.mySwiper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* Pagination Dot Styling */
.swiper-pagination {
  bottom: 10px !important;
  /* dots below img */
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #000 !important;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: black !important;
  width: 14px !important;
  /* optional: active dot thoda bada */
  height: 14px !important;
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .mySwiper {
    max-width: 100%;
    padding-bottom: 35px;
  }

  .mySwiper img {
    border-radius: 15px;
  }
}

@media (max-width: 480px) {
  .mySwiper {
    padding-bottom: 30px;
  }

  .mySwiper img {
    border-radius: 12px;
  }
}


/*=========================================*/
/*====== 2 end shine confidence  ======*/
/*=========================================*/
/*=========================================*/
/*====== 3 start pure ======*/
/*=========================================*/
.feature-section {
  padding: 60px 0;
}

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

.feature-box {
  text-align: center;
  padding: 40px 30px;
  background: #F5F8FF;
  /* Light blue like screenshot */
}

.feature-box.bg-ligh {

  background: #E8EEFF;
}

/* Continuous smooth floating animation for images */
.feature-box img {
  animation: floatImg 3s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes floatImg {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    /* Up movement */
  }

  100% {
    transform: translateY(0);
  }
}

/* Smooth transition for hover effect */
.feature-box {
  transition: all 0.35s ease;
  cursor: pointer;
  /* Optional – looks more interactive */
}

/* Hover effect */
.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.12);
}

.feature-box img {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.feature-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ------------------ Responsive ------------------ */

/* Tablets (2 columns) */
@media (max-width: 992px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-box {
    padding: 35px 25px;
  }
}

/* Mobile (1 column) */
@media (max-width: 600px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

/*=========================================*/
/*====== 3 end pure ======*/
/*=========================================*/
/*=========================================*/
/*====== 4 start glow bright ======*/
/*=========================================*/
/* Main wrapper */
.hero-banner {
  padding: 40px 0;
  background: #fff;
}

/* Main 2-column wrapper inside 1320px container */
.hero-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
}

/* LEFT IMAGE */
.hero-left {
  flex: 1;
}

.hero-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* RIGHT CONTENT BOX */
.hero-right {
  flex: 0.8;
  background: #DDE6FF;
  padding: 100px 50px 60px 81px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Heading */
.hero-right h6 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: -4px;
  margin-top: 40px;
  font-family: 'Poppins', sans-serif;
}

.hero-right h3 {
  font-size: 40px;
  font-family: 'Brush Script MT', cursive;
  color: #3255b5;
  margin-bottom: 52px;
  text-align: center;
}

/* Paragraph */
.hero-right p {
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  max-width: 90%;
  margin-bottom: 50px;
}

/* BUTTON */
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 14px 28px;
  border-radius: 15px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  float: inline-end;
}

.hero-btn:hover {
  transform: translateY(-4px);
}

/* RESPONSIVE */
/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-wrapper {
    flex-direction: column;
  }

  .hero-left img {
    height: 515px;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
  }

  .hero-right {
    border-radius: 0 0 12px 12px;
    text-align: center;
    padding: 50px 25px;
    /* Smaller padding for tablet/mobile */
  }

  .hero-right p {
    max-width: 100%;
    margin: 0 auto 40px auto;
  }

  .hero-right h6 {
    font-size: 38px;
    margin-top: 10px;
  }

  .hero-right h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .hero-btn {
    float: none;
    margin: 0 auto;
    display: inline-flex;
  }

  .hero-banner {
    padding: 0px 0;
    background: #fff;
  }
}

/* MOBILE EXTRA SMALL */
@media (max-width: 600px) {

  .hero-left img {
    height: 400px;
  }

  .hero-right {
    padding: 40px 20px;
  }

  .hero-right h6 {
    font-size: 32px;
  }

  .hero-right h3 {
    font-size: 26px;
  }

  .hero-right p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-btn {
    padding: 12px 22px;
    font-size: 15px;
  }
}

/*=========================================*/
/*====== 4 end glow bright ======*/
/*=========================================*/
/*=========================================*/
/*====== 5 start moisturizer ======*/
/*=========================================*/
.product-section {
  padding: 30px 0;
}
.product-section a{
    text-decoration: none;
}
.filtercardscroll a{
     text-decoration: none;
}
.rancho-text {
  font-family: 'Rancho', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 95.29px;
  line-height: 100%;
  letter-spacing: 0px;
}

.section-title {
  font-size: 77px;
  font-weight: 400;
  color: #5670BA;
  position: relative;
  z-index: 2;
}

.section-bg-text {
  position: absolute;
  top: -36px;
  left: 9px;
  font-size: 123px;
  font-weight: 400;
  color: rgba(77, 100, 255, .1);
  user-select: none;
}

.view-all {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.moist-product-slider {
  overflow-x: auto;
  display: flex;
  cursor: grab;
  scroll-behavior: auto;
}

.moist-product-slider.dragging {
  cursor: grabbing;
}

.moist-track {
  display: flex;
  width: max-content;
  animation: autoScroll 35s linear infinite;
}

/* hover par auto stop */
.moist-product-slider:hover .moist-track {
  animation-play-state: paused;
}

@keyframes autoScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.moist-product-slider::-webkit-scrollbar {
  display: none;
}

.moist-product-slider,
.moist-product-slider * {
  user-select: none;
  -webkit-user-drag: none;
}

.moist-track>div {
  flex: 0 0 auto;
}

.moist-product-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
  margin: 0 15px 20px;
  position: relative;
}

.moit {
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  border-radius: 18px;
}

.moist-product-card img {
  width: 176px;
  height: 190px;
  margin: 22px 0 12px;
}

.wish-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

.moisturizer {
  padding: 20px;
}

.product-title {
  font-size: 15px;
  font-weight: 600;
}

.price {
  font-size: 14px;
  color: #555;
}

.moisturizer .add-btn {
  background: #445F8C;
  color: #fff;
  border: none;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  float: right;
  margin-top: -28px;
  font-size: 20px;
}

/* drag safety */
.moist-product-slider,
.moist-track,
.moist-product-card,
.moist-product-card * {
  user-select: none;
  -webkit-user-drag: none;
}

/* heart start */
.wish-btn i {
  font-size: 16px;
  color: #999;
  transition: all 0.3s ease;
}

.wish-btn.active i {
  color: red;
}

/* heart end */
/* =======================
   TABLET (≤ 991px)
======================= */
@media (max-width: 991px) {

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

  .section-bg-text {
    font-size: 48px;
    top: -10px;
  }

  .moist-product-card {
    margin-left: 10px;
  }

  .moist-product-card img {
    width: 150px;
    height: 170px;
  }

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

  .add-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

/* =======================
   MOBILE (≤ 767px)
======================= */
@media (max-width: 767px) {

  .row.align-items-center {
    text-align: start;
  }

  .view-all {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
  }


    .section-title {
        font-size: 51px;
    }
        .section-bg-text {
        font-size: 65px;
        top: -13px;
        left: 46%;
        transform: translateX(-50%);
    }
  .moist-product-card {
    margin: 0 8px 16px;
  }

  .moist-product-card img {
    width: 130px;
    height: 150px;
    margin-top: 16px;
  }

  .moisturizer {
    padding: 14px;
  }

  .product-title {
    font-size: 13px;
    line-height: 1.3;
  }

  .price {
    font-size: 13px;
  }

  .add-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
    margin-top: -24px;
  }

  .wish-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }
}

/* =======================
   SMALL MOBILE (≤ 480px)
======================= */
@media (max-width: 480px) {
  .filter-btn {
    width: 38px !important;
    height: 35px;
  }

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

  .section-bg-text {
    font-size: 34px;
  }

  .moist-product-card img {
    width: 120px;
    height: 140px;
  }
}

/*=========================================*/
/*====== 5 end moisturizer ======*/
/*=========================================*/
/*=========================================*/
/*====== 6 start get beauty ======*/
/*=========================================*/


/* RIO = background holder */
.rio {
  position: relative;
  background: url(../img/home/get-beauty.webp) center/cover no-repeat;
  border-radius: 28px;
  padding: 0px 80px;
  display: flex;
  align-items: center;
  gap: 40px;
  height: 361px;
}

/* Container */
.app-container {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

/* LEFT */
.app-left {
  flex: 1;
}

.app-banner h1 {
  font-size: 98px;
  font-weight: 600;
  line-height: 60px;
  color: #000;
  margin-top: 90px;
}

.app-banner h1 span {
  font-weight: 300;
  font-size: 60px;
  font-style: italic;
  margin-bottom: 20px;
}

.app-left p {
  font-size: 18px;
  color: #222;
  margin: 0px 153px 96px 0px;
  line-height: 1.6;
  font-family: poppins;
}

/* Store buttons */
.store-buttons {
  display: flex;
  gap: 18px;
}

.store-buttons img {
  height: 50px;
  cursor: pointer;
}

/* RIGHT */
.app-right {
  flex: 1;
  text-align: right;
}

.app-right img {
  max-width: 451px;
  width: 100%;
  margin-top: -206px;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 991px) {
  .rio {
    flex-direction: column;
    text-align: center;
    padding: 50px 30px;
  }

  .app-right {
    text-align: center;
  }

  .store-buttons {
    justify-content: center;
  }

  .app-left h1 {
    font-size: 48px;
  }
}

@media (max-width: 576px) {
  .app-left h1 {
    font-size: 34px;
  }

  .store-buttons img {
    height: 44px;
  }
}

/*=========================================*/
/*====== 6 end get beauty ======*/
/*=========================================*/
/* ======================== */
/* start form  */
/* ======================== */
/* Existing form base */
/* Basic input & select styling */
form .form-control,
form .form-select {
  border-radius: 6px;
  border: 1px solid #c5c0c0;
  padding: 10px;
  font-size: 12px;
  color: #c0c2c4;
  transition: all 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
  background-color: #fff;
}
.form h2{
    font-size: 60px;
    margin-bottom: 50px;
    font-weight: 400;
    margin-bottom:25px;
        font-family: 'Poppins', sans-serif;
}
.touch{
    padding: 20px 0px;
}
form label {
  font-size: 14px;
}

.form .btn-primary {
  background-color: #22577A;
  border: none;
  transition: background 0.3s ease;
}

.form .btn-primary:hover {
  background-color: #1A4761;
}

/* 🔽 Custom Select Wrapper */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 40px 10px 14px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Thin custom arrow */
.custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #22577A;
  border-bottom: 2px solid #22577A;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* 🔼 Arrow rotates up when dropdown is open */
.custom-select-wrapper.open::after {
  transform: translateY(-50%) rotate(-135deg);
}

/* Smooth border effect */
.custom-select-wrapper select:focus {
  border-color: #22577A;
  outline: none;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 6px rgba(66, 180, 185, 0.25);
}

.custom-select-wrapper select:hover {
  border-color: #22577A;
}

/* Remove default blue selection background */
.custom-select-wrapper select option:checked,
.custom-select-wrapper select option:hover {
  background-color: #f0f0f0 !important;
  color: #000 !important;
}

/* ======================== */
/* end form  */
/* ======================== */
/* ======================== */
/* start footer */
/* ======================== */
.beauty-footer {
  background: url(../img/footer/footer-bg.webp);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.footer-overlay {

  padding: 80px 0 30px;
}

.footer-logo {
  width: 185px;
}

.footer-title {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #F6DE9E;
}

/* LINKS */
.footer-links {
  list-style: disc;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  opacity: 0.85;
  transition: 0.3s;
}

.footer-links a:hover {
  opacity: 1;
  color: #f5d27b;
}

/* ADDRESS */
.footer-info {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
  display: flex;
  gap: 10px;
  opacity: 0.9;
}

.footer-info i {
  color: white;
  margin-top: 4px;
}

.passi p a {
  color: white;
  text-decoration: unset;
}

/* BOTTOM */
.footer-bottom {

  margin-top: 30px;
  padding-top: 25px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.footer-bottom h2 {
  font-size: 65px;
  font-weight: 300;
  width: 200px;
  text-align: end;
  line-height: 52px;
  margin-top: -64px;
  margin-right: 50px;

}

/* SOCIAL */
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  position: relative;
  display: inline-block;
  background: rgb(114 104 104 / 16%);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-top: 2px;
}

.social-icons a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  animation: pulse 1.6s ease-out infinite;
}

/* Keyframes for continuous pulse */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.6;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}

.social-icons a:hover {
  background: #f5d27b;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* ======================== */
/* end footer  */
/* ======================== */
/* +-+-+-+-+-+---+-+-+-+-+-+-++++++++++-+-+--+-+-+--+-+-+-+- */
/* --------------------------------- */
/* START 2ND PAGE CATEGORY */
/* --------------------------------- */
/* +-+-+-+-+-+---+-+-+-+-+-+-++++++++++-+-+--+-+-+--+-+-+-+- */
/* ======================== */
/* start moist */
/* ======================== */
.glow {
  margin-top: 130px;
}

.glow h1 {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.glow h1 span {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.moist-banner {
  width: 100%;
  max-width: 1320px;
  margin: 40px auto;
  height: 380px;
  background: url(../img/products/P1-curve.webp) center/cover no-repeat;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.moi{
  width: 100%;
  max-width: 1320px;
  margin: 40px auto;
  height: 380px;
  background: url(../img/products/P2-curve.webp) center/cover no-repeat;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

/* soft gradient overlay */
.moist-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.15) 45%,
      rgba(0, 0, 0, 0) 70%);
}

/* content positioning */
.moist-content {
  position: absolute;
  bottom: 26px;
  left: 26px;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* title */
.moist-content h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  margin: 0;

}

/* button */
.explore-btn {
  background: #fff;
  color: #111;
  padding: 12px 22px;
  border-radius: 11px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .3s ease;
}

.explore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .moist-banner {
    height: 260px;
    border-radius: 20px;
  }

  .moist-content h2 {
    font-size: 24px;
  }

  .explore-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* ======================== */
/* end moist */
/* ======================== */
/* ======================== */
/* start favourite */
/* ======================== */
.nois h1 {
  font-family: 'Poppins', sans-serif;
}

.fav .container .row {
  max-width: 1190px;
  margin: 0 auto;
  /* 🔥 row center ho jayegi */
  justify-content: center;
}

/* ======================== */
/* end favourite */
/* ======================== */
/* ======================== */
/* start products */
/* ======================== */
/* ========================= */
/* start products page */
/* ======================== */
.product-card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 10px;

}

.filtercardscroll {
  margin-top: 17px;
}

.filter-scroll .accordion-body {
  background-color: white !important;
}

.product {
  font-family: 'Poppins', sans-serif;
  /* background:#f9f9f9; */
  padding: 10px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: sticky;
  top: 140px;
  z-index: -12;
}

.filtercardscroll .col-sm-6 {
  margin: 0px;
  padding-bottom: 15px;
}

.product .search-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.product .search-header h5 {
  background: linear-gradient(90deg, #187D6E, #21AC96);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin: 0;
  font-size: 33px;
  white-space: nowrap;
}

.product .right-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product .search-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  width: 400px;
}

.product .search-box input {
  border: none;
  outline: none;
  padding: 8px 15px;
  width: 309px;
  font-size: 14px;
  font-weight: 400;
}

.product .search-box button {
  border: none;
  background: transparent;
  color: #333;
  padding: 8px 15px;
  font-weight: 500;
}

.product .search-box button:hover {
  color: #009688;
}

.product .dropdown-btn {
  background-color: #11ABB0;
  color: #fff;
  border-radius: 9px;
  padding: 8px 16px;
  font-size: 14px;
  border: none;
}

.product .dropdown-btn:hover {
  background-color: #00796b;
}

/* ========================= */
/* end products page */
/* ======================== */

/* =============================================== */
/* ---------- Sidebar Filters  start---------- */
/* =============================================== */
.filter-sidebar {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Sticky Filters Header */
.filter-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 15px;
  border-bottom: 2px solid #110a0a;
}

/* Scroll area for accordion */
.filter-scroll {
  max-height: 70vh;
  /* adjust as needed */
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}

/* Hide scrollbar for cleaner look */
.filter-scroll::-webkit-scrollbar {
  width: 0;
}

.filter-sidebar h5 {
  font-weight: 500;
  margin-bottom: 15px;
  color: black;
  font-size: 24px;
}

.filter-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.filter-group {
  margin-bottom: 15px;
}

.filter-group button {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 10px;
  transition: all 0.2s;
}

.filter-group button.active,
.filter-group button:hover {
  border-color: #009688;
  color: #009688;
}

/* ---------- Product Cards ---------- */
.product-card {
  position: relative;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
  background: #fff;
  transition: all 0.3s ease;

}

.product-card .product-image {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  border-radius: 10px;
}

.product-card .product-image .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}


/* On hover – show hover image, hide default */
.product-card:hover .img-hover {
  opacity: 1;
}

.product-card:hover .img-default {
  opacity: 0;
}

.brand-name {
  color: #07484A;
  font-weight: 600;
  margin-top: 10px;
}

.frame-type {
  padding: 7px 0px;
}

.fontsize {
  font-size: 10px;
}

.product-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.size-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #666;
}

.size-text span {
  color: #009999;
  font-weight: 500;
}

.rating span {
  color: #ffa500;
  font-weight: 500;
}

.price-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.try-btn {
  background: #009999;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 13px;
  transition: background 0.3s;
}

.try-btn:hover {
  background: #007777;
}

/* Wishlist Heart */
.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  /* stays above both images */
  color: #11ABB0;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: all 0.3s ease;
}

.wishlist-btn.active i {
  color: red;
}

.wishlist-btn i {
  transition: all 0.3s ease;
}


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

.filter-sidebar {

  font-weight: 500;
  height: calc(-159px + 100vh);
  overflow: scroll;
  transition: height 2s;
  border-right: 2px solid rgb(237, 237, 237);
  scrollbar-width: none;
  position: sticky;
  top: 210px;
}

.filter-sidebar::-webkit-scrollbar {
  display: none;
  /* hide scrollbar for Chrome/Safari */
}

/* .filtercardscroll .row{
    display: flex;
      width: 100%;
      top: 0px;
      min-height: 100vh;
      
  } */
.filtercardscroll .row {
  font-weight: 500;
  height: calc(-159px + 100vh);
  overflow: scroll;
  transition: height 2s;

  scrollbar-width: none;
  position: sticky;
  top: 210px;
}

.filtercardscroll .product-card {
  margin: 0px;
  padding-bottom: 10px;
}

/* Accordion and buttons */
.filter-accordion .accordion-button {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  background: transparent;
}

.filter-accordion .accordion-button:focus {
  box-shadow: none;
}

.filter-accordion .accordion-button::after {
  filter: brightness(0);
}

.frame-type {
  transition: all 0.3s ease;
  cursor: pointer;
}

.frame-type {
  flex: 0 0 auto;
  /* adjust for 3 per row, change to 22% for 4 per row */
  max-width: 72px;
  text-align: center;
}

.accordion-body .d-flex {
  flex-wrap: wrap;
}

.frame-type:hover,
.frame-type.active {
  border-color: #000;
  background-color: #f9f9f9;
}

.accordion-item {
  margin-bottom: 5px;
  border: none;
  border-bottom: 1px solid #eee;
}

a.text-primary {
  color: #00a2ff !important;
}

/* Checkbox section styling */
.form-check-input:checked {
  background-color: #00a2ff;
  border-color: #00a2ff;
}

.text-decoration-none {
  text-decoration: none !important;
  color: #3AAAAD;
  font-weight: 500;
  font-size: 14px;
}

.filter-sidebar label {
  font-size: 13px;
}

.color-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.framsize {
  width: 57px;
  height: 26px;
  margin-bottom: 5px;
}

/* =============================================== */
/* ---------- Sidebar Filters   end---------- */
/* =============================================== */
/* =============================================== */
/* ---------- detailse  start---------- */
/* =============================================== */
.details {
  padding: 20px 0px;
}

.wishshre {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: end;
  align-items: center;
}

.wishlis {
  border-radius: 100px;
  height: 45px;
  width: 45px;
  background: white;
  text-align: center;
  align-items: center;
  display: inline-grid;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 10px;
}

.share {

  border-radius: 100px;
  height: 45px;
  width: 45px;
  background: white;
  text-align: center;
  align-items: center;
  display: inline-grid;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 10px;
}

/* 360 degrees start */
.main-img {
  max-width: 100%;
  border-radius: 10px;
}

.degree {
  margin-top: 120px;
}

.btn-info {
  background-color: #1cc8cc;
  border: none;
}

.btn-info:hover {
  background-color: #19b8b8;
}

.btn-outline-secondary {
  border-radius: 10px;
  padding: 6px 14px;
  font-size: 14px;
}

.btn-outline-secondary.active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  background-color: #1cc8cc;
  color: #fff;
  border-color: #1cc8cc;
}

.color-box {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.position-relative button {
  padding: 10px 25px;

  color: black;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13px;
}

.semibold {
  color: #0C9094;
  font-size: 18px;
  margin-top: 31px;
}

.degree .thumb-section {
  margin-top: -50px;
}

.fbold {
  padding-right: 30px;
  font-size: 32px;
}

.fastrack {
  color: #048B8F;
  font-weight: 600;
  font-size: 40px;
}

.tmuted {
  color: rgb(124 127 129 / 75%) !important;
  font-size: 19px;
  margin-bottom: 70px;
}

.back {
  margin-bottom: 60px;
}

.product-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.main-img-area {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
}

.byy button {
  width: 200px;
}

.main-img-area button {
  background: linear-gradient(90deg, #11ABB0, #3CEDF3);
  color: white;
  border-radius: 6px;
}

.main-image {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.btn-360 {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #00c8c8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 16px;
}

.thumb-section {
  position: relative;
  overflow: hidden;
}

.thumbs-container {
  overflow: hidden;
  width: 270px;
  /* only 3 thumbnails visible */
}

.thumbs {
  display: flex;
  gap: 12px;
  transition: transform 0.4s ease;
}

.thumb {
  width: 80px;
  height: 70px;
  border-radius: 12px;
  border: 1px solid #00b9b9;
  background: #fff;
  object-fit: contain;
  padding: 6px;

  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.thumb.active {
  border: 2px solid #00b9b9;
  box-shadow: 0 3px 10px rgba(0, 185, 185, 0.3);
}

.thumb:hover {
  transform: scale(1.05);

}

.main-img-area {
  padding: 60px;
}

.arrow-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #007777;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.arrow-btn:hover {
  color: #00b9b9;
}

.arrow-btn.left {
  margin-right: 10px;
}

.arrow-btn.right {
  margin-left: 10px;
}

/* Buttons */
.btn-buy,
.btn-outline-custom {
  border-radius: 8px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 14px;
  border: 1.5px solid #00b9b9;
  transition: 0.3s;
}

/* Default outline button */
.btn-outline-custom {
  background: #fff;
  color: #00b9b9;
}

/* Primary filled button */
.btn-buy {
  background: #00b9b9;
  color: #fff;
}

/* Hover effect */
.btn-buy:hover,
.btn-outline-custom:hover {
  background: #00b9b9;
  color: #fff;
}

/* Active state */
.btn.active {
  background: #00b9b9 !important;
  color: #fff !important;
  border-color: #00b9b9 !important;
}

/*  */

/* 360 degrees end */

/* size and color start */
.option-label {
  font-size: 15px;
  color: #333;
}

.size-btn {
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 14px;
  color: #656565;
  transition: 0.3s;
}

.size-btn:hover {
  border-color: #00b9b9;
  color: #00b9b9;
}

.size-btn.active {
  border: 1.5px solid #00b9b9;
  box-shadow: 0 0 0 2px rgba(0, 185, 185, 0.15);
  color: #00b9b9;
  font-weight: 600;
}

.color-box {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.3s;
}

.colour1 {
  background: linear-gradient(to right, #9fb4cc 50%, #f4e6d0 50%);
}

.colour2 {
  background: linear-gradient(to right, #b11d2b 50%, #1c1a17 50%);
}

.colour3 {
  background: linear-gradient(to right, #f7c2c7 50%, #1c1a17 50%);
}

.colour4 {
  background: #55585f;
}

.color-box:hover {
  transform: scale(1.1);
  border-color: #00b9b9;
}

.color-box.active {
  border: 2px solid #00b9b9;
  box-shadow: 0 0 0 2px rgba(0, 185, 185, 0.15);
}

/* size and color end */

/* hide and show start */
.accordion-button {
  background: white;
  border-radius: 8px !important;
  box-shadow: none;
}

.accordion-item h2 {
  font-size: 17px;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  font-size: 15px;
  color: #000;
  background: #f8f8f8;
}

.info-row {
  display: flex;
  justify-content: start;
  margin-bottom: 6px;
}

.info-label {
  display: inline-block;
  width: 130px;
  /* Adjust to match your layout */
  font-weight: 300;
}

.info-colon {
  color: #888;
  margin: 0 59px;
}

.info-value {
  font-weight: 500;
}

@media (max-width: 768px) {
  .info-row {
    flex-direction: row;
  }

  .info-label {
    flex: 0 0 110px;
  }

  .info-colon {
    margin: 0 4px;
  }

  .info-value {
    flex: 1;
    word-break: break-word;
  }

  .accordion-body .row>div {
    margin-bottom: 15px;
  }
}



/* img */
.store-card {
  background-color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

.store-card .phon i {
  background: aqua;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  display: inline-block;
  padding: 8px;
}

.store-card .phon {
  margin-bottom: 10px;
}

.store-card h6 {
  margin-bottom: 20px;
}

.store-card .small {
  margin-bottom: 10px;
}

.btn-map {
  background-color: #11ABB0;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  padding: 9px 13px;
  transition: all 0.3s ease;
}

.btn-map:hover {
  background-color: #55e6eb;
}

.store-card img {
  height: 230px;
}

@media (max-width: 767px) {
  .store-card img {
    width: 100%;
    height: auto;
  }
}

/* hide and show end */
/*  */
.pincode-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
  max-width: -webkit-fill-available;
  height: 57px;
  padding-right: 10px;
}

.pincode-box input {
  flex: 1;
  border: none;
  padding: 10px 14px;
  font-size: 15px;
  outline: none;
  background: transparent;
  color: #333;
}

.pincode-box input::placeholder {
  color: #aaa;
}

.pincode-box button {
  background-color: #00a7ad;
  /* teal color */
  color: #fff;
  border: none;
  padding: 10px 36px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  /* border-radius: 0 6px 6px 0; */
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.pincode-box button:hover {
  background-color: #008c90;
}

@media (max-width: 576px) {
  .pincode-box {
    flex-direction: column;
    border-radius: 8px;
  }

  .pincode-box input {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }

  .pincode-box button {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}

/* testimonial start */
.testimonial-section {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}

/* Outer container */
.testimonial-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* hide scrollbar */
}

.testimonial-slider::-webkit-scrollbar {
  display: none;
}

/* Pause when hover */
.testimonial-slider:hover {
  animation-play-state: paused;
}

@keyframes autoScroll {
  0% {
    scroll-behavior: smooth;
  }
}

/* Track containing all cards */
.testimonial-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* Each testimonial card */
.testimonial-card {
  flex: 0 0 32%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  min-height: 200px;
  transition: transform 0.3s ease;
}

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

.testimonial-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}

.testimonial-name {
  font-weight: 600;
}

.stars {
  color: #ffc107;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Continuous scroll keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .testimonial-card {
    flex: 0 0 48%;
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    flex: 0 0 90%;
  }
}

/* testimonial end */

.share i {
  font-size: 17px;
  color: #555;
  cursor: pointer;
  transition: color 0.3s ease;
}

.wishlis i {
  font-size: 20px;
  color: #11ABB0;
  cursor: pointer;
  transition: color 0.3s ease;
}

/*Heart Active */
.wishlis i.active {
  color: #11ABB0;
}

/* 📤 Share Options */
.share-options {
  position: absolute;
  top: 114%;
  /* show above icon */
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.share-options a {
  color: #555;
  font-size: 18px;
  transition: color 0.3s ease;
}

.share-options a:hover {
  color: #007bff;
}

/* popup start heena */
.leness.custom-popup {
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  transition: all 0.4s ease;
  overflow: hidden;
}


.leness .popup-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.leness .popup-body {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10px;
}

.leness .icon-circle img {
  width: 75px;
  height: 75px;
}

.leness .lens-btn {
  background: white;
  color: black;
  border: 1px solid black;
  transition: 0.3s;
}

.leness .border-bottom {
  border-bottom: none !important;
  border-radius: 10px;
}

.leness .lens-btn:hover {
  background: #00bcd4;
  color: #fff;
}

.leness .frame-btn {
  background: #fff;
  border: 1px solid black;
  color: #000;
  transition: 0.3s;
}

.leness .frame-btn:hover {
  background: #00bcd4;
  color: #fff;
}

.leness .previous-link {
  color: #6c757d;
  font-weight: 500;
}

.leness .previous-link:hover {
  text-decoration: underline;
}

.leness .lens-option {
  background: #fff;
  border: 2px solid #00e5ff;
  border-radius: 43px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  height: 170px;
  width: 159px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leness .lens-option:hover {
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.4);
  transform: translateY(-3px);
}

/* Hide scrollbar but keep scroll functionality */
#step3 .px-3 {
  max-height: 400px;
  /* adjust if needed */
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
}

#step3 .px-3::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.leness .lens-option img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.lens-option p {
  margin-top: 10px;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}

.leness .package-item {
  border: 1px solid #00bcd4;
  transition: 0.3s;
}

.lens-option:hover {
  box-shadow: 0 6px 20px rgba(0, 229, 255, 0.3);
  transform: translateY(-4px);
}

#step2 .col-6 {
  justify-content: center;
  display: grid;
}

/* .leness .package-item:hover {
  box-shadow:0 0 10px rgba(0,188,212,0.4);
  transform:translateY(-2px);
} */
/* Step-based size classes */
/* Step-based popup sizes */
.popup-small {
  width: 500px !important;
  max-width: 500px !important;
  height: auto;
}

.popup-large {
  width: 800px !important;
  max-width: 800px !important;
  height: auto;
}

/* Prevent Bootstrap flicker by removing default animation scaling */
.modal.fade .modal-dialog {
  transition: none !important;
  transform: none !important;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 1rem);
}

@media (max-width: 768px) {

  .popup-small,
  .popup-large {
    width: 95% !important;
    max-width: 95% !important;
  }
}

/* Step 3 scroll area — hide scrollbar but keep scroll working */
#step3 .px-3 {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none !important;
  /* Firefox */
  -ms-overflow-style: none !important;
  /* IE, Edge */
}

#step3 .px-3::-webkit-scrollbar {
  width: 0 !important;
  /* Chrome, Safari */
  height: 0 !important;
  display: none !important;
}

/* Also ensure parent container doesn’t force scrollbar */
#step3 .popup-body,
#step3 {
  overflow: hidden !important;
}

/*  */

.lens-pack {
  padding: 2px;
}

.cart-btn img {
  height: 24px;
  width: 24px;
}

.lens-pack .package-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #00e5ff;
  border-radius: 15px;
  background: #fff;
  padding: 11px 18px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 229, 255, 0.15);
}

.lens-pack .package-item:hover {
  box-shadow: 0 4px 18px rgba(0, 229, 255, 0.3);
  transform: translateY(-3px);
}

.lens-pack .package-name {
  font-weight: 600;
  color: #000;
}

.lens-pack .package-price {
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lens-pack .cart-btn {
  background: #004d4d;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 9px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.lens-pack .cart-btn:hover {
  background: #00bcd4;
  color: #fff;
}

/* popup  end  */

/* =============================================== */
/* ---------- products 2 page  end ---------- */
/* =============================================== */
/* ======================== */
/* end products */
/* ======================== */
/* +-+-+-+-+-+---+-+-+-+-+-+-++++++++++-+-+--+-+-+--+-+-+-+- */
/* --------------------------------- */
/* END 2ND PAGE CATEGORY */
/* --------------------------------- */
/* +-+-+-+-+-+---+-+-+-+-+-+-++++++++++-+-+--+-+-+--+-+-+-+- */
/* =============================================== */
/* ---------- products 2 page  start---------- */
/* =============================================== */
.details {
  padding: 20px 0px;
}

.wishshre {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: end;
  align-items: center;
}

.wishlis {
  border-radius: 100px;
  height: 45px;
  width: 45px;
  background: white;
  text-align: center;
  align-items: center;
  display: inline-grid;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 10px;
}

.share {

  border-radius: 100px;
  height: 45px;
  width: 45px;
  background: white;
  text-align: center;
  align-items: center;
  display: inline-grid;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 10px;
}

/* 360 degrees start */
.main-img {
  max-width: 100%;
  border-radius: 10px;
}

.btn-info {
  background-color: #1cc8cc;
  border: none;
}

.btn-info:hover {
  background-color: #19b8b8;
}

.btn-outline-secondary {
  border-radius: 10px;
  padding: 6px 14px;
  font-size: 14px;
}

.btn-outline-secondary.active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  background-color: #1cc8cc;
  color: #fff;
  border-color: #1cc8cc;
}

.color-box {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.position-relative button {
  padding: 10px 25px;

  color: black;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13px;
}

.semibold {
  color: #445F8C;
  font-size: 18px;
  margin-top: 31px;
}

.degree .thumb-section {
  margin-top: -50px;
}

.fbold {
  padding-right: 30px;
  font-size: 32px;
}

.fastrack {
  color: #445F8C;
  font-weight: 600;
  font-size: 40px;
}

.tmuted {
  color: rgb(124 127 129 / 75%) !important;
  font-size: 19px;
  margin-bottom: 70px;
}

.back {
  margin-bottom: 50px;
  margin-top: 30px;
}

.product-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.main-img-area {
  position: relative;
  background: #f2f2f2;
  border-radius: 15px;
  padding: 10px;
}

.byy button {
  width: 250px;
  color: black;
}

.byy a button {
  width: 180px;
}

.byy button:hover {

  color: black;
}

.tech .accordion-button:not(.collapsed) {
  color: #121213;
  background-color: #F2F2F2;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.tech .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #e4e5e7;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.puf {
  margin-left: 30px;
}

.main-img-area button {
  background: linear-gradient(90deg, #445F8C, #445F8C);
  color: white;
  border-radius: 6px;
}

.main-image {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.btn-360 {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #00c8c8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 16px;
}

.thumb-section {
  position: relative;
  overflow: hidden;
}

.thumbs-container {
  overflow: hidden;
  width: 270px;
  /* only 3 thumbnails visible */
}

.thumbs {
  display: flex;
  gap: 12px;
  transition: transform 0.4s ease;
}

.thumb {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  border: 1px solid #00b9b9;
  background: #fff;
  object-fit: contain;
  padding: 6px;

  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.thumb.active {
  border: 2px solid #00b9b9;
  box-shadow: 0 3px 10px rgba(0, 185, 185, 0.3);
}

.btn-outline-custom {
  background: #fff;
  color: #00b9b9;
}

.thumb:hover {
  transform: scale(1.01);

}

.main-img-area {
  padding: 60px;
}

.arrow-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #007777;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.arrow-btn:hover {
  color: #00b9b9;
}

.arrow-btn.left {
  margin-right: 10px;
}

.arrow-btn.right {
  margin-left: 10px;
}

/* Buttons */
.btn-buy,
.btn-outline-custom {
  border-radius: 8px;
  padding: 15px 20px !important;
  font-weight: 600;
  font-size: 14px;
  border: 1.5px solid #776FC3 !important;
  transition: 0.3s;
}

/* Default outline button */
.btn-outline-custom {
  background: #fff;
  color: #00b9b9;
}

/* Primary filled button */
.btn-buy {
  background: #00b9b9;
  color: #fff;
}

/* Hover effect */
.btn-buy:hover,
.btn-outline-custom:hover {
  background: #00b9b9;
  color: #fff;
}

/* Active state */
.btn.active {
  background: #776FC3 !important;
  color: #fff !important;
  border-color: #776FC3 !important;
}

/*  */

/* 360 degrees end */

/* size and color start */
.option-label {
  font-size: 15px;
  color: #333;
}

.size-btn {
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 14px;
  color: #656565;
  transition: 0.3s;
}

.size-btn:hover {
  border-color: #00b9b9;
  color: #00b9b9;
}

.size-btn.active {
  border: 1.5px solid #00b9b9;
  box-shadow: 0 0 0 2px rgba(0, 185, 185, 0.15);
  color: #00b9b9;
  font-weight: 600;
}

.color-box {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.3s;
}

.colour1 {
  background: linear-gradient(to right, #9fb4cc 50%, #f4e6d0 50%);
}

.colour2 {
  background: linear-gradient(to right, #b11d2b 50%, #1c1a17 50%);
}

.colour3 {
  background: linear-gradient(to right, #f7c2c7 50%, #1c1a17 50%);
}

.colour4 {
  background: #55585f;
}

.color-box:hover {
  transform: scale(1.1);
  border-color: #00b9b9;
}

.color-box.active {
  border: 2px solid #00b9b9;
  box-shadow: 0 0 0 2px rgba(0, 185, 185, 0.15);
}

/* size and color end */

/* hide and show start */
.accordion-button {
  background: white;
  border-radius: 8px !important;
  box-shadow: none;
}

.accordion-item h2 {
  font-size: 17px;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  font-size: 15px;
  color: #000;
  background: white;
}

.info-row {
  display: flex;
  justify-content: start;
  margin-bottom: 6px;
}

.info-label {
  display: inline-block;
  width: 130px;
  /* Adjust to match your layout */
  font-weight: 300;
}

.info-colon {
  color: #888;
  margin: 0 59px;
}

.info-value {
  font-weight: 500;
}

@media (max-width: 768px) {
  .info-row {
    flex-direction: row;
  }

  .info-label {
    flex: 0 0 110px;
  }

  .info-colon {
    margin: 0 4px;
  }

  .info-value {
    flex: 1;
    word-break: break-word;
  }

  .accordion-body .row>div {
    margin-bottom: 15px;
  }
}



/* img */
.store-card {
  background-color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

.store-card .phon i {
  background: aqua;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  display: inline-block;
  padding: 8px;
}

.store-card .phon {
  margin-bottom: 10px;
}

.store-card h6 {
  margin-bottom: 20px;
}

.store-card .small {
  margin-bottom: 10px;
}

.btn-map {
  background-color: #11ABB0;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  padding: 9px 13px;
  transition: all 0.3s ease;
}

.btn-map:hover {
  background-color: #55e6eb;
}

.store-card img {
  height: 230px;
}

@media (max-width: 767px) {
  .store-card img {
    width: 100%;
    height: auto;
  }
}

/* hide and show end */
/*  */
.pincode-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
  max-width: -webkit-fill-available;
  height: 57px;
  padding-right: 10px;
}

.pincode-box input {
  flex: 1;
  border: none;
  padding: 10px 14px;
  font-size: 15px;
  outline: none;
  background: transparent;
  color: #333;
}

.pincode-box input::placeholder {
  color: #aaa;
}

.pincode-box button {
  background-color: #00a7ad;
  /* teal color */
  color: #fff;
  border: none;
  padding: 10px 36px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  /* border-radius: 0 6px 6px 0; */
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.pincode-box button:hover {
  background-color: #008c90;
}

@media (max-width: 576px) {
  .pincode-box {
    flex-direction: column;
    border-radius: 8px;
  }

  .pincode-box input {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }

  .pincode-box button {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}

/* testimonial start */
.testimonial-section {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  background: white;
}

/* Outer container */
.testimonial-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* hide scrollbar */
}

.testimonial-slider::-webkit-scrollbar {
  display: none;
}

/* Pause when hover */
.testimonial-slider:hover {
  animation-play-state: paused;
}

@keyframes autoScroll {
  0% {
    scroll-behavior: smooth;
  }
}

/* Track containing all cards */
.testimonial-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* Each testimonial card */
.testimonial-card {
  flex: 0 0 32%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  min-height: 200px;
  transition: transform 0.3s ease;
}

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

.testimonial-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}

.testimonial-name {
  font-weight: 600;
}

.stars {
  color: #ffc107;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Continuous scroll keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .testimonial-card {
    flex: 0 0 48%;
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    flex: 0 0 90%;
  }
}

/* testimonial end */

.share i {
  font-size: 17px;
  color: #555;
  cursor: pointer;
  transition: color 0.3s ease;
}

.wishlis i {
  font-size: 20px;
  color: #11ABB0;
  cursor: pointer;
  transition: color 0.3s ease;
}

/*Heart Active */
.wishlis i.active {
  color: #11ABB0;
}

/* 📤 Share Options */
.share-options {
  position: absolute;
  top: 114%;
  /* show above icon */
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.share-options a {
  color: #555;
  font-size: 18px;
  transition: color 0.3s ease;
}

.share-options a:hover {
  color: #007bff;
}

/* popup start heena */
.leness.custom-popup {
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  transition: all 0.4s ease;
  overflow: hidden;
}


.leness .popup-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.leness .popup-body {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10px;
}

.leness .icon-circle img {
  width: 75px;
  height: 75px;
}

.leness .lens-btn {
  background: white;
  color: black;
  border: 1px solid black;
  transition: 0.3s;
}

.leness .border-bottom {
  border-bottom: none !important;
  border-radius: 10px;
}

.leness .lens-btn:hover {
  background: #00bcd4;
  color: #fff;
}

.leness .frame-btn {
  background: #fff;
  border: 1px solid black;
  color: #000;
  transition: 0.3s;
}

.leness .frame-btn:hover {
  background: #00bcd4;
  color: #fff;
}

.leness .previous-link {
  color: #6c757d;
  font-weight: 500;
}

.leness .previous-link:hover {
  text-decoration: underline;
}

.leness .lens-option {
  background: #fff;
  border: 2px solid #00e5ff;
  border-radius: 43px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  height: 170px;
  width: 159px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leness .lens-option:hover {
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.4);
  transform: translateY(-3px);
}

/* Hide scrollbar but keep scroll functionality */
#step3 .px-3 {
  max-height: 400px;
  /* adjust if needed */
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
}

#step3 .px-3::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.leness .lens-option img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.lens-option p {
  margin-top: 10px;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}

.leness .package-item {
  border: 1px solid #00bcd4;
  transition: 0.3s;
}

.lens-option:hover {
  box-shadow: 0 6px 20px rgba(0, 229, 255, 0.3);
  transform: translateY(-4px);
}

#step2 .col-6 {
  justify-content: center;
  display: grid;
}

/* .leness .package-item:hover {
  box-shadow:0 0 10px rgba(0,188,212,0.4);
  transform:translateY(-2px);
} */
/* Step-based size classes */
/* Step-based popup sizes */
.popup-small {
  width: 500px !important;
  max-width: 500px !important;
  height: auto;
}

.popup-large {
  width: 800px !important;
  max-width: 800px !important;
  height: auto;
}

/* Prevent Bootstrap flicker by removing default animation scaling */
.modal.fade .modal-dialog {
  transition: none !important;
  transform: none !important;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 1rem);
}

@media (max-width: 768px) {

  .popup-small,
  .popup-large {
    width: 95% !important;
    max-width: 95% !important;
  }
}

/* Step 3 scroll area — hide scrollbar but keep scroll working */
#step3 .px-3 {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none !important;
  /* Firefox */
  -ms-overflow-style: none !important;
  /* IE, Edge */
}

#step3 .px-3::-webkit-scrollbar {
  width: 0 !important;
  /* Chrome, Safari */
  height: 0 !important;
  display: none !important;
}

/* Also ensure parent container doesn’t force scrollbar */
#step3 .popup-body,
#step3 {
  overflow: hidden !important;
}

/*  */

.lens-pack {
  padding: 2px;
}

.cart-btn img {
  height: 24px;
  width: 24px;
}

.lens-pack .package-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #00e5ff;
  border-radius: 15px;
  background: #fff;
  padding: 11px 18px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 229, 255, 0.15);
}

.lens-pack .package-item:hover {
  box-shadow: 0 4px 18px rgba(0, 229, 255, 0.3);
  transform: translateY(-3px);
}

.lens-pack .package-name {
  font-weight: 600;
  color: #000;
}

.lens-pack .package-price {
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lens-pack .cart-btn {
  background: #004d4d;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 9px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.lens-pack .cart-btn:hover {
  background: #00bcd4;
  color: #fff;
}

/* popup  end  */

/* =============================================== */
/* ---------- details  end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- my cart start ---------- */
/* =============================================== */
/* shopping-cart-page */
.shopping-cart-page {

  padding: 30px 0 50px;
  margin-top: 90px;
}

.shopping-cart-page h1 {
  margin-bottom: 25px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.shopping-cart-page1 {
  position: relative;
}

.shopping-cart-page-card1-img img {
  width: 120px;
}

.shopping-cart-page-card1-txt {
  margin-top: 13px;
}

.shopping-cart-page .shopping-cart-page-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 25px;
}

.shopping-cart-page .shopping-cart-page-card h4 {
  font-size: 20px;
  margin-bottom: 25px;
}

.shopping-cart-page .shopping-cart-page-card1 h5 {
  color: #07484A;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.shopping-cart-page .shopping-cart-page-card1 p {
  margin-bottom: 5px;
  line-height: 21px;
  font-size: 14px;
}

.shopping-cart-page .shopping-cart-page-card1 h6 {
  color: #445F8C;
  font-weight: 400;
}

.shopping-cart-page .shopping-cart-page-card1:not(:last-child) {
  border-bottom: 2px solid #C0C0C0;
  margin: 35px 0;
  padding-bottom: 20px;
}

.shopping-cart-page-card1-qut1 {
  text-align: end;
}

.shopping-cart-page-card1-qut1 h4 {
  color: #445F8C;
  font-weight: 600;
  font-size: 18px !important;
}

.shopping-cart-page-card1-qut1 .number span {
  cursor: pointer;
}

.shopping-cart-page-card1-qut1 .number .minus,
.shopping-cart-page-card1-qut1 .number .plus {
 width: 30px;
    height: 30px;
    background: #E2E2E2;
    border-radius: 4px;
    padding: 5px;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}

.shopping-cart-page-card1-qut1 .number .minus:hover,
.shopping-cart-page-card1-qut1 .number .plus:hover {
  background: #37248D;
  color: #fff;
}

.shopping-cart-page-card1-qut1 .number input {
  height: 34px;
  width: 40px;
  text-align: center;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

/* end shopping-cart-page */

/* apply-discount-code */
.apply-discount-code {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.apply-discount-code1 {
  position: relative;
  height: 100%;
  margin-left: 15px;
}

.apply-discount-code h4 {
  font-size: 16px;
  margin-bottom: 28px;
}

.apply-discount-code p {
  margin: 5px 0 0;
  font-size: 13px;
  text-align: end;
  color: #00702E;
}

.apply-discount-code .input-group {
  background: #E2E2E2;
  padding: 10px 8px;
  border-radius: 10px;
}

.apply-discount-code .input-group .form-control {
  background: transparent;
  border: 0;
  font-size: 14px;
}

.apply-discount-code .input-group .btn {
  font-size: 13px;
  border-radius: 10px !important;
  padding: 6px 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #413382;
}

.apply-discount-procced-btn {
  position: absolute;
     bottom: inherit;
  right: 0;
  left: 0;
}

.apply-discount-procced-btn .btn {
  background: #776FC3;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #fff;
  font-weight: 600;
  display: block;
  border-radius: 15px;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  transition-duration: 0.3s;
}

.apply-discount-procced-btn .btn:hover {
  background: transparent;
  color: #11ABB0;
  border: 1px solid #11ABB0;
}

/* end apply-discount-code */
/* =============================================== */
/* ---------- my cart  end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- add delivery addres start---------- */
/* =============================================== */
/* add-shipping-details */
.add-shipping-details {
  margin-top: 109px;
  padding: 10px 0 40px;
}

.add-shipping-details-left h3 {
    font-size: 32px;
    margin-bottom: 47px;
    font-weight: 400;
 font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}

.add-shipping-details-left .InputGroup {
  display: flex;
  margin-bottom: 30px;
}

.add-shipping-details-left input[type="radio"] {
  visibility: hidden;
  /* 1 */
  height: 0;
  /* 2 */
  width: 0;
  /* 2 */
}

.add-shipping-details-left label {
  /* display: flex;
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center; */
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #c5c0c0;
  color: #000;
  padding: 8px 25px;
  border-radius: 6px;
  transition: color --transition-fast ease-out,
    background-color --transition-fast ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 12px;
  font-size: 14px;
}

.add-shipping-details-left label:last-of-type {
  margin-right: 0;
}

.add-shipping-details-left input[type="radio"]:checked+label {
  background-color: #776FC3;
  color: #fff;
  border-color: #776FC3;
}

.add-shipping-details-left input[type="radio"]:hover:not(:checked)+label {
  background-color: #776FC3;
  color: #fff;
  border-color:#776FC3;
}

.add-shipping-details-left .form-control {
  height: 44px;
  font-size: 14px;
  background: #fff;
}

.add-shipping-details-left button{
  background: #413382;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 17px;
  padding: 12px 12px;
  font-size: 14px;
  transition-duration: 0.3s;
}

.add-shipping-details-left button:hover {
  color: #07484A;
  background: transparent;
  border: 1px solid #07484A;
}

.add-shipping-details-right {
  padding-left: 25px;
}

.add-shipping-details-right-card {
      border: 1px solid #c5c0c0;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}

.add-shipping-details-right-card .table {
  margin-bottom: 0;
}

.add-shipping-details-right-card .table td {
  padding: 4px 10px;
}

.add-shipping-details-right-card .table td:last-child {
  text-align: right;
}

/* end add-shipping-details */
/* =============================================== */
/* ---------- add delivery addres  end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- payment start ---------- */
/* =============================================== */
/* payment-page-sec */
.payment-page-sec{
  margin-top: 116px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.payment-page-sec h3{
       font-size: 32px;
    margin-bottom: 47px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    
}
.payment-page-sec-txt .accordion-container {
  /* max-width: 600px; */
  width: 100%;
}
.payment-page-sec-txt details {
  font-size: var(--title);
  margin: 0 auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 25px 0;
  border-radius: 15px;
}
.payment-page-sec-txt details:hover {
  opacity: 1;
}
.payment-page-sec-txt summary {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 16px 25px;
}
.payment-page-sec-txt summary:hover {
  text-decoration: underline;
}
.payment-page-sec-txt summary:hover .title {
  opacity: 1;
}
.payment-page-sec-txt summary:hover .accordion-icon {
  opacity: 1;
}
.payment-page-sec-txt .accordion-title {
  color: #151518;
  width: 90%;
  font-weight: 600;
  transition: all 250ms ease-in-out;
  font-size: 17px;
}
.payment-page-sec-txt .accordion-icon {
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  transition: all 150ms ease-out;
}
.payment-page-sec-txt .accordion-icon svg {
  width: var(--icon-size);
  height: var(--icon-size);
  transition: transform 0.3s ease-in-out;
}
.payment-page-sec-txt .accordion-content {
  color: #3c3e47;
  padding: 3px 25px 16px;
  font-size: var(--content);
  font-weight: 400;
  line-height: 1.65;
}
/** Remove Marker */
.payment-page-sec-txt summary::-webkit-details-marker {
  display: none;
}
/** Rotate Icon */
.payment-page-sec-txt details[open] .accordion-icon svg {
  transform: rotate(180deg);
}
.payment-page-sec-txt .payment-page-sec-txt-card{
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.payment-page-sec-txt .payment-page-sec-txt-card h4{
  font-size: 16px;
  margin-bottom: 28px;
}
.payment-page-sec-txt .payment-page-sec-txt-card .input-group{
  background: #E2E2E2;
  padding: 0px 8px;
  border-radius: 10px;
}
.payment-page-sec-txt .payment-page-sec-txt-card .form-control{
  background: transparent;
  border: 0;
  font-size: 14px;
}
.payment-page-sec-txt .payment-page-sec-txt-card .btn{
  font-size: 13px;
      width: auto;
  border-radius: 10px !important;
  padding: 6px 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #07484A;
}
.payment-page-sec-txt .payment-page-sec-txt-card p{
  margin: 5px 0 0;
  font-size: 13px;
  text-align: end;
  color: #00702E;
}
.payment-page-sec-txt .accordion-content .form-control{
  height: 50px;
  font-size: 14px;
}
.payment-page-sec-txt .accordion-content .form-check-input{
  border-color: #000;
  width: 1.3em;
  height: 1.3em;
  margin-left: -2em;
}
.payment-page-sec-txt .accordion-content .form-check{
  padding-left: 1.5em;
}
.payment-page-sec-txt .accordion-content .InputGroup {
  margin-bottom: 15px;
}
.payment-page-sec-txt .accordion-content input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}
/* .payment-page-sec-txt .accordion-content label {
  display: flex;
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: left;
  cursor: pointer;
  background-color: var(--color-gray);
  border: 1px solid #11ABB0;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
  transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0px;
  font-size: 12px;
  margin-bottom: 12px;
} */
 .cardimg img{
  float: inline-end;
  width: 120px;
 }
.payment-page-sec-txt .accordion-content label:last-of-type {
 margin-right: 0;
}
.payment-page-sec-txt .accordion-content input[type="radio"]:checked + label {
  background-color: #11ABB0;
  color: #fff;
}
.payment-page-sec-txt .accordion-content input[type="radio"]:hover:not(:checked) + label {
 background-color:#11ABB0;
 color: #fff;
}
.payment-page-sec-txt .accordion-content .form-check-label{
  background: transparent;
  color: #000;
  font-size: 14px;
  border: 0;
}
.payment-page-sec-txt .accordion-content .row{
  margin-bottom: 20px;
}
.payment-page-sec-txt .accordion-content .plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payment-page-sec-txt .accordion-content .plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.payment-page-sec-txt .accordion-content .plans .plan {
  padding: 0!important;
  display: block;
}
.payment-page-sec-txt .accordion-content .plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}
.payment-page-sec-txt .accordion-content .plans .plan .plan-content img {
  margin-right: 12px;
  height: 25px;
  width: 35px;
}
.payment-page-sec-txt .accordion-content .plans .plan .plan-details span {
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #252f42;
}

.payment-page-sec-txt .accordion-content .plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.payment-page-sec-txt .accordion-content .plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}
.payment-page-sec-txt .accordion-content .plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}
.payment-page-sec-txt .accordion-content .plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.payment-page-sec-txt .btn{
  background: #07484A;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 14px;
  transition-duration: 0.3s;
}
.add-shipping-details-right button{
    
}
.payment-page-sec-txt  .btn:hover{
  background: transparent;
  color: #07484A;
  border: 1px solid #07484A;
}
.add-shipping-details-right-img img{
width: -webkit-fill-available;
}
@media screen and (max-width: 991px) {
  .payment-page-sec-txt .accordion-content .plans {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }
  .payment-page-sec-txt .accordion-content .plans .plan {
    width: 100%;
  }
  .payment-page-sec-txt .accordion-content .plan.complete-plan {
    margin-top: 20px;
  }
  .payment-page-sec-txt .accordion-content .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }
  .payment-page-sec-txt .accordion-content .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}
/*  */
/* =============================================== */
/* ---------- payment  end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- contact start---------- */
/* =============================================== */
/* ===================== */
/*  contact start */
/* ===================== */
.contact-title {
  color: #464185;
  font-weight: 400;
  font-size: 44px;
}

.contact-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.contact-box {
  border: 1px solid #eee;
}

.form-control,
.form-select {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px 14px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 0.15rem rgba(29, 78, 216, 0.15);
}

.enquiry-btn1 .btn {
border-radius: 7px;
    background: linear-gradient(90deg, #413382, #7062B2);
    border: none;
    padding: 10px 36px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 3px solid #c9c4c4;
    opacity: inherit;
    border-top: none;
}

.contact-box .enquiry-btn1 {
  justify-content: center;
  display: flex;
}

.btn-primary:hover {
  background-color: #0b3ea9;
}

.contact-img img {
  height: 675px;
  width: -webkit-fill-available;
}

.contact-box {
  padding: 40px 25px;
}
.contact-section {
    margin-top: 123px;
}
.contact-box .form-control,
form .form-select {
  border-radius: 6px;
  border: 1px solid #d3e5ff;
  padding: 12px;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
  background-color: #fff;
}
.inf{
      display: flex !important;
          align-items: center !important;
          
}
.calls .inf {
    display: flex;
    align-items: center;
    gap: 12px;
}
  .calls .label {
    margin: 0;
    font-size: 13px;
    color: #777;
}
.calls h6 a {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.calls{
  background: aliceblue;
    margin: 33px 0px;
    padding: 20px;
}
@media (max-width: 768px) {
  .contact-title {
    text-align: center;
  }

  .contact-desc {
    text-align: center;
  }
}


/* =============================================== */
/* ---------- contact  end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- profile start ---------- */
/* =============================================== */

/*=====================*/
/*profile photo start*/
/*======================*/
.profile-section-left1 .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 5px auto 15px;
}
.profile-section-left1 .avatar-upload .avatar-edit {
  position: absolute;
  right: -16px;
  z-index: 1;
  bottom: 10px;
}
.profile-section-left1 .avatar-upload .avatar-edit input {
  display: none;
}
.profile-section-left1 .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(to top, #413382 0%, #7062B2 100%);
}
.profile-section-left1 .avatar-upload .avatar-edit input + label:hover {
  background: black;
  border-color: #d6d6d6;
}
.profile-section-left1 .avatar-upload .avatar-edit input + label:after {
  content: "";
  background-image: url(../img/products/maskplus.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.profile-section-left1 .avatar-upload .avatar-preview {
  width: 207px;
  height: 210px;
  position: relative;
  border-radius: 100%;
}
.profile-section-left1 .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-section-left1 h4{
  text-align: center;
  font-size: 25px;
  margin-bottom: 5px;
}
.profile-section-left1 p{
  text-align: center;
  color: #686868;
  font-size: 19px;
}
/*============================*/
/*profile photo end*/
/*============================*/
/*dropdown start*/
.user-wrapper {
    position: relative;
}
.user-dropdown {
    display: none;
}

.user-dropdown.show {
    display: block;
}


/* ICON */
.beauty-user {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #EBE5F6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}
.beauty-user img{
    width: 15px;
}
/* DROPDOWN */
.user-dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    width: 260px;
    background: #fff;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    display: none;
    z-index: 9999;
}

.user-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ITEMS */
.user-dropdown li a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    transition: 0.3s;
}


/* HOVER & ACTIVE (pill look) */
.user-dropdown li a:hover,
.user-dropdown li a.active {
    background: #EFEFEF;
}

/* ICON CIRCLE */
.user-dropdown li i{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.user-dropdown {
    animation: fadeDown 0.25s ease;
}
#userDropdown i img{
    width: 18px;
}
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* end profile-section */
/* =============================================== */
/* ---------- profile  end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- save-address start---------- */
/* =============================================== */
.my-address-section-scroller {
       max-height: 485px;
    overflow-y: auto;
    padding: 22px 6px;
    margin: 10px 0px;        /* content cut na ho */
}
.account-information-section-img{
        height: 560px;
}
/* Chrome, Edge, Safari */
.my-address-section-scroller::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Firefox */
.my-address-section-scroller {
    scrollbar-width: none;     /* hides scrollbar */
}

/* IE / old Edge */
.my-address-section-scroller {
    -ms-overflow-style: none;
}
/*end scroller*/
.account-information-section-img img{
    width: 100%;
    height: 100%;
}
/* my-addresses-section */
.my-addresses-section{
  padding: 30px 0;
  height: 94vh;
  position: relative;
  margin-top: 108px;
}
.my-addresses-section .my-addresses-section-form h3{
  background: linear-gradient(to right, #413382 0%, #7062B2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
      font-size: 42px;
    font-weight: 400;
     font-family: 'Poppins', sans-serif;
}
.my-addresses-section .my-addresses-section-form .btn{
  background: linear-gradient(to right, #413382 0%, #7062B2 100%);
  color: #fff;
  -webkit-text-fill-color: white;
  font-size: 12px;
  transition-duration: 0.3s;
}
.my-addresses-section .my-addresses-section-form .btn:hover{
  background: transparent;
  color: #7062B2;
  -webkit-text-fill-color: #7062B2;;
  border: 1px solid #7062B2;
}
.my-addresses-section-card{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 25px 15px;
  position: relative;
  border-radius: 10px;
  margin-top: 25px;
  transition-duration: 0.3s;
}
.my-addresses-section-card:hover{
      box-shadow: none;
    border: 1px solid #d2d2d2;
}
.my-addresses-section-card h4{
  font-size: 20px;
}
.my-addresses-section-card p{
  font-size: 14px;
  margin-bottom: 3px;
}
.my-addresses-section-card .my-addresses-section-card-btn{
  position: absolute;
  top: 10px;
  right: 15px;
}
.my-addresses-section-card .my-addresses-section-card-btn img{
  width: 16px;
  margin-left: 5px;
}
/* end my-addresses-section */
/* =============================================== */
/* ---------- save-address   end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- start privacy-policy---------- */
/* =============================================== */
.privacy-banner img{
    height: 100%;
    width: 100%;
}

.privacy-section{
    margin-top: 100px;
}
.privacy-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.privacy-page {
    padding: 60px 0;
}



.privacy-title {
    font-size: 40px;
    font-weight: 600;
  
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    
    background: linear-gradient(90deg, #413382, #7062B2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
}

.privacy-intro {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 24px;
}

.privacy-content h3 {
        font-size: 25px;
    font-weight: 500;
    color: #111;
    margin-top: 22px;
    margin-bottom: 6px;
}

.privacy-content p {
        font-size: 18px;
    color: #4b4040;
    line-height: 1.6;
    margin-bottom: 10px;
}

.privacy-content ul {
    padding-left: 18px;
    margin-bottom: 12px;
}

.privacy-content ul li {
    font-size: 17px;
    color: #483a3a;
    line-height: 1.6;
    margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-title {
        font-size: 22px;
    }
}


/* =============================================== */
/* ---------- privacy-policy   end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- about-us  start ---------- */
/* =============================================== */


.about-banner {
    position: relative;
}
.about-section{
        margin-top: 120px;
    margin-bottom: 10px;
}
.about-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4); /* dark overlay */
    padding: 20px 40px;
    border-radius: 8px;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 18px;
    margin: 0;
}
/*start 2*/
.stats-section {
   
    padding: 30px 0;
}

.stats-wrapper {
   display: flex;
    background: #f6f8f6;
    justify-content: space-evenly;
    align-items: center;
    padding: 32px 47px;
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    white-space: nowrap;
}

.stat-box:last-child {
    border-right: none;
}

.stat-number {
    font-size: 38px;
    font-weight: 700;
    color: #000;
}

.stat-text {
    font-size: 14px;
    color: #6c757d;
}

@media (max-width: 768px) {
    .stats-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }

    .stat-box {
        width: 50%;
        border-right: none;
    }
}

/*end 2*/
/*start 3*/
.about-modern-section {
    padding: 80px 0;
}

/* IMAGE SECTION */
.image-wrapper {
    position: relative;
    max-width: 480px;
}

.main-img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.small-img {
    position: absolute;
    width: 450px;
    border-radius: 16px;
    z-index: 1;
    background: #fff;
    padding: 8px;
}

.img-1 {
    bottom: 510px;
    left: -42px;
    width: 150px;
     animation: floatImage 3s ease-in-out infinite;
}

.img-2 {
    top: 1047px;
    right: 40px;
     animation: floatImage 3s ease-in-out infinite;
}

/* CONTENT SECTION */
.content-wrapper .small-title {
    font-size: 13px;
    color: #6f42c1;
    font-weight: 600;
    padding: 4px 5px;
    background: #f9ecdc;
    border-radius: 5px;
}

.content-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 25px 0;
}

.content-wrapper p {
    color: #6c757d;
    margin-bottom: 20px;
}

/* LIST */
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: white;
    font-weight: bold;
    font-size: 10px;
    background: rgba(87,74,151,1);
    padding: 2px 6px;
    border-radius: 3px;
}
.content-wrapper a{
        border-radius: 0px 15px 0px 6px;
}
/*end 3*/
/*start 4*/
.features-section {
      background-color: #f8faf9;
      padding: 80px 0;
    }

    .feature-badge {
      display: inline-block;
      padding: 6px 14px;
      font-size: 14px;
      font-weight: 500;
      color: #6b5cff;
      background-color: #eef2ff;
      border-radius: 50px;
      margin-bottom: 16px;
    }

    .features-title {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 50px;
    }

    .feature-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 14px;
      padding: 24px;
      height: 100%;
      display: flex;
      gap: 16px;
      transition: all 0.3s ease;
    }

    .feature-card:hover {
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
      transform: translateY(-4px);
    }

    .feature-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background-color: white;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      color: #6b5cff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }
    .feature-icon img{
        width: 20px;
    }
    .feature-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .feature-text {
      font-size: 14px;
      color: #64748b;
    }

    @media (max-width: 768px) {
      .features-title {
        font-size: 30px;
      }
    }
/*end 4*/
/*start 5*/
 .mission-section {
            padding: 80px 0;
        }

        /* Image wrapper */
        .mission-images {
            position: relative;
            max-width: 500px;
        }

        .mission-img-main {
            width: 100%;
            border-radius: 24px;
            object-fit: cover;
        }

        .mission-img-overlay {
            position: absolute;
            right: -100px;
            bottom: 40px;
            width: 65%;
            border-radius: 18px;
            border: 1px solid #fff;
            object-fit: cover;
            background: #fff;
             animation: floatImage 3s ease-in-out infinite;
        }
      

  @keyframes floatImage {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
  }

        /* Text */
        .mission-title {
            font-size: 40px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .mission-text {
            font-size: 17px;
            color:black;
            line-height: 1.7;
            margin-bottom: 30px;
        }

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

        .mission-list li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 14px;
            font-size: 16px;
        }

        .mission-list li::before {
            content: "✓";
            color: #000;
            font-weight: 900;
            margin-top: 2px;
        }
        .coon{
               margin: 6px 20px; 
        }

        /* Responsive */
        @media (max-width: 768px) {
            .mission-images {
                margin: 0 auto 40px;
            }

            .mission-img-overlay {
                right: 0;
                bottom: -20px;
            }

            .mission-title {
                font-size: 30px;
            }
        }
/*end 5*/
/*start 6*/
.vision-section {
            padding: 80px 0;
        }

        /* Text */
        .vision-title {
            font-size: 40px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .vision-text {
            font-size: 17px;
            color:black;
            font-weight: 400;
            line-height: 1.7;
            margin-bottom: 30px;
            max-width: 520px;
        }

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

        .vision-list li {
            display: flex;
            gap: 10px;
            margin-bottom: 14px;
            font-size: 15px;
        }

        .vision-list li::before {
            content: "✓";
            font-weight: bold;
            color: #000;
        }

        /* Images */
        .vision-images {
            position: relative;
            max-width: 500px;
            margin-left: auto;
        }

        .vision-img-main {
            width: 100%;
            border-radius: 24px;
            object-fit: cover;
        }

        .vision-img-overlay {
    position: absolute;
    left: -98px;
    bottom: -73px;
    width: 65%;
    border-radius: 18px;
    border: 1px solid #fff;
    background: #fff;
    object-fit: cover;
     animation: floatImage 3s ease-in-out infinite;
}


        /* Responsive */
        @media (max-width: 768px) {
            .vision-images {
                margin: 40px auto 0;
            }

            .vision-img-overlay {
                left: 0;
                bottom: -20px;
            }

            .vision-title {
                font-size: 30px;
            }
        }
/*end 6*/
/*start 7*/
.promise-tag {
    background: #f2e9ff;
    color: #6a4df4;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px;
}

.promise-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #f4f7f6;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: #000;
    color: #fff;
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-item.active .faq-question {
    color: #fff;
}

.faq-icon {
    background: #6a4df4;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    transition: max-height 0.4s ease;
    font-size: 13px;
    line-height: 1.7;
    color: #ddd;
}

.faq-answer.show {
    max-height: 200px;
    padding-bottom: 18px;
}

.promise-img {
 
        border-radius: 18px;
    overflow: hidden;
    height: 350px;
    margin-top: 124px;
      
}

.promise-img img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.smalls-img {
    position: absolute;
    width: 450px;
    border-radius: 16px;
    z-index: 1;
    background: #fff;
    padding: 8px;
}

.img-3 {
        right: 39px;
    width: 86px;
    top: 3106px;
}
.commit{
    margin-top: 106px;
    margin-bottom: 50px;;
}

/*end 7*/
/* =============================================== */
/* ---------- about-us   end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- Thank you for your purchase! start ---------- */
/* =============================================== */
.thankyou-wrapper {
    background: #ffffff;
    margin-top: 60px;
}

.thankyou-wrapper  .billing-box {
    background: #fff;
    border-radius: 14px;
}

.thankyou-wrapper.orders-btn {
    background: #5b4db7;
    color: #fff;
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 500;
}

.thankyou-wrapper .orders-btn:hover {
    background: #4a3fa5;
    color: #fff;
}

.thankyou-wrapper .order-card {
   
    padding: 28px;
}

.thankyou-wrapper .order-meta {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 40px;;
}

.thankyou-wrapper .order-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}


.thankyou-wrapper  .order-item img {
   width: 51px;
    height: 55px;
    border-radius: 8px;
    /* object-fit: cover; */
    /* background-size: 100% 100%; */
    margin-right: 25px;
    background: white;
    padding: 6px 15px;

}

.thankyou-wrapper .price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #555;
}

.thankyou-wrapper .price-row.total {
    font-weight: 700;
    color: #000;
}
/**/

 .thankyou-wrapper .order-card {

  
    overflow: hidden;
    background-image: url(../img/about/thank.webp);
    background-size: 100% 100%;
    background-image: no-repeat;
 
}



/* content above bg */
.order-bg-content {
    position: relative;
    z-index: 2;
    padding: 28px;
}

.order-meta small,
.order-item small {
    color: #666;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.price-row.total {
    font-weight: 700;
}
.thankyou-wrapper h1{
        margin-top: 34px;
}
.muss .enquiry-btn1{
    margin-top: 50px;
}
.muss p{
    margin-bottom: 60px;
}
.billing-box .text-muted{
    color: black;
    font-weight: 500;
}
.feature-title,
.feature-text {
    text-align: justify;
}
.features-section .row{
    justify-content: center;
}
.features-section .row .col-md-4{
    margin-bottom: 10px;
}

/* =============================================== */
/* ---------- Thank you for your purchase!   end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- Thank you  start ---------- */
/* =============================================== */
.thankyou-section {
    background: #f6f9fd;
    padding: 80px 0;
}

.thankyou-img {
    border-radius: 30px;
    overflow: hidden;
}

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

.thankyou-content {
    max-width: 460px;
}

.thankyou-icon img {
    width: 70px;
    margin-bottom: 20px;
}

.thankyou-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.thankyou-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}

.thankyou-content p {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}

.thankyou-content p a {
    color: #007bff;
    text-decoration: none;
}

.thankyou-section .back-btn {
    background: #7ef1f2;
    color: #000;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
}

.thankyou-section .back-btn:hover {
    background: #5fe3e5;
}

/* =============================================== */
/* ---------- Thank you   end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- order history  start ---------- */
/* =============================================== */
.rating-wrapper{
  background: #eff8f9ba;
    border-radius:6px;
    padding:20px;
    margin:30px auto;
    max-width:1300px;
}

.rating-container{
    display:flex;
    flex-wrap:nowrap;   /* VERY IMPORTANT */
    align-items:center;
    width:100%;
}

/* LEFT SIDE */
.rating-left{
    width:140px;
    text-align:center;
    flex-shrink:0;  /* prevent shrinking */
}

.rating-number{
    font-size:22px;
    font-weight:600;
}

.stars{
    color:#b0004b;
    font-size:18px;
    margin:5px 0;
}

.total-review{
    font-size:14px;
    color:#555;
}

/* RIGHT SIDE */
.rating-right{
    flex:1;
    padding-left:20px;
}

.rating-row{
    display:flex;
    align-items:center;
    margin-bottom:10px;
}

.progress{
    flex:1;
    height:8px !important;
    background:#d6d6d6;
    border-radius:10px;
    overflow:hidden;
    margin-right:10px;
}

.progress-bar{
    height:100% !important;
    background:#2f4a8a !important;
}

.rating-text{
    font-size:13px;
    min-width:70px;
}

/* MOBILE FIX */
@media(max-width:768px){

    .rating-left{
        width:110px;
    }

    .rating-number{
        font-size:20px;
    }
    

    .stars{
        font-size:14px;
    }

    .rating-text{
        font-size:11px;
    }

    .progress{
        height:6px;
    }
    .rating-wrapper {
   
    max-width: 700px;
}
}
@media(max-width:560px){
       .rating-wrapper {
        max-width: 400px;
    } 
}
/*end 1*/
/*start 2*/

/* Review Card */
.review-card{
    background:#fff;
    border:1px solid #ddd;
    padding:20px;
    margin-bottom:20px;
}

.review-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.user-info{
    display:flex;
    align-items:center;
    gap:10px;
}

.user-img{
    width:40px;
    height:40px;
    border-radius:50%;
}

.user-name{
    font-weight:600;
}

.review-time{
    font-size:12px;
    color:#777;
}

.rating-box{
    display:flex;
    align-items:center;
    gap:6px;
}

.rating-number{
    font-weight:600;
}

.stars{
    color:#b0004b;
    letter-spacing:2px;
}

.review-text{
    color:#444;
    line-height:1.6;
}

/* Write Review Box */
.write-review-box{
       background: #f3fafb;
    padding:20px;
}

.submit-btn{
    background:#2f4a8a;
    color:#fff;
    border:none;
}
.write-review-box .form-control {
    display: block;
    width: 100%;
    height: 350px;
}
.submit-btn:hover{
    background:#243a6b;
}
/* LEFT SIDE SCROLL */
.review-scroll{
    max-height:470px;   /* height control */
    overflow-y:auto;
    padding-right:10px;
}

/* Custom Scrollbar (Optional) */
.review-scroll::-webkit-scrollbar{
    width:6px;
}

.review-scroll::-webkit-scrollbar-thumb{
    background:#2f4a8a;
    border-radius:10px;
}



/*end 2*/
/*start 3*/

.order-section{
    background:#f3fafb;
        margin: 10px 109px;
}

/* TIMELINE */
.order-section .order-timeline{
    position:relative;
    padding-left:40px;
}
.order-section .order-timeline::before{
    content:'';
    position:absolute;
    left:16px;
    top:5px;
    width:3px;
    height:100%;
    background:#d6d6d6;
}
/* Current Step (Processing) */
.order-section .timeline-item .active-dot{
    background:#fff;
    border:3px solid #1e40af;
    width:18px;
    height:18px;
}

/* Text Styling */
.order-section .status-title{
    font-weight:600;
    font-size:16px;
}

.order-section .status-date{
    font-size:14px;
    color:#777;
}
.order-section .timeline-item{
    position:relative;
    margin-bottom:30px;
   
}
/* Completed Step */
.order-section .timeline-item .filled{
    background:#1e40af;
}

/* Dot Base */
.order-section .timeline-item .dot{
    position:absolute;
    left:-24px;
    top:4px;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#d6d6d6;
    z-index:1;
}

.order-section .dot{
    width:14px;
    height:14px;
    background:#ccc;
    border-radius:50%;
    position:absolute;
    left:-32px;
    top:4px;
}

.order-section .filled{
    background:#1e3a8a;
}

.order-section .active-dot{
    border:3px solid #1e3a8a;
    background:#fff;
}

.order-section .status-title{
    font-weight:600;
}

.order-section .status-date{
    color:#777;
    font-size:14px;
}

/* ORDER DETAILS */
.order-section .order-details{
 
    padding:25px;
}

.order-section .price{
    font-weight:500;
    margin-top:5px;
        font-size: 15px;
}

.order-section .order-id{
    color:#555;
}

.order-section .details-link{
    color:#1e3a8a;
    text-decoration:none;
}

.order-section .details-link:hover{
    text-decoration:underline;
}

/* PRODUCTS */
.order-section .product-card1{
    background:#fff;
    padding:20px;
    border-radius:20px;
}

.order-section .product-card1 img{
    width:100%;
    height:150px;
    object-fit:contain;
}

.order-section .product-name{
    margin-top:10px;
}

.order-section .product-price{
    font-weight:600;
}

/* BUTTONS */
.order-section .invoice-btn{
    border:1px solid #999;
    background:#fff;
    font-size: 14px;
}

.order-section .cancel-btn{
    border:1px solid #999;
    background:#fff;
     font-size: 14px;
}

.order-section .invoice-btn:hover,
.cancel-btn:hover{
    background:#ddd;
}
/**/
.order-section .tracking {
  width: 250px;
  margin: 20px;
  position: relative;
}

.order-section .step {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 40px;
  margin-bottom: 35px;
}

.order-section .step:last-child {
  margin-bottom: 0;
}

.order-section .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cfcfcf;
  position: absolute;
  left: 0;
  top: 3px;
}

.order-section .step::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  width: 2px;
  height: 150%;
  background: #cfcfcf;
}

.order-section .step:last-child::before {
  display: none;
}

.order-section .step.completed .circle {
  background: #1e40af;
}

.order-section .step.completed::before {
  background: #1e40af;
}

.order-section .step.active .circle {
  background: white;
  border: 3px solid #1e40af;
}

.order-section .content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.sem .invoice-btn img{
    width: 17px;
}
.order-section .content span {
  font-size: 14px;
  color: #888;
}
.product-scroll {
  overflow-x: auto;
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE */
}

.product-scroll::-webkit-scrollbar {
  display: none;              /* Chrome/Safari */
}

.product-scroll .row {
  flex-wrap: nowrap;          /* Important */
}

.product-scroll .col-md-4 {
  flex: 0 0 auto;             /* Prevent shrinking */
}

/* MOBILE */
@media(max-width:768px){
    .order-details h5{
            font-size: 15px;
    }
    .sem .gap-3{
        gap: 0px !important;
        
    }
    .sem .justify-content-end {
        justify-content:none !IMPORTANT;
    }
    .sem .flex-wrap{
             flex-wrap:none !important;
    }
    .sem .d-flex{
        display: contents !important;
    }
    .product-name{
        font-size: 13px;
    }
    .review-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 19px;
}
.write-review-box .form-control {
    display: block;
    width: 100%;
    height: 160px;
}
    .order-section {
    background: #f3fafb;
    margin: 10px 15px;
}
.write-review-box {
    background: #f3fafb;
    padding: 20px;
    margin-top: 35px;
}

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

    .order-section .order-timeline{
        margin-bottom:20px;
    }
    .order-section .product-card1 img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}
}
@media (max-width: 576px) {
    .review-scroll {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 10px;
}
@media (max-width: 400px) {
    .rating-wrapper {
        max-width: 369px;
    }
}

  .order-section .tracking {
    display: flex;
    overflow-x: auto;
    gap: 3px;
    width: 96%;
    padding-bottom: 10px;
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE & Edge */
  }

  .order-section .tracking::-webkit-scrollbar {
     display: none; 
  }

  .order-section .tracking::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  .order-section .step {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
           align-items: baseline;
    padding-left: 0;
    margin-bottom: 0;
    min-width: 120px;
    text-align: center;
  }

  /* Vertical line remove */
  .order-section .step::before {
    display: none;
  }

  /* Horizontal line */
  .order-section .tracking::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 2px;
    background: #cfcfcf;
    z-index: 0;
  }

  .order-section .circle {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 8px;
    z-index: 1;
  }
   /* Blue progress line */
  .order-section .tracking::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 2px;
    width: 50%; /* 👈 isko adjust karna padega */
    background: #1e40af;
    z-index: 0;
  }
}


/* =============================================== */
/* ---------- order history   end ---------- */
/* =============================================== */
/* =============================================== */
/* ---------- my order start ---------- */
/* =============================================== */
/* CARD */
.order-card {
    background: #f3f5fa;
    padding: 15px 30px;
    border-radius: 14px;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}

/* Top Row */
.order-top {
    font-size: 14px;
    color: #7a7a7a;
}

.order-id span {
    color: #464185;
    font-weight: 500;
}

/* Image */
.product-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}

/* Product Title */
.product-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
}

/* Qty + Price */
.qty-price {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.qty-price span {
    color: #7a7a7a;
}

.qty-price strong {
    font-weight: 600;
}

/* More Items */
.more-items {
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
}

/* Labels */
.label {
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 4px;
}

/* Status */
.status {
    font-size: 18px;
    font-weight: 600;
    color: #464185;
}

/* Delivery */
.delivery-date {
    font-size: 18px;
    font-weight: 600;
}

/* Button */
.view-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

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

/* HORIZONTAL MOBILE SCROLL */
.order-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.order-scroll-wrapper::-webkit-scrollbar {
    height: 4px;
}

.order-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Mobile status button hidden by default */
.mobile-status-btn {
    display: none;
}
/* HORIZONTAL MOBILE SCROLL */
.order-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    
    /* Hide scrollbar */
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE & Edge */
}

.order-scroll-wrapper::-webkit-scrollbar {
    display: none;                /* Chrome, Safari */
}


/* MOBILE */
@media (max-width:768px){
    .more-items {
   
    font-size: 12px;
}
.product-img {
    width: 60px;
    height: 70px;
  
}
.product-title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
}
.delivery-date {
    font-size: 14px;
    font-weight: 600;
}
.label {
    font-size: 12px;
    margin-bottom: 4px;
}

    .order-card {
        min-width: 720px;  /* horizontal scroll */
    }

    /* Show button under status */
    .mobile-status-btn {
        display: block;
        margin-top: 10px;
    }

    .mobile-status-btn .view-btn {
        width: 100%;
        padding: 8px;
        font-size: 13px;
        border-radius: 6px;
        text-align: center;
    }

    /* Hide desktop delivery button */
    .delivery-box .view-btn {
        display: none;
    }
}
/* =============================================== */
/* ---------- my order  end ---------- */
/* =============================================== */
