/* ==========================================================================
   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.

   PALETTE:  Charcoal #333333  |  Yellow #fcb525  |  White #ffffff
     - Header                -> YELLOW   #fcb525  (charcoal text on top)
     - Top nav bar           -> CHARCOAL #333333  (white text, yellow hover)
     - Footer                -> YELLOW   #fcb525  (charcoal text on top)
     - Main accents (links, icons, borders, nav) -> CHARCOAL
     - CTA buttons / prices / highlights          -> YELLOW (charcoal text)

   NOTE: #fcb525 is light, so all text on yellow is #333333, never white.

   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: Charcoal #333333 (primary) + Yellow #fcb525 (secondary) === */
    --accent-color: #333333;
    --accent-color-dark: #1a1a1a;
    --accent-color-light: #6b6b6b;
    --accent-color-mid: #4d4d4d;

    /* -----------------------------------------------------------------
       SECONDARY / CTA COLOR  ->  YELLOW
       ----------------------------------------------------------------- */
    --cta-color: #fcb525;
    --cta-color-dark: #d99610;
    --cta-color-light: #ffd06b;

    /* -----------------------------------------------------------------
       ACCENT TRANSPARENT VARIANTS  (CHARCOAL)
       ----------------------------------------------------------------- */
    --accent-glow-strong: rgba(51, 51, 51, 1);
    --accent-glow: rgba(51, 51, 51, 0.7);
    --accent-glow-soft: rgba(51, 51, 51, 0.45);
    --accent-glow-dim: rgba(51, 51, 51, 0.35);
    --accent-glow-faint: rgba(51, 51, 51, 0.08);
    --accent-bg-subtle: rgba(51, 51, 51, 0.12);
    --accent-bg-glass: rgba(26, 26, 26, 0.10);
    --accent-bg-radial: rgba(51, 51, 51, 0.15);
    --accent-border-subtle: rgba(51, 51, 51, 0.22);
    --accent-border-medium: rgba(51, 51, 51, 0.30);
    --accent-text-85: rgba(51, 51, 51, 0.85);
    --accent-text-70: rgba(51, 51, 51, 0.70);

    /* -----------------------------------------------------------------
       CTA TRANSPARENT VARIANTS  (YELLOW)
       ----------------------------------------------------------------- */
    --cta-glow: rgba(252, 181, 37, 0.7);
    --cta-glow-soft: rgba(252, 181, 37, 0.45);
    --cta-bg-subtle: rgba(252, 181, 37, 0.12);
    --cta-border-medium: rgba(252, 181, 37, 0.30);

    /* -----------------------------------------------------------------
       ACTION BUTTONS
       NOTE: --success/--success-dark were GREEN (#10B981/#059669).
       Remapped to the palette so no green appears on hover states.
       ----------------------------------------------------------------- */
    --warning: #fcb525;
    --error: #d99610;
    --success: #333333;
    --success-dark: #1a1a1a;

    /* -----------------------------------------------------------------
       TOP NAVIGATION BAR  ->  CHARCOAL
       ----------------------------------------------------------------- */
    --topbar-bg: #333333;
    --topbar-text: #ffffff;

    /* -----------------------------------------------------------------
       TEXT COLORS
       ----------------------------------------------------------------- */
    --text-color: #333333;
    --text-muted: #6c757d;

    /* -----------------------------------------------------------------
       BACKGROUNDS
       ----------------------------------------------------------------- */
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --dark-bg: #1a1a1a;

    /* -----------------------------------------------------------------
       BORDERS
       ----------------------------------------------------------------- */
    --border-color: #e2e8f0;

    /* -----------------------------------------------------------------
       FLATPICKR DATE PICKER
       ----------------------------------------------------------------- */
    --flatpickr-hover-bg: #333333;
    --flatpickr-hover-text: #ffffff;
}


/* ==========================================================================
   QUICK REFERENCE
   ==========================================================================
   CHARCOAL #333333  -> Top nav bar, links, icons, borders, focus, cards,
                        text on yellow surfaces
   D-CHAR   #1a1a1a  -> Hover states on charcoal elements
   YELLOW   #fcb525  -> Header, footer, CTA buttons, prices, highlights
   D-YELLOW #d99610  -> Hover states on CTAs
   WHITE    #ffffff  -> Page background, top nav text
   ========================================================================== */


/* 1. Labels */
.ez-sf-field label {
    font-weight: 600 !important;
    font-size: 0.73rem !important;
}


/* ==========================================================================
   2. TOP NAV BAR (CHARCOAL)  --  WHITE TEXT, YELLOW HOVER
   ========================================================================== */
