/*
 Theme Name:   LuxuryLimousines Child
 Template:     LuxuryLimousines
 Version:      5.0.0
 Description:  Child theme for targeted fixes and CSS modernization
*/

/* =====================================================
   TYPOGRAPHY — Replace Trajan Pro + Vegur with modern fonts
   body prefix raises specificity above parent's h1-h6 rule
   ===================================================== */

body,
body p, body li, body td,
body input, body select, body textarea,
body .caption, body .excerpt {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 1.7;
    font-size: 16px;
    color: #2d2d2d;
}

body h1, body h2, body h3, body h4, body h5, body h6,
body #home-hero-h1, body #home-hero-h2,
body .page-heading-container h1,
body .mobile-headline,
body .home-package-icon h2 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    letter-spacing: -0.01em;
    font-weight: 700;
}

body h1 { font-size: 2rem; line-height: 1.25; }
body h2 { font-size: 1.5rem; line-height: 1.3; }
body h3 { font-size: 1.2rem; line-height: 1.35; }

/* Package card titles — parent uses .featured-package .package-title (0,0,2,0) */
body .featured-package .package-title,
body .limo-archive .package-title {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 1.25 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

/* Vehicle/fleet titles — parent uses #home-limousine-fleet .vehicle-title (0,1,1,0) */
body #home-limousine-fleet .vehicle-title,
body #limo-archive .vehicle-title {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 1.25 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

/* =====================================================
   SPECIALS BAR (section after hero — 4 icon boxes)
   Reduce from 15em tall to compact 9em
   ===================================================== */

.home-package-icon {
    height: 9em !important;
}

.home-package-icon h2 {
    line-height: 2.5em !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

/* =====================================================
   BUTTONS — Modern rounded style
   ===================================================== */

.btn,
.btn-standard,
.btn-large.btn-standard,
.btn-outlined,
.btn-outline-standard,
.btn-outlined-dark,
.btn-small {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
    font-size: 12px !important;
}

.btn-large {
    padding: 12px 28px !important;
    font-size: 13px !important;
}

.btn-small {
    padding: 7px 16px !important;
}

.btn-standard,
.btn-large.btn-standard {
    background-color: #cbac53 !important;
    border-color: #b8973e !important;
    color: #fff !important;
}

.btn-standard:hover,
.btn-large.btn-standard:hover {
    background-color: #b8973e !important;
    border-color: #a07e30 !important;
}

/* =====================================================
   SPACING — More breathing room between sections
   ===================================================== */

#home-limousine-fleet {
    padding: 60px 0 50px;
}

#home-featured-packages {
    padding: 50px 0 60px;
}

.fleet-item {
    margin-bottom: 35px;
}

.featured-package {
    margin-bottom: 30px;
}

.featured-package .caption {
    padding: 12px 0 8px;
    min-height: 0 !important;
}

.featured-package .package-button-group {
    padding-bottom: 10px;
}

/* Page heading hero section */
.page-heading-container {
    padding: 30px 0 20px;
}

/* =====================================================
   SECTION DIVIDERS
   ===================================================== */

.page-divider {
    margin: 0 auto 25px;
    display: block;
    opacity: 0.6;
}

/* =====================================================
   MOBILE — Show hero text, bigger CTAs, better nav
   ===================================================== */

@media (max-width: 767px) {

    /* Show hero description (was hidden-phone) */
    #hero-text {
        display: block !important;
        font-size: 15px !important;
        padding: 0 20px 15px !important;
        opacity: 0.92;
    }

    /* Full-width stacked CTA buttons on mobile */
    #home-hero-buttons {
        padding: 10px 20px 20px;
    }

    #home-hero-buttons .btn {
        display: block !important;
        width: 90% !important;
        margin: 8px auto !important;
        padding: 14px 20px !important;
        font-size: 14px !important;
        text-align: center !important;
    }

    /* Improve mobile nav toggle button */
    .btn-navbar {
        background-color: #cbac53 !important;
        border-color: #b8973e !important;
        border-radius: 3px !important;
    }

    .btn-navbar .icon-bar {
        background-color: #fff !important;
    }

    /* Mobile headings */
    body #home-hero-h1 {
        font-size: 1.5rem !important;
        padding: 0 15px !important;
        line-height: 1.3 !important;
    }

    body h2.center, body .mobile-headline {
        font-size: 1.25rem !important;
        padding: 0 15px !important;
    }

    /* Fleet and package items on mobile */
    .fleet-item, .featured-package {
        margin-bottom: 25px;
    }

    /* Specials bar on mobile */
    .home-package-icon {
        height: 7em !important;
    }

    .home-package-icon h2 {
        line-height: 2em !important;
        font-size: 0.75rem !important;
    }
}

