 html {
      scroll-behavior: smooth; /* Enables smooth scrolling */
    }
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}
.banner-mobile {
  display: none; /* This will hide it */
}
.navbar-custom {
    background: linear-gradient(to right, #fbd3c3, #f6b199);
    padding: 1rem 2rem;
}

.navbar-brand {
    /* font-family: 'Brush Script MT', cursive; */
    font-size: 2rem;
    color: #000;
}

.nav-link {
    color: #000;
    font-weight: 500;
    margin-right: 1rem;
}

.nav-link:hover {
    color: #8b3e2b;
}

.special-btn {
    background: #e19574;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}

.special-btn::before,
.special-btn::after {
    content: "✨";
    margin: 0 5px;
}

.offcanvas-start {
    background: #ffe7db;
}

.offcanvas .nav-link {
    padding-left: 1rem;
    border-bottom: 1px solid #bebebe;
}
/* .hero-banner {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}

.hero-banner h3 span {
  display: inline-block;
}

.float-img {
  position: absolute;
  z-index: 1;
  max-width: 150px;
}

.carousel-item {
  position: relative;
  z-index: 2;
} */



/* Banner wrapper */
.hero-banner {
    position: relative;
    overflow: hidden;
    background: #fbe4da;
    /* soft peach */
    padding: 6rem 0;
}

/* Headline underline animation */
.hero-banner h1 span {
    position: relative;
}

.hero-banner h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.15em;
    width: 100%;
    height: 0.12em;
    background: #000;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .8s ease;
}

.hero-banner h1:hover span::after {
    transform: scaleX(1);
}

/* Floating products */
.float-img {
    position: absolute;
    width: 160px;
    /* adjust per image */
    animation: float 7s ease infinite;
    z-index: 3;
}

.float-img.img-2 {
    animation-delay: 1.5s;
    width: 120px;
}

.float-img.img-3 {
    animation-delay: 3s;
    width: 90px;
}

.float-img.img-4 {
    animation-delay: 4.5s;
    width: 140px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(3deg);
    }
}


/*  BANNER  */
.hero-banner {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url('../Assets/Products/9.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Animation styles */
  opacity: 1;
  /* transform: scale(1.05); */
  /* animation: fadeInBanner 2.5s ease-in-out forwards; */
}

/* Keyframes for the animation */
@keyframes fadeInBanner {
  to {
    opacity: 1;
    transform: scale(1);
  }
}


/* .hero-banner {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 30% 30%, #fdeee6 0%, #f8d5c8 40%, #fbe4da 100%);
} */

/*  Headline underline grow‑in  */
.hero-banner h1 span {
    position: relative;
    display: inline-block
}

.hero-banner h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .15em;
    height: .1em;
    width: 100%;
    background: #000;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .8s ease;
}

.hero-banner h1:hover span::after {
    transform: scaleX(1)
}

/*  Floating product shots  */
.float-img {
    position: absolute;
    pointer-events: none;
    object-fit: contain;
    width: clamp(90px, 15vw, 260px);
    /* responsive width */
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .15));
    animation: float 7s ease-in-out infinite;
    z-index: 3;
}

.img-2 {
    animation-delay: 1.5s;
}

.img-3 {
    animation-delay: 3s;
}

.img-4 {
    animation-delay: 4.5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg)
    }

    50% {
        transform: translateY(-30px) rotate(3deg)
    }
}

/*  Responsive heading size tweaks  */
h1.display-heading {
    font-size: clamp(2.2rem, 6vw, 4.5rem)
}



.banner-right-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-right-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
}








:root {
    --lux-peach: #d88b6c;
    --lux-bg: #fffaf7;
}

/* body {
    background: var(--lux-bg);
} */

/* quick helpers */
.text-peach {
    color: var(--lux-peach) !important;
}

.btn-peach {
    background: var(--lux-peach);
    border: 0;
    color: #fff;
    transition: background .25s
}

.btn-peach:hover {
    background: #e7a485
}

