



.swiper-slide-active {
    width: 1500px !important;
}
.hero-swiper {
padding: 0 !important;
}
.hero-banner-section {
    padding-top: 0 !important;
    margin-top: -50px !important;
}
.hero-banner-section {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}

.hero-swiper,
.swiper-slide {
  width: 100% !important;
  height: 90vh !important;
}

.swiper-slide video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Overlay */
.hero-slide-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); 
  display: flex;
  align-items: center;
  justify-content: left !important; 
}

/* Content */
.hero-slide-content {
  text-align: left;
  color: #fff;
  max-width: 700px;
  padding: 20px;
}

.hero-slide-content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-label {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .swiper-slide {
    height: 70vh;
  }

  .hero-slide-content h2 {
    font-size: 28px;
  }
}
.hero-slide-content {
    max-width: 800px !important;
}
.hero-slide-content h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
    font-style: italic !important;
    font-size: 3.6rem !important;

}
.section-label {
  font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}
/* .diamond-fancy-card img {
    width: 155px !important;
    height: 130px !important;
}
.diamond-fancy-card {
    display: flex !important;
    justify-content: center !important;
} */
 .diamond-fancy-card {
    height: 300px !important;
 }
.card-overlay {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
}

.card-overlay span {
    color: #fff !important;
    border:1px solid #fff !important;
    padding: 5px !important;
    border-radius: 5px !important;
}
.diamond-fancy-card .card-icon i {
    color: #fff !important;
}

.section-label {
     color: #19395a !important;
}




.shop-shape-v2 {
  padding: 30px 0;
  background: #f5f5f5;
}

.shape-row {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px;
}

.shape-row::-webkit-scrollbar {
  display: none;
}

.shape-card {
  min-width: 157px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 10px 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.shape-card span {
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
}

.shape-card img {
  width: 55px;
  height: auto;
  transition: transform 0.3s ease;
}

/* Hover 🔥 */
.shape-card:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.shape-card:hover img {
  transform: scale(1.1);
}

.shape-card:hover span {
  color: #000;
}

.category-section {
  text-align: center;
  padding: 50px 0px;
  background: #f5f5f5;
}

.category-section h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.card {
  position: relative;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
}

.card img {
  width: 100%;
  display: block;
  transition: 0.4s ease;
}

/* Hover image hidden initially */
.card .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* Hover effect */
.card:hover .hover-img {
  opacity: 1;
}

.card:hover .main-img {
  opacity: 0;
}

/* Bottom title */
.card .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(150,150,150,0.8);
  color: #fff;
  padding: 12px;
  font-size: 16px;
}

/* Optional shadow hover */
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: 0.3s;
}
.card img {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: #000;
}
.card:hover img {
  transform: scale(1.05);
}

.product-card {
  background: #fff;
  padding: 15px;
  position: relative;
  transition: 0.3s;
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  transition: 0.4s ease;
}

/* hover image hidden */
.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* hover effect */
.product-card:hover .hover-img {
  opacity: 1;
}

.product-card:hover .main-img {
  opacity: 0;
}

/* zoom effect */
.product-card:hover img {
  transform: scale(1.05);
}

/* wishlist */
.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* customize button */
.custom-btn {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 6px 18px;
  opacity: 0;
  transition: 0.3s;
  
}

.product-card:hover .custom-btn {
  opacity: 1;
}

/* button */
.discover-btn {
  border: 1px solid #000;
  padding: 10px 30px;
  background: transparent;
}

.discover-btn:hover {
  background: #000;
  color: #fff;
}


.product-card {
  background: #f9f9f9;
  border: 1px solid #d4af37;
  border-radius: 12px;
  padding: 20px 15px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

/* badge */
.sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c62828;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
}

