/* =====================================================================
   Mrs. Asha Susan Mani — Homepage
   style.css  ·  Design system, layout & components
   Fonts: Quicksand (headings/UI), Mulish (body)
   ===================================================================== */

/* ----------------------------- Base / Reset ----------------------------- */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Mulish', -apple-system, sans-serif;
  color: #233534;
  background: #FCF8F1;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

::selection {
  background: #00A9C2;
  color: #fff;
}



/* Shared layout container */
.utility-bar__inner,
.header__inner,
.stats__grid,
.about__grid,
.conditions__inner,
.services,
.testimonials__inner,
.media,
.gallery__inner,
.videos__inner,
.faq__inner,
.cta-wrap,
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ----------------------------- Shared headings ----------------------------- */
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eyebrow--orange {
  color: #EA8114;
}

.eyebrow--teal {
  color: #00567A;
}

.eyebrow--lightteal {
  color: #7FD0DE;
}

.eyebrow--cta {
  color: rgba(255, 255, 255, .8);
}

.section-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: -.02em;
  margin: 0 0 12px;
  color: #0C3144;
}

.section-title--light {
  color: #fff;
}

.section-title--sm {
  font-size: 26px;
  line-height: 1.18;
  margin: 0;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}

.section-lead {
  font-size: 16px;
  line-height: 1.65;
  color: #778684;
  margin: 0;
}

.section-lead--light {
  color: #A6C2BD;
}

/* ----------------------------- Shared buttons & links ----------------------------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #00567A, #00A9C2);
  color: #fff;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(0, 86, 122, .42);
  transition: filter .25s ease;
}

.btn-primary:hover {
  filter: brightness(1.08);
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  background: #0C3144;
  padding: 13px 24px;
  border-radius: 12px;
  transition: background .25s ease;
}

.btn-dark:hover {
  background: #00567A;
}

.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #EA8114, #C96B0F);
  color: #fff;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(234, 129, 20, .32);
  transition: filter .25s ease;
}

.btn-phone:hover {
  filter: brightness(1.05);
}

.btn-phone span {
  font-size: 14px;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #00567A;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 34px;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 15px 34px;
  border-radius: 14px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #25D366;
  color: #073C1C;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 12px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 12px;
}

.link-teal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00567A;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.link-lightteal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5BC2D4;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
}

/* ----------------------------- Utility bar ----------------------------- */
.utility-bar {
  background: linear-gradient(90deg, #00567A, #00A9C2);
  color: #fff;
  font-size: 13px;
}

.utility-bar__inner {
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.utility-bar__group {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
}

.utility-bar__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.utility-bar__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #EA8114;
}

.utility-bar__sep {
  opacity: .45;
}

.utility-bar__muted {
  opacity: .92;
}

.utility-bar a {
  color: #fff;
  text-decoration: none;
  opacity: .95;
}

/* ----------------------------- Header ----------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #F0E7D8;
  transition: padding .3s ease, box-shadow .3s ease, background .3s ease;
}

.header__inner {
  padding: 13px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.header__logo img {
  height: 60px;
  width: auto;
  transition: height .3s ease, filter .3s ease;
}

.nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 600;
  color: #3A4A48;
}

.nav a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.nav a:hover {
  color: #00567A;
}

.nav__caret {
  font-size: 9px;
  opacity: .6;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #F1F6F4;
  border: 1px solid #E2E9E6;
  cursor: pointer;
  color: #0C3144;
  font-size: 20px;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 10px 18px 18px;
  background: #fff;
  border-top: 1px solid #F0E7D8;
  height: 100vh;
}

.mobile-menu a {
  padding: 13px 8px;
  border-bottom: 1px solid #F4EEE2;
  color: #0C3144;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.mobile-menu__cta {
  margin-top: 10px;
  text-align: center;
  padding: 14px !important;
  border-radius: 12px;
  border-bottom: none !important;
  background: linear-gradient(135deg, #EA8114, #C96B0F);
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

/* Transparent header while over the dark hero (top of page) */
.header.is-transparent {
  background: #ffffffad;
  border-bottom-color: transparent;
}

/* .header.is-transparent #desktopNav a { color: #fff; } */
.header.is-transparent #desktopNav a {
  color: #0084a2;
}

.header.is-transparent .nav-toggle {
  background: rgb(207 111 16);
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

/* Scrolled (solid) header */
.header.is-scrolled {
  box-shadow: 0 10px 34px rgba(20, 52, 52, .10);
  background: rgba(255, 255, 255, .96);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.header.is-scrolled .header__logo img {
  height: 52px;
  filter: none;
}

/* ----------------------------- Hero ----------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A2A33;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #071C23;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.05);
}

.hero__overlay-h {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #071C23 0%, #071C23 1%, rgba(7, 28, 35, .3) 60%, rgba(7, 28, 35, .3) 100%);
}

.hero__overlay-v {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 28, 35, .55), transparent 45%);
}

.hero__overlay-mobile {
  display: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 86, 122, .18), rgba(234, 129, 20, .12));
  pointer-events: none;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
}

.hero__copy {
  max-width: 650px;
  animation: heroFade 1s ease both;
}

.hero__title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 4px;
  color: #fff;
}

.hero__cred {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #CFE6EC;
  letter-spacing: .04em;
  margin: 0 0 14px;
}

.hero__sub {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #F2B85C;
  margin: 0 0 16px;
  border-bottom: 2px solid rgba(242, 184, 92, .4);
  padding-bottom: 16px;
  display: inline-block;
}

.hero__stats {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #EAF2F1;
  margin: 0 0 16px;
}

.hero__desc {
  font-size: 16.5px;
  line-height: 1.7;
  color: #C2D4D2;
  max-width: 560px;
  margin: 0 0 30px;
}

/* Rating block */
.rating {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.rating__avatars {
  display: flex;
  align-items: center;
}

.rating__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
}

.rating__avatar+.rating__avatar {
  margin-left: -11px;
}

.rating__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rating__avatar--count {
  background: #2E2E66;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.rating__divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, .28);
}

.rating__text {
  line-height: 1.25;
}

.rating__stars {
  color: #F6B33E;
  font-size: 15px;
  letter-spacing: 2px;
}

.rating__label {
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  color: #EAF2F1;
  margin-top: 2px;
  white-space: nowrap;
}

.rating__label strong {
  font-weight: 700;
  color: #fff;
}

.mobile-video {
  display: none;
}

/* ----------------------------- Marquee ----------------------------- */
.marquee {
  background: #0C3144;
  color: #fff;
  overflow: hidden;
  padding: 16px 0;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.marquee__group {
  display: flex;
  align-items: center;
  gap: 46px;
  padding-right: 46px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
}

.marquee__dot {
  color: #5C7A73;
}

/* ----------------------------- Stats counters ----------------------------- */
.stats {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 16px;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-card {
  background: #fff;
  border: 1px solid #F0E7D8;
  border-radius: 20px;
  padding: 30px 26px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(20, 52, 52, .05);
}

.stat-card__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -.02em;
}

.stat-card__label {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  margin-top: 6px;
  color: #2C3D3B;
}

/* ----------------------------- About ----------------------------- */
.about {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
}

.about__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: center;
}

.about__media {
  position: relative;
}

.about__deco {
  position: absolute;
  z-index: 0;
}

.about__deco--square {
  top: -18px;
  left: -18px;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  background: #FCEAD2;
}

.about__deco--circle {
  bottom: -20px;
  right: -16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #DCF1F5;
}

.about__photo {
  position: relative;
  z-index: 1;
  border-radius: 26px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 26px 54px rgba(20, 52, 52, .16);
}

.about__photo img {
  width: 100%;
  aspect-ratio: 5/6;
  object-fit: cover;
  object-position: center 18%;
}

.about__badge {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: -14px;
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 16px 34px rgba(20, 52, 52, .16);
}

.about__badge-num {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #00567A;
}

.about__badge-text {
  font-size: 12px;
  color: #7A8886;
  max-width: 120px;
  line-height: 1.35;
}

.about__p {
  font-size: 16px;
  line-height: 1.7;
  color: #566664;
  margin: 0 0 16px;
}

.about__p--muted {
  color: #778684;
  margin-bottom: 26px;
}

.about__highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-bottom: 30px;
}

.highlight {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14.5px;
  font-weight: 600;
  color: #33433F;
}

.highlight__tick {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #DCF1F5;
  color: #00567A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* ----------------------------- Conditions ----------------------------- */
.conditions {
  position: relative;
  background: #fff;
  border-top: 1px solid #F2EADC;
  border-bottom: 1px solid #F2EADC;
}

.conditions__inner {
  padding: 78px 24px;
}

.conditions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cond-card {
  border-radius: 24px;
  padding: 34px 30px;
  transition: transform .55s cubic-bezier(.22, .7, .2, 1), box-shadow .35s ease;
}

.cond-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(20, 52, 52, .10);
}

.cond-card__num {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.cond-card__title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18.5px;
  line-height: 1.3;
  margin: 0 0 16px;
  color: #0C3144;
}

.cond-card__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.cond-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.45;
  color: #3F4F4C;
}