/* -------------------  CATEGORY LINK  ------------------ */
.lux-prod-link {
    --img: '';
    /* fallback */
    position: relative;
    font-size: clamp(1rem, 1.7vw, 1.75rem);
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

/* star decoration */
.lux-prod-link span::before,
.lux-prod-link span::after {
    content: '';
    display: inline-block;
    width: .55rem;
    height: .55rem;
    margin: 0 .7rem;
    background: var(--lux-peach);
    clip-path: polygon(50% 0%, 100% 100%, 0 100%);
    transform: rotate(180deg);
}

/* ------------  bubble created with ::after  ------------ */
.lux-prod-link::after {
    content: '';
    position: absolute;
    inset: auto auto 105% 50%;
    /* above, centred horizontally */
    width: 170px;
    height: 110px;
    background: var(--img) center/cover;
    border-radius: 50%/60%;
    transform: translateX(-50%) scale(.4);
    opacity: 0;
    z-index: 10;
    /* guarantees it sits on top */
    transition: opacity .35s, transform .35s;
    pointer-events: none;
}

.lux-prod-link:hover::after {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}






.product-card {
    border-radius: 20px;
    background: #faeee8;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
    height: 100%;
  }

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

  .product-image {
    max-width: 100%;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
  }

  .product-card:hover .primary-img {
    display: none;
  }

  .product-card:hover .hover-img {
    display: inline-block;
  }

  .hover-img {
    display: none;
  }

  .tag-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #e7b199;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #e7b199;
    border-radius: 50%;
    padding: 10px;
  }

  .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #c56f51;
    margin-bottom: 30px;
  }

  .add-to-cart-btn {
    background-color: #e7b199;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 14px;
  }




  .beauty-hero {
    padding: 0px 0 60px 0;
  }
  .beauty-subtitle {
    color: #7a564b;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .beauty-heading {
    font-size: 40px;
    font-weight: 700;
    color: #d6785c;
    line-height: 1.3;
  }
  .beauty-description {
    color: #555;
    margin: 20px 0 30px;
    max-width: 600px;
  }
  .beauty-counter {
    background: #f3e9e3;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
  }
  .beauty-counter h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
  }
  .beauty-counter p {
    margin: 0;
    font-weight: 500;
  }
  .beauty-btn {
    background: #e4b8a7;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s;
  }
  .beauty-btn:hover {
    background: #c98f75;
  }
  .beauty-image {
    position: relative;
    border-radius: 60% 40% 40% 60% / 60% 40% 60% 40%;
    overflow: hidden;
    max-width: 100%;
  }
  .beauty-video-overlay {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    cursor: pointer;
  }
  .beauty-video-overlay::before {
    content: '▶';
    font-size: 24px;
    color: #333;
  }







  .beauty-banner-section {
    position: relative;
    background-image: url('../Assets/Images/offer-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local; /* keeps the image stuck within the section */
    padding: 100px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
    background-attachment: fixed;
  }

  .beauty-banner-overlay {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 60px;
    border-radius: 20px;
    width: 100%;
  }

  .beauty-banner-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
  }

  .beauty-banner-subtitle {
    font-size: 1rem;
    color: #6b6b6b;
    max-width: 500px;
  }
  .contact-section {
    padding: 60px 0;
    background-color: #f8f9fa;
  }

  .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
  }

  .contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .beauty-timer {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
  }

  .beauty-time-block {
    text-align: center;
  }

  .beauty-time-number {
    font-size: 2rem;
    font-weight: 600;
  }

  .beauty-time-label {
    font-size: 0.9rem;
    color: #555;
  }

  .beauty-btn-offer {
    background-color: #eab1a2;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 1rem;
    transition: 0.3s;
  }

  .beauty-btn-offer:hover {
    background-color: #df9989;
    color: white;
  }





   /* Section */
   .glow-wrap {
    position: relative;
    overflow: hidden;
    padding: 6rem 1rem 2rem 1rem;
  }

  .glow-img-shell {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../Assets/Images/aaa.jpg') center center/cover no-repeat;
    clip-path: ellipse(75% 100% at 0% 50%);
    height: 620px;
  }

  /* Stars */
  .glow-img-shell::before,
  .glow-img-shell::after {
    content: '\f005';
    /* font-family: 'Font Awesome 6 Free'; */
    font-weight: 900;
    position: absolute;
    color: #fcd8c8;
    font-size: 48px;
    animation: spinStar 18s linear infinite;
  }

  .glow-img-shell::before {
    top: 2rem;
    left: 2.5rem;
  }

  .glow-img-shell::after {
    bottom: 2.5rem;
    right: -1rem;
  }

  /* Content */
  .glow-content {
    position: relative;
    z-index: 1;
  }

  .glow-tagline {
    color: #b07b66;
    letter-spacing: 0.5px;
  }

  .glow-heading {
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(2.3rem, 4vw + 1rem, 3.4rem);
    color: #d88c6b;
    font-weight: 700;
    line-height: 1.18;
  }

  .glow-text {
    color: #5f5f5f;
    max-width: 38rem;
  }

  .glow-bullet {
    display: flex;
    align-items: center;
    background: #fddfcd;
    border-radius: 60px;
    padding: 0.55rem 1.2rem;
    gap: 0.5rem;
    transition: transform 0.3s ease;
    font-weight: 600;
  }

  .glow-bullet:hover {
    transform: scale(1.06);
  }

  .glow-bullet i {
    color: #d88c6b;
    font-size: 1.1rem;
    margin-right: 0.4rem;
  }

  .glow-btn {
    background: #d88c6b;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 0.8rem 2.4rem;
    font-weight: 600;
    transition: background 0.3s;
  }

  .glow-btn:hover {
    background: #be7154;
  }

  /* Animations */
  @keyframes fadeSlide {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }

  .glow-heading,
  .glow-text,
  .glow-bullet,
  .glow-btn {
    animation: fadeSlide 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }

  @keyframes spinStar {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }






  .shopwhy-section {
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
  }

  .shopwhy-tagline {
    color: #b07b66;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
  }

  .shopwhy-heading {
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(2.2rem, 4vw, 3rem);
    color: #d88c6b;
    font-weight: 700;
    margin-bottom: 2.5rem;
  }

  .shopwhy-feature-card {
    background: #fff1e9;
    border-radius: 1.2rem;
    padding: 1.1rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    transition: all 0.3s ease;
    height: 100%;
  }

  .shopwhy-feature-card:hover {
    background: #ffe2d4;
    transform: translateY(-3px);
  }

  .shopwhy-icon {
    background: #fcd9c4;
    color: #d88c6b;
    font-size: 1.3rem;
    padding: 0.7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
  }

  .shopwhy-text {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    margin: 0;
  }

  .shopwhy-image {
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .shopwhy-image img {
    max-width: 100%;
    width: 100%;
    max-height: 500px;
    border-radius: 50% 50% 0 50%;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }






  #footer-main-wrapper {
    background: url('../Assets/Images/Logos/3DD.gif') no-repeat center center/cover;
    position: relative;
    color: #fff;
    padding: 60px 0;
  }

  #footer-main-wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Dark overlay for readability */
    z-index: 0;
  }

  .footer-content-container {
    position: relative;
    z-index: 1;
  }

  .footer-newsletter input[type="email"] {
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
  }

  .footer-newsletter button {
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: transparent;
    color: #000;
    position: absolute;
    right: 15px;
    top: 0px;
  }

  .footer-social-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
  }

  .footer-payment img {
    height: 50px;
    margin-right: 10px;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  }

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

  .footer-links a {
    color: #ccc;
    text-decoration: none;
  }

  .footer-links a:hover {
    text-decoration: underline;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
  }












  /* .product-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #ffe5d6;
    padding: 30px;
    transition: 0.5s;
    text-align: center;
  }

  .product-image,
  .hover-image {
    transition: 0.5s;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .hover-image {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    object-fit: cover;
  }

  .product-card:hover .hover-image {
    opacity: 1;
  }

  .product-card:hover .product-image {
    opacity: 0;
  }

  .add-to-cart-btn {
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d49b8b;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.4s;
  }

  .product-card:hover .add-to-cart-btn {
    opacity: 1;
  }

  .product-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .product-tags {
    color: #999;
    font-size: 0.9rem;
  } */



  .testimonial-section {
    padding: 60px 20px;
    text-align: center;
  }

  .testimonial-section h5 {
    color: #b37361;
    font-weight: 500;
  }

  .testimonial-section h2 {
    font-weight: 700;
    color: #d48773;
    font-size: 2.5rem;
  }

  .testimonial-card {
    background: #fff5ee;
    border-radius: 20px;
    padding: 30px;
    margin: 15px;
    position: relative;
    min-height: 300px;
    transition: 0.4s ease;
  }

  .testimonial-card .quote {
    position: absolute;
    font-size: 60px;
    color: #f1dcd3;
    bottom: 30px;
    right: 30px;
  }

  .testimonial-card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
    min-height: 120px;
  }

  .star-rating {
    color: #f6b01e;
    font-size: 1.1rem;
  }

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

  .reviewer img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
  }

  .reviewer-info {
    text-align: left;
  }

  .reviewer-info h6 {
    font-weight: 600;
    margin: 0;
  }

  .reviewer-info small {
    color: #888;
  }





  .product-section {
    height: 100vh;
    padding: 2rem 0 3rem 0;
    margin: 2rem 0 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFF5EE;
  }

  .card {
    height: 100%;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px !important;
  }

  .carousel,
  .carousel-inner,
  .carousel-item {
    height: 400px; /* Increased height for images */
  }

  .carousel-item img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
  }

  .card-body {
    text-align: center;
    padding: 1.5rem;
  }




  /* About Us Banner */
.aboutus-banner {
  background: #FFF5EE;
  height: 200px;
  margin-top: 6%;
}

/* About Us Content */
.text-primary-custom {
  color:  var(--lux-peach) !important;
}
.aboutus-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}


 /* Unique Product Page Styling */
 .product-detail-banner {
  background-color: #c98f75;
  padding: 80px 0;
  text-align: center;
  color: white;
}
.product-detail-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.product-main-image {
  width: 100%;
  border-radius: 10px;
}
.product-thumbnail {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 8px;
}
.product-thumbnail:hover {
  transform: scale(1.05);
}
.product-description h3 {
  color: #c98f75;
}
.product-highlights li {
  margin-bottom: 10px;
}
.btn-buy-now {
  background-color: #c98f75;
  color: white;
  font-weight: bold;
}
.btn-buy-now:hover {
  background-color: #b67d65;
}