/*
Theme Name: Today Telemedicine
Theme URI: https://todaytelemedicine.com
Description: Child theme of mts_schema (DMM by Almina) for Today Telemedicine — modern telehealth for women's mental health.
Author: Devops Align
Template: mts_schema
Version: 1.0.0
*/

@import url("../mts_schema/style.css");

body.tt-body {
  --e-global-color-primary: #6f7568;
  --e-global-color-secondary: #aebba3;
  --e-global-color-text: #585d51;
  --e-global-color-accent: #494e44;
  --tt-ink: #565c4e;
  --tt-sage: #6e7466;
  --tt-sage-2: #a2b494;
  --tt-band: #aebaa2;
  --tt-dark: #40463c;
  --tt-yellow: #fff04b;
  margin: 0;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  color: var(--tt-ink);
  -webkit-font-smoothing: antialiased;
}
html {
  scroll-behavior: smooth;
}
body.tt-body a {
  color: var(--tt-sage);
  text-decoration: none;
}
body.tt-body a:hover {
  color: #3f463c;
}
body.tt-body img {
  display: block;
  max-width: 100%;
}
body.tt-body #top {
  display: flex;
  flex-direction: column;
}

/* shared bits */
body.tt-body .tt-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}
body.tt-body .tt-script {
  font-weight: 400;
  margin: 0;
  font-family: "Merienda", Sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: -1.8px;
}
body.tt-body .tt-badge {
  background: var(--tt-dark);
  color: #fff;
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  align-self: center;
  text-align: center;
}

/* ---- buttons ---- */
body.tt-body .tt-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Courgette", cursive;
  font-size: 17px;
  padding: 11px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
body.tt-body .tt-btn:hover {
  filter: brightness(0.96);
}
body.tt-body .tt-btn__arrow {
  font-size: 14px;
}
body.tt-body .tt-btn--yellow {
  background: var(--tt-yellow);
  color: #33382e;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
body.tt-body .tt-btn--sage {
  background: var(--tt-sage-2);
  color: #2f352b;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
body.tt-body .tt-btn--cta {
  background: var(--tt-sage-2);
  color: #2f352b;
  font-size: 16.5px;
  padding: 11px 26px;
  gap: 12px;
  margin-top: 8px;
  box-shadow: 0 4px 12px rgba(120, 130, 105, 0.3);
}
body.tt-body .tt-btn--read {
  background: #767c6f;
  color: #fff;
  font-size: 15.5px;
  padding: 10px 24px;
  border-radius: 5px;
  margin: auto 6px 0;
  align-self: flex-start;
}
body.tt-body .tt-btn--read:hover {
  filter: brightness(1.06);
}
body.tt-body .tt-btn--more {
  background: var(--tt-sage-2);
  color: #2f352b;
  font-size: 16px;
  padding: 11px 28px;
  border-radius: 5px;
}
body.tt-body .tt-btn--book {
  font-family: "Poppins", sans-serif;
  background: var(--tt-yellow);
  color: #1c1f19;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 4px;
  margin-top: 4px;
}

/* ---- top bar ---- */
body.tt-body .tt-topbar {
  color: #e9ebe4;
  background-image: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-text) 100%);
}
body.tt-body .tt-topbar__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
body.tt-body .tt-topbar__contacts {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13.5px;
  letter-spacing: 0.2px;
}
body.tt-body .tt-topbar__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e9ebe4;
}
body.tt-body .tt-topbar__link img {
  height: 15px;
  width: auto;
}

