.elementor-17 .elementor-element.elementor-element-feaaa3c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-65913dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-237d910{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-17f35e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-d62bfba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-97cc567{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-e051273{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-e1af5bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-5c238b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-6b8630c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-74357cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-331be16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-25b0f9d */.hero-new{
  padding:120px 0;
  background:
    radial-gradient(circle at top right, rgba(59,130,246,0.18), transparent 40%),
    radial-gradient(circle at bottom left, rgba(245,199,122,0.12), transparent 45%),
    #0E0E11;
}

.hero-wrap{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}

/* LEFT TEXT */
.hero-text{
  max-width:520px;
}

.hero-badge{
  display:inline-block;
  background:rgba(59,130,246,0.15);
  color:#9EC5FF;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:18px;
}

.hero-text h1{
  font-size:54px;
  line-height:1.15;
  margin-bottom:22px;
  color:#FFFFFF;
}

.hero-text p{
  font-size:16px;
  line-height:1.7;
  color:#CFCFD4;
  margin-bottom:36px;
}

/* BUTTONS */
.hero-buttons{
  display:flex;
  gap:18px;
}

/* RIGHT IMAGE */
.hero-visual img{
  width:380px;
  filter:
    drop-shadow(0 40px 80px rgba(0,0,0,0.6))
    drop-shadow(0 0 35px rgba(59,130,246,0.25));
  animation:floatHero 6s ease-in-out infinite;
}

@keyframes floatHero{
  0%{transform:translateY(0)}
  50%{transform:translateY(-14px)}
  100%{transform:translateY(0)}
}
.cta-main{
  background:linear-gradient(135deg,#3B82F6,#2563EB);
  color:#fff;
  padding:14px 32px;
  border-radius:30px;
  font-weight:600;
}

.cta-secondary{
  background:transparent;
  border:2px solid #F5C77A;
  color:#F5C77A;
  padding:14px 32px;
  border-radius:30px;
  font-weight:600;
}
@media(max-width:768px){

  .hero-new{
    padding:80px 0;
  }

  .hero-wrap{
    flex-direction:column-reverse;
    gap:40px;
    padding:0 20px;
    text-align:center;
  }

  .hero-text h1{
    font-size:32px;
  }

  .hero-text p{
    font-size:14px;
  }

  .hero-buttons{
    flex-direction:column;
  }

  .hero-buttons .btn{
    width:100%;
    text-align:center;
  }

  .hero-visual img{
    width:240px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2969bbe */.usp-scroll{
  background:#121216;
  border-top:1px solid rgba(255,255,255,0.06);
  border-bottom:1px solid rgba(255,255,255,0.06);
  overflow:hidden;
}

.usp-track{
  display:flex;
  gap:40px;
  padding:18px 0;
  animation:uspMove 25s linear infinite;
}

.usp-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  white-space:nowrap;
  color:#E5E7EB;
}

.usp-item span{
  color:#CFCFD4;
}

/* Smooth infinite scroll */
@keyframes uspMove{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:768px){

  .usp-track{
    gap:28px;
    animation-duration:20s;
  }

  .usp-item{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de58802 *//* ==============================
   TRENDING 3D PRODUCTS SECTION
================================ */

.trending-3d{
  padding:90px 0;
  background:#0E0E11;
}

.trending-head{
  text-align:center;
  margin-bottom:50px;
}

.trending-head h2{
  font-size:38px;
  color:#ffffff;
  margin-bottom:8px;
}

.trending-head p{
  color:#cfcfd4;
  font-size:15px;
}

/* PRODUCT CONTAINER */
.trending-3d .products{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* PRODUCT CARD */
.product-card{
  position:relative;
  background:#18181D;
  border-radius:24px;
  padding:18px;
  text-align:center;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
  transition:all .45s cubic-bezier(.2,.8,.2,1);
}

.product-card:hover{
  transform:translateY(-14px) scale(1.04);
  box-shadow:
    0 40px 80px rgba(0,0,0,0.75),
    0 0 40px rgba(59,130,246,0.25);
}

/* SALE BADGE */
.sale-badge{
  position:absolute;
  top:-10px;
  right:-10px;
  background:#F5C77A;
  color:#000;
  width:56px;
  height:56px;
  border-radius:50%;
  font-size:14px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* IMAGE */
.product-card img{
  width:100%;
  border-radius:18px;
  margin-bottom:14px;
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
}

.product-card:hover img{
  transform:scale(1.06);
}

/* TEXT */
.product-card h3{
  font-size:15px;
  line-height:1.4;
  color:#ffffff;
  margin-bottom:6px;
}

.product-card .price{
  color:#F5C77A;
  font-weight:600;
  font-size:16px;
}

/* ==============================
   MOBILE – REEL / SWIPE MODE
================================ */

@media(max-width:768px){

  .trending-3d{
    padding:70px 0;
  }

  .trending-3d .products{
    display:flex;
    gap:20px;
    overflow-x:auto;
    padding:0 20px 12px;
    scroll-snap-type:x mandatory;
  }

  .product-card{
    min-width:260px;
    scroll-snap-align:start;
  }

  .trending-head h2{
    font-size:28px;
  }

  .product-card h3{
    font-size:14px;
  }
}

/* HIDE SCROLLBAR */
.trending-3d .products::-webkit-scrollbar{
  display:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86a118a *//* ================= 3D STORY SECTION ================= */

.story-3d{
  padding:120px 0;
  background:
    radial-gradient(circle at right, rgba(59,130,246,0.12), transparent 45%),
    radial-gradient(circle at left, rgba(245,199,122,0.10), transparent 45%),
    #0E0E11;
}

.story-wrap{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

/* TEXT */
.story-text h2{
  font-size:40px;
  color:#ffffff;
  margin-bottom:18px;
}

.story-text p{
  font-size:16px;
  line-height:1.7;
  color:#CFCFD4;
  margin-bottom:28px;
}

.story-points{
  list-style:none;
  padding:0;
}

.story-points li{
  margin-bottom:12px;
  font-size:15px;
  color:#ffffff;
}

/* VISUAL SIDE */
.story-visual{
  position:relative;
  height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.glow-circle{
  width:260px;
  height:260px;
  border-radius:50%;
  background:
    radial-gradient(circle,
      rgba(59,130,246,0.35),
      rgba(245,199,122,0.25),
      transparent 70%);
  filter:blur(20px);
  animation:floatGlow 6s ease-in-out infinite;
}

/* SUBTLE FLOAT */
@keyframes floatGlow{
  0%{transform:translateY(0)}
  50%{transform:translateY(-16px)}
  100%{transform:translateY(0)}
}
@media(max-width:768px){

  .story-3d{
    padding:90px 0;
  }

  .story-wrap{
    grid-template-columns:1fr;
    gap:50px;
    text-align:center;
  }

  .story-text h2{
    font-size:28px;
  }

  .story-text p{
    font-size:14px;
  }

  .story-visual{
    height:260px;
  }

  .glow-circle{
    width:200px;
    height:200px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b53aa34 *//* ================= 3D CATEGORIES SECTION ================= */

.categories-3d{
  padding:110px 0;
  background:#0E0E11;
}

.categories-head{
  text-align:center;
  margin-bottom:60px;
}

.categories-head h2{
  font-size:38px;
  color:#ffffff;
  margin-bottom:8px;
}

.categories-head p{
  color:#CFCFD4;
  font-size:15px;
}

/* GRID */
.categories-grid{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* CARD */
.category-card{
  background:#18181D;
  border-radius:26px;
  padding:40px 20px;
  text-align:center;
  text-decoration:none;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
  transition:all .45s cubic-bezier(.2,.8,.2,1);
}

.category-card:hover{
  transform:translateY(-14px) scale(1.04);
  box-shadow:
    0 40px 80px rgba(59,130,246,0.25),
    0 0 40px rgba(245,199,122,0.15);
}

/* ICON */
.cat-icon{
  font-size:42px;
  margin-bottom:18px;
}

/* TEXT */
.category-card h3{
  color:#ffffff;
  font-size:17px;
  margin-bottom:6px;
}

.category-card span{
  color:#F5C77A;
  font-size:14px;
}
@media(max-width:768px){

  .categories-3d{
    padding:90px 0;
  }

  .categories-grid{
    display:flex;
    gap:20px;
    overflow-x:auto;
    padding:0 20px 12px;
    scroll-snap-type:x mandatory;
  }

  .category-card{
    min-width:240px;
    scroll-snap-align:start;
  }

  .categories-head h2{
    font-size:28px;
  }
}

/* Hide scrollbar */
.categories-grid::-webkit-scrollbar{
  display:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5e3529 *//* ================= FESTIVAL / VALENTINE 3D STRIP ================= */

.festival-3d{
  padding:120px 0;
  background:
    radial-gradient(circle at left, rgba(255,77,109,0.18), transparent 45%),
    radial-gradient(circle at right, rgba(245,199,122,0.12), transparent 45%),
    #0E0E11;
}

.festival-wrap{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:80px;
  align-items:center;
}

/* LEFT TEXT */
.festival-badge{
  display:inline-block;
  background:rgba(255,77,109,0.15);
  color:#FF8FA3;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

.festival-text h2{
  font-size:42px;
  color:#ffffff;
  margin-bottom:18px;
}

.festival-text p{
  font-size:16px;
  line-height:1.7;
  color:#CFCFD4;
  margin-bottom:30px;
}

/* CTA */
.festival-cta{
  background:linear-gradient(135deg,#FF4D6D,#FF758F);
  color:#ffffff;
  padding:14px 34px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
}

/* RIGHT CARDS */
.festival-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.festival-card{
  background:#18181D;
  border-radius:26px;
  padding:26px;
  text-align:center;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
  transition:all .45s cubic-bezier(.2,.8,.2,1);
}

.festival-card:hover{
  transform:translateY(-12px) scale(1.04);
  box-shadow:0 30px 60px rgba(255,77,109,0.35);
}

/* Highlight middle card */
.festival-card.highlight{
  transform:scale(1.05);
  box-shadow:0 35px 70px rgba(245,199,122,0.35);
}

.festival-icon{
  font-size:38px;
  margin-bottom:14px;
}

.festival-card h4{
  color:#ffffff;
  font-size:16px;
  margin-bottom:6px;
}

.festival-card span{
  color:#F5C77A;
  font-size:14px;
}
@media(max-width:768px){

  .festival-3d{
    padding:90px 0;
  }

  .festival-wrap{
    grid-template-columns:1fr;
    gap:50px;
    text-align:center;
  }

  .festival-cards{
    display:flex;
    gap:20px;
    overflow-x:auto;
    padding:0 20px 12px;
    scroll-snap-type:x mandatory;
  }

  .festival-card{
    min-width:260px;
    scroll-snap-align:start;
  }

  .festival-text h2{
    font-size:28px;
  }
}

/* Hide scrollbar */
.festival-cards::-webkit-scrollbar{
  display:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7c2222 *//* ================= BEST SELLER 3D SECTION ================= */

.bestseller-3d{
  padding:110px 0;
  background:#0E0E11;
}

.bestseller-head{
  text-align:center;
  margin-bottom:60px;
}

.bestseller-head h2{
  font-size:38px;
  color:#ffffff;
  margin-bottom:8px;
}

.bestseller-head p{
  color:#CFCFD4;
  font-size:15px;
}

/* GRID */
.bestseller-grid{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* CARD */
.bestseller-card{
  position:relative;
  background:#18181D;
  border-radius:26px;
  padding:20px;
  text-align:center;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
  transition:all .45s cubic-bezier(.2,.8,.2,1);
}

.bestseller-card:hover{
  transform:translateY(-14px) scale(1.04);
  box-shadow:
    0 40px 80px rgba(59,130,246,0.25);
}

/* HIGHLIGHT */
.bestseller-card.highlight{
  transform:scale(1.05);
  box-shadow:0 35px 70px rgba(245,199,122,0.35);
}

/* BADGE */
.best-badge{
  position:absolute;
  top:-10px;
  right:-10px;
  background:#F5C77A;
  color:#000;
  width:54px;
  height:54px;
  border-radius:50%;
  font-size:13px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* IMAGE */
.bestseller-card img{
  width:100%;
  border-radius:18px;
  margin-bottom:14px;
}

/* TEXT */
.bestseller-card h3{
  font-size:15px;
  line-height:1.4;
  color:#ffffff;
  margin-bottom:6px;
}

.bestseller-card .price{
  color:#F5C77A;
  font-weight:600;
  font-size:16px;
}
@media(max-width:768px){

  .bestseller-3d{
    padding:90px 0;
  }

  .bestseller-grid{
    display:flex;
    gap:20px;
    overflow-x:auto;
    padding:0 20px 12px;
    scroll-snap-type:x mandatory;
  }

  .bestseller-card{
    min-width:260px;
    scroll-snap-align:start;
  }

  .bestseller-head h2{
    font-size:28px;
  }
}

/* Hide scrollbar */
.bestseller-grid::-webkit-scrollbar{
  display:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac26278 *//* ================= 3D REVIEWS SECTION ================= */

.reviews-3d{
  padding:110px 0;
  background:
    radial-gradient(circle at top, rgba(59,130,246,0.10), transparent 45%),
    radial-gradient(circle at bottom, rgba(245,199,122,0.10), transparent 45%),
    #0E0E11;
}

.reviews-head{
  text-align:center;
  margin-bottom:60px;
}

.reviews-head h2{
  font-size:38px;
  color:#ffffff;
  margin-bottom:10px;
}

.reviews-head p{
  color:#CFCFD4;
  font-size:15px;
}

/* REVIEWS ROW */
.reviews-row{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* REVIEW CARD */
.review-card{
  background:#18181D;
  border-radius:26px;
  padding:26px;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
  transition:all .4s cubic-bezier(.2,.8,.2,1);
}

.review-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 60px rgba(59,130,246,0.25);
}

/* Highlight middle card */
.review-card.highlight{
  transform:scale(1.05);
  box-shadow:0 35px 70px rgba(245,199,122,0.35);
}

/* TEXT */
.review-card p{
  color:#E5E7EB;
  font-size:15px;
  line-height:1.6;
  margin-bottom:20px;
}

.review-card h4{
  color:#ffffff;
  font-size:14px;
  margin-bottom:4px;
}

.review-card span{
  font-size:13px;
  color:#F5C77A;
}
@media(max-width:768px){

  .reviews-3d{
    padding:90px 0;
  }

  .reviews-row{
    display:flex;
    gap:20px;
    overflow-x:auto;
    padding:0 20px 10px;
    scroll-snap-type:x mandatory;
  }

  .review-card{
    min-width:260px;
    scroll-snap-align:start;
  }

  .review-card.highlight{
    transform:scale(1);
  }

  .reviews-head h2{
    font-size:28px;
  }
}

/* Hide scrollbar */
.reviews-row::-webkit-scrollbar{
  display:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9c3c38 *//* ================= FAQ / TRUST 3D SECTION ================= */

.faq-trust-3d{
  padding:120px 0;
  background:
    radial-gradient(circle at top, rgba(59,130,246,0.10), transparent 45%),
    radial-gradient(circle at bottom, rgba(245,199,122,0.10), transparent 45%),
    #0E0E11;
}

.faq-trust-head{
  text-align:center;
  margin-bottom:70px;
}

.faq-trust-head h2{
  font-size:38px;
  color:#ffffff;
  margin-bottom:10px;
}

.faq-trust-head p{
  color:#CFCFD4;
  font-size:15px;
}

/* WRAP */
.faq-trust-wrap{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:70px;
}

/* TRUST CARDS */
.trust-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.trust-card{
  background:#18181D;
  border-radius:26px;
  padding:28px 22px;
  text-align:center;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
  transition:all .4s cubic-bezier(.2,.8,.2,1);
}

.trust-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 60px rgba(59,130,246,0.25);
}

.trust-card.highlight{
  transform:scale(1.05);
  box-shadow:0 35px 70px rgba(245,199,122,0.35);
}

.trust-icon{
  font-size:38px;
  margin-bottom:14px;
}

.trust-card h4{
  color:#ffffff;
  font-size:16px;
  margin-bottom:6px;
}

.trust-card p{
  color:#CFCFD4;
  font-size:14px;
}

/* FAQ BOX */
.faq-box{
  background:#18181D;
  border-radius:26px;
  padding:34px;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
}

.faq-item{
  margin-bottom:24px;
}

.faq-item:last-child{
  margin-bottom:0;
}

.faq-item h4{
  color:#ffffff;
  font-size:15px;
  margin-bottom:6px;
}

.faq-item p{
  color:#CFCFD4;
  font-size:14px;
  line-height:1.6;
}
@media(max-width:768px){

  .faq-trust-3d{
    padding:90px 0;
  }

  .faq-trust-wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .trust-cards{
    grid-template-columns:1fr;
  }

  .faq-trust-head h2{
    font-size:28px;
  }
}
/* ================= FAQ ACCORDION ================= */

.accordion{
  background:#18181D;
  border-radius:26px;
  padding:34px;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
}

.faq-item{
  border-bottom:1px solid rgba(255,255,255,0.08);
}

.faq-item:last-child{
  border-bottom:none;
}

.faq-question{
  width:100%;
  background:none;
  border:none;
  padding:18px 0;
  font-size:15px;
  color:#ffffff;
  text-align:left;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.faq-icon{
  font-size:22px;
  color:#F5C77A;
  transition:transform .3s ease;
}

/* ANSWER */
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

.faq-answer p{
  color:#CFCFD4;
  font-size:14px;
  line-height:1.6;
  padding-bottom:16px;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer{
  max-height:200px;
}

.faq-item.active .faq-icon{
  transform:rotate(45deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d16d17 *//* ================= FINAL CTA 3D SECTION ================= */

.final-cta-3d{
  padding:140px 0;
  background:
    radial-gradient(circle at top, rgba(59,130,246,0.18), transparent 45%),
    radial-gradient(circle at bottom, rgba(255,77,109,0.16), transparent 45%),
    #0E0E11;
}

.final-cta-wrap{
  max-width:1200px;
  margin:auto;
  padding:0 40px;
  display:flex;
  justify-content:center;
}

.final-cta-glass{
  max-width:720px;
  width:100%;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(18px);
  border-radius:32px;
  padding:60px 50px;
  text-align:center;
  box-shadow:
    0 40px 80px rgba(0,0,0,0.7),
    inset 0 0 0 1px rgba(255,255,255,0.12);
}

/* BADGE */
.cta-badge{
  display:inline-block;
  background:rgba(255,77,109,0.15);
  color:#FF8FA3;
  padding:8px 18px;
  border-radius:30px;
  font-size:13px;
  margin-bottom:22px;
}

/* TEXT */
.final-cta-glass h2{
  font-size:42px;
  line-height:1.2;
  color:#ffffff;
  margin-bottom:18px;
}

.final-cta-glass p{
  color:#CFCFD4;
  font-size:16px;
  line-height:1.7;
  margin-bottom:36px;
}

/* BUTTONS */
.cta-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
}

.cta-buy{
  background:linear-gradient(135deg,#FF4D6D,#FF758F);
  color:#ffffff;
  padding:16px 38px;
  border-radius:32px;
  font-weight:600;
}

.cta-shop{
  background:transparent;
  border:2px solid #F5C77A;
  color:#F5C77A;
  padding:16px 38px;
  border-radius:32px;
  font-weight:600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-769c199 *//* VALENTINE FOCUS SECTION */
.valentine-focus{
  padding:90px 40px;
  display:flex;
  gap:60px;
  align-items:center;
  background:radial-gradient(circle at left, #3a0b16, #0b0b0b);
}

.val-left{
  flex:1;
}

.val-left h2{
  font-size:42px;
  color:#ff4d6d;
  margin-bottom:15px;
}

.val-left p{
  color:#f3b1c0;
  margin-bottom:30px;
  line-height:1.6;
}

.val-right{
  flex:1;
  display:flex;
  gap:20px;
}

.val-product{
  background:#14070b;
  padding:18px;
  border-radius:22px;
  width:180px;
  text-align:center;
  box-shadow:0 0 30px rgba(255,77,109,0.15);
  transition:all .3s ease;
}

.val-product:hover{
  transform:translateY(-8px);
  box-shadow:0 0 50px rgba(255,77,109,0.35);
}

.val-product.highlight{
  transform:scale(1.08);
  box-shadow:0 0 60px rgba(255,77,109,0.45);
}

.val-img{
  height:140px;
  background:#220d14;
  border-radius:16px;
  margin-bottom:12px;
}

.val-product h4{
  font-size:15px;
  margin-bottom:6px;
}

.val-product span{
  color:#ff7a96;
  font-weight:600;
}

/* Mobile */
@media(max-width:900px){
  .valentine-focus{
    flex-direction:column;
    text-align:center;
  }
  .val-right{
    justify-content:center;
    flex-wrap:wrap;
  }
}/* End custom CSS */