/*
Theme Name: FF
Author: Mohammed Zahid Wadiwale
Description: Elementor + WooCommerce custom ecommerce theme
Version: 1.0
*/
body {
  font-family: 'poppins', sans-serif;
  color: #111;
}


/* HEADER */
.site-header {
  padding: 20px 0;
}

/* Hide "Return to Shop" button on empty cart */
.wc-block-grid {
    display: none !important;
}

.site-header a {
  margin-right: 20px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
}
@media (max-width: 508px) {
.site-header a
    {
        margin-right: 10px !important;
    }
}
@media (max-width: 340px) {
.site-header a
    {
        margin-right: 4px !important;
    }
}
.logo {
  font-weight: 700;
  letter-spacing: 4px;
}
.site-header{
  padding:25px 0;
  background:#fff;
}

.site-header a{
  font-size:14px;
  font-weight:500;
}

.logo{
  letter-spacing:6px;
}

.cart-dot{
  position:absolute;
  top:-5px;
  right:-6px;
  width:8px;
  height:8px;
  background:#6b0015;
  border-radius:50%;
}

.currency-toggle {
  background: transparent;
  padding: 1px 0px;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  cursor: pointer;
  border: none;
}

.currency-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 90px;
  display: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  z-index: 100;
}

.currency-menu a {
  display: block;
  padding: 8px 12px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
  opacity: .8;
}

.currency-menu a:hover {
  background: #f5f5f5;
  opacity: 1;
}

/* Show on hover */
.currency-switch:hover .currency-menu {
  display: block;
}
.currency-switch.active .currency-menu {
  display: block;
}
/* HERO */
.hero {
  background: #6b0015;
  color: #fff;
  padding: 120px 0;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
}

.hero p {
  margin: 20px 0;
  opacity: 0.9;
}
.hero-slide {
  position: relative;
}

.hero-slide picture img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-slide picture,
.hero-slide img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-overlay{
  position:relative;
  z-index:2;
}
.hero-overlay{
  position:relative;
  z-index:2;
}
.hero-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  right: 0;
  color: #fff;
}

/* COMPARE */
.compare-section {
  padding: 50px 0;
}
@media(max-width:500px){
    .compare-section p{
        color: #464646;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.3px;
    }
   
  /*   .compare-section .image-box img[src*="https://testfutureface.acturemedia.com/wp-content/uploads/2026/02/Frame-1707481952.webp"] {*/
  /*    width: 100% !important;*/
  /*    height: auto;*/
  /*    display: block;*/
  /*}*/
}

.compare-section.second {
  padding-top: 0;
}

.label {
  font-size: 16px;
  letter-spacing: 2px;
  opacity: 0.6;
  font-weight: 500;
}

	
.hero-slider{
  position:relative;
  height:85vh;
  overflow:hidden;
}

.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:.8s ease;
}

.hero-slide.active{
  opacity:1;
}

.hero-overlay{
  color:#fff;
  max-width:600px;
  padding-top:0px;
   /* DESKTOP like Figma */
  text-align:left;
  margin-left:0;
  right: 20px;
  position: absolute;
}
.desktop-menu li { list-style:none; }
.desktop-menu li a { display:inline-block; }
.mobile-menu li { list-style:none; }
.mobile-menu li a { display:inline-block; }
.footer-socials li, .footer-col li { list-style:none;  margin: 0; padding: 0; }
.footer-col a, .footer-socials a, .footer-links a{ display:inline-block; }
.footer-col ul,
.footer-socials ul,
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom li{
	list-style: none;
	display: inline-block
}
/* Mobile layout (Figma centered) */
@media (max-width:768px){
  .hero-overlay{
    padding-top:2px;
  }
}
.hero-overlay h1{
  font-size:46px;
  font-weight:600;
}

.hero-btn{
  display:inline-block;
  background:#fff;
  color:#6b0015;
  padding:14px 42px;
  border-radius:12px;
  font-size:14px;
  font-weight:500;
  margin-top:18px;
  position: relative;
  z-index: 10;
}

/* PRODUCTS */
.products {
  padding: 100px 0;
}

.product-card {
  text-align: center;
}

.product-card img {
  width: 100%;
  max-width: 280px;
}

/* CLINICAL */
.clinical {
  padding: 100px 0;
  background: #fff;
}

.stat h3 {
  font-size: 48px;
}

/* FOOTER */
.site-footer {
  padding: 80px 0;
  background: #fafafa;
}

.site-footer a {
  display: block;
  color: #111;
  text-decoration: none;
  margin-bottom: 8px;
}