.cond-item__arrow {
  flex: none;
  font-weight: 700;
  margin-top: 1px;
}

/* per-card palettes */
.cond-card--teal {
  background: #E9F6F9;
  border: 1px solid #C9E8EE;
}

.cond-card--teal .cond-card__num {
  background: #00567A;
  box-shadow: 0 10px 22px rgba(0, 86, 122, .25);
}

.cond-card--teal .cond-item__arrow {
  color: #00567A;
}

.cond-card--orange {
  background: #FFF5E9;
  border: 1px solid #F6E2C4;
}

.cond-card--orange .cond-card__num {
  background: #EA8114;
  box-shadow: 0 10px 22px rgba(234, 129, 20, .25);
}

.cond-card--orange .cond-item__arrow {
  color: #EA8114;
}

.cond-card--green {
  background: #EEF4EE;
  border: 1px solid #D8E6D8;
}

.cond-card--green .cond-card__num {
  background: #669966;
  box-shadow: 0 10px 22px rgba(102, 153, 102, .22);
}

.cond-card--green .cond-item__arrow {
  color: #669966;
}

/* ----------------------------- Services ----------------------------- */
.services {
  padding: 80px 24px;
}

.services__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}

.services__head>div {
  max-width: 560px;
}

.services__head .section-title {
  margin: 0;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.svc-card {
  position: relative;
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 24px;
  overflow: hidden;
  transition: transform .55s cubic-bezier(.22, .7, .2, 1), box-shadow .4s ease, border-color .4s ease;
}

.svc-card__media {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.svc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-card__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(12, 49, 68, .04), rgba(12, 49, 68, .5));
}

.svc-card__no {
  position: absolute;
  top: 14px;
  right: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  opacity: .9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.svc-card__body {
  position: relative;
  padding: 30px 28px 28px;
}

.svc-card__icon {
  position: absolute;
  top: -28px;
  left: 26px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.svc-card__title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 14px 0 9px;
  color: #0C3144;
}

.svc-card__text {
  font-size: 13.5px;
  line-height: 1.6;
  color: #6E7E7B;
  margin: 0 0 18px;
}

.svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.svc-card__link-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
}

/* per-card accent colors (icon gradient, shadow, link color, hover border, tint dot) */
.svc-card--teal .svc-card__icon {
  background: linear-gradient(140deg, #00567A, #0A7FA8);
  box-shadow: 0 12px 24px rgba(0, 86, 122, .28);
}

.svc-card--teal .svc-card__link {
  color: #00567A;
}

.svc-card--teal .svc-card__link-dot {
  background: #E1EEF3;
}

.svc-card--teal:hover {
  transform: translateY(-10px);
  border-color: #00567A;
  box-shadow: 0 28px 52px rgba(12, 49, 68, .14);
}

.svc-card--orange .svc-card__icon {
  background: linear-gradient(140deg, #EA8114, #F6A23C);
  box-shadow: 0 12px 24px rgba(234, 129, 20, .28);
}

.svc-card--orange .svc-card__link {
  color: #EA8114;
}

.svc-card--orange .svc-card__link-dot {
  background: #FCEAD2;
}

.svc-card--orange:hover {
  transform: translateY(-10px);
  border-color: #EA8114;
  box-shadow: 0 28px 52px rgba(12, 49, 68, .14);
}

.svc-card--cyan .svc-card__icon {
  background: linear-gradient(140deg, #00A9C2, #46C7D8);
  box-shadow: 0 12px 24px rgba(0, 169, 194, .28);
}

.svc-card--cyan .svc-card__link {
  color: #00A9C2;
}

.svc-card--cyan .svc-card__link-dot {
  background: #DCF1F5;
}

.svc-card--cyan:hover {
  transform: translateY(-10px);
  border-color: #00A9C2;
  box-shadow: 0 28px 52px rgba(12, 49, 68, .14);
}

.svc-card--green .svc-card__icon {
  background: linear-gradient(140deg, #669966, #86B886);
  box-shadow: 0 12px 24px rgba(102, 153, 102, .28);
}

.svc-card--green .svc-card__link {
  color: #669966;
}

.svc-card--green .svc-card__link-dot {
  background: #E9F1E9;
}

.svc-card--green:hover {
  transform: translateY(-10px);
  border-color: #669966;
  box-shadow: 0 28px 52px rgba(12, 49, 68, .14);
}

/* ----------------------------- Testimonials ----------------------------- */
.testimonials {
  position: relative;
  background: linear-gradient(160deg, #0C3144 0%, #00567A 100%);
  overflow: hidden;
}

.testimonials__inner {
  padding: 80px 24px;
  position: relative;
}

.testimonials__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}

.testimonials__nav {
  display: flex;
  gap: 12px;
  position: absolute;
  right: 30px;
  /* bottom: 10px; */
}

.testimonials__arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.testimonials__arrow:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .38);
}

.testimonials__arrow--filled {
  background: #00A9C2;
  border-color: transparent;
  color: #fff;
}

.testimonials__arrow--filled:hover {
  background: #0091b3;
}

.testimonials__track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
  max-width: 100%;
  margin: 0 auto;
}

.testimonials__track::-webkit-scrollbar {
  display: none;
}

.testimonials__track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials__track .tcard {
  scroll-snap-align: start;
  flex: 0 0 calc(50% - 11px);
  min-width: 320px;
  max-width: 560px;
}

.tcard {
  background: linear-gradient(135deg, rgba(0, 169, 194, .16), rgba(0, 86, 122, .36));
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.tcard__text {
  font-size: 14px;
  line-height: 1.6;
  color: #E6EFF1;
  margin: 0 0 8px;
}

.tcard__text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.tcard__toggle {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 12px;
  cursor: pointer;
  color: #5BC2D4;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.tcard__stars {
  color: #F2B85C;
  font-size: 13px;
  letter-spacing: .1em;
  margin-bottom: 14px;
}

.tcard__author {
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 14px;
}

.tcard__avatar {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00A9C2, #5BC2D4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #062632;
}

.tcard__name {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
}

.tcard__role {
  font-size: 12px;
  color: #9FC2CC;
}

/* ----------------------------- Media / As featured on ----------------------------- */
.media {
  padding: 80px 24px;
}

.media__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.media-card {
  background: #fff;
  border: 1px solid #F0E7D8;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(20, 52, 52, .06);
  transition: transform .55s cubic-bezier(.22, .7, .2, 1), box-shadow .35s ease;
}

.media-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(20, 52, 52, .12);
}

.media-card__media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #08222E;
}