.topbar,
.top-bar,
.ez-topbar,
.ez-top-bar {
    background-color: #333333 !important;
    color: #ffffff !important;
}
.topbar a,
.top-bar a,
.ez-topbar a,
.ez-top-bar a,
.topbar i,
.top-bar i,
.ez-topbar i,
.ez-top-bar i {
    color: #ffffff !important;
}
.topbar a:hover,
.top-bar a:hover,
.ez-topbar a:hover,
.ez-top-bar a:hover {
    color: #fcb525 !important;
}


/* ==========================================================================
   3. HEADER (YELLOW)  &  FOOTER (YELLOW)  -- CHARCOAL TEXT
   ========================================================================== */

/* --- Header --- YELLOW background --- */
header.bg-gray-950.text-gray-300.shadow-sm.sticky.top-0.z-50 {
    background-color: #fcb525;
}

/* --- Nav links --- CHARCOAL on yellow, hover black --- */
.ez-nav-link {
    color: #333333 !important;
}
.ez-nav-link:hover {
    color: #000000 !important;
}

button#nav-toggle {
    color: #333333;
}

/* --- Mobile nav --- YELLOW (matches header) --- */
@media (max-width: 1024px) {
    #nav-menu.nav-menu--open {
        background-color: #fcb525;
    }
}


/* --- Footer --- YELLOW background --- */
footer.bg-gray-950.text-gray-300.py-12.relative.overflow-hidden.font-sans {
    background-color: #fcb525;
}
footer .text-custom-accent {
    color: #333333;
}
footer .border-custom-accent\/30 {
    border-color: rgba(51, 51, 51, 0.30);
}

/* --- Footer texts --- CHARCOAL --- */
footer .footer-link-item {
    color: #333333;
}
footer .footer-link-item:hover {
    color: #000000;
}
p.flex.items-center.text-gray-400.hover\:text-custom-accent.transition {
    color: #333333;
}
p.flex.items-center.text-gray-400.hover\:text-custom-accent.transition:hover {
    color: #000000;
}
p.text-gray-400.text-base.max-w-sm.leading-relaxed.hover\:text-custom-accent {
    color: #333333;
}
.text-center.md\:text-center.space-y-0\.5.w-full.mt-4 {
    color: #333333;
}
footer .hover\:text-custom-accent {
    color: #333333;
}
footer .hover\:text-custom-accent:hover {
    color: #000000;
}

/* --- Footer headings --- CHARCOAL --- */
h5.font-bold.text-white.mb-4.uppercase.tracking-widest.text-sm.border-b.border-custom-accent\/30.pb-2 {
    color: #333333;
}
h5.font-bold.text-white.mb-5.uppercase.tracking-widest.text-sm.border-b.border-custom-accent\/30.pb-2 {
    color: #333333;
}


/* ==========================================================================
   4. CTA BUTTONS & PRICES  ->  YELLOW
   ========================================================================== */
.btn-primary,
.btn-cta,
.ez-btn-primary,
button[type="submit"] {
    background-color: #fcb525;
    border-color: #fcb525;
    color: #333333;
}
.btn-primary:hover,
.btn-cta:hover,
.ez-btn-primary:hover,
button[type="submit"]:hover {
    background-color: #d99610;
    border-color: #d99610;
    color: #333333;
}

/* --- Prices --- CHARCOAL (yellow text is unreadable on white) --- */
.price,
.model-price,
.ez-price {
    color: #333333;
}


/* ==========================================================================
   5. MISC ACCENTS
   ========================================================================== */
.model-spec-item:hover {
    border-color: #333333;
}
.model-includes-title i {
    color: #333333;
}

/* --- 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 #c5c8c7;
}

/* --- Form focus --- CHARCOAL --- */
.form-group input[type="text"]:focus, .form-group input[type="date"]:focus,
.form-group input[type="time"]:focus, .form-group select:focus {
    border-color: #333333;
    outline: none;
}

/* --- Form field icons --- */
.mf-field label i {
    color: #333333 !important;
}
.model-spec-icon {
    color: #9f9b9b;
}


/* ==========================================================================
   6. NO-GREEN HOVER OVERRIDES
   ========================================================================== */

/* --- Generic link hover --- CHARCOAL --- */
a:hover {
    color: #333333;
}

/* --- Success / green-ish buttons --- CHARCOAL --- */
.btn-success,
.ez-btn-success,
.btn-secondary {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.btn-success:hover,
.ez-btn-success:hover,
.btn-secondary:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}

/* --- Outline / ghost buttons --- CHARCOAL on hover --- */
.btn-outline:hover,
.ez-btn-outline:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

/* --- Cards / list items --- YELLOW border on hover --- */
.card:hover,
.model-card:hover,
.ez-card:hover {
    border-color: #fcb525;
}

/* --- Icons --- CHARCOAL on hover --- */
a:hover i,
.icon:hover,
.ez-icon:hover {
    color: #333333;
}