/* icons */
.icons {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icons i {
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* image */
.img-box {
  margin: 20px 0;
  position: relative;
}

.main-img {
  width: 120px;
  height: auto;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 120px;
  height: auto;
  transition: 0.3s;
}

.img-box:hover .hover-img {
  opacity: 1;
}

/* text */
.price .old {
  text-decoration: line-through;
  color: #999;
}

/* button */
.buy-btn {
  width: 100%;
  background: #1f3b57;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
}

/* hover */
.product-card:hover {
  transform: translateY(-5px);
}

.carousel-inner .carousel-item {
  transition: transform 0.5s ease;
}

.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev,
.carousel-inner .carousel-item.active {
  display: flex;
}

.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%); /* 100 / 4 = 25% */
}

.carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}





body {
  background: #e9e9e9;
  font-family: Arial;
}

/* Slider Size */
.lux-slider {
  width: 100%;
  padding: 80px 0;
}

.swiper {
  width: 100%;
  height: 600px;
}

/* Slide Base */
.swiper-slide {
  width: 320px;
  height: 520px;
  
  overflow: hidden;
  transition: 0.5s;
  transform: scale(0.75);
  opacity: 0.4;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CENTER ACTIVE */
.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}

/* Main Card */
.main-card {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1a2c73, #000);
  color: #fff;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}

/* Top text */
.top-text {
  font-size: 12px;
  opacity: 0.8;
}

/* Heading */
.main-card h2 {
  font-size: 22px;
  margin: 15px 0;
}

/* Product Image */
.product-img {
  margin: 20px auto;
  border: 1px solid #4ecbff;
  padding: 15px;
  border-radius: 12px;
}

.product-img img {
  width: 120px;
}

/* Subtitle */
.subtitle {
  margin-top: 10px;
  font-size: 14px;
}

/* Bottom Product Card */
.bottom-card {
  position: absolute;
  bottom: 60px;
  left: 15px;
  right: 15px;
  background: #1c1c1c;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bottom-card img {
  width: 45px;
  border-radius: 8px;
}

.bottom-card span {
  font-size: 12px;
  flex: 1;
}

.arrow {
  background: #333;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Bottom Lines */
.lines {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}

.lines span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #666;
  margin: 0 4px;
  border-radius: 2px;
}

.lines span:first-child {
  background: #fff;
}





 .after-sec {
    width: 100%;
    background: #f0ede8;
    padding: 60px 0;
    font-family: 'Segoe UI', sans-serif;
    box-sizing: border-box;
    overflow: hidden;
  }

  .after-sec .slider-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .after-sec .stage {
    position: relative;
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .after-sec .card {
    position: absolute;
    width: 300px;
    height: 400px;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    /* only transform + opacity animate — innerHTML never changes */
    transition: transform 0.65s cubic-bezier(0.33, 1, 0.68, 1),
                opacity  0.65s cubic-bezier(0.33, 1, 0.68, 1),
                box-shadow 0.65s ease;
    will-change: transform, opacity;
  }

  .after-sec .card img.card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }

  /* top bar */
  .after-sec .top-bar {
    position: absolute;
    top: 0; left: 0; right: 0;
    background: rgba(8,8,18,0.68);
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    transition: opacity 0.35s ease;
  }
  .after-sec .t-title {
    font-size: 11px;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
  .after-sec .icons {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
  }
  .after-sec .brand-tag {
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
    padding: 2px 7px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.08em;
  }

  .after-sec .unmute {
    position: absolute;
    top: 40px; right: 10px;
    background: rgba(255,255,255,0.88);
    border-radius: 6px;
    padding: 3px 9px;
    font-size: 10px;
    font-weight: 600;
    color: #111;
    z-index: 3;
    transition: opacity 0.35s ease;
  }

  /* bottom product label */
  .after-sec .product-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(8,8,18,0.82);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3;
  }
  .after-sec .product-thumb {
    width: 38px; height: 38px;
    border-radius: 7px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(255,255,255,0.1);
  }
  .after-sec .product-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.35s ease;
  }
  .after-sec .product-name {
    flex: 1;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    line-height: 1.35;
  }
  .after-sec .arrow-circle {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: #fff
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }

  /* nav */
  .after-sec .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px; height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.12);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    z-index: 40;
    box-shadow: 0 2px 10px rgba(0,0,0,0.13);
    transition: background 0.2s;
  }
  .after-sec .nav-btn:hover { background: #f0f0f0; }
  .after-sec .nav-btn.left  { left: 14px; }
  .after-sec .nav-btn.right { right: 14px; }
  .after-sec .nav-btn svg   { width: 15px; height: 15px; }

  /* dots */
  .after-sec .dots {
    display: flex;
    gap: 6px;
    margin-top: 22px;
  }
  .after-sec .dot {
    width: 24px; height: 3px;
    border-radius: 2px;
    background: rgba(0,0,0,0.16);
    transition: background 0.3s, width 0.3s;
    cursor: pointer;
  }
  .after-sec .dot.active {
    background: rgba(0,0,0,0.55);
    width: 38px;
  }

  .top-bar span {
    color: #fff;
  }




.lux-section {
  display: flex;
  align-items: center;
  height: 600px;
  overflow: hidden;
}

/* LEFT SIDE */
.lux-content {
  width: 35%;
  background: #5a4a3f;
  color: #fff;
  padding: 80px;
  position: relative;
}

.tag {
  letter-spacing: 3px;
  font-size: 12px;
  color: #d6a77a;
}

.lux-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  margin: 20px 0;
}

.desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.price {
  margin-bottom: 25px;
}

.price .new {
  font-size: 18px;
  margin-right: 15px;
}

.price .old {
  text-decoration: line-through;
  opacity: 0.7;
}

/* Button */
.btn {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.btn:hover {
  background: #fff;
  color: #000;
}

/* CENTER IMAGE */
.center-img {
  width: 30%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.center-img img {
  width: 280px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* RIGHT IMAGE */
.right-img {
  width: 35%;
}

.right-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/* ================= */
/* 🔥 ANIMATIONS */
/* ================= */

.animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

/* left slide */
.fade-left {
  transform: translateX(-80px);
}

/* right slide */
.fade-right {
  transform: translateX(80px);
}

/* zoom */
.zoom-in {
  transform: scale(0.7);
}

/* active */
.animate.show {
  opacity: 1;
  transform: translate(0) scale(1);
}






.about-sec {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    min-height: 100vh !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #f5f0e8 !important;
  }

  /* ── LEFT: IMAGES ── */
  .about-sec__images {
    position: relative !important;
    background: #e8e2d8 !important;
    overflow: hidden !important;
  }

  .about-sec__img-main {
    position: absolute !important;
    left: 10% !important;
    top: 8% !important;
    width: 58% !important;
    aspect-ratio: 3 / 4 !important;
    background: url('https://images.unsplash.com/photo-1589128777073-263566ae5e4d?w=600&q=80') center / cover no-repeat;
    box-shadow: 12px 20px 48px rgba(0, 0, 0, 0.18) !important;
    z-index: 2;
    animation: about-floatIn 0.9s 0.2s ease both !important;
  }

  .about-sec__img-accent {
    position: absolute !important;
    right: 6% !important; 
    bottom: 8% !important;
    width: 46% !important;
    aspect-ratio: 1 / 1.2 !important;
    background: url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?w=600&q=80') center / cover no-repeat !important;
    box-shadow: 8px 12px 32px rgba(0, 0, 0, 0.14) !important;
    z-index: 1 !important;
    animation: about-floatIn 0.9s 0.4s ease both !important;
  }

  /* Years badge */
  .about-sec__badge {
    position: absolute !important;
    left: 6% !important;
    bottom: 12% !important;
    background: #5c5346 !important;
    color: #f5f0e8 !important;
    padding: 16px 20px !important;
    z-index: 3 !important;
    min-width: 130px !important;
    animation: about-fadeUp 0.8s 0.6s ease both !important;
  }

  .about-sec__badge-num {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    display: block !important;
    line-height: 1 !important;
  }

  .about-sec__badge-text {
    font-size: 9px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: rgba(245, 240, 232, 0.7) !important;
    margin-top: 4px !important;
    display: block !important;
  }

  /* ── RIGHT: CONTENT ── */
  .about-sec__content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 64px 60px !important;
    background: #5c5346 !important;
  }

  .about-sec__label {
    font-size: 10px !important;
    letter-spacing: 4px !important;
    color: #c9956a !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
    animation: about-fadeUp 0.8s 0.2s ease both !important;
  }

  .about-sec__title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(30px, 3.5vw, 48px) !important;
    font-weight: 300 !important;
    color: #f5f0e8 !important;
    line-height: 1.15 !important;
    margin-bottom: 24px !important; 
    letter-spacing: 0.5px !important;
    animation: about-fadeUp 0.8s 0.35s ease both !important;
  }

  .about-sec__divider {
    width: 48px !important; 
    height: 1.5px !important;
    background: #c9956a !important;
    margin-bottom: 24px !important;
    animation: about-fadeUp 0.8s 0.45s ease both !important; 
        left: 310px;
    position: relative;
  }

  .about-sec__desc {
    font-size: 16.5px !important;
    line-height: 1.9 !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin-bottom: 16px !important;
    animation: about-fadeUp 0.8s 0.55s ease both !important;
  }

  /* Stats row */
  .about-sec__stats {
    display: flex !important;
    gap: 36px !important;
    margin-top: 32px !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(245, 240, 232, 0.12) !important;
    animation: about-fadeUp 0.8s 0.7s ease both !important;
    justify-content: center;
  }

  .about-sec__stat {}

  .about-sec__stat-num {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    color: #c9956a !important;
    display: block !important;
    line-height: 1 !important;
  }

  .about-sec__stat-label {
    font-size: 9px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin-top: 4px !important;
    display: block !important;
  }

  /* ── ANIMATIONS ── */
  @keyframes about-fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  @keyframes about-floatIn {
    from { opacity: 0; transform: scale(0.95) translateY(16px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .about-sec {
      grid-template-columns: 1fr;
    }

    .about-sec__images {
      min-height: 400px;
    }

    .about-sec__content {
      padding: 48px 32px;
    }

    .about-sec__stats {
      gap: 24px;
    }
  }
.cta-sec {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 380px;
    background: #f2ede6;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
  }

  /* ── SIDE IMAGE PANELS ── */
  .cta-sec__img-wrap {
    height: 100%;
    min-height: 380px;
    position: relative;
    overflow: hidden;
  }

  .cta-sec__img-wrap--left {
    background: url('https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?w=600&q=80')
      center top / cover no-repeat;
    animation: cta-fadeIn 1s 0.1s ease both;
  }

  .cta-sec__img-wrap--right {
    background: url('https://images.unsplash.com/photo-1605100804763-247f67b3557e?w=600&q=80')
      center top / cover no-repeat;
    animation: cta-fadeIn 1s 0.1s ease both;
  }

  /* Fade edges into background */
  .cta-sec__img-wrap--left::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 50%, #f2ede6 100%);
  }

  .cta-sec__img-wrap--right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent 50%, #f2ede6 100%);
  }

  /* ── CENTER BODY ── */
  .cta-sec__body {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 56px 64px;
    min-width: 380px;
  }

  .cta-sec__tag {
    display: inline-block;
    font-size: 13.5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b08d6a;
    margin-bottom: 18px;
    animation: cta-fadeUp 0.7s 0.3s ease both;
  }

  .cta-sec__title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(28px, 3.2vw, 42px) !important;
    font-weight: 300;
    color: #1e1a16 !important;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
    animation: cta-fadeUp 0.7s 0.45s ease both !important;
  }

  .cta-sec__title em {
    font-style: italic;
    color: #b08d6a;
  }

  .cta-sec__divider {
    width: 40px;
    height: 1px;
    background: #b08d6a;
    margin: 0 auto 18px;
    animation: cta-fadeUp 0.7s 0.55s ease both;
  }

  .cta-sec__desc {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 1.8;
    margin-bottom: 36px;
    animation: cta-fadeUp 0.7s 0.65s ease both;
  }

  /* ── BUTTON ── */
  .cta-sec__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 44px;
    border: 1px solid #1e1a16;
    background: transparent;
    color: #1e1a16;
    font-family: 'Montserrat', sans-serif;
    font-size: 9.5px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    animation: cta-fadeUp 0.7s 0.75s ease both;
  }

  .cta-sec__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1e1a16;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 0;
  }

  .cta-sec__btn:hover::before { transform: scaleX(1); }
  .cta-sec__btn:hover { color: #f2ede6; }

  .cta-sec__btn span { position: relative; z-index: 1; }

  .cta-sec__btn-arrow {
    position: relative;
    z-index: 1;
    font-size: 13px;
    transition: transform 0.3s ease;
  }

  .cta-sec__btn:hover .cta-sec__btn-arrow { transform: translateX(4px); }

  /* ── ANIMATIONS ── */
  @keyframes cta-fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  @keyframes cta-fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .cta-sec {
      grid-template-columns: 1fr;
    }
    .cta-sec__img-wrap--left,
    .cta-sec__img-wrap--right { display: none; }
    .cta-sec__body {
      padding: 48px 24px;
      min-width: unset;
    }
  }


  body {
  font-family: 'Poppins', sans-serif !important;
}