/* ---- nav ---- */
body.tt-body .tt-nav-wrap {
  background: #fff;
  position: relative;
  z-index: 999999;
}
body.tt-body .tt-nav-wrap__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
body.tt-body .tt-logo {
  flex: none;
}
body.tt-body .tt-logo img {
  height: 48px;
  width: auto;
  max-width: 195px;
}
body.tt-body .tt-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Courgette", cursive;
  font-size: 17px;
}
body.tt-body .tt-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
body.tt-body .tt-nav a {
  color: #474d43;
}
body.tt-body .tt-nav a:hover {
  color: #8a9179;
}
body.tt-body.tt-sticky .tt-nav-wrap {
  position: sticky;
  top: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* ---- hero ---- */
body.tt-body .tt-hero {
  padding: 0 14px;
}
body.tt-body .tt-hero__box {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 432px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 770px;
  background: #494E44;
}
body.tt-body .tt-hero__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px 70px;
  position: relative;
  z-index: 1;
}
body.tt-body .tt-hero__content {
  max-width: 660px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
body.tt-body .tt-hero__title {
  font-family: "Merienda", Sans-serif;
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: -2px;
  color: #FFFFFF;
}
body.tt-body .tt-hero__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #f4f5f1;
  max-width: 520px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
body.tt-body .tt-hero__btns {
  display: flex;
  gap: 16px;
  margin-top: 6px;
  flex-wrap: wrap;
}

/* ---- overlay card ---- */
body.tt-body .tt-overlay {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
body.tt-body .tt-overlay__card {
  width: 750px;
  max-width: 92%;
  margin-top: -52px;
  position: relative;
  z-index: 5;
  background: #b0bca1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(60, 70, 50, 0.22);
  padding: 26px 34px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.tt-body .tt-overlay__title {
  font-family: "Merienda", Sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: -2px;
  color: #FFFFFF;
}
body.tt-body .tt-overlay__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: #fff;
}

/* ---- about ---- */
body.tt-body .tt-about {
  padding: 64px 0 72px;
}
body.tt-body .tt-about__grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 56px;
  align-items: center;
}
body.tt-body .tt-about__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
body.tt-body .tt-about__title {
  font-family: "Merienda", Sans-serif;
  font-size: 35px;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: -1.8px;
  color: var(--e-global-color-primary);
}
body.tt-body .tt-about__body {
  font-size: 15.5px;
  line-height: 1.95;
}
body.tt-body .tt-about__body p {
  margin: 0 0 14px;
}
body.tt-body .tt-about__img {
	border-radius: 10px;
  width: 100%;
  height: auto;
}

a.sticks {
    color: #fff !important;
}

body.tt-body .tt-telemed {
  background: var(--tt-band);
  padding: 74px 0 150px;
}
body.tt-body .tt-telemed__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr 1fr;
  gap: 44px;
  align-items: flex-start;
}
body.tt-body .tt-telemed__title {
  font-size: 40px;
  font-family: 'Merienda';
  font-weight: 600;
}
body.tt-body .tt-telemed__title .w {
  color: #fff;
}
body.tt-body .tt-telemed__title .s {
  color: var(--tt-sage);
}
body.tt-body .tt-telemed__body {
  font-size: 15.5px;
  line-height: 1.95;
  color: #fff;
}
body.tt-body .tt-telemed__body p {
  margin: 0 0 14px;
  font-size: 18px;
}
body.tt-body .tt-telemed__img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transform: rotate(-5deg);
}

