/********** Template CSS **********/
:root {
  --primary: #13c5dd;
  --secondary: #354f8e;
  --light: #eff5f9;
  --dark: #1d2a4d;
}

.btn {
  font-weight: 700;
  transition: 0.5s;
}

.btn:hover {
  -webkit-box-shadow: 0 8px 6px -6px #555555;
  -moz-box-shadow: 0 8px 6px -6px #555555;
  box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 50% 50% 0 0;
  z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Jost", sans-serif;
  position: relative;
  margin-left: 30px;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: var(--primary);
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

.hero-header {
  background: url(../img/header.jpg) top right no-repeat;
  background-size: cover;
}

/* Homepage refresh */
.homepage {
  color: #30434d;
  background: #ffffff;
}

.home-navbar {
  border-bottom: 1px solid rgba(15, 94, 105, 0.08);
  box-shadow: 0 5px 22px rgba(21, 54, 68, 0.07);
}

.home-navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #13c5dd, #0c8fa1);
  border-radius: 11px;
  box-shadow: 0 7px 16px rgba(19, 197, 221, 0.24);
}

.home-login-link {
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 9px 18px !important;
  color: #0b8596 !important;
  border: 1px solid #bce8ee;
  border-radius: 999px;
}

.home-login-link::before {
  display: none;
}

.homepage .hero-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 590px;
  margin-bottom: 0;
  padding: 0;
  background-position: center;
}

.homepage .hero-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(3, 55, 66, 0.94) 0%,
      rgba(6, 103, 116, 0.86) 48%,
      rgba(5, 74, 85, 0.25) 100%
    );
}

.homepage .hero-header::after {
  position: absolute;
  z-index: -1;
  right: -150px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  content: "";
  border: 70px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.min-vh-75 {
  min-height: 590px;
}

.home-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  color: #d6fbff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.home-hero-title {
  max-width: 760px;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.home-hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.home-primary-cta,
.home-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  font-weight: 700;
}

.home-primary-cta {
  color: #0b6572;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 26px rgba(0, 32, 39, 0.2);
}

.home-primary-cta:hover,
.home-primary-cta:focus {
  color: #ffffff;
  background: #13c5dd;
  border-color: #13c5dd;
  transform: translateY(-1px);
}

.home-secondary-cta {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.home-secondary-cta:hover,
.home-secondary-cta:focus {
  color: #0b6572;
  background: #ffffff;
}

.home-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
}

.home-hero-trust i {
  color: #77edf9;
}

.home-discovery-section {
  padding: 90px 0 80px;
  background:
    radial-gradient(circle at 8% 20%, rgba(19, 197, 221, 0.08), transparent 25%),
    #f7fafb;
}

.home-section-heading {
  max-width: 680px;
}

.home-section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #0a91a3;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-section-heading h2 {
  margin-bottom: 12px;
  color: #18343d;
  font-size: clamp(2rem, 4vw, 3rem);
}

.home-section-heading p {
  color: #667882;
  line-height: 1.7;
}

.homepage .home-discovery-shell {
  padding: 12px;
  border: 1px solid #e4edf0;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(28, 69, 82, 0.1);
}

.homepage .home-discovery-pill {
  min-height: 70px;
  padding: 9px 10px 9px 22px;
  background: #ffffff;
  border: 2px solid #d9e9ec;
  border-radius: 15px;
  transition: 0.2s ease;
}

.homepage .home-discovery-pill:focus-within,
.homepage .home-discovery-pill:hover {
  border-color: #13c5dd;
  box-shadow: 0 0 0 4px rgba(19, 197, 221, 0.1);
}

.homepage .home-discovery-pill input {
  color: #243b44;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 500;
}

.homepage .home-discovery-pill input::placeholder {
  color: #83939b;
}

.homepage .home-discovery-icon {
  width: 52px;
  height: 52px;
  color: #ffffff;
  background: linear-gradient(135deg, #13c5dd, #0b91a3);
  border-radius: 12px;
  font-size: 1.35rem;
  box-shadow: 0 8px 18px rgba(19, 197, 221, 0.26);
}

.homepage .home-discovery-panel {
  padding: 20px;
  background: #f8fbfc;
  border: 1px solid #e6eef0;
  border-radius: 16px;
}

.homepage .home-discovery-panel h4 {
  margin: 0 0 18px;
  color: #28444d;
  font-size: 1.15rem;
  text-align: left;
}

.homepage .home-discovery-panel .form-label {
  color: #53666f;
  font-size: 0.78rem;
  font-weight: 700;
}

.homepage .home-discovery-panel .form-select {
  min-height: 44px;
  padding: 8px 32px 8px 12px;
  background-color: #ffffff;
  border: 1px solid #dce7ea;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 500;
}

.homepage .home-discovery-therapist-card {
  background: #ffffff;
  border: 1px solid #e2eaed;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(29, 67, 79, 0.08) !important;
  transition: 0.2s ease;
}

.homepage .home-discovery-therapist-card:hover {
  border-color: #bee8ed;
  box-shadow: 0 15px 34px rgba(29, 67, 79, 0.13) !important;
  transform: translateY(-2px);
}

.home-how-section {
  background: #ffffff;
}

.home-step-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #f8fbfc;
  border: 1px solid #e6edef;
  border-radius: 20px;
  transition: 0.2s ease;
}

