/* ==========================================================================
   CUSTOM.CSS - Per-Company Customization
   ==========================================================================
   COMPANY : Naction Rent a Car - Naxos (nactionrentacar.com)
   INSTALL : /nactionrentacar/
   ==========================================================================
   This file is loaded AFTER style.css and overrides the default theme.
   Each company gets their own copy of this file.

   INSTRUCTIONS:
   - Change ONLY the :root variables below to customize colors
   - Add company-specific overrides in Section 2
   - DO NOT edit style.css - it is shared across all installations
   ========================================================================== */


/* ==========================================================================
   1. COLOR VARIABLES
   ========================================================================== */
:root {

    /* === PRESET: Naction Cyan #00b0ee + Deep Navy #00405c === */
    --accent-color: #00b0ee;
    --accent-color-dark: #0090c4;
    --accent-color-light: #4CC8F4;
    --accent-color-mid: #1FBBF0;

    /* -----------------------------------------------------------------
       ACCENT TRANSPARENT VARIANTS (based on CYAN primary)
       ----------------------------------------------------------------- */
    --accent-glow-strong: rgba(0, 176, 238, 1);
    --accent-glow: rgba(0, 176, 238, 0.7);
    --accent-glow-soft: rgba(0, 176, 238, 0.45);
    --accent-glow-dim: rgba(0, 176, 238, 0.35);
    --accent-glow-faint: rgba(0, 176, 238, 0.08);
    --accent-bg-subtle: rgba(0, 176, 238, 0.12);
    --accent-bg-glass: rgba(0, 144, 196, 0.10);
    --accent-bg-radial: rgba(0, 176, 238, 0.15);
    --accent-border-subtle: rgba(0, 176, 238, 0.22);
    --accent-border-medium: rgba(0, 176, 238, 0.30);
    --accent-text-85: rgba(0, 119, 163, 0.85);
    --accent-text-70: rgba(0, 119, 163, 0.70);

    /* -----------------------------------------------------------------
       ACTION BUTTONS
       ----------------------------------------------------------------- */
    --warning: #00b0ee;
    --error: #EF4444;
    --success: #10B981;
    --success-dark: #059669;

    /* -----------------------------------------------------------------
       TOP NAVIGATION BAR
       ----------------------------------------------------------------- */
    --topbar-bg: #00405c;

    /* -----------------------------------------------------------------
       TEXT COLORS
       ----------------------------------------------------------------- */
    --text-color: #222b31;
    --text-muted: #6a7780;

    /* -----------------------------------------------------------------
       BACKGROUNDS
       ----------------------------------------------------------------- */
    --light-bg: #f6f9fb;
    --white: #ffffff;
    --dark-bg: #00405c;

    /* -----------------------------------------------------------------
       BORDERS
       ----------------------------------------------------------------- */
    --border-color: #e0e6ea;

    /* -----------------------------------------------------------------
       FLATPICKR DATE PICKER
       ----------------------------------------------------------------- */
    --flatpickr-hover-bg: #00b0ee;
    --flatpickr-hover-text: #ffffff;

    /* -----------------------------------------------------------------
       SEARCH FORM (Neumorphic style)
       ----------------------------------------------------------------- */
    --neumorphic-bg: #eff3f6;
    --shadow-light: #ffffff;
    --shadow-dark: #d3dde3;

    /* -----------------------------------------------------------------
       FORM INPUTS
       ----------------------------------------------------------------- */
    --form-bg: var(--white);
    --form-text: var(--text-color);
    --form-label: #555;
}


/* ==========================================================================
   QUICK REFERENCE
   ========================================================================== */
/*
   COLOR LOGIC (Naction Rent a Car Naxos - Cyan + Deep Navy dual accent):
   -------------------------------------------------------------------
   CYAN    #00b0ee  -> Buttons (CTA), active dots, toggles, range fills,
                       checkmark icons, hover accents, flatpickr selection,
                       offer icons, info icons, borders, title dividers
   DARK C  #0090c4  -> Hover states on cyan CTAs
   DEEP C  #0077A3  -> Prices, summary totals, fleet prices, accent links
                       (readable on white - 5.0:1)
   NAVY    #00405c  -> Top nav bar, header, footer, category badge,
                       flatpickr months header
   -------------------------------------------------------------------
*/