.site-footer input {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

.products {
  padding: 20px 0;
}

.product-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: left;   /* Figma */
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

/* Card */
.product-card {
  display: flex;
  flex-direction: column;
}

/* Image block */
.product-bg {
  background: #e0cbc8;
  border-radius: 22px;
  height: 290px;
  padding: 22px;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.product-bg img {
  max-height: 250px;
}

/* Text area */
.product-info {
  margin-top: 16px;
  text-align: left;   /* Figma */
}

.sameprice h4 {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.price {
  display: inline-block;
  font-weight: 600;
  float: right;
}

.product-info p {
  font-size: 13px;
  line-height: 1.45;
  color: #555;
  margin-bottom: 16px;
  margin-right: 65px;
}

/* FULL WIDTH BUTTON like Figma */
.shop-btn {
  width: 100%;
  background: #6b0015;
  color: #fff;
  border: none;
  padding: 11px 0;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: .4px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.shop-btn:hover {
  opacity: .9;
  text-decoration: wavy;
  text-decoration-line: underline;
}

/* Centered shop all */
.shop-all-wrap {
  margin-top: 45px;
  text-align: center;
}

.shop-all-btn {
  border: 1px solid #6b0015;
  padding: 12px 42px;
  border-radius: 10px;
  color: #6b0015;
  text-decoration: none;
  font-weight: 500;
}
.sameprice{
  display: flex;              /* Arrange children in a row */
    justify-content: space-between; /* Push items to opposite ends */
    align-items: center;
    padding-bottom: 8px;/* Vertically center them */
}
/* Mobile */
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.reels {
  padding: 30px 0;
}

.reel-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 45px;
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.reel-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 420px;
  background: #000;
}

.reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover overlay */
.reel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;

  opacity: 0;
  transition: .25s ease;
}

.reel-card:hover .reel-overlay {
  opacity: 1;
}

.reel-overlay p {
  font-size: 14px;
  margin-bottom: 14px;
}

.reel-btn {
  display: inline-block;
  background: #6b0015;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1000px) {
  .reel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-overlay{
      top: 200px;
    right: 0px;
}
}

@media (max-width: 600px) {
  .reel-grid {
    grid-template-columns: 1fr;
  }
  
}

.reel-card video {
  transition: transform .4s ease;
}

.reel-card:hover video {
  transform: scale(1.05);
}
.clinical {
  padding: 30px 0;
}

.clinical-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 55px;
}
@media(max-width:500px){
    .clinical-title{
        font-size: 26px;
        margin-bottom: 25px !important;
    }
    .product-title, .reel-title, .learn-title{
        font-size:26px !important;
    }
    .product-title{
        margin-bottom: 30px !important;
    }
     .reel-title{
        margin-bottom: 25px !important;
        margin-top: 25px;
    }
    
    .modern-content h2{
        font-size:26px !important;
    }
}

.clinical-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Stats column */
.clinical-stats {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.stat-row {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}


.stat-num {
  font-size: 38px;
  font-weight: 600;
  min-width: 100px;
  color: #6b0015;
}

/* Figma-style short divider */
.stat-line {
  width: 1px;
  height: 46px;
  background: #d7d7d7;
  margin-top: 4px;
}

.stat-text strong {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

.stat-text p {
  font-size: 14px;
  line-height: 1.4;
  color: #787878;
  margin: 0;
  font-weight: 700;
}

/* CTA */
.clinical-btn {
  margin-top: 25px;
  align-self: flex-start;
  border: 1px solid #6b0015;
  padding: 12px 36px;
  border-radius: 10px;
  color: #6b0015;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.clinical-image{
    overflow: hidden;
    border-radius: 22px;
}
/* Image */
.clinical-image img {
  width: 100%;
  border-radius: 22px;
}

.clinical-image img {
  transition: transform .4s ease;
}

.clinical-image img:hover {
  transform: scale(1.05);
}


/* Mobile */
@media (max-width: 900px) {
  .clinical-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.modern {
  padding: 30px 0;
}

.modern-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
}

/* Image */
.modern-image img {
  width: 100%;
  border-radius: 22px;
}

/* Text */
.modern-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.modern-content p {
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin-bottom: 16px;
}

/* Quote block */
.modern-quote {
  display: flex;
  gap: 18px;
  margin-top: 22px;
}

.modern-quote span {
  width: 2px;
  background: #6b0015;
  border-radius: 2px;
}

.modern-quote em {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.modern-quote strong {
  font-size: 13px;
  letter-spacing: .4px;
}

/* Mobile */
@media (max-width: 900px) {
  .modern-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .clinical-btn{
      width: 100%;
      text-align: center;
  }
}

.learn {
  padding: 30px 0;
}

.learn-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 55px;
}

/* Grid layout */
.learn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}

/* Card */
.learn-card img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 18px;
}

.learn-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.learn-card p {
      font-size: 16px;
    line-height: 1.5;
    color: #787878;
    margin-bottom: 10px;
    font-weight: 400;
}

.learn-card a {
  font-size: 16px;
  color: #6b0015;
  /*text-decoration: none;*/
  font-weight: 500;
}

/* Hover polish (subtle like Figma) */
.learn-card img {
  transition: transform .4s ease;
}

.learn-card:hover img {
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 900px) {
  .learn-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.footer {
  background: #fbf6ee;
  padding: 60px 0 40px;
  font-size: 14px;
}

/* Desktop grid */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 80px;
}

/* Newsletter */
.footer-logo {
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 18px;
}

.footer-newsletter h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-newsletter p {
  color: #666;
  margin-bottom: 18px;
}

.footer-form form p {
  display: flex;
  gap: 12px;
}

.footer-form form p span input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e0d9cf;
  background: transparent;
}

.footer-form form p input[type="submit"] {
  background: #6b0015;
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
}

/* Columns */
.footer-col h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-col a {
  display: block;
  color: #555;
  text-decoration: none;
  margin-bottom: 10px;
}

/* Bottom bar */
.footer-bottom {
  margin-top: 55px;
  padding-top: 25px;
  border-top: 1px solid #e5ddd3;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-socials i {
  margin-right: 14px;
  font-size: 15px;
}

.footer-links a {
  margin: 0 10px;
  color: #555;
  text-decoration: none;
  font-size: 13px;
}

.footer-copy {
  font-size: 12px;
  color: #777;
}

/* ================= MOBILE VARIANT ================= */