.media-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(12, 49, 68, .82);
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 11.5px;
  padding: 5px 11px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.media-card__body {
  padding: 20px 22px;
}

.media-card__body p {
  font-size: 14.5px;
  line-height: 1.55;
  color: #3F4F4C;
  margin: 0;
  font-weight: 600;
}

/* ----------------------------- Gallery ----------------------------- */
.gallery {
  background: #0C3144;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.gallery__inner {
  padding: 80px 24px;
  position: relative;
}

.gallery__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
  flex-wrap: wrap;
}

.gallery__head .section-title {
  margin: 0;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 18px;
}

.gallery__item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0A2632;
  margin: 0;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.gallery__item:hover img {
  transform: scale(1.06);
}

.gallery__item--big {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery__item--wide {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 34, 46, .55), transparent 55%);
}

.gallery__item figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

/* ----------------------------- Video success stories ----------------------------- */
.videos {
  position: relative;
  background: linear-gradient(180deg, #FCF8F1, #F3EFE4);
  overflow: hidden;
}

.videos__inner {
  max-width: 1240px;
  padding: 80px 24px;
}

.videos__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.videos__head>div {
  max-width: 620px;
}

.videos__head .section-title {
  margin: 0;
}

.videos__nav {
  display: flex;
  gap: 12px;
}

.videos__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #EADFCD;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(12, 49, 68, .10);
  color: #00567A;
  font-size: 20px;
}

.videos__arrow--filled {
  background: linear-gradient(135deg, #00567A, #00A9C2);
  border: none;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 86, 122, .3);
}

.videos__track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 2px 18px;
  scrollbar-width: none;
}

.videos__track::-webkit-scrollbar {
  display: none;
}

.vcard {
  flex: 0 0 268px;
  scroll-snap-align: start;
  text-decoration: none;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 9/13;
  display: block;
  box-shadow: 0 16px 38px rgba(12, 49, 68, .14);
  background: #08222E;
  transition: transform .3s ease;
}

.vcard:hover {
  transform: translateY(-6px);
}

.vcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vcard__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 28, 38, .88) 8%, rgba(8, 28, 38, .12) 46%, rgba(8, 28, 38, .28));
}

.vcard__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00567A;
  font-size: 21px;
  padding-left: 5px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}

.vcard__meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.vcard__tag {
  display: inline-block;
  background: #EA8114;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: .04em;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 9px;
}

.vcard__name {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
}

.vcard__stars {
  color: #F2B85C;
  font-size: 12px;
  letter-spacing: .06em;
  margin-top: 5px;
}

/* ----------------------------- FAQ / Ask Asha ----------------------------- */
.faq {
  background: radial-gradient(120% 120% at 80% 0%, #0A3A4E 0%, #08303F 55%, #062632 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.faq__inner {
  max-width: 1080px;
  padding: 80px 24px;
  position: relative;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  overflow: hidden;
}

.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.faq-item__icon {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00567A, #00A9C2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform .25s ease;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(45deg);
}

.faq-item__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.faq-item.is-open .faq-item__a {
  grid-template-rows: 1fr;
}

.faq-item__a-inner {
  overflow: hidden;
  padding: 0 26px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #C5D8D4;
}

.faq-item.is-open .faq-item__a-inner {
  padding-bottom: 24px;
}

.faq__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

/* ----------------------------- CTA ----------------------------- */
.cta-wrap {
  padding: 70px 24px;
}

.cta {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(125deg, #00567A 0%, #00A9C2 60%, #00A9C2 100%);
  color: #fff;
  padding: 62px 56px;
  box-shadow: 0 30px 60px rgba(0, 86, 122, .28);
}

.cta__blob {
  position: absolute;
  border-radius: 50%;
}

.cta__blob--tr {
  top: -60px;
  right: -30px;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, .09);
}

.cta__blob--bl {
  bottom: -90px;
  left: -50px;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, .06);
}

.cta__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta__deco span {
  position: absolute;
}

.cta__deco-star {
  top: 22px;
  left: 47%;
  color: rgba(255, 255, 255, .85);
  font-size: 20px;
}

.cta__deco-spark {
  top: 24px;
  right: 32%;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
}

.cta__deco-heart {
  bottom: 22px;
  left: 43%;
  color: #FFD9A0;
  font-size: 16px;
}

.cta__deco-dot {
  bottom: 30px;
  right: 37%;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
}

.cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta__text {
  max-width: 620px;
}

.cta__title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.14;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}

.cta__lead {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92);
  margin: 0;
}

