/* ===========================================================
   STYLES.CSS - COMPATIBLE CON BOOTSTRAP 5
   ===========================================================
   Mantiene tus colores, fuentes y efectos personalizados,
   pero evita conflictos con las clases globales de Bootstrap.
   =========================================================== */

/* ------------------- REGLAS GLOBALES ------------------- */
html, body {
  margin: 0;
  padding-top: 0 !important;
  height: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  background-color: #000; /* Fondo base oscuro */
}

/* Evita conflicto con .container de Bootstrap */
.main-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

main, .container:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

 

/* === Ajuste Bootstrap === */
.carousel-item img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
 

/* ===========================================================
   NAVBAR PERSONALIZADA (mantiene tus colores)
   =========================================================== */

   

/* ===========================================================
   FORMULARIO DE BÚSQUEDA TRANSLÚCIDO
   =========================================================== */
.search-container {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
}

.search-field {
  flex-grow: 1;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 1rem;
  outline: none;
}

.search-field::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-btn {
  background-color: #0d6efd;
  border: none;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.search-btn:hover {
  background-color: #0056b3;
}

/* ===========================================================
   TARJETAS DE APARTAMENTOS (usando grid de Bootstrap)
   =========================================================== */
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  color: #333;
}

.card:hover {
  transform: translateY(-8px);
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-body {
  padding: 20px;
}

.card-title {
  color: #0d6efd;
  font-size: 1.2rem;
  font-weight: 600;
}

.card-text {
  color: #555;
}

.btn-primary {
  background-color: #0d6efd !important;
  border: none !important;
}

.btn-primary:hover {
  background-color: #0056b3 !important;
}

/* ===========================================================
   FOOTER
   =========================================================== */
footer {
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

footer p {
  margin: 0;
  font-size: 0.95rem;
}

/* ===========================================================
   RESPONSIVE ADAPTACIONES
   =========================================================== */
@media (max-width: 992px) {
  .hero-container {
    height: 70vh;
  }
}

@media (max-width: 768px) {
  .hero-container {
    height: 60vh;
  }

  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
  }

  .carousel-item img {
    height: 100vh;
  }

  .search-container {
    flex-direction: column;
    width: 100%;
  }

  .search-field, .search-btn {
    width: 100%;
  }

  .card {
    width: 100%;
    margin-bottom: 20px;
  }

  footer {
    font-size: 0.9rem;
  }
}

/* ===========================================================
   AJUSTES DE PRIORIDAD SOBRE BOOTSTRAP
   =========================================================== */
/* Evita que Bootstrap cambie tus textos blancos */
.text-light, .navbar-light .navbar-brand, .navbar-light .nav-link {
  color: #fff !important;
}

/* Centrado de títulos */
h1, h2, h3 {
  text-align: center;
}

/* ===========================================================
   FIN DE AJUSTES
   =========================================================== */
 /* ===========================================================
   NAVBAR A TODO ANCHO SOBRE EL HERO
   =========================================================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45) !important; /* translúcida */
  backdrop-filter: blur(6px);
  padding: 0.75rem 2rem;
  z-index: 1000;
  transition: background-color 0.4s ease;
}

.navbar-brand {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.3rem;
}

.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd !important;
  text-decoration: underline;
}

 
/* ===========================================================
   NAVBAR DINÁMICO - CAMBIA DE COLOR AL HACER SCROLL
   =========================================================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  padding: 0.75rem 2rem;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
  z-index: 1000;
}

.navbar.scrolled {
  background-color: #ffffff !important;
  backdrop-filter: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand {
  color: #000 !important;
}

.navbar.scrolled .nav-link:hover {
  color: #0d6efd !important;
}

/* ===========================================================
   MENÚ RESPONSIVE (NAVBAR-COLLAPSE EN MOBILE)
   =========================================================== */
@media (max-width: 991px) {
  .navbar-collapse,
  .navbar-collapse.collapse.show,
  .navbar-collapse.show {
    background: transparent !important; /* sin fondo */
    backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  /* Quita el color oscuro que Bootstrap añade por defecto */
  .offcanvas,
  .collapse,
  .navbar-collapse {
    background-color: transparent !important;
  }

  .navbar-nav {
    background: transparent !important;
  }

  .navbar-nav .nav-link {
    color: #fff !important; /* texto blanco sobre fondo transparente */
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 0;
  }

  .navbar-nav .nav-link:hover {
    color: #0d6efd !important; /* azul Bootstrap */
  }

  .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }
}

 /* ===========================================================
   HERO + CARRUSEL DE FONDO FUNCIONAL Y LIMPIO
   =========================================================== */

 

