
/* === September Promo Banner (Hero) === */
.promo-banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #333;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  margin-bottom: 16px;
}
.promo-banner .promo-text { font-weight: 500; }
.promo-banner .old-inline {
  text-decoration: line-through;
  color: #888;
}
.promo-banner .new-inline { font-weight: 700; color: #d9534f; }
.promo-banner .arrow { opacity: 0.6; margin: 0 2px; }
.promo-banner .promo-cta { padding: 6px 10px; border-radius: 999px; }
@media (max-width: 480px) {
  .promo-banner { display: flex; flex-direction: column; text-align: center; gap: 8px; }
}

/* === Price cards: strike-through old price + highlight new price === */
.precio-card .precio-valor {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.precio-card .old-price {
  font-size: 26px;
  color: #888;
  text-decoration: line-through;
  margin-right: 4px;
}
.precio-card .old-moneda {
  font-size: 18px;
  color: #aaa;
  text-decoration: line-through;
}
.precio-card .new-price {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  color: #0056b3;
}
/* Small label under price */
.precio-card .precio-etiqueta {
  margin-top: 8px;
  display: inline-block;
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffe08a;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .precio-card .new-price { font-size: 44px; }
}
#navbar-enableJS {
  font-size: 0.7em;
  margin-left: -9em;
}

.intro-header {
  background: url(../images/cover.webp) no-repeat center center;
  background-size: cover;
}

.banner-social-buttons {
  float: left;
  margin-top: 15px;
}

.copyright-small {
  margin-top: 5px;
  font-size: 0.8em;
}

.under-contruction img {
  background-color: #f8f8f8;
  border-width: 0px;
  padding: 0px;
}

div.origin {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  div.origin {
    margin-top: -20px;
  }
}

@media (min-width: 1200px) {
  div.origin {
    margin-top: -5px;
  }
}

.section-heading {
  line-height: 130%;
}

h3.section-heading {
  margin-top: 60px;
}

.section-subheading {
  margin-bottom: 30px;
  margin-top: -25px;
  color: #777;
}

@media (max-width: 320px) {
  .section-subheading {
    font-size: 1.6em;
  }
}

.second-heading {
  margin-top: 40px;
  margin-bottom: 20px;
}

.intro-message > h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 6em;
}

.intro-message > h2 {
  margin-top: 0.7em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 2.5em;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 2.4em;
}

.pronunciation {
  text-align: center;
  margin-top: 35px;
  font-size: 32px;
}

#classes p#summer {
  font-size: 98%;
  text-align: justify;
  text-justify: inter-word;
}

#classes p#summer > img {
  height: 20px;
  vertical-align: text-bottom;
  margin-right: 3px;
}

table.address {
  margin-left: 30px;
}

#schedule {
  border: none;
  margin-top: 50px;
  border-bottom: 2px solid #ddd;
}

table#schedule .time {
  text-align: right;
}

#offdays {
  padding-top: 50px;
}

table.days-off {
  border: none;
  border-bottom: 2px solid #ddd;
}

table.days-off td.no-dt {
  text-align: right;
}

table.days-off td.no-range {
  text-align: right;
}

#kids table.days-off {
  margin-top: 40px;
}

table#phone {
  font-size: 0.85em;
  width: 290px;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  margin: 4px;
}

table#phone td:first-child {
  text-align: left;
}

table#phone td:last-child {
  text-align: right;
}

.box-phone {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

h2.section-heading small {
  color: #000;
}

p#seeMap {
  visibility: hidden;
}

/* --- Estilos para la Sección de Precios --- */

/* Contenedor principal que alinea las tarjetas */
.precios-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  gap: 30px;
  /* Espacio entre las tarjetas */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  background-color: #f8f9fa;
  /* Un fondo gris muy claro para la sección */
}