/* 1. Labels */
.ez-sf-field label {
    font-weight: 600 !important;
    font-size: 0.73rem !important;
}

/* 2. Field spacing */
.ez-sf-field {
    margin-bottom: 12px !important;
}

/* 3. Input height */
.ez-sf-field input[type="text"],
.ez-sf-field select {
    padding: 5px 10px !important;
    font-size: 0.8rem !important;
}

/* ==========================================================================
   4. Filter Sidebar Styles
   ========================================================================== */
#filterSidebar > div.bg-white.shadow-md {
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
    border: none !important;
    padding: 16px 18px !important;
}

#filterSidebar > div.bg-white h3 {
    font-size: 0.95rem !important;
    color: #00405c !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e0e6ea !important;
    margin-bottom: 0 !important;
}

#filterSidebar .flex.justify-between.mb-4 {
    margin-bottom: 12px !important;
}

#filterSidebar h4 {
    font-size: 0.73rem !important;
    font-weight: 600 !important;
    color: #4a5a63 !important;
    letter-spacing: 0.5px;
    margin-bottom: 8px !important;
}

#filterSidebar label.flex.items-center {
    font-size: 0.8rem !important;
    color: #222b31 !important;
}

#filterSidebar .mb-6 {
    margin-bottom: 16px !important;
}


/* ==========================================================================
   5. GRANULAR ACCENT COLOR OVERRIDES
   ========================================================================== */

