
 
:root{
  --navy:#1a2744;
  --gold:#c89b3c;
  --teal:#1c7af6;
  --light:#f8f7f4;
  --muted:#6b7280;
  --border:#e5e1d8;
  
--primary-color:   #112342;
  --secondary-color: #32975f;
  --transition:      all 0.3s ease;
}

/* css for the css strip*/
   .consultation-heading{
  font-size:16px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:10px;
  text-align: center !important;
}
.center-card a, .doctor-card .doctor-info span::first-child {
    font-size: 22px !important;
}
.urgent-heading{
  color:#fff;
  font-size:16px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:7px;
}

.why-heading{
  font-size:16px;
  font-weight:600;
  margin-bottom:8px;
  line-height:1.4;
}

@media (max-width:768px){
    .bc-strip{
        display:none;
    }
}

.a-mega-inner{
    margin-left:30px !important;
}
.help-box h3{    font-size: 22px;
    color: var(--blue-m);
    padding-bottom:10px;
}

.hero-bg{
  position:absolute;inset:0;
  /*background-image:url('banner/alcohol-addiction-treatment-gurgaon-hero.webp');*/
    background-image:url('/image.php?src=assets/image/bg-page.png&width=1920&quality=80');

  background-size:cover;background-position:center;
  opacity:.75;will-change:auto
}
/* BUTTON WRAPPER */
.tabs {
  position: sticky;
  top: 90px;           /* matches navbar height (~76px) - adjust if yours differs */
  z-index: 9999;
  background: #fff;
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
  padding: 0 clamp(8px, 3vw, 40px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
 
.tabs::-webkit-scrollbar {
  display: none;
}
.ph-eye {
    font-size: 15px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--blue-m);
    font-weight: 600;
    margin-bottom: 16px;
}
.ph-h1 {
    font-size: clamp(29px, 5vw, 41px);
    font-weight: 400;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.6px;
    margin-bottom: 20px;
    font-family: Georgia, serif;
    font-style: italic;
}
 .ph-h1 strong {
    font-style: normal;
    font-weight: 600;
}
.ph-trust-item {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ph-trust-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue-m);
    flex-shrink: 0;
}

.d-flex-btn{
    display:flex;
    gap:12px;
    align-items:center;
}

.d-flex-btn a{
    flex:1;
    white-space:nowrap;
    text-align:center;
}

.stage-item h3 {
    margin: 15px 0 6px !important;
    font-size: 18px;
    color: var(--blue-m);
}

.hero{
  position:relative;min-height:420px;overflow:hidden;
  background:linear-gradient(135deg,#1a2744 0%,#2d4a7a 50%,#3d6b8a 100%)
}

.hero-tag{
  font-size:11px;letter-spacing:2px;color:var(--teal);text-transform:uppercase;
  display:flex;align-items:center;gap:6px;margin-bottom:18px;font-weight:500
}
.hero-tag::before{content:'●';font-size:8px}
.hero h1 span{color:rgb(255, 200, 85);display:block}
.hero p{color:rgba(255,255,255,.82);font-size:18px;line-height:1.7;margin:18px 0 28px;max-width:480px;font-weight:300}
 
.hero-badge{
  position:absolute;bottom:28px;right:clamp(16px,4vw,40px);
  background:rgba(255,255,255,.95);border-radius:10px;padding:14px 20px;
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)
}
.hero-badge small{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:4px}
.hero-badge strong{font-size:22px;color:var(--navy);display:block}
.hero-badge span{font-size:12px;color:var(--gold)}
 
.hero-trust{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}
.hero-trust span{font-size:12px;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:5px}
.hero-trust span::before{content:'●';font-size:6px;color:var(--teal)}
 
 
/* =============================================
   MAIN LAYOUT
   ============================================= */
.page-body{
  display:flex;gap:0;max-width:1200px;margin:0 auto;
  padding:clamp(24px,4vw,48px) clamp(16px,4vw,40px);
  align-items:flex-start
}
 
/* =============================================
   CONTENT COLUMN
   ============================================= */
.content{flex:1;min-width:0;padding-right:48px}
 