/* ---- care that fits ---- */
body.tt-body .tt-carefits {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
body.tt-body .tt-carefits__card {
  width: 1040px;
  max-width: 96%;
  margin-top: -88px;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(60, 70, 50, 0.14);
  padding: 44px 60px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.tt-body .tt-carefits__title {
  font-size: 35px;
  color: var(--tt-sage);
}
body.tt-body .tt-carefits__text {
  margin: 0;
  font-size: 15.5px;
  line-height: 2;
}

/* ---- stand out ---- */
body.tt-body .tt-standout {
  padding: 76px 0 84px;
}
body.tt-body .tt-standout__grid {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 60px;
  align-items: center;
}
body.tt-body .tt-standout__list {
  display: flex;
  flex-direction: column;
}
body.tt-body .tt-standout__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
}
body.tt-body .tt-standout__item:not(:last-child) {
  padding-bottom: 28px;
  border-bottom: 1px solid #d8d8d3;
}
body.tt-body .tt-standout__item + .tt-standout__item {
  padding-top: 28px;
}
body.tt-body .tt-standout__icon {
  width: 56px;
  height: 56px;
  margin-top: 8px;
}
body.tt-body .tt-standout__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.tt-body .tt-standout__title {
  font-size: 26px;
  color: var(--tt-sage);
}
body.tt-body .tt-standout__text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.95;
}
body.tt-body .tt-standout__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ---- reviews ---- */
body.tt-body .tt-reviews {
  padding: 40px 0 90px;
}
body.tt-body .tt-reviews__head {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
body.tt-body .tt-reviews__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
body.tt-body .tt-reviews__title {
  font-size: 31px;
  color: var(--tt-sage);
}
body.tt-body .tt-reviews__subtitle {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.9;
}
body.tt-body .tt-reviews__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 36px;
  align-items: center;
}
body.tt-body .tt-reviews__rating {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
body.tt-body .tt-reviews__rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.tt-body .tt-reviews__rating-row > img {
  width: 58px;
  height: auto;
}
body.tt-body .tt-reviews__rating-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body.tt-body .tt-reviews__name {
  font-weight: 600;
  font-size: 14.5px;
  color: #202124;
}
body.tt-body .tt-stars {
  color: #f4b400;
  letter-spacing: 2px;
  line-height: 1;
}
body.tt-body .tt-stars--lg {
  font-size: 16px;
}
body.tt-body .tt-reviews__count {
  font-size: 13px;
  color: #5f6368;
}
body.tt-body .tt-review-btn {
  margin-top: 12px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 22px;
  padding: 8px 18px;
  font-size: 14px;
  color: #3c4043;
}
body.tt-body .tt-review-btn:hover {
  background: #f6f6f6;
}
body.tt-body .tt-reviews__carousel {
  position: relative;
  min-width: 0;
}
body.tt-body .tt-reviews-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px;
  max-width: 100%;
  min-width: 0;
  scrollbar-width: none;
}
body.tt-body .tt-reviews-track::-webkit-scrollbar {
  display: none;
}
body.tt-body .tt-review-card {
  flex: none;
  width: 330px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.tt-body .tt-review-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.tt-body .tt-review-card__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex: none;
}
body.tt-body .tt-review-card__id {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body.tt-body .tt-review-card__name {
  font-weight: 600;
  font-size: 14px;
  color: #202124;
}
body.tt-body .tt-review-card__date {
  font-size: 12.5px;
  color: #5f6368;
}
body.tt-body .tt-review-card__g {
  width: 20px;
  height: 20px;
}
body.tt-body .tt-review-card .tt-stars {
  font-size: 15px;
}
body.tt-body .tt-review-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #3c4043;
}
body.tt-body .tt-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  font-size: 18px;
  color: #3c4043;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tt-body .tt-arrow-btn:hover {
  background: #f4f4f4;
}
body.tt-body .tt-arrow-btn--prev {
  left: -16px;
}
body.tt-body .tt-arrow-btn--next {
  right: -16px;
}

/* ---- insurances ---- */
body.tt-body .tt-insurance {
  background: var(--tt-band);
  padding: 56px 0 64px;
}
body.tt-body .tt-insurance__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
body.tt-body .tt-insurance__title {
  font-size: 40px;
  font-family: 'Merienda';
  font-weight: 600;
}
body.tt-body .tt-insurance__title .w {
  color: #fff;
}
body.tt-body .tt-insurance__title .s {
  color: var(--tt-sage);
}
body.tt-body .tt-insurance__img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

/* ---- care pillars ---- */
body.tt-body .tt-pillars {
  padding: 84px 0;
}
body.tt-body .tt-pillars__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
}
body.tt-body .tt-pillar {
  border: 1px solid #cfcfca;
  border-radius: 8px;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
body.tt-body .tt-pillar__icon {
  height: 96px;
  width: auto;
  max-width: 120px;
}
body.tt-body .tt-pillar__title {
  font-size: 25px;
  font-weight: 500;
  text-transform: none;
  font-style: italic;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: -1px;
}
body.tt-body .tt-pillar__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
}