/* Responsividad */
@media (max-width: 768px) {
  .hero-container {
    height: 70vh;
  }
  .hero-content h1 {
    font-size: 1.6rem;
  }
}
/* ===========================================================
   SECCIÓN: DESTINOS Y APARTAMENTOS (USANDO BOOTSTRAP)
   =========================================================== */

/* Contenedor general de destinos */
.destinations {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
}

.destinations h2,
.apartments h2 {
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}

/* Tarjetas generales */
.card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-body {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 1.5rem;
}

.card-title {
  color: #0d6efd;
  font-weight: 600;
  font-size: 1.1rem;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
}

/* Precio */
.price {
  display: none !important; 
  font-weight: bold;
  color: #0d6efd;
  margin-top: 8px;
}

/* ===========================================================
   RESPONSIVO
   =========================================================== */
@media (max-width: 768px) {
  .destinations h2,
  .apartments h2 {
    font-size: 1.6rem;
  }

  .card img {
    height: 180px;
  }
}
/* ===========================================================
   FONDOS DE SECCIONES - ESTILO VISUAL DIFERENCIADO
   =========================================================== */

/* Sección Explora destinos */
.destinations {
  background-color: #e9ecef; /* gris claro */
  padding: 60px 0;
  color: #000;
}

.destinations h2 {
  color: #0d6efd; /* azul Bootstrap */
}

/* Sección Apartamentos destacados */
.apartments {
  background-color: #fff; /* fondo blanco */
  padding: 60px 0;
  color: #000;
}

.apartments h2 {
  color: #0d6efd;
}

/* Títulos centrados */
.destinations h2,
.apartments h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

/* Separador suave entre secciones */
.apartments {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.why-us-section {
  background-color: #f8f9fa;
  color: #333;
}

.why-us-section .section-title {
  color: #0056b3;
  font-weight: 700;
}

.why-card {
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.why-card .icon {
  font-size: 2.5rem;
  color: #0d6efd;
}

/* ===========================================================
   🔹 BUSCADOR SUPERIOR UNIFICADO (Dropdown + Calendario)
   =========================================================== */
.search-container {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
}

.search-field,
.form-select,
input[type="date"] {
  flex-grow: 1;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: rgba(40, 40, 40, 0.75); /* fondo gris oscuro translúcido */
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.search-field::placeholder,
.form-select option {
  color: rgba(255,255,255,0.7);
}

.form-select:focus,
input[type="date"]:focus,
.search-field:focus {
  border-color: rgba(13,110,253,0.7);
  background: rgba(50, 50, 50, 0.85);
}

/* Dropdown (menú abierto) */
.dropdown-menu {
  background: rgba(40, 40, 40, 0.9) !important;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  backdrop-filter: blur(8px);
}

.dropdown-item {
  color: #fff !important;
}

.dropdown-item:hover {
  background: rgba(255,255,255,0.1) !important;
  color: #0d6efd !important;
}

/* Botón de búsqueda */
.search-btn {
  background-color: #0d6efd;
  border: none;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.search-btn:hover {
  background-color: #0056b3;
}

/* Ajuste mobile */
@media (max-width: 768px) {
  .search-container {
    flex-direction: column;
  }
  .search-field, .form-select, input[type="date"], .search-btn {
    width: 100%;
  }
}

/* ===========================================================
   🔹 MEJORA DE ICONOS Y CALENDARIO (translúcido y coherente)
   =========================================================== */

/* Ícono de calendario blanco */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.9;
  cursor: pointer;
}

/* Para Firefox */
input[type="date"]::-moz-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.9;
  cursor: pointer;
}

/* Si estás usando flatpickr o bootstrap datepicker */
.flatpickr-calendar, .datepicker-dropdown {
  background: rgba(40, 40, 40, 0.95) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  color: #fff !important;
  backdrop-filter: blur(6px);
}

/* Días del calendario */
.flatpickr-day, .datepicker table tr td.day {
  color: #fff !important;
  background: transparent !important;
  border-radius: 6px;
}

.flatpickr-day:hover, .datepicker table tr td.day:hover {
  background: rgba(255,255,255,0.15) !important;
  color: #fff !important;
}

.flatpickr-day.today, .datepicker table tr td.today {
  background: rgba(13,110,253,0.6) !important;
  color: #fff !important;
  border: none !important;
}

.flatpickr-day.selected, .datepicker table tr td.active {
  background: #0d6efd !important;
  color: #fff !important;
  border: none !important;
}
/* ===========================================================
   🔹 Personalización de selección dentro de inputs
   =========================================================== */
input[type="date"]::selection {
  background: rgba(13, 110, 253, 0.4); /* azul translúcido */
  color: #fff;
}

/* También afecta texto dentro de campos normales */
input::selection,
textarea::selection {
  background: rgba(13, 110, 253, 0.4);
  color: #fff;
}

/* Mejor contraste cuando el campo está activo */
input[type="date"]:focus {
  color: #fff;
  background: rgba(50, 50, 50, 0.85);
  border: 1px solid rgba(13, 110, 253, 0.6);
}

/* Asegura consistencia del ícono */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.9;
  cursor: pointer;
}

/* ===========================================================
   🔹 Estilo personalizado del calendario emergente
   =========================================================== */
::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.9;
  cursor: pointer;
}