@media (max-width: 900px) {

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }

  .footer-newsletter {
    grid-column: span 2;
  }

  .footer-form {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer-links {
    order: 2;
  }

  .footer-copy {
    order: 3;
  }
}

/* ===== FIGMA MOBILE FOOTER (FIXED) ===== */

@media (max-width: 500px){

  .footer-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:28px;
  }

  /* Newsletter full width */
  .footer-newsletter{
    grid-column:1 / -1;
    text-align:center;
  }

  /* Shop + Learn stay side by side */
  .footer-col:nth-child(2){
    grid-column:1;
  }

  .footer-col:nth-child(3){
    grid-column:2;
  }

  /* Support goes centered below */
  .footer-col:nth-child(4){
    grid-column:1 / -1;
    text-align:center;
    margin-top:10px;
  }

  /* Bottom area */
  .footer-bottom{
    flex-direction:column;
    gap:14px;
    text-align:center;
  }

  .footer-links a{
    display:inline-block;
    margin:6px 10px;
  }
}
.footer-mobile{
  display:none;
  background:#fffbf3;
  padding:30px 20px;
}

.footer-mobile-container{
  display:flex;
  flex-direction:column;
  gap:26px;
}

.footer-mobile-title{
  font-size:20px;
  font-weight:700;
}

.footer-mobile-subtitle{
  font-size:14px;
  color:#6f6f6f;
}

.footer-mobile-form p{
  display:flex;
  gap:10px;
}

.footer-mobile-form p span input{
  flex:1;
  padding:10px;
  border-radius:10px;
  border:1px solid #efece9;
  color: #fbf7ef;
  width: 100%;
}
.footer-mobile-form p span{
    width: calc(100% - 140px);
}
.footer-mobile-form .wpcf7-spinner{
    display: none;
}
.footer-mobile-form p input[type='submit']{
  background:#772135;
  color:#fff;
  border:none;
  border-radius:10px;
  padding:10px 18px;
}

.footer-mobile-nav{
  display:flex;
  justify-content:space-between;
}

.footer-mobile-col-title{
  font-weight:700;
  margin-bottom:10px;
}

.footer-mobile-list{
  list-style:none;
  padding:0;
}

.footer-mobile-list li{
  font-size:14px;
  color:#6f6f6f;
  margin-bottom:6px;
}

.footer-mobile-logo{
  text-align:center;
}

.footer-mobile-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.footer-mobile-divider{
  border:none;
  border-top:1px solid #e0ddd9;
}

.footer-mobile-copy{
  text-align:center;
  font-size:13px;
  color:#6f6f6f;
}

.footer-mobile-legal{
  display:flex;
  justify-content:center;
  gap:20px;
  font-size:13px;
}
.footer-mobile-links li{
    list-style: none;
}
.footer-mobile-links li a{
    color: #6f6f6f;
    text-decoration: none;
        font-weight: 400;
}
.footer-mobile-legal li{
    list-style: none;
}
.footer-mobile-legal li a{
    text-decoration: none;
    color: #6f6f6f;
        font-weight: 400;
}
.footer-mobile-links{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer-mobile-list li{
    list-style: none;
}
.footer-mobile-list li a{
    text-decoration: none;
    color: #6f6f6f;
        font-weight: 400;
}
.footer-mobile-socials li{
    margin-right: 5px;
}
@media(max-width:768px){

  .footer{
    display:none;
  }

  .footer-mobile{
    display:block;
  }

}
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
}

/* force real center logo */
.logo{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
}

/* desktop menu */
.desktop-menu{
  display:flex;
  gap:22px;
}

/* mobile hamburger hidden by default */
.mobile-only{
  display:none;
  font-size:18px;
  cursor:pointer;
}

/* perfect centered logo */
.logo{
  font-weight:700;
  letter-spacing:6px;
}
.logo img{
  height: 66px;
  width: auto;
}
@media (max-width: 768px) {
  .logo img{
  height: 66px;
  width: auto;
  padding-bottom: 5px;
  padding-top: 5px;
}
.hero-overlay h1{
        text-align: left;
        font-size: 30px;
}
.hero-overlay p{
        text-align: left;
}
.hero-overlay .hero-btn{
    width: 100%;
            text-align: center;
}
}
/* right icons */
.nav-right{
  display:flex;
  gap:18px;
  font-size:16px;
}

/* ================= MOBILE FIGMA MODE ================= */

@media(max-width:900px){

  .desktop-menu{
    display:none;
  }

  .mobile-only{
    display:block;
  }

  /* absolute center logo like Figma */
  .logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  }
  .nav-right{
      gap:8px;
  }
}
@media(max-width:360px){
    .nav-right{
      gap:2px;
  }
}
/* ===== MOBILE SLIDE MENU ===== */

.mobile-menu-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  opacity:0;
  pointer-events:none;
  transition:.3s ease;
  z-index:998;
}

.mobile-menu{
  position:fixed;
  top:0;
  left:0;
  width:260px;
  height:100vh;
  background:#fff;
  padding:90px 28px;
  transform:translateX(-100%);
  transition:.35s ease;
  z-index:999;
  display:flex;
  flex-direction:column;
  gap:22px;
}

.mobile-menu a{
  font-size:16px;
  font-weight:500;
  color:#111;
  text-decoration:none;
}

/* ACTIVE STATE */
.mobile-menu.active{
  transform:translateX(0);
}

.mobile-menu-overlay.active{
  opacity:1;
  pointer-events:auto;
}

