/* ============================================= */
/* GRANDIOZE GROUP - BLACK & GOLD THEME OVERRIDE */
/* Loaded last on every page so it wins the      */
/* cascade over both the shared stylesheets and  */
/* each page's own inline <style> block.         */
/* ============================================= */

:root {
    --gz-black: #060606;
    --gz-black-alt: #0d0d0d;
    --gz-surface: #17140f;
    --gz-surface-2: #1f1a13;
    --gz-gold: #d4af37;
    --gz-gold-light: #f2d374;
    --gz-gold-dark: #a8842a;
    --gz-orange: #ff7a3d;
    --gz-text: #f5f0e6;
    --gz-text-muted: #b9b2a3;
    --gz-border: rgba(212, 175, 55, 0.35);

    /* Re-tint the per-service accent palette to warm metals */
    --it-color: #d4af37;
    --cctv-color: #ff7a3d;
    --media-color: #e8c165;
    --events-color: #c9932e;
    --merchandise-color: #f0b84b;
    --logistics-color: #cd7f32;
    --digital-color: #f4c430;
    --gifts-color: #e0b23b;
    --bakery-color: #f0c419;

    --primary-gradient: linear-gradient(135deg, var(--gz-gold) 0%, var(--gz-orange) 100%);
    --premium-gradient: linear-gradient(135deg, var(--gz-gold-dark) 0%, var(--gz-gold) 50%, var(--gz-orange) 100%);
    --success-gradient: linear-gradient(135deg, var(--gz-gold) 0%, var(--gz-gold-light) 100%);

    --text-primary: var(--gz-text);
    --text-secondary: var(--gz-text-muted);
    --text-light: #8a8375;

    /* Safety net for pages referencing these undefined legacy vars */
    --primary-color: var(--gz-gold);
    --secondary-color: var(--gz-orange);
    --accent-color: var(--gz-gold-light);
    --light-gray: var(--gz-surface);
    --border-color: var(--gz-border);
}

html, body {
    background: var(--gz-black) !important;
}

body {
    color: var(--gz-text);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--gz-text) !important;
}

p {
    color: var(--gz-text-muted);
}

a { color: inherit; }

/* Replace the site-wide boxy focus outline with a subtle keyboard-only ring */
*:focus { outline: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 2px solid var(--gz-gold) !important;
    outline-offset: 3px !important;
}