.footer {
  background: #f5f5f5 !important;
  padding: 60px 40px 20px !important;
  color: #111 !important;
}

.footer-container {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 40px !important;
}

.footer-col h3 {
  font-size: 18px !important;
  margin-bottom: 15px !important;
  position: relative !important;
}

.footer-col h3::after {
  content: "" !important;
  width: 40px !important;
  height: 2px !important;
  background: #000 !important;
  position: absolute !important;
  bottom: -5px !important;
  left: 0px !important;
}

.footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

.footer-col ul li {
  margin-bottom: 10px !important;
  font-size: 14px !important;
}

.footer-col ul li a {
  text-decoration: none !important;
  color: #333 !important;
}

.footer-col ul li a:hover {
  color: #000 !important;
}

.contact li {
  margin-bottom: 10px !important;
}

.social-icons {
  margin-top: 15px !important;
}

.social-icons span {
  display: inline-block !important;
  width: 35px !important;
  height: 35px !important;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
  text-align: center !important;
  line-height: 35px !important;
  margin-right: 8px !important;
  font-size: 14px !important;
}

.newsletter p {
  font-size: 14px !important;
  margin: 15px 0 !important;
}

.subscribe-box {
  display: flex !important;
}

.subscribe-box input {
  flex: 1 !important;
  padding: 12px !important;
  border: none !important;
  background: #e5e5e5 !important;
  outline: none !important;
}

