/* ==========================================================================
   CUSTOM.CSS - Per-Company Customization
   ==========================================================================
   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: Orange #fd7514 + Navy #2a3258 === */
    --accent-color: #2a3258;
    --accent-color-dark: #1e2440;
    --accent-color-light: #3d4a72;
    --accent-color-mid: #344068;

    /* -----------------------------------------------------------------
       ACCENT TRANSPARENT VARIANTS
       ----------------------------------------------------------------- */
    --accent-glow-strong: rgba(253, 117, 20, 1);
    --accent-glow: rgba(253, 117, 20, 0.7);
    --accent-glow-soft: rgba(253, 117, 20, 0.45);
    --accent-glow-dim: rgba(253, 117, 20, 0.35);
    --accent-glow-faint: rgba(253, 117, 20, 0.08);
    --accent-bg-subtle: rgba(253, 117, 20, 0.10);
    --accent-bg-glass: rgba(224, 102, 16, 0.10);
    --accent-bg-radial: rgba(253, 117, 20, 0.15);
    --accent-border-subtle: rgba(42, 50, 88, 0.18);
    --accent-border-medium: rgba(42, 50, 88, 0.28);
    --accent-text-85: rgba(42, 50, 88, 0.85);
    --accent-text-70: rgba(42, 50, 88, 0.70);

    /* -----------------------------------------------------------------
       ACTION BUTTONS
       ----------------------------------------------------------------- */
    --warning: #fd7514;
    --error: #EF4444;
    --success: #10B981;
    --success-dark: #059669;

    /* -----------------------------------------------------------------
       TOP NAVIGATION BAR
       ----------------------------------------------------------------- */
    --topbar-bg: #2a3258;

    /* -----------------------------------------------------------------
       TEXT COLORS
       ----------------------------------------------------------------- */
    --text-color: #333;
    --text-muted: #6c757d;

    /* -----------------------------------------------------------------
       BACKGROUNDS
       ----------------------------------------------------------------- */
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --dark-bg: #2a3258;

    /* -----------------------------------------------------------------
       BORDERS
       ----------------------------------------------------------------- */
    --border-color: #e2e8f0;

    /* -----------------------------------------------------------------
       FLATPICKR DATE PICKER
       ----------------------------------------------------------------- */
    --flatpickr-hover-bg: #fd7514;
    --flatpickr-hover-text: #ffffff;

    /* -----------------------------------------------------------------
       SEARCH FORM (Neumorphic style)
       ----------------------------------------------------------------- */
    --neumorphic-bg: #f0f2f5;
    --shadow-light: #ffffff;
    --shadow-dark: #d1d9e6;

    /* -----------------------------------------------------------------
       FORM INPUTS
       ----------------------------------------------------------------- */
    --form-bg: var(--white);
    --form-text: var(--text-color);
    --form-label: #555;
}


/* ==========================================================================
   QUICK REFERENCE
   ========================================================================== */
/*
   COLOR LOGIC:
   ─────────────────────────────────────────────
   ORANGE  #fd7514  → CTA buttons, prices, summary totals,
                       clear filters, hover accents, view more
   DKORNGE #e06610  → Button hover states
   NAVY    #2a3258  → Header/footer bg, top nav, offer titles,
                       brand icons, info icons, links, selected states,
                       form borders, flatpickr header, tab icons
   LTNAVY  #3d4a72  → Lighter navy for secondary elements
   ─────────────────────────────────────────────
*/


/* 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: #2a3258 !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e2e8f0 !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: #4a5568 !important;
    letter-spacing: 0.5px;
    margin-bottom: 8px !important;
}

#filterSidebar label.flex.items-center {
    font-size: 0.8rem !important;
    color: #334155 !important;
}

#filterSidebar .mb-6 {
    margin-bottom: 16px !important;
}


/* ==========================================================================
   5. GRANULAR ACCENT COLOR OVERRIDES
   ========================================================================== */

