:root{
  --teal:#2bcbb9;--teal-dark:#24b2a3;--teal-mid:#2bcbb9;--teal-light:#E8F9F8;
  --orange:#FF6B35;--orange-light:#FFF4ED;
  --yellow:#FFC107;--yellow-light:#FFFBEB;
  --bg:#FFFFFF;--bg2:#F8FAFA;--bg3:#F0F7F7;
  --glass:rgba(0,0,0,0.03);--glass-border:#E4EDEC;
  --navy:#1a2e3b;
  --text:#1A2332;--text-muted:#5A6A7A;--text-dim:#8A9BB0;
  --border:#E4EDEC;
  --card:#FFFFFF;--card-hover:#F8FAFA;
  --font-display:'Playfair Display',serif;
  --font-body:'Inter', sans-serif;
  --transition:400ms cubic-bezier(0.4,0,0.2,1);
  --header-height: 140px;
}

html,body{background:var(--bg) !important;color:var(--text) !important;font-family:var(--font-body);overflow-x:hidden;margin:0;padding:0;scroll-behavior: smooth; word-break: normal !important; overflow-wrap: break-word !important;}

.main-wrapper{background:var(--bg) !important; min-height: 100vh; padding-top: 100px;}
/* Force sections inside containers to be transparent */

/* SPA SCREENS */
.screen{display:none;flex-direction:column;opacity:0;transform:translateY(20px);transition:opacity var(--transition),transform var(--transition);z-index: 5;background:var(--bg) !important;}
.screen.active, .screen.standalone-screen{display:flex;opacity:1;pointer-events:all;transform:translateY(0);position: relative; background:var(--bg) !important; padding-top: 0px;}
.screen.exit-up{opacity:0;transform:translateY(-20px)}

