/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* ==========================================================
   ARCHIVO PRINCIPAL DE ESTILOS
   Proyecto: Adrenaline Rides
   ========================================================== */

/* ==========================================================
   1. HEADER PRINCIPAL
   ========================================================== */

/* Contenedor principal del header */
.adrenaline-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  transition: all 0.3s ease;
  z-index: 9999;
  border-bottom: 1px solid #111;
}

.adrenaline-header.scrolled {
  background: #000;
}

/* Contenedor interior */
.adrenaline-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.adrenaline-logo img {
  height: 60px;
  transition: all 0.3s ease;
}

/* ==========================================================
   2. MENÚ DE NAVEGACIÓN (CENTRAL - DESKTOP)
   ========================================================== */

.adrenaline-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.adrenaline-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.adrenaline-nav ul li a {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.2s ease;
}

.adrenaline-nav ul li a:hover {
  color: #F48709;
}

/* ==========================================================
   3. ZONA DERECHA (CARRITO + HAMBURGUESA)
   ========================================================== */

.adrenaline-right {
  display: flex;              
  align-items: center;        
  justify-content: flex-end;  
  gap: 20px;                   
}

/* Carrito */
.adrenaline-cart a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
	padding-right:20px;
}

.adrenaline-cart .cart-count {
  background: #F48709;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  border-radius: 50%;
}

/* Botón hamburguesa */
.adrenaline-menu-toggle {
  display: none; 
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

/* ==========================================================
   4. MENÚ FULLSCREEN PARA MÓVIL
   ========================================================== */

.adrenaline-nav-full {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  transition: left 0.4s ease;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  padding: 80px 40px;
}

.adrenaline-nav-full.active {
  left: 0;
}

.adrenaline-close {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 36px;
  cursor: pointer;
  color: #fff;
}

.adrenaline-menu-title {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}

.adrenaline-nav-full ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.adrenaline-nav-full ul li {
  margin: 15px 0;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

.adrenaline-nav-full ul li a {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: color 0.2s ease;
}

.adrenaline-nav-full ul li a:hover {
  color: #F48709;
}

.adrenaline-nav-full ul li.current-menu-item a,
.adrenaline-nav-full ul li.current_page_item a {
  font-weight: 800;
  color: #F48709;
}

/* ==========================================================
   5. RESPONSIVE HEADER
   ========================================================== */
@media (max-width: 992px) {
  /* Ocultar menú central */
  .adrenaline-nav {
    display: none;
  }

  /* Mostrar hamburguesa */
  .adrenaline-menu-toggle {
    display: block;
  }

  /* Mantener carrito y hamburguesa en fila */
  .adrenaline-right {
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
  }

  /* Reducir tamaño del logo */
  .adrenaline-logo img {
    height: 40px;
  }
}

/* ==========================================================
   4. ESTILOS DEL CALENDARIO DE RESERVAS (PRODUCTO ID 1114)
   ========================================================== */

/* Ocultar elementos innecesarios */
#product-1114 .woocommerce-product-gallery,
#product-1114 .product_title,
#product-1114 .price,
#product-1114 .ppc-button-wrapper,
#product-1114 .product_meta,
#product-1114 .woocommerce-tabs,
#product-1114 .related.products {
  display: none !important;
}

/* Ajuste del contenedor del resumen */
#product-1114 .summary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
}

/* Ajustes calendario */
#product-1114 .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background: #F48709 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

#product-1114 .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  background: #a4a4a4 !important;
  color: #fff !important;
}

#product-1114 .wc-bookings-date-picker,
#product-1114 .wc-bookings-date-picker .ui-datepicker,
#product-1114 .wc-bookings-booking-form fieldset {
  border: none !important;
  box-shadow: none !important;
}

/* Botón de reservar */
#product-1114 .single_add_to_cart_button {
  background: #F48709 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: bold !important;
  padding: 12px 25px !important;
  text-transform: uppercase !important;
}

#product-1114 .single_add_to_cart_button:hover {
  background: #ADADAD !important;
  color: #000 !important;
}

/* ==========================================================
   5. BLOQUES DE HORARIOS
   ========================================================== */

/* Contenedor principal */
#product-1114 .block-picker {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0 !important;
  padding: 0 !important;
}

