.elementor-5 .elementor-element.elementor-element-d9ec4c3{--display:flex;}.elementor-5 .elementor-element.elementor-element-e965175{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== JENKOTRAVEL - CSS GLOBAL ===== */

/* Fondo negro en toda la web */
body {
  background-color: #000 !important;
  color: #fff !important;
}

/* Navbar oscuro */
.elementor-nav-menu {
  background-color: #000 !important;
}
.elementor-nav-menu a {
  color: rgba(255,255,255,0.65) !important;
}
.elementor-nav-menu a:hover {
  color: #E8A84B !important;
}

/* Títulos en blanco */
h1, h2, h3, h4 {
  color: #ffffff !important;
}

/* Párrafos en gris claro */
p {
  color: rgba(255,255,255,0.55) !important;
}

/* Botones dorados */
.elementor-button-wrapper .elementor-button {
  background-color: #E8A84B !important;
  color: #000 !important;
  border-radius: 24px !important;
  font-weight: 500 !important;
}
.elementor-button-wrapper .elementor-button:hover {
  background-color: #d4933a !important;
}

/* Secciones con fondo oscuro */
.elementor-section {
  background-color: #0a0a0a;
}

/* Tarjetas / cajas */
.elementor-widget-image-box,
.elementor-widget-icon-box {
  background: #111 !important;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  border-radius: 12px !important;
  padding: 20px !important;
}

/* Separador dorado */
.elementor-divider-separator {
  border-color: #E8A84B !important;
}

/* Formulario de contacto */
.elementor-form input,
.elementor-form select,
.elementor-form textarea {
  background: rgba(255,255,255,0.05) !important;
  border: 0.5px solid rgba(255,255,255,0.15) !important;
  border-radius: 8px !important;
  color: #fff !important;
}
.elementor-form .elementor-button {
  background: #E8A84B !important;
  color: #000 !important;
  border-radius: 24px !important;
}

/* Footer */
.elementor-location-footer {
  background: #000 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}/* End custom CSS */