.cta__actions {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

/* ----------------------------- Footer ----------------------------- */
.footer {
  background: #07242F;
  color: #9FB6B0;
}

.footer__inner {
  padding: 64px 24px 28px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer__logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer__logo {
  width: 54px;
  height: 48px;
  border-radius: 11px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.footer__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.footer__name {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.footer__role {
  font-family: 'Quicksand', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5BC2D4;
}

.footer__about {
  font-size: 14px;
  line-height: 1.65;
  max-width: 340px;
  margin: 0 0 18px;
}

.footer__contact {
  font-size: 13px;
  line-height: 1.85;
}

.footer__contact a {
  color: #CFE0DC;
  text-decoration: none;
}

.footer__muted {
  color: #7E938E;
}

.footer__col-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  margin-bottom: 16px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
}

.footer__col a {
  color: #9FB6B0;
  text-decoration: none;
}

.footer__col .footer__col-title {
  display: block;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  font-size: 13px;
  color: #728681;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__legal {
  display: flex;
  gap: 20px;
}

.footer__legal a {
  color: #728681;
  text-decoration: none;
}

/* ----------------------------- Scroll-reveal animations ----------------------------- */
[data-reveal] {
  opacity: 0;
  transition: opacity 1.15s cubic-bezier(.22, .7, .2, 1), transform 1.15s cubic-bezier(.22, .7, .2, 1);
}

[data-reveal="1"],
[data-reveal="up"] {
  transform: translateY(36px);
}

[data-reveal="left"] {
  transform: translateX(-60px);
}

[data-reveal="right"] {
  transform: translateX(60px);
}

[data-reveal].is-shown {
  opacity: 1;
  transform: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes kenburns {
  0% {
    transform: scale(1.04) translate(0, 0);
  }

  50% {
    transform: scale(1.12) translate(-1.5%, -1%);
  }

  100% {
    transform: scale(1.04) translate(0, 0);
  }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1280px) {
  .hero__content {
    padding: 60px 24px 76px;
  }
}

@media(min-width:881px) {
  .deskgtop-txt {
    display: block;
  }

  .mobile-txt {
    display: none;
  }
}

@media (max-width: 880px) {

  /* Header: swap desktop nav for hamburger */
  #desktopNav {
    display: none;
  }

  .btn-phone {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-menu.is-open {
    display: flex;
  }

  /* Collapse multi-column grids */
  .about__grid,
  .conditions__grid,
  .services__grid,
  .testimonials__grid {
    grid-template-columns: 1fr;
  }

  .stats__grid,
  .media__grid,
  .gallery__grid,
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Gallery: equalize tiles */
  .gallery__grid {
    grid-auto-rows: 150px;
  }

  .gallery__item--big,
  .gallery__item--wide {
    grid-column: auto;
    grid-row: auto;
  }

  /* HERO → stacked: video on top, copy below (like reference site) */
  .hero {
    display: block;
    margin-top: 0px;
    height: 90vh;
  }

  /* Reduce hero visual height on small screens so content fits above the fold
     and the subject's face remains visible. */
  .hero__bg {
    position: relative;
    height: 90vh;
  }

  .hero__video {
    object-position: center 30%;
  }

  .hero__overlay-h {
    background: linear-gradient(180deg, rgb(7 28 35 / 61%), rgb(7 28 35 / 55%));
  }

  .hero__overlay-v {
    display: none;
  }

  .hero__overlay-mobile {
    display: block;
  }

  /* Place the copy over the lower portion of the video; tighten paddings to
     avoid large empty space below buttons. */
  .hero__content {
    position: absolute;
    background: linear-gradient(180deg, rgba(7, 28, 35, .48), rgba(7, 28, 35, .28));
    padding: 12px 18px 28px;
    max-width: none;
    top: 59%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-18%);
    height: auto;
  }

  .hero__title {
    font-size: 28px;
  }

  .hero__sub {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .hero__stats {
    font-size: 16px;
  }

  .rating {
    gap: 12px;
  }

  .header__logo img {
    height: 54px;
  }

  /* Utility bar: center, hide separators */
  .utility-bar__inner {
    justify-content: center;
    gap: 4px 14px;
    font-size: 11.5px;
    text-align: center;
  }

  .utility-bar__group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 12px;
  }

  .utility-bar__sep {
    display: none;
  }

  .hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 99%;
    object-fit: cover;
    object-position: center 41%;
    filter: grayscale(0) contrast(1);
  }

  html,
  body {
    overflow-x: hidden;
  }

  .hero__bg {
    height: 50vh;
  }

  .hero__overlay-h {
    background: linear-gradient(0deg, #071C23 0%, rgba(7, 28, 35, 0) 54%);
  }

  .mobile-txt {
    display: block;
  }

  .deskgtop-txt {
    display: none;
  }

  .herospan {
    font-size: 15px;
  }
}


@media (max-width: 620px) {

  .stats__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .hero__title {
    font-size: 24px;
  }

  .hero__cred {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero__sub {
    font-size: 17px;
  }

  .btn-primary {
    padding: 12px 20px;
    font-size: 15px;
  }

  .hero__video {
    object-position: center 57%;
  }

  .hero__content {
    top: 60%;
    transform: translateY(-20%);
    padding: 10px 14px 22px;
  }

  .hero__desc {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .hero__stats {
    margin: 0 0 12px;
  }
}

@media (max-width: 720px) {
  .hero__content {
    padding-top: 0px;
    top: 0px;
    transform: translateY(0%);
    position: relative;
  }

  .video-m {
    height: 60vh;
    overflow: hidden;
  }

  .hero__copy {
    max-width: 100%;
  }

  .hero {
    height: auto;
  }

  .hero__title {
    font-size: 24px;
    margin-top: 0px;
  }

  .hero {
    min-height: auto;
  }
}

/* =====================================================================
   Mrs. Asha Susan Mani — Inner Pages
   pages.css  ·  SHARED extras for all inner/service pages
   --------------------------------------------------------------------
   • Loaded AFTER style.css on every inner page.
   • Reuses the common design system (colors, fonts, .section-title,
     .eyebrow, .btn-*, .cta, .cond-card, .stat-card, footer, etc.).
   • All selectors are uniquely prefixed  .pg-*  so nothing here can
     collide with the homepage or other components.
   ===================================================================== */

/* ----------------------------- Page hero / breadcrumb ----------------------------- */
.pg-hero {
  position: relative;
  background: radial-gradient(120% 120% at 82% 0%, #0A3A4E 0%, #08303F 55%, #062632 100%);
  color: #fff;
  overflow: hidden;
}

.pg-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 118px 24px 66px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}

.pg-breadcrumb {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #7FD0DE;
  margin-bottom: 20px;
}

.pg-breadcrumb a {
  color: #7FD0DE;
  text-decoration: none;
}

.pg-breadcrumb a:hover {
  text-decoration: underline;
}

.pg-breadcrumb span {
  color: #5E7C84;
  margin: 0 8px;
}

.pg-hero__title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  color: #fff;
}

.pg-hero__cred {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #CFE6EC;
  margin: 0 0 8px;
}

.pg-hero__meta {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #F2B85C;
  margin: 0 0 22px;
}

.pg-hero__lead {
  font-size: 16px;
  line-height: 1.7;
  color: #C2D4D2;
  max-width: 560px;
  margin: 0 0 28px;
}

.pg-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pg-hero__media {
  position: relative;
  display: flex;
  justify-content: center;
}

.pg-hero__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, .1);
  box-shadow: 0 30px 64px rgba(0, 0, 0, .4);
}

.pg-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.pg-hero__ring {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 169, 194, .35), transparent 70%);
  filter: blur(10px);
}

.pg-hero__badge {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: -12px;
  background: #fff;
  color: #0C3144;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .25);
}

.pg-hero__badge-num {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #00567A;
}

.pg-hero__badge-text {
  font-size: 12px;
  color: #7A8886;
  max-width: 130px;
  line-height: 1.35;
}

/* ----------------------------- Generic section wrapper ----------------------------- */
.pg-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
}

.pg-section--tint {
  background: #fff;
  border-top: 1px solid #F2EADC;
  border-bottom: 1px solid #F2EADC;
  max-width: none;
}

.pg-section--tint>.pg-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ----------------------------- Bio / story ----------------------------- */
.pg-bio {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 48px;
  align-items: start;
}

.pg-bio__p {
  font-size: 16px;
  line-height: 1.75;
  color: #4E5E5B;
  margin: 0 0 18px;
}

.pg-bio__p:first-child {
  font-size: 17.5px;
  color: #2C3D3B;
}

.pg-bio__p strong {
  color: #0C3144;
}