/* ---- services ---- */
body.tt-body .tt-services {
  background: var(--tt-band);
  padding: 60px 0 80px;
}
body.tt-body .tt-services__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
body.tt-body .tt-services__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
body.tt-body .tt-services__title {
  font-size: 31px;
}
body.tt-body .tt-services__title .w {
  color: #fff;
}
body.tt-body .tt-services__title .s {
  color: var(--tt-sage);
}
body.tt-body .tt-services__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
body.tt-body .tt-service {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.tt-body .tt-service__img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
body.tt-body .tt-service__title {
  margin: 6px 6px 0;
  font-size: 26px;
  color: #fff;
}
body.tt-body .tt-service__text {
  margin: 0 6px;
  font-size: 14.5px;
  line-height: 1.85;
  color: #fdfdfb;
}
body.tt-body .tt-service--more {
  background: #6f7569;
  border-radius: 18px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
body.tt-body .tt-service--more h3 {
  font-size: 32px;
  line-height: 1.35;
  color: #ccd6bc;
}
body.tt-body .tt-service--more p {
  margin: 0;
  font-size: 14.5px;
  color: #f2f3ee;
}

/* ---- how it works ---- */
body.tt-body .tt-how {
  padding: 84px 0;
}
body.tt-body .tt-how__grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 56px;
  align-items: center;
}
body.tt-body .tt-how__img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
body.tt-body .tt-how__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
body.tt-body .tt-how__title {
  font-family: "Merienda", Sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: -1.8px;
}
body.tt-body .tt-how__body {
  font-size: 15.5px;
  line-height: 1.95;
}
body.tt-body .tt-how__body p {
  margin: 0 0 14px;
}
body.tt-body .tt-how__col .tt-btn--cta {
  margin-top: 6px;
}

/* ---- online care ---- */
body.tt-body .tt-online {
  padding: 0 0 96px;
}
body.tt-body .tt-online__inner {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
body.tt-body .tt-online__intro {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
body.tt-body .tt-online__title {
  color: var(--tt-sage);
}
body.tt-body .tt-online__subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}
body.tt-body .tt-online__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
body.tt-body .tt-online-card {
  color: #0a0a0a;
  background-color: #ffffff;
  padding: 20px 20px 38px;
  margin-bottom: 30px;
  border-color: transparent;
  border-style: solid;
  border-radius: 15px;
  border-width: 2px;
  box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.11);
  text-align: center;
}
body.tt-body .tt-online-card__icon {
  height: 62px;
  width: auto;
  max-width: 110px;
  margin: 0px auto 20px;
  padding: 20px;
}
body.tt-body .tt-online-card__title {
  color: #6f7568;
  font-size: 28px;
  margin-bottom: 15px;
}
body.tt-body .tt-online-card__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.95;
}

/* ---- personalized ---- */
body.tt-body .tt-personalized {
  background: var(--tt-band);
  padding: 80px 0 90px;
}
body.tt-body .tt-personalized__grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 60px;
  align-items: center;
}
body.tt-body .tt-personalized__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.tt-body .tt-personalized__title {
  font-size: 40px;
  line-height: 1.4;
}
body.tt-body .tt-personalized__title .w {
  color: #fff;
}
body.tt-body .tt-personalized__title .s {
  color: var(--tt-sage);
}
body.tt-body .tt-personalized__body {
  font-size: 15.5px;
  line-height: 1.95;
  color: #fff;
}
body.tt-body .tt-personalized__body p {
  margin: 0 0 14px;
}
body.tt-body .tt-personalized__img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 10px 10px;
}

/* ---- faq ---- */
body.tt-body .tt-faq {
  padding: 70px 0px;
}
body.tt-body .tt-faq__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: start;
}
body.tt-body .tt-faq__media {
  position: relative;
  padding-bottom: 20px;
}
body.tt-body .tt-faq__photo {
  width: 92%;
  height: auto;
  border-radius: 12px;
  height: 600px !important;
  object-fit: cover;
  object-position: 20% 50%;
}
body.tt-body .tt-faq__pill {
  position: absolute;
  top: 24%;
  right: 0;
  background: #484e44;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 14px 30px rgba(40, 45, 35, 0.35);
}
body.tt-body .tt-faq__pill-txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}
body.tt-body .tt-faq__pill-label {
  font-size: 13px;
  color: #cfd6c9;
}
body.tt-body .tt-faq__pill-phone {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4px;
}
body.tt-body .tt-faq__pill-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
body.tt-body .tt-faq__col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
body.tt-body .tt-faq__title {
  color: var(--tt-sage);
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: -1.8px;
}
body.tt-body .tt-faq__subtitle {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.9;
}
body.tt-body .tt-faq__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.tt-body .tt-faq__item {
  display: flex;
  flex-direction: column;
}
body.tt-body .tt-acc-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 15px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16.5px;
  color: #fff;
  transition: background 0.25s;
  background: #4a5044;
}
body.tt-body .tt-acc-bar.open {
  background: #1e3f36;
}
body.tt-body .tt-acc-bar__dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  flex: none;
}
body.tt-body .tt-acc-bar__dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
body.tt-body .tt-acc-ans {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0;
}
body.tt-body .tt-acc-ans.open {
  max-height: 400px;
}
body.tt-body .tt-acc-ans p {
  margin: 0;
  padding: 18px 22px 8px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--tt-ink);
}

