/* ==========================================================================
   Chameli Spa Ajman — Therapist Bio Pages
   Namespaced with the `tb-` prefix so nothing here collides with the
   site's existing CSS (including the shared Bootstrap `.container` class,
   which these pages sit inside but never receive rules from here).
   Colors reuse the site's own production theme (black backgrounds,
   brown/gold accent). Font-family and font-size are deliberately left
   undeclared so every element inherits the site's own global type rules
   (body Roboto, h1-h4 Raleway, base paragraph size) instead of this
   stylesheet re-specifying them.
   ========================================================================== */

.tb-page{max-width:1100px;margin:0 auto;padding:56px 15px 80px;position:relative;    margin-top: 83px;}

/* subtle top glow, purely decorative — scoped to .tb-page only */
.tb-page::before{
  content:"";position:absolute;top:-40px;left:50%;transform:translateX(-50%);
  width:640px;height:280px;max-width:90%;
  background:radial-gradient(ellipse at center,rgba(212,169,106,.10),transparent 70%);
  pointer-events:none;z-index:0;
}

.tb-breadcrumb{position:relative;z-index:1;margin-bottom:28px;color:rgba(255,255,255,.5);}
.tb-breadcrumb a{color:#d4a96a;}
.tb-breadcrumb a:hover{color:#fff;}
.tb-breadcrumb span[aria-current]{color:rgba(255,255,255,.85);font-weight:600;}

/* ---------- TWO-COLUMN LAYOUT ---------- */
.tb-layout{position:relative;z-index:1;display:grid;grid-template-columns:290px 1fr;gap:36px;align-items:start;}

/* ---------- SIDEBAR ---------- */
.tb-sidebar{position:sticky;top:24px;}
.tb-sidebar-card{
  background:linear-gradient(160deg,#12121a,#0a0a0e);
  border:1px solid rgba(255,255,255,.09);border-radius:20px;
  padding:32px 26px;text-align:center;
  box-shadow:0 20px 50px rgba(0,0,0,.4);
}
.tb-photo{
  width:150px;height:150px;margin:0 auto 20px;border-radius:50%;overflow:hidden;
  padding:4px;background:linear-gradient(135deg,#d4a96a,#a85f2b);
  box-shadow:0 10px 26px rgba(168,95,43,.35);
}
.tb-photo-inner{width:100%;height:100%;border-radius:50%;overflow:hidden;background:#161616;border:3px solid #0a0a0e;}
.tb-photo-inner img{width:100%;height:100%;object-fit:cover;display:block;}
.tb-sidebar-card h1{color:#fff!important;margin:0 0 6px;line-height:1.15;}
.tb-sidebar-card h2{
  color:#d4a96a!important;font-weight:600;margin:0 0 22px;line-height:1.35;
  padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.09);
}
.tb-sidebar .tb-book-btn{width:100%;justify-content:center;}

/* ---------- CONTENT ---------- */
.tb-content{min-width:0;}
.tb-content section{
  background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.07);
  border-radius:18px;padding:30px 32px;margin-bottom:24px;
}
.tb-sec-head{display:flex;align-items:center;gap:12px;margin:0 0 18px;}
.tb-sec-ico{
  flex-shrink:0;width:38px;height:38px;border-radius:11px;
  background:rgba(212,169,106,.14);display:flex;align-items:center;justify-content:center;
}
.tb-content h2{color:#fff!important;font-weight:800;margin:0;line-height:1.3;}
.tb-content p{color:rgba(215,210,220,.85)!important;line-height:1.75;margin:0 0 16px;}
.tb-content p:last-child{margin-bottom:0;}

.tb-content ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;}
.tb-content ul li{
  position:relative;padding:12px 16px 12px 40px;margin:0;
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:10px;
  color:rgba(215,210,220,.85);line-height:1.5;
}
.tb-content ul li::before{
  content:"✓";position:absolute;left:14px;top:11px;color:#d4a96a;font-weight:700;
}
.tb-content a{color:#d4a96a;font-weight:600;border-bottom:1px solid rgba(212,169,106,.5);}
.tb-content a:hover{color:#fff;}

/* ---------- BOOK CTA BOX ---------- */
.tb-book-box{
  background:linear-gradient(135deg,rgba(212,169,106,.1),rgba(168,95,43,.05));
  border:1px solid rgba(212,169,106,.25)!important;border-radius:16px!important;
  padding:26px 28px!important;margin:0!important;
}
.tb-book-box p{margin-bottom:18px;}
.tb-book-box p:last-of-type{margin-bottom:0;}
.tb-book-btn{
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(135deg,#d4a96a,#a85f2b);color:#fff!important;
  padding:14px 32px;border-radius:100px;font-weight:700;text-decoration:none;
  border:none;transition:transform .2s ease,box-shadow .2s ease;
}
.tb-book-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(168,95,43,.45);color:#fff!important;text-decoration:none;}

/* ---------- FAQ ---------- */
.tb-faq-item{
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:14px;
  padding:22px 24px;margin-bottom:14px;
}
.tb-faq-item:last-child{margin-bottom:0;}
.tb-faq-item h3{color:#fff!important;font-weight:700;margin:0 0 10px;display:flex;gap:10px;align-items:flex-start;}
.tb-faq-item h3::before{content:"Q";flex-shrink:0;color:#d4a96a;font-weight:800;}
.tb-faq-item p{color:rgba(215,210,220,.85)!important;line-height:1.65;margin:0;padding-left:20px;}

/* ---------- REVIEWED BADGE ---------- */
.tb-reviewed{
  display:flex;align-items:center;gap:8px;
  margin-top:8px;padding:14px 20px;
  background:rgba(255,255,255,.03);border:1px dashed rgba(255,255,255,.15);border-radius:100px;
  color:rgba(190,185,205,.7)!important;font-style:italic;
  width:fit-content;
}
.tb-reviewed::before{content:"✓";font-style:normal;color:#d4a96a;font-weight:700;}

/* ---------- RESPONSIVE ---------- */
@media(max-width:860px){
  .tb-layout{grid-template-columns:1fr;}
  .tb-sidebar{position:static;}
  .tb-content section{padding:26px 22px;}
}
@media(max-width:600px){
  .tb-page{padding:40px 12px 60px;}
  .tb-sidebar-card{padding:26px 20px;}
  .tb-content ul{grid-template-columns:1fr;}
  .tb-content section{padding:22px 18px;}
  .tb-faq-item{padding:18px 18px;}
}