/* Para navegadores que permiten personalizar el popup */
 

/* Si usas flatpickr o bootstrap-datepicker */
.flatpickr-calendar,
.datepicker-dropdown {
  background: rgba(40, 40, 40, 0.95) !important;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  backdrop-filter: blur(8px);
}

.flatpickr-day,
.datepicker table tr td.day {
  color: #fff !important;
  border-radius: 6px;
  background: transparent !important;
  transition: all 0.2s ease;
}

/* Día seleccionado */
.flatpickr-day.selected,
.datepicker table tr td.active {
  background: #0d6efd !important;
  color: #fff !important;
  border: none !important;
}

/* Día actual (Hoy) */
.flatpickr-day.today,
.datepicker table tr td.today {
  border: 1px solid #0d6efd !important;
  color: #0d6efd !important;
  background: rgba(13,110,253,0.1) !important;
}

/* Hover */
.flatpickr-day:hover,
.datepicker table tr td.day:hover {
  background: rgba(255,255,255,0.15) !important;
  color: #fff !important;
}
/* ===========================================================
   🎨 CORRECCIÓN ICONO CALENDARIO Y ESTILO CONSISTENTE
   =========================================================== */

/* Ícono de calendario siempre blanco */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1) !important;
  opacity: 0.9;
  cursor: pointer;
}

/* Evita que el navegador fuerce tema oscuro */
input[type="date"] {
  background-color: rgba(45, 45, 45, 0.85);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 6px 10px;
}

/* Hover y focus */
input[type="date"]:hover,
input[type="date"]:focus {
  background-color: rgba(55, 55, 55, 0.9);
  border-color: #0d6efd;
  outline: none;
}

/* Para flatpickr o datepicker (popup) */
.flatpickr-calendar,
.datepicker-dropdown {
  background: rgba(30, 30, 30, 0.95) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  color: #fff !important;
  backdrop-filter: blur(8px);
}

/* Día actual y seleccionado */
.flatpickr-day.selected,
.datepicker table tr td.active {
  background: #0d6efd !important;
  color: #fff !important;

  }
  /* ===========================================================
   🧭 FORMULARIO DE BÚSQUEDA - CAMPOS UNIFORMES
   =========================================================== */

form .search-field,
form .form-select,
form .form-control {
  height: 48px;                /* misma altura */
  border-radius: 10px;
  font-size: 0.95rem;
  background: rgba(40, 40, 40, 0.65);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  width: 100%;                 /* ocupa todo el ancho del col */
}

/* Texto dentro del input */
form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

/* Dropdown */
form .form-select option {
  color: #000; /* opciones visibles en lista */
}

/* Hover / Focus */
form .form-select:focus,
form .form-control:focus {
  background: rgba(50, 50, 50, 0.9);
  border-color: #0d6efd;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.4);
  color: #fff;
}

/* Ícono de calendario blanco */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  opacity: 0.8;
  cursor: pointer;
}

/* Botón */
form .btn-primary {
  height: 48px;
  border-radius: 10px;
  font-weight: 600;
  background: #0d6efd;
  border: none;
  transition: all 0.3s ease;
}

form .btn-primary:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  form .col-12, form .col-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  form .search-field, form .form-control, form .btn-primary {
    width: 100%;
  }
}
/* ===========================================================
   🧭 FORMULARIO DE BÚSQUEDA UNIFICADO (INDEX)
   =========================================================== */

form.row.justify-content-center {
  gap: 0.6rem !important;
}