/* ---- footer / contact ---- */
body.tt-body .tt-footer {
  padding: 56px 0 46px;
}
body.tt-body .tt-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1.1fr;
  gap: 64px;
  align-items: start;
}
body.tt-body .tt-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
body.tt-body .tt-footer__logo {
  height: 56px;
  width: auto;
  max-width: 200px;
}
body.tt-body .tt-footer__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
}
body.tt-body .tt-footer__col--links,
body.tt-body .tt-footer__col--info {
  gap: 18px;
}
body.tt-body .tt-footer__h4 {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-size: 20px;
  color: #474d43;
  border-bottom: 1px solid #b9bfae;
  padding-bottom: 10px;
  width: 100%;
  margin: 0;
}
body.tt-body .tt-footer__links {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 15px;
}
body.tt-body .tt-footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
body.tt-body .tt-footer__links a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tt-ink);
}
body.tt-body .tt-footer__links a:hover {
  color: #3f463c;
}
body.tt-body .tt-footer__info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 15px;
}
body.tt-body .tt-footer__info a,
body.tt-body .tt-footer__info > div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--tt-ink);
}
body.tt-body .tt-footer__info a:hover {
  color: #3f463c;
}
body.tt-body .tt-footer__info img {
  width: auto;
}
body.tt-body .tt-ico--phone {
  height: 17px;
}
body.tt-body .tt-ico--fax {
  height: 17px;
}
body.tt-body .tt-ico--mail {
  height: 15px;
}
body.tt-body .tt-ico--pin {
  height: 20px;
}
body.tt-body .tt-footer__info .tt-addr {
  align-items: flex-start;
}
body.tt-body .tt-footer__info .tt-addr img {
  margin-top: 2px;
}
body.tt-body .tt-footer__info .tt-addr span {
  line-height: 1.7;
}
body.tt-body .tt-bottombar {
  background: #6f7569;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding: 13px 24px;
  max-width: 1250px;
  margin: 0px auto;
  width: 100%;
  margin-bottom: 20px;
}

/* ---- back to top ---- */
body.tt-body .tt-top-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  color: #6f7569;
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
}
body.tt-body .tt-top-btn.show {
  display: flex;
}

/* ---- responsive ---- */
@media (max-width: 1100px) {
  body.tt-body .tt-about__grid,
  body.tt-body .tt-telemed__grid,
  body.tt-body .tt-standout__grid,
  body.tt-body .tt-reviews__grid,
  body.tt-body .tt-pillars__grid,
  body.tt-body .tt-services__grid,
  body.tt-body .tt-how__grid,
  body.tt-body .tt-online__grid,
  body.tt-body .tt-personalized__grid,
  body.tt-body .tt-footer__grid,
  body.tt-body .tt-faq__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  body.tt-body .tt-nav {
    display: block;
  }
  body.tt-body .tt-hero__title {
    font-size: 30px;
  }
  body.tt-body .tt-services__grid,
  body.tt-body .tt-pillars__grid,
  body.tt-body .tt-online__grid {
    grid-template-columns: 1fr;
  }
}

#page {
  width: 100%;
  padding: 0px;
}

img.tt-personalized__img {
  transform: rotate(-5deg);
}

.tt-bottombar * {
  color: #fff !important;
}

.tt-bottombar p {
  margin: 0px;
}

.tt-container.tt-about__grid .tt-badge {
    align-self: flex-start;
}

.tt-bottombar p a {
  font-weight: bold;
}

.tt-hero__box video {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.5;
}

.social-icons a {
    width: 30px;
    line-height: 30px;
    background: #AEBBA3;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.tt-online-card img {
    max-width: 110px;
}

.contentfaqs h4 {
    background: #aebba3;
}

.dm-service-section a.btn {color: white;}

.self-pay-section {
	padding: 70px 20px;
	background: #f5f7fa;
}

.self-pay-container {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}

.self-pay-header {
	max-width: 700px;
	margin: 0 auto 40px;
	text-align: center;
}

.self-pay-label {
	display: inline-block;
	margin-bottom: 12px;
	padding: 7px 16px;
	border-radius: 50px;
	background: #e8eef4;
	color: #274c68;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.self-pay-header h2 {
	margin: 0 0 12px;
	color: #17364d;
	font-size: 42px;
	line-height: 1.15;
}

.self-pay-header p {
	margin: 0;
	color: #5f6f7b;
	font-size: 18px;
}

