html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'Quicksand', sans-serif;
  background: linear-gradient(to bottom, rgba(255, 245, 248, 0.7), rgba(255, 245, 248, 0.7)), url('https://esperanzaalzate.co/img/bg.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #333;
  font-size: 1.25rem;
}

h1, h3 {
  color: #b13b61;
  font-family: 'Playfair Display', serif;
}

h1.hero-title {
  font-family: 'Playfair Display', serif;
  color: #b13b61;
}

header.sticky-top {
  background-color: #fff5f8;
  border-bottom: 1px solid #e5c4cf;
  padding: 10px 0;
}

.brand-name {
  color: #b13b61;
  font-family: 'Playfair Display', serif;
}

.brand-subtitle {
  font-size: 0.9rem;
  color: #555;
}

.btn-success {
  background-color: #b13b61;
  border-color: #a7385a;
}

.btn-success:hover {
  background-color: #922e4f;
}

.fixed-cta-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b13b61;
  color: white;
  text-align: center;
  padding: 10px;
  display: none;
  z-index: 999;
}

.fixed-cta-mobile a {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.hero-cta {
  height: 100vh;
}

.hero-cta h1 {
  font-size: 3.5rem;
}

.hero-cta p {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  max-width: 750px;
  margin: 0 auto;
}

.facebook {
  background-color: #3b5998;
  color: white;
}

.whatsapp {
  background-color: #25d366;
  color: white;
}

.facebook:hover, .whatsapp:hover {
  color: white;
}

.cta-button {
  background-color: #b13b61;
  color: white;
  padding: 6px 14px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

#map iframe {
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  border-radius: 0.3em;
  margin-bottom: 1rem;
  pointer-events: none;
  height: 360px;
  width: 100%;
  border: 0;
}

#map a {
  margin-bottom: 1rem;
}

.reviews-embed-wrapper {
  border-radius: 0.3em;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
  background-color: #fff;
}

.reviews-embed {
  display: block;
  width: 100%;
  min-height: 650px;
  border: 0;
}

.review-card {
  background: #fff;
  border: 1px solid #f0d5de;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0 6px 18px;
}

.review-header {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
}

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b13b61;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.review-author {
  font-size: 1.1rem;
  color: #333;
}

.review-meta {
  font-size: 0.9rem;
  color: #777;
}

.review-rating {
  color: #f4b400;
  font-size: 0.95rem;
}

.review-rating span {
  color: #777;
  margin-left: 0.25rem;
}

.review-text {
  color: #444;
  line-height: 1.6;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .fixed-cta-mobile {
    display: block;
  }

  header .schedule {
    display: none;
  }

  .hero-cta {
    height: auto;
    padding: 3rem 0;
  }

  .hero-cta h1 {
    font-size: 2.5rem;
  }

  .hero-cta p {
    font-size: 1rem;
  }

  .services .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-embed {
    min-height: 520px;
  }

  .review-card {
    padding: 1rem;
  }
}