  :root{
    --green:#18b26a;
    --greenDark:#0f9a57;
    --bg:#eaf6ff;
    --text:#0f172a;
    --muted:#6b7280;
    --shadow: 0 18px 40px rgba(2, 38, 78, 0.14);
  
  }

  *{ box-sizing:border-box; }
  body{
    font-family: "Barlow", Sans-serif;
      margin: 0;
      background-color: #f1f9ff;
  }

  .sex-offer-hero{
    background: var(--bg);
    padding: 0 0 0px;
    font-family: "Barlow", Sans-serif;
  }

  /* ✅ WIDTH BADI (pehle 980 thi) */
  .so-container{
    width: min(1180px, 94%);
    margin: 0 auto;
  }

  .so-topbar{
    background: var(--green);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 0px 0px 20px 20px;
    font-weight: 600;
    letter-spacing: .2px;
  }
  .so-topbar p{ margin:0; font-size: 18px; }

  .so-card{
    margin-top: 18px;
    text-align: center;
  }

  .so-title{
    margin: 18px auto 6px;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 700;
     font-family: arial;
    color: var(--greenDark);
    max-width: 980px;
  }
  .so-censor{ letter-spacing: .6px; }
  .so-highlight{ color: var(--greenDark); }

  .so-underline{
    display:block;
    width: 120px;
    height: 4px;
    background: #1d4ed8;
    margin: 10px auto 18px;
    border-radius: 999px;
  }

  /* ✅ VIDEO WIDTH BADI */
  .so-videoWrap{
    width: min(680px, 100%);
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #000;
  }

  .so-video{
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
  }

  .so-doctor{
    margin: 14px 0 18px;
    font-size: 14px;
    color: #1f2937;
    font-weight: 700;
  }

  .so-pills{
     display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: nowrap;
    margin: 10px 0 16px;
  }

  .so-pill{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #19b56c;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    box-shadow: 0 10px 20px rgba(25,181,108,.18);
    border: 1px solid rgba(255,255,255,.25);
  }

  .so-pillIcon{
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display:grid;
    place-items:center;
    background: rgba(255,255,255,.18);
    font-size: 14px;
  }

  .so-price{
    margin-top: 6px;
    display:flex;
    justify-content:center;
    align-items:baseline;
    gap: 10px;
    font-weight: 900;
  }

  .so-mrp{
    color: #dc2626;
    text-decoration: line-through;
    font-size: 20px;
  }

  .so-now{
    color:#111827;
    font-size: 24px;
  }

  .so-note{
    margin: 8px 0 18px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
  }
.unmute-btn{
    background:#feff00;
    font-size: 20px;
}
  .so-cta{
    display:inline-block;
    background: #ff1f1f;
    color: #fff;
    text-decoration:none;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: .3px;
    border: 3px solid #000;
    box-shadow: 0 12px 22px rgba(0,0,0,.18);
    transition: transform .15s ease, filter .15s ease;
    font-size: 15px;
    font-family:"Arial";
  }
  .so-cta:hover{ transform: translateY(-1px); filter: brightness(0.98); }
  .so-cta:active{ transform: translateY(0px) scale(0.99); }

  /* ====== Responsive ====== */
  @media (max-width: 768px){
    .so-container{ width: min(980px, 92%); } /* mobile pe thoda compact */
    .so-topbar p{ font-size: 17px; padding: 0 10px; }
    .so-title{ font-size: 21px; max-width: 100%; }
    .so-videoWrap{ width: min(560px, 100%); }
    .so-mrp{ font-size: 18px; }
    .so-now{ font-size: 21px; }
    .so-pill{ font-size: 12px; padding: 9px 14px; }
    .so-cta{ width: 100%; max-width: 460px; }
  }

  @media (max-width: 420px){
    .so-title{ font-size: 19px; }
    .so-underline{ width: 95px; }
    .so-pill{ width: 100%; justify-content:center; }
    .so-price{  gap: 2px; }
  }
  .ss{
  padding: 28px 20px 22px;
}

.ss__wrap{
  width: min(1180px, 94%);
  margin: 0 auto;
}

.ss__head{
  text-align: center;
  margin-bottom: 14px;
}

.ss__title{
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  color: #16a34a; /* green heading */
}

.ss__underline{
  display: inline-block;
  width: 90px;
  height: 3px;
  background: #1d4ed8;
  border-radius: 999px;
  margin-top: 8px;
}

.ss__grid{
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 16px;
}

.ss__card{
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px 16px;
  box-shadow: 0 10px 26px rgba(2, 38, 78, 0.10);
  border: 1px solid rgba(15, 23, 42, 0.06);
  text-align: center;
}