.self-pay-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.self-pay-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	min-height: 145px;
	padding: 28px;
	border: 1px solid #dfe6eb;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 25px rgba(22, 54, 77, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.self-pay-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 35px rgba(22, 54, 77, 0.12);
}

.self-pay-card:last-child {
	grid-column: 1 / -1;
}

.self-pay-content {
	flex: 1;
}

.self-pay-content h3 {
	margin: 0 0 8px;
	color: #17364d;
	font-size: 21px;
	line-height: 1.3;
}

.self-pay-content p {
	margin: 0;
	color: #687985;
	font-size: 15px;
	line-height: 1.6;
}

.self-pay-price {
	flex: 0 0 auto;
	min-width: 105px;
	padding: 15px 18px;
	border-radius: 10px;
	background: #17364d;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.self-pay-notice {
	margin-top: 25px;
	padding: 20px 25px;
	border-left: 4px solid #17364d;
	border-radius: 8px;
	background: #ffffff;
	color: #5f6f7b;
	font-size: 15px;
	line-height: 1.6;
}

.self-pay-notice strong {
	color: #17364d;
}

@media (max-width: 767px) {
	.self-pay-section {
		padding: 50px 15px;
	}

	.self-pay-header h2 {
		font-size: 32px;
	}

	.self-pay-grid {
		grid-template-columns: 1fr;
	}

	.self-pay-card:last-child {
		grid-column: auto;
	}

	.self-pay-card {
		align-items: flex-start;
		flex-direction: column;
		min-height: auto;
		padding: 24px;
	}

	.self-pay-price {
		min-width: 100px;
	}
}

.nav-toggle:after {
    content: "\f0c9" !important;
    color: #fff;
    font-family: 'Font Awesome 5';
}

@media (min-width: 881px) {
    ul.sub-menu  {
		padding: 0px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		position: absolute;
		left: 0px;
		width: 200px;
		top: 100%;
		background: var(--tt-band);
		border-radius: 10px;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		right: auto !important;
		}
    
    ul#menu-main-menu li {
        position: relative;
    }
    
    
    html .menu-item-has-children > a:after {
        right: -13px;
    }
	span.expand-me {
		display: none;
	}
	.main-nav__list a:hover, .main-nav__list .current-menu-item > a, .main-nav__list .current_page_item > a {
		color: #fff;
	}
	.sub-menu a {
		color: #fff;
	}
}

@media (max-width: 880px ){
	ul.sub-menu {
		display: none;
	}

	button#navClose:after {
		content: "";
	}

	.menu-item.current_page_item > a {
		color: #9b2929 !important;
	}

	.nav-toggle:after {
		content: "\f0c9" !important;
		color: #fff;
		font-family: 'Font Awesome 5';
	}

	.menu-item-has-children .main-toggler {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu-item-has-children .main-toggler {}

	span.expand-me {
		height: 100%;
		width: 40px;
		cursor: pointer;
		text-align: center;
	}

	ul.sub-menu {
		padding: a0px;
		padding: px;
		list-style: none;
		background: whitesmoke;
	}
}

ul.sub-menu > li > a {
    padding: 10px;
}

/* ===== Hamburger button ===== */
.tt-nav-toggle{
  display:none;
  position:relative;
  z-index:1002;
  padding:10px;
  margin:0;
  background:none;
  border:0;
  cursor:pointer;
  -webkit-appearance:none;
  appearance:none;
}
.tt-nav-toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px;}
.tt-nav-toggle__box{display:block;width:26px;height:20px;position:relative;}
.tt-nav-toggle__bar{
  display:block;
  position:absolute;
  left:0;
  width:100%;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transition:transform .25s ease, opacity .2s ease, top .25s ease;
}
.tt-nav-toggle__bar:nth-child(1){top:0;}
.tt-nav-toggle__bar:nth-child(2){top:9px;}
.tt-nav-toggle__bar:nth-child(3){top:18px;}

.tt-nav-toggle[aria-expanded="true"] .tt-nav-toggle__bar:nth-child(1){top:9px;transform:rotate(45deg);}
.tt-nav-toggle[aria-expanded="true"] .tt-nav-toggle__bar:nth-child(2){opacity:0;}
.tt-nav-toggle[aria-expanded="true"] .tt-nav-toggle__bar:nth-child(3){top:9px;transform:rotate(-45deg);}

