:root {
  --primary: #e35ea0;
  --primary-dark: #084954;
  --accent: #e35ea0;
  --bg: #f5f9fb;
  --text: #1e2a2f;
  --white: #ffffff;
  --radius: 14px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.15;

  color: var(--text);
  background: #f8f7f8;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}
.btn {
  display: inline-block;
  background: #e35ea0;
  color: var(--white);
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.2s ease;
}
.btn:hover {
  background: rgb(52, 49, 49);
  transform: translateY(-1px);
}
.btn-secondary {
  background: #e35ea0;
  color: #1f1f1f;
}
.topbar {
  background: #e35ea0;
  color: var(--white);
  font-size: 0.92rem;
  padding: 0.45rem 0;
}
.topbar a {
  color: var(--white) !important;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero {
  background: linear-gradient(120deg, #dff2f6 0%, #f3fcff 45%, #ffffff 100%);
  padding: 3.5rem 0 2.8rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.3rem;
  align-items: center;
}
.hero-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-doctor-image {
  width: min(100%, 460px);
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(18, 45, 53, 0.16);
}
.hero h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  line-height: 1.2;
  color: #0b3e47;
}
.pill-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin: 1rem 0 1.25rem;
}
.pill {
  background: #e9f7fa;
  color: #114955;
  border: 1px solid #cceaf0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
}
.hero-card,
.section-card,
.map-card,
.testimonial,
.service {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(18, 45, 53, 0.08);
}
.hero-card {
  padding: 1.1rem;
}
section {
  padding: 2.8rem 0;
}
h3.section-title {
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1.72rem;
  color: #0b3e47;
}
.service-grid,
.testimonial-grid,
.location-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}
.service-grid {
  grid-template-columns: repeat(3, 1fr);
}
.service {
  padding: 1.1rem;
}
.service h4 {
  margin: 0 0 0.5rem;
  color: #134c59;
}
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}
.testimonial {
  padding: 1rem;
  border-left: 4px solid var(--accent);
}
.location-grid {
  grid-template-columns: repeat(2, 1fr);
}
.map-card {
  overflow: hidden;
}
.map-body {
  padding: 1rem;
}
iframe {
  width: 100%;
  height: 220px;
  border: 0;
}
.cta-wrap {
  background: #e8f7fb;
}
.cta-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 1rem;
}
.cta-form input,
.cta-form select,
.cta-form textarea {
  width: 100%;
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid #c7d7dd;
  font: inherit;
}
.cta-form textarea,
.full {
  grid-column: 1 / -1;
}
footer {
  background: #e35ea0;
  color: #e8f8fc;
  padding: 2rem 0 1.2rem;
}
.footer-grid {
  grid-template-columns: 2fr 1fr 1fr;
}
footer h4 {
  margin: 0 0 0.6rem;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin-bottom: 0.35rem;
}
.copy {
  margin-top: 1.1rem;
  font-size: 0.88rem;
  color: #b4d7de;
  text-align: center;
}
.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
}
@media (max-width: 980px) {
  .hero-grid,
  .service-grid,
  .testimonial-grid,
  .location-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  body > .topbar {
    display: none !important;
  }
  .cta-form {
    grid-template-columns: 1fr;
  }
  .hero-image-wrap {
    order: -1;
    margin-bottom: 0.75rem;
  }
  .hero-doctor-image {
    width: min(100%, 360px);
  }
}







.services-icon-slider-wrap {
  margin: 28px 0 36px;
  position: relative;
  padding: 0 40px;
}

.services-icon-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(185px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 8px 4px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #d95d95 #f7edf3;
}

.services-icon-slider-wrap .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid #e8d8e2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #d95d95;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.services-icon-slider-wrap .slider-arrow:hover {
  background: #de5d96;
  border-color: #de5d96;
  color: #fff;
}

.services-icon-slider-wrap .slider-arrow.prev {
  left: 0;
}

.services-icon-slider-wrap .slider-arrow.next {
  right: 0;
}

.services-icon-slider::-webkit-scrollbar {
  height: 8px;
}

.services-icon-slider::-webkit-scrollbar-track {
  background: #f7edf3;
  border-radius: 999px;
}

.services-icon-slider::-webkit-scrollbar-thumb {
  background: #d95d95;
  border-radius: 999px;
}

.service-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 240px;
  padding: 22px 18px 18px;
  background: #fff;
  border: 1px solid #f1e6ed;
  border-radius: 6px;
  text-align: center;
  color: #222;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(35, 20, 31, 0.06);
  scroll-snap-align: start;
  transition: background-color 0.25s ease, color 0.25s ease,
    transform 0.25s ease, box-shadow 0.25s ease;
}

.service-icon-card.is-active,
.service-icon-card:hover {
  background: #de5d96;
  border-color: #de5d96;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(222, 93, 150, 0.22);
}

.service-icon-card__image {
  width: 112px;
  height: 112px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8fc 0%, #f5bfd9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-icon-card__image img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.service-icon-card__title {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

@media (max-width: 767px) {
  .services-icon-slider-wrap {
    margin: 22px 0 28px;
    padding: 0;
  }

  .services-icon-slider {
    grid-auto-columns: minmax(165px, 78%);
    gap: 12px;
    padding: 6px 2px 14px;
  }

  .service-icon-card {
    min-height: 210px;
    padding: 18px 14px 16px;
  }

  .service-icon-card__image {
    width: 88px;
    height: 88px;
    margin-bottom: 12px;
  }

  .service-icon-card__title {
    font-size: 14px;
    line-height: 1.4;
  }

  .services-icon-slider-wrap .slider-arrow {
    display: none;
  }
}