/* Highlights card (sticky rail) */
.pg-highlights {
  background: linear-gradient(160deg, #0C3144, #00567A);
  color: #fff;
  border-radius: 22px;
  padding: 32px 30px;
  position: sticky;
  top: 96px;
  box-shadow: 0 24px 48px rgba(12, 49, 68, .16);
}

.pg-highlights__title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.pg-highlights__row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.pg-highlights__row:last-child {
  border-bottom: none;
}

.pg-highlights__num {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #5BC2D4;
  flex: none;
  min-width: 78px;
}

.pg-highlights__label {
  font-size: 13.5px;
  line-height: 1.4;
  color: #CFE0DC;
}

/* ----------------------------- Professional profile table ----------------------------- */
.pg-profile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pg-profile__item {
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 16px;
  padding: 22px 24px;
  transition: transform .35s cubic-bezier(.22, .7, .2, 1), box-shadow .35s ease, border-color .35s ease;
}

.pg-profile__item:hover {
  transform: translateY(-4px);
  border-color: #00A9C2;
  box-shadow: 0 20px 40px rgba(12, 49, 68, .10);
}

.pg-profile__label {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #EA8114;
  margin-bottom: 8px;
}

.pg-profile__value {
  font-size: 15px;
  line-height: 1.55;
  color: #33433F;
}

.pg-profile__value strong {
  color: #0C3144;
  font-weight: 700;
}

.pg-profile__item--wide {
  grid-column: 1 / -1;
}

/* Specialty tags */
.pg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

.pg-tag {
  background: #E9F6F9;
  color: #00567A;
  border: 1px solid #C9E8EE;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 999px;
}

/* ----------------------------- Responsive ----------------------------- */
@media (max-width: 880px) {
  .pg-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 104px 22px 52px;
  }

  .pg-hero__media {
    order: -1;
  }

  .pg-hero__title {
    font-size: 32px;
  }

  .pg-bio {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pg-highlights {
    position: static;
  }

  .pg-profile__grid {
    grid-template-columns: 1fr;
  }

  .pg-section {
    padding: 52px 22px;
  }
}

@media (max-width: 560px) {
  .pg-hero__title {
    font-size: 27px;
  }

  .pg-hero__photo {
    max-width: 290px;
  }
}

/* =====================================================================
   SERVICE / GUIDE PAGE COMPONENTS  (shared by all inner pages)
   ===================================================================== */

/* Intro definition line under a hero or section */
.pg-lede {
  font-size: 17px;
  line-height: 1.75;
  color: #3F4F4C;
  max-width: 820px;
  margin: 0 0 18px;
}

.pg-lede strong {
  color: #0C3144;
}

/* Two-column content + aside layout */
.pg-split {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 15px;
    align-items: start;
}

/* Quick summary card */
.pg-summary {
  background: #F3FAF7;
  border: 1px solid #CDE8E1;
  border-radius: 20px;
  padding: 30px 32px;
}

.pg-summary__title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0C3144;
  margin: 0 0 16px;
}

.pg-keydetails {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px dashed #C4E1DA;
  display: grid;
  gap: 10px;
}

.pg-keydetails div {
  font-size: 14px;
  color: #3F4F4C;
}

.pg-keydetails strong {
  color: #00567A;
  font-weight: 700;
}

/* Checklist (who this is for / outcomes) */
.pg-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
}

.pg-checklist li {
  position: relative;
  padding-left: 34px;
  font-size: 15.5px;
  line-height: 1.55;
  color: #3F4F4C;
}

.pg-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  background: #DCF1F5;
  color: #00567A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.pg-checklist--orange li::before {
  background: #FCEAD2;
  color: #EA8114;
}

.pg-checklist--two {
  grid-template-columns: 1fr 1fr;
  gap: 13px 34px;
}

/* Problem → impact cards */
.pg-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pg-problem {
  background: #fff;
  border: 1px solid #F0E7D8;
  border-left: 4px solid #EA8114;
  border-radius: 14px;
  padding: 20px 22px;
}

.pg-problem__q {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #0C3144;
  margin: 0 0 6px;
}

.pg-problem__a {
  font-size: 13.5px;
  line-height: 1.55;
  color: #6E7E7B;
  margin: 0;
}

/* Process steps */
.pg-steps {
  display: grid;
  gap: 16px;
}

.pg-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 18px;
  padding: 24px 26px;
  transition: transform .35s ease, box-shadow .35s ease;
}

.pg-step:hover {
  transform: translateX(4px);
  box-shadow: 0 16px 34px rgba(12, 49, 68, .08);
}