/* --- Feature Icons --- subtle */
.ez-feature-icon      { color: #403f41; }

/* --- Offer Title --- NAVY */
.ez-offer-title       { color: #2a3258; }

/* --- Offer Check Icons --- ORANGE (pop of color) */
.ez-offer-icon        { color: #fd7514; }

/* --- View More / View All Features --- ORANGE (action) */
.ez-viewmore-link     { color: #fd7514; }

/* --- Search Summary Bar Icons --- NAVY */
.ez-searchbar-icon    { color: #2a3258; }

/* --- Info Panel Icons --- NAVY */
.ez-info-icon         { color: #2a3258; }

/* --- 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 --- ORANGE */
.includes-box ul li i {
    color: #fd7514;
}

/* --- Booking form button --- ORANGE (CTA) */
.booking-form button {
    background-color: #fd7514;
    color: #fff;
}
.booking-form button:hover {
    background-color: #e06610;
}

/* --- Accent text --- NAVY */
.ez-accent-text {
    color: #2a3258 !important;
}

/* --- Book Now button --- ORANGE (primary CTA) */
.ez-book-btn {
    background: #fd7514;
    color: #fff;
}
.ez-book-btn:hover {
    background: #e06610;
}

/* --- Feature icons --- grey */
.ez-feature-icon {
    color: #939393;
}

/* --- Price value --- ORANGE */
.ez-price-value {
    color: #fd7514;
}

/* --- Form label icons --- grey */
.ez-sf-field label i {
    color: #939393;
}

/* --- Search form submit --- ORANGE (CTA) */
.ez-sf-submit {
    background: #fd7514;
    color: #fff;
    box-shadow: 0 4px 10px rgba(253, 117, 20, 0.20) !important;
}
.ez-sf-submit:hover {
    background: #e06610;
    box-shadow: 0 4px 10px rgba(253, 117, 20, 0.30) !important;
}

/* --- Insurance card selected --- NAVY */
.ez-ins-card--selected {
    border-color: #2a3258 !important;
}

/* --- Button selected state --- NAVY */
.ez-btn--selected {
    background: #2a3258 !important;
}

/* --- Extra item border --- soft, NAVY on selection */
.ez-extra-item {
    border: 1px solid #d5d8e4;
}

/* --- Extra icon --- NAVY */
.ez-extra-icon {
    color: #2a3258;
}

/* --- Summary total --- ORANGE */
.ez-summary-total {
    color: #fd7514;
}

/* --- Tab icons --- NAVY */
.ez-tab-icon {
    color: #2a3258;
}

/* --- Floating label focus --- NAVY */
.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: #2a3258;
}

/* --- Accent link --- NAVY, hover ORANGE */
.ez-accent-link {
    color: #2a3258;
}
.ez-accent-link:hover {
    color: #fd7514;
}

/* --- Next / Submit buttons --- ORANGE (CTA) */
.ez-btn-next, .ez-btn-submit {
    background-color: #fd7514;
    color: #fff;
}
.ez-btn-next:hover, .ez-btn-submit:hover {
    background-color: #e06610;
}

/* --- Confirm card header icon --- ORANGE */
.confirm-card-header h3 i {
    color: #fd7514;
    filter: drop-shadow(0 0 6px rgb(255 255 255 / 47%));
}

/* --- Fleet price card --- soft border, ORANGE on hover */
.ez-fleet-price-card {
    border: 2px solid #e2e5e4;
}
.ez-fleet-price-card:hover {
    border-color: #fd7514;
    box-shadow: 0 4px 15px rgba(253, 117, 20, 0.18);
}

/* --- Fleet book button --- ORANGE (CTA) */
.ez-fleet-book-btn {
    background: #fd7514 !important;
    color: #fff !important;
}
.ez-fleet-book-btn:hover {
    background: #e06610 !important;
}

/* --- Modal form submit --- ORANGE (CTA) */
.mf-submit {
    background: #fd7514;
    color: #fff;
}
.mf-submit:hover {
    background: #e06610;
}

/* --- Model form title icon --- NAVY */
.model-form-title i {
    color: #2a3258;
}

/* --- Model price --- ORANGE */
.model-price-amount {
    color: #fd7514;
}

/* --- Model category badge --- NAVY */
.model-category-badge {
    background: #2a3258;
}

/* --- Model title divider --- ORANGE accent bar */
.model-title-divider {
    background: #fd7514;
}

/* --- Model includes list icons --- ORANGE */
.model-includes-list li i {
    color: #fd7514;
}

/* --- Search form header icon --- NAVY */
.ez-sf-header h3 i {
    color: #2a3258;
}

/* --- Fleet price value --- ORANGE */
.ez-fleet-price-value {
    color: #fd7514;
}

/* --- Border accent --- NAVY */
.border-green-500 {
    border-color: #2a3258 !important;
}

/* --- Affiliate step dots --- ORANGE */
.affiliateStepDot.active i, .affiliateStepDot.done i {
    background: #fd7514;
}

/* --- Affiliate section title icon --- NAVY */
.affiliateSectionTitle i {
    color: #2a3258;
}

/* --- Price card active border --- ORANGE */
.ez-price-card--active {
    border-color: #fd7514 !important;
}

/* --- Price card selected bg --- ORANGE subtle */
.ez-price-card--selected {
    background-color: rgba(253, 117, 20, 0.06) !important;
}

/* --- Accent gradient --- ORANGE smooth */
.ez-accent-gradient {
    background: linear-gradient(135deg, #fd7514 0%, #e06610 100%);
}

/* --- Book btn shadow --- subtle ORANGE glow */
.ez-book-btn {
    box-shadow: 0 4px 12px rgba(253, 117, 20, 0.22) !important;
}

/* --- Category pill active --- NAVY subtle */
.ez-category-pill--active {
    background: rgba(42, 50, 88, 0.08) !important;
    color: #2a3258 !important;
}
.ez-category-pill--active:hover {
    background: rgba(42, 50, 88, 0.14) !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, ORANGE selection */
.flatpickr-months {
    background-color: #fd7514;
}
.flatpickr-day:hover {
    background-color: #fd7514;
    color: #fff;
}
.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: #fd7514;
    border-color: #fd7514;
}

/* --- Footer accents --- */
footer .footer-link-item::before {
    background-color: #fd7514;
}
footer .border-custom-accent\/30 {
    border-color: rgba(253, 117, 20, 0.25);
}
footer .hover\:text-custom-accent:hover {
    color: #fd7514;
}

/* --- 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 --- ORANGE */
.peer:checked ~ .ez-toggle-checked {
    background-color: #fd7514 !important;
}

/* --- Confirm banner --- subtle glow */
.confirm-banner::before {
    background: radial-gradient(ellipse at 30% 40%, rgba(253, 117, 20, 0.05) 0%, transparent 55%), radial-gradient(ellipse at 75% 60%, rgba(42, 50, 88, 0.06) 0%, transparent 55%);
}

/* --- Affiliate --- */
#affiliateBenefitsTitle i, #affiliateFormTitle i {
    color: #2a3258;
}
.affiliateFeatureBox:hover {
    background: rgba(42, 50, 88, 0.06);
    border-color: rgba(42, 50, 88, 0.14);
}
.affiliateNextBtn:hover {
    box-shadow: 0 10px 20px rgba(253, 117, 20, 0.18);
}
.affiliateNextBtn {
    box-shadow: 0 10px 20px rgba(253, 117, 20, 0.08);
}

/* --- Confirm new booking button --- ORANGE (CTA) */
.confirm-new-booking {
    background: #fd7514;
    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 */
.top-nav-bar {
    background-color: #fd7514;
}
.booking-form-wrapper {
    background: rgb(0 0 0 / 15%);
}
.includes-box {
    background: rgb(0 0 0 / 15%);
}

/* --- Filter header --- ORANGE underline */
#filterSidebar > div.bg-white h3 {
    border-bottom: 1px solid rgba(253, 117, 20, 0.30) !important;
}

/* --- Large price --- NAVY (elegant for large display) */
.ez-price-value--large {
    color: #2a3258;
}

/* --- Dual range fill --- ORANGE */
.ez-dual-range__fill {
    background: #fd7514;
}

/* --- Clear filters --- ORANGE CTA */
.ez-clear-filters-btn {
    background: #fd7514;
    color: #fff;
}
.ez-clear-filters-btn:hover {
    background: #e06610;
    color: #fff;
}

/* --- Model specs --- */
.model-specs-title {
    border-bottom: 2px solid #2a3258;
}
.model-spec-item:hover {
    border-color: #fd7514;
}
.model-includes-title i {
    color: #fd7514;
}

/* --- Header --- NAVY background */
header.bg-gray-950.text-gray-300.shadow-sm.sticky.top-0.z-50 {
    background-color: #2a3258;
}

/* --- Footer --- NAVY background */
footer.bg-gray-950.text-gray-300.py-12.relative.overflow-hidden.font-sans {
    background-color: #2a3258;
}
footer .text-custom-accent {
    color: #fd7514;
}
footer .border-custom-accent\/30 {
    border-color: rgba(253, 117, 20, 0.25);
}

/* --- Footer texts --- white on navy */
footer .footer-link-item {
    color: #fff;
}
p.flex.items-center.text-gray-400.hover\:text-custom-accent.transition {
    color: rgba(255, 255, 255, 0.80);
}
p.flex.items-center.text-gray-400.hover\:text-custom-accent.transition:hover {
    color: #fd7514;
}
p.text-gray-400.text-base.max-w-sm.leading-relaxed.hover\:text-custom-accent {
    color: rgba(255, 255, 255, 0.80);
}
.text-center.md\:text-center.space-y-0\.5.w-full.mt-4 {
    color: rgba(255, 255, 255, 0.70);
}
footer .hover\:text-custom-accent {
    color: #fff;
}

/* --- Mobile nav --- NAVY */
@media (max-width: 1024px) {
    #nav-menu.nav-menu--open {
        background-color: #2a3258;
    }
}

/* --- Form borders --- soft navy tint */
.form-group input[type="text"], .form-group input[type="date"],
.form-group input[type="time"], .form-group select {
    border: 1px solid #d0d3de;
}

/* --- Nav links --- white on navy header */
.ez-nav-link {
    color: #fff !important;
}
.ez-nav-link:hover {
    color: #fd7514 !important;
}

button#nav-toggle {
    color: #fff;
}

/* --- 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: #fff;
}
h5.font-bold.text-white.mb-5.uppercase.tracking-widest.text-sm.border-b.border-custom-accent\/30.pb-2 {
    color: #fff;
}

/* --- Form field icons --- */
.mf-field label i {
    color: #9f9b9b;
}
.model-spec-icon {
    color: #9f9b9b;
}
.ez-ins-card:hover {
    border-color: #fd7514a1;
}