/* Estilo base de cada tarjeta de precio */
.precio-card {
  background-color: #ffffff;
  border-radius: 15px;
  /* Esquinas redondeadas */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  /* Sombra suave para dar profundidad */
  padding: 40px 30px;
  text-align: center;
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efecto al pasar el ratón por encima de la tarjeta */
.precio-card:hover {
  transform: translateY(-10px);
  /* La tarjeta se eleva un poco */
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Título de la tarjeta (Adulto, Niños) */
.precio-titulo {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* Estilo para el número del precio */
.precio-valor {
  font-size: 60px;
  font-weight: 700;
  color: #0056b3;
  /* Un color azul para destacar el precio */
  margin-bottom: 10px;
}

/* Estilo para el símbolo de la moneda (€) */
.moneda {
  font-size: 32px;
  font-weight: 600;
  vertical-align: super;
  /* Alinea el símbolo arriba */
  margin-left: 2px;
}

/* Pequeña descripción opcional debajo del precio */
.precio-descripcion {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}
/* ==
= JavaScript Enhanced Features Styles === */

/* Back to top button */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #d9534f;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#back-to-top:hover {
  background-color: #c9302c;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* WhatsApp floating button */
#whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  z-index: 1000;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* WhatsApp SVG icon styling */
#whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: white;
}

/* Font Awesome icon fallback */
#whatsapp-float i {
  font-size: 24px;
}

#whatsapp-float:hover {
  background-color: #128c7e;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Smooth animations for sections */
.content-section-a,
.content-section-b {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.content-section-a.animate-in,
.content-section-b.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Active navigation state */
.navbar-nav li.active a {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 4px;
}

/* FAQ accordion enhancements */
.panel-heading.active {
  background-color: #f5f5f5;
}

.panel-heading.active .panel-title a {
  color: #d9534f;
  font-weight: bold;
}

/* Responsive schedule table */
@media (max-width: 767px) {
  .table-responsive-stack {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-stack table {
    min-width: 600px;
  }
}

/* === Map Section Enhancements === */

/* Map controls */
.map-controls {
  margin: 20px 0;
  text-align: center;
}

.map-directions-btn {
  background-color: #4285f4;
  border-color: #4285f4;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.map-directions-btn:hover {
  background-color: #3367d6;
  border-color: #3367d6;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.calculate-distance-btn {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.calculate-distance-btn:hover:not(:disabled) {
  background-color: #138496;
  border-color: #117a8b;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.calculate-distance-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Distance info */
.distance-info {
  margin: 15px 0;
  border-left: 4px solid #5bc0de;
  font-size: 16px;
}

.distance-info i {
  color: #5bc0de;
  margin-right: 8px;
}

/* Distance error messages */
.distance-error {
  margin: 15px 0;
  border-left: 4px solid #f0ad4e;
  font-size: 14px;
}

.distance-error i {
  color: #f0ad4e;
  margin-right: 8px;
}

/* Transport info */
.transport-info {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 4px solid #28a745;
}

.transport-info h4 {
  color: #28a745;
  margin-bottom: 15px;
}

.transport-info h4 i {
  margin-right: 10px;
}

.transport-options {
  display: grid;
  gap: 10px;
}

.transport-option {
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  border-left: 3px solid #28a745;
}

.transport-option strong {
  color: #28a745;
}

/* Landmark info */
.landmark-info {
  background-color: #fff3cd;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 4px solid #ffc107;
}

.landmark-info h4 {
  color: #856404;
  margin-bottom: 15px;
}

.landmark-info h4 i {
  margin-right: 10px;
}

.landmark-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landmark-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f0e68c;
}

.landmark-list li:last-child {
  border-bottom: none;
}

.landmark-list li i {
  color: #ffc107;
  margin-right: 10px;
  width: 20px;
}

/* Copy address button */
.copy-address-btn {
  margin-left: 10px;
  vertical-align: top;
}

.copy-success {
  margin-top: 10px;
  padding: 8px 12px;
  font-size: 14px;
}

/* Business hours in map section */
.business-hours-map {
  background-color: #e7f3ff;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 4px solid #007bff;
}

.business-hours-map h4 {
  color: #007bff;
  margin-bottom: 15px;
}

.business-hours-map h4 i {
  margin-right: 10px;
}

.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.hours-item {
  background-color: white;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  border-left: 3px solid #007bff;
}

/* Mobile responsiveness for map enhancements */
@media (max-width: 767px) {
  .transport-options {
    grid-template-columns: 1fr;
  }

  .hours-grid {
    grid-template-columns: 1fr;
  }

  .landmark-info,
  .transport-info,
  .business-hours-map {
    margin: 15px -15px;
    border-radius: 0;
  }

  #whatsapp-float {
    bottom: 70px;
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }

  #back-to-top {
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  #whatsapp-float,
  #back-to-top {
    border: 2px solid white;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .content-section-a,
  .content-section-b,
  #whatsapp-float,
  #back-to-top {
    transition: none;
    animation: none;
  }

  #whatsapp-float {
    animation: none;
  }
}
/*
 === Contact Form Styles === */

.contact-form-container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.contact-form .form-control {
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.contact-form .form-control:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
  background-color: white;
  outline: none;
}

.contact-form .form-control.is-invalid {
  border-color: #dc3545;
}

.contact-form .form-control.is-valid {
  border-color: #28a745;
}

.contact-form .invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  color: #dc3545;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-form select.form-control,
.contact-form select#interest {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding-right: 40px;
  color: #333 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: #f8f9fa !important;
}

.contact-form select.form-control:focus,
.contact-form select#interest:focus {
  color: #333 !important;
  background-color: white !important;
}