.pg-step__no {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(140deg, #00567A, #00A9C2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.pg-step__title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #0C3144;
  margin: 4px 0 6px;
}

.pg-step__text {
  font-size: 14.5px;
  line-height: 1.6;
  color: #6E7E7B;
  margin: 0;
}

/* Comparison cards */
.pg-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pg-compare__card {
  border-radius: 18px;
  padding: 26px 28px;
}

.pg-compare__card--good {
  background: linear-gradient(160deg, #EAF6F2, #DCF1F5);
  border: 1px solid #C4E6DD;
}

.pg-compare__card--bad {
  background: #FBF3EC;
  border: 1px solid #F0DFCF;
}

.pg-compare__label {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 8px;
}

.pg-compare__card--good .pg-compare__label {
  color: #00567A;
}

.pg-compare__card--bad .pg-compare__label {
  color: #C0692A;
}

.pg-compare__text {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4E5E5B;
  margin: 0;
}

/* Author / clinical review block */
.pg-author {
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 20px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
}

.pg-author__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #DCF1F5;
  flex: none;
}

.pg-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-author__name {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #0C3144;
  margin: 0 0 4px;
}

.pg-author__role {
  font-size: 14px;
  color: #EA8114;
  font-weight: 600;
  margin: 0 0 10px;
}

.pg-author__meta {
  font-size: 13.5px;
  line-height: 1.6;
  color: #6E7E7B;
  margin: 0;
}

.pg-author__meta strong {
  color: #33433F;
}

/* Internal link chips */
.pg-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pg-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 12px;
  padding: 15px 18px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.pg-link:hover {
  transform: translateY(-3px);
  border-color: #00A9C2;
  box-shadow: 0 14px 28px rgba(12, 49, 68, .08);
}

.pg-link__arrow {
  color: #00A9C2;
  font-weight: 700;
  flex: none;
}

.pg-link__text {
  font-size: 14.5px;
  font-weight: 600;
  color: #0C3144;
}

/* External authority links */
.pg-ext {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pg-ext a {
  font-size: 14px;
  color: #00567A;
  text-decoration: none;
  border-bottom: 1px solid #A9D6DE;
  padding-bottom: 2px;
}

.pg-ext a:hover {
  color: #00A9C2;
}

/* Highlighted note / early-action callout */
.pg-note {
  background: linear-gradient(135deg, #0C3144, #00567A);
  color: #fff;
  border-radius: 20px;
  padding: 30px 34px;
}

.pg-note p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #E6EFF1;
    margin-bottom: 15px;
}

.pg-note p+p {
  margin-top: 14px;
}

.pg-note strong {
  color: #7FD0DE;
}

/* Age-stage cards (signs by age) */
.pg-agegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pg-agecard {
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 20px;
  padding: 26px 26px 8px;
  box-shadow: 0 12px 30px rgba(12, 49, 68, .05);
}

.pg-agecard__age {
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #00567A, #00A9C2);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.pg-agecard .pg-checklist {
  margin: 0;
}

@media (max-width: 880px) {
  .pg-agegrid {
    grid-template-columns: 1fr;
  }
}

.pg-note--wide {
  columns: 2;
  column-gap: 40px;
}

.pg-note--wide p {
  break-inside: avoid;
}

@media (max-width: 880px) {
  .pg-note--wide {
    columns: 1;
  }
}

@media (max-width: 880px) {
  .pg-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pg-checklist--two,
  .pg-problem-grid,
  .pg-compare,
  .pg-links {
    grid-template-columns: 1fr;
  }

  .pg-author {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .hero__overlay-h {
    background: linear-gradient(0deg, rgb(7, 28, 35) 0%, rgba(7, 28, 35, 0) 54%);
  }

}

@media (max-width: 900px) {
  .testimonials__nav {
    display: flex;
    gap: 12px;
    position: absolute;
    right: 0px;
    bottom: 21px;
    margin: auto;
    left: 0px;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .header__logo img {
    height: 45px;
  }

  .nav-toggle {
    height: 37px;
  }

  .herospan {
    font-size: 13px;
  }

  .hero__bg {
    height: 46vh;
  }

  .stats__grid,
  .media__grid,
  .gallery__grid,
  .footer__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .cta {
    padding: 32px 26px;
  }

  .cta__title {
    font-size: 25px;
  }

  .section-title {
    font-size: 25px;
  }

  .videos__inner {
    max-width: 90%;
    padding: 50px 0px;
  }

  .about__highlights {
    gap: 12px 14px;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }

  .conditions__inner {
    padding: 50px 24px;
  }
}


/* contactsUs */
.inner-sec {
  padding: 10px 0;
  background: #fff;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 46px;
  align-items: start;
}


.contact-info .ci-item .ic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ede2d1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f6357;
  font-size: 19px;
  flex-shrink: 0;

}

.contact-info .ci-item p {
  font-size: 14px;
  color: #1e1c1a;
  font-family: 'inter' system-ui, sans-serif;
}

.contact-info h2 {
  font-size: 36px;
  font-weight: 60;
  color: #b97a55;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
}

.contact-info h4 {
  font-size: 18px;
  font-weight: 60;
  color: #1e1c1a;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
}

.contact-info .lead {

  font-size: 14px;
  color: #1e1c1a;
  margin-bottom: 34px;
  max-width: 440px;
}

.contact-info .ci-item {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
  line-height: 0.5px;
}

.social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social i {
  color: #2b2620;
}

.social a {
  width: 36px;
  height: 36px;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: 0.3s;
}

.contact-card {
  background: #fbf8f3;
  border: 1px solid #d3d6df;
  border-radius: 8px;
  padding: 32px;
}

.contact-card .btn {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'inter' system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 1px solid #6f6357;
  background: transparent;
  color: #2b2620;
  padding: 10px 25px;
  border-radius: 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .4s;
  z-index: 1;
}

.btn.arr {
  transition: transform .4s;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e1d7c8;
  border-radius: 5px;
  padding: 13px 15px;
  margin-bottom: 14px;
  font-family: 'inter' system-ui, sans-serif;
  font-size: 13px;
  color: #6f6357;
  transition: border .3s;
}

.contact-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 60;
  font-size: 30px;
  margin-bottom: 22px;
}

.contact-card textarea {
  resize: vertical;
  min-height: 80px;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6f6357;
  transform: translateX(-101%);
  transition: transform .45s cubic-bezier(.7, 0, .3, 1);
  z-index: -1;
}


/* banner */
.page-banner {
  background-size: cover;
  background-position: center;
  background-color: #00567A;
  padding: 110px 0 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-banner .hero-sub {
  font-family: 'inter' system-ui, sans-serif;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.page-banner .crumb {
  font-family: 'inter' system-ui, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: .3px;
}

.page-banner .crumb .sep {
  margin: 0 10px;
  color: #b97a55;
}



@media (max-width: 900px) {
  .page-banner {
    padding: 90px 0 90px;
  }
}

@media (max-width: 700px) {
  .container {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 900px) {
  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}



/* blog */


.inner-sec {
  padding: 90px 0;
  background: #fff;
}

.container {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.reveal.d1 {
  transition-delay: .1s;
}

.reveal.d2 {
  transition-delay: .2s;
}

img {
  max-width: 100%;
  display: block;
}

.post {
  background: #fff;
  border: 1px solid #e6ddd0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .5s, box-shadow .5s;
  display: flex;
  flex-direction: column;
}


.post:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(90, 74, 58, .13);
}


.post .post-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #ede2d1;
}

.post .post-img img {
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.post:hover .post-img img {
  transform: scale(1.08);
}

.post .post-body {
  padding: 24px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post .tagrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #8a553a;
}

.post h3 {
font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 18.5px;
    line-height: 1.3;
    margin: 0 0 16px;
    color: #0C3144;
}

.post p {
  font-size: 13.5px;
  font-family: 'inter' system-ui, sans-serif;
  color: #1e1c1a;
  margin-bottom: 16px;
  flex: 1;
}

.post .read {
  font-size: 13px;
  color: #6f6357;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.post .read .arr {
  transition: transform .35s;
}

.post:hover .read .arr {
  transform: translateX(5px);
}


@media (max-width: 1180px) {
  .container {
    width: 95%;
  }
}


@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}


@media (max-width: 700px) {
  .container {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 640px) {
  .inner-sec {
    padding: 60px 0;
  }

  .cards-grid,
  .cards-grid.col2,
  .cards-grid.col4,
  .blog-grid,
  .tvgrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .container {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

}

/* =====================================================================
   NEW SUBPAGES — ask-asha, author-profile, autism-screening-tool,
   careers, faqs, free-consultation, gallery
   --------------------------------------------------------------------
   Reuses the shared design system above (colors, fonts, .section-title,
   .eyebrow, .btn-*, .cta, .pg-*, .faq, .footer, etc.). Every selector
   below is either a new, uniquely-named class, or a rule scoped under a
   new modifier class (e.g. .pg-hero--service), so nothing here can
   collide with the homepage or any already-existing page.
   ===================================================================== */

/* ----------------------------- Header nav dropdowns ----------------------------- */
.nav__item {
  position: relative;
}

.nav__menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 220px;
  background: #fff;
  border: 1px solid #F0E7D8;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(12, 49, 68, .14);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 70;
}

.nav__item:hover .nav__menu,
.nav__item:focus-within .nav__menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav__menu a {
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.nav__item i{
    font-size: 16px;
    padding-top: 4px;
}
.nav__menu a:hover {
  background: #F1F6F4;
  color: #00567A;
}

/* Mega-menu variant: multi-column "Resources" dropdown */
.nav__menu--mega {
    min-width: 710px;
    max-width: min(820px, 90vw);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 21px;
    padding: 7px 7px;
}

.nav__mega-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav__mega-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #EA8114;
  padding: 6px 12px 8px;
}

.nav__menu--mega a {
  white-space: normal;
}

.mobile-menu__group {
  display: flex;
  flex-direction: column;
}

.mobile-sub {
  display: none;
  flex-direction: column;
  padding-left: 14px;
  border-left: 2px solid #F0E7D8;
  margin: 2px 0 6px 8px;
}

.mobile-menu__group.is-open .mobile-sub {
  display: flex;
}

.mobile-menu__group > a .nav__caret {
  display: inline-block;
  transition: transform .2s ease;
}

.mobile-menu__group.is-open > a .nav__caret {
  transform: rotate(180deg);
}

.mobile-sub a {
  padding: 10px 8px !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: #4E5E5B !important;
}

.mobile-sub__heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #EA8114;
  padding: 12px 8px 4px;
}

.mobile-sub__heading:first-child {
  padding-top: 4px;
}

/* Nav collapses to hamburger below this width so items never wrap/overflow. */
@media (max-width: 1180px) {
  #desktopNav {
    display: none;
  }

  .btn-phone {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-menu.is-open {
    display: flex;
  }
}

.mobile-menu {
  overflow-y: auto;
}

/* ----------------------------- Page hero variants ----------------------------- */
.pg-hero--service .pg-hero__inner,
.pg-hero--compact .pg-hero__inner {
  grid-template-columns: 1fr;
}

.pg-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.pg-hero__fx {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 82% 0%, rgba(10, 58, 78, .93) 0%, rgba(8, 48, 63, .93) 55%, rgba(6, 38, 50, .95) 100%);
}

.pg-hero--service .pg-hero__inner,
.pg-hero--compact .pg-hero__inner {
  position: relative;
  z-index: 1;
}

.pg-hero--compact .pg-hero__inner {
  padding: 74px 24px 54px;
}

.pg-hero__icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(140deg, #00567A, #00A9C2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
  box-shadow: 0 14px 30px rgba(0, 86, 122, .3);
}

.pg-hero__rule {
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #EA8114, #F2B85C);
  margin-bottom: 18px;
}

/* ----------------------------- Sub-heading ----------------------------- */
.pg-h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #0C3144;
  margin: 0 0 12px;
}

/* Alias: step-number badge (some pages use __n instead of __no) */
.pg-step__n {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(140deg, #00567A, #00A9C2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

/* ----------------------------- Demo forms (ask-asha, careers, free-consultation, screening) ----------------------------- */
.pgform {
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(12, 49, 68, .08);
}

.pgform__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 18px;
}

.pgform__row--full {
  grid-column: 1 / -1;
}

.pgform__label {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: #0C3144;
  margin-bottom: 6px;
}

.pgform__field {
  width: 100%;
  background: #FCF8F1;
  border: 1px solid #E2D9C8;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'Mulish', sans-serif;
  font-size: 14.5px;
  color: #233534;
  transition: border-color .2s ease, background .2s ease;
}

.pgform__field:focus {
  outline: none;
  border-color: #00A9C2;
  background: #fff;
}

textarea.pgform__field {
height: 125px;
  resize: vertical;
}

.pgform__success {
  display: none;
  background: #EAF6F2;
  border: 1px solid #C4E6DD;
  color: #0C3144;
  border-radius: 14px;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 15px;
}

.pgform.is-submitted .pgform__grid {
  display: none;
}

.pgform.is-submitted .pgform__success {
  display: block;
}

.pgform__note {
  font-size: 12.5px;
  color: #8A9C99;
  margin: 14px 0 0;
}

@media (max-width: 620px) {
  .pgform__grid {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------- Autism screening tool ----------------------------- */
.scr-progress {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: #00567A;
  background: #EAF6F2;
  border: 1px solid #C4E6DD;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.scr-q {
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 16px;
  padding: 20px 22px;
  margin-bottom: 14px;
}

.scr-q__text {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: #0C3144;
  margin: 0 0 14px;
}

.scr-q__options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.scr-q__option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FCF8F1;
  border: 1px solid #E2D9C8;
  border-radius: 10px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #3F4F4C;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
  width:100%
}

.scr-q__option input {
  accent-color: #00A9C2;
}

.scr-q__option:has(input:checked),
.scr-q__option.is-checked {
  background: #DCF1F5;
  border-color: #00A9C2;
  color: #00567A;
}

.scr-warn {
  display: none;
  background: #FBEAEA;
  border: 1px solid #F0C6C6;
  color: #A23636;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 18px;
}

.scr-warn.is-visible {
  display: block;
}

.scr-disclaimer {
  background: #FCEAD2;
  border: 1px solid #F3D6A8;
  color: #6E4F1B;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 13.5px;
  line-height: 1.6;
}

.scr-result {
  display: none;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.scr-result.is-visible {
  display: block;
}

.scr-result__score {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #00567A;
  margin: 18px 0 6px;
}

.scr-result__band {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #EA8114;
  margin-bottom: 18px;
}

/* ----------------------------- Gallery filter + lightbox ----------------------------- */
.gal-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 36px;
}

.gal-filter__btn {
  background: #fff;
  border: 1px solid #ECE3D2;
  border-radius: 999px;
  padding: 10px 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: #4E5E5B;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.gal-filter__btn:hover {
  border-color: #00A9C2;
}

.gal-filter__btn.is-active {
  background: linear-gradient(140deg, #00567A, #00A9C2);
  border-color: transparent;
  color: #fff;
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gal-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;    padding: 0px;
    width: 100%;
}

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.gal-item:hover img {
  transform: scale(1.06);
}

.gal-item.is-hidden {
  display: none;
}

.gal-item__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 38, 50, .82) 0%, rgba(6, 38, 50, 0) 45%);
}

.gal-item__zoom {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #0C3144;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.gal-item__cap {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(6, 20, 26, .94);
  align-items: center;
  justify-content: center;
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: 88vw;
  max-height: 84vh;
  border-radius: 12px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: background .2s ease;
}

.lightbox__close:hover,
.lightbox__nav:hover {
  background: rgba(255, 255, 255, .22);
}

.lightbox__close {
  top: 24px;
  right: 24px;
}

.lightbox__nav--prev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__nav--next {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------------------------- Testimonials: 2-col grid variant ----------------------------- */
.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.testimonials__col .tcard {
  height: 100%;
}

/* ----------------------------- Responsive ----------------------------- */
@media (max-width: 880px) {
  .gal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
  }

  .pg-hero--service .pg-hero__inner {
    padding-top: 96px;
  }
  .utility-bar{display: none;}
}

@media (max-width: 620px) {
  .gal-grid {
    grid-template-columns: 1fr;
  }

  .scr-q__options {
    flex-direction: column;
  }

  .scr-q__option {
    justify-content: left;
  }

  .lightbox__nav {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .lightbox__close {
    top: 14px;
    right: 14px;
  }

  .lightbox__nav--prev {
    left: 10px;
  }

  .lightbox__nav--next {
    right: 10px;
  }
}


.pg-note.free-consultation li{
color:#fcead2;
}

.pg-note.free-consultation .pg-h3{
color:#fcead2;
}

@media(max-width: 600px){

.pg-h3 {
    font-size: 17px;
    color: #0C3144;
    margin: 0 0 4px;
}
.pg-lede {
    font-size: 14px;
    line-height: 1.5;
}
.pg-step{
  gap:10px
}
.pg-step__n{
  width: 40px;
  height: 40px;
  font-size: 15px;
}
}
.pgform .btn-primary {
    font-size: 15px;
    padding: 16px 12px;border:0px solid transparent;
}
.pgform__row br {
    display: none;
}

.pagination-wrapper ul {
    display: inline-flex;
    list-style: none;
    gap: 5px;
    padding: 0;
}
.pagination-wrapper ul li {
    display: inline;
}
.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    display: inline-block;
    padding: 8px 14px;
    background: #f0f0f0;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
}
.pagination-wrapper ul li .current {
    background: #00A9C2;
    color: #fff;
}
.pagination-wrapper ul li a:hover {
    background: #00567A;
    color: #fff;
}



.error-404-page {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#0F6485,#16B4CE);
    min-height: 59vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 39px 0px;
}


.container404 {
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 2;
}


.error-content {
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 35px;
    text-align: center;
    padding: 30px;
    color: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.18);
    max-width: 70%;
    margin: auto;
}

.tag{

    display:inline-block;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#d8f8ff;

    margin-bottom:25px;

    font-size:15px;

    font-weight:600;

}

.error-content h1 {
    font-size: 140px;
    line-height: 1;
    font-weight: 800;
    margin: 0;
    color: #fff;
    text-shadow: 0 15px 40px rgba(0,0,0,.18);
}


.error-content h2{

    font-size:50px;

    margin:20px 0;

    font-weight:700;

}


.error-content p{

    max-width:700px;

    margin:auto;

    font-size:20px;

    line-height:1.8;

    opacity:.95;

}


.error-btns{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:45px;

    flex-wrap:wrap;

}


.home-btn{

    background:#fff;

    color:#0F6485;

    text-decoration:none;

    padding:18px 45px;

    border-radius:60px;

    font-weight:700;

    transition:.4s;

}


.home-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 35px rgba(0,0,0,.18);

}


