/* styles.css */

body {
  font-family: 'Inter', sans-serif;
  background: #f5fdfc;
}

.header {
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

.logo-img {
  height: 50px;
}

.clinic-title {
  line-height: 1.1;
}

.divider {
  width: 1px;
  height: 50px;
  background-color: #e0e0e0;
}

.whatsapp-box {
  border: 1px solid #21A8A2;
  padding: 6px 16px;
  border-radius: 25px;
  color: #21A8A2;
  font-weight: 500;
  font-size: 1rem;
  background: #f5fdfc;
}

.whatsapp-box i {
  margin-right: 6px;
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.1;
}

.hero-highlight {
  background-color: antiquewhite;
  color: #21A8A2;
  font-weight: 700;
}

.hero-img-1 {
  height: 300;
  width: 200px;
  top: 80px;
  left: 0;
  z-index: 1;
  border-radius: 30px;
}

.hero-img-2 {
  width: 250px;
  top: 0;
  left: 120px;
  z-index: 0;
  border-radius: 30px;
}

.cta-section {
  margin-top: -60px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.cta-box {
  background: #21A8A2;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(33, 168, 162, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-box .btn {
  font-weight: 600;
  font-size: 1rem;
}

.cta-box .btn-light {
  background: #fff;
  color: #21A8A2;
  border: none;
}

.cta-box .btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.cta-box .btn-outline-light:hover {
  background: #fff;
  color: #21A8A2;
}

footer {
  border-top: none;
  background: #fff;
}

/* Icon decorations on images */
@media (min-width: 768px) {
  .hero-section .col-md-6:first-child {
    margin-top: -4.5rem !important;
  }

  .hero-img-wrapper {
    position: relative;
  }

  .star-icon, .plus-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 5;
  }

  .star-icon {
    top: 20px;
    left: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22black%22 viewBox=%220 0 24 24%22><path d=%22M12 2l2.39 7.26h7.61l-6.18 4.49 2.36 7.25-6.18-4.49-6.18 4.49 2.36-7.25-6.18-4.49h7.61z%22/></svg>') no-repeat center/contain;
  }

  .plus-icon {
    bottom: 10px;
    right: 40px;
    background: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22black%22 viewBox=%220 0 24 24%22><path d=%22M19 11h-6V5h-2v6H5v2h6v6h2v-6h6z%22/></svg>') no-repeat center/contain;
  }
}
.decorative-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 5;
}

.icon-1 {
  top: 5px;
  left: 259px;
}

.icon-2 {
  top: 212px;
  right: 357px;
}

.icon-3 {
  bottom: 240px;
  left: -25px;
}

@media (max-width: 767.98px) {
  .decorative-icon {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hero-title {
    color: white;
    font-size: 2rem;
  }
  

  .hero-img-1 {
    height: 300;
    width: 140px;
    top: 100px;
    left: 10px;
  }

  .hero-img-2 {
    height: 306;
    width: 180px;
    top: 10px;
    left: 80px;
  }
  
  .cta-section {
    margin-top: -30px;
  }
}

@media (max-width: 767.98px) {
  .header .container,
  .hero-section .container,
  .cta-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-img-1 {
    width: 100px;
    top: 120px;
    left: 20px;
  }

  .hero-img-2 {
    width: 120px;
    top: 20px;
    left: 60px;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    color: white;
    font-size: 1.1rem;
  }

  .cta-section {
    margin-top: 0;
  }

  .cta-box {
    border-radius: 18px;
    padding: 1.2rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .hero-left-content {
    margin-top: -30px; /* adjust top spacing */
    padding-right: 30px; /* optional: gives spacing from images */
  }

  .hero-img-1 {
    width: 250px;
    top: 160px;
    left: 30px;
    border-radius: 30px;
  }

  .hero-img-2 {
    width: 300px;
    top: 0;
    left: 140px;
    border-radius: 30px;
  }

  .decorative-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 2;
  }

  .icon-1 {
    top: 240px;
    left: 12px;
  }

  .icon-2 {
    top: -2px;
    right: 234px;
  }

  .icon-3 {
    bottom: 103px;
    left: 333px;
  }
}