/* More specific selectors for dropdown options */
select#interest option,
.contact-form select.form-control option {
  color: #333 !important;
  background-color: white !important;
  font-size: 16px !important;
  padding: 8px 12px;
  font-weight: normal !important;
}

/* Selected option styling */
select#interest option:checked,
select#interest option:selected,
.contact-form select.form-control option:checked,
.contact-form select.form-control option:selected {
  background-color: #d9534f !important;
  color: white !important;
  font-weight: 600 !important;
}

.contact-form .checkbox {
  margin: 20px 0;
}

.contact-form .checkbox label {
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-form .checkbox input[type="checkbox"] {
  margin-top: 3px;
  transform: scale(1.2);
}

.contact-submit-btn {
  background-color: #d9534f;
  border-color: #d9534f;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-submit-btn:hover {
  background-color: #c9302c;
  border-color: #c9302c;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(217, 83, 79, 0.4);
}

.contact-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Contact Information Styles */
.contact-info {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 30px;
  border-radius: 10px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.contact-info h3 {
  color: white;
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}

.contact-icon {
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 20px;
  color: white;
}

.contact-details h4 {
  color: white;
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
}

.contact-details p {
  margin: 0;
  opacity: 0.9;
  line-height: 1.5;
}

.contact-details a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-details a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.contact-social {
  text-align: center;
  margin-bottom: 25px;
}

.contact-social h4 {
  color: white;
  margin-bottom: 15px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.social-link.whatsapp:hover {
  background: #25d366;
}

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

.contact-cta .btn {
  border-radius: 25px;
  padding: 12px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Form validation states */
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.was-validated .form-control:valid {
  border-color: #28a745;
}

.was-validated .invalid-feedback {
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .contact-form-container {
    padding: 20px;
    margin-bottom: 20px;
  }

  .contact-info {
    margin-top: 20px;
    position: static;
  }

  .contact-submit-btn {
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }

  .contact-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-icon {
    margin: 0 auto 10px auto;
  }
}

/* Loading state for form submission */
.contact-form.loading .contact-submit-btn {
  opacity: 0.7;
  cursor: not-allowed;
}

.contact-form.loading .contact-submit-btn i {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Success/Error message styling */
#contactSuccess,
#contactError {
  margin-top: 20px;
  border-radius: 8px;
  padding: 15px;
  font-weight: 500;
}

#contactSuccess {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

#contactError {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
/* === Affiliation Banner Styles === */
.affiliation-banner {
  text-align: center;
  padding: 40px 20px;
}

.affiliation-banner .section-heading {
  margin-bottom: 40px;
  font-size: 2.2em;
  color: #333;
}

.federation-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.federation-member {
  text-align: center;
  transition: transform 0.3s ease;
}

.federation-member:hover {
  transform: translateY(-5px);
}

.federation-logo {
  max-width: 150px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease;
}

.federation-member:hover .federation-logo {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

.federation-member h4 {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 1.3;
}

.federation-member a {
  text-decoration: none;
  color: inherit;
}

.federation-member a:hover {
  text-decoration: none;
  color: #d9534f;
}

.federation-member a:hover h4 {
  color: #d9534f;
}

/* Mobile responsiveness for affiliation banner */
@media (max-width: 767px) {
  .affiliation-banner {
    padding: 30px 15px;
  }
  
  .affiliation-banner .section-heading {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  
  .federation-logos {
    gap: 40px;
    flex-direction: column;
  }
  
  .federation-logo {
    max-width: 120px;
    max-height: 100px;
  }
  
  .federation-member h4 {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .federation-logos {
    gap: 30px;
  }
  
  .federation-logo {
    max-width: 100px;
    max-height: 80px;
  }
}

/* === 
Free Class Modal Styles === */
#freeClassModal .modal-header {
  background: linear-gradient(135deg, #d9534f 0%, #c9302c 100%);
  color: white;
  border-radius: 6px 6px 0 0;
}

#freeClassModal .modal-header .close {
  color: white;
  opacity: 0.8;
  text-shadow: none;
}

#freeClassModal .modal-header .close:hover {
  opacity: 1;
}

#freeClassModal .modal-title {
  font-weight: 600;
}

.contact-options {
  margin-top: 20px;
}

.contact-option {
  text-align: center;
  padding: 20px 15px;
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.contact-option:hover {
  border-color: #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-option h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-option .small {
  color: #666;
  margin-bottom: 15px;
}

.contact-option .btn {
  font-weight: 500;
}

#freeClassModal .mt-3 {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/* Mobile responsiveness for modal */
@media (max-width: 767px) {
  .contact-option {
    margin-bottom: 20px;
  }

  #freeClassModal .modal-dialog {
    margin: 10px;
  }
}