/* --- Feature Icons --- subtle gray */
.ez-feature-icon      { color: #3a464d; }

/* --- Offer Title --- NAVY (brand secondary) */
.ez-offer-title       { color: #00405c; }

/* --- Offer Check Icons --- CYAN (pop of color) */
.ez-offer-icon        { color: #00b0ee; }

/* --- View More / View All Features --- DEEP CYAN link-like (on white) */
.ez-viewmore-link     { color: #0077A3; }

/* --- Search Summary Bar Icons --- CYAN */
.ez-searchbar-icon    { color: #00b0ee; }

/* --- Info Panel Icons --- CYAN */
.ez-info-icon         { color: #00b0ee; }

/* --- Tab Section Header Icons --- */
.ez-tab-icon          { color: #d9d9d9; }

/* --- Optional Extras Icons & Price --- */
.ez-extras-icon       { color: #8b5cf6; }
.ez-extras-price      { color: #8b5cf6; }

/* --- Insurance Price --- */
.ez-insurance-price   { color: #0891b2; }


/* ==========================================================================
   ELEMENT OVERRIDES
   ========================================================================== */

.form-group label i {
    color: #d9d9d9;
}

/* --- Includes list icons --- CYAN checkmarks */
.includes-box ul li i {
    color: #00b0ee;
}

/* --- Booking form button --- CYAN (CTA) */
.booking-form button {
    background-color: #00b0ee;
    color: #fff;
}
.booking-form button:hover {
    background-color: #0090c4;
    color: #fff;
}

/* --- Accent text --- NAVY (readable) */
.ez-accent-text {
    color: #00405c !important;
}

/* --- Book Now button --- CYAN (CTA - the star) */
.ez-book-btn {
    background: #00b0ee;
    color: #fff;
}
.ez-book-btn:hover {
    background: #0090c4;
    color: #fff;
}

/* --- Feature icons --- grey */
.ez-feature-icon {
    color: #939393;
}

/* --- Price value --- DEEP CYAN (readable on white) */
.ez-price-value {
    color: #0077A3;
}

/* --- Form label icons --- grey */
.ez-sf-field label i {
    color: #939393;
}

/* --- Search form submit --- CYAN (CTA) */
.ez-sf-submit {
    background: #00b0ee;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 176, 238, 0.22) !important;
}
.ez-sf-submit:hover {
    background: #0090c4;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 176, 238, 0.34) !important;
}

/* --- Insurance card selected --- CYAN border */
.ez-ins-card--selected {
    border-color: #00b0ee !important;
}

/* --- Button selected state --- NAVY (subtle contrast to cyan) */
.ez-btn--selected {
    background: #00405c !important;
}

/* --- Extra item border --- soft GRAY */
.ez-extra-item {
    border: 1px solid #c9d2d8;
}

/* --- Extra icon --- CYAN */
.ez-extra-icon {
    color: #00b0ee;
}

/* --- Summary total --- DEEP CYAN (readable) */
.ez-summary-total {
    color: #0077A3;
}

/* --- Tab icons --- CYAN (active accent) */
.ez-tab-icon {
    color: #00b0ee;
}

/* --- Floating label focus --- DEEP CYAN */
.floating-label-input input:focus + label,
.floating-label-input input:not(:placeholder-shown) + label,
.floating-label-input select:focus + label,
.floating-label-input select:not([value=""]) + label {
    color: #0077A3;
}

/* --- Accent link --- DEEP CYAN, hover NAVY */
.ez-accent-link {
    color: #0077A3;
}
.ez-accent-link:hover {
    color: #00405c;
}

/* --- Next / Submit buttons --- CYAN (CTA) */
.ez-btn-next, .ez-btn-submit {
    background-color: #00b0ee;
    color: #fff;
}
.ez-btn-next:hover, .ez-btn-submit:hover {
    background-color: #0090c4;
    color: #fff;
}

/* --- Confirm card header icon --- CYAN */
.confirm-card-header h3 i {
    color: #00b0ee;
    filter: drop-shadow(0 0 6px rgb(255 255 255 / 47%));
}

/* --- Fleet price card --- soft GRAY border, CYAN on hover */
.ez-fleet-price-card {
    border: 2px solid #d4dce1;
}
.ez-fleet-price-card:hover {
    border-color: #00b0ee;
    box-shadow: 0 4px 15px rgba(0, 176, 238, 0.22);
}

/* --- Fleet book button --- CYAN (CTA) */
.ez-fleet-book-btn {
    background: #00b0ee !important;
    color: #fff !important;
}
.ez-fleet-book-btn:hover {
    background: #0090c4 !important;
    color: #fff !important;
}

/* --- Modal form submit --- CYAN (CTA) */
.mf-submit {
    background: #00b0ee;
    color: #fff;
}
.mf-submit:hover {
    background: #0090c4;
    color: #fff;
}

/* --- Model form title icon --- NAVY */
.model-form-title i {
    color: #00405c;
}

/* --- Model price --- DEEP CYAN (readable) */
.model-price-amount {
    color: #0077A3;
}

/* --- Model category badge --- NAVY (contrast to cyan elsewhere) */
.model-category-badge {
    background: #00405c;
}

/* --- Model title divider --- CYAN accent bar */
.model-title-divider {
    background: #00b0ee;
}

/* --- Model includes list icons --- CYAN checkmarks */
.model-includes-list li i {
    color: #00b0ee;
}

/* --- Search form header icon --- CYAN */
.ez-sf-header h3 i {
    color: #00b0ee;
}

/* --- Fleet price value --- DEEP CYAN (readable) */
.ez-fleet-price-value {
    color: #0077A3;
}

/* --- Border accent --- CYAN */
.border-green-500 {
    border-color: #00b0ee !important;
}

/* --- Affiliate step dots --- CYAN */
.affiliateStepDot.active i, .affiliateStepDot.done i {
    background: #00b0ee;
}

/* --- Affiliate section title icon --- NAVY */
.affiliateSectionTitle i {
    color: #00405c;
}

/* --- Price card active border --- CYAN */
.ez-price-card--active {
    border-color: #00b0ee !important;
}

/* --- Price card selected bg --- CYAN subtle */
.ez-price-card--selected {
    background-color: rgba(0, 176, 238, 0.08) !important;
}

/* --- Accent gradient --- CYAN smooth */
.ez-accent-gradient {
    background: linear-gradient(135deg, #00b0ee 0%, #0090c4 100%);
}

/* --- Book btn shadow --- subtle CYAN glow */
.ez-book-btn {
    box-shadow: 0 4px 12px rgba(0, 176, 238, 0.25) !important;
}

/* --- Category pill active --- CYAN subtle */
.ez-category-pill--active {
    background: rgba(0, 176, 238, 0.12) !important;
    color: #0077A3 !important;
}
.ez-category-pill--active:hover {
    background: rgba(0, 176, 238, 0.20) !important;
}

/* --- Form group shadows (disabled) --- */
.form-group button:hover {
    box-shadow: 0 10px 18px rgb(34 197 94 / 0%) !important;
}
.form-group input[type="text"], .form-group input[type="date"],
.form-group input[type="time"], .form-group select {
    box-shadow: 0 10px 18px rgb(34 197 94 / 0%) !important;
}

/* --- Flatpickr calendar --- NAVY header, CYAN selection --- */
.flatpickr-months {
    background-color: #00405c;
}

/* Month name / year / arrows must be WHITE on the navy header */
.flatpickr-months .flatpickr-month,
.flatpickr-current-month,
.flatpickr-current-month .cur-month,
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
    color: #ffffff !important;
    fill: #ffffff !important;
}
.flatpickr-current-month input.cur-year {
    background: transparent !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #00405c !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background: #ffffff;
    color: #222b31;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: #ffffff !important;
    fill: #ffffff !important;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    fill: #ffffff !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg path,
.flatpickr-months .flatpickr-next-month:hover svg path {
    fill: #00b0ee !important;
}
/* year up/down arrows */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #ffffff !important;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #ffffff !important;
}
.flatpickr-current-month .numInputWrapper:hover {
    background: rgba(255, 255, 255, 0.08);
}
.flatpickr-day:hover {
    background-color: #00b0ee;
    color: #ffffff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange,
.flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover, .flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #00b0ee;
    border-color: #00b0ee;
    color: #ffffff;
}
.flatpickr-day.inRange {
    background: rgba(0, 176, 238, 0.16);
    border-color: rgba(0, 176, 238, 0.16);
    box-shadow: -5px 0 0 rgba(0, 176, 238, 0.16), 5px 0 0 rgba(0, 176, 238, 0.16);
}

/* --- Focus shadows (disabled) --- */
.mf-field select:focus, .mf-field input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(255 222 93 / 0%);
}
.ez-sort-select {
    box-shadow: 0 10px 18px rgb(34 197 94 / 0%) !important;
}

/* --- Toggle checked --- CYAN */
.peer:checked ~ .ez-toggle-checked {
    background-color: #00b0ee !important;
}

/* --- Confirm banner --- subtle glow */
.confirm-banner::before {
    background: radial-gradient(ellipse at 30% 40%, rgba(0, 176, 238, 0.05) 0%, transparent 55%), radial-gradient(ellipse at 75% 60%, rgba(0, 176, 238, 0.06) 0%, transparent 55%);
}

/* --- Affiliate --- */
#affiliateBenefitsTitle i, #affiliateFormTitle i {
    color: #00405c;
}
.affiliateFeatureBox:hover {
    background: rgba(0, 176, 238, 0.08);
    border-color: rgba(0, 176, 238, 0.20);
}
.affiliateNextBtn {
    box-shadow: 0 10px 20px rgba(0, 176, 238, 0.10);
}
.affiliateNextBtn:hover {
    box-shadow: 0 10px 20px rgba(0, 176, 238, 0.22);
}

/* --- Confirm new booking button --- CYAN (CTA) */
.confirm-new-booking {
    background: #00b0ee;
    color: #fff;
}

/* --- Search field shadows (disabled) --- */
.ez-sf-field input[type="text"], .ez-sf-field select {
    box-shadow: 0 10px 18px rgb(34 197 94 / 0%) !important;
}

/* --- Top nav bar --- NAVY with CYAN accents (matches brand) */
.top-nav-bar {
    background-color: #00405c;
    color: #ffffff;
}
.top-nav-bar > a,
.top-nav-bar > span,
.top-nav-bar > div > a,
.top-nav-bar > div > span,
.top-nav-bar .dropdown-toggle,
.top-nav-bar > button {
    color: #ffffff !important;
}
.top-nav-bar > a:hover,
.top-nav-bar > div > a:hover,
.top-nav-bar .dropdown-toggle:hover {
    color: #00b0ee !important;
}
/* Language dropdown menu items - dark text on white bg */
.top-nav-bar .dropdown-menu a,
.top-nav-bar .dropdown-menu li a,
.top-nav-bar ul ul a,
.top-nav-bar .lang-dropdown a,
.top-nav-bar .language-menu a {
    color: #222b31 !important;
}
.top-nav-bar .dropdown-menu a:hover,
.top-nav-bar .dropdown-menu li a:hover,
.top-nav-bar ul ul a:hover,
.top-nav-bar .lang-dropdown a:hover,
.top-nav-bar .language-menu a:hover {
    color: #0077A3 !important;
}
.booking-form-wrapper {
    background: rgb(0 0 0 / 20%);
}
.includes-box {
    background: rgb(0 0 0 / 20%);
}

/* --- Filter header --- subtle CYAN underline */
#filterSidebar > div.bg-white h3 {
    border-bottom: 1px solid rgba(0, 176, 238, 0.40) !important;
}

/* --- Large price --- DEEP CYAN */
.ez-price-value--large {
    color: #0077A3;
}

/* --- Dual range fill --- CYAN */
.ez-dual-range__fill {
    background: #00b0ee;
}

/* --- Clear filters --- CYAN CTA */
.ez-clear-filters-btn {
    background: #00b0ee;
    color: #fff;
}
.ez-clear-filters-btn:hover {
    background: #0090c4;
    color: #fff;
}

/* --- Model specs --- */
.model-specs-title {
    border-bottom: 2px solid #00b0ee;
}
.model-spec-item:hover {
    border-color: #00b0ee;
}
.model-includes-title i {
    color: #00b0ee;
}

/* ==========================================================================
   HEADER & FOOTER - DEEP NAVY
   ========================================================================== */
header.bg-gray-950.text-gray-300.shadow-sm.sticky.top-0.z-50 {
    background-color: #00405c;
}
footer.bg-gray-950.text-gray-300.py-12.relative.overflow-hidden.font-sans {
    background-color: #00405c;
}
footer .text-custom-accent {
    color: #00b0ee;
}
footer .border-custom-accent\/30 {
    border-color: rgba(0, 176, 238, 0.30);
}
footer .footer-link-item::before {
    background-color: #00b0ee;
}
footer .hover\:text-custom-accent:hover {
    color: #00b0ee;
}

/* --- Footer texts --- light on navy */
footer .footer-link-item {
    color: #d3dde3;
}
p.flex.items-center.text-gray-400.hover\:text-custom-accent.transition {
    color: #d3dde3;
}
p.flex.items-center.text-gray-400.hover\:text-custom-accent.transition:hover {
    color: #00b0ee;
}
p.text-gray-400.text-base.max-w-sm.leading-relaxed.hover\:text-custom-accent {
    color: #d3dde3;
}
.text-center.md\:text-center.space-y-0\.5.w-full.mt-4 {
    color: #d3dde3;
}
footer .hover\:text-custom-accent {
    color: #d3dde3;
}

/* --- Footer headings --- WHITE on navy */
h5.font-bold.text-white.mb-4.uppercase.tracking-widest.text-sm.border-b.border-custom-accent\/30.pb-2 {
    color: #ffffff;
}
h5.font-bold.text-white.mb-5.uppercase.tracking-widest.text-sm.border-b.border-custom-accent\/30.pb-2 {
    color: #ffffff;
}

/* --- Mobile nav --- NAVY panel (matches header) */
@media (max-width: 1024px) {
    #nav-menu.nav-menu--open {
        background-color: #00405c;
    }
}

/* --- Form borders --- subtle GRAY */
.form-group input[type="text"], .form-group input[type="date"],
.form-group input[type="time"], .form-group select {
    border: 1px solid #c9d2d8;
}

/* --- Nav links --- WHITE on navy header, hover CYAN */
.ez-nav-link {
    color: #ffffff !important;
}
.ez-nav-link:hover {
    color: #00b0ee !important;
}

button#nav-toggle {
    color: #ffffff;
}

/* --- Form field icons --- */
.mf-field label i {
    color: #9fa8ad;
}
.model-spec-icon {
    color: #9fa8ad;
}