/* --- Badges / tags --- YELLOW --- */
.badge-success,
.tag-success {
    background-color: #fcb525;
    color: #333333;
}

/* --- Flatpickr selected/hover --- CHARCOAL --- */
.flatpickr-day:hover,
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
}

/* --- Dropdown / select option hover --- CHARCOAL --- */
option:checked,
option:hover,
.select-option:hover {
    background-color: #333333;
    color: #ffffff;
}


/* ==========================================================================
   7. BOX-SHADOW  --  NO GREEN
   ========================================================================== */

/* --- Buttons --- CHARCOAL glow --- */
.btn:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-outline:hover,
.ez-btn-success:hover,
.ez-btn-outline:hover {
    box-shadow: 0 4px 14px rgba(51, 51, 51, 0.30);
}

/* --- CTA (yellow) buttons keep a YELLOW glow --- */
.btn-cta:hover,
.btn-primary:hover,
.ez-btn-primary:hover,
button[type="submit"]:hover {
    box-shadow: 0 4px 14px rgba(252, 181, 37, 0.45);
}

/* --- Focus rings on inputs --- YELLOW --- */
.form-group input[type="text"]:focus,
.form-group input[type="date"]:focus,
.form-group input[type="time"]:focus,
.form-group select:focus,
input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 3px rgba(252, 181, 37, 0.30);
}

/* --- Cards / panels --- NEUTRAL gray shadow --- */
.card,
.model-card,
.ez-card,
.panel {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.card:hover,
.model-card:hover,
.ez-card:hover,
.panel:hover {
    box-shadow: 0 6px 18px rgba(252, 181, 37, 0.25);
}

/* --- Selected / active states --- no glow --- */
.selected,
.is-active,
.active {
    box-shadow: 0 0 0 2px rgba(252, 181, 37, 0) !important;
}

/* --- Badges / tags --- no colored glow --- */
.badge,
.badge-success,
.tag,
.tag-success {
    box-shadow: none;
}

/* --- Flatpickr --- */
.flatpickr-day.selected,
.flatpickr-day:hover {
    box-shadow: none;
}
.flatpickr-calendar {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}


/* ==========================================================================
   8. BOOKING FORM BUTTON  --  TARGETED OVERRIDE
   ========================================================================== */

.booking-form button {
    background-color: #fcb525 !important;
    border-color: #fcb525 !important;
    color: #333333 !important;
    box-shadow: 0 2px 8px rgba(252, 181, 37, 0.30) !important;
}

.booking-form button:hover {
    background-color: #d99610 !important;
    border-color: #d99610 !important;
    color: #333333 !important;
    box-shadow: 0 4px 14px rgba(252, 181, 37, 0.45) !important;
}

.booking-form button:focus,
.booking-form button:focus-visible {
    box-shadow: 0 0 0 3px rgba(252, 181, 37, 0.40) !important;
    outline: none !important;
}

.booking-form button:active {
    background-color: #b87d0b !important;
    box-shadow: 0 1px 4px rgba(252, 181, 37, 0.30) !important;
}


/* ==========================================================================
   9. INSURANCE / PRICE CARDS  --  NO GREEN
   ========================================================================== */

.ez-ins-card:hover {
    border-color: #fcb525 !important;
    box-shadow: 0 6px 18px rgba(252, 181, 37, 0.25) !important;
}

.ez-ins-card:hover i,
.ez-ins-card:hover .ez-ins-title,
.ez-ins-card:hover a {
    color: #333333 !important;
}

.ez-price-card--selected {
    background-color: rgba(252, 181, 37, 0.12) !important;
    border-color: #fcb525 !important;
}

.border-green-500 {
    border-color: #fcb525 !important;
}

.affiliateNextBtn {
    box-shadow: 0 6px 15px rgba(252, 181, 37, 0.20);
}
.affiliateNextBtn:hover {
    box-shadow: 0 10px 20px rgba(252, 181, 37, 0) !important;
}
a:hover {
    color: #ffffff;
}
.ez-accent-link:hover{
    color: #333333!important;

}
#manageBookingPage .mb-label i {
    color: #fcb525!important;
}
#webCheckinPage .step.active .step-label {
    color: #fcb525!important;
}
#webCheckinPage .section-title i

 {
    color: #fcb525!important;
}

.form-group label i

 {
  
    color: #fcb525!important;
}
#webCheckinPage .step.active .step-icon{
    box-shadow: 0 10px 25px rgb(252 181 37)!important;
}
#webCheckinPage .btn-next{
    box-shadow: 0 10px 20px rgb(252 181 37 / 30%)!important;
}
#webCheckinPage .form-input:focus {

    box-shadow: 0 0 0 3px rgb(2 2 2 / 20%)!important;
}


#manageBookingPage .mb-btn:hover {
 
    box-shadow:0 6px 20px rgb(252 181 37 / 42%)!important;
}