/* ── SITE HEADER ── */
.site-header {
  padding: 15px 5vw;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header-top { display: flex; align-items: center; justify-content: space-between; height: 45px; }
.header-bottom { display: flex; align-items: center; justify-content: space-between; height: 35px; }

.logo-icons {
  display: flex;
  gap: 8px;
  margin-left: 20px;
}
.logo-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.logo-icon.blue   { background: #00BAF2; color: #fff; }
.logo-icon.yellow { background: #FFC107; color: #fff; }
.logo-icon.orange { background: #FF6B35; color: #fff; }

.search-wrap {
  position: relative;
  width: 440px;
}
.search-wrap input {
  width: 100%;
  padding: 10px 45px 10px 22px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 14px;
  color: #333;
  background: #fcfcfc !important;
  outline: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
}
.search-btn svg {
  width: 20px;
  height: 20px;
  stroke: #FF6B35;
  fill: none;
  stroke-width: 2.2;
}

/* BOTTOM ROW: NAV & LOGIN */
.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/*.logo-text img {*/
/*  max-height: 55px;*/
/*  width: auto;*/
/*  object-fit: contain;*/
/*}*/


.logo-text {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    height: 166px;
    overflow: visible;
}

.logo-text img {
    max-height: 116px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: 0.3s ease;
    transform: scale(1.4) translateY(6px);
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  gap: 58px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  transition: all 0.2s;
}
.nav-links li a:hover { color: #1db8c8; }
.nav-links li a.active {
  color: #000;
  font-weight: 700;
}

.login-btn {
  background: #2bcbb9 !important;
  color: #fff !important;
  border: none;
  border-radius: 12px;
  padding: 10px 36px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  transition: var(--transition);
}
.login-btn:hover { background: #24b2a3 !important; transform: translateY(-1px); }

/* MOBILE */
.hamburger {
  display: none;
}

/* RESPONSIVE BREAKPOINTS */

@media (max-width: 1200px) {
  .course-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 991px) {
  .site-header { padding: 10px 20px; }
  .search-wrap { width: 100%; max-width: 300px; }
  .nav-links { gap: 25px; }
  .course-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-headline { font-size: clamp(48px, 8vw, 72px); }
}

@media (max-width: 768px) {
  .site-header { flex-direction: row; align-items: center; justify-content: space-between; height: 70px; gap: 0; }
  .header-top { height: auto; flex: 1; }
  .header-bottom { display: none; }
  .hamburger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; padding: 5px; z-index: 1001; }
  .hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); transition: 0.3s; }
  .hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  
  .search-wrap { display: block; width: 150px; } /* Show search on mobile */
  .search-wrap input { padding: 8px 30px 8px 15px; font-size: 12px; }
  .search-btn { right: 8px; }
  .search-btn svg { width: 14px; height: 14px; }
  
  .header-top { flex-wrap: nowrap; }
  .logo-text { height: auto; overflow: hidden; margin-top: 0; }
  .logo-text img { max-height: 40px; width: auto; transform: none; margin: 0; }

  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .pod-grid { grid-template-columns: repeat(2, 1fr); }
  
  .hero-headline { font-size: clamp(36px, 7vw, 48px); }
  .hero-btns { flex-direction: column; align-items: stretch; padding: 0 20px; }
  
  .account-section { flex-direction: column; min-height: auto; }
  .account-section .left { width: 100%; padding: 60px 20px !important; order: 2; border-right: none; }
  .account-section .right { width: 100%; min-height: 300px; padding: 40px 20px !important; order: 1; border-left: none; border-bottom: 1px solid var(--border); }

  .booking-grid-custom { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 480px) {
  .course-grid { grid-template-columns: 1fr; }
  .pod-grid { grid-template-columns: 1fr; }
  .page-title { font-size: 32px; }
  .page-sub { font-size: 14px; }
  .screen-inner { padding: 40px 20px; }
  .btn-hero { justify-content: center; }
}

/* MOBILE MENU DRAWER */
.mobile-menu-drawer {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.mobile-menu-drawer.open {
  max-height: 100vh;
  padding: 20px 0;
}
.mobile-menu-drawer a {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.mobile-menu-drawer .mob-login {
  margin: 20px 30px;
  text-align: center;
}

/* HIDE COOKIE */
.cookie-policy { display: none !important; }

/* HERO */
.hero-headline{font-family:var(--font-display);font-size:clamp(64px,10vw,110px);line-height:1.02;color:var(--navy);margin-bottom: 24px;font-weight:700; letter-spacing: -0.02em; text-align: center;}
.hero-headline span{color:var(--teal);font-style:italic;font-family:var(--font-display); font-weight: 700;}
.hero-sub{font-size:18px;color:var(--text-muted);max-width:600px;line-height:1.6;margin:0 auto 40px; font-weight: 400; text-align: center;}

.hero-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.btn-hero {
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  text-decoration: none !important;
}
.btn-hero.primary { background: #2bcbb9; color: #fff; }
.btn-hero.secondary { background: #f0f2f4; color: #333; }
.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }

/* GRID & CARDS */
.screen { position: relative; }

.screen-inner{padding: 0px 5vw 80px; min-height: 100vh; display: flex; flex-direction: column; background:var(--bg) !important;}

.page-title{font-family:var(--font-display);font-size: clamp(32px, 6vw, 44px);line-height:1.1;margin-bottom: 20px; text-align: center; color: var(--navy);}
.page-title span{color:var(--teal); font-style: italic;}
.page-sub{font-size: clamp(14px, 1.5vw, 15px);color:var(--text-muted);margin-bottom: 40px; text-align: center; max-width: 850px; margin-left: auto; margin-right: auto; line-height: 1.6;}

/* UNIVERSAL GRID */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
}

@media (max-width: 1200px) {
  .cards-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .cards-grid { grid-template-columns: 1fr; }
}

/* PODCAST CARDS */
.pod-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 24px;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
}
.pod-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

.card-img-wrap {
  width: 40px; height: 40px;
  background: #f8f9fa; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 15px;
}
.card-img-wrap img { width: 20px; height: auto; }

.card-cat-label { font-size: 10px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.pod-title-link { text-decoration: none !important; }
.pod-title-text { font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 15px; min-height: 40px; }

.pod-meta-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 15px; border-top: 1px solid #f8f9fa; }
.meta-duration { font-size: 11px; color: var(--text-dim); display: flex; align-items: center; gap: 4px; }
.remind-btn {
  background: #fff; border: 1px solid #f0f0f0; border-radius: 6px;
  padding: 4px 10px; font-size: 11px; font-weight: 600; color: #666;
  display: flex; align-items: center; gap: 6px; cursor: pointer; transition: 0.2s;
}
.remind-btn img { width: 12px; }
.remind-btn:hover { background: #f8f9fa; border-color: var(--teal); color: var(--teal); }

/* COURSE CARDS V2 */
.course-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
}
@media (max-width: 1200px) {
  .course-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  .course-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .course-grid { grid-template-columns: 1fr; }
}

.course-card-v2 {
  background: #fff; border: 1px solid #f0f0f0; border-radius: 12px;
  overflow: hidden; transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.course-card-v2:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

.course-thumb-v2 { height: 120px; display: flex; align-items: center; justify-content: center; position: relative; background: #f8fafc; }
.course-thumb-v2 img { width: 45px; height: auto; }
.course-badge-v2 { position: absolute; top: 8px; right: 8px; font-size: 9px; font-weight: 700; color: var(--teal); background: rgba(255,255,255,0.9); padding: 2px 8px; border-radius: 50px; }

.course-content-v2 { padding: 15px; flex: 1; display: flex; flex-direction: column; }
.course-cat-v2 { font-size: 9px; font-weight: 700; color: var(--teal); text-transform: uppercase; margin-bottom: 4px; }
.course-title-v2 { font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.3; display: block; text-decoration: none !important; margin-bottom: 8px; min-height: 34px; }

.course-stats-v2 { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.v2-stat { font-size: 10px; color: var(--text-dim); display: flex; align-items: center; gap: 3px; }

.course-footer-v2 { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f8f9fa; padding-top: 10px; margin-top: auto; }
.v2-price { font-size: 18px; font-weight: 800; color: var(--navy); }
.v2-price sup { font-size: 11px; margin-right: 2px; }
.v2-view-link { font-size: 12px; font-weight: 700; color: var(--teal); text-decoration: none !important; }

/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99999;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.whatsapp-float:hover {
  transform: scale(1.1) translateY(-3px) rotate(10deg);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4), 0 4px 10px rgba(0, 0, 0, 0.15);
}
.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
.whatsapp-float .whatsapp-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(37, 211, 102, 0.4);
  z-index: -1;
  animation: whatsappPulse 2s infinite;
}
.whatsapp-float .whatsapp-tooltip {
  position: absolute;
  right: 75px;
  background-color: #1a2e3b;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  font-family: var(--font-body);
}
.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes whatsappPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* AMBIENT */
.ambient{position:fixed;pointer-events:none;border-radius:50%;filter:blur(100px);opacity:0.04;z-index:1}
.amb-1{width:600px;height:600px;background:var(--teal);top:-200px;right:-100px}
.amb-2{width:400px;height:400px;background:var(--orange);bottom:-150px;left:-100px}

/* INDICATORS */
.screen-indicators{position:fixed;right:32px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:100}
.ind-dot{width:8px;height:8px;border-radius:4px;background:var(--text-dim);cursor:pointer;transition:all 0.3s}
.ind-dot.active{background:var(--teal);height:24px}

/* AUTH PAGES REDESIGN */
.account-section{background:var(--bg) !important; display: flex; min-height: 100vh;}
.account-section .left{background:var(--bg2) !important; border-right: 1px solid var(--glass-border); padding: 60px !important; display: flex; align-items: center; justify-content: center;}
.account-section .right{border-left: 1px solid var(--glass-border); flex: 1; display: flex; align-items: center; justify-content: center;}
.account-form-area{background:transparent !important; color:var(--text) !important; width: 100%; max-width: 400px;}
.account-form-area .site-logo img{max-height: 50px;}

.form--control, .form-control{
  background:rgba(255,255,255,0.03) !important;
  border:1px solid var(--glass-border) !important;
  color:var(--text) !important;
  border-radius:12px !important;
  padding: 12px 20px !important;
  height: auto !important;
}
.form--control:focus, .form-control:focus{
  border-color:var(--teal) !important;
  background:rgba(255,255,255,0.06) !important;
  box-shadow: 0 0 0 3px rgba(78,205,196,0.1) !important;
}
label.form-label, label.form-check-label{color:var(--text-muted) !important; font-size:13px; font-weight:500;}
.btn--base, .btn-gold{background:var(--teal) !important; color:#FFFFFF !important; border:none !important; font-weight:700 !important; border-radius:12px !important; padding: 12px !important;}
.btn--base:hover, .btn-gold:hover{background:var(--teal-mid) !important; transform: translateY(-1px);}
.text--base{color:var(--teal) !important; text-decoration: none;}
.account-form-area h2, .account-form-area h4, .account-form-area p{color:var(--text) !important;}
.account-form-area small, .account-form-area .text-muted{color:var(--text-muted) !important;}

/* Fix for checkboxed */
.form-check-input{background-color: rgba(255,255,255,0.05); border-color: var(--glass-border);}
.form-check-input:checked{background-color: var(--teal); border-color: var(--teal);}

/* CONSULTANCY REDESIGN */
.consultancy-step { display: none; flex-direction: column; height: 100%; opacity: 0; transform: translateY(10px); transition: 0.4s; }
.consultancy-step.active { display: flex; opacity: 1; transform: translateY(0); }

/* Entry UI */
.plans-pricing-btn {
    background: var(--teal); color: #fff; border: none; border-radius: 50px;
    padding: 16px 50px; font-size: 16px; font-weight: 700; cursor: pointer;
    transition: 0.3s;
}
.type-selection-slide {
    display: none; justify-content: center; gap: 20px; margin-top: 20px;
}
.type-btn-slide {
    background: #fff; border: 2px solid var(--teal); color: var(--teal);
    padding: 12px 40px; border-radius: 50px; font-weight: 700; cursor: pointer;
    transition: 0.3s;
}
.type-btn-slide:hover { background: var(--teal); color: #fff; }

.book-appointment-btn-alt {
    background: var(--navy); color: #fff; border: none; border-radius: 50px;
    padding: 14px 40px; font-size: 14px; font-weight: 600; cursor: pointer;
}

/* Pricing */
.pricing-table { width: 100%; border-collapse: separate; border-spacing: 0 8px; }
.pricing-table th { text-align: left; padding: 12px; color: var(--text-dim); font-size: 12px; text-transform: uppercase; }
.dur-row { background: #f8fafc; cursor: pointer; transition: 0.2s; border-radius: 12px; }
.dur-row:hover { background: var(--teal-light); }
.dur-row td { padding: 16px; font-weight: 600; color: var(--navy); }
.dur-row td:last-child { color: var(--teal); text-align: right; }
.gst-note { font-size: 11px; color: var(--text-muted); font-style: italic; margin-top: 10px; }

.disc-card { background: #fff; border: 1px solid #f0f0f0; padding: 12px 15px; border-radius: 12px; font-size: 13px; color: var(--text-muted); margin-bottom: 10px; }
.disc-card strong { color: var(--teal); }

/* Qty */
.qty-control { display: flex; align-items: center; justify-content: center; gap: 20px; }
.qty-control button { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--border); background: #fff; font-size: 24px; cursor: pointer; transition: 0.2s; }
.qty-control button:hover { border-color: var(--teal); color: var(--teal); }
.qty-control input { width: 80px; text-align: center; border: none; font-size: 32px; font-weight: 700; color: var(--navy); }

/* Cal */
.booking-grid-custom { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; }
.cal-header-v3 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.cal-month-v3 { font-size: 18px; font-weight: 700; color: var(--navy); }
.cal-nav-v3 button { width: 32px; height: 32px; border: 1.5px solid var(--border); border-radius: 8px; background: #fff; cursor: pointer; font-size: 18px; }

.cal-grid-v3 { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.dow-v3 { font-size: 10px; font-weight: 800; color: #ccc; text-align: center; padding: 10px 0; }
.day-v3 { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 10px; cursor: pointer; font-size: 14px; transition: 0.2s; }
.day-v3:hover:not(.blocked) { background: var(--teal-light); color: var(--teal); }
.day-v3.blocked { color: #eee; cursor: not-allowed; }
.day-v3.selected { background: var(--teal); color: #fff; font-weight: 700; }

.cal-legend { display: flex; gap: 20px; border-top: 1px solid #f0f0f0; padding-top: 20px; }
.leg-item { display: flex; align-items: center; font-size: 12px; color: var(--text-dim); }
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 8px; }
.dot.white { background: #fff; border: 1.5px solid #ddd; }
.dot.grey { background: #eee; }
.dot.yellow { background: #FFC107; }

/* Slots */
.slots-container-v3 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.slot-btn-new { padding: 15px; border: 1.5px solid var(--border); border-radius: 12px; background: #fff; font-size: 13px; font-weight: 600; color: var(--navy); cursor: pointer; transition: 0.2s; }
.slot-btn-new:hover:not(.booked) { border-color: var(--teal); color: var(--teal); }
.slot-btn-new.selected { background: var(--teal); border-color: var(--teal); color: #fff; }
.slot-btn-new.booked { background: #f9f9f9; color: #ccc; border-color: #eee; cursor: not-allowed; }

.book-final-btn { width: 100%; padding: 16px; border-radius: 50px; background: var(--teal); color: #fff; border: none; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 20px; }

/* Modal */
.custom-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(5px); }
.modal-content-v3 { background: #fff; width: 100%; max-width: 500px; border-radius: 24px; padding: 40px; position: relative; animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.close-modal { position: absolute; right: 20px; top: 20px; border: none; background: none; font-size: 24px; cursor: pointer; color: #999; }

/* BREADCRUMB MINIMALIST */
.page-breadcrumb-area {
  padding: 1rem 48px;
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
}
.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dim);
}
.page-breadcrumb li a {
  color: var(--teal);
  text-decoration: none;
  transition: color 0.2s;
}
.page-breadcrumb li a:hover {
  color: var(--teal-dark);
}
.page-breadcrumb li::after {
  content: '/';
  margin-left: 12px;
  color: var(--border);
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li:last-child {
  color: var(--text-muted);
}

@media (max-width: 768px) {
  .page-breadcrumb-area { padding: 0.8rem 20px; }
}

/* User Panel Header Dropdown & Navigation Style */
.nav-links li {
  position: relative;
}
.nav-links li.menu_has_children > a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links li.menu_has_children > a i {
  font-size: 12px;
  transition: transform 0.2s;
}
.nav-links li.menu_has_children:hover > a i {
  transform: rotate(180deg);
}
.nav-links li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  list-style: none;
  margin: 0;
  z-index: 1000;
}
.nav-links li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-links li .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #f8fafc;
}
.nav-links li .sub-menu li:last-child {
  border-bottom: none;
}
.nav-links li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--navy);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.nav-links li .sub-menu li a:hover {
  background-color: var(--teal-light);
  color: var(--teal);
}

/* Language selector overrides inside .site-header for light background */
.site-header .language-wrapper {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0 !important;
  color: var(--navy) !important;
  height: 42px;
  border-radius: 8px;
}
.site-header .language_text_select {
  color: var(--navy) !important;
}
.site-header .collapse-icon {
  color: var(--navy) !important;
}
.site-header .language .dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: none !important;
  top: 100% !important;
}
.site-header .language_text {
  color: var(--navy) !important;
}
.site-header .language-list:hover {
  background-color: var(--teal-light);
}

/* Drawer submenus on mobile */
.mobile-menu-drawer .drawer-group {
  border-bottom: 1px solid var(--border);
}
.mobile-menu-drawer .drawer-group a.drawer-toggle {
  border-bottom: none;
}
.mobile-menu-drawer .drawer-submenu {
  display: none;
  background: #f8fafc;
}
.mobile-menu-drawer .drawer-submenu a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.mobile-menu-drawer .drawer-submenu a:last-child {
  border-bottom: none;
}
.mobile-menu-drawer .drawer-toggle {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-drawer .drawer-toggle i {
  font-size: 14px;
  transition: transform 0.2s;
}
.rotate-180 {
  transform: rotate(180deg);
}

/* Luxury Back Button Style */
.back-btn-container {
    margin-top: 20px;
    margin-bottom: -55px;
    display: flex;
    justify-content: flex-start;
}
.back-btn-luxury {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--teal) !important;
    text-decoration: none;
    padding: 8px 18px;
    border: 1px solid rgba(0, 168, 150, 0.15) !important;
    border-radius: 50px;
    background: rgba(0, 168, 150, 0.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 168, 150, 0.02);
}
.back-btn-luxury:hover {
    color: #fff !important;
    background: var(--teal) !important;
    border-color: var(--teal) !important;
    transform: translateX(-3px);
    box-shadow: 0 4px 12px rgba(0, 168, 150, 0.18);
}
.back-btn-luxury i {
    font-size: 1.1rem;
    transition: transform 0.25s ease;
}
.back-btn-luxury:hover i {
    transform: translateX(-2px);
}

/* Frontend single-screen responsive refinement */
@media (min-width: 992px) {
  body.frontend-site:not(.about-page) {
    height: 100%;
    overflow: hidden !important;
  }

  body.frontend-site:not(.about-page) {
    display: flex;
    flex-direction: column;
  }

  body.frontend-site:not(.about-page) .site-header {
    min-height: 112px;
    padding: 10px 4vw 12px;
    gap: 10px;
  }

  body.frontend-site:not(.about-page) .header-top {
    height: 42px;
  }

  body.frontend-site:not(.about-page) .header-bottom {
    height: 30px;
  }

  body.frontend-site:not(.about-page) .logo-text {
    height: 86px;
    align-items: center;
  }

  body.frontend-site:not(.about-page) .logo-text img {
    max-height: 76px;
    transform: scale(2.22) translateY(3px);
  }

  body.frontend-site:not(.about-page) .nav-links {
    gap: clamp(24px, 4vw, 54px);
  }

  body.frontend-site:not(.about-page) .main-wrapper {
    height: 100vh;
    min-height: 0;
    padding-top: 112px;
    overflow: hidden;
  }

  body.frontend-site:not(.about-page) .active-page-wrapper,
  body.frontend-site:not(.about-page) .screen,
  body.frontend-site:not(.about-page) .screen.active,
  body.frontend-site:not(.about-page) .screen.standalone-screen {
    height: calc(100vh - 112px);
    min-height: 0 !important;
    overflow: hidden;
  }

  body.frontend-site:not(.about-page) .active-page-wrapper {
    padding-top: 0 !important;
  }

  body.frontend-site:not(.about-page) .screen {
    justify-content: center;
  }

  body.frontend-site:not(.about-page) .screen-inner {
    height: 100%;
    min-height: 0 !important;
    padding-top: 50px;
    padding: clamp(16px, 2.4vh, 26px) 5vw clamp(14px, 2vh, 22px) !important;
    justify-content: center;
  }

  body.frontend-site:not(.about-page) .page-title,
  body.frontend-site:not(.about-page) .list-title,
  body.frontend-site:not(.about-page) .course-title,
  body.frontend-site:not(.about-page) .podcast-details-card .title {
    font-family: var(--font-display);
    color: var(--navy);
    letter-spacing: 0;
  }

  body.frontend-site:not(.about-page) .page-title,
  body.frontend-site:not(.about-page) .list-title {
    font-size: clamp(28px, 3vw, 40px) !important;
    line-height: 1.1;
    margin-bottom: 0.45rem !important;
  }

  body.frontend-site:not(.about-page) .page-sub,
  body.frontend-site:not(.about-page) .list-sub,
  body.frontend-site:not(.about-page) #screen-consultancy .body-text {
    font-family: var(--font-body);
    font-size: clamp(12px, 1.05vw, 14px) !important;
    line-height: 1.45 !important;
    color: var(--text-muted);
  }

  body.frontend-site:not(.about-page) #screen-podcasts .page-sub,
  body.frontend-site:not(.about-page) #screen-courses .page-sub {
    max-width: 980px;
    margin-bottom: clamp(18px, 3vh, 30px) !important;
  }

  body.frontend-site:not(.about-page) #screen-podcasts .cards-grid,
  body.frontend-site:not(.about-page) #screen-courses .course-grid,
  body.frontend-site:not(.about-page) .cards-grid {
    gap: clamp(12px, 1.5vw, 20px) !important;
  }

  body.frontend-site:not(.about-page) #screen-podcasts .card {
    min-height: 190px;
    padding: clamp(14px, 1.4vw, 20px);
  }

  body.frontend-site:not(.about-page) #screen-podcasts .card-title,
  body.frontend-site:not(.about-page) #screen-courses .card-title-new {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.frontend-site:not(.about-page) #screen-courses .card-thumb-new {
    height: clamp(64px, 9vh, 82px);
  }

  body.frontend-site:not(.about-page) #screen-courses .card-body-new {
    padding: 0.75rem 0.9rem;
  }

  body.frontend-site:not(.about-page) #screen-courses .view-btn-new {
    margin-bottom: 0.85rem;
  }

  body.frontend-site:not(.about-page) #screen-podcasts .see-more-wrap,
  body.frontend-site:not(.about-page) #screen-courses .see-more-wrap,
  body.frontend-site:not(.about-page) #screen-consultancy .consultancy-action-row {
    margin-top: clamp(16px, 2.5vh, 28px) !important;
  }

  body.frontend-site:not(.about-page) #screen-consultancy .consultancy-text-wrap {
    max-width: 1040px;
    margin-bottom: 0;
  }

  body.frontend-site:not(.about-page) #screen-consultancy .body-text {
    margin-bottom: clamp(12px, 1.8vh, 18px);
  }

  body.frontend-site:not(.about-page) .booking-flow-shell {
    height: calc(100vh - 154px) !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.frontend-site:not(.about-page) .list-header {
    margin-bottom: clamp(14px, 2vh, 22px) !important;
  }

  body.frontend-site:not(.about-page) .topic-filter-wrap {
    margin-top: 0.85rem !important;
  }

  body.frontend-site:not(.about-page) .table-container-outer {
    margin-top: clamp(14px, 2vh, 22px) !important;
    max-height: calc(100vh - 315px);
    overflow: auto;
  }

  body.frontend-site:not(.about-page) .table-responsive {
    max-height: inherit;
    overflow: auto;
  }

  body.frontend-site:not(.about-page) .course-directory-table th,
  body.frontend-site:not(.about-page) .podcast-directory-table th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 12px 18px !important;
  }

  body.frontend-site:not(.about-page) .course-directory-table td,
  body.frontend-site:not(.about-page) .podcast-directory-table td {
    padding: 11px 18px !important;
    font-size: 13px !important;
  }

  body.frontend-site:not(.about-page) .back-btn-container {
    margin-top: px;
    margin-bottom: 12px;
  }

  body.frontend-site:not(.about-page) .podcast-details-section,
  body.frontend-site:not(.about-page) .course-register-section,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-120 {
    height: calc(100vh - 112px);
    min-height: 0 !important;
    padding-top: clamp(14px, 2vh, 24px) !important;
    padding-bottom: clamp(14px, 2vh, 24px) !important;
    overflow: hidden;
  }

  body.frontend-site:not(.about-page) .podcast-details-section > .container,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100 > .container {
    height: 100%;
    overflow: hidden;
  }

  body.frontend-site:not(.about-page) .podcast-details-section .row,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100 > .container > .row {
    height: calc(100% - 52px);
  }

  body.frontend-site:not(.about-page) .podcast-details-section .col-lg-8,
  body.frontend-site:not(.about-page) .podcast-details-section .col-lg-4,
  body.frontend-site:not(.about-page) .course-details-header,
  body.frontend-site:not(.about-page) .course-details-sidebar {
    min-height: 0;
  }

  body.frontend-site:not(.about-page) .podcast-details-section .col-lg-8,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100 .col-lg-8 {
    height: 100%;
    overflow: auto;
    padding-right: 14px;
  }

  body.frontend-site:not(.about-page) .podcast-details-section .col-lg-4,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100 .col-lg-4 {
    height: 100%;
    overflow: auto;
  }

  body.frontend-site:not(.about-page) .podcast-details-card__thumb {
    height: clamp(170px, 28vh, 260px) !important;
  }

  body.frontend-site:not(.about-page) .podcast-details-card__content {
    padding: clamp(18px, 2.5vw, 30px) !important;
  }

  body.frontend-site:not(.about-page) .podcast-details-card .description {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 1.25rem !important;
  }

  body.frontend-site:not(.about-page) .episodes-list {
    margin-top: 1.5rem !important;
  }

  body.frontend-site:not(.about-page) .course-details-header {
    margin-bottom: 1rem !important;
  }

  body.frontend-site:not(.about-page) .course-details-header .title {
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.15;
  }

  body.frontend-site:not(.about-page) .main-course-details-video {
    max-height: 280px;
  }

  body.frontend-site:not(.about-page) .main-course-details-video img {
    max-height: 280px;
    object-fit: cover;
  }

  body.frontend-site:not(.about-page) .course-details-box,
  body.frontend-site:not(.about-page) .instructor-card,
  body.frontend-site:not(.about-page) .comment-area,
  body.frontend-site:not(.about-page) .rating-area,
  body.frontend-site:not(.about-page) .annoucement-area {
    font-size: 14px;
    line-height: 1.55;
  }

  body.frontend-site:not(.about-page) .course-details-sidebar {
    position: sticky;
    top: 0;
  }

  body.frontend-site:not(.about-page) .course-register-section > .container {
    height: 100%;
  }

  body.frontend-site:not(.about-page) .register-card {
    height: calc(100% - 52px);
    padding: clamp(22px, 3vw, 38px) !important;
    overflow: hidden;
  }

  body.frontend-site:not(.about-page) .register-card > .row {
    height: 100%;
  }

  body.frontend-site:not(.about-page) .course-visual {
    height: 100% !important;
    min-height: 320px;
  }

  body.frontend-site:not(.about-page) .register-details {
    max-height: 100%;
    overflow: auto;
    padding-right: 8px;
  }

  body.frontend-site:not(.about-page) .course-desc,
  body.frontend-site:not(.about-page) .learn-content {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body.frontend-site:not(.about-page) .course-desc {
    max-height: 118px;
    overflow: auto;
  }

  body.frontend-site:not(.about-page) .learn-content {
    max-height: 124px;
    overflow: auto;
  }

  body.frontend-site:not(.about-page) .whatsapp-float {
    width: 52px;
    height: 52px;
    right: 24px;
    bottom: 24px;
  }

  body.frontend-site:not(.about-page) .whatsapp-float .whatsapp-pulse {
    width: 52px;
    height: 52px;
  }

  body.frontend-site:not(.about-page) .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  body.frontend-site:not(.about-page) {
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) .main-wrapper {
    height: auto !important;
    min-height: calc(100vh - 112px);
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) .active-page-wrapper,
  body.frontend-site:not(.about-page) .screen,
  body.frontend-site:not(.about-page) .screen.active,
  body.frontend-site:not(.about-page) .screen.standalone-screen,
  body.frontend-site:not(.about-page) .podcast-details-section,
  body.frontend-site:not(.about-page) .course-register-section,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-120 {
    height: auto !important;
    min-height: calc(100vh - 112px);
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) .screen-inner {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) .podcast-details-section > .container,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100 > .container,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-120 > .container,
  body.frontend-site:not(.about-page) .course-register-section > .container {
    height: auto !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) .podcast-details-section .row,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100 > .container > .row,
  body.frontend-site:not(.about-page) .register-card,
  body.frontend-site:not(.about-page) .course-details-sidebar {
    height: auto !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) .register-card {
    max-height: none !important;
  }

  body.frontend-site:not(.about-page) .course-visual {
    height: auto !important;
    min-height: 200px;
  }

  body.frontend-site:not(.about-page) .table-container-outer {
    max-height: none !important;
    overflow: auto !important;
  }

  body.frontend-site:not(.about-page) .hero {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) #screen-home {
    height: calc(100vh - 112px) !important;
    min-height: calc(100vh - 112px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) #screen-home .hero-headline,
  body.frontend-site:not(.about-page) #screen-home .hero-sub,
  body.frontend-site:not(.about-page) #screen-home .hero-btns {
    position: relative !important;
  }
}

@media (min-width: 992px) and (max-height: 760px) {
  body.frontend-site:not(.about-page) .site-header {
    min-height: 0;
    padding: 15px 5vw;
    gap: 15px;
  }

  body.frontend-site:not(.about-page) .logo-text img {
    max-height: 116px;
    transform: scale(1.4) translateY(6px);
  }

  body.frontend-site:not(.about-page) .main-wrapper {
    padding-top: 96px;
  }

  body.frontend-site:not(.about-page) .active-page-wrapper,
  body.frontend-site:not(.about-page) .screen,
  body.frontend-site:not(.about-page) .screen.active,
  body.frontend-site:not(.about-page) .screen.standalone-screen,
  body.frontend-site:not(.about-page) .podcast-details-section,
  body.frontend-site:not(.about-page) .course-register-section,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-120 {
    height: calc(100vh - 96px);
  }

  body.frontend-site:not(.about-page) .hero-headline {
    font-size: clamp(40px, 5vw, 64px) !important;
    margin-top: 0 !important;
  }

  body.frontend-site:not(.about-page) .hero-sub {
    margin-bottom: 1.25rem;
  }

  body.frontend-site:not(.about-page) #screen-podcasts .page-sub,
  body.frontend-site:not(.about-page) #screen-courses .page-sub,
  body.frontend-site:not(.about-page) #screen-consultancy .body-text {
    font-size: 12px !important;
    line-height: 1.38 !important;
  }
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .main-wrapper {
    min-height: 100vh;
    padding-top: 70px;
  }

  .screen,
  .screen.active,
  .screen.standalone-screen,
  .active-page-wrapper {
    min-height: calc(100vh - 70px);
    overflow: visible;
  }

  .screen-inner {
    min-height: auto;
    padding: 28px 20px 44px !important;
  }

  .page-title,
  .list-title,
  .course-title {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.12;
  }

  .page-sub,
  .list-sub {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 24px !important;
  }

  .hero-headline {
    margin-top: 0.5em !important;
  }

  .hero-btns {
    flex-wrap: wrap;
  }

  .active-page-wrapper.py-5 {
    padding-top: 24px !important;
    padding-bottom: 36px !important;
  }

  .table-container-outer {
    overflow: auto;
  }

  .course-register-section,
  .podcast-details-section,
  .main-wrapper > section.pt-100,
  .main-wrapper > section.pt-120 {
    padding-top: 28px !important;
    padding-bottom: 44px !important;
  }

  .register-card {
    padding: 1.25rem !important;
  }

  .course-info-grid,
  .upcoming-actions,
  .podcast-platforms,
  #podcast-player .player-wrapper {
    flex-direction: column;
    align-items: stretch !important;
  }

  .audio-player-fixed {
    padding: 0.75rem 0 !important;
  }
}

body.about-page {
  overflow-y: auto !important;
}

@media (min-width: 992px) {
  body.frontend-site:not(.about-page) .site-header {
    min-height: 0 !important;
    padding: 15px 5vw !important;
    gap: 15px !important;
  }

  body.frontend-site:not(.about-page) .header-top {
    height: 45px !important;
  }

  body.frontend-site:not(.about-page) .header-bottom {
    height: 35px !important;
  }

  body.frontend-site:not(.about-page) .logo-text {
    height: 166px !important;
    align-items: end !important;
  }

  body.frontend-site:not(.about-page) .logo-text img {
    max-height: 116px !important;
    transform: scale(1.4) translateY(6px) !important;
  }

  body.frontend-site:not(.about-page) .main-wrapper {
    padding-top: 100px !important;
  }

  body.frontend-site:not(.about-page) .active-page-wrapper,
  body.frontend-site:not(.about-page) .screen,
  body.frontend-site:not(.about-page) .screen.active,
  body.frontend-site:not(.about-page) .screen.standalone-screen {
    height: calc(100vh - 100px) !important;
  }
}

/* Final override: allow content to grow and scroll on mid-large widths
   (fixes layouts between ~992px and ~1300px where 100vh locks hide content) */
@media (min-width: 992px) and (max-width: 1300px) {
  body.frontend-site:not(.about-page) {
    overflow-y: auto !important;
    height: auto !important;
    min-height: calc(100vh - 112px) !important;
  }

  body.frontend-site:not(.about-page) .main-wrapper {
    height: auto !important;
    min-height: calc(100vh - 112px) !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) .active-page-wrapper,
  body.frontend-site:not(.about-page) .screen,
  body.frontend-site:not(.about-page) .screen.active,
  body.frontend-site:not(.about-page) .screen.standalone-screen,
  body.frontend-site:not(.about-page) .podcast-details-section,
  body.frontend-site:not(.about-page) .course-register-section,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-120 {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) .screen-inner,
  body.frontend-site:not(.about-page) .register-card,
  body.frontend-site:not(.about-page) .podcast-details-section > .container,
  body.frontend-site:not(.about-page) .main-wrapper > section.pt-100 > .container {
    height: auto !important;
    max-height: none !important;
    overflow: auto !important;
  }

  body.frontend-site:not(.about-page) .table-container-outer {
    max-height: none !important;
    overflow: auto !important;
  }

  body.frontend-site:not(.about-page) .hero {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) #screen-home {
    height: calc(100vh - 112px) !important;
    min-height: calc(100vh - 112px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  body.frontend-site:not(.about-page) #screen-home .hero-headline,
  body.frontend-site:not(.about-page) #screen-home .hero-sub,
  body.frontend-site:not(.about-page) #screen-home .hero-btns {
    position: relative !important;
  }
}