.ss__avatar{
 width: 80px;
    height: 80px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  margin: 2px auto 10px;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
}

.ss__name{
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}

.ss__text{
  margin: 0;
     font-size: 14px;
    line-height: 1.65;
    color: rgb(0 0 0);
    font-weight: 600;
}

/* CTA */
.ss__ctaRow{
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.ss__cta{
  background: #ff1f1f;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .2px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 3px solid #000;
  box-shadow: 0 12px 22px rgba(0,0,0,.16);
  font-size: 15px;
  text-align: center;
  max-width: 520px;
  width: 100%;
  font-family:"Arial";
}

.ss__cta:hover{ transform: translateY(-1px); }
.ss__cta:active{ transform: translateY(0px) scale(.99); }

/* Responsive */
@media (max-width: 900px){
  .ss__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  .ss__grid{ grid-template-columns: 1fr; }
  .ss__card{ padding: 30px 14px 30px; }
}
.wwh{
  padding: 0px 0 0px;
}

.wwh__wrap{
  width: min(540px, 94%);
  margin: 0 auto;
  text-align: center;
}

.wwh__title{
  margin: 0;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  color: #16a34a; /* green */
}

.wwh__underline{
  display: inline-block;
  width: 110px;
  height: 4px;
  border-radius: 999px;
  margin-top: 6px;
  background: #1d4ed8;
  position: relative;
}
.wwh__underline::before{
  content: "•••";
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  letter-spacing: 4px;
  font-size: 10px;
  color: #1d4ed8;
}

/* Card with image */
.wwh__card{
  margin-top: 16px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.wwh__img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

/* CTA button */
.wwh__ctaRow{
  display: flex;
  justify-content: center;
  margin-top: 18px;
}


/* Price row (text styles reused from .so-mrp / .so-now) */
.wwh__priceRow{
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
}

/* Responsive tweak */
@media (max-width: 480px){
  .wwh__wrap{ width: 94%; }
  .wwh__card{ padding: 14px 12px; }
}

.oe{
  padding: 5px 0 22px;
}

.oe__wrap{
  width: min(520px, 94%);
  margin: 0 auto;
  text-align: center;
}

.oe__title{
  margin: 0;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 800;
  color: #16a34a;   /* green */
}

.oe__underline{
  display: inline-block;
  width: 90px;
  height: 3px;
  border-radius: 999px;
  margin-top: 6px;
  background: #1d4ed8;
  position: relative;
}

/* Card */


.oe__photoWrap{
  padding:5px 5px 5px 5px;
  border-radius: 18px;
  background: #16a34a;
  display: inline-block;
}
.oe__photo{
  display: block;
  width: 100%;
 
  border-radius: 14px 14px 14px 14px;
  background: #16a34a;
}



/* CTA button */
.oe__ctaRow{
  margin-top: 16px;
  display:flex;
  justify-content:center;
}

/* Responsive */
@media (max-width:480px){
  .oe__wrap{ width: 94%; }
  .oe__card{ padding: 18px 14px 14px; }
  .oe__photo{ width:100%; }
}
.ra{
  padding: 0px 10px 0px;
}

.ra__wrap{
  width: min(1180px, 96%);
  margin: 0 auto;
  text-align: center;
}

.ra__title{
  margin: 0;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800;
  color: #16a34a;  /* green */
}

.ra__underline{
  display: inline-block;
  width: 120px;
  height: 4px;
  border-radius: 999px;
  margin-top: 6px;
  background: #1d4ed8;
  position: relative;
}
.ra__underline::before{
  content: "•••";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 4px;
  font-size: 9px;
  color: #1d4ed8;
}

/* Grid */
.ra__grid{
  margin-top: 18px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ra__card{
  background: #f9fafb;
  border-radius: 26px;
  padding: 14px;
  border: 4px solid #16a34a;  /* bright green border */
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
}

.ra__img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* CTA */
.ra__ctaRow{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* Responsive */
@media (max-width: 960px){
  .ra__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 540px){
  .ra__grid{
    grid-template-columns: 1fr;
  }
  .ra__card{
    padding: 12px;
  }
}


.pl__wrap{
  max-width: 1100px;
  margin: 0 auto;
  display:flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}

.pl__viewport{
  overflow:hidden;
  flex:1 1 auto;
}

.pl__track{
  display:flex;
  transition: transform 0.45s ease;
}

/* ✅ Desktop pe 3 columns (33.33%) */
.pl__slide{
  flex: 0 0 33.3333%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 6px 10px;
}

.pl__img{
  max-width: 160px;
  width:100%;
 
}

/* Arrows */
.pl__arrow{
  border:none;
  background:#ffffff;
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(0,0,0,.12);
  color:#1f2937;
}
.pl__arrow:hover{
  transform: translateY(-1px);
}
.pl__arrow:active{
  transform: translateY(0) scale(.97);
}

/* ✅ Mobile: 2 logos per view */
@media (max-width:768px){
  .pl__slide{
    flex: 0 0 50%;
    padding: 6px 6px;
  }
}

@media (max-width:480px){
  .pl__wrap{
    padding:0 8px;
    gap:6px;
  }
  .pl__arrow{
    width:28px;
    height:28px;
    font-size:16px;
  }
}
.ps{
  padding: 26px 0 30px;
}

.ps__wrap{
  width: min(520px, 94%);
  margin: 0 auto;
  text-align: center;
}

.ps__title{
  margin: 0;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  color: #16a34a;           /* green like screenshot */
}

.ps__highlight{
  color: #000000;           /* thoda blue tone for “Private Session” */
}

.ps__underline{
  display: inline-block;
  width: 110px;
  height: 4px;
  border-radius: 999px;
  margin-top: 6px;
  background: #1d4ed8;
  position: relative;
}
.ps__underline::before{
  content: "•••";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 4px;
  font-size: 9px;
  color: #1d4ed8;
}

/* Card with image */
.ps__card{
  margin-top: 18px;
  background: #ffffff;
  border-radius: 22px;
  padding: 14px 14px 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.ps__img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* Mobile tweak */
@media (max-width:480px){
  .ps__card{
    padding: 12px 10px 8px;
  }
}
.bn{
  padding: 26px 0 26px;
}

.bn__wrap{
  width: min(1180px, 94%);
  margin: 0 auto;
  text-align: center;
}

/* Bonus row */
.bn__bonusRow{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.bn__bonusCard{
  background: #ffffff;
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.bn__bonusImg{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* CTA button */

/* Question line */
.bn__question{
  margin: 12px 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.bn__green{
  color: #16a34a;
  font-weight: 800;
}

.bn__underline{
  display:inline-block;
  width: 90px;
  height: 3px;
  border-radius: 999px;
  background:#1d4ed8;
  position: relative;
  margin-bottom: 14px;
}
.bn__underline::before{
  content: "•••";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 4px;
  font-size: 9px;
  color:#1d4ed8;
}

/* Hero image card */
.bn__heroCard{
  margin-top: 10px;
  background:#ffffff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.bn__heroImg{
  display:block;
  width:100%;
  height:auto;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 900px){
  .bn__bonusRow{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px){
  .bn__bonusRow{
    grid-template-columns: 1fr;
  }
  .bn__question{
    font-size: 16px;
  }
}
.rl{
  padding: 26px 0 24px;
}

.rl__wrap{
  width: min(900px, 94%);
  margin: 0 auto;
  text-align: center;
}

.rl__heading{
  margin: 0 0 6px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
  color: #111827;
}

.rl__green{
  color: #16a34a;
  font-weight: 800;
}

.rl__underline{
  display:inline-block;
  width: 100px;
  height: 3px;
  border-radius: 999px;
  background:#1d4ed8;
  position: relative;
  margin-bottom: 16px;
}
.rl__underline::before{
  content: "•••";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 4px;
  font-size: 9px;
  color:#1d4ed8;
}

/* Image card */
.rl__card{
  background:#ffffff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 14px 30px rgba(15,23,42,0.10);
  border: 1px solid rgba(15,23,42,0.06);
  margin-bottom: 14px;
}

.rl__img{
  display:block;
  width:100%;
  height:auto;
  border-radius: 12px;
}

/* CTA + price layout */
.rl__ctaRow{
  display:flex;
  justify-content:center;
  margin-bottom: 10px;
}

.rl__priceRow{
  display:flex;
  justify-content:center;
  align-items:baseline;
  gap: 8px;
}

/* Mobile tweaks */
@media (max-width:600px){
  .rl__heading{
    font-size: 17px;
  }
}
.fq{
  padding: 26px 0 30px;
}

.fq__wrap{
  width: min(980px, 94%);
  margin: 0 auto;
}

.fq__title{
  margin: 0;
  text-align:center;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800;
  color: #16a34a;
}

.fq__underline{
  display:block;
  width: 110px;
  height: 4px;
  border-radius: 999px;
  background:#1d4ed8;
  margin: 6px auto 18px;
  position: relative;
}
.fq__underline::before{
  content: "•••";
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  letter-spacing:4px;
  font-size:9px;
  color:#1d4ed8;
}

/* Accordion */
.fq__accordion{
  border-radius: 0;
  overflow:hidden;
  box-shadow: 0 12px 26px rgba(15,23,42,0.16);
  border:1px solid rgba(15,23,42,0.12);
}

.fq__item + .fq__item{
  border-top:1px solid rgba(229,231,235,1);
}

.fq__question{
  width:100%;
  text-align:left;
  border:none;
  padding:10px 16px;
  background:#16a34a; /* green bar */
  color:#ffffff;
  font-weight:700;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}

.fq__item:not(.fq__item--open) .fq__question{
  background:#16a34a;
}

.fq__icon{
  font-size:16px;
  font-weight:900;
  width:18px;
  text-align:center;
}

.fq__answer{
  background:#ffffff;
  padding:10px 16px 12px;
  font-size:15px;
  line-height:1.6;
  color:#000000;
  display:none;
}
.fq__item--open .fq__answer{
  display:block;
}



.fq__note{
margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

/* Responsive */
@media (max-width:600px){
  .fq__question{
    font-size:13px;
    padding:9px 12px;
  }
  .fq__answer{
    font-size:15px;
    padding:8px 12px 10px;
  }
}

.ft{
  padding: 30px 0 10px;
 
  margin-bottom: 60px;
}

.ft__wrap{
  width: min(1180px, 94%);
  margin: 0 auto;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 24px;
}

.ft__col{
  text-align:left;
}

.ft__title{
  margin: 0 0 4px;
  text-align:center;
  font-size: 18px;
  font-weight: 800;
  color:#111827;
}

.ft__underline{
  display:block;
  width: 40px;
  height: 2px;
  margin: 0 auto 16px;
  background:#111827;
}

.ft__list{
  list-style:none;
  margin:0;
  padding:0;
}

.ft__item{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  font-size:14px;
}

.ft__icon{
  width:20px;
  height:20px;
  border-radius:4px;
  border:2px solid #111827;
  display:inline-block;
  position:relative;
  flex-shrink:0;
}

/* document-style icon */
.ft__icon--doc::before{
  content:'';
  position:absolute;
  inset:3px;
  border-radius:2px;
  border:1px solid #111827;
}

/* small square/dot icon */
.ft__icon--dot{
  border-radius:2px;
}
.ft__icon--dot::before{
  content:'';
  position:absolute;
  inset:5px;
  background:#111827;
  border-radius:2px;
}

.ft__link{
  color:#111827;
  text-decoration:none;
}
.ft__link:hover{
  text-decoration:underline;
}

.ft__text{
  color:#111827;
}

/* Responsive */
@media (max-width:768px){
  .ft__wrap{
    grid-template-columns:1fr;
    row-gap:30px;
  }
  .ft__col{
    text-align:left;
  }
}

.sf{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #00a341; /* green */
  color: #ffffff;
  z-index: 9999;
  box-shadow: 0 -6px 18px rgba(0,0,0,.25);
}

.sf__wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sf__timer{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.sf__timeRow{
  display:flex;
  align-items:baseline;
  gap: 6px;
}

.sf__num{
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
}

.sf__sep{
  font-size: 20px;
  font-weight: 700;
}

.sf__labelRow{
  margin-top: 2px;
  display:flex;
  gap: 26px; /* HRS / MINS / SECS spacing */
  font-size: 10px;
  font-weight: 600;
}

.sf__label:nth-child(2){
  margin-left: 8px; /* center align under middle number */
}

.sf__ctaWrap{
  flex-shrink: 0;
}

.sf__cta{
  display:inline-block;
  background:#ff1f1f;
  color:#ffffff;
  text-decoration:none;
  font-weight:500;
  text-align:center;
  padding:10px 18px;
  border-radius: 14px;
  border: 3px solid #ffffff;
  font-size: 12px;
  line-height:1.3;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  font-family:"Arial";
}
.sf__cta:hover{
  filter: brightness(0.98);
  transform: translateY(-1px);
}
.sf__cta:active{
  transform: translateY(0) scale(.98);
}

/* Mobile */
@media (max-width: 640px){
  .sf__wrap{
    padding: 8px 10px;
    gap: 12px;
  }
  .sf__num{
    font-size: 18px;
  }
  .sf__labelRow{
    gap: 18px;
  }
  .sf__cta{
    font-size: 13px;
    padding:8px 12px;
  }
}

@media (max-width: 420px){
  .sf__wrap{
   
    align-items:stretch;
  }
  .sf__timer{
    align-items:center;
  }
  .sf__cta{
    width:100%;
  }
}