/* === Campos base === */
form .search-field,
form .form-select,
form .form-control {
  height: 48px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  width: 100%;
  padding: 10px 15px;
  background: rgba(40, 40, 40, 0.65); /* translúcido */
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

/* Placeholder */
form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* Hover y focus */
form .form-select:hover,
form .form-control:hover,
form .form-select:focus,
form .form-control:focus {
  background: rgba(55, 55, 55, 0.85);
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.4);
  color: #fff;
  outline: none;
}

/* === Dropdown (Ubicación) === */
form .form-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
                    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
                       calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* Opciones dentro del dropdown */
form .form-select option {
  background-color: #fff;
  color: #000;
}

/* === Ícono del calendario blanco === */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  opacity: 0.85;
  cursor: pointer;
}

/* === Botón Buscar === */
form .btn-primary {
  height: 48px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: #0d6efd;
  border: none;
  transition: all 0.3s ease;
}

form .btn-primary:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
}

/* === Responsivo === */
@media (max-width: 768px) {
  form .col-12, form .col-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  form .search-field,
  form .form-control,
  form .btn-primary {
    width: 100%;
  }

  form .form-select {
    background-position: calc(100% - 25px) 1.2em, calc(100% - 20px) 1.2em;
  }
}

/* ===========================================================
   🌙 MEJORA VISUAL PARA DROPDOWN EN MÓVIL
   =========================================================== */

/* Apariencia uniforme del select */
form .form-select {
  background: rgba(40, 40, 40, 0.75);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 48px;
  font-size: 0.95rem;
  padding-right: 40px;
}

/* Ícono personalizado (solo escritorio) */
@media (min-width: 768px) {
  form .form-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
                      linear-gradient(135deg, #fff 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1.2em),
                         calc(100% - 15px) calc(1.2em);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
}

/* En dispositivos móviles: mantener estética */
@media (max-width: 767px) {
  form .form-select {
    background: rgba(50, 50, 50, 0.85);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
  }
  form .form-select option {
    background: #222;
    color: #fff;
  }
}

/* Hover / Focus */
form .form-select:hover,
form .form-select:focus {
  border-color: #0d6efd;
  background: rgba(60, 60, 60, 0.9);
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.3);
  color: #fff;
}

 
/* ============================================================
   FORMULARIO DE BÚSQUEDA: ETIQUETAS FLOTANTES EN FECHAS
   ============================================================ */
.floating-label {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #000; /* color de fondo igual al hero */
  color: #ff4d4d; /* texto rojo */
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0 6px;
  border-radius: 4px;
  text-transform: lowercase;
}

.search-field {
  height: 50px;
  border-radius: 10px;
  background-color: #1a1a1a;
  color: white;
  border: 1px solid #333;
  transition: all 0.3s ease;
}

.search-field:focus {
  border-color: #0d6efd;
  background-color: #222;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.5);
}

@media (max-width: 768px) {
  .floating-label {
    font-size: 0.75rem;
    top: -8px;
  }
}
/* ============================================================
   FORMULARIO: LABELS FLOTANTES DENTRO DEL INPUT
   ============================================================ */
/* ============================================================
   🔹 FORMULARIO DE BÚSQUEDA ESTANDARIZADO (CAMPOS + LABELS)
   ============================================================ */

.floating-group {
  position: relative;
  width: 100%;
}

.floating-group input[type="date"],
form .search-field,
form .form-control,
form .form-select {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  height: 48px;
  padding: 14px 12px 6px 12px;
  width: 100%;
  transition: all 0.3s ease;
}

.floating-group label {
  position: absolute;
  left: 14px;
  top: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  pointer-events: none;
  transition: all 0.2s ease;
  text-shadow: 0 0 4px rgba(0,0,0,0.4);
}

/* ===== Efecto flotante ===== */
.floating-group input:focus + label,
.floating-group input[type="date"]:valid + label {
  top: 4px;
  font-size: 0.75rem;
  color: #5abaff; /* Celeste más legible */
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

/* ===== Interacciones ===== */
.floating-group input:focus,
form .form-select:focus,
form .form-control:focus {
  border-color: #5abaff;
  box-shadow: 0 0 6px rgba(90,186,255,0.5);
  background: rgba(10, 10, 10, 0.65);
  color: #fff;
}

/* ===== Ícono del calendario blanco ===== */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  opacity: 0.9;
  cursor: pointer;
}

/* ===== Botón principal ===== */
form .btn-primary {
  height: 48px;
  border-radius: 10px;
  font-weight: 600;
  background: #0d6efd;
  border: none;
  transition: all 0.3s ease;
}

form .btn-primary:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .floating-group label {
    font-size: 0.8rem;
  }
}

 
 