/* hide on desktop */
@media(min-width:901px){
  .mobile-menu,
  .mobile-menu-overlay{
    display:none;
  }
}
.hero-slider{
  height:100vh;   /* modern fix */
  min-height:520px;
}
@media (max-width: 390px) {
  .hero-slider{
    height:100vh;   /* modern fix */
    min-height:520px;
  } 
}
@media (max-width: 340px) {
  .hero-slider{
    height:100vh;   /* modern fix */
    min-height:520px;
  } 
}
/* fallback for old browsers */
@supports not (height: 100svh) {
  .hero-slider{
    height:100vh;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
.new-way-text{
  padding-left:90px;
}

/* tablet + mobile */
@media(max-width:1200px){
  .new-way{
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
  }
  .new-way-text{
    padding-left:130px;
  }
}
@media(max-width:992px){
  .new-way{
    margin-left: -20px;
    padding-left: 0;
    margin-right: 0;
    width: 800px;
  }
  .new-way-text{
    padding-left:130px;
  }
}
@media (max-width: 768px) {
    .new-way-text {
        padding-left: 60px;
        padding-right: 400px;
    }
    .col-md-6.image-box.new-way-image.order-2.order-md-1 img{
        position: relative;
    left: -15%;
    }
}
.thumb-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: repeat(3, minmax(120px, auto));
  gap:12px;
}

/* BIG IMAGE */
.thumb-grid img:nth-child(1){
  grid-column:1;
  grid-row:1 / span 2;
  aspect-ratio: 4 / 5;   /* keeps Figma tall look */
}

/* SMALL LEFT */
.thumb-grid img:nth-child(2){
  grid-column:1;
  grid-row:3;
}

/* RIGHT STACK */
.thumb-grid img:nth-child(3){ grid-column:2; grid-row:1; }
.thumb-grid img:nth-child(4){ grid-column:2; grid-row:2; }
.thumb-grid img:nth-child(5){ grid-column:2; grid-row:3; }

.thumb-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}




.benefit-list{
  padding:0;
  margin:18px 0;
   display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px 20px;
  list-style:none;
  padding:0;
  margin:0;
}

.benefit-list li{
  display:flex;
  align-items:center;
  gap:6px;
  /*font-size:22px;*/
  font-weight: 400;
}
@media(max-width:500px){
   .benefit-list li{
       font-size:14px;
   } 
   .main-product img{
       	height:350px !important;
		object-fit:cover !important;
   }
}
/*@media (max-width: 768px){*/
/*  .benefit-list{*/
/*    grid-template-columns: 1fr;*/
/*  }*/
/*}*/

.purchase-box{
  padding:22px;
  border-radius:14px;
  margin:22px 0;
}

.purchase-option{
  display:flex;
  justify-content:space-between;
  padding:12px;
  border:1px solid #ddd;
  border-radius:10px;
  margin-bottom:10px;
  cursor:pointer;
  background: #fff;
}

.single-product .quantity {
  display: none !important;
}

.single_add_to_cart_button,
button.single_add_to_cart_button,
.woocommerce button.button.alt,
.wp-element-button {

  background: #8B0015 !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 28px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  width: 100% !important;
  transition: all 0.25s ease !important;
}

.single_add_to_cart_button:hover {
  background: #6b0015 !important;
}


.product-accordion details{
  border-bottom:1px solid #eee;
  padding:12px 0;
}
/* CONTAINER */
.product-accordion{
  padding:12px 18px;
}

/* EACH ROW */
.product-accordion details{
  border-bottom:1px solid #DED6C8;
  padding:18px 0;
}

.product-accordion details:last-child{
  border-bottom:none;
}

/* QUESTION */
.product-accordion summary{
  list-style:none;
  font-size:16px;
  font-weight:500;
  cursor:pointer;

  display:flex;
  justify-content:space-between;
  align-items:center;

  position:relative;
}

/* Remove default arrow */
.product-accordion summary::-webkit-details-marker{
  display:none;
}

/* FIGMA STYLE CHEVRON */
.product-accordion summary::after{
  content:"";
  width:8px;
  height:8px;
  border-right:2px solid #4D4D4D;
  border-bottom:2px solid #4D4D4D;
  transform:rotate(45deg);
  transition:.25s ease;
}

/* Rotate when open */
.product-accordion details[open] summary::after{
  transform:rotate(-135deg);
}

/* ANSWER */
.product-accordion p{
  margin-top:14px;
  font-size:14px;
  color:#5E5E5E;
  line-height:1.6;
}

.ingredients-section{
  padding:110px 0;
}

.ingredients-title{
  font-size:32px;
  font-weight:600;
  margin-bottom:60px;
}

.ingredients-layout{
  display:grid;
  grid-template-columns: 295px 1.2fr 0.9fr;
  gap:60px;
  align-items:start;
}

/* Left image */
.ingredient-main-image img{
  width:100%;
  border-radius:16px;
}

/* Center content */
.ingredient-main-content h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:12px;
}

.ingredient-main-content p{
  font-size:20px;
  font-weight:400;
  line-height:1.6;
  color:#000;
  margin-bottom:22px;
}

.ingredient-benefits{
  padding-left:18px;
}
.ingredient-benefits{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ingredient-benefits li{
  font-size:20px;
  margin-bottom:14px;
}

/* Right column */
.ingredient-support{
  padding-left:40px;
  border-left:1px solid #e5ddd3;
}

.ingredients-layout{
  display:grid;
  grid-template-columns: 295px 1.2fr 0.9fr;
  gap:60px;
  align-items:start;
}

/* Left image */
.ingredient-main-image img{
  width:100%;
  border-radius:16px;
}

.ingredients-layout-2{
  display:flex;
  gap:60px;
}

/* Center content */
.ingredient-main-content-2 h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:12px;
}
.ingredient-main-image-2{width:50%;}
.ingredient-main-image-2 img{
  width:100%;
  border-radius:16px;
}
.ingredient-main-content-2{width:50%;}
/* Center content */
.ingredient-main-content-2 h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:12px;
}