/* Botón individual */
#product-1114 .block-picker .block a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
  min-height: 70px;
  padding: 15px 20px !important;
  background: #fff;
  border: 2px solid #F48709;
  font-family: Oswald, sans-serif !important;
  font-weight: bold !important;
  text-align: center;
  color: #000;
  transition: all 0.2s ease-in-out;
}

#product-1114 .block-picker .block a:hover {
  background: #F48709;
  color: #fff;
}

#product-1114 .block-picker .block a.selected {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

/* Responsive: apilado en móvil */
@media (max-width: 768px) {
  #product-1114 .block-picker {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Etiquetas de horarios */
.etiqueta-tour,
.hora-tour-fija {
  font-size: 18px !important;
}

@media (max-width: 768px) {
  .etiqueta-tour,
  .hora-tour-fija {
    font-size: 14px !important;
  }
}

/* ==========================================================
   6. CAMPO PERSONS
   ========================================================== */

/* Contenedor principal */
.wc_bookings_field_persons {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

/* Label principal */
.wc_bookings_field_persons > label {
  margin: 0 !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #fff !important;
  white-space: nowrap !important;
}

/* Contenedor de radios */
#radios-personas {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin-top: 0 !important;
}

/* Radio buttons */
#product-1114 .wc_bookings_field_persons input[type="radio"] {
  accent-color: #F48709;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Texto junto a los radios */
#product-1114 .wc_bookings_field_persons label {
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-family: 'Oswald', sans-serif !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  margin: 0;
}

/* Responsive radios */
@media (max-width: 768px) {
  .wc_bookings_field_persons {
    flex-direction: column !important;
    align-items: center !important;
  }

  #radios-personas {
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-top: 10px !important;
  }

  #radios-personas label {
    width: 45%;
    justify-content: center;
    margin-bottom: 10px;
  }
}

/* ==========================================================
   7. MENSAJE DE ÉXITO WOOCOMMERCE
   ========================================================== */

.woocommerce-message {
  background-color: #F48709 !important;
  border: 2px solid #000 !important;
  color: #fff !important;
  font-family: Oswald, sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 15px !important;
  padding: 15px 20px !important;
  border-radius: 0 !important;
}

.woocommerce-message::before {
  color: #fff !important;
  font-size: 18px !important;
  margin-right: 10px !important;
}

.woocommerce-message .button.wc-forward {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: bold !important;
  padding: 10px 18px !important;
  text-transform: uppercase !important;
}

.woocommerce-message .button.wc-forward:hover {
  background: #ADADAD !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  .woocommerce-message {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .woocommerce-message .button.wc-forward {
    width: 100% !important;
    margin-top: 10px !important;
    text-align: center !important;
  }
}

/* ==========================================================
   8. ESTILOS VARIOS DE CHECKOUT
   ========================================================== */

/* Botón aplicar en carrito */
.elementor-widget-woocommerce-cart .woocommerce button.button {
  border: none !important;
  background-color: #000;
  color: #fff;
}

/* Color de tipografía en carrito */
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
  color: #ff8503 !important;
}

/* Logo de Zelle en checkout */
.wc_payment_method.payment_method_bacs label::after {
  content: '';
  display: inline-block;
  background-image: url('https://adrenalinerides.com/wp-content/uploads/2025/06/PAGO-ZELLE.webp');
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
  margin-left: 8px;
}

/* Logo PayPal en checkout */
.payment_method_ppcp-gateway label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
}

.payment_method_ppcp-gateway label::after {
  content: "";
  display: inline-block;
  background: url("https://adrenalinerides.com/wp-content/uploads/2025/09/paypal.svg") no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 20px;
}

/* Bordes en métodos de pago */
#payment ul.wc_payment_methods > li {
  border-bottom: 2px solid #ddd !important;
  margin-bottom: 15px !important;
  padding-bottom: 10px !important;
}

#payment ul.wc_payment_methods > li:last-child {
  border-bottom: none !important;
}

.et_pb_wc_checkout_payment_info_0_tb_body #payment div.payment_box {
  background-color: #fff !important;
}


.trp-floating-switcher{
	right:0px !important;
}










/* ==========================================================
   ADRENALINE RIDES - HERO BANNER
   Agregar este código al final de tu style.css
   ========================================================== */

/* ==========================================================
   HERO BANNER - ESTRUCTURA BASE
   ========================================================== */