.tt-nav-overlay{
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(0,0,0,.5);
  opacity:0;
  visibility:hidden;
  transition:opacity .3s ease, visibility .3s ease;
}
.tt-nav-open .tt-nav-overlay{opacity:1;visibility:visible;}

.tt-nav__mobile-phone{display:none;}
.tt-submenu-toggle{display:none;}

@media (max-width:991px){

  html .tt-nav-toggle{display:block;}

  .tt-nav-wrap__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  .tt-nav{
    position:fixed;
    top:0;
    right:0;
    z-index:1001;
    width:300px;
    max-width:85vw;
    height:100%;
    height:100dvh;
    padding:80px 0 40px;
    background:#fff;
    box-shadow:-4px 0 24px rgba(0,0,0,.18);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    transform:translateX(100%);
    visibility:hidden;
    transition:transform .3s ease, visibility .3s ease;
  }
  .tt-nav-open .tt-nav{transform:translateX(0);visibility:visible;}

  body.tt-nav-open{overflow:hidden;}

  .tt-nav__mobile-phone{
    display:block;
    padding:14px 20px;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,.08);
  }

  .tt-nav .tt-primary-menu{
    display: block !important;
    margin:0;
    padding:0;
    list-style:none;
    float:none;
  }
  .tt-nav .tt-primary-menu li{
    position:relative;
    display:block;
    float:none;
    width:100%;
    margin:0;
    border-bottom:1px solid rgba(0,0,0,.08);
  }
  .tt-nav .tt-primary-menu a{
    display:block;
    padding:14px 54px 14px 20px;
    font-size:16px;
    line-height:1.3;
    text-decoration:none;
  }

  .tt-nav .tt-primary-menu .sub-menu,
  .tt-nav .tt-primary-menu .children{
    position:static;
    display:none;
    width:100%;
    margin:0;
    padding:0;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    background:rgba(0,0,0,.03);
    list-style:none;
  }
  .tt-nav .tt-primary-menu li.tt-submenu-open > .sub-menu,
  .tt-nav .tt-primary-menu li.tt-submenu-open > .children{display:block;}
  .tt-nav .tt-primary-menu .sub-menu a{padding-left:36px;font-size:15px;}
  .tt-nav .tt-primary-menu .sub-menu .sub-menu a{padding-left:52px;}

  .tt-submenu-toggle{
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:52px;
    height:49px;
    padding:0;
    background:none;
    border:0;
    border-left:1px solid rgba(0,0,0,.08);
    cursor:pointer;
  }
  .tt-submenu-toggle::before,
  .tt-submenu-toggle::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:12px;
    height:2px;
    margin:-1px 0 0 -6px;
    background:currentColor;
    transition:transform .2s ease, opacity .2s ease;
  }
  .tt-submenu-toggle::after{transform:rotate(90deg);}
  .tt-submenu-toggle[aria-expanded="true"]::after{transform:rotate(0);opacity:0;}
}

@media (min-width:992px){
  .tt-nav{transform:none;visibility:visible;}
  .tt-nav-overlay{display:none;}
}

@media (prefers-reduced-motion:reduce){
  .tt-nav,.tt-nav-overlay,.tt-nav-toggle__bar,.tt-submenu-toggle::before,.tt-submenu-toggle::after{
    transition:none;
  }
}

.expand-me{display:none;}

@media (max-width:991px){
  .tt-nav .tt-primary-menu .main-toggler{
    display:block;
    position:relative;
    padding-right:52px;
  }
  .tt-nav .tt-primary-menu a{padding:14px 20px;}

  .expand-me{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    right: 0px;
    width:52px;
    height:100%;
    border-left:1px solid rgba(0,0,0,.08);
    cursor:pointer;
    user-select:none;
    /* display: block !important; */
    nt; */
    opacity: 1 !important;
    visibility: visible;
  }
  .expand-me:focus-visible{outline:2px solid currentColor;outline-offset:-2px;}

  .tt-nav .tt-primary-menu .sub-menu,
  .tt-nav .tt-primary-menu .children{
    position:static;
    display:none;
    width:100%;
    margin:0;
    padding:0;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    background:rgba(0,0,0,.03);
    list-style:none;
  }
  .tt-nav .tt-primary-menu .sub-menu a{padding-left:36px;font-size:15px;}
  .tt-nav .tt-primary-menu .sub-menu .sub-menu a{padding-left:52px;}
}

@media (min-width:992px){
  .tt-nav .main-toggler{display:inline;padding-right:0;}
}