﻿/* ============================================================
   Home page styles (shared by English & Spanish homepages)
   Extracted from default.aspx inline <style> to remove
   duplication. Edit here once; both languages stay in sync.
   ============================================================ */

    html,
    body {
      overflow-x: hidden;
    }

    @keyframes homeHeadingIn {
      from { opacity: 0; transform: translateY(-24px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes homeTextIn {
      from { opacity: 0; transform: translateY(16px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .home-redesign {
      position: relative;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: -2rem;
      margin-bottom: -2rem;
      background: #0b0b0b;
      color: #fff;
      overflow-x: clip;
    }

    .home-hero {
      position: relative;
      min-height: calc(100svh - var(--site-header-height, 0px));
      overflow: hidden;
      background: #111;
    }

    .hero-slider,
    .hero-slide {
      position: absolute;
      inset: 0;
    }

    .hero-slide {
      opacity: 0;
      transition: opacity 0.8s ease;
    }

    .hero-slide.is-active {
      opacity: 1;
    }

    .hero-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.13) 40%, rgba(0, 0, 0, 0.12) 100%);
      z-index: 1;
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 16px;
      min-height: calc(100svh - var(--site-header-height, 0px));
      max-width: 1440px;
      margin: 0 auto;
      padding: 30px clamp(14px, 3vw, 40px) 44px;
    }

    .home-form {
      background: rgba(255, 255, 255, 0.70) !important;
      border: 1px solid #1dbae9 !important;
      border-radius: 28px !important;
      float: none;
      margin: 24px 0 0;
      width: fit-content;
      max-width: 100%;
      overflow: hidden;
      padding: 12px 14px 14px;
      box-shadow: 0 16px 42px rgba(10, 22, 56, 0.32) !important;
    }

    .home-form .title {
      background: transparent;
      color: #1d2b52;
      font-size: 19px;
      font-weight: 800;
      margin: 0;
      margin-bottom: 4px;
      padding: 0;
      line-height: 1.1;
      letter-spacing: 0.01em;
      text-transform: none;
    }

    .home-form .form-subtitle {
      color: #4a5674;
      font-size: 13px;
      line-height: 1.25;
      margin: 4px 0 8px;
    }

    .home-form .box {
      background: transparent !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      margin-top: 0;
      padding: 0;
    }

    .home-form .row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0;
    }

    .home-form .booking-options {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin: 2px 0 8px;
    }

    .home-form .booking-option {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #24365f;
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
    }

    .home-form .booking-option input {
      width: 16px;
      height: 16px;
      margin: 0;
      accent-color: #2d4f8f;
    }

    .home-form .main-row {
      align-items: flex-end;
      flex-wrap: nowrap;
    }

    .home-form .secondary-row {
      margin-top: 8px;
    }

    .home-form .field-location,
    .home-form .field-date,
    .home-form .field-time,
    .home-form .field-submit,
    .home-form .field-secondary {
      min-width: 0;
    }

    .home-form .field-location {
      flex: 0 0 250px;
      width: 250px;
      max-width: 250px;
    }

    .home-form .field-date {
      flex: 0 1 112px;
    }

    .home-form .field-time {
      flex: 0 1 88px;
    }

    .home-form .field-submit {
      flex: 0 0 96px;
      display: flex;
      align-items: flex-end;
    }

    .home-form .field-secondary {
      flex: 0 1 220px;
    }

    .home-form .field-secondary-age {
      flex: 0 1 170px;
      max-width: 170px;
    }

    .home-form .field-secondary-category {
      flex: 0 1 220px;
      max-width: 220px;
    }

    .home-form .field-secondary-coupon {
      flex: 0 1 170px;
      max-width: 170px;
    }

    .home-form #dropoffLocationField {
      display: none;
    }

    .home-form .form-group {
      margin-bottom: 0;
    }

    .home-form .control-label {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 4px;
      color: #2f3d63;
      font-weight: 700;
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .home-form .control-label i {
      display: inline-block;
      color: #6c7ba1;
      font-size: 14px;
      width: 14px;
      text-align: center;
    }

    .home-form .form-control {
      width: 100%;
      border: 1px solid #1dbae9;
      border-radius: 14px;
      background: #ffffff;
      color: #26324f;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2;
      padding: 7px 11px;
      height: 44px;
      margin-bottom: 0;
      box-shadow: none;
    }

    .home-form select.form-control {
      padding-right: 28px;
    }

    .home-form .form-control:focus {
      border-color: #0a4d8b;
      box-shadow: 0 0 0 2px rgba(29, 186, 233, 0.25);
    }

    .home-form .buttons {
      margin-top: 0;
      padding: 0;
      display: block;
      width: 100%;
    }

    .home-form .submit-btn {
      width: 100%;
      display: block;
      min-height: 44px;
      margin: 0;
      border: 0;
      border-radius: 14px;
      background: #0a4d8b;
      color: #ffffff;
      text-transform: none;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.02em;
      padding: 0;
      cursor: pointer;
      transition: filter 0.2s ease;
      box-shadow: 0 10px 22px rgba(10, 77, 139, 0.34);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .home-form .submit-btn:hover {
      filter: brightness(1.05);
    }

    .home-form .submit-btn i {
      font-size: 17px;
      line-height: 1;
    }

    .hero-copy {
      order: -1;
      max-width: 780px;
      color: #ffffff;
      text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
    }

    .hero-copy .hero-heading {
      margin: 0;
      font-size: clamp(50px, 7vw, 96px);
      font-weight: 900;
      line-height: 0.95;
      animation: homeHeadingIn 0.8s ease;
    }

    .hero-copy .hero-tagline {
      margin-top: 18px;
      margin-bottom: 0;
      font-size: clamp(26px, 2.8vw, 44px);
      line-height: 1.18;
      font-weight: 500;
      animation: homeTextIn 0.8s ease;
    }

    .home-content {
      background: #f2f2f2;
      color: #121212;
      padding: 44px clamp(14px, 3vw, 40px) 56px;
    }

    .home-content-inner {
      max-width: 1400px;
      margin: 0 auto;
    }

    .home-content-grid {
      display: grid;
      grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
      gap: 20px;
    }

    .home-card {
      background: #ffffff;
      border: 1px solid #1dbae9;
      padding: 22px;
    }

    .home-card h1,
    .home-card h2 {
      margin-top: 0;
      margin-bottom: 12px;
      font-size: 36px;
      line-height: 1.1;
      font-weight: 900;
      color: #151515;
      border-bottom: 0;
      text-transform: none;
    }

    .home-card p {
      margin-top: 0;
      margin-bottom: 0;
      color: #333333;
      font-size: 17px;
      line-height: 1.5;
    }

    .fleet {
      margin-top: 24px;
      padding: 0;
      background: transparent;
    }

    .specials-trigger {
      height: 1px;
      width: 100%;
    }

    .fleet h2 {
      margin: 0 0 14px;
      font-size: 32px;
      font-weight: 900;
      color: #151515;
      border-bottom: 0;
    }

    .fleet .row {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 16px;
      margin: 0;
    }

    .special-card {
      border: 1px solid #1dbae9;
      background: #fff;
      padding: 12px;
      width: auto;
    }

    .ui-datepicker {
      background: #fff;
      border: none;
      border-radius: 12px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
      padding: 16px;
      font-size: 13px;
      width: 280px;
    }

    .ui-datepicker-header,
    .ui-datepicker .ui-widget-header {
      border: none !important;
      border-radius: 8px 8px 0 0;
      padding: 4px 0 12px;
      color: #fff;
    }

    .ui-datepicker td a,
    .ui-datepicker td span {
      border-radius: 50%;
    }

    @media (max-width: 1199px) {
      .hero-inner {
        gap: 20px;
      }

      .home-form {
        width: fit-content;
        max-width: 100%;
      }

      .home-form .field-location {
        flex-basis: 170px;
      }

      .home-form .field-secondary {
        flex-basis: 200px;
      }
    }

    @media (min-width: 1200px) {
      .home-form .secondary-row {
        flex-wrap: nowrap;
        align-items: flex-end;
      }

      .home-form .field-secondary-age {
        flex-basis: 170px;
      }

      .home-form .field-secondary-category {
        flex-basis: 220px;
      }

      .home-form .field-secondary-coupon {
        flex-basis: 170px;
      }
    }

    @media (min-width: 992px) and (max-height: 760px) {
      .hero-inner {
        justify-content: flex-start;
        padding-top: 16px;
        padding-bottom: 20px;
        gap: 10px;
      }

      .home-form {
        margin-top: 10px;
      }

      .hero-copy .hero-heading {
        font-size: clamp(40px, 5.2vw, 70px);
        line-height: 0.94;
      }

      .hero-copy .hero-tagline {
        margin-top: 10px;
        font-size: clamp(24px, 2.1vw, 32px);
        line-height: 1.1;
      }
    }

    @media (max-width: 991px) {
      .home-redesign {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
      }

      .home-hero,
      .hero-inner {
        min-height: auto;
      }

      .hero-inner {
        gap: 18px;
        padding-top: 28px;
        padding-bottom: 36px;
      }

      .home-form {
        width: 100%;
        padding: 12px;
        border-radius: 24px !important;
        margin-top: 16px;
      }

      .home-form .title {
        font-size: 18px;
      }

      .home-form .field-location {
        flex: 1 1 calc(50% - 5px);
      }

      .home-form .field-date,
      .home-form .field-time {
        flex: 1 1 calc(25% - 8px);
      }

      .home-form .field-submit {
        flex: 1 1 180px;
      }

      .home-form .main-row {
        flex-wrap: wrap;
      }

      .home-form .field-secondary {
        flex: 1 1 calc(33.333% - 8px);
      }

      .hero-copy .hero-heading {
        font-size: clamp(42px, 10vw, 70px);
      }

      .hero-copy .hero-tagline {
        font-size: clamp(22px, 5.4vw, 34px);
      }

      .home-content-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .home-form {
        padding: 12px 10px;
        border-radius: 20px !important;
        margin-top: 12px;
      }

      .home-form .title {
        font-size: 17px;
      }

      .home-form .form-subtitle {
        font-size: 12px;
      }

      .home-form .booking-option {
        font-size: 12px;
      }

      .home-form .control-label {
        font-size: 11px;
      }

      .home-form .field-location,
      .home-form .field-date,
      .home-form .field-time,
      .home-form .field-submit,
      .home-form .field-secondary {
        flex: 1 1 100%;
      }

      .home-form .form-control {
        height: 44px;
        font-size: 14px;
        padding: 9px 12px;
      }

      .home-form .submit-btn {
        width: 100%;
        min-height: 44px;
        font-size: 16px;
        padding: 9px;
      }

      .home-card {
        padding: 16px;
      }

      .home-card h1,
      .home-card h2 {
        font-size: 28px;
      }

      .home-card p {
        font-size: 15px;
      }
    }

    @media (max-width: 767px) {
      .home-hero {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 24px 0 32px;
        background: #0a4d8b;
      }

      .hero-inner {
        display: contents;
      }

      .hero-overlay {
        display: none;
      }

      .hero-copy {
        order: 1;
        padding: 0 16px;
      }

      .home-form {
        order: 2;
        width: auto;
        margin-top: 0;
        margin-left: 16px;
        margin-right: 16px;
        background: #ffffff !important;
      }

      .hero-slider {
        position: relative;
        inset: auto;
        order: 3;
        width: 100%;
        aspect-ratio: 16 / 10;
        overflow: hidden;
      }
    }