/* =====================================================
   NAVBAR — Minor refinements
   ===================================================== */

.navbar .nav > li > a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

/* =====================================================
   PACKAGE & SERVICE ARCHIVE
   ===================================================== */

.grey-bg {
    background-color: #f9f9f9 !important;
}

.featured-package .thumbnail {
    border: none !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

.featured-package .thumbnail img {
    transition: transform 0.3s ease !important;
}

.featured-package .thumbnail:hover img {
    transform: scale(1.03) !important;
}

/* =====================================================
   GOLD ACCENT REFINEMENTS
   ===================================================== */

a.gold, .gold {
    color: #b8973e !important;
}

/* =====================================================
   FOOTER
   ===================================================== */

footer, #footer {
    font-family: 'Inter', sans-serif !important;
}

/* =====================================================
   FOOTER SPACER (replaces removed social icons section)
   ===================================================== */

#footer-spacer {
    padding: 3em 0;
    background: #fff;
}

/* =====================================================
   SPECIALS BAR — Shrink background icons
   ===================================================== */

#limousine-specials-bar #special-deals,
#limousine-specials-bar #airport-transportation,
#limousine-specials-bar #transportation-packages,
#limousine-specials-bar #limo-fleet {
    background-size: 55% !important;
    background-position: center 8px !important;
}

#limousine-specials-bar #special-deals:hover,
#limousine-specials-bar #airport-transportation:hover,
#limousine-specials-bar #transportation-packages:hover,
#limousine-specials-bar #limo-fleet:hover {
    background-size: 62% !important;
}


/* =====================================================
   HERO BUTTONS — Fix Bootstrap overriding btn-outlined
   ===================================================== */

#home-hero-buttons .btn-outlined,
#home-hero-buttons .btn-outlined-dark {
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

#home-hero-buttons .btn-outlined:hover,
#home-hero-buttons .btn-outlined-dark:hover {
    background: rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
}


/* =====================================================
   BUTTON STYLE — Dark bg + gold border normal, gold hover
   ===================================================== */

body .btn-standard,
body .btn-large.btn-standard,
body .btn-small.btn-standard {
    background-color: #363636 !important;
    border: 2px solid #cbac53 !important;
    color: #ffffff !important;
}

body .btn-standard:hover,
body .btn-large.btn-standard:hover,
body .btn-small.btn-standard:hover {
    background-color: #cbac53 !important;
    border-color: #cbac53 !important;
    color: #ffffff !important;
}

/* =====================================================
   SERVICES PAGE — Fix card grid alignment with flexbox
   ===================================================== */

#tours-archive {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch;
    padding: 20px 0;
}

#tours-archive .featured-package {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 30px !important;
    box-sizing: border-box;
}

#tours-archive .featured-package .caption {
    flex: 1;
    padding: 15px !important;
    min-height: 0 !important;
}

#tours-archive .featured-package .caption p {
    margin-bottom: 0;
}

/* =====================================================
   FOOTER — Column heading and content alignment
   ===================================================== */

#widget-footer .widget {
    padding: 0 15px;
    box-sizing: border-box;
}

#widget-footer .widgettitle {
    font-family: Montserrat, sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #cbac53 !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}

ul.footer-widget-links li {
    font-family: Inter, sans-serif !important;
    font-size: 0.85rem !important;
    margin-bottom: 6px !important;
    line-height: 1.4 !important;
}

ul.footer-widget-links li a {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none !important;
}

ul.footer-widget-links li a:hover {
    color: #cbac53 !important;
}