.contact-btn{

    border:2px solid rgba(255,255,255,.6);

    color:#fff;

    text-decoration:none;

    padding:18px 45px;

    border-radius:60px;

    transition:.4s;

}


.contact-btn:hover{

    background:#fff;

    color:#0F6485;

}


.search404{

    margin-top:50px;

}


.search404 form{

    display:flex;

    justify-content:center;

    max-width:700px;

    margin:auto;

}


.search404 input[type="search"]{

    flex:1;

    height:65px;

    border:none;

    padding:0 25px;

    border-radius:60px 0 0 60px;

    outline:none;

    font-size:17px;

}


.search404 input[type="submit"]{

    background:#0F6485;

    color:#fff;

    border:none;

    padding:0 35px;

    border-radius:0 60px 60px 0;

    cursor:pointer;

    font-size:17px;

}


.shape{

    position:absolute;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}


.shape1{

    width:420px;

    height:420px;

    left:-120px;

    bottom:-120px;

}


.shape2{

    width:500px;

    height:500px;

    right:-150px;

    top:-120px;

}


@media(max-width:991px){

.error-content{

padding:60px 35px;

}

.error-content h1{

font-size:130px;

}

.error-content h2{

font-size:38px;

}

.error-content p{

font-size:18px;

}

}


@media(max-width:767px){

.error-content {
    padding: 45px 25px;
    border-radius: 25px;
    max-width: 90%;
}

.error-content h1{

font-size:90px;

}

.error-content h2{

font-size:30px;

}

.error-content p{

font-size:16px;

line-height:1.7;

}

.error-btns{

flex-direction:column;

}

.home-btn,
.contact-btn{

width:100%;

text-align:center;

}
}
 .cp-grid {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 40px;
      align-items: start;
    }
 
    .cp-info {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
 
    .cp-card {
      display: flex;
      align-items: center;
      gap: 16px;
      background: #fff;
      border: 1px solid #E7ECEA;
      border-radius: 16px;
      padding: 20px 22px;
      text-decoration: none;
      color: inherit;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
 
    a.cp-card:hover,
    a.cp-card:focus-visible {
      transform: translateY(-3px);
      box-shadow: 0 14px 28px rgba(0, 86, 122, .14);
      border-color: #00A9C2;
    }
 
    .cp-card__icon {
      flex-shrink: 0;
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 21px;
      background: linear-gradient(135deg, #00567A, #00A9C2);
      color: #fff;
    }
 
    .cp-card__label {
      font-family: 'Quicksand', sans-serif;
      font-weight: 700;
      font-size: 11.5px;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: #778684;
      margin-bottom: 4px;
    }
 
    .cp-card__val {
      font-size: 15px;
      font-weight: 600;
      color: #0C3144;
      line-height: 1.4;
    }
 
    .cp-form {
      background: #fff;
      border: 1px solid #E7ECEA;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 20px 50px rgba(12, 49, 68, .07);
    }
 
    .cp-form__title {
      font-family: 'Quicksand', sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #0C3144;
      margin: 0 0 8px;
    }
 
    .cp-form__lead {
      font-size: 14.5px;
      color: #647571;
      margin: 0 0 24px;
    }
 
    .cp-success {
      display: none;
      background: #E7F8EF;
      border: 1px solid #34C77B;
      color: #1C7A48;
      font-weight: 600;
      font-size: 14px;
      padding: 14px 18px;
      border-radius: 12px;
      margin-bottom: 20px;
    }
 
    .cp-success.is-visible {
      display: block;
    }
 
   .cp-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
}
 
    .cp-field {
      margin-bottom: 0px;
    }
 
    .cp-field label {
      display: block;
      font-family: 'Quicksand', sans-serif;
      font-weight: 600;
      font-size: 13.5px;
      color: #0C3144;
      margin-bottom: 7px;
    }
 
    .cp-field input,
    .cp-field select,
    .cp-field textarea {
      width: 100%;
      font-family: 'Mulish', sans-serif;
      font-size: 14.5px;
      color: #233534;
      background: #FCF8F1;
      border: 1.5px solid #E7ECEA;
      border-radius: 10px;
      padding: 13px 15px;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
 
    .cp-field input:focus,
    .cp-field select:focus,
    .cp-field textarea:focus {
      outline: none;
      border-color: #00A9C2;
      box-shadow: 0 0 0 4px rgba(0, 169, 194, .14);
      background: #fff;
    }
 
    .cp-field textarea {
  height: 91px;
      resize: vertical;
    }
 
    .cp-form .btn-primary {
      width: 100%;
      justify-content: center;
      border: none;
      cursor: pointer;
      margin-top: 4px;
      font-size: 15.5px;
    }
 
    .cp-form__note {
      font-size: 12.5px;
      color: #9AA8A5;
      text-align: center;
      margin: 14px 0 0;
    }
 
    .cp-map {
      margin-top: 48px;
    }
 
    .cp-map iframe {
      width: 100%;
      height: 360px;
      border: 0;
      border-radius: 20px;
      display: block;
    }
 
    @media (max-width: 900px) {
      .cp-grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }
 
      .cp-form {
        padding: 32px 28px;
      }
    }
 
    @media (max-width: 560px) {
      .cp-form {
        padding: 24px 18px;
        border-radius: 16px;
      }
 
      .cp-form__row {
        grid-template-columns: 1fr;
      }
 
      .cp-card {
        padding: 16px 18px;
        gap: 14px;
      }
 
      .cp-card__icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        border-radius: 12px;
      }
 
      .cp-map {
        margin-top: 32px;
      }
 
      .cp-map iframe {
        height: 240px;
        border-radius: 14px;
      }
    }
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: absolute;
    font-size: 9px!important;
    right: 5px;
    top: 15px;
}
.cp-field br {
    display: none;
}
.cp-form p {
    margin: 10px 0px;
}
span.wpcf7-spinner {
    position: absolute;
}
p.cp-form__note br {
    display: none;
}
.wpcf7-response-output {
    margin: 5px!important;
    text-align: center!important;
    font-size: 14px!important;
}