::selection { background: var(--gz-gold); color: #0a0a0a; }
::-moz-selection { background: var(--gz-gold); color: #0a0a0a; }

::-webkit-scrollbar-track { background: var(--gz-black-alt); }
::-webkit-scrollbar-thumb { background: var(--primary-gradient); }
::-webkit-scrollbar-thumb:hover { background: var(--gz-gold); }

/* ============================================= */
/* NAVBAR                                        */
/* ============================================= */

.navbar::before {
    display: none !important;
}

/* The navbar carries its own flat background (no blur - cheap to render)
   so nav text always has contrast, regardless of scroll position or theme */
.navbar {
    background: rgba(6, 6, 6, 0.85) !important;
}

.logo-text {
    background: var(--premium-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.logo-subtext { color: var(--gz-gold) !important; }

/* Brand logo image (replaces the old GRANDIOZE / GROUP text) */
.brand-logo-img {
    display: block;
    height: 40px;
    width: auto;
}

.footer-logo .brand-logo-img {
    height: 52px;
}

.nav-link { color: var(--gz-text) !important; }
.nav-link::after { background: var(--primary-gradient) !important; }
.nav-link:hover, .nav-link.active { color: var(--gz-gold) !important; }

.dropdown-menu {
    background: rgba(15, 13, 10, 0.98) !important;
    border: 1px solid var(--gz-border) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.dropdown-menu li a { color: var(--gz-text) !important; }
.dropdown-menu li a i { color: var(--gz-gold) !important; }
.dropdown-menu li a:hover {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.12) 0%, transparent 100%) !important;
    color: var(--gz-gold) !important;
}

.nav-cta .btn-primary,
.btn-primary {
    background: var(--primary-gradient) !important;
    color: #0a0a0a !important;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35) !important;
}

.btn-secondary {
    color: var(--gz-gold) !important;
    border-color: var(--gz-gold) !important;
}
.btn-secondary:hover { background: var(--gz-gold) !important; color: #0a0a0a !important; }

.bar { background: var(--gz-text) !important; }

/* Theme toggle button, grouped with the Contact Now button top-right */
.nav-cta {
    display: flex !important;
    align-items: center;
    gap: 14px;
}

.theme-toggle-btn {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid var(--gz-border);
    color: var(--gz-gold);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.theme-toggle-btn:hover {
    background: var(--gz-gold);
    color: #0a0a0a;
    transform: rotate(15deg);
}

@media screen and (max-width: 991px) {
    .nav-menu {
        background: rgba(10, 9, 7, 0.98) !important;
    }

    /* Contact Now button hides on mobile (replaced by the hamburger menu),
       but keep nav-cta visible so the theme toggle still shows */
    .nav-cta { display: flex !important; }
    .nav-cta .btn-primary { display: none; }
}


/* ============================================= */
/* HOME HERO                                     */
/* ============================================= */

section.hero-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1410 50%, #0a0a0a 100%) !important;
    padding-bottom: 190px !important;
}

/* Keep the "scroll to explore" hint clear of the stat cards above it */
.scroll-indicator {
    bottom: 30px !important;
}

.hero-overlay {
    background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(20,15,8,0.55) 100%) !important;
}

.hero-section::before {
    background:
        radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 122, 61, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%) !important;
    animation: none !important;
}

/* Kill the perpetual full-page background/text animations - they run forever
   and are the main cause of the page feeling heavy/stuck while just viewing it */
.hero-section::before,
.hero-section::after,
.cta-section::before {
    animation: none !important;
}

.gradient-text {
    animation: none !important;
    background-position: 0% center !important;
}

/* Disable AOS scroll-reveal entirely - show content immediately, no fade/slide-in */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Hardcoded (not theme-variable) so hero text stays readable over its photo
   background regardless of light/dark mode - the hero banner is always dark-toned */
.hero-subtitle { color: #f2d374 !important; }

.btn-hero.btn-primary {
    background: var(--primary-gradient) !important;
    color: #0a0a0a !important;
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.35) !important;
}

.btn-hero.btn-secondary {
    border-color: rgba(212, 175, 55, 0.6) !important;
    color: var(--gz-text) !important;
}
.btn-hero.btn-secondary:hover { border-color: var(--gz-gold) !important; }

.stat-card {
    background: rgba(212, 175, 55, 0.08) !important;
    border: 1px solid var(--gz-border) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.stat-card:hover { background: rgba(212, 175, 55, 0.14) !important; }
.stat-number { color: #f2d374 !important; }

/* ============================================= */
/* HERO SLIDESHOW (homepage banners)             */
/* ============================================= */

/* Widen the banner beyond the normal content column.
   hero-section is a flex row, so hero-content needs an explicit width
   (not just max-width) or it just shrink-wraps its content. */
.hero-content {
    max-width: 1680px !important;
    width: 100% !important;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--gz-border);
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    pointer-events: none;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-slide-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(6,6,6,0.75) 0%, rgba(6,6,6,0.5) 50%, rgba(6,6,6,0.22) 100%);
}

.hero-slide .hero-text,
.hero-slide .hero-content-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 24px 40px 28px;
}

.hero-slide .hero-title {
    font-size: 1.7rem;
    margin-bottom: 8px;
    color: #f5f0e6 !important;
}

.hero-slide .hero-subtitle {
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.hero-slide .hero-description {
    font-size: 0.85rem;
    max-width: 560px;
    margin-bottom: 0;
    text-align: left;
    color: rgba(245, 240, 230, 0.75) !important;
}

.hero-slide .hero-buttons { margin-bottom: 0; }

.hero-slide-tag {
    display: inline-block;
    color: var(--gz-gold);
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid var(--gz-border);
    padding: 4px 14px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 0.7rem;
    margin-bottom: 10px;
}

.hero-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 5;
    padding: 0 10px;
    pointer-events: none;
}

.hero-slider-arrow {
    pointer-events: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(6, 6, 6, 0.6);
    border: 1px solid var(--gz-border);
    color: var(--gz-gold);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero-slider-arrow:hover {
    background: var(--gz-gold);
    color: #0a0a0a;
}

.hero-slider-dots {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.hero-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.3);
    border: 1px solid var(--gz-border);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.hero-slider-dot.active {
    background: var(--gz-gold);
    width: 30px;
    border-radius: 6px;
}

@media screen and (max-width: 767px) {
    .hero-slider { height: auto; min-height: 560px; }
    .hero-slide { align-items: flex-start; }
    .hero-slide .hero-text,
    .hero-slide .hero-content-inner {
        padding: 30px 24px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .hero-slide .hero-cta {
        margin-top: auto;
        justify-content: center;
    }
    .hero-slider-arrow { width: 38px; height: 38px; font-size: 0.95rem; }
    .hero-slider-nav { transform: translateY(calc(-50% + 70px)); }
}

/* ============================================= */
/* GENERIC SECTION / CARD / ICON OVERRIDES       */
/* Catches the bespoke inline styles that each    */
/* inner page ships with, via naming convention.  */
/* ============================================= */

section,
[class$="-section"] {
    background: var(--gz-black-alt) !important;
}

.about-preview,
.why-choose-section,
.services-section,
.testimonials-section {
    background: var(--gz-black-alt) !important;
}

[class$="-hero"],
.page-header,
.service-hero {
    background: radial-gradient(circle at 30% 20%, rgba(212,175,55,0.18) 0%, transparent 55%), linear-gradient(135deg, #050505 0%, #171310 100%) !important;
}

[class$="-hero-overlay"],
.page-header-overlay,
.service-hero-overlay {
    opacity: 0.18 !important;
}

.breadcrumb, .breadcrumb a, .breadcrumb span { color: var(--gz-text-muted) !important; }
.breadcrumb .current, .breadcrumb a:hover { color: var(--gz-gold) !important; }

[class$="-card"],
[class$="-item"]:not(.nav-item),
[class$="-service"],
.service-card,
.why-card,
.about-feature,
.testimonial-card,
.faq-item,
.contact-details-card,
.contact-form-wrapper {
    background: var(--gz-surface) !important;
    border: 1px solid var(--gz-border) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5) !important;
    color: var(--gz-text) !important;
}

[class$="-card"] *,
[class$="-item"]:not(.nav-item) *,
[class$="-service"] * {
    color: inherit;
}

li.nav-item {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 991px) {
    li.nav-item { border-bottom: 1px solid rgba(212, 175, 55, 0.12) !important; }
}

[class*="-title"],
[class*="-heading"],
[class*="-name"],
[class*="-label"] {
    color: var(--gz-text) !important;
}

[class*="-text"],
[class*="-description"],
[class*="-subtitle"] {
    color: var(--gz-text-muted) !important;
}

.page-subtitle, .service-hero-subtitle { color: var(--gz-gold-light) !important; }

div[class$="-icon"]:not(.stat-icon) {
    background: var(--primary-gradient) !important;
    color: #0a0a0a !important;
}

div[class$="-icon"]::after { background: var(--gz-gold) !important; }

/* Bare <i> icon glyphs (nav dropdown caret, plain list icons) just get gold color, no box */
i[class*="-icon"] { color: var(--gz-gold) !important; background: none !important; }

/* .stat-icon has no fixed box/border-radius (about.html stats strip) - a background here
   renders as an ugly rectangle, so just recolor the glyph instead of boxing it */
.stat-icon,
.stat-icon i {
    color: var(--gz-gold) !important;
    background: none !important;
}

/* Service hero/detail badges (circular, border-radius:50%) - safe to gradient-fill */
.service-hero-badge,
.service-badge {
    background: var(--primary-gradient) !important;
    color: #0a0a0a !important;
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.4) !important;
}

/* events.html/merchandise.html/wal-e-media.html define no box CSS of their own for this
   badge, so it collapses to a full-width 0-radius bar without these fallback dimensions */
.service-hero-badge {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 3rem !important;
}

.hero-feature i {
    color: var(--gz-gold) !important;
}

[class$="-number"] {
    background: var(--primary-gradient) !important;
    color: #0a0a0a !important;
}

.service-link { color: var(--gz-gold) !important; }

/* Testimonials */
.testimonial-card::before { color: rgba(212, 175, 55, 0.15) !important; }
.testimonial-rating { color: var(--gz-gold) !important; }
.author-avatar { background: var(--primary-gradient) !important; color: #0a0a0a !important; }

/* CTA section */
.cta-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1410 100%) !important;
}
.cta-overlay { opacity: 0.08 !important; }
.btn-cta.btn-primary { background: var(--primary-gradient) !important; color: #0a0a0a !important; }
.btn-cta.btn-secondary { color: var(--gz-text) !important; border-color: rgba(212,175,55,0.6) !important; }

/* Forms */
.form-input, .form-textarea, input, textarea, select {
    background: var(--gz-surface-2) !important;
    border: 1px solid var(--gz-border) !important;
    color: var(--gz-text) !important;
}
.form-input::placeholder, textarea::placeholder { color: var(--gz-text-muted) !important; }
.form-label { color: var(--gz-text) !important; }
.btn-submit {
    background: var(--primary-gradient) !important;
    color: #0a0a0a !important;
    border: none !important;
}

.map-wrapper, .map-placeholder { filter: grayscale(1) invert(0.92) contrast(0.9); border-radius: 15px; overflow: hidden; }

/* Contact page: form and map were removed, leaving contact-details-wrapper as
   the only grid item - center it instead of leaving an empty second column */
.contact-form-grid {
    grid-template-columns: 1fr !important;
    max-width: 640px;
    margin: 0 auto;
}

.social-link, .social-link-btn {
    background: rgba(212, 175, 55, 0.1) !important;
    color: var(--gz-gold) !important;
}
.social-link:hover, .social-link-btn:hover {
    background: var(--primary-gradient) !important;
    color: #0a0a0a !important;
}

/* FAQ accordion chevrons */
.faq-question i { color: var(--gz-gold) !important; }

/* FAQ question hover still uses the old light-theme white background -
   force the text/icon dark on hover instead of changing the background,
   so it stays readable */
.faq-question:hover h3 { color: #14110b !important; }
.faq-question:hover i { color: #14110b !important; }

/* Included-service icon glyphs (events page) */
.included-service > i { color: var(--gz-gold) !important; }

/* Footer now has 3 columns (Quick Links removed) instead of 4.
   Desktop-only - must not override responsive.css's tablet/mobile
   collapse to 2 columns / 1 column, or the footer overflows on phones. */
@media screen and (min-width: 992px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1.5fr !important;
    }
}

/* Why Choose Us - fixed 3-column (2x3) grid */
.why-choose-grid {
    grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 991px) {
    .why-choose-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media screen and (max-width: 575px) {
    .why-choose-grid { grid-template-columns: 1fr !important; }
}

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

.footer {
    background: linear-gradient(135deg, #0d0d0d 0%, #050505 100%) !important;
}
.footer::before { background: linear-gradient(90deg, transparent, var(--gz-gold), transparent) !important; }
.footer-logo .logo-subtext { color: var(--gz-gold) !important; }
.footer-description { color: var(--gz-text-muted) !important; }
.footer-heading { color: var(--gz-text) !important; }
.footer-links a { color: var(--gz-text-muted) !important; }
.footer-links a:hover { color: var(--gz-gold) !important; }
.footer-contact li { color: var(--gz-text-muted) !important; }
.footer-contact a { color: var(--gz-text-muted) !important; }
.footer-contact a:hover { color: var(--gz-gold) !important; }
.footer-contact i { color: var(--gz-gold) !important; }
.footer-bottom { border-top: 1px solid rgba(212, 175, 55, 0.15) !important; }
.footer-bottom-content { color: var(--gz-text-muted) !important; }
.footer-bottom-links a { color: var(--gz-text-muted) !important; }
.footer-bottom-links a:hover { color: var(--gz-gold) !important; }

.back-to-top {
    background: var(--primary-gradient) !important;
    color: #0a0a0a !important;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4) !important;
}

/* Section subtitle pill */
.section-subtitle {
    color: var(--gz-gold) !important;
    background: rgba(212, 175, 55, 0.1) !important;
}
.section-title::after { background: var(--primary-gradient) !important; }
.section-description { color: var(--gz-text-muted) !important; }

/* About page journey timeline - recolor the connecting line to gold and put
   it behind the icon circles/cards (it was blue and rendering in front,
   since it's absolutely positioned while the icons around it are static) */
.timeline::before {
    background: linear-gradient(to bottom, var(--gz-gold-dark), var(--gz-gold)) !important;
    z-index: 0 !important;
}

.timeline-marker,
.timeline-icon {
    position: relative;
    z-index: 1;
}

/* Center the icon circle exactly on the line/card-top-border intersection
   instead of sitting slightly below it */
.timeline-marker {
    padding-top: 0 !important;
    margin-top: -30px;
}

/* Process step cards (WAL E IT Solutions "Our Process", Services "How It Works")
   were still white - class name doesn't end in -card/-item/-service so the
   generic dark-card rule never caught it, leaving the light-colored titles
   invisible against a white background */
[class$="-step"] {
    background: var(--gz-surface) !important;
    border: 1px solid var(--gz-border) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5) !important;
}
[class$="-step"]:hover {
    background: var(--gz-surface-2) !important;
}

/* CCTV page installation steps: the white box is a nested .step-content,
   not .installation-step itself, so the -step suffix rule above missed it */
.step-content {
    background: var(--gz-surface) !important;
    border: 1px solid var(--gz-border) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5) !important;
}

/* Service overview CTA buttons (Plan Your Event, Call Us, etc.) were
   misaligned - .overview-cta had no layout rules at all, so the two
   buttons (one inline-block, one inline-flex) fell back to mismatched
   baseline alignment instead of sitting level with each other */
.overview-cta {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 20px;
}

/* Contact page "Get In Touch" detail rows - drop the bordered-rectangle
   look, just show icon + text plainly. Needs the extra .details-list
   ancestor in the selector to out-specificity the generic [class$="-item"]
   dark-card rule above (same specificity would lose the cascade tie). */
.details-list .detail-item {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* About page "ISO Certified..." etc highlight chips - drop the bordered box */
.overview-highlights .highlight-item {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* About page journey timeline rows - drop the bordered box around each
   marker+content row, keep just the line/icon/text */
.timeline .timeline-item {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Brand strip (WAL E IT Solutions page) */
.brand-item {
    background: var(--gz-surface) !important;
    border: 1px solid var(--gz-border) !important;
}

/* Group brand showcase image (About page) */
.brand-family-section {
    background: var(--gz-black-alt) !important;
}
.brand-family-frame {
    border: 1px solid var(--gz-border);
    border-radius: 24px;
    padding: 16px;
    background: var(--gz-surface);
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}
.brand-family-frame img {
    display: block;
    width: 100%;
    border-radius: 14px;
}

/* ============================================= */
/* LIGHT MODE                                    */
/* Toggled via the nav button; persisted in       */
/* localStorage and applied as html[data-theme]. */
/* The hero banner and footer stay dark in both   */
/* modes on purpose - the hero is a photo         */
/* slideshow that needs a dark scrim for text     */
/* contrast, and a dark footer on a light page is */
/* a common, intentional pattern.                 */
/* ============================================= */

html[data-theme="light"] {
    --gz-black: #faf7f0;
    --gz-black-alt: #f2ede1;
    --gz-surface: #ffffff;
    --gz-surface-2: #f7f2e6;
    --gz-text: #241f16;
    --gz-text-muted: #6b6255;
    --gz-border: rgba(180, 140, 40, 0.35);
    --gz-gold-light: #9c7a1f;
}

html[data-theme="light"] .navbar {
    background: rgba(250, 247, 240, 0.92) !important;
}

html[data-theme="light"] .dropdown-menu {
    background: rgba(255, 255, 255, 0.98) !important;
}

@media screen and (max-width: 991px) {
    html[data-theme="light"] .nav-menu {
        background: rgba(255, 255, 255, 0.98) !important;
    }
}

html[data-theme="light"] [class$="-hero"],
html[data-theme="light"] .page-header,
html[data-theme="light"] .service-hero {
    background:
        radial-gradient(circle at 30% 20%, rgba(212, 175, 55, 0.15) 0%, transparent 55%),
        linear-gradient(135deg, #faf7f0 0%, #f2ede1 100%) !important;
}

html[data-theme="light"] .cta-section {
    background: linear-gradient(135deg, #f2ede1 0%, #faf7f0 100%) !important;
}
html[data-theme="light"] .cta-overlay { opacity: 0.05 !important; }

html[data-theme="light"] [class$="-card"],
html[data-theme="light"] [class$="-item"]:not(.nav-item),
html[data-theme="light"] [class$="-service"],
html[data-theme="light"] .service-card,
html[data-theme="light"] .why-card,
html[data-theme="light"] .about-feature,
html[data-theme="light"] .testimonial-card,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .contact-details-card,
html[data-theme="light"] .contact-form-wrapper {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

html[data-theme="light"] .map-wrapper,
html[data-theme="light"] .map-placeholder {
    filter: none;
}

html[data-theme="light"] .theme-toggle-btn:hover {
    color: #0a0a0a;
}

/* ============================================= */
/* ABOUT PAGE - MOBILE FIX                       */
/* The page's own inline styles have zero media   */
/* queries, so every custom grid (overview, MVV,  */
/* timeline, stats, why-us) was squeezing 3-4      */
/* columns into phone-width screens. Collapse them */
/* to a single column and rework the timeline into */
/* a left-aligned vertical layout for mobile.      */
/* ============================================= */

@media screen and (max-width: 767px) {
    .page-header { padding: 130px 0 70px !important; }
    .page-title { font-size: 2.1rem !important; }
    .page-subtitle { font-size: 1.05rem !important; }

    .company-overview,
    .mvv-section,
    .journey-section,
    .stats-section,
    .why-about-section {
        padding: 60px 0 !important;
    }

    /* Company overview: stack image below text instead of a 2-col grid
       that was crushing the image column down to ~24px wide */
    .overview-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .overview-highlights {
        grid-template-columns: 1fr !important;
    }
    .image-badge {
        padding: 16px 20px !important;
        bottom: 16px !important;
        right: 16px !important;
    }
    .badge-number { font-size: 1.8rem !important; }
    .badge-text { font-size: 0.8rem !important; }

    /* Mission / Vision / Values: one card per row instead of 3-up */
    .mvv-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    .mvv-card { padding: 35px 25px !important; }

    /* Timeline: switch from a centered alternating layout to a simple
       left-aligned vertical timeline - much more readable on narrow screens */
    .timeline-item {
        grid-template-columns: 50px 1fr !important;
        gap: 16px !important;
        margin-bottom: 36px !important;
    }
    .timeline-item:nth-child(even) .timeline-content,
    .timeline-item:nth-child(odd) .timeline-content {
        grid-column: 2 !important;
        text-align: left !important;
    }
    .timeline-item:nth-child(even) .timeline-marker,
    .timeline-item:nth-child(odd) .timeline-marker {
        grid-column: 1 !important;
    }
    .timeline::before { left: 25px !important; transform: none !important; }
    .timeline-marker { margin-top: 0 !important; padding-top: 0 !important; }
    .timeline-icon { width: 50px !important; height: 50px !important; font-size: 1.2rem !important; }
    .timeline-year { font-size: 1.4rem !important; }
    .timeline-title { font-size: 1.2rem !important; }

    /* Stats: 2x2 instead of 4-across */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    .stat-item { padding: 25px 15px !important; }
    .stat-number { font-size: 2.4rem !important; }
    .stat-icon { font-size: 2rem !important; }

    /* Why choose us: one card per row */
    .why-about-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
    .why-about-card { padding: 32px 25px !important; }
}

@media screen and (max-width: 480px) {
    .timeline-item {
        grid-template-columns: 40px 1fr !important;
    }
    .timeline::before { left: 20px !important; }
    .timeline-icon { width: 40px !important; height: 40px !important; font-size: 1rem !important; }
    .stats-grid {
        grid-template-columns: 1fr !important;
    }
}