.ingredient-main-content-2 p{
  font-size:20px;
  font-weight:400;
  line-height:1.6;
  color:#000;
  margin-bottom:22px;
}

.ingredient-benefits-2{
  padding-left:18px;
}
.ingredient-benefits-2{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ingredient-benefits-2 li{
  font-size:20px;
  margin-bottom:14px;
}

@media (max-width: 900px){
    .ingredients-layout-2{
        flex-direction: column;
    }
    .ingredient-main-image-2{width:100%;}
.ingredient-main-content-2{width:100%;}
.ingredient-main-content-2 h4{font-size:20px;}
.ingredient-main-content-2 p{font-size:16px;}
.ingredient-benefits-2 li{
    font-size: 16px;
    margin-bottom: 4px;
}

}

.support-title{
  font-size:20px;
  font-weight: 700;
  color: #787878;
  letter-spacing:1.5px;
  margin-bottom:24px;
}

.support-item{
  display:flex;
  gap:18px;
  margin-bottom:28px;
  flex-direction: column;
}

.support-item img{
  width:60px;
  height:60px;
  border-radius:50%;
  object-fit:cover;
}

.support-item strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}

.support-item p{
  font-size:13px;
  color:#666;
  margin:0;
}

.reel-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.reel-card{
  height:420px;
  border-radius:18px;
  overflow:hidden;
  background:#000;
}

.reel-card video{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* tablet */
@media(max-width:1000px){
  .reel-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* mobile */
@media(max-width:600px){
  .reel-grid{
    grid-template-columns:1fr;
  }
  .ingredient-benefits ul{
      gap: 10px;
  }
  .clinical-mobile{
      margin-bottom: 0 !important;
      margin-top: 0 !important;
       padding-bottom: 0 !important;
      padding-top: 0 !important;
  }
  .notice-section{
  padding:50px 0 !important;
}
}
.nutrition-section{
  padding:120px 0;
}

.nutrition-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:90px;
  align-items:center;
}

.nutrition-image img{
  width:100%;
  border-radius:22px;
}

.nutrition-content h2{
  font-size:34px;
  font-weight:600;
  margin-bottom:12px;
}

.nutrition-lead{
  color:#772135;
  font-size:14px;
  font-weight:500;
  margin-bottom:28px;
}

.nutrition-block{
  margin-bottom:18px;
}

.nutrition-block strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}

.nutrition-block p{
  font-size:14px;
  color:#555;
  line-height:1.5;
}

/* Mobile */
@media(max-width:900px){
  .nutrition-grid{
    grid-template-columns:1fr;
    gap:50px;
  }
}
.notice-section{
  padding:110px 0;
}

.notice-title{
  font-size:26px;
  font-weight:600;
  margin-bottom:35px;
}

/* timeline rail */
.notice-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:90px;
  padding-top:5px;
}

/* thin line behind dots */
.notice-track::before{
  content:"";
  position:absolute;
  top:8px;
  left:0;
  width:100%;
  height:1px;
  background:#e5ddd3;
}

.notice-step{
  position:relative;
  text-align:left;
}

/* floating dots */
.dot{
  width:8px;
  height:8px;
  background:#d9d2c9;
  border-radius:50%;
  display:block;
  margin-bottom:16px;
  position:relative;
  z-index:2;
}

.notice-step small{
  font-size:11px;
  letter-spacing:1px;
  color:#888;
}

.notice-step h4{
  font-size:16px;
  font-weight:600;
  margin:6px 0;
}

.notice-step p{
  font-size:13px;
  line-height:1.5;
  color:#555;
}

/* Mobile collapse (like Figma stacks) */
/* ================= MOBILE TIMELINE (FIGMA STYLE) ================= */

@media (max-width:768px){
.nutrition-content h2{
    font-size: 26px !important;
}
  .notice-track{
    grid-template-columns:1fr;
    gap:34px;
    padding-top:0;
  }

  /* vertical line instead of horizontal */
  .notice-track::before{
    width:1px;
    height:100%;
    left:4px;
    top:0;
  }

  .notice-step{
    padding-left:26px;
  }

  .dot{
    position:absolute;
    left:0;
    top:4px;
  }
}
/* ================= MOBILE – FIGMA STYLE ================= */

@media (max-width: 768px){

  .ingredients-section{
    padding:70px 0;
    margin-bottom: 0 !important;
      margin-top: 0 !important;
       padding-bottom: 0 !important;
      padding-top: 0 !important;
    
  }

  .ingredients-title{
    font-size:26px;
    margin-bottom:40px;
    text-align:left;
  }

  .ingredients-layout{
    grid-template-columns:1fr;
    gap:34px;
  }

  /* Main image full width */
  .ingredient-main-image img{
    border-radius:18px;
    height: 300px;
  }

  /* Center content tighter */
  .ingredient-main-content h4{
    font-size:18px;
  }

  .ingredient-main-content p{
    font-size:14px;
  }

  .ingredient-benefits{
    padding-left:16px;
  }

  .ingredient-benefits li{
    font-size:13.5px;
    line-height:1.45;
    margin-bottom:12px;
  }

  /* Supporting ingredients block */
  .ingredient-support{
    border-left:none;
    padding-left:0;
    margin-top:10px;
  }

  .support-title{
    text-align:center;
    margin-bottom:22px;
  }

  .support-item{
    align-items:center;
  }

  .support-item img{
    width:100px;
    height:100px;
  }

  .support-item strong{
    font-size:14px;
  }

  .support-item p{
    font-size:12.8px;
  }
}

