body {
  font-family: "Roboto", sans-serif;
  color: #32485f;
}

.news-bg {
  background: #0f4f67;
  color: #fff;
}

.news-label {
  background: #ffc700;
  color: #083d55;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 18px;
  min-width: 145px;
  text-align: center;
}

.ticker-wrap {
  overflow: hidden;
  white-space: nowrap;
}

.ticker {
  display: inline-flex;
  min-width: 200%;
  animation: ticker-scroll 26s linear infinite;
}

.ticker__item {
  padding: 10px 24px;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.custom-navbar {
  background: #fff;
  box-shadow: 0 2px 14px rgba(18, 59, 88, 0.06);
  padding-top: 0;
  padding-bottom: 0;
}

.brand-logo,
.footer-logo__dark {
  height: 66px;
  width: auto;
}

.navbar-brand {
  min-width: 166px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  margin-right: 18px;
}

.custom-navbar .container {
  min-height: 94px;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-link {
  color: #1c2940;
  font-weight: 700;
  padding-left: 0.82rem;
  padding-right: 0.82rem;
  font-size: 0.99rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #0a6e9e;
}

.sos-icon {
  height: 44px;
  width: auto;
}

.header-cta {
  gap: 10px !important;
}

.header-cart {
  display: inline-flex;
  align-items: center;
  color: #1f2d3d;
  font-weight: 700;
  text-decoration: none;
  margin-left: 2px;
}

.header-cart i {
  color: #1f2d3d;
}

.header-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border: 2px solid #1f2d3d;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.header-cta .btn.btn-primary {
  background: #0b739f;
  border-color: #0b739f;
  border-radius: 8px;
  min-height: 46px;
  padding: 10px 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  box-shadow: none;
}

.header-cta .btn.btn-primary:hover,
.header-cta .btn.btn-primary:focus {
  background: #095f82;
  border-color: #095f82;
}

.hero-header {
  background: linear-gradient(90deg, #d7eaf4 0%, #dbeef7 68%, #e8f3f8 100%);
  padding: 72px 0 64px;
}

.hero-header_title,
.section-header__title {
  color: #0a6e9e;
}

.hero-summary,
.sub-title {
  color: #5c7087;
  line-height: 1.8;
}

.underline {
  color: #f0a000 !important;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  background: #0a6e9e;
  border-radius: 999px;
  transform: rotate(-2deg);
}

.download-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(13, 80, 114, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 18px 18px 24px;
  max-width: 860px;
}

.download-copy strong {
  display: block;
  color: #2a435d;
  font-size: 1.35rem;
  margin-bottom: 6px;
}

.download-copy span {
  color: #6a7f94;
}

.download-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.search-btn {
  border: 0;
  border-radius: 4px;
  padding: 14px 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  background: #0b739f;
  color: #fff;
}

.app-btn.app-download-btn {
  background: #f4b400;
  color: #1d3247;
}

.site-btn {
  background: #12344d;
  color: #fff;
}

.hero-visual img {
  max-height: 580px;
}

.bg-gradient-primary {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.speciality-link {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.speciality-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 76, 110, 0.12) !important;
}

.app-content {
  background: #f4f7fa;
}

.app-btn {
  background: #0a6e9e;
  min-width: 195px;
}

.website-pill {
  background: #12344d;
}

.main-footer {
  background: #2f343d;
  color: #d8e0e7;
}

.appointment {
  position: relative;
  overflow: hidden;
  background: #2f343d;
  color: #ffffff;
  border: 1px solid #0a8dc6;
  border-radius: 10px;
  margin-bottom: 28px;
  min-height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 24px;
}

.appointment-title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.appointment-link {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  color: #efa307;
  font-weight: 800;
  text-decoration: none;
}

.appointment-link::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -8px;
  bottom: -8px;
  height: 5px;
  background: #0a87c0;
  border-radius: 999px;
  transform: rotate(-1.5deg);
}

.appointment-link i {
  font-size: 0.82em;
  transform: translateY(1px);
}

.appointment-shape,
.appointment-dots {
  position: absolute;
  z-index: 1;
  opacity: 0.18;
}

.appointment-shape-left {
  left: 22px;
  top: 14px;
  width: 132px;
  height: 118px;
}

.appointment-shape-left::before,
.appointment-shape-left::after {
  content: "";
  position: absolute;
  background: #1b5d67;
  border-radius: 999px;
  transform: rotate(45deg);
}

.appointment-shape-left::before {
  width: 34px;
  height: 126px;
  left: 16px;
  top: -6px;
}

.appointment-shape-left::after {
  width: 34px;
  height: 88px;
  left: 62px;
  top: 8px;
}

.appointment-shape-center {
  left: 39%;
  top: 66%;
  width: 84px;
  height: 34px;
  border-top: 5px solid #1b5d67;
  border-bottom: 5px solid #1b5d67;
  transform: rotate(23deg);
}

.appointment-dots {
  right: 92px;
  top: 34px;
  width: 70px;
  height: 62px;
  background-image: radial-gradient(#1b5d67 28%, transparent 30%);
  background-size: 22px 22px;
}

.footer-about p,
.footer-about li,
.footer-link a,
.social-icon a,
.copy,
.footer-policy a,
.email-link {
  color: #d8e0e7;
}

.footer-main-row {
  border-top: 1px solid #0a8dc6;
}

.footer-block {
  position: relative;
}

.footer-block:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(10, 141, 198, 0.72);
}

.footer-about-col p {
  max-width: 620px;
  line-height: 1.62;
}

.link-title {
  color: #ffffff;
}

.footer-link a,
.social-icon a {
  color: #b5bcc5;
  text-decoration: none;
  font-weight: 600;
}

.footer-link a:hover,
.social-icon a:hover,
.email-link:hover,
.footer-policy a:hover {
  color: #ffffff;
}

.social-icon {
  padding-left: 0;
}

.social-icon li {
  list-style: none;
  margin-bottom: 14px;
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  margin-right: 10px;
  color: #fff;
  background: #0a6e9e;
}

.icon-wrap.fb { background: #4d68b3; }
.icon-wrap.inst { background: #4f8dc8; }
.icon-wrap.twi { background: #1da1f2; }
.icon-wrap.like { background: #f0a000; }
.icon-wrap.yt { background: #cf2027; }

.sub-footer__dark {
  background: #343841;
  color: #d8e0e7;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sub-footer-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.subfooter-brand {
  display: inline-flex;
  align-items: center;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.sub-footer .footer-logo__dark {
  height: 38px;
}

.footer-policy .list-inline-item:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 991.98px) {
  .header-cta {
    display: none !important;
  }

  .download-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-block:not(:first-child)::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .news-label {
    min-width: auto;
    padding: 10px 12px;
    font-size: 12px;
  }

  .ticker__item {
    font-size: 13px;
    padding: 10px 14px;
  }

  .hero-header {
    padding: 48px 0;
  }

  .download-buttons,
  .app-btn {
    width: 100%;
  }

  .brand-logo {
    height: 62px;
  }

  .appointment-title {
    font-size: 2rem;
    line-height: 1.22;
  }

  .appointment-link {
    margin-left: 0;
    margin-top: 8px;
    display: inline-flex;
  }

  .appointment-dots {
    right: 18px;
    top: 18px;
    width: 54px;
    height: 54px;
    background-size: 18px 18px;
  }

  .sub-footer-left {
    flex-direction: column;
    gap: 10px;
  }

  .subfooter-brand {
    padding-right: 0;
    border-right: 0;
  }
}