section{margin-bottom:18px}
.section-tag{
  font-size:11px;letter-spacing:2px;text-transform:uppercase;
  color:#1c7af6;font-weight:600;margin-bottom:10px
}
.section-title{font-size:clamp(20px,3vw,28px);color:var(--navy);margin-bottom:16px}
.section-body{font-size:15px;line-height:1.8;color:var(--primary-color);}
 
.content-img{width:100%;border-radius:10px;overflow:hidden;margin:24px 0;position:relative}
.content-img img{width:100%;height:clamp(180px,35vw,280px);object-fit:cover;display:block}
.content-img figcaption{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(0,0,0,.6));
  color:rgba(255,255,255,.9);font-size:13px;font-style:italic;padding:20px 16px 14px
}
 #overview h2{
     padding: 20px 0;
 }
/* =============================================
   SYMPTOMS
   ============================================= */
.symptoms-section{padding:0}
.symptoms-section h2{
    padding:10px 0;
}
.section-text{font-size:15px;line-height:1.7;color:#000;margin-bottom:18px;max-width:700px}
 
.symptoms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.symptom-card{
  border:1px solid #dfdfdf;border-radius:14px;padding:16px 18px;
  display:flex;align-items:flex-start;gap:10px
}
.symptom-card span{
  width:18px;height:18px;border-radius:50%;background:#c6f2ff;color:#112342;
  display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:700;flex-shrink:0;margin-top:2px
}
.symptom-card p{margin:0;font-size:15px;line-height:1.5;color:#10233c;font-weight:500}
 
/* =============================================
   CAUSES
   ============================================= */
.alcohol-section{color:#10233c}
.alcohol-section h2{font-size:clamp(20px,3vw,28px);margin:0 0 18px}
 
.cause-box{border:1px solid #ddd;border-radius:14px;padding:14px;display:flex;gap:16px;margin-bottom:14px}
.cause-box span{color:#0075cb !important;font-size:18px;font-weight:700;min-width:34px}
.cause-box h3{margin:0 0 4px;font-size:18px}
.cause-box p{margin:0;color:#000;line-height:1.5;font-size:15px}
 
.help-box{
 border: 1px solid rgb(25, 162, 254) !important;
background: rgba(27, 182, 255, 0.1) !important;
border-radius: 14px;
padding: 22px;
margin: 28px 0px;
}
.help-box h4{margin:0 0 12px;font-size:20px}
.help-box p{color:#000;line-height:1.7;margin-bottom:14px}
.help-box ul{margin:0 0 18px 18px;padding:0}
.help-box li{margin-bottom:8px;line-height:1.5}
.help-box button{
  background:#0f2239;color:#fff;border:none;padding:12px 20px;
  border-radius:8px;font-size:16px;cursor:pointer;font-family:inherit;
  touch-action:manipulation
}
 
hr{border:none;border-top:1px solid #e3e3e3;margin:36px 0}
 
/* =============================================
   TREATMENT
   ============================================= */
.treatment-tag{
  color:#1b7af6;letter-spacing:4px;font-size:14px;
  font-weight:600;margin-bottom:18px;text-transform:uppercase
}
.intro-text{color:#000;line-height:1.8;font-size:16px}
 
.treatment-item{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid #e7e7e7}
.num{
  width:38px;height:38px;border-radius:50%;background:#0f2239;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;flex-shrink:0
}
.treatment-item h3{margin:0 0 6px;font-size:18px}
.treatment-item p{margin:0;line-height:1.6;}
 
/* =============================================
   DOCTORS
   ============================================= */
.doctor-list{display:flex;flex-direction:column;gap:16px;margin-top:20px}
.doctor-card{
  display:flex;align-items:center;gap:16px;padding:18px;
  border:1px solid var(--border);border-radius:10px;transition:box-shadow .2s
}
.doctor-card:hover{box-shadow:0 4px 16px rgba(26,39,68,.08)}
.doctor-avatar{
  width:56px;height:56px;border-radius:50%;object-fit:cover;
  flex-shrink:0;background:#e5e7eb
}
.doctor-info h4{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:3px}
.doctor-info p{font-size:13px;color:var(--muted);margin-bottom:6px}
.doctor-card .badge{
  display:inline-block;font-size:15px !important ;color: #000 !important; font-weight:400 !important;
  border:1px solid var(--teal);padding:2px 10px;border-radius:20px
}
 
/* =============================================
   CENTERS
   ============================================= */
.centers-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}
.center-card{padding:18px;border:1px solid var(--border);border-radius:10px}
.center-card h4{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:2px}
.center-card p{font-size:13px;color:var(--muted);margin-bottom:8px}
.center-services{display:flex;flex-wrap:wrap;gap:6px}
.center-services span{font-size:12px;color:var(--teal);font-weight:500}
.center-services span:not(:last-child)::after{content:' ·';color:var(--border)}
 
/* =============================================
   FAQ
   ============================================= */
.faq-section{padding:10px 0}
.faq-tag{color:#1c7af6;letter-spacing:4px;font-size:14px;font-weight:600;margin-bottom:14px}
.faq-section h2{font-size:clamp(22px,3vw,28px);color:#10233c;margin:0 0 28px;line-height:1.2}
.faq-item{border-bottom:1px solid #e6e6e6}
.faq-item summary{
  list-style:none;cursor:pointer;padding:20px 50px 20px 0;
  font-size:clamp(16px,2.2vw,20px);font-weight:500;color:#10233c;
  position:relative;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);
  font-size:30px;color:#1c7af6;font-weight:300;transition:.3s
}
.faq-item[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.faq-item p{margin:0;padding:0 0 22px;color:#5f6f82;font-size:16px;line-height:1.7;max-width:900px}
 
/* =============================================
   RELATED SECTION
   ============================================= */

.related-section h2{font-size:clamp(22px,3vw,28px);color:var(--navy);margin-bottom:16px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.related-card{background:#fff;border:1px solid #e4e4e4;border-radius:20px;padding:18px}
.dot{width:14px;height:14px;background:color(display-p3 0.0549 0.153 0.3491);border-radius:50%;display:block;margin-bottom:15px}
.related-card h3{font-size:17px;font-weight:500;color:var(--navy);margin-bottom:6px}
.related-card a{color:#1d7b5c;text-decoration:none;font-size:15px}


 /* ── TESTIMONIALS ── */
 .sec-eye {
    font-size: 13px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #1c7af6;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}
.sec-h2 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    letter-spacing: -.3px;
    margin-bottom: 18px;
    line-height: 1.25;
    font-family: Georgia, serif;
    font-style: italic;
}
    .feat-story { border: 0.5px solid var(--border); overflow: hidden; margin-bottom: 28px; }
    .feat-img-col { background: var(--navy); display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; position: relative; min-height: 280px; }
    .feat-img-col img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
    .feat-qm { font-size: 68px; line-height: .9; color: rgba(255,255,255,.22); position: relative; z-index: 1; margin-bottom: 8px; font-family: Georgia, serif; }
    /* 10px → 13px */
    .feat-loc { font-size: 13px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: 1.2px; position: relative; z-index: 1; }
    .feat-body-col { padding: 34px 38px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; }
    /* 16px → 19px, increased margin */
    .feat-q { font-size: 16px; color: var(--navy); line-height: 1.7; margin-bottom: 26px; font-family: Georgia, serif; font-weight: 400; }
    .feat-av { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: #f0f4f8; }
    .feat-av img { width: 100%; height: 100%; object-fit: cover; }
    /* 13px → 16px */
    .feat-name { font-size: 16px; font-weight: 600; color: var(--navy); }
    /* 11px → 14px */
    .feat-role { font-size: 14px; color: var(--muted); margin-top: 2px; }
    .feat-badge {
      margin-top: 12px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: var(--blue-m);
      background: var(--blue-l);
      border-radius: 4px;
      padding: 4px 11px;
      border: 0.5px solid var(--blue-b);
    }
    .feat-badge svg { width: 12px; height: 12px; stroke: var(--blue-m); fill: none; stroke-width: 2; stroke-linecap: round; }

    .story-card { border: 0.5px solid var(--border); border-radius: 10px; padding: 26px; transition: border-color var(--tr); height: 100%; }
    .story-card:hover { border-color: var(--blue-b); }
 
/* =============================================
   SIDEBAR
   ============================================= */
.sidebar{width:300px;flex-shrink:0;position:sticky;top:145px;height:fit-content}
 
.sidebar-form{border:1px solid var(--border);border-radius:10px;padding:20px}
.sidebar-form h3{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:16px;text-align:center}
.sidebar-form input{
  width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:6px;
  font-size:14px;font-family:inherit;color:var(--navy);margin-bottom:10px;
  outline:none;transition:border-color .2s;-webkit-appearance:none
}
.sidebar-form input:focus{border-color:var(--teal)}
.sidebar-form input::placeholder{color:#9ca3af}
 
.btn-submit{
  width:100%;background:var(--navy);color:#fff;padding:13px;border-radius:6px;
  font-size:14px;font-weight:500;border:none;cursor:pointer;font-family:inherit;
  margin-bottom:10px;touch-action:manipulation
}
.btn-submit:hover{background:#243560}
.form-note{text-align:center;font-size:12px;color:var(--muted);margin-bottom:16px}
.helpline{text-align:center;padding-top:14px;border-top:1px solid var(--border)}
.helpline strong{display:block;font-size:16px;color:var(--navy);margin-bottom:2px}
.helpline small{font-size:12px;color:var(--muted)}
 
.sidebar-why{margin-top:16px;border:1px solid var(--border);border-radius:10px;padding:16px}
.sidebar-why h4{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:12px}
.why-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:13px;color:#374151;line-height:1.5}
.why-item::before{content:'✓';color:var(--teal);font-weight:700;flex-shrink:0;margin-top:1px}
 
/* =============================================
   POPUP
   ============================================= */
.popup-overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.55);
  display:none;align-items:center;justify-content:center;z-index:9999
}
.popup-box{
  background:#fff;width:90%;max-width:420px;
  border-radius:14px;padding:24px;position:relative
}
.close-popup{position:absolute;right:16px;top:10px;font-size:28px;cursor:pointer;line-height:1}
.popup-box h3{margin:0 0 18px}
.popup-box input,.popup-box textarea{
  width:100%;border:1px solid #ddd;border-radius:8px;
  padding:12px;margin-bottom:12px;font-size:15px;font-family:inherit;
  -webkit-appearance:none
}
.popup-box textarea{height:100px;resize:none}
.popup-box button{
  width:100%;background:#0f2239;color:#fff;border:none;
  padding:12px;border-radius:8px;cursor:pointer;font-family:inherit;font-size:15px
}
 
/* =============================================
   MOBILE SIDEBAR TOGGLE (mobile-only)
   ============================================= */
.sidebar-toggle{display:none}
 
/* =============================================
   RESPONSIVE — TABLET & MOBILE
   ============================================= */
@media(max-width:991px){
  /* Layout: stack sidebar below content */
  .page-body{flex-direction:column;padding:24px 16px}
  .content{padding-right:0;width:100%}
  .sidebar{
    width:100%;position:static;top:auto;
    margin-top:40px
  }
 
  /* Tabs: show sticky on tablet too */
  .tabs{position:sticky;top:0}
 
  /* Related grid: 2 cols */
  .related-grid{grid-template-columns:1fr 1fr}
}
 
@media(max-width:767px){
  /* Hero */
  .hero{min-height:auto;padding-bottom:10px}
  .hero-content{padding:28px 16px}
  .hero h1{font-size:clamp(26px,7vw,38px)}
  .hero p{font-size:14px}
  .hero-btns{flex-direction:column;gap:10px}
  .btn-white,.btn-outline{width:100%;padding:13px 20px;font-size:15px}
 
  .hero-badge{
    position:absolute;bottom:16px;
    left:16px;right:16px;
    max-width:none;width:calc(100% - 32px)
  }
  .hero-badge strong{font-size:18px}
 
  .hero-trust{gap:10px}
  .hero-trust span{font-size:11px}
 
  /* Symptoms: 1 col */
  .symptoms-grid{grid-template-columns:1fr}
  .symptom-card p{font-size:14px}
 
  /* Causes */
  .cause-box{flex-direction:row;gap:12px}
  .cause-box h3{font-size:16px}
  .cause-box p{font-size:14px}
 
  /* Treatment */
  .treatment-item h3{font-size:16px}
  .treatment-item p{font-size:14px}
 
  /* Help box */
  .help-box h4{font-size:18px}
  .help-box p,.help-box li{font-size:15px}
  .help-box button{width:100%;text-align:center}
 
  /* Centers: 1 col on small screens */
  .centers-grid{grid-template-columns:1fr}
 
  /* Related: 1 col */
  .related-grid{grid-template-columns:1fr}
 
  /* Doctor cards */
  .doctor-card{gap:12px;padding:14px}
 
  /* FAQ */
  .faq-item summary{font-size:16px;padding:18px 40px 18px 0}
  .faq-item p{font-size:15px}
 
  /* Section spacing */
  section{margin-bottom:36px}
   .feat-story .row { flex-direction: column; }
}
 
@media(max-width:480px){
  .hero h1{font-size:26px}
  .hero-badge{padding:10px 14px;display:none}
  .hero-badge strong{font-size:16px}
 
  .tabs a{font-size:13px;padding:12px 10px}
 
  .cause-box{padding:12px}
  .num{width:32px;height:32px;font-size:14px}
}



.whatsapp-btn{
  background:#25D366;
  color:#fff;
  border:1px solid #25D366;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 22px;
  border-radius:8px;
  font-weight:600;
  cursor:pointer;
  transition:0.3s ease;
}

.whatsapp-btn i{
  font-size:18px;
}

.whatsapp-btn:hover{
  background:#1ebe5d;
  border-color:#1ebe5d;
  color:#fff;
}
/* MOBILE BUTTON HORIZONTAL FIX */
@media (max-width:767px){

  .hero-btns{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:12px !important;
    flex-wrap:nowrap !important;
    width:100%;
  }

  .hero-btns a,
  .hero-btns button{
    width:auto !important;
    flex:1;
    min-width:0;
  }

  .hero-btns .btn-white,
  .hero-btns .btn-green{
    width:100% !important;
    justify-content:center;
    padding:14px 10px !important;
    font-size:14px !important;
    white-space:nowrap;
  }

}
/* FIXED REALISTIC TYPOGRAPHY */
.urgent-box{
  background:#03285c;
  border-radius:32px;
  padding:30px 24px;
  color:#fff;
  width:100%;
}

.urgent-head{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:16px;
}

.urgent-head span{
  color:#ffbf2f;
  font-size:28px;
  line-height:1;
  margin-top:2px;
}

.urgent-head h4{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:-0.2px;
}

.urgent-box p{
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.78);
  margin:0 0 22px;
}

.urgent-btn{
  width:100%;
  height:38px;
  background:#cf2727;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:16px;
  font-weight:700;
  white-space:nowrap;
  transition:.2s ease;
}

.urgent-btn:hover{
  background:#bb1f1f;
  color:#fff;
}

.urgent-phone{
  text-align:center;
  margin-top:18px;
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:600;
  line-height:1.5;
}

/* MOBILE */
@media(max-width:767px){

  .urgent-box{
    border-radius:24px;
    padding:24px 18px;
  }

  .urgent-head h4{
    font-size:18px;
  }

  .urgent-head span{
    font-size:24px;
  }

  .urgent-box p{
    font-size:13px;
  }

  .urgent-btn{
    height:54px;
    font-size:15px;
  }

}
.d-flex-btn{
    display:flex;
    gap:12px;
    align-items:center;
}

.d-flex-btn a{
    flex:1;
    white-space:nowrap;
    text-align:center;
}

/* MOBILE FIX */
@media (max-width:768px){

    .d-flex-btn{
        flex-direction:row !important;
        flex-wrap:nowrap;
        gap:10px;
    }

    .d-flex-btn .btn-primary-custom,
    .d-flex-btn .btn-outline-custom{
        width:50% !important;
        margin:0 !important;
        padding:14px 10px;
        font-size:14px;
    }

    .d-flex-btn i{
        margin-right:6px;
    }
}


@media (max-width:768px) {
  .d-flex-btn {
    display: -webkit-flex !important;
  }
}

@media (max-width:600px) {
  .d-flex-btn {
    display: -webkit-flex !important;
  }
}