.home-step-card:hover {
  background: #ffffff;
  border-color: #bfe9ee;
  box-shadow: 0 15px 35px rgba(31, 73, 85, 0.1);
  transform: translateY(-3px);
}

.home-step-number {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #dcebed;
  font-size: 2.4rem;
  font-weight: 700;
}

.home-step-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #13c5dd, #0a8fa0);
  border-radius: 15px;
  font-size: 1.35rem;
  box-shadow: 0 9px 20px rgba(19, 197, 221, 0.24);
}

.home-step-card h5 {
  color: #203b44;
}

.home-step-card p {
  color: #6a7b83;
  line-height: 1.65;
}

.home-therapist-cta {
  padding: 30px 0 85px;
  background: #ffffff;
}

.home-therapist-cta-card {
  padding: clamp(28px, 5vw, 52px);
  color: #d5f4f7;
  background:
    radial-gradient(circle at 90% 0, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #075c68, #0a8798);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(7, 92, 104, 0.2);
}

.home-therapist-cta-card h3 {
  color: #ffffff;
}

.home-therapist-cta-card p {
  max-width: 690px;
}

@media (max-width: 991.98px) {
  .home-login-link {
    display: inline-flex;
    width: fit-content;
    margin: 8px 0 16px;
  }

  .homepage .hero-header::before {
    background: rgba(4, 66, 77, 0.88);
  }
}

@media (max-width: 575.98px) {
  .homepage .hero-header,
  .min-vh-75 {
    min-height: 620px;
  }

  .home-hero-title {
    font-size: 2.65rem;
  }

  .home-discovery-section {
    padding: 65px 0 55px;
  }

  .homepage .home-discovery-shell {
    border-radius: 16px;
  }

  .homepage .home-discovery-pill {
    min-height: 60px;
    padding-left: 15px;
  }

  .homepage .home-discovery-icon {
    width: 44px;
    height: 44px;
  }
}

.service-item {
  position: relative;
  height: 350px;
  padding: 0 30px;
  transition: 0.5s;
}

.service-item .service-icon {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.service-item .service-icon i {
  transform: rotate(15deg);
}

.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}

.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

@media (min-width: 576px) {
  .team-item .row {
    height: 350px;
  }

  .search-therapist-card.team-item .row {
    height: auto;
    min-height: 350px;
  }
}

.team-carousel .owl-nav {
  position: absolute;
  padding: 0 45px;
  width: 100%;
  height: 45px;
  top: calc(50% - 22.5px);
  left: 0;
  display: flex;
  justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: var(--light);
  border: 2px solid var(--primary);
  border-radius: 20px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 40px;
  height: 40px;
  background: var(--primary);
}

.testimonial-item .position-relative {
  height: 60px;
}

.testimonial-item .position-relative .position-absolute {
  top: 50% !important;
}

.testimonial-carousel .owl-item img {
  width: 150px;
  height: 150px;
}

[data-bs-toggle="collapse"] .bi-chevron-down,
[data-bs-toggle="collapse"] .bi-chevron-up {
  transition: transform 0.2s ease;
}

[data-bs-toggle="collapse"][aria-expanded="true"] .bi-chevron-down,
[data-bs-toggle="collapse"][aria-expanded="true"] .bi-chevron-up {
  transform: rotate(180deg);
}

.google-review-card .google-review-cta {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.google-review-card:hover .google-review-cta,
.google-review-card:focus-within .google-review-cta {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-brand img,
a[href="admin-login.html"],
a[href^="mailto:"],
a[href^="tel:"] {
  display: none !important;
}

.container-fluid.bg-primary.py-2,
.container-fluid.py-2.border-bottom.d-none.d-lg-block {
  display: none !important;
}

.home-discovery-wrap {
  max-width: 1080px;
}

.home-discovery-shell {
  background: #ffffff;
  border-radius: 32px;
  padding: 16px;
}

.home-discovery-pill {
  background: #ff4d2f;
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 28px;
  min-height: 88px;
}

.home-discovery-pill input {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  outline: none;
}

.home-discovery-pill input::placeholder {
  color: rgba(255, 255, 255, 0.95);
}

.home-discovery-helper {
  font-size: 0.92rem;
  color: #6b7280;
  text-align: center;
}

.home-discovery-icon {
  border: 0;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #ffffff;
  color: #ff4d2f;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-discovery-panel {
  margin-top: 22px;
  border-radius: 24px;
  padding: 12px 14px 10px;
}

.home-discovery-panel h4 {
  text-align: center;
  color: #545c66;
  font-size: 2rem;
  margin: 8px 0 18px;
}

.home-discovery-panel .form-label {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
}

.home-discovery-panel .form-select {
  border: 0;
  border-bottom: 1px solid #d1d5db;
  border-radius: 0;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 8px 28px 10px 0;
  color: #111827;
  box-shadow: none;
}

.home-discovery-therapist-card {
  background: #ffffff;
  border: 1px solid #dfe9ec;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.home-therapist-media-wrap {
  position: relative;
  display: flex;
  flex: 0 0 220px;
  min-height: 275px;
  overflow: hidden;
  background: #eaf1f3;
}

.home-discovery-therapist-card .media {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-discovery-therapist-card:hover .media {
  transform: scale(1.025);
}

.home-therapist-verified-pill {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  color: #087b74;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(23, 54, 62, 0.15);
  font-size: 0.72rem;
  font-weight: 800;
}

.home-discovery-therapist-card .content {
  padding: 22px 24px;
  flex: 1;
}

.home-discovery-therapist-card h5 {
  margin-bottom: 4px;
  color: #18343d;
  font-size: 1.35rem;
}

.home-discovery-therapist-card .speciality {
  margin-bottom: 10px;
  color: #087f8f;
  font-size: 0.9rem;
  font-weight: 700;
}

.home-discovery-therapist-card .bio {
  color: #4b5563;
  font-size: 0.88rem;
  line-height: 1.55;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-therapist-price {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #718188;
  background: #f4f8f9;
  border-radius: 8px;
  font-size: 0.68rem;
  white-space: nowrap;
}

.home-therapist-price strong {
  display: block;
  color: #18343d;
  font-size: 0.85rem;
}

.home-therapist-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.home-therapist-highlight {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  overflow: hidden;
  color: #52666e;
  background: #f4f8f9;
  border: 1px solid #e4ecee;
  border-radius: 7px;
  font-size: 0.7rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-therapist-highlight i {
  flex: 0 0 auto;
  color: #0e9c9a;
}

.home-discovery-therapist-card .booking-options {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bmr-booking-option-btn {
  border: 0;
  border-radius: 12px;
  padding: 9px 8px;
  text-align: left;
  color: #ffffff;
  background: linear-gradient(135deg, #2e98cf 0%, #14a8cf 100%);
  box-shadow: 0 10px 22px -16px rgba(46, 152, 207, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.bmr-booking-option-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.bmr-booking-option-copy {
  min-width: 0;
}

.bmr-booking-option-video {
  background: linear-gradient(135deg, #2f80ed 0%, #2563eb 100%);
  box-shadow: 0 10px 22px -16px rgba(37, 99, 235, 0.95);
}

.bmr-booking-option-video .bmr-booking-option-icon {
  background: rgba(191, 219, 254, 0.35);
}

.bmr-booking-option-clinic {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 10px 22px -16px rgba(5, 150, 105, 0.95);
}

.bmr-booking-option-clinic .bmr-booking-option-icon {
  background: rgba(167, 243, 208, 0.3);
}

.bmr-booking-option-home {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 10px 22px -16px rgba(234, 88, 12, 0.95);
}

.bmr-booking-option-home .bmr-booking-option-icon {
  background: rgba(254, 215, 170, 0.35);
}

.bmr-booking-option-btn:hover,
.bmr-booking-option-btn.active {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.bmr-booking-option-video:hover,
.bmr-booking-option-video.active {
  box-shadow: 0 12px 26px -16px rgba(37, 99, 235, 0.95);
}

.bmr-booking-option-clinic:hover,
.bmr-booking-option-clinic.active {
  box-shadow: 0 12px 26px -16px rgba(5, 150, 105, 0.95);
}

.bmr-booking-option-home:hover,
.bmr-booking-option-home.active {
  box-shadow: 0 12px 26px -16px rgba(234, 88, 12, 0.95);
}

.bmr-booking-option-btn .title {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bmr-booking-option-btn .sub {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  opacity: 0.95;
}

.home-slot-calendar {
  margin: 14px;
  border-radius: 18px;
  border: 1px solid #dfeaec;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(26, 65, 77, 0.1);
  padding: 20px;
}

.home-slot-calendar-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.home-slot-calendar-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #13c5dd, #0a8e9f);
  border-radius: 12px;
  font-size: 1.1rem;
  box-shadow: 0 8px 18px rgba(19, 197, 221, 0.22);
}

.home-slot-calendar-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #71848b;
  font-weight: 700;
}

.home-slot-calendar-top h5 {
  color: #213e47;
}

.home-slot-service-badge {
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #087f8f;
  background: #e9f8fa;
  border: 1px solid #caebef;
}

.home-slot-helper {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 16px 0 0;
  padding: 9px 11px;
  color: #61757d;
  background: #f6f9fa;
  border-radius: 9px;
  font-size: 0.75rem;
}

.home-slot-helper i {
  color: #0a91a3;
}

.home-slot-day-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.home-slot-day-tab {
  position: relative;
  min-height: 96px;
  border: 1px solid #dce7ea;
  background: #fbfcfd;
  border-radius: 12px;
  padding: 11px 9px;
  text-align: left;
  transition: all 0.2s ease;
}

.home-slot-day-tab:hover {
  background: #f1fafb;
  border-color: #a9dce2;
  transform: translateY(-1px);
}

.home-slot-day-tab span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #213e47;
  line-height: 1.25;
}

.home-slot-day-tab em {
  display: block;
  margin-top: 3px;
  color: #5e747d;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

.home-slot-day-tab small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 9px;
  padding: 4px 7px;
  color: #146d5d;
  background: #e8f7f2;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
}

.home-slot-day-tab.active {
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(8, 127, 143, 0.2);
  background: linear-gradient(135deg, #13b6ca, #087f8f);
}

.home-slot-day-tab.active span,
.home-slot-day-tab.active em {
  color: #ffffff;
}

.home-slot-day-tab.active small {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.home-slot-session-group {
  border-bottom: 1px solid #e9eff1;
  padding: 16px 0;
}

.home-slot-session-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-slot-session-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: #40565e;
  font-weight: 700;
}

.home-slot-session-title > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.home-slot-session-title > span i {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #0a91a3;
  background: #e9f8fa;
  border-radius: 8px;
}

.home-slot-session-title > small {
  color: #829198;
  font-size: 0.67rem;
  font-weight: 600;
}

.home-slot-time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
  gap: 8px;
}

.home-slot-time-btn {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #abdbe1;
  background: #f8fcfc;
  color: #087f8f;
  border-radius: 9px;
  padding: 7px 9px;
  font-size: 0.84rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.home-slot-time-btn i {
  font-size: 0.72rem;
}

.home-slot-time-btn:hover {
  background: #087f8f;
  border-color: #087f8f;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(8, 127, 143, 0.18);
  transform: translateY(-1px);
}

.home-slot-empty {
  display: flex;
  min-height: 115px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
  margin-top: 15px;
  padding: 20px;
  color: #73858c;
  background: #f8fafb;
  border: 1px dashed #cedde0;
  border-radius: 12px;
  font-size: 0.82rem;
  text-align: center;
}

.home-slot-empty i {
  color: #9cb0b6;
  font-size: 1.45rem;
}

.home-slot-close-btn {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  color: #71838a;
  background: #f3f6f7;
  border: 0;
  border-radius: 9px;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.home-slot-close-btn span {
  display: block;
  margin-top: -2px;
}

.home-slot-close-btn:hover {
  color: #b42318;
  background: #fff0ef;
}

.home-discovery-therapist-card.slot-open .content h5,
.home-discovery-therapist-card.slot-open .content .speciality,
.home-discovery-therapist-card.slot-open .content .bio,
.home-discovery-therapist-card.slot-open .content .small,
.home-discovery-therapist-card.slot-open .home-therapist-price,
.home-discovery-therapist-card.slot-open .home-therapist-highlights {
  display: none;
}

.home-discovery-therapist-card.slot-open .content {
  flex: 0 0 auto;
  padding: 10px 8px 12px;
}

.home-discovery-therapist-card.slot-open .booking-options {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-discovery-therapist-card.slot-open .bmr-booking-option-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  justify-content: center;
}

.home-discovery-therapist-card.slot-open .bmr-booking-option-copy {
  display: none;
}

.home-discovery-therapist-card.slot-open .bmr-booking-option-icon {
  width: 28px;
  height: 28px;
  font-size: 0.95rem;
}

.home-discovery-therapist-card.slot-open .home-slot-calendar {
  flex: 1 1 auto;
  min-width: 0;
  margin: 14px 14px 14px 0;
}

.home-footer {
  position: relative;
  overflow: hidden;
  color: #cbd8dc;
  background:
    radial-gradient(circle at 12% 0, rgba(19, 182, 202, 0.18), transparent 30%),
    linear-gradient(145deg, #102d36 0%, #0a222a 60%, #071b22 100%);
}

.home-footer::after {
  position: absolute;
  right: -100px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255, 255, 255, 0.018),
    0 0 0 110px rgba(255, 255, 255, 0.012);
  pointer-events: none;
}

.home-footer .container {
  position: relative;
  z-index: 1;
}

.home-footer-main {
  padding: 70px 0 54px;
}

.home-footer-brand {
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.home-footer-brand:hover {
  color: #ffffff;
}

.home-footer-brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #13b6ca, #087f8f);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(19, 182, 202, 0.22);
}

.home-footer-about {
  max-width: 470px;
  color: #aebfc4;
  font-size: 0.95rem;
  line-height: 1.75;
}

.home-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-footer-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: #dce8ea;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 0.76rem;
  font-weight: 600;
}

.home-footer-trust i {
  color: #4bd1c3;
}

.home-footer-heading {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 11px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-footer-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  content: "";
  background: #13b6ca;
  border-radius: 2px;
}

.home-footer-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.home-footer-links a {
  position: relative;
  color: #aebfc4;
  font-size: 0.87rem;
  transition: 0.18s ease;
}

.home-footer-links a:hover {
  padding-left: 5px;
  color: #ffffff;
}

.home-footer-care-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  backdrop-filter: blur(8px);
}

.home-footer-care-icon {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  place-items: center;
  color: #ffffff;
  background: rgba(19, 182, 202, 0.22);
  border: 1px solid rgba(75, 209, 195, 0.25);
  border-radius: 11px;
}

.home-footer-care-card h6 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1rem;
}

.home-footer-care-card p {
  margin-bottom: 15px;
  color: #aebfc4;
  font-size: 0.8rem;
  line-height: 1.55;
}

.home-footer-care-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #63ded2;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-footer-care-card a:hover {
  gap: 10px;
  color: #ffffff;
}

.home-footer-bottom {
  padding: 22px 0;
  color: #839aa1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.home-footer-legal {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-footer-legal a {
  color: #9eb1b7;
}

.home-footer-legal a:hover {
  color: #ffffff;
}

.home-footer-legal span {
  width: 3px;
  height: 3px;
  background: #667f86;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .home-footer-main {
    padding: 50px 0 38px;
  }

  .home-footer-care-card {
    margin-top: 8px;
  }

  .home-footer-bottom {
    text-align: center;
  }
}

.marketplace-slot-page {
  background: linear-gradient(155deg, #eef2fa 0%, #f4fbff 62%, #e9f8ff 100%);
}

.marketplace-slot-shell {
  max-width: 1160px;
  padding: 0;
}

.marketplace-slot-page {
  min-height: 100vh;
  color: #30434d;
  background: #f4f8f9;
}

.marketplace-slot-navbar {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e1eaed;
  box-shadow: 0 5px 20px rgba(30, 68, 80, 0.06);
  backdrop-filter: blur(12px);
}

.marketplace-slot-brand-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #13c5dd, #0a8e9f);
  border-radius: 11px;
  box-shadow: 0 7px 16px rgba(19, 197, 221, 0.22);
}

.marketplace-slot-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  color: #557078;
  border: 1px solid #dce7ea;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
}

.marketplace-slot-back:hover {
  color: #078698;
  background: #eff9fa;
  border-color: #bde6eb;
}

.marketplace-slot-content {
  min-height: calc(100vh - 74px);
  background:
    radial-gradient(circle at 8% 8%, rgba(19, 197, 221, 0.1), transparent 25%),
    radial-gradient(circle at 92% 90%, rgba(10, 142, 159, 0.08), transparent 24%);
}

.marketplace-slot-intro {
  max-width: 640px;
}

.marketplace-slot-kicker,
.marketplace-slot-label {
  display: block;
  color: #0a91a3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketplace-slot-intro h1 {
  margin-bottom: 10px;
  color: #17343d;
  font-size: clamp(2rem, 4vw, 3rem);
}

.marketplace-slot-intro p {
  color: #6a7c84;
}

.marketplace-slot-steps {
  display: flex;
  max-width: 720px;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.marketplace-slot-step {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #84939a;
  font-size: 0.78rem;
  font-weight: 600;
}

.marketplace-slot-step:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: calc(50% + 55px);
  width: calc(100% - 110px);
  height: 1px;
  content: "";
  background: #cfdee1;
}

.marketplace-slot-step > span {
  z-index: 1;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  background: #e5edef;
  border-radius: 50%;
  font-size: 0.75rem;
}

.marketplace-slot-step.is-complete {
  color: #15836c;
}

.marketplace-slot-step.is-complete > span {
  color: #ffffff;
  background: #20a985;
}

.marketplace-slot-step.is-active {
  color: #087f8f;
}

.marketplace-slot-step.is-active > span {
  color: #ffffff;
  background: #0a91a3;
  box-shadow: 0 0 0 5px rgba(10, 145, 163, 0.12);
}

.marketplace-slot-summary,
.marketplace-slot-form {
  background: #ffffff;
  border: 1px solid #e0e9ec;
  border-radius: 20px;
  box-shadow: 0 15px 38px rgba(27, 66, 78, 0.09);
}

.marketplace-slot-summary {
  overflow: hidden;
}

.marketplace-slot-head {
  padding: 20px 22px;
  background: linear-gradient(135deg, #f1fbfc, #ffffff);
  border-bottom: 1px solid #e6eef0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketplace-slot-section-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #13c5dd, #0a8e9f);
  border-radius: 12px;
  box-shadow: 0 7px 16px rgba(19, 197, 221, 0.2);
}

.marketplace-slot-meta,
.marketplace-slot-therapist,
.marketplace-slot-location {
  padding: 21px 22px;
}

.marketplace-slot-meta,
.marketplace-slot-therapist {
  border-bottom: 1px solid #e9eff1;
}

.marketplace-slot-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  color: #405962;
  font-weight: 600;
}

.marketplace-slot-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #f5f9fa;
  border: 1px solid #e4ecee;
  border-radius: 10px;
  font-size: 0.88rem;
}

.marketplace-slot-meta-item i {
  color: #0a91a3;
}

.marketplace-slot-label {
  margin-bottom: 10px;
}

.marketplace-slot-therapist img {
  width: 84px;
  height: 84px;
  border: 3px solid #ffffff;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 7px 18px rgba(29, 67, 78, 0.14);
}

.marketplace-slot-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  color: #16816b;
  background: #eaf8f3;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
}

.marketplace-slot-location-icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  color: #0a91a3;
  background: #eaf9fa;
  border-radius: 13px;
  font-size: 1.25rem;
}

.marketplace-slot-form {
  padding: clamp(24px, 4vw, 34px);
}

.marketplace-slot-form-head {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.marketplace-slot-form-head h2 {
  color: #1d3942;
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.marketplace-slot-form .form-label {
  margin-bottom: 6px;
  color: #40545c;
  font-size: 0.82rem;
}

.marketplace-slot-input {
  position: relative;
}

.marketplace-slot-input > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  color: #82949b;
  transform: translateY(-50%);
}

.marketplace-slot-form .form-control {
  min-height: 50px;
  background: #fbfcfd;
  border: 1px solid #d9e5e8;
  border-radius: 11px;
}

.marketplace-slot-input .form-control {
  padding-left: 42px;
}

.marketplace-slot-form textarea.form-control {
  min-height: 90px;
  padding-top: 12px;
}

.marketplace-slot-form .form-control:focus {
  background: #ffffff;
  border-color: #13b4c9;
  box-shadow: 0 0 0 0.2rem rgba(19, 180, 201, 0.12);
}

.marketplace-slot-form .form-control:disabled {
  color: #9aa6ab;
  background: #f1f4f5;
}

.marketplace-slot-address {
  padding: 17px;
  background: #f7fafb;
  border: 1px solid #e3ebed;
  border-radius: 14px;
}

.marketplace-slot-address h6 {
  color: #2b4851;
}

.marketplace-slot-privacy {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6c7e85;
}

.marketplace-slot-privacy i {
  color: #17836d;
}

.marketplace-slot-form .alert {
  border: 0;
  border-radius: 11px;
}

.marketplace-slot-form .btn {
  min-height: 50px;
  border-radius: 11px;
  font-weight: 700;
}

.marketplace-slot-otp-btn {
  color: #08889a;
  background: #ffffff;
  border: 1px solid #91dce5;
}

.marketplace-slot-otp-btn:hover:not(:disabled) {
  color: #ffffff;
  background: #0b93a4;
  border-color: #0b93a4;
}

.marketplace-slot-confirm-btn {
  color: #ffffff;
  background: linear-gradient(135deg, #13bace, #087f8f);
  border: 0;
  box-shadow: 0 9px 20px rgba(8, 127, 143, 0.2);
}

.marketplace-slot-confirm-btn:hover:not(:disabled) {
  color: #ffffff;
  background: linear-gradient(135deg, #0eacbf, #076f7d);
  transform: translateY(-1px);
}

.marketplace-slot-form .btn:disabled {
  color: #96a1a6;
  background: #e9edef;
  border-color: #e1e6e8;
  box-shadow: none;
}

.marketplace-slot-results-link {
  color: #60767e;
  font-size: 0.87rem;
  font-weight: 600;
}

.marketplace-slot-results-link:hover {
  color: #087f8f;
}

@media (max-width: 767.98px) {
  .home-discovery-therapist-card {
    display: block;
  }

  .home-therapist-media-wrap {
    width: 100%;
    min-height: 220px;
  }

  .home-discovery-therapist-card .media {
    width: 100%;
    min-height: 220px;
  }

  .home-discovery-therapist-card .content {
    padding: 14px;
  }

  .home-discovery-therapist-card .booking-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-discovery-shell {
    border-radius: 24px;
    padding: 12px;
  }

  .home-discovery-pill {
    min-height: 70px;
    padding: 10px 10px 10px 16px;
  }

  .home-discovery-pill input {
    font-size: 1.2rem;
  }

  .home-discovery-icon {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }

  .home-discovery-panel h4 {
    font-size: 1.55rem;
  }

  .home-discovery-panel .form-label,
  .home-discovery-panel .form-select {
    font-size: 1.2rem;
  }

  .home-slot-calendar {
    margin: 12px;
    padding: 14px;
  }

  .home-slot-calendar-top {
    align-items: flex-start;
  }

  .home-slot-day-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .home-slot-day-tab {
    min-height: 92px;
    padding: 9px 7px;
  }

  .home-slot-day-tab span {
    font-size: 0.9rem;
  }

  .home-slot-day-tab em {
    font-size: 0.7rem;
  }

  .home-slot-day-tab small {
    padding: 3px 5px;
    font-size: 0.65rem;
  }

  .home-slot-time-btn {
    min-width: 0;
    font-size: 0.8rem;
  }

  .home-discovery-therapist-card.slot-open .home-therapist-media-wrap {
    display: none;
  }

  .home-discovery-therapist-card.slot-open .content {
    padding: 12px 12px 0;
  }

  .home-discovery-therapist-card.slot-open .booking-options {
    flex-direction: row;
  }

  .home-discovery-therapist-card.slot-open .home-slot-calendar {
    margin: 12px;
  }

  .marketplace-slot-shell {
    padding: 0 12px;
  }

  .marketplace-slot-inline,
  .marketplace-slot-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .marketplace-slot-steps {
    align-items: flex-start;
  }

  .marketplace-slot-step {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .marketplace-slot-step:not(:last-child)::after {
    top: 13px;
    left: calc(50% + 20px);
    width: calc(100% - 40px);
  }

  .marketplace-slot-back span {
    display: none;
  }

  .marketplace-slot-back {
    padding: 9px 11px;
  }
}

/* Therapist authentication */
.therapist-auth-page {
  min-height: 100vh;
  color: #31464f;
  background: #f4f8f9;
}

.therapist-auth-navbar {
  border-bottom: 1px solid #e1eaed;
  box-shadow: 0 5px 20px rgba(29, 67, 79, 0.06);
}

.therapist-auth-brand-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #13c5dd, #0a8e9f);
  border-radius: 11px;
  box-shadow: 0 7px 16px rgba(19, 197, 221, 0.22);
}

.therapist-auth-content {
  min-height: calc(100vh - 75px);
  background:
    radial-gradient(circle at 6% 12%, rgba(19, 197, 221, 0.1), transparent 24%),
    radial-gradient(circle at 94% 88%, rgba(10, 142, 159, 0.08), transparent 25%),
    #f5f8f9;
}

.therapist-auth-shell {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe9ec;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(26, 64, 76, 0.12);
}

.therapist-auth-aside {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(32px, 5vw, 55px);
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.13), transparent 28%),
    linear-gradient(145deg, #075b67, #098a9b);
}

.therapist-auth-aside::after {
  position: absolute;
  z-index: -1;
  right: -100px;
  bottom: -130px;
  width: 290px;
  height: 290px;
  content: "";
  border: 45px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.therapist-auth-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: #9af2fa;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.therapist-auth-aside h1 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.therapist-auth-aside > p {
  line-height: 1.7;
}

.therapist-auth-benefits {
  display: grid;
  gap: 18px;
  margin-top: 35px;
}

.therapist-auth-benefits > div {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.therapist-auth-benefits > div > span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
}

.therapist-auth-benefits h6 {
  margin-bottom: 3px;
  color: #ffffff;
}

.therapist-auth-benefits p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.therapist-auth-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
}

.therapist-auth-trust i {
  color: #91eef6;
}

.therapist-auth-card {
  padding: clamp(30px, 5vw, 54px);
}

.therapist-auth-card-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 28px;
}

.therapist-auth-card-head h4 {
  color: #1f3b44;
}

.therapist-auth-card-head p {
  font-size: 0.88rem;
}

.therapist-auth-form-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #13c5dd, #0a8e9f);
  border-radius: 13px;
  font-size: 1.15rem;
  box-shadow: 0 8px 18px rgba(19, 197, 221, 0.21);
}

.therapist-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  background: #eef3f4;
  border-radius: 12px;
}

.therapist-auth-tabs .btn,
.therapist-auth-tabs .btn.btn-light,
.therapist-auth-tabs .btn.btn-primary {
  min-height: 42px;
  color: #718087;
  background: transparent;
  border: 0;
  border-radius: 9px;
  box-shadow: none;
  font-size: 0.86rem;
  font-weight: 700;
}

.therapist-auth-tabs .btn.active,
.therapist-auth-tabs .btn.btn-primary {
  color: #087f8f !important;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(31, 66, 77, 0.1);
}

.therapist-auth-panel-intro h5 {
  margin-bottom: 5px;
  color: #29454e;
}

.therapist-auth-panel-intro p {
  color: #76868d;
  font-size: 0.85rem;
  line-height: 1.55;
}

.therapist-auth-card .form-label {
  margin-bottom: 6px;
  color: #465b64;
  font-size: 0.8rem;
}

.therapist-auth-input {
  position: relative;
}

.therapist-auth-input > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  color: #87969c;
  transform: translateY(-50%);
}

