/* Generation Solar customer theme overrides */
:root {
    --primary-color: #f4b400;
    --primary-color-hover: #d99a00;
    --gradient-primary: linear-gradient(135deg, #f4b400 0%, #4f9d4f 100%);
}

.hero-section {
    background: url('/images/customers/generationsolar/hero.png') center center / cover no-repeat;
}

.hero-section .row {
    min-height: auto !important;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.45);
}

.navbar-brand .brand-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hide sections that don't apply to Generation Solar */

/* Technologies section (AI tools — not relevant for solar company) */
section.py-5.bg-dark.text-light {
    display: none !important;
}

/* Why Choose Us stats grid — hide the hardcoded IAS stats */
.stats-grid {
    display: none !important;
}