/* Extra small phones (like Figma mobile preview) */

@media (max-width:480px){

  .ingredients-title{
    font-size:24px;
  }

  .support-item{
    gap:14px;
    width:45%;
  }
  .ingredient-support{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }
  .support-title{
      width: 100%;
  }
}
/* ================= COMPARISON TABLE ================= */

.compare-wrap{
  padding:100px 0;
}

.compare-title{
  font-size:32px;
  font-weight:600;
  text-align:center;
  margin-bottom:60px;
}

.compare-table{
  display:grid;
  grid-template-columns:2.2fr 1fr 1fr 1.4fr;
  row-gap:26px;
  align-items:center;
  text-align:center;
}

.compare-label{
  text-align:left;
  font-size:14px;
  color:#333;
}

.compare-head{
  font-size:13px;
  font-weight:600;
  color:#555;
}

.compare-highlight{
  background:#fbf6ee;
  border-radius:12px;
  padding:10px 0;
  font-weight:600;
  color:#6b0015;
}

.compare-logo{
  width:48px;
  margin:0 auto;
}

/* lines like Figma */
.compare-table > div{
  border-bottom:1px solid #eee;
  padding-bottom:18px;
}

/* remove bottom border last row */
.compare-table > div:nth-last-child(-n+4){
  border-bottom:none;
}

/* ================= MOBILE ================= */

@media(max-width:768px){

  .compare-table{
    grid-template-columns:1.6fr 1fr 1fr 1fr;
    row-gap:20px;
    font-size:13px;
  }

  .compare-title{
    font-size:26px;
  }

  .compare-logo{
    width:38px;
  }

  .compare-highlight{
    padding:8px 0;
  }
}

/* ===== Figma-style mobile tuning for comparison ===== */

@media(max-width:600px){

  .compare-wrap{
    padding:70px 0;
  }

  .compare-title{
    font-size:24px;
    line-height:1.25;
    margin-bottom:40px;
    text-align: left;
  }

  .compare-table{
    grid-template-columns:1.5fr .85fr .85fr .95fr;
    row-gap:16px;
  }

  .compare-label{
    font-size:12.5px;
    line-height:1.35;
  }

  .compare-head{
    font-size:11.5px;
  }

  .compare-highlight{
    padding:6px 0;
    border-radius:10px;
    font-size:13px;
  }

  .compare-logo{
    width:34px;
  }

  .compare-table > div{
    padding-bottom:14px;
  }
  .skin-results{
  padding:15px 0 !important;
}
}
/* ================= SKIN RESULTS ================= */

/* ================= SKIN IMPROVEMENT (FIGMA PERFECT) ================= */

.skin-results{
  padding:110px 0;
}

.skin-wrap{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:70px;
  align-items:center;
}

/* TEXT */

.skin-text h2{
  font-size:32px;
  font-weight:600;
  margin-bottom:18px;
}

.skin-text p{
  font-size:15px;
  line-height:1.55;
  color:#555;
  margin-bottom:14px;
}

.skin-text strong{
  font-size:14px;
}

/* IMAGES */

.skin-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;               /* IMPORTANT — no space like Figma */
  border-radius:22px;
  overflow:hidden;
}

.skin-images img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* labels */

.skin-labels{
  display:flex;
  justify-content:space-around;
  margin-top:10px;
}

.skin-labels span{
  background:#6b0015;
  color:white;
  padding:4px 14px;
  font-size:12px;
  border-radius:20px;
}

/* ================= MOBILE FIGMA STYLE ================= */

@media(max-width:900px){

  .skin-wrap{
    grid-template-columns:1fr;
    gap:40px;
    text-align:center;
  }

  .skin-images{
    max-width:360px;
    margin:0 auto;
  }

  .skin-labels{
    justify-content:space-around;
    gap:18px;
  }

  .skin-text h2{
    font-size:26px;
    text-align: left;
  }
}
@media(max-width:900px){

  .results-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:28px;
  }

  /* Make children participate in grid */
  .results-text{
    display:contents;
  }

  /* Order exactly like Figma */

  .results-text h2{
    order:1;
  }

  .results-images{
    order:2;
    justify-content:center;
  }

  .results-text p,
  .results-text strong{
    order:3;
    text-align:center;
  }

}
.faq-section{
  padding:110px 0;
  background:#fff;
}


/* Title */
.faq-wrap h2{
  font-size:34px;
  font-weight:600;
  margin-bottom:40px;
}

/* Accordion rows */
.faq-wrap details{
  border-bottom:1px solid #e6e6e6;
  padding:18px 0;
}