.therapist-auth-input .form-control {
  min-height: 50px;
  padding-left: 43px;
  background: #fafcfc;
  border: 1px solid #d9e4e7;
  border-radius: 11px;
}

.therapist-auth-input .form-control:focus {
  background: #ffffff;
  border-color: #13b5ca;
  box-shadow: 0 0 0 0.2rem rgba(19, 181, 202, 0.11);
}

.therapist-auth-primary-btn {
  min-height: 50px;
  color: #ffffff;
  background: linear-gradient(135deg, #13bace, #087f8f);
  border: 0;
  border-radius: 11px;
  font-weight: 700;
  box-shadow: 0 9px 20px rgba(8, 127, 143, 0.2);
}

.therapist-auth-primary-btn:hover,
.therapist-auth-primary-btn:focus {
  color: #ffffff;
  background: linear-gradient(135deg, #0eacbf, #076f7d);
  transform: translateY(-1px);
}

.therapist-auth-primary-btn:disabled {
  color: #96a2a7;
  background: #e8edef;
  box-shadow: none;
  transform: none;
}

.therapist-auth-inbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 11px;
  color: #087f8f;
  background: #ecf9fa;
  border: 1px solid #c9ebef;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 700;
}

.therapist-auth-inbox.d-none {
  display: none !important;
}

.therapist-auth-status {
  border: 0;
  border-radius: 11px;
  font-size: 0.88rem;
}

.therapist-auth-legal {
  color: #8a979c;
  font-size: 0.72rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .therapist-auth-shell {
    max-width: 680px;
  }

  .therapist-auth-aside {
    padding-bottom: 35px;
  }

  .therapist-auth-benefits {
    grid-template-columns: repeat(3, 1fr);
  }

  .therapist-auth-benefits > div {
    display: block;
  }

  .therapist-auth-benefits > div > span {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .therapist-auth-content .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .therapist-auth-shell {
    border-radius: 17px;
  }

  .therapist-auth-aside {
    padding: 30px 24px;
  }

  .therapist-auth-benefits {
    grid-template-columns: 1fr;
  }

  .therapist-auth-benefits > div {
    display: flex;
  }

  .therapist-auth-card {
    padding: 28px 22px;
  }

  .therapist-auth-navbar .navbar-brand .h3 {
    font-size: 1.35rem;
  }
}