.subscribe-box button {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 20px !important;
  cursor: pointer !important;
}

.footer-bottom {
  border-top: 1px solid #ddd !important;
  margin-top: 40px !important;
  padding-top: 20px !important;
  text-align: center !important;
}

.footer-bottom .logo {
  font-size: 28px !important;
  margin-bottom: 10px !important;
}

.payments img {
  height: 25px !important;
  margin: 5px !important;
}

.footer-bottom p {
  font-size: 13px !important;
  color: #555 !important;
}
.payments {
      display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px !important;
}
.payments img {
  width: 53% !important;
  max-width: 53% !important;
}
.footer-bottom .logo img {
  width: 188px !important;
  height: 110px !important;
}
.category-section {
  padding-bottom: 0 !important;
}
.footer-col li,
.footer-col h3,
.footer-col p {
  text-align: left !important;
}


/* show multiple items */
.carousel-inner {
  display: flex;
}

.carousel-item {
  display: flex !important;
  transition: transform 0.8s ease;
}

/* each card width */
.carousel-item > .container {
  flex: 0 0 100%;
}

/* important: prevent full jump */
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev,
.carousel-inner .carousel-item.active {
  display: flex;
}
.card {
  height: 400px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card>img.main-img {
  width: 42% !important;
}

.carousel-wrapper {
  overflow: hidden !important;
  width: 100% !important;
}

.carousel-track {
  display: flex !important;
  gap: 20px !important;
  animation: scroll 15s linear infinite !important;
}

/* 🔥 EXACT 4 BOX FIX */
.product-card {
  flex: 0 0 25% !important;   /* 4 cards */
  max-width: 25% !important;
  box-sizing: border-box !important;
}

/* animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}