/* Question line */
.faq-wrap summary{
  list-style:none;
  font-size:15px;
  font-weight:500;
  cursor:pointer;

  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* Remove default arrow */
.faq-wrap summary::-webkit-details-marker{
  display:none;
}

/* Custom chevron */
.faq-wrap summary::after{
  content:"⌄";
  font-size:18px;
  font-weight: bolder;
  color:#777;
  transition:.25s ease;
}

/* Rotate when open */
.faq-wrap details[open] summary::after{
  transform:rotate(180deg);
}

/* Answer */
.faq-wrap p{
  margin-top:14px;
  font-size:14px;
  color:#666;
  line-height:1.55;
}

/* ================= MOBILE FIGMA ================= */

@media(max-width:768px){

  .faq-section{
    padding:80px 0;
  }

  .faq-wrap h2{
    font-size:25px;
    margin-bottom:30px;
  }

  .faq-wrap summary{
    font-size:14px;
  }
}
.purchase-option{
  border:1px solid #ddd;
  border-radius:12px;
  padding:14px;
  margin-bottom:12px;
  cursor:pointer;
  transition:.25s ease;
}

.purchase-option label{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:15px;
  font-weight:500;
  padding-left: 2px;
    padding-right: 2px;
    width: 100%;
}

.purchase-option input{
  margin-right:10px;
}

.purchase-option strong{
  flex:1;
}

/* hidden expanded content */
.purchase-expand{
  display:none;
  margin-top:12px;
  font-size:13px;
  color:#555;
}

.purchase-expand ul{
  padding-left:18px;
  margin-bottom:10px;
  list-style: none;
}

.delivery-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
}

/* ACTIVE (expanded like Figma) */
.purchase-option.active{
  border-color:#6b0015;
  background:#fff;
}

.purchase-option.active .purchase-expand{
  display:block;
}

/* Mobile polish */
@media(max-width:768px){
  .purchase-option label{
    font-size:14px;
  }

  .purchase-expand{
    font-size:12px;
  }
}
@media(max-width:768px){

  .purchase-box{
    padding: 0;
    margin: 10px;
  }

  .purchase-option{
    padding:16px;
    border-radius:14px;
  }

  /* Fix label layout */
  .purchase-option label{
    flex-wrap:wrap;
    gap:6px;
    align-items:flex-start;
  }

  .purchase-option strong{
    width:100%;
    font-size:15px;
  }

  .purchase-option span{
    font-size:14px;
    font-weight:600;
  }

  /* Expanded area spacing like figma */
  .purchase-expand{
    margin-top:14px;
  }

  .purchase-expand ul{
    padding-left:0;
    list-style:none;
  }

  .purchase-expand li{
    margin-bottom:6px;
    font-size:13px;
  }

  /* Delivery row stack clean */
  .delivery-row{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    margin-top:10px;
  }

  .delivery-row select{
    width:100%;
    padding:8px 10px;
    border-radius:8px;
    border:1px solid #ddd;
  }
}
.blog-hero{
  position:relative;
  min-height:340px;
  display:flex;
  align-items:flex-end;
  color:#fff;
}

/* top maroon strip */
.offer-strip{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#7a1b2c;
  text-align:center;
  padding:10px;
  font-size:13px;
  font-weight:500;
}

/* text area */
.blog-hero-content{
  padding:60px 80px;
  max-width:700px;
}

.blog-hero-content h1{
  font-size:38px;
  line-height:1.15;
  font-weight:600;
}

/* MOBILE */

@media(max-width:900px){
  .blog-hero{
    min-height:240px;
  }

  .blog-hero-content{
    padding:40px 20px;
  }

  .blog-hero-content h1{
    font-size:24px;
  }
}

/* ================= CART ================= */
/*

.woocommerce-cart .woocommerce {
  max-width: 1200px;
  margin: 60px auto;
  background: #fbf6ee;
  padding: 40px;
  border-radius: 16px;
}

.woocommerce table.shop_table {
  border: none;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.woocommerce table.shop_table th {
  background: #f3ebe1;
  font-weight: 600;
  padding: 18px;
  border: none;
}

.woocommerce table.shop_table td {
  padding: 20px;
  border-top: 1px solid #eee;
}

.woocommerce .product-name a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce .cart_totals {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  margin-top: 40px;
} */

.woocommerce .checkout-button, .wc-block-checkout__actions_row .wc-block-components-button, .wc-block-cart__submit-container .wc-block-components-button {
  background: #6b0015 !important;
  color: white !important;
  border-radius: 10px;
  padding: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  border: #b6b4b434 1px solid;
}

.woocommerce .checkout-button:hover, .wc-block-checkout__actions_row .wc-block-components-button:hover, .wc-block-cart__submit-container .wc-block-components-button:hover {
  opacity: 0.9;
}

/* ================= CHECKOUT ================= */

.woocommerce-checkout .woocommerce {
  max-width: 1100px;
  margin: 60px auto;
  background: #fbf6ee;
  padding: 50px;
  border-radius: 16px;
}

.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  border-radius: 10px;
  border: 1px solid #e0d9cf;
  padding: 12px;
  background: #fff;
}

.woocommerce form .form-row label {
  font-weight: 500;
  margin-bottom: 6px;
}

.woocommerce-checkout #order_review {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
}

.woocommerce-checkout #place_order {
  background: #6b0015 !important;
  border-radius: 10px;
  padding: 14px;
  font-weight: 600;
}

/* ================= MY ACCOUNT ================= */
/* 

.woocommerce-account .woocommerce {
  max-width: 1100px;
  margin: 60px auto;
  background: #fbf6ee;
  padding: 50px;
  border-radius: 16px;
}

.woocommerce-MyAccount-navigation {
  width: 220px;
  float: left;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
}

.woocommerce-MyAccount-navigation .is-active a {
  background: #6b0015;
  color: white;
}

.woocommerce-MyAccount-content {
  margin-left: 260px;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
}

@media (max-width: 900px) {

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    margin-left: 0;
  }

}

*/
/* SHOP PAGE */

