/* English version specific styles */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--light-bg);
  margin: 0;
  padding: 0;
}

/* Adjust text alignment for English version */
.doctor-card {
  text-align: left;
}

/* Adjust the language switcher button position */
.lang-switch-btn {
  right: 20px;
}

/* Extra small screen adjustments for English */
@media (max-width: 400px) {
  .doctor-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .doctor-card img {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  
  .lang-switch-btn {
    right: 10px;
    top: 10px;
  }
  
  .phone-number-highlight a {
    justify-content: center;
  }
  
  .service-card {
    text-align: center;
  }
}

/* Additional styles for 738px width devices in English */
@media (max-width: 738px) and (min-width: 401px) {
  .service-card {
    text-align: center;
  }
  
  .phone-number-highlight a {
    justify-content: center;
  }
}

.hero-highlight .highlight-badge {
  font-size: 1.25rem !important; /* Smaller size for 'Now' */
}

.hero-highlight .hero-subheading {
  font-size: 2rem !important; /* Bigger size for subhero text */
  font-weight: bold;
  margin-top: 0.5rem;
}