.adrenaline-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Overlay oscuro para mejorar legibilidad */
.adrenaline-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
}

/* Contenedor del contenido */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    padding: 0 40px;
    width: 100%;
}

/* ==========================================================
   TÍTULO PRINCIPAL
   ========================================================== */
.hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

/* Palabra destacada en naranja */
.hero-title .highlight {
    color: #F48709;
}

/* ==========================================================
   CONTENEDOR PRECIO + BOTÓN
   ========================================================== */
.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

/* ==========================================================
   PRECIO CON LÍNEA DESLIZANTE
   ========================================================== */
.hero-price {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 0 12px 0;
    letter-spacing: 1px;
    background: transparent;
    border: none;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Línea animada que se desliza */
.hero-price::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #F48709;
    transform: translateX(-100%);
    animation: slideLinePrice 3s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(244, 135, 9, 0.6);
}

@keyframes slideLinePrice {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    50% {
        transform: translateX(0);
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* ==========================================================
   BOTÓN CTA CON EFECTO DE PULSO
   ========================================================== */
.hero-button {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #F48709;
    padding: 15px 40px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    animation: pulseButton 2s ease-in-out infinite;
}

@keyframes pulseButton {
    0%, 100% {
        box-shadow: 
            0 4px 15px rgba(244, 135, 9, 0.4),
            0 0 0 0 rgba(244, 135, 9, 0.7);
        transform: scale(1);
    }
    50% {
        box-shadow: 
            0 6px 20px rgba(244, 135, 9, 0.6),
            0 0 0 8px rgba(244, 135, 9, 0);
        transform: scale(1.02);
    }
}

.hero-button:hover {
    background-color: #d97608;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(244, 135, 9, 0.7);
    animation: none;
}

.hero-button:active {
    transform: translateY(0) scale(1);
    box-shadow: 0 4px 15px rgba(244, 135, 9, 0.5);
}

/* ==========================================================
   RESPONSIVE - TABLET (768px - 1024px)
   ========================================================== */
@media (max-width: 1024px) {
    .adrenaline-hero {
        min-height: 500px;
        height: 80vh;
    }

    .hero-content {
        padding: 0 40px;
    }

    .hero-title {
        font-size: 44px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .hero-actions {
        gap: 25px;
        margin-top: 35px;
    }

    .hero-price {
        font-size: 22px;
        padding: 0 0 10px 0;
    }

    .hero-button {
        font-size: 16px;
        padding: 14px 35px;
    }
}

/* ==========================================================
   RESPONSIVE - MOBILE (481px - 767px)
   ========================================================== */
@media (max-width: 768px) {
    .adrenaline-hero {
        min-height: 450px;
        height: 75vh;
        background-position: center center;
    }

    .hero-content {
        padding: 0 25px;
    }

    .hero-title {
        font-size: 28px;
        margin-bottom: 25px;
        line-height: 1.3;
    }

    .hero-actions {
        flex-direction: column;
        gap: 25px;
        margin-top: 30px;
        align-items: center;
    }

    .hero-price {
        font-size: 20px;
        padding: 0 0 10px 0;
        text-align: center;
    }

    .hero-button {
        font-size: 15px;
        padding: 14px 35px;
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}

/* ==========================================================
   RESPONSIVE - MOBILE PEQUEÑO (320px - 480px)
   ========================================================== */
@media (max-width: 480px) {
    .adrenaline-hero {
        min-height: 400px;
        height: 70vh;
        background-position: 40% center;
    }

    .hero-content {
        padding: 0 20px;
    }

    .hero-title {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.35;
    }

    .hero-actions {
        gap: 20px;
        margin-top: 25px;
    }

    .hero-price {
        font-size: 17px;
        padding: 0 0 8px 0;
    }

    .hero-button {
        font-size: 14px;
        padding: 12px 30px;
        max-width: 280px;
    }
}

/* ==========================================================
   RESPONSIVE - MOBILE MUY PEQUEÑO (<375px)
   ========================================================== */
@media (max-width: 374px) {
    .adrenaline-hero {
        background-position: 35% center;
    }

    .hero-title {
        font-size: 20px;
    }

    .hero-price {
        font-size: 15px;
    }

    .hero-button {
        font-size: 13px;
        padding: 11px 25px;
    }
}