/* ----blog detail page---- */
section.blog-listing-page {
    padding-top: 70px;
}
.inner-blog-listing {
    display: flex;
    gap: 30px;
}
.blog-cardsx-inn {
    flex: 2;
}
.blog-details-section {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #e2faff;
}
.blg-details-img {
    text-align: center;
}
.blg-details-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.blog-card-content {
    padding: 20px 16px 10px;
    margin-bottom: 30px;
}
.blog-sidebar {
  flex: 1;
}

.sidebar-widget {
   background-color: #e2faff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.sidebar-title {
    color: #2b2620;
    font-family: "Asta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0px 0px 8px 0px;
    text-align: left;
}
.blog-card-full-description p{text-align:left;}
.recommended-posts {
  list-style: none;
}

a.recommended-post-link {
  display: flex;
}

.recommended-post {

  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.recommended-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recommended-post-avatar {
  margin-right: 15px;
  flex-shrink: 0;
  width: 98px;
  height: 81px;
  aspect-ratio: 188 / 81;
}

.recommended-post-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommended-post-content {
  flex: 1;
}
.recommended-post-title {
    color: #0B51A6;
    font-family: "Asta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    /* text-transform: uppercase; */
}
ul.recommended-posts {
  padding-left: 0px;
}

.recommended-post-date {
    color: #494949;
    /* font-family: AktivGrotesk; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-top: 9px;
}
.admin-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
li.recommended-post a {
    text-decoration: none;
}
h4.recommended-post-title {
    margin: 7px 0px;
}
@media (min-width: 993px) {
  .blog-sidebar {
    position: sticky;
    top: 83px;
    height: fit-content;
}
}
@media (max-width: 992px) {
.inner-blog-listing {
    flex-direction: column;
}
}

.call-btn, .whatsapp-btn {
    position: fixed;
    bottom: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}
.whatsapp-btn {
    right: 20px;
}
.call-btn {
    left: 20px;
    background: #00a9c2;
    border: 1px solid #fff;
}
.whatsapp-btn svg,
.call-btn svg {
    width: 24px;
    height: 24px;
    display: block;
}