.ff-shop {
  padding: 80px 0;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.shop-card {
  /*text-align: center;*/
}

.shop-img img {
  /*width: 100%;*/
  /*border-radius: 14px;*/
  /*background:#f3ebe5;*/
}

.shop-info h4 {
  /*margin: 14px 0 6px;*/
  /*font-size: 16px;*/
  /*font-weight: 600;*/
}

.shop-info p {
  font-size: 14px;
  color: #666;
}

/* SHOP ALL BUTTON */
.shop-all-btn-wrap {
  margin-top: 60px;
  text-align: center;
}

.shop-all-btn {
  display: inline-block;
  padding: 14px 40px;
  border: 1.5px solid #6b0015;
  color:#6b0015;
  border-radius: 5px;
  text-decoration:none;
  font-weight:600;
}
@media(max-width:500px){
    .shop-all-btn{
        display: block;
        width: 100%;
    }
    .shop-all-wrap{
        margin-top:10px ;
    }
}

/* MOBILE = FIGMA LIST STYLE */
@media(max-width:900px){

  .shop-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .shop-card{
    /*display:flex;*/
    /*gap:14px;*/
    /*align-items:center;*/
    /*text-align:left;*/
  }

  .shop-img img{
    /*width:450px;*/
    /*height:auto;*/
  }

  .shop-info h4{
    /*font-size:15px;*/
  }

  .shop-info p{
    /*font-size:13px;*/
  }
}

.elementor-safe-mode-toast {
    display: none !important;
}

#elementor-safe-mode-panel {
    display: none !important;
}
.reel-grid2{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:18px;
}

/* Each reel */
.reel-card2{
  border-radius:18px;
  overflow:hidden;
  position:relative;
}

/* ===== MOBILE CAROUSEL ===== */
@media (max-width: 768px){
    .products{
        padding: 10px 0px;
    }
    .reels{
        padding: 20px 0px;
        padding-bottom: 0rem !important;
        margin-bottom: 0rem !important;
    }
    .clinical{
        padding: 20px 0px;
    }
    .modern {
        padding: 20px 0;
    }
    .learn {
    padding: 20px 0;
}

  .reel-grid2{
    display:flex;
    overflow-x:auto;
    gap:14px;
    padding-bottom:10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .reel-card2{
    flex:0 0 78%;
    scroll-snap-align: start;
  }

  /* hide scrollbar */
  .reel-grid2::-webkit-scrollbar{
    display:none;
  }
}
.reel-sound-toggle{
  position:absolute;
  top:12px;
  right:12px;
  z-index:5;

  background:rgba(0,0,0,.55);
  color:#fff;
  border:none;
  border-radius:50%;
  width:36px;
  height:36px;

  font-size:16px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;

  backdrop-filter: blur(4px);
}

.reel-sound-toggle:hover{
  background:rgba(0,0,0,.75);
}
.supporting-label{ font-size:11px; letter-spacing:1.5px; color:#777; display:block; margin-bottom:22px; }
.supporting-actives{ margin-top:10px; }
.actives-row{
  display:flex;
  flex-wrap:wrap;
  gap:0px;
}

.active-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  width:220px;
  text-align:left;
}

.active-media img{
  width:58px;
  height:58px;
  border-radius:14px;
  object-fit:cover;
  flex-shrink:0;
}

.active-content strong{
  font-size:13px;
  display:block;
  margin-bottom:4px;
}

.active-content p{
  font-size:12px;
  color:#666;
  line-height:1.4;
}
@media(max-width:768px){

  .actives-row{
    overflow-x:auto;
    flex-wrap:nowrap;
    gap:22px;
    padding-bottom:10px;
  }

  .active-card{
    flex:0 0 220px;
  }

}
@media(max-width:768px){

  .thumb-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding-bottom:6px;
  }

  .thumb-grid img{
    flex:0 0 140px;     /* equal width */
    height:140px;       /* equal height */
    border-radius:16px;
    object-fit:cover;
    scroll-snap-align:start;
  }

  /* remove grid placement from desktop */
  .thumb-grid img:nth-child(n){
    grid-column:auto;
    grid-row:auto;
  }

  /* hide scrollbar but keep scroll */
  .thumb-grid::-webkit-scrollbar{
    display:none;
  }

}
@media 
only screen 
and (device-width: 820px) 
and (device-height: 1180px) 
and (orientation: portrait) {

  .hero-slider{
    height:40vh;
  }

}
@media 
only screen 
and (device-width: 1180px) 
and (device-height: 820px) 
and (orientation: landscape) {

  .hero-slider{
    height:60vh;
  }

}
@media 
only screen 
and (device-width: 834px) 
and (device-height: 1194px) 
and (orientation: portrait) {

  .hero-slider{
    height:40vh;
  }

}
@media 
only screen 
and (device-width: 1024px) 
and (device-height: 1366px) 
and (orientation: portrait) {

  .hero-slider{
    height:40vh;
  }

}
@media 
only screen 
and (device-width: 1194px) 
and (device-height: 834px) 
and (orientation: landscape) {

  .hero-slider{
    height:60vh;
  }

}
@media 
only screen 
and (device-width: 1366px) 
and (device-height: 1024px) 
and (orientation: landscape) {

  .hero-slider{
    height:60vh;
  }

}

@media screen and (min-width: 776px) and (max-width: 989px) {
  .new-way-text {
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 680px) and (max-width: 776px) {
  .new-way-text {
    padding-left: 0px;
    margin-left: 60px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-none {
    display: none; /* Hide the mobile element */
  }
}