/* CSS Document */
.tagline-eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
  color: #7da5c4;
  margin-bottom: 8px;
}

.section-eyebrow {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-title {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero {
  padding: 48px 0 56px;
}

.hero-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  align-items: center;
  column-gap: 58px;
  min-height: 649px;
}

.hero-text {
  opacity: 0;
}
.hero.ready .hero-text {
  opacity: 1;
  animation: fadeInLeft .6s both;
}

.hero-tagline {
  color: var(--main-light, #35A7FF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-heading {
  color: var(--main-color, #083E57);
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.hero-heading span {
  display: block;
  font-size: 1em;
}

.hero-image-wrapper {
  justify-self: end;
  width: 100%;
  height: 100%;
  max-width: 694px;
  border-bottom-left-radius: 220px;
  overflow: hidden;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
  opacity: 0;
}
.hero.ready .hero-image-wrapper {
  opacity: 1;
  animation: fadeInRight .6s both;
}
.hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.doctor-section {
  padding: 50px 0;
}

.doctor-inner {
  max-width: 1117px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 65px;
  justify-content: space-evenly;
  align-items: center;
}

.doctor-photo-card {
  width: 100%;
  max-width: 441px;
  height: 474px;
  background: #f7f9fc;
  border-radius: 30px 0;
  box-shadow: 30px 30px 0 -19px rgba(8, 62, 87, 0.09);
  overflow: hidden;
  opacity: 0;
}
.doctor-section.ready .doctor-photo-card {
  opacity: 1;
  animation: fadeInLeft .6s both;
}


.doctor-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-content {
  width: 100%;
  opacity: 0;
}
.doctor-section.ready .doctor-content {
  opacity: 1;
  animation: fadeInRight .6s both;
}

.doctor-content h3 {
  color: var(--main-light, #35A7FF);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.doctor-content h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 50px;
}

.doctor-content p {
  max-width: 563px;
  color: #5B5B5B;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.doctor-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.doctor-actions .btn-primary {
  min-width: 130px;
}

.doctor-actions .btn-outline {
  min-width: 145px;
}

.treatments-section {
  padding: 50px 0;
  color: #ffffff;
  background: var(--main-color, #083E57);
}

.treatments-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px;
  opacity: 0;
}
.treatments-section.ready .treatments-inner {
  opacity: 1;
  animation: fadeInUp .6s both;
}

.treatments-header {
  text-align: center;
  margin-bottom: 40px;
}

.treatments-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px;
  margin-bottom: 40px;
}

.treatment-card {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.treatment-card img {
  height: 250px;
  object-fit: cover;
  border-radius: 0 30px;
  box-shadow: 25px 25px 0 -19px rgba(1, 25, 37, 0.10);
}

.treatment-body {
  padding: 14px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: solid 1px #fff;
}

.treatment-title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.treatment-arrow {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #FFF;
}

.treatments-cta {
  text-align: center;
}

.treatments-cta .btn-outline {
  background: #ffffff;
  border-color: #ffffff;
  color: #004259;
  padding: 10px 24px;
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
    padding: 0 7px;
  }

  .hero-image-wrapper {
    justify-self: center;
  }

  .doctor-inner {
  flex-direction: column;
  }
  .doctor-photo-card {
    height: 100vw
  }
  .treatments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .hero {
    padding: 0;
  }
  .hero-text {
    position: absolute;
    left: 20px;
    right: 20px;
  }
  .hero-image-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .hero {
    padding-top: 0;
  }

  .hero-text {
    padding-top: 0;
    text-align: center;
  }
  .hero-text .hero-tagline {
    color: #fff;
    font-size: 16px;
  }
  .hero-text .hero-heading {
    color: #fff;
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  
  .hero-heading {
    font-size: 32px;
  }

  .doctor-content p {
    max-width: none;
  }

  .treatments-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hours-card {
    min-width: 100%;
    font-size: 14px;
  }
}