/********** SBM Battery Agencies – Solartec Design System **********/
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium { font-weight: 500 !important; }
.fw-bold   { font-weight: 700 !important; }
.fw-black  { font-weight: 900 !important; }

*, *::before, *::after { box-sizing: border-box; }

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: var(--dark);
}

a { text-decoration: none; transition: .3s; }

img {
    max-width: 100%;
    height: auto;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Back to Top ***/
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** WhatsApp Float ***/
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 42px;
    z-index: 999;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,.5);
    animation: pulse-wa 2s infinite;
}
.whatsapp-float i { color: #fff; font-size: 26px; }
@keyframes pulse-wa {
    0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.5); }
    50%      { box-shadow: 0 4px 35px rgba(37,211,102,.9); }
}

/*** Button ***/
.btn { font-weight: 500; transition: .5s; }
.btn.btn-primary,
.btn.btn-outline-primary:hover { color: #FFFFFF; }
.btn-primary { background-color: var(--primary); border-color: var(--primary); }
.btn-primary:hover { background-color: #28a85b; border-color: #28a85b; }
.btn-outline-primary { color: var(--primary); border-color: var(--primary); }
.text-primary { color: var(--primary) !important; }
.bg-primary   { background-color: var(--primary) !important; }
.btn-square    { width: 38px; height: 38px; }
.btn-sm-square { width: 32px; height: 32px; }
.btn-lg-square { width: 48px; height: 48px; }
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top { top: -100px; transition: .5s; }
.navbar .navbar-brand,
.navbar a.btn { height: 75px; }
.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: var(--primary); }
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link { margin-right: 0; padding: 10px 0; }
    .navbar .navbar-nav { border-top: 1px solid #EEEEEE; }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block; border: none; margin-top: 0;
        top: 150%; opacity: 0; visibility: hidden; transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu { top: 100%; visibility: visible; opacity: 1; }
}

/*** Navbar Logo ***/
.navbar-logo {
    height: 77px;
    width: 86px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 8px;
}
.brand-text small {
    font-size: 14px;
    color: #888;
    letter-spacing: 0.5px;
    display: block;
    line-height: 1.2;
}

/*** Hero Carousel ***/
.hero-logo {
    height: 96px; width: auto; max-width: 260px;
    object-fit: contain; display: block; margin-bottom: 18px;
    background: rgba(255,255,255,.92); border-radius: 14px;
    padding: 10px 18px; box-shadow: 0 8px 26px rgba(0,0,0,.25);
}
@media (max-width: 768px) {
    .hero-logo { height: 74px; max-width: 200px; padding: 8px 14px; margin-bottom: 12px; }
}
.owl-carousel-inner {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(0,0,0,.65) 0%, rgba(0,0,0,.15) 70%);
}
.header-carousel .owl-carousel-item {
    position: relative;
    min-height: 75vh;
}
.header-carousel .owl-carousel-item img {
    width: 100%; height: 75vh; object-fit: cover;
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item img { height: 420px; }
    .header-carousel .owl-carousel-item p { font-size: 16px !important; }
}
.header-carousel .owl-dots {
    position: absolute;
    width: 60px; height: 100%;
    top: 0; right: 30px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
}
.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px; height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255,255,255,.9);
    border-radius: 45px;
    transition: .5s;
    overflow: hidden;
}
.header-carousel .owl-dots .owl-dot.active { width: 60px; height: 60px; }
.header-carousel .owl-dots .owl-dot img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 45px;
}
@media (max-width: 576px) { .header-carousel .owl-dots { display: none; } }
.carousel-badge {
    display: inline-block;
    background: var(--primary); color: #fff;
    font-size: 13px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 5px 16px; border-radius: 3px; margin-bottom: 18px;
}

/*** Stats ***/
.stat-icon-wrap {
    width: 60px; height: 60px; border-radius: 50%;
    background: var(--primary);
    display: inline-flex; align-items: center; justify-content: center;
    margin-right: 15px; flex-shrink: 0;
}

/* =====================================================
   ABOUT SECTION
   ===================================================== */
.about-section {
    width: 100%;
    background: var(--light);
    overflow: hidden;
    margin: 3rem 0;
}
.about-section .about-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
.about-section .about-img-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 480px;
}
.about-section .about-img-col img {
    position: absolute;
    width: 100%; height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
    top: 0; left: 0;
}
.about-section .about-text-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 50px;
}
@media (max-width: 991px) {
    .about-section .about-img-col,
    .about-section .about-text-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-section .about-img-col { min-height: 320px; }
    .about-section .about-text-col { padding: 40px 24px; }
}
.check-item { display: flex; align-items: center; margin-bottom: 12px; font-weight: 500; }
.check-item i { color: var(--primary); font-size: 18px; margin-right: 12px; }

/* =====================================================
   BRAND BADGE
   ===================================================== */
.brand-badge {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 3px;
}
.brand-badge-gold {
    background: linear-gradient(135deg, #FFB300, #FF8C00);
}
.brand-badge-blue {
    background: linear-gradient(135deg, #1565C0, #0D47A1);
}

/* =====================================================
   SOLAR PRODUCTS – Service / Product Cards
   ===================================================== */
.service-item {
    box-shadow: 0 0 45px rgba(0,0,0,.08);
    border-radius: 8px;
    overflow: hidden;
    transition: .4s;
    background: #fff;
}
.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 40px rgba(50,195,108,.2);
}

/* ── Product Image Wrapper ── */
.service-item .product-img-wrap {
    width: 100%;
    height: 260px;           /* ← increased from 220px for better clarity */
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
}
.service-item .product-img-wrap img {
     width: 100%;
    height: 100%;
    object-fit: contain;      /* ← full image தெரியும் */
    object-position: center;
    padding: 10px;            /* ← edges-ல சின்ன gap */
    transition: transform .45s ease;
    display: block;
}
.service-item:hover .product-img-wrap img {
    transform: scale(1.07);
}
/* subtle dark-to-transparent gradient at bottom for text readability */
.service-item .product-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(0,0,0,0.12), transparent);
    pointer-events: none;
}

.service-icon {
    position: relative;
    margin: -50px 0 20px 0;
    width: 90px; height: 90px;
    display: flex; align-items: center; justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 35px rgba(0,0,0,.10);
    transition: .5s;
    z-index: 2;
}
.service-item:hover .service-icon { color: #FFFFFF; background: var(--primary); }
.service-icon i { font-size: 2rem; }

/* =====================================================
   PRODUCT CTA CARD  ← THIS WAS MISSING — NOW ADDED
   ===================================================== */
.product-cta-card {
    background: linear-gradient(145deg, #0d2e17 0%, #1a5c30 55%, #0f3d1f 100%);
    border-radius: 8px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 0 45px rgba(0,0,0,.15);
}
.product-cta-card::before {
    content: '';
    position: absolute;
    top: -70px; right: -70px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(50,195,108,0.22) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.product-cta-card::after {
    content: '';
    position: absolute;
    bottom: -50px; left: -50px;
    width: 160px; height: 160px;
    background: radial-gradient(circle, rgba(255,179,0,0.10) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.product-cta-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(50,195,108,.30);
}
.product-cta-card h4 {
    color: #fff;
    font-weight: 800;
}
.product-cta-card p {
    color: rgba(255,255,255,0.85);
    line-height: 1.65;
}

/* ── Call Now button inside CTA card: bright amber highlight ── */
.product-cta-card .btn-light {
    background: #FFB300 !important;
    color: #1A2A36 !important;
    font-weight: 800 !important;
    border: none !important;
    font-size: 14px;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 18px rgba(255,179,0,0.45) !important;
    transition: all .3s ease !important;
}
.product-cta-card .btn-light i {
    color: #1A2A36 !important;
}
.product-cta-card .btn-light:hover {
    background: #e6a000 !important;
    box-shadow: 0 6px 24px rgba(255,179,0,0.65) !important;
    transform: translateY(-2px);
}

/* ── WhatsApp button inside CTA card ── */
.product-cta-card .btn-success {
    background: #25D366 !important;
    border-color: #25D366 !important;
    font-weight: 700 !important;
    font-size: 14px;
    box-shadow: 0 4px 16px rgba(37,211,102,0.40) !important;
    transition: all .3s ease !important;
}
.product-cta-card .btn-success:hover {
    background: #20bc59 !important;
    border-color: #20bc59 !important;
    box-shadow: 0 6px 22px rgba(37,211,102,0.60) !important;
    transform: translateY(-2px);
}

/* ── "Subsidy Details" / alternate primary btn in CTA card ── */
.product-cta-card .btn-primary {
    font-weight: 700 !important;
    font-size: 14px;
}

/* stat-icon-wrap inside CTA card */
.product-cta-card .stat-icon-wrap {
    background: rgba(50,195,108,0.25);
    border: 2px solid rgba(50,195,108,0.40);
}

/* =====================================================
   WHY CHOOSE US
   ===================================================== */
.why-section {
    width: 100%;
    overflow: hidden;
    padding: 4rem 0;
}
.why-section .why-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
.why-section .why-text-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 50px;
}
.why-section .why-img-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 480px;
}
.why-section .why-img-col img {
    position: absolute;
    width: 100%; height: 100%;
    object-fit: cover;
    top: 0; left: 0;
}
@media (max-width: 991px) {
    .why-section .why-text-col,
    .why-section .why-img-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .why-section .why-text-col { padding: 40px 24px; }
    .why-section .why-img-col { min-height: 320px; }
}

.feature-item { display: flex; align-items: center; padding: 14px; border-radius: 8px; transition: .3s; }
.feature-item:hover { background: rgba(50,195,108,.06); }
.feature-icon {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--primary);
    display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feature-icon i { color: #fff; font-size: 1.2rem; }

@media (max-width: 575px) {
    .why-section .why-text-col .row.g-3 .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feature-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
    }
    .feature-icon {
        width: 44px; height: 44px;
    }
    .feature-icon i { font-size: 1.1rem; }
    .feature-item .ms-4 { margin-left: 0; }
    .feature-item h5 { font-size: 1rem; margin-bottom: 0; }
}

/*** Brands ***/
.brand-card {
    background: var(--light); border-radius: 10px;
    padding: 18px 12px; text-align: center;
    transition: .3s; border: 2px solid transparent;
}
.brand-card:hover { border-color: var(--primary); box-shadow: 0 4px 20px rgba(50,195,108,.15); }
.brand-name { font-family: 'Roboto',sans-serif; font-weight: 900; font-size: 17px; color: var(--dark); line-height: 1.2; }
.brand-sub { font-size: 11px; color: #999; }

/* Brand logo tiles (live logo image + name + category) */
.brand-logo-card {
    background: #fff; border: 1px solid #e9ecef; border-radius: 14px;
    padding: 24px 14px; text-align: center; height: 100%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-height: 150px; transition: .3s; box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.brand-logo-card:hover { border-color: var(--primary); box-shadow: 0 8px 26px rgba(50,195,108,.18); transform: translateY(-4px); }
.brand-logo-card img {
    width: auto; max-width: 130px; height: 54px;
    object-fit: contain; margin-bottom: 14px;
}
.brand-logo-card .brand-name {
    font-family: 'Roboto',sans-serif; font-weight: 800;
    font-size: 15px; color: #14304C; line-height: 1.2; margin-bottom: 3px;
}
.brand-logo-card .brand-sub {
    font-size: 11px; letter-spacing: .5px; text-transform: uppercase; color: #9aa4ad;
}

/* =====================================================
   PORTFOLIO / PROJECTS
   ===================================================== */
#portfolio-flters {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
#portfolio-flters li {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    color: var(--dark);
    cursor: pointer;
    transition: .3s;
    padding: 9px 24px;
    border-radius: 30px;
    border: 2px solid #dde0e6;
    background: #fff;
    user-select: none;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
#portfolio-flters li:hover {
    color: var(--primary);
    border-color: var(--primary);
    background: rgba(50,195,108,0.05);
}
#portfolio-flters li.active {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 4px 16px rgba(50,195,108,0.40);
}

/* Portfolio image card */
.portfolio-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.portfolio-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
    display: block;
}
.portfolio-item:hover .portfolio-img img {
    transform: scale(1.08);
}
.portfolio-img::before,
.portfolio-img::after {
    position: absolute; content: "";
    width: 0; height: 100%; top: 0;
    background: rgba(26,42,54,.78); transition: .4s;
    z-index: 1;
}
.portfolio-img::before { left: 50%; }
.portfolio-img::after  { right: 50%; }
.portfolio-item:hover .portfolio-img::before { width: 51%; left: 0; }
.portfolio-item:hover .portfolio-img::after  { width: 51%; right: 0; }

.portfolio-btn {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; z-index: 2; transition: .4s;
    gap: 10px;
}
.portfolio-item:hover .portfolio-btn { opacity: 1; transition-delay: .2s; }

/* Portfolio label strip at bottom */
.portfolio-label {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 14px 16px;
    border-top: 3px solid var(--primary);
}
.portfolio-label .cat-badge {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.portfolio-label h5 {
    margin: 4px 0 0 0;
    font-size: 15px;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.3;
}

/* Isotope transition */
.portfolio-item {
    transition: opacity .4s ease, transform .4s ease;
}
.portfolio-container .portfolio-item.isotope-hidden {
    pointer-events: none;
    opacity: 0;
    transform: scale(0.95);
}

/*** Quote / Contact ***/
.contact-section {
    width: 100%;
    background: var(--light);
    overflow: hidden;
    margin: 3rem 0;
}
.contact-section .contact-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
.contact-section .contact-img-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 480px;
}
.contact-section .contact-img-col img {
    position: absolute;
    width: 100%; height: 100%;
    object-fit: cover;
    top: 0; left: 0;
}
.contact-section .contact-text-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 50px;
}
@media (max-width: 991px) {
    .contact-section .contact-img-col,
    .contact-section .contact-text-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-section .contact-img-col { min-height: 320px; }
    .contact-section .contact-text-col { padding: 40px 24px; }
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    border: none; background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    border-radius: 6px; font-size: 15px;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { box-shadow: 0 0 0 2px rgba(50,195,108,.3); outline: none; }

/*** Testimonials ***/
.testimonial-carousel::before {
    position: absolute; content: "";
    top: 0; left: 0; height: 100%; width: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.testimonial-carousel::after {
    position: absolute; content: "";
    top: 0; right: 0; height: 100%; width: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after { width: 200px; }
}
@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after { width: 300px; }
}
.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px; top: 20px;
    left: 50%; transform: translateX(-50%);
    display: flex; justify-content: space-between;
    opacity: 0; transition: .5s; z-index: 1;
}
.testimonial-carousel:hover .owl-nav { width: 300px; opacity: 1; }
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next { position: relative; color: var(--primary); font-size: 45px; transition: .5s; }
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover { color: var(--dark); }
.testimonial-carousel .testimonial-img img {
    width: 100px; height: 100px;
    border-radius: 50%;
    border: 4px solid var(--primary);
}
.testimonial-carousel .testimonial-img .btn-square {
    position: absolute; bottom: -19px;
    left: 50%; transform: translateX(-50%);
}
.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0,0,0,.08);
}
.stars { color: #FFB300; font-size: 14px; }

/*** CTA Banner ***/
.cta-banner {
    background: linear-gradient(135deg, var(--dark) 0%, #1e4d2b 100%);
    padding: 60px 0;
}

/*** Footer ***/
.footer { background: var(--dark); color: #9B9B9B; }
.footer .btn.btn-social {
    margin-right: 5px; color: #9B9B9B;
    border: 1px solid #9B9B9B; border-radius: 38px; transition: .3s;
}
.footer .btn.btn-social:hover { color: var(--primary); border-color: var(--light); }
.footer .btn.btn-link {
    display: block; margin-bottom: 5px; padding: 0;
    text-align: left; color: #9B9B9B; font-weight: normal;
    text-transform: capitalize; transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative; content: "\f105";
    font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 10px;
}
.footer .btn.btn-link:hover { color: var(--primary); letter-spacing: 1px; box-shadow: none; }
.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256,256,256,.1);
}
.footer .copyright a { color: var(--primary); }
.footer .copyright a:hover { color: var(--light); }
.footer h5 { color: #fff; margin-bottom: 22px; font-weight: 700; }
.footer a{ text-decoration:none; }

/*** Topbar ***/
.bg-dark a,
.bg-dark .btn-square,
.bg-dark .btn-link {
    text-decoration: none !important;
}

/*** Animations ***/
@keyframes slideInDown { from { transform: translateY(-60px); opacity:0; } to { transform: translateY(0); opacity:1; } }
@keyframes slideInLeft  { from { transform: translateX(-60px); opacity:0; } to { transform: translateX(0); opacity:1; } }
.animated { animation-duration: .8s; animation-fill-mode: both; }
.slideInDown { animation-name: slideInDown; }
.slideInLeft  { animation-name: slideInLeft; }
.wow { visibility: visible !important; }
.owl-nav button { display: none !important; }
php { scroll-behavior: smooth; }

/* Full width sections */
.section-fullwidth {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* ─── Responsive image grid fix for mobile ─── */
@media (max-width: 575px) {
    .service-item .product-img-wrap { height: 200px; }
    .portfolio-img img { height: 200px; }
    .product-cta-card { min-height: 280px; }
}


/* =============================================
   solar-panels.css – SBM Battery Agencies
   GREEN THEME VERSION
   (Using Solar Battery Page Colors)
============================================= */

/* =============================================
   HERO
============================================= */
.sp-hero {
    position: relative;
    min-height: 480px;
    background: linear-gradient(
        135deg,
        #0d1f12 0%,
        #1a5c30 50%,
        #0a1a0e 100%
    );
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sp-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(50,195,108,0.18) 0%,
        transparent 70%
    );
    border-radius: 50%;
}

.sp-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 40%;
    width: 600px;
    height: 300px;
    background: radial-gradient(
        ellipse,
        rgba(255,179,0,0.08) 0%,
        transparent 70%
    );
}

.sp-hero-overlay {
    position: absolute;
    inset: 0;
    background: url('../images/solar-panel.jfif') center/cover no-repeat;
    opacity: 0.15;
}

.sp-hero .container {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.sp-breadcrumb {
    background: transparent;
    padding: 0;
}

.sp-breadcrumb .breadcrumb-item a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}

.sp-breadcrumb .breadcrumb-item.active {
    color: #32C36C;
}

.sp-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.4);
}

.sp-badge {
    display: inline-block;
    background: rgba(50,195,108,0.15);
    border: 1px solid rgba(50,195,108,0.35);
    color: #7fff9e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.sp-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
}

.sp-hero-title span {
    color: #32C36C;
}

.sp-hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    margin-bottom: 32px;
    max-width: 560px;
    line-height: 1.7;
}

/* =============================================
   STATS BAR
============================================= */
.sp-stats-bar {
    background: linear-gradient(90deg, #1a5c30, #0d3a1e);
    padding: 0;
}

.sp-stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 20px;
    border-right: 1px solid rgba(255,255,255,0.12);
}

.sp-stat-item:last-child {
    border-right: none;
}

.sp-stat-item i {
    font-size: 28px;
    color: #32C36C;
    flex-shrink: 0;
}

.sp-stat-item strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}

.sp-stat-item span {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

/* =============================================
   WHY TOPCON COMPARE
============================================= */
.sp-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
}

.sp-compare-card {
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #eee;
}

.sp-compare-card.sp-topcon {
    border-color: #32C36C;
    background: #f0faf4;
}

.sp-compare-card.sp-poly {
    border-color: #eee;
    background: #fafafa;
}

.sp-compare-label {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    color: #333;
}

.sp-topcon .sp-compare-label {
    color: #1a5c30;
}

.sp-compare-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.sp-compare-row:last-child {
    border-bottom: none;
}

.sp-compare-row span {
    color: #666;
}

/* =============================================
   BENEFITS
============================================= */
.sp-benefit-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sp-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    border-left: 4px solid #32C36C;
}

.sp-benefit-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #1a5c30, #32C36C);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-benefit-icon i {
    color: #fff;
}

.sp-benefit-item h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

/* =============================================
   PRODUCT CARD
============================================= */
.sp-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

.sp-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(50,195,108,0.15);
    border-color: #32C36C;
}

.sp-product-card.sp-featured {
    border-color: #FFB300;
}

.sp-featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #FFB300;
    color: #1a2a36;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 3;
}

.sp-product-img {
    position: relative;
    height: 200px;
    background: #f5fcf7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sp-product-img img {
    max-height: 170px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sp-product-card:hover .sp-product-img img {
    transform: scale(1.05);
}

.sp-brand-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #1a5c30;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 4px 10px;
    border-radius: 4px;
}

.sp-product-body {
    padding: 20px;
}

.sp-product-body h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a2a36;
    margin-bottom: 4px;
}

.sp-origin {
    font-size: 12px;
    color: #888;
    margin-bottom: 14px;
}

.sp-specs {
    background: #f5fcf7;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.sp-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.sp-spec-row:last-child {
    border-bottom: none;
}

.sp-spec-row span {
    color: #666;
}

.sp-spec-row strong {
    color: #1a2a36;
}

.sp-product-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.sp-product-actions .btn {
    font-size: 13px;
}

/* =============================================
   CTA CARD
============================================= */
.sp-cta-card {
    background: linear-gradient(135deg, #1a5c30, #0d3a1e);
    border-radius: 16px;
    min-height: 300px;
    box-shadow: 0 8px 32px rgba(10,40,20,0.2);
}

/* =============================================
   SIZE TABLE
============================================= */
.sp-size-table {
    overflow-x: auto;
}

.sp-size-table table thead th {
    background: #1a5c30;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 14px 12px;
    white-space: nowrap;
}

.sp-size-table table tbody tr:hover {
    background: #f0faf4;
}

.sp-size-table table td {
    padding: 12px;
    vertical-align: middle;
}

/* =============================================
   FAQ
============================================= */
.sp-faq .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.sp-faq .accordion-button {
    font-weight: 600;
    font-size: 15px;
    background: #fff;
    color: #1a2a36;
}

.sp-faq .accordion-button:not(.collapsed) {
    background: #1a5c30;
    color: #fff;
    box-shadow: none;
}

.sp-faq .accordion-button::after {
    filter: none;
}

.sp-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 768px) {

    .sp-stats-bar .col-6 {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .sp-compare-grid {
        grid-template-columns: 1fr;
    }

    .sp-stat-item {
        padding: 16px 12px;
    }

    .sp-stat-item strong {
        font-size: 18px;
    }
}

/* =============================================
   solar-inverter.css – SBM Battery Agencies
   Page-specific styles for On-Grid Inverter
============================================= */

/* ---- HERO ---- */
.si-hero {
    position: relative;
    min-height: 480px;
    background: linear-gradient(135deg, #0d1f12 0%, #1a3d25 50%, #0a1a0e 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.si-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 450px; height: 450px;
    background: radial-gradient(circle, rgba(50,195,108,0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.si-hero-overlay {
    position: absolute; inset: 0;
    background: url('../images/on-grid-solar-inverter.jfif') center/cover no-repeat;
    opacity: 0.12;
}
.si-hero .container { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 80px; }
.si-breadcrumb { background: transparent; padding: 0; }
.si-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,0.7); text-decoration: none; }
.si-breadcrumb .breadcrumb-item.active { color: #32C36C; }
.si-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }
.si-badge {
    display: inline-block;
    background: rgba(50,195,108,0.15);
    border: 1px solid rgba(50,195,108,0.35);
    color: #32C36C;
    font-size: 12px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    padding: 6px 18px; border-radius: 30px; margin-bottom: 20px;
}
.si-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900; color: #fff;
    line-height: 1.15; margin-bottom: 20px;
}
.si-hero-title span { color: #32C36C; }
.si-hero-sub {
    font-size: 16px; color: rgba(255,255,255,0.8);
    margin-bottom: 32px; max-width: 560px; line-height: 1.7;
}

/* ---- STATS BAR ---- */
.si-stats-bar { background: #1a5c30; padding: 0; }
.si-stat-item {
    display: flex; align-items: center; gap: 14px;
    padding: 22px 20px;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.si-stat-item:last-child { border-right: none; }
.si-stat-item i { font-size: 28px; color: rgba(255,255,255,0.7); flex-shrink: 0; }
.si-stat-item strong { display: block; font-size: 22px; font-weight: 900; color: #fff; line-height: 1; font-family: 'Roboto', sans-serif; }
.si-stat-item span { font-size: 12px; color: rgba(255,255,255,0.75); }

/* ---- FLOW DIAGRAM ---- */
.si-flow-step {
    text-align: center;
    min-width: 100px;
}
.si-flow-icon {
    width: 70px; height: 70px;
    background: linear-gradient(135deg, #1877D3, #0d4ea6);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
    font-size: 24px; color: #fff;
    box-shadow: 0 6px 20px rgba(24,119,211,0.3);
}
.si-flow-icon-green { background: linear-gradient(135deg, #32C36C, #1a8a45); box-shadow: 0 6px 20px rgba(50,195,108,0.3); }
.si-flow-label { font-size: 14px; font-weight: 600; color: #1a2a36; line-height: 1.4; }
.si-flow-label small { display: block; font-weight: 400; color: #888; font-size: 12px; margin-top: 2px; }
.si-flow-arrow {
    display: flex; align-items: center;
    color: #1877D3; font-size: 20px;
    padding-top: 0; margin-top: -20px;
}
@media (max-width: 992px) {
    .si-flow-arrow { display: none; }
}

/* ---- PRODUCT CARD ---- */
.si-product-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent; position: relative;
}
.si-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(50,195,108,0.15);
    border-color: #32C36C;
}
.si-product-card.si-premium { border-color: #FFB300; }
.si-premium-badge {
    position: absolute; top: 16px; right: 16px;
    background: #FFB300; color: #fff;
    font-size: 11px; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase; padding: 4px 12px; border-radius: 20px; z-index: 3;
}
.si-product-img {
    position: relative; height: 200px;
    background: #f5fcf7;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.si-product-img img { max-height: 170px; object-fit: contain; transition: transform 0.3s ease; }
.si-product-card:hover .si-product-img img { transform: scale(1.05); }
.si-brand-tag {
    position: absolute; bottom: 10px; left: 10px;
    background: #1a5c30; color: #fff;
    font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
    padding: 4px 10px; border-radius: 4px;
}
.si-product-body { padding: 20px; }
.si-product-body h3 { font-size: 17px; font-weight: 700; color: #1a2a36; margin-bottom: 4px; }
.si-origin { font-size: 12px; color: #888; margin-bottom: 14px; }
.si-specs { background: #f5fcf7; border-radius: 10px; padding: 12px 14px; margin-bottom: 12px; }
.si-spec-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 5px 0; font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.si-spec-row:last-child { border-bottom: none; }
.si-spec-row span { color: #666; }
.si-spec-row strong { color: #1a2a36; }
.si-product-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.si-product-actions .btn { font-size: 13px; }

/* ---- CTA CARD ---- */
.si-cta-card {
    background: linear-gradient(135deg, #1a5c30, #0d3a1e);
    border-radius: 16px; min-height: 300px;
}

/* ---- TABLE ---- */
.si-table-wrap { overflow-x: auto; }
.si-table-wrap table thead th {
    background: #1a5c30; color: #fff;
    font-weight: 700; border: none; padding: 14px 12px; white-space: nowrap;
}
.si-table-wrap table tbody tr:hover { background: #f5fcf7; }
.si-table-wrap table td { padding: 12px; vertical-align: middle; }

/* ---- FAQ ---- */
.si-faq .accordion-item { border: none; margin-bottom: 10px; border-radius: 10px !important; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.07); }
.si-faq .accordion-button { font-weight: 600; font-size: 15px; background: #fff; color: #1a2a36; }
.si-faq .accordion-button:not(.collapsed) { background: #1a5c30; color: #fff; box-shadow: none; }
.si-faq .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }

@media (max-width: 768px) {
    .si-stats-bar .col-6 { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .si-stat-item { padding: 16px 12px; }
}
/* =============================================
   solar-battery.css – SBM Battery Agencies
   Page-specific CSS for Solar Battery page
============================================= */

/* ---- WHATSAPP FLOAT ---- */
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px; z-index: 9999;
    background: #25D366; color: #fff;
    width: 58px; height: 58px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 28px rgba(37,211,102,0.55);
    color: #fff;
}

/* ---- HERO ---- */
.sb-hero {
    position: relative;
    background: url('../images/solar-battery.jfif') center/cover no-repeat;
    min-height: 520px;
    display: flex; align-items: center;
}
.sb-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(10,40,20,0.88) 0%, rgba(10,40,20,0.55) 100%);
}
.sb-hero .container { position: relative; z-index: 2; }
.sb-breadcrumb .breadcrumb-item a { color: #7fff9e; text-decoration: none; }
.sb-breadcrumb .breadcrumb-item.active { color: #fff; }
.sb-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }

.sb-badge {
    display: inline-block;
    background: rgba(50,195,108,0.18);
    border: 1px solid rgba(50,195,108,0.45);
    color: #7fff9e;
    font-size: 12px; font-weight: 600; letter-spacing: 1px;
    padding: 6px 16px; border-radius: 20px;
    margin-bottom: 18px;
}
.sb-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 16px;
}
.sb-hero-title span { color: #32C36C; }
.sb-hero-sub {
    font-size: 16px; color: rgba(255,255,255,0.82);
    max-width: 580px; line-height: 1.7; margin-bottom: 28px;
}

/* ---- STATS BAR ---- */
.sb-stats-bar {
    background: linear-gradient(90deg, #1a5c30, #0d3a1e);
    padding: 0;
}
.sb-stat-item {
    display: flex; align-items: center; gap: 14px;
    padding: 22px 28px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.sb-stat-item:last-child { border-right: none; }
.sb-stat-item i { font-size: 26px; color: #32C36C; flex-shrink: 0; }
.sb-stat-item div { display: flex; flex-direction: column; }
.sb-stat-item strong { font-size: 18px; font-weight: 800; color: #fff; line-height: 1.2; }
.sb-stat-item span { font-size: 12px; color: rgba(255,255,255,0.65); }

/* ---- TUBULAR vs LITHIUM CARDS ---- */
.sb-type-card {
    border-radius: 14px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.09);
    border: 2px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}
.sb-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.13);
}
.sb-lithium { border-color: #FFB300; }
.sb-type-header {
    background: #1a5c30; color: #fff;
    font-size: 16px; font-weight: 700;
    padding: 16px 22px;
}
.sb-lithium .sb-type-header { background: linear-gradient(90deg, #b37d00, #FFB300); color: #1a2a36; }
.sb-type-body { padding: 20px 22px; }
.sb-type-row {
    padding: 8px 0;
    font-size: 14px; color: #333;
    border-bottom: 1px solid #f0f0f0;
    display: flex; align-items: center; gap: 6px;
}
.sb-type-row:last-child { border-bottom: none; }
.sb-type-recommend {
    margin-top: 14px; padding: 10px 14px;
    background: #f0faf4; border-left: 4px solid #32C36C;
    border-radius: 6px; font-size: 13px; font-weight: 700; color: #1a5c30;
}
.sb-lithium-rec {
    background: #fff8e1; border-left-color: #FFB300; color: #7a5200;
}

/* ---- FILTER TABS ---- */
.sb-filter-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.sb-filter-btn {
    background: #fff; border: 2px solid #ddd;
    color: #555; font-size: 13px; font-weight: 600;
    padding: 8px 22px; border-radius: 30px; cursor: pointer;
    transition: all 0.25s ease;
}
.sb-filter-btn:hover,
.sb-filter-btn.active {
    background: #1a5c30; border-color: #1a5c30; color: #fff;
}
.sb-filter-btn[data-filter="lithium"].active { background: #FFB300; border-color: #FFB300; color: #1a2a36; }

/* ---- PRODUCT CARD ---- */
.sb-product-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent; position: relative;
}
.sb-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(50,195,108,0.15);
    border-color: #32C36C;
}
/* Featured — Lithium gold border */
.sb-featured { border-color: #FFB300; }
.sb-featured-badge {
    position: absolute; top: 14px; right: 14px; z-index: 3;
    background: #FFB300; color: #1a2a36;
    font-size: 10px; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase; padding: 4px 12px; border-radius: 20px;
}
/* Featured — Solar green badge */
.sb-featured-solar { border-color: #32C36C; }
.sb-solar-badge { background: #32C36C; color: #fff; }

.sb-product-img {
    position: relative; height: 200px;
    background: #f5fcf7;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.sb-product-img img {
    max-height: 170px; object-fit: contain;
    transition: transform 0.35s ease;
}
.sb-product-card:hover .sb-product-img img { transform: scale(1.06); }

.sb-brand-tag {
    position: absolute; bottom: 10px; left: 10px;
    background: #1a5c30; color: #fff;
    font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
    padding: 4px 10px; border-radius: 4px;
}
.sb-brand-gold { background: linear-gradient(90deg,#b37d00,#FFB300); color: #1a2a36; }
.sb-brand-blue  { background: #0047AB; }

.sb-type-pill {
    position: absolute; top: 10px; left: 10px;
    background: rgba(26,92,48,0.85); color: #fff;
    font-size: 10px; font-weight: 700; letter-spacing: 1px;
    padding: 3px 10px; border-radius: 20px;
}
.sb-pill-lithium { background: rgba(255,179,0,0.9); color: #1a2a36; }
.sb-pill-solar   { background: rgba(50,195,108,0.9); color: #fff; }

.sb-product-body { padding: 20px; }
.sb-product-body h3 { font-size: 17px; font-weight: 700; color: #1a2a36; margin-bottom: 4px; }
.sb-origin { font-size: 12px; color: #888; margin-bottom: 14px; }

.sb-specs { background: #f5fcf7; border-radius: 10px; padding: 12px 14px; margin-bottom: 12px; }
.sb-spec-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 5px 0; font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.sb-spec-row:last-child { border-bottom: none; }
.sb-spec-row span { color: #666; }
.sb-spec-row strong { color: #1a2a36; }

.sb-product-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.sb-product-actions .btn { font-size: 13px; }

/* ---- CTA CARD ---- */
.sb-cta-card {
    background: linear-gradient(135deg, #1a5c30, #0d3a1e);
    border-radius: 16px; min-height: 300px;
    box-shadow: 0 8px 32px rgba(10,40,20,0.2);
}

/* ---- FAQ ---- */
.sb-faq .accordion-item {
    border: none; margin-bottom: 10px;
    border-radius: 10px !important; overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.sb-faq .accordion-button {
    font-weight: 600; font-size: 15px;
    background: #fff; color: #1a2a36;
}
.sb-faq .accordion-button:not(.collapsed) {
    background: #1a5c30; color: #fff; box-shadow: none;
}
.sb-faq .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.sb-faq .accordion-body { font-size: 14px; color: #444; line-height: 1.75; }

/* ---- CTA BANNER ---- */
.cta-banner {
    background: linear-gradient(135deg, #1a5c30 0%, #0d3a1e 100%);
    padding: 70px 0;
}

/* ---- FOOTER ---- */
.footer { background: #1a2a36; }
.footer h5 { color: #fff; font-weight: 700; margin-bottom: 20px; }
.footer .btn-link {
    display: block; padding: 4px 0;
    color: #9B9B9B; text-decoration: none;
    font-size: 14px; transition: color 0.2s;
}
.footer .btn-link:hover { color: #32C36C; }
.copyright {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 24px 0; font-size: 14px;
}
.back-to-top {
    position: fixed; bottom: 90px; right: 24px;
    display: none; z-index: 9998;
    width: 44px; height: 44px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .sb-hero { min-height: 420px; }
    .sb-stat-item { padding: 16px 16px; gap: 10px; }
    .sb-stat-item i { font-size: 20px; }
}
@media (max-width: 768px) {
    .sb-stats-bar .col-6 { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
    .sb-stat-item { padding: 16px 12px; }
    .sb-filter-tabs { gap: 8px; }
    .sb-filter-btn { padding: 7px 16px; font-size: 12px; }
    .sb-hero-title { font-size: 30px; }
    .sb-type-header { font-size: 15px; }
}
@media (max-width: 480px) {
    .whatsapp-float { width: 50px; height: 50px; font-size: 24px; bottom: 16px; right: 16px; }
    .back-to-top { bottom: 76px; right: 16px; }
}

/* =============================================
   home-ups.css – SBM Battery Agencies
============================================= */
/* =============================================
   home-ups.css – SBM Battery Agencies
   GREEN THEME VERSION
   (Using Solar Battery Page Colors)
============================================= */

/* ---- WHATSAPP FLOAT ---- */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 28px rgba(37,211,102,0.55);
    color: #fff;
}

/* =============================================
   HERO
============================================= */
.hu-hero {
    position: relative;
    background: url('../images/microtek-home-ups.png') center/cover no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.hu-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(10,40,20,0.90) 0%,
        rgba(10,40,20,0.55) 100%
    );
}
.hu-hero .container {
    position: relative;
    z-index: 2;
}

.hu-breadcrumb .breadcrumb-item a {
    color: #7fff9e;
    text-decoration: none;
}
.hu-breadcrumb .breadcrumb-item.active {
    color: #fff;
}
.hu-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

.hu-badge {
    display: inline-block;
    background: rgba(50,195,108,0.18);
    border: 1px solid rgba(50,195,108,0.45);
    color: #7fff9e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.hu-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(30px,5vw,50px);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
}
.hu-hero-title span {
    color: #32C36C;
}

.hu-hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    max-width: 580px;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* =============================================
   STATS BAR
============================================= */
.hu-stats-bar {
    background: linear-gradient(90deg, #1a5c30, #0d3a1e);
    padding: 0;
}

.hu-stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.hu-stat-item:last-child {
    border-right: none;
}

.hu-stat-item i {
    font-size: 26px;
    color: #32C36C;
    flex-shrink: 0;
}

.hu-stat-item div {
    display: flex;
    flex-direction: column;
}

.hu-stat-item strong {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.hu-stat-item span {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
}

/* =============================================
   GUIDE CARDS
============================================= */
.hu-guide-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 2px solid #e8f5ec;
    transition: transform 0.3s, box-shadow 0.3s;
}
.hu-guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(50,195,108,0.15);
    border-color: #32C36C;
}

.hu-guide-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg,#1a5c30,#32C36C);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.hu-guide-icon i {
    color: #fff;
    font-size: 22px;
}

.hu-guide-rec {
    background: #f0faf4;
    border-left: 4px solid #32C36C;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #1a5c30;
    margin-top: 10px;
}

/* =============================================
   PRODUCT CARDS
============================================= */
.hu-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid transparent;
    position: relative;
}
.hu-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(50,195,108,0.15);
    border-color: #32C36C;
}

/* FEATURED */
.hu-featured {
    border-color: #FFB300;
}

.hu-featured-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    background: #FFB300;
    color: #1a2a36;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
}

.hu-featured-solar {
    border-color: #32C36C;
}
.hu-solar-badge {
    background: #32C36C;
    color: #fff;
}

/* IMAGE */
.hu-product-img {
    position: relative;
    height: 200px;
    background: #f5fcf7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hu-product-img img {
    max-height: 170px;
    object-fit: contain;
    transition: transform 0.35s;
}
.hu-product-card:hover .hu-product-img img {
    transform: scale(1.06);
}

/* BRAND */
.hu-brand-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #1a5c30;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 4px 10px;
    border-radius: 4px;
}

.hu-brand-gold {
    background: linear-gradient(90deg,#b37d00,#FFB300);
    color: #1a2a36;
}

/* TYPE */
.hu-type-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(26,92,48,0.85);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
}

.hu-pill-solar {
    background: rgba(50,195,108,0.9);
}

/* BODY */
.hu-product-body {
    padding: 20px;
}

.hu-product-body h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a2a36;
    margin-bottom: 4px;
}

.hu-origin {
    font-size: 12px;
    color: #888;
    margin-bottom: 14px;
}

/* SPECS */
.hu-specs {
    background: #f5fcf7;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.hu-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.hu-spec-row:last-child {
    border-bottom: none;
}

.hu-spec-row span {
    color: #666;
}
.hu-spec-row strong {
    color: #1a2a36;
}

/* BUTTONS */
.hu-product-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.hu-product-actions .btn {
    font-size: 13px;
}

/* CTA */
.hu-cta-card {
    background: linear-gradient(135deg, #1a5c30, #0d3a1e);
    border-radius: 16px;
    min-height: 300px;
    box-shadow: 0 8px 32px rgba(10,40,20,0.2);
}

/* =============================================
   FAQ
============================================= */
.hu-faq .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.hu-faq .accordion-button {
    font-weight: 600;
    font-size: 15px;
    background: #fff;
    color: #1a2a36;
}

.hu-faq .accordion-button:not(.collapsed) {
    background: #1a5c30;
    color: #fff;
    box-shadow: none;
}

.hu-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.hu-faq .accordion-body {
    font-size: 14px;
    color: #444;
    line-height: 1.75;
}

/* =============================================
   CTA BANNER
============================================= */
.cta-banner {
    background: linear-gradient(135deg, #1a5c30 0%, #0d3a1e 100%);
    padding: 70px 0;
}

/* =============================================
   FOOTER
============================================= */
.footer {
    background: #1a2a36;
}

.footer h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .btn-link {
    display: block;
    padding: 4px 0;
    color: #9B9B9B;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer .btn-link:hover {
    color: #32C36C;
}

.copyright {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 24px 0;
    font-size: 14px;
}

.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 24px;
    display: none;
    z-index: 9998;
    width: 44px;
    height: 44px;
}

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 991px) {
    .hu-hero {
        min-height: 420px;
    }

    .hu-stat-item {
        padding: 16px;
        gap: 10px;
    }
}

@media (max-width: 768px) {

    .hu-stats-bar .col-6 {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .hu-stat-item {
        padding: 14px 12px;
    }

    .hu-hero-title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 16px;
        right: 16px;
    }

    .back-to-top {
        bottom: 76px;
        right: 16px;
    }
}

/* =============================================
   solar-water-heater.css – SBM Battery Agencies
============================================= */
.whatsapp-float { position:fixed;bottom:24px;right:24px;z-index:9999;background:#25D366;color:#fff;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 20px rgba(37,211,102,0.4);transition:transform 0.3s,box-shadow 0.3s;text-decoration:none; }
.whatsapp-float:hover { transform:scale(1.12);box-shadow:0 6px 28px rgba(37,211,102,0.55);color:#fff; }

/* HERO */
.swh-hero { position:relative;background:url('../images/solar-water-heaters.jfif') center/cover no-repeat;min-height:500px;display:flex;align-items:center; }
.swh-hero-overlay { position:absolute;inset:0;background:linear-gradient(135deg,rgba(12,50,30,0.88) 0%,rgba(12,50,30,0.55) 100%); }
.swh-hero .container { position:relative;z-index:2; }
.swh-breadcrumb .breadcrumb-item a { color:#7fff9e;text-decoration:none; }
.swh-breadcrumb .breadcrumb-item.active { color:#fff; }
.swh-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color:rgba(255,255,255,0.4); }
.swh-badge { display:inline-block;background:rgba(50,195,108,0.18);border:1px solid rgba(50,195,108,0.45);color:#7fff9e;font-size:12px;font-weight:600;letter-spacing:1px;padding:6px 16px;border-radius:20px;margin-bottom:18px; }
.swh-hero-title { font-family:'Roboto',sans-serif;font-size:clamp(28px,5vw,50px);font-weight:900;color:#fff;line-height:1.1;margin-bottom:16px; }
.swh-hero-title span { color:#5dffaa; }
.swh-hero-sub { font-size:16px;color:rgba(255,255,255,0.82);max-width:580px;line-height:1.7;margin-bottom:28px; }

/* STATS BAR */
.swh-stats-bar { background:linear-gradient(90deg,#0c3220,#1a5c30);padding:0; }
.swh-stat-item { display:flex;align-items:center;gap:14px;padding:22px 28px;border-right:1px solid rgba(255,255,255,0.12); }
.swh-stat-item:last-child { border-right:none; }
.swh-stat-item i { font-size:26px;color:#5dffaa;flex-shrink:0; }
.swh-stat-item div { display:flex;flex-direction:column; }
.swh-stat-item strong { font-size:16px;font-weight:800;color:#fff;line-height:1.2; }
.swh-stat-item span { font-size:12px;color:rgba(255,255,255,0.6); }

/* TYPE CARDS */
.swh-type-card { border-radius:14px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,0.09);border:2px solid #e0e0e0;background:#fff;transition:transform 0.3s,box-shadow 0.3s; }
.swh-type-card:hover { transform:translateY(-5px);box-shadow:0 12px 36px rgba(0,0,0,0.13); }
.swh-fpc { border-color:#FFB300; }
.swh-type-header { background:#1a5c30;color:#fff;font-size:16px;font-weight:700;padding:16px 22px; }
.swh-fpc-header { background:linear-gradient(90deg,#b37d00,#FFB300);color:#1a2a36; }
.swh-type-body { padding:20px 22px; }
.swh-type-row { padding:8px 0;font-size:14px;color:#333;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:6px; }
.swh-type-row:last-child { border-bottom:none; }
.swh-type-recommend { margin-top:14px;padding:10px 14px;background:#f0faf4;border-left:4px solid #32C36C;border-radius:6px;font-size:13px;font-weight:700;color:#1a5c30; }
.swh-fpc-rec { background:#fff8e1;border-left-color:#FFB300;color:#7a5200; }

/* PRODUCT CARDS */
.swh-product-card { background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,0.08);transition:transform 0.3s,box-shadow 0.3s;border:2px solid transparent;position:relative; }
.swh-product-card:hover { transform:translateY(-6px);box-shadow:0 12px 40px rgba(50,195,108,0.15);border-color:#32C36C; }
.swh-featured { border-color:#FFB300; }
.swh-featured-badge { position:absolute;top:14px;right:14px;z-index:3;background:#FFB300;color:#1a2a36;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:20px; }
.swh-product-img { position:relative;height:200px;background:#f5fcf7;display:flex;align-items:center;justify-content:center;overflow:hidden; }
.swh-product-img img { max-height:170px;object-fit:contain;transition:transform 0.35s; }
.swh-product-card:hover .swh-product-img img { transform:scale(1.06); }
.swh-brand-tag { position:absolute;bottom:10px;left:10px;background:#1a5c30;color:#fff;font-size:10px;font-weight:800;letter-spacing:1.5px;padding:4px 10px;border-radius:4px; }
.swh-brand-gold { background:linear-gradient(90deg,#b37d00,#FFB300);color:#1a2a36; }
.swh-type-pill { position:absolute;top:10px;left:10px;background:rgba(26,92,48,0.85);color:#fff;font-size:10px;font-weight:700;letter-spacing:1px;padding:3px 10px;border-radius:20px; }
.swh-product-body { padding:20px; }
.swh-product-body h3 { font-size:17px;font-weight:700;color:#1a2a36;margin-bottom:4px; }
.swh-origin { font-size:12px;color:#888;margin-bottom:14px; }
.swh-specs { background:#f5fcf7;border-radius:10px;padding:12px 14px;margin-bottom:12px; }
.swh-spec-row { display:flex;justify-content:space-between;align-items:center;padding:5px 0;font-size:13px;border-bottom:1px solid rgba(0,0,0,0.05); }
.swh-spec-row:last-child { border-bottom:none; }
.swh-spec-row span { color:#666; }
.swh-spec-row strong { color:#1a2a36; }
.swh-product-actions { display:flex;gap:10px;margin-top:16px;flex-wrap:wrap; }
.swh-product-actions .btn { font-size:13px; }
.swh-cta-card { background:linear-gradient(135deg,#1a5c30,#0d3a1e);border-radius:16px;min-height:300px; }

/* SAVING CARDS */
.swh-saving-card { background:#fff;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:2px solid #e8f5e9;transition:transform 0.3s; }
.swh-saving-card:hover { transform:translateY(-4px); }
.swh-saving-icon { width:60px;height:60px;background:linear-gradient(135deg,#1a5c30,#32C36C);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px; }
.swh-saving-icon i { color:#fff;font-size:22px; }
.swh-saving-val { font-size:20px;font-weight:800;color:#1a5c30;margin:8px 0; }

/* FAQ */
.swh-faq .accordion-item { border:none;margin-bottom:10px;border-radius:10px !important;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.07); }
.swh-faq .accordion-button { font-weight:600;font-size:15px;background:#fff;color:#1a2a36; }
.swh-faq .accordion-button:not(.collapsed) { background:#1a5c30;color:#fff;box-shadow:none; }
.swh-faq .accordion-button:not(.collapsed)::after { filter:brightness(0) invert(1); }
.swh-faq .accordion-body { font-size:14px;color:#444;line-height:1.75; }

.cta-banner { background:linear-gradient(135deg,#1a5c30 0%,#0d3a1e 100%);padding:70px 0; }
.footer { background:#1a2a36; }
.footer h5 { color:#fff;font-weight:700;margin-bottom:20px; }
.footer .btn-link { display:block;padding:4px 0;color:#9B9B9B;text-decoration:none;font-size:14px;transition:color 0.2s; }
.footer .btn-link:hover { color:#32C36C; }
.copyright { border-top:1px solid rgba(255,255,255,0.06);padding:24px 0;font-size:14px; }
.back-to-top { position:fixed;bottom:90px;right:24px;display:none;z-index:9998;width:44px;height:44px; }

@media (max-width:991px) { .swh-hero{min-height:400px;} .swh-stat-item{padding:16px;gap:10px;} }
@media (max-width:768px) { .swh-stats-bar .col-6{border-right:none;border-bottom:1px solid rgba(255,255,255,0.12);} .swh-stat-item{padding:14px 12px;} }

/* =============================================
   about.css – SBM Battery Agencies
   Page-specific styles for About page
============================================= */

/* ---- HERO ---- */
.ab-hero {
    position: relative;
    min-height: 520px;
    background: linear-gradient(135deg, #0d1f12 0%, #1a3d25 50%, #0a1a0e 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ab-hero-overlay {
    position: absolute;
    inset: 0;
    background: url('../images/about.png') center / cover no-repeat;
    opacity: 0.08;
}

/* Animated floating particles */
.ab-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.ab-hero-particles span {
    position: absolute;
    display: block;
    border-radius: 50%;
    background: rgba(50, 195, 108, 0.12);
    animation: ab-float linear infinite;
}
.ab-hero-particles span:nth-child(1)  { width: 80px;  height: 80px;  top: 10%;  left: 5%;   animation-duration: 12s; animation-delay: 0s; }
.ab-hero-particles span:nth-child(2)  { width: 40px;  height: 40px;  top: 70%;  left: 12%;  animation-duration: 9s;  animation-delay: 2s; }
.ab-hero-particles span:nth-child(3)  { width: 60px;  height: 60px;  top: 30%;  left: 80%;  animation-duration: 14s; animation-delay: 1s; }
.ab-hero-particles span:nth-child(4)  { width: 30px;  height: 30px;  top: 80%;  left: 75%;  animation-duration: 8s;  animation-delay: 3s; }
.ab-hero-particles span:nth-child(5)  { width: 100px; height: 100px; top: 50%;  left: 45%;  animation-duration: 18s; animation-delay: 0.5s; background: rgba(255,179,0,0.06); }
.ab-hero-particles span:nth-child(6)  { width: 20px;  height: 20px;  top: 15%;  left: 60%;  animation-duration: 7s;  animation-delay: 4s; }
.ab-hero-particles span:nth-child(7)  { width: 50px;  height: 50px;  top: 60%;  left: 30%;  animation-duration: 11s; animation-delay: 1.5s; }
.ab-hero-particles span:nth-child(8)  { width: 25px;  height: 25px;  top: 90%;  left: 55%;  animation-duration: 10s; animation-delay: 2.5s; background: rgba(255,179,0,0.1); }

@keyframes ab-float {
    0%   { transform: translateY(0) rotate(0deg);   opacity: 0.6; }
    50%  { opacity: 1; }
    100% { transform: translateY(-120px) rotate(360deg); opacity: 0; }
}

.ab-breadcrumb { background: transparent; padding: 0; }
.ab-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; }
.ab-breadcrumb .breadcrumb-item a:hover { color: #32C36C; }
.ab-breadcrumb .breadcrumb-item.active { color: #32C36C; }
.ab-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.35); }

.ab-badge {
    display: inline-block;
    background: rgba(50, 195, 108, 0.18);
    border: 1px solid rgba(50, 195, 108, 0.4);
    color: #7fff9e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 30px;
    margin-bottom: 22px;
}

.ab-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 20px;
}
.ab-hero-title span { color: #32C36C; }

.ab-hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    max-width: 580px;
    line-height: 1.75;
    margin-bottom: 32px;
}

/* Stats grid in hero */
.ab-hero-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ab-hero-stat {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    backdrop-filter: blur(4px);
    transition: background 0.3s, transform 0.3s;
}
.ab-hero-stat:hover {
    background: rgba(50,195,108,0.15);
    transform: translateY(-4px);
}
.ab-hero-stat-num {
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #32C36C;
    line-height: 1;
    margin-bottom: 6px;
}
.ab-hero-stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .ab-hero { min-height: 480px; }
    .ab-hero-stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .ab-hero-stat { padding: 16px 12px; }
    .ab-hero-stat-num { font-size: 1.8rem; }
}
@media (max-width: 575px) {
    .ab-hero-stats-grid { grid-template-columns: 1fr 1fr; }
    .ab-hero-stat-num { font-size: 1.5rem; }
}

/* ---- STORY SECTION ---- */
.ab-story-img-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.ab-story-img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: contain;
    object-position: center;
    background: #fff;
    display: block;
    transition: transform 0.5s ease;
}
.ab-story-img-wrap:hover img { transform: scale(1.03); }

.ab-story-badge {
    position: absolute;
    bottom: 28px;
    right: 28px;
    background: #32C36C;
    color: #fff;
    padding: 16px 22px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 28px rgba(50,195,108,0.5);
}
.ab-story-badge i { font-size: 28px; }
.ab-story-badge span { font-size: 16px; font-weight: 800; line-height: 1.3; }
.ab-story-badge small { font-size: 12px; font-weight: 500; opacity: 0.85; }

/* Timeline */
.ab-timeline { margin-top: 28px; position: relative; }
.ab-timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: linear-gradient(to bottom, #32C36C, rgba(50,195,108,0.2));
}
.ab-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 0 10px 36px;
    position: relative;
    transition: padding-left 0.2s;
}
.ab-tl-dot {
    position: absolute;
    left: 5px;
    top: 16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ddd;
    flex-shrink: 0;
    transition: all 0.3s;
}
.ab-timeline-item.active .ab-tl-dot,
.ab-timeline-item:hover .ab-tl-dot {
    background: #32C36C;
    box-shadow: 0 0 0 3px rgba(50,195,108,0.3);
}
.ab-tl-content {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    padding: 8px 16px;
    background: #f8f8f8;
    border-radius: 8px;
    flex: 1;
    transition: background 0.2s;
}
.ab-timeline-item:hover .ab-tl-content,
.ab-timeline-item.active .ab-tl-content {
    background: #f0faf4;
    color: #333;
}
.ab-tl-content strong { color: #32C36C; }

@media (max-width: 767px) {
    .ab-story-img-wrap img { height: 300px; }
    .ab-story-badge { bottom: 16px; right: 16px; padding: 12px 16px; }
}

/* ---- MISSION / VISION / VALUES ---- */
.ab-mission-section {
    background: #f6f8f9;
}
.ab-mv-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    height: 100%;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    border-top: 4px solid #eee;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.ab-mv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.ab-mission { border-top-color: #32C36C; }
.ab-vision  { border-top-color: #FFB300; }
.ab-values  { border-top-color: #1877D3; }

.ab-mv-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}
.ab-mission .ab-mv-icon { background: linear-gradient(135deg, #32C36C, #1a8a45); box-shadow: 0 6px 20px rgba(50,195,108,0.4); }
.ab-vision  .ab-mv-icon { background: linear-gradient(135deg, #FFB300, #e6a000); box-shadow: 0 6px 20px rgba(255,179,0,0.4); }
.ab-values  .ab-mv-icon { background: linear-gradient(135deg, #1877D3, #0d4ea6); box-shadow: 0 6px 20px rgba(24,119,211,0.4); }

.ab-mv-card h4 { font-size: 20px; font-weight: 800; margin-bottom: 14px; color: #1a2a36; }
.ab-mv-card p  { font-size: 14px; color: #666; line-height: 1.75; margin: 0; }

.ab-values-list { list-style: none; padding: 0; margin: 0; }
.ab-values-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}
.ab-values-list li:last-child { border-bottom: none; }
.ab-values-list li i { color: #1877D3; flex-shrink: 0; }

/* ---- WHY CHOOSE US CARDS ---- */
.ab-why-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px;
    height: 100%;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    border-left: 4px solid #32C36C;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}
.ab-why-card::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(50,195,108,0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.ab-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 36px rgba(50,195,108,0.15);
}
.ab-why-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #32C36C, #1a8a45);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 4px 14px rgba(50,195,108,0.35);
}
.ab-why-card h5 { font-size: 16px; font-weight: 700; color: #1a2a36; margin-bottom: 10px; }
.ab-why-card p  { font-size: 13px; color: #666; line-height: 1.7; margin: 0; }

/* ---- BRANDS SECTION ---- */
.ab-brands-section { background: #fff; }
.ab-brand-card {
    background: #f6f8f9;
    border-radius: 10px;
    padding: 18px 12px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
    cursor: default;
}
.ab-brand-card:hover {
    border-color: #32C36C;
    background: #fff;
    box-shadow: 0 4px 20px rgba(50,195,108,0.15);
    transform: translateY(-3px);
}
.ab-brand-card.ab-premium {
    border-color: rgba(255,179,0,0.3);
    background: #fff9ec;
}
.ab-brand-card.ab-premium:hover {
    border-color: #FFB300;
    box-shadow: 0 4px 20px rgba(255,179,0,0.2);
}
.ab-brand-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 15px;
    color: #1a2a36;
    line-height: 1.2;
}
.ab-brand-cat { font-size: 11px; color: #999; margin-top: 3px; }

/* ---- BRANCH CARDS ---- */
.ab-branch-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.ab-branch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 44px rgba(50,195,108,0.2);
}
.ab-branch-header {
    background: linear-gradient(135deg, #1a5c30, #0d3a1e);
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
}
.ab-branch-icon {
    width: 52px;
    height: 52px;
    background: rgba(50,195,108,0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #32C36C;
    flex-shrink: 0;
}
.ab-branch-header h4 { font-size: 20px; font-weight: 800; color: #fff; }
.ab-branch-body {
    background: #fff;
    padding: 24px 28px;
}
.ab-branch-body p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.ab-branch-body a { color: #1a2a36; text-decoration: none; }
.ab-branch-body a:hover { color: #32C36C; }

/* ---- TESTIMONIALS SECTION ---- */
.ab-testimonial-section {
    background: linear-gradient(135deg, #1a5c30 0%, #0d3a1e 100%);
    position: relative;
    overflow: hidden;
}
.ab-testimonial-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(50,195,108,0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.ab-review-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: background 0.3s, transform 0.3s;
    backdrop-filter: blur(4px);
}
.ab-review-card:hover {
    background: rgba(255,255,255,0.13);
    transform: translateY(-4px);
}
.ab-stars { color: #FFB300; font-size: 16px; margin-bottom: 14px; }
.ab-review-card p {
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 20px;
}
.ab-reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ab-reviewer-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #32C36C;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ab-reviewer strong { display: block; font-size: 15px; color: #fff; }
.ab-reviewer small { font-size: 12px; color: rgba(255,255,255,0.6); }

/* ---- CTA BANNER ---- */
.cta-banner {
    background: linear-gradient(135deg, var(--dark, #1A2A36) 0%, #1e4d2b 100%);
    padding: 70px 0;
}
.btn-white {
    background: #fff;
    color: #1a2a36;
    border: none;
    font-weight: 700;
}
.btn-white:hover {
    background: #f0f0f0;
    color: #1a2a36;
}

/* ---- FOOTER (shared with style.css) ---- */
.footer { background: #1A2A36; }
.footer h5 { color: #fff; font-weight: 700; margin-bottom: 20px; }
.footer .btn-link {
    display: block; padding: 4px 0; color: #9B9B9B;
    text-decoration: none; font-size: 14px; transition: color 0.2s;
}
.footer .btn-link::before { content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 10px; }
.footer .btn-link:hover { color: #32C36C; }
.copyright { border-top: 1px solid rgba(255,255,255,0.07); padding: 24px 0; font-size: 14px; }
.copyright a { color: #32C36C; }

@media (max-width: 767px) {
    .ab-branch-header { padding: 18px 20px; }
    .ab-branch-body { padding: 18px 20px; }
    .ab-hero-stats-grid { gap: 10px; }
}

/* =============================================
   projects.css – SBM Battery Agencies
   Page-specific styles for Projects page
============================================= */
/* ===============================================================
   contact-projects-green.css – SBM Battery Agencies
   About-section GREEN THEME applied to Contact & Projects pages
   Primary: #32C36C  |  Dark: #1a5c30  |  Deep: #0d1f12
================================================================ */

/* ================================================================
   PROJECTS PAGE  (.pj-)
   Changed: hero navy-blue → deep forest green (matches About)
================================================================ */

/* ---- HERO ---- */
.pj-hero {
    position: relative;
    min-height: 540px;
    background: linear-gradient(135deg, #0d1f12 0%, #1a3d25 50%, #0a1a0e 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pj-hero-overlay {
    position: absolute;
    inset: 0;
    background: url('../images/rooftop-solar-power-system.jfif') center / cover no-repeat;
    opacity: 0.10;
}

/* Green grid bg (was blue-tinted) */
.pj-hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(50,195,108,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(50,195,108,0.07) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: pj-grid-drift 20s linear infinite;
    pointer-events: none;
}
@keyframes pj-grid-drift {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* Radial green glow in corner */
.pj-hero::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 520px; height: 520px;
    background: radial-gradient(circle, rgba(50,195,108,0.18) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Amber warmth at bottom */
.pj-hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: 40%;
    width: 600px; height: 280px;
    background: radial-gradient(ellipse, rgba(255,179,0,0.07) 0%, transparent 70%);
    pointer-events: none;
}

.pj-breadcrumb { background: transparent; padding: 0; }
.pj-breadcrumb .breadcrumb-item a { color: rgba(127,255,158,0.88); text-decoration: none; transition: color .2s; }
.pj-breadcrumb .breadcrumb-item a:hover { color: #32C36C; }
.pj-breadcrumb .breadcrumb-item.active { color: #32C36C; font-weight: 700; }
.pj-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.45); }

.pj-badge {
    display: inline-block;
    background: rgba(50,195,108,0.18);
    border: 1px solid rgba(50,195,108,0.40);
    color: #7fff9e;
    font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; padding: 7px 20px;
    border-radius: 30px; margin-bottom: 22px;
}

.pj-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 900; color: #fff;
    line-height: 1.12; margin-bottom: 20px;
}
.pj-hero-title span { color: #32C36C; }

.pj-hero-sub {
    font-size: 16px; color: rgba(255,255,255,0.82);
    max-width: 600px; line-height: 1.75; margin-bottom: 32px;
}

/* ---- Hero counters (green glass cards) ---- */
.pj-hero-counters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.pj-counter-item {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px; padding: 22px 16px;
    text-align: center; backdrop-filter: blur(4px);
    transition: background .3s, transform .3s;
}
.pj-counter-item:hover {
    background: rgba(50,195,108,0.15);
    transform: translateY(-4px);
}
.pj-counter-item > i { font-size: 22px; color: #32C36C; margin-bottom: 8px; display: block; }
.pj-counter-num {
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 6px;
}
.pj-counter-label {
    font-size: 11px; color: rgba(255,255,255,0.65);
    font-weight: 600; text-transform: uppercase; letter-spacing: .5px;
}

/* ---- Category Summary Bar ---- */
.pj-category-bar { background: #fff; }
.pj-cat-summary {
    background: #f6f8f9; border-radius: 14px; padding: 26px 20px;
    text-align: center; cursor: pointer; transition: all .3s;
    border: 2px solid transparent; position: relative; overflow: hidden;
}
.pj-cat-summary::before {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 4px; background: transparent; transition: background .3s;
}
.pj-cat-summary > i { font-size: 30px; margin-bottom: 12px; display: block; transition: transform .3s; }
.pj-cat-summary:hover > i { transform: scale(1.15); }
.pj-cat-summary h5 { font-size: 15px; font-weight: 800; color: #1a2a36; margin-bottom: 6px; }
.pj-cat-summary p  { font-size: 12px; color: #888; margin-bottom: 10px; line-height: 1.4; }
.pj-cat-count {
    display: inline-block; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .8px;
    padding: 4px 12px; border-radius: 20px;
    background: rgba(0,0,0,0.07); color: #555;
}

.pj-cat-panel { border-color: rgba(50,195,108,.2); }
.pj-cat-panel::before { background: #32C36C; }
.pj-cat-panel > i { color: #32C36C; }
.pj-cat-panel:hover, .pj-cat-panel.active { border-color: #32C36C; background: #f0faf4; }
.pj-cat-panel:hover .pj-cat-count { background: #32C36C; color: #fff; }

.pj-cat-inverter { border-color: rgba(255,179,0,.2); }
.pj-cat-inverter::before { background: #FFB300; }
.pj-cat-inverter > i { color: #FFB300; }
.pj-cat-inverter:hover, .pj-cat-inverter.active { border-color: #FFB300; background: #fff8e1; }
.pj-cat-inverter:hover .pj-cat-count { background: #FFB300; color: #1a2a36; }

.pj-cat-battery { border-color: rgba(50,195,108,.15); }
.pj-cat-battery::before { background: #1a5c30; }
.pj-cat-battery > i { color: #1a5c30; }
.pj-cat-battery:hover, .pj-cat-battery.active { border-color: #1a5c30; background: #eef7f0; }
.pj-cat-battery:hover .pj-cat-count { background: #1a5c30; color: #fff; }

.pj-cat-heater { border-color: rgba(229,57,53,.2); }
.pj-cat-heater::before { background: #E53935; }
.pj-cat-heater > i { color: #E53935; }
.pj-cat-heater:hover, .pj-cat-heater.active { border-color: #E53935; background: #fff5f5; }
.pj-cat-heater:hover .pj-cat-count { background: #E53935; color: #fff; }

/* ---- Filter tabs ---- */
.pj-filter-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}
.pj-filter-list li {
    cursor: pointer; font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .4px;
    padding: 10px 26px; border-radius: 30px;
    border: 2px solid #dde0e6; background: #fff; color: #555;
    transition: all .25s; user-select: none;
}
.pj-filter-list li:hover  { border-color: #32C36C; color: #32C36C; }
.pj-filter-list li.active { background: #32C36C; border-color: #32C36C; color: #fff; box-shadow: 0 4px 16px rgba(50,195,108,.4); }

/* ---- Project Cards ---- */
.pj-portfolio-item { transition: opacity .4s, transform .4s; }
.pj-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    transition: transform .35s, box-shadow .35s; position: relative;
}
.pj-card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(0,0,0,.14); }
.pj-featured { border: 2px solid #32C36C; }

.pj-featured-ribbon {
    position: absolute; top: 18px; left: 18px; z-index: 5;
    background: #32C36C; color: #fff;
    font-size: 10px; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase; padding: 5px 14px; border-radius: 20px;
    box-shadow: 0 3px 12px rgba(50,195,108,.45);
}
.pj-ribbon-gold { background: #FFB300; color: #1a2a36; box-shadow: 0 3px 12px rgba(255,179,0,.45); }
.pj-ribbon-teal { background: #0097A7; box-shadow: 0 3px 12px rgba(0,151,167,.45); }

.pj-card-img { position: relative; height: 240px; overflow: hidden; }
.pj-card-img img {
    width: 100%; height: 100%; object-fit: cover; object-position: center;
    transition: transform .5s; display: block;
}
.pj-card:hover .pj-card-img img { transform: scale(1.08); }

.pj-card-overlay {
    position: absolute; inset: 0;
    background: rgba(10,30,20,0); transition: background .35s;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 16px; padding: 20px;
}
.pj-card:hover .pj-card-overlay { background: rgba(10,30,20,.78); }

.pj-card-actions {
    display: flex; gap: 12px;
    opacity: 0; transform: translateY(20px);
    transition: opacity .3s .1s, transform .3s .1s;
}
.pj-card:hover .pj-card-actions { opacity: 1; transform: translateY(0); }

.pj-action-btn {
    width: 50px; height: 50px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    border: 2px solid rgba(255,255,255,.4);
}
.pj-action-btn:hover { transform: scale(1.1); }
.pj-action-btn.pj-wa   { background: #25D366; color: #fff; border-color: #25D366; box-shadow: 0 4px 14px rgba(37,211,102,.5); }
.pj-action-btn.pj-link { background: #fff; color: #1a2a36; border-color: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.2); }

.pj-card-detail {
    opacity: 0; transform: translateY(10px);
    transition: opacity .3s .15s, transform .3s .15s; text-align: center;
}
.pj-card:hover .pj-card-detail { opacity: 1; transform: translateY(0); }
.pj-card-detail p { color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.6; margin: 0; max-width: 280px; }

.pj-card-footer {
    padding: 18px 20px 20px;
    border-top: 3px solid #f0f0f0; background: #fff;
}
.pj-featured .pj-card-footer { border-top-color: #32C36C; }

.pj-tag {
    display: inline-block; font-size: 10px; font-weight: 700;
    letter-spacing: .8px; text-transform: uppercase;
    padding: 3px 10px; border-radius: 12px; margin-bottom: 8px;
}
.pj-tag-panel    { background: rgba(50,195,108,.12);  color: #1a5c30; }
.pj-tag-inverter { background: rgba(255,179,0,.15);   color: #7a5200; }
.pj-tag-battery  { background: rgba(26,92,48,.10);    color: #0d3a1e; }
.pj-tag-heater   { background: rgba(229,57,53,.12);   color: #b71c1c; }

.pj-card-footer h5 { font-size: 15px; font-weight: 700; color: #1a2a36; margin-bottom: 8px; line-height: 1.3; }
.pj-meta { display: flex; gap: 14px; font-size: 12px; color: #888; flex-wrap: wrap; }
.pj-meta span { display: flex; align-items: center; gap: 4px; }
.pj-meta i { font-size: 11px; color: #32C36C; }

/* ---- Service Areas ---- */
.pj-areas-section { background: #fff; }
.pj-areas-grid {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
    max-width: 900px; margin: 0 auto;
}
.pj-area-chip {
    display: inline-flex; align-items: center; gap: 8px;
    background: #f0faf4; border: 1.5px solid rgba(50,195,108,.3);
    border-radius: 30px; padding: 10px 20px;
    font-size: 14px; font-weight: 600; color: #1a5c30;
    transition: all .25s;
}
.pj-area-chip i { font-size: 12px; color: #32C36C; }
.pj-area-chip:hover { background: #32C36C; color: #fff; border-color: #32C36C; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(50,195,108,.35); }
.pj-area-chip:hover i { color: #fff; }
.pj-area-more { background: #fff; border-style: dashed; color: #888; font-style: italic; }
.pj-area-more:hover { background: #eee; color: #555; border-color: #aaa; }

/* Isotope hide */
.pj-portfolio-item.isotope-hidden { opacity: 0; transform: scale(.95); pointer-events: none; }

/* ---- Projects responsive ---- */
@media (max-width: 991px) {
    .pj-hero { min-height: 460px; }
    .pj-counter-num { font-size: 1.7rem; }
}
@media (max-width: 767px) {
    .pj-card-img { height: 200px; }
}
@media (max-width: 575px) {
    .pj-counter-item { padding: 16px 10px; }
    .pj-counter-num { font-size: 1.4rem; }
}


/* ================================================================
   CONTACT PAGE  (.ct-)
   Changed: blue hero/stats/form → deep forest green (matches About)
================================================================ */

/* ---- HERO ---- */
.ct-hero {
    position: relative;
    min-height: 500px;
    background: linear-gradient(135deg, #0d1f12 0%, #1a3d25 50%, #0a1a0e 100%);
    display: flex; align-items: center; overflow: hidden;
}

/* Green radial glow top-right */
.ct-hero::before {
    content: '';
    position: absolute; top: -100px; right: -100px;
    width: 520px; height: 520px;
    background: radial-gradient(circle, rgba(50,195,108,0.20) 0%, transparent 70%);
    border-radius: 50%; pointer-events: none;
}
/* Amber warmth bottom */
.ct-hero::after {
    content: '';
    position: absolute; bottom: -80px; left: 35%;
    width: 600px; height: 300px;
    background: radial-gradient(ellipse, rgba(255,179,0,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.ct-hero-overlay {
    position: absolute; inset: 0;
    background: url('../images/solar-panel.jfif') center/cover no-repeat;
    opacity: 0.08;
}

/* Green animated grid */
.ct-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(50,195,108,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(50,195,108,0.07) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: ct-grid-drift 22s linear infinite;
    pointer-events: none;
}
@keyframes ct-grid-drift {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.ct-hero .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 90px; }

.ct-breadcrumb { background: transparent; padding: 0; margin-bottom: 18px; }
.ct-breadcrumb .breadcrumb-item a { color: rgba(127,255,158,0.88); text-decoration: none; transition: color .2s; }
.ct-breadcrumb .breadcrumb-item a:hover { color: #32C36C; }
.ct-breadcrumb .breadcrumb-item.active { color: #32C36C; }
.ct-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.35); }

.ct-badge {
    display: inline-block;
    background: rgba(50,195,108,0.18);
    border: 1px solid rgba(50,195,108,0.40);
    color: #7fff9e; font-size: 12px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    padding: 7px 22px; border-radius: 30px; margin-bottom: 22px;
}
.ct-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 900; color: #fff; line-height: 1.12; margin-bottom: 20px;
}
.ct-hero-title span { color: #32C36C; }
.ct-hero-sub {
    font-size: 16px; color: rgba(255,255,255,0.82);
    max-width: 580px; line-height: 1.75; margin-bottom: 32px;
}

/* ---- Hero quick-contact cards (green glass) ---- */
.ct-hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ct-hcard {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 14px; padding: 20px 18px;
    display: flex; align-items: flex-start; gap: 14px;
    backdrop-filter: blur(4px);
    transition: background .3s, transform .3s; text-decoration: none;
}
.ct-hcard:hover {
    background: rgba(50,195,108,0.18);
    transform: translateY(-4px);
    border-color: rgba(50,195,108,0.45);
}
.ct-hcard-icon {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #fff; flex-shrink: 0;
    background: linear-gradient(135deg, #1a5c30, #32C36C);
    box-shadow: 0 4px 14px rgba(50,195,108,0.35);
}
.ct-hcard-icon.ct-wa   { background: linear-gradient(135deg, #25D366, #128C4A); box-shadow: 0 4px 14px rgba(37,211,102,0.4); }
.ct-hcard-icon.ct-mail { background: linear-gradient(135deg, #FFB300, #e6a000); box-shadow: 0 4px 14px rgba(255,179,0,0.4); }
.ct-hcard-icon.ct-map  { background: linear-gradient(135deg, #E53935, #b71c1c); box-shadow: 0 4px 14px rgba(229,57,53,0.4); }
.ct-hcard-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.ct-hcard-val   { font-size: 12px; color: rgba(255,255,255,0.72); line-height: 1.4; }

/* ---- Stats Bar (green) ---- */
.ct-stats-bar { background: linear-gradient(90deg, #1a5c30, #0d3a1e); padding: 0; }
.ct-stat-item {
    display: flex; align-items: center; gap: 14px;
    padding: 22px 20px;
    border-right: 1px solid rgba(255,255,255,0.13);
}
.ct-stat-item:last-child { border-right: none; }
.ct-stat-item i { font-size: 26px; color: #32C36C; flex-shrink: 0; }
.ct-stat-item strong { display: block; font-size: 22px; font-weight: 900; color: #fff; line-height: 1; font-family: 'Roboto', sans-serif; }
.ct-stat-item span   { font-size: 12px; color: rgba(255,255,255,0.72); }

/* ---- About / Intro Section ---- */
.ct-about-section { background: #f6f8f6; }
.ct-about-img-wrap {
    position: relative; border-radius: 18px; overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.13);
}
.ct-about-img-wrap img { width: 100%; height: 460px; object-fit: cover; display: block; transition: transform .5s; }
.ct-about-img-wrap:hover img { transform: scale(1.04); }
.ct-about-badge-float {
    position: absolute; bottom: 28px; right: 28px;
    background: #32C36C; color: #fff;
    padding: 16px 22px; border-radius: 14px;
    display: flex; align-items: center; gap: 12px;
    box-shadow: 0 8px 28px rgba(50,195,108,0.5); z-index: 2;
}
.ct-about-badge-float i     { font-size: 26px; }
.ct-about-badge-float span  { font-size: 15px; font-weight: 800; line-height: 1.3; }
.ct-about-badge-float small { font-size: 12px; font-weight: 500; opacity: .85; }
.ct-about-text h6 { color: #32C36C; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; font-size: 13px; }
.ct-about-text h2 { color: #1a2a36; }

.ct-check-item { display: flex; align-items: center; margin-bottom: 13px; font-weight: 500; color: #444; }
.ct-check-item i { color: #32C36C; font-size: 18px; margin-right: 12px; flex-shrink: 0; }

.ct-service-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.ct-service-pill {
    display: inline-flex; align-items: center; gap: 7px;
    background: #f0faf4; border: 1.5px solid rgba(50,195,108,.35);
    border-radius: 30px; padding: 8px 18px;
    font-size: 13px; font-weight: 600; color: #1a5c30; transition: all .25s;
}
.ct-service-pill i { font-size: 12px; color: #32C36C; }
.ct-service-pill:hover { background: #32C36C; color: #fff; border-color: #32C36C; }
.ct-service-pill:hover i { color: #fff; }



/* ---- Services Cards ---- */
.ct-services-section { background: #fff; }
.ct-srv-card {
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    transition: transform .3s, box-shadow .3s;
    position: relative; background: #fff; border-bottom: 4px solid transparent;
}
.ct-srv-card:hover { transform: translateY(-7px); box-shadow: 0 14px 44px rgba(0,0,0,.13); }

.ct-srv-panel    { border-bottom-color: #32C36C; }
.ct-srv-inverter { border-bottom-color: #1a5c30; }
.ct-srv-battery  { border-bottom-color: #0d3a1e; }
.ct-srv-ups      { border-bottom-color: #FFB300; }
.ct-srv-heater   { border-bottom-color: #E53935; }
.ct-srv-online   { border-bottom-color: #FFB300; }

.ct-srv-panel    .ct-srv-icon { background: linear-gradient(135deg, #32C36C, #1a8a45); }
.ct-srv-inverter .ct-srv-icon { background: linear-gradient(135deg, #1a5c30, #0d3a1e); }
.ct-srv-battery  .ct-srv-icon { background: linear-gradient(135deg, #0d3a1e, #1a5c30); }
.ct-srv-ups      .ct-srv-icon { background: linear-gradient(135deg, #FFB300, #e6a000); }
.ct-srv-heater   .ct-srv-icon { background: linear-gradient(135deg, #E53935, #b71c1c); }
.ct-srv-online   .ct-srv-icon { background: linear-gradient(135deg, #FFB300, #e6a000); }

.ct-srv-panel:hover    { box-shadow: 0 14px 44px rgba(50,195,108,.18); }
.ct-srv-inverter:hover { box-shadow: 0 14px 44px rgba(26,92,48,.18); }
.ct-srv-battery:hover  { box-shadow: 0 14px 44px rgba(13,58,30,.15); }
.ct-srv-ups:hover      { box-shadow: 0 14px 44px rgba(255,179,0,.18); }
.ct-srv-heater:hover   { box-shadow: 0 14px 44px rgba(229,57,53,.15); }
.ct-srv-online:hover   { box-shadow: 0 14px 44px rgba(255,179,0,.18); }

.ct-srv-img-wrap { height: 200px; overflow: hidden; position: relative; background: #f5f7fa; }
.ct-srv-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s; }
.ct-srv-card:hover .ct-srv-img-wrap img { transform: scale(1.08); }
.ct-srv-icon {
    position: absolute; bottom: -22px; left: 20px;
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,.25); z-index: 2;
}
.ct-srv-body { padding: 32px 20px 20px; }
.ct-srv-body h4 { font-size: 16px; font-weight: 800; color: #1a2a36; margin-bottom: 8px; }
.ct-srv-body p  { font-size: 13px; color: #666; line-height: 1.65; margin-bottom: 14px; }
.ct-srv-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.ct-srv-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 3px 10px; border-radius: 10px; background: #f0f0f0; color: #555; }
.ct-srv-link { font-size: 13px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.ct-srv-panel    .ct-srv-link { color: #32C36C; }
.ct-srv-inverter .ct-srv-link { color: #1a5c30; }
.ct-srv-battery  .ct-srv-link { color: #0d3a1e; }
.ct-srv-ups      .ct-srv-link { color: #e6a000; }
.ct-srv-heater   .ct-srv-link { color: #b71c1c; }
.ct-srv-online   .ct-srv-link { color: #e6a000; }
.ct-srv-link:hover { gap: 10px; }

/* ---- Branches ---- */
.ct-branches-section { background: #f0f7f4; }
.ct-branch-card {
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 6px 30px rgba(0,0,0,.09);
    transition: transform .3s, box-shadow .3s; background: #fff;
}
.ct-branch-card:hover { transform: translateY(-5px); box-shadow: 0 14px 44px rgba(50,195,108,.18); }
.ct-branch-header {
    background: linear-gradient(135deg, #1a5c30, #0d3a1e);
    padding: 26px 28px; display: flex; align-items: center; gap: 18px;
}
.ct-branch-icon {
    width: 54px; height: 54px; background: rgba(50,195,108,.22);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #32C36C; flex-shrink: 0;
}
.ct-branch-header h4   { font-size: 20px; font-weight: 800; color: #fff; margin: 0; }
.ct-branch-header span { font-size: 12px; color: rgba(255,255,255,.65); }
.ct-branch-body { padding: 26px 28px; }
.ct-branch-body p { font-size: 14px; color: #555; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 10px; line-height: 1.55; }
.ct-branch-body p i { color: #32C36C; font-size: 14px; margin-top: 2px; flex-shrink: 0; }
.ct-branch-body a { color: #1a2a36; text-decoration: none; transition: color .2s; }
.ct-branch-body a:hover { color: #32C36C; }
.ct-branch-hours {
    background: #f0faf4; border-radius: 8px; border-left: 4px solid #32C36C;
    padding: 10px 14px; font-size: 13px; font-weight: 600;
    color: #1a5c30; margin-bottom: 18px;
}

/* ---- Contact Form ---- */
.ct-form-section { background: #fff; }
.ct-form-wrap {
    background: #fff; border-radius: 18px;
    box-shadow: 0 8px 48px rgba(0,0,0,.10); overflow: hidden;
    border: 2px solid rgba(50,195,108,0.12);
}

/* Sidebar – deep green gradient (was blue) */
.ct-form-sidebar {
    background: linear-gradient(160deg, #0a1a0e 0%, #1a5c30 100%);
    padding: 48px 36px;
    display: flex; flex-direction: column; justify-content: space-between;
}
.ct-form-sidebar h3 { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.ct-form-sidebar p  { font-size: 14px; color: rgba(255,255,255,.78); line-height: 1.7; margin-bottom: 32px; }

.ct-sidebar-contact { display: flex; flex-direction: column; gap: 18px; }
.ct-sidebar-item { display: flex; align-items: flex-start; gap: 14px; }
.ct-sidebar-item-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: rgba(255,255,255,.14);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: #FFB300; flex-shrink: 0;
}
.ct-sidebar-item strong { display: block; font-size: 13px; color: #fff; margin-bottom: 2px; }
.ct-sidebar-item span  { font-size: 12px; color: rgba(255,255,255,.68); line-height: 1.5; }
.ct-sidebar-item a { color: rgba(255,255,255,.68); text-decoration: none; }
.ct-sidebar-item a:hover { color: #fff; }

.ct-sidebar-social { display: flex; gap: 10px; margin-top: 28px; }
.ct-sidebar-social a {
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.75); font-size: 14px;
    text-decoration: none; transition: all .25s;
}
.ct-sidebar-social a:hover { background: #FFB300; color: #1a2a36; border-color: #FFB300; }

/* Form right panel */
.ct-form-right { padding: 48px 40px; }
.ct-form-right h3 { font-size: 22px; font-weight: 800; color: #1a2a36; margin-bottom: 6px; }
.ct-form-right p  { font-size: 14px; color: #777; margin-bottom: 28px; }

.ct-field-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #555; margin-bottom: 6px; display: block; }
.ct-field {
    width: 100%; padding: 13px 16px;
    border: 1.5px solid #e0e4ec; border-radius: 10px;
    font-size: 14px; color: #333; background: #f9fafc;
    transition: border-color .25s, box-shadow .25s; outline: none;
    appearance: none; -webkit-appearance: none;
}
.ct-field:focus {
    border-color: #32C36C;
    box-shadow: 0 0 0 3px rgba(50,195,108,0.14);
    background: #fff;
}
.ct-field.ct-error { border-color: #E53935; }
textarea.ct-field { resize: vertical; min-height: 110px; }

/* Product checkboxes */
.ct-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ct-product-check { display: none; }
.ct-product-label {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 6px; padding: 14px 8px;
    border: 1.5px solid #e0e4ec; border-radius: 10px;
    cursor: pointer; font-size: 11px; font-weight: 700;
    text-align: center; color: #555; line-height: 1.3;
    transition: all .22s; background: #f9fafc;
}
.ct-product-label i { font-size: 20px; }
.ct-product-check:checked + .ct-product-label {
    border-color: #32C36C; background: rgba(50,195,108,0.09); color: #1a5c30;
}
.ct-product-label:hover { border-color: #32C36C; color: #1a5c30; background: rgba(50,195,108,0.06); }

/* Submit button – green (was blue) */
.ct-submit-btn {
    width: 100%; padding: 16px;
    background: linear-gradient(135deg, #32C36C, #1a8a45);
    color: #fff; border: none; border-radius: 12px;
    font-size: 16px; font-weight: 700; cursor: pointer; transition: all .3s;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    box-shadow: 0 6px 24px rgba(50,195,108,0.35);
}
.ct-submit-btn:hover {
    background: linear-gradient(135deg, #28a85b, #15703a);
    box-shadow: 0 8px 30px rgba(50,195,108,0.50);
    transform: translateY(-2px);
}
.ct-submit-btn:active { transform: translateY(0); }
.ct-submit-btn.loading { opacity: .75; pointer-events: none; }

/* Messages */
.ct-success-msg {
    display: none; background: #f0faf4; border: 2px solid #32C36C;
    border-radius: 12px; padding: 20px 24px;
    text-align: center; color: #1a5c30; font-weight: 600; font-size: 15px;
}
.ct-success-msg i { font-size: 28px; display: block; margin-bottom: 10px; color: #32C36C; }
.ct-error-msg {
    display: none; background: #fff5f5; border: 2px solid #E53935;
    border-radius: 12px; padding: 14px 20px;
    color: #b71c1c; font-size: 13px; font-weight: 600;
    text-align: center; margin-top: 12px;
}
.ct-error-msg.show, .ct-success-msg.show { display: block; }

/* WhatsApp strip */
.ct-wa-strip {
    background: #25D366; border-radius: 12px; padding: 18px 22px;
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    margin-top: 20px; flex-wrap: wrap;
}
.ct-wa-strip span { color: #fff; font-weight: 700; font-size: 15px; }
.ct-wa-strip span small { display: block; font-size: 12px; font-weight: 500; opacity: .85; }
.ct-wa-strip a {
    background: #fff; color: #128C4A; border-radius: 30px;
    padding: 10px 24px; font-weight: 800; font-size: 14px;
    text-decoration: none; white-space: nowrap; transition: all .25s;
    display: inline-flex; align-items: center; gap: 7px;
}
.ct-wa-strip a:hover { background: #1a2a36; color: #25D366; }

/* ---- Map ---- */
.ct-map-section { background: #f6f8f6; }
.ct-map-wrap { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 36px rgba(0,0,0,.12); }
.ct-map-wrap iframe { display: block; }

/* ---- Subsidy Banner ---- */
.ct-subsidy-banner {
    background: linear-gradient(135deg, #0f3d1f 0%, #1a5c30 40%, #0d2e17 100%);
    border-radius: 18px; padding: 40px 36px;
    position: relative; overflow: hidden;
}
.ct-subsidy-banner::before {
    content: ''; position: absolute; top: -60px; right: -60px;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(255,200,0,0.12) 0%, transparent 70%);
    border-radius: 50%; pointer-events: none;
}
.ct-subsidy-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ct-subsidy-badge-chip {
    background: linear-gradient(90deg, #FFB300, #FF8C00); color: #fff;
    font-weight: 800; font-size: 12px; letter-spacing: 1.5px;
    text-transform: uppercase; padding: 6px 18px; border-radius: 20px;
    display: inline-block; margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(255,179,0,0.40);
}
.ct-subsidy-amount { font-family: 'Roboto', sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; color: #FFB300; line-height: 1; }

/* ---- FAQ – green (was blue) ---- */
.ct-faq-section { background: #f9fafc; }
.ct-faq .accordion-item { border: none; margin-bottom: 10px; border-radius: 12px !important; overflow: hidden; box-shadow: 0 2px 14px rgba(0,0,0,.07); }
.ct-faq .accordion-button { font-weight: 600; font-size: 15px; background: #fff; color: #1a2a36; }
.ct-faq .accordion-button:not(.collapsed) { background: #1a5c30; color: #fff; box-shadow: none; }
.ct-faq .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.ct-faq .accordion-body { font-size: 14px; color: #555; line-height: 1.75; }

/* ---- Shared CTA / Footer ---- */
.cta-banner { background: linear-gradient(135deg, #1A2A36 0%, #1e4d2b 100%); padding: 70px 0; }
.btn-white { background: #fff; color: #1a2a36; border: none; font-weight: 700; }
.btn-white:hover { background: #f0f0f0; color: #1a2a36; }
.footer { background: #1A2A36; }
.footer h5 { color: #fff; font-weight: 700; margin-bottom: 20px; }
.footer .btn-link { display: block; padding: 4px 0; color: #9B9B9B; text-decoration: none; font-size: 14px; transition: color .2s; }
.footer .btn-link::before { content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 10px; }
.footer .btn-link:hover { color: #32C36C; }
.copyright { border-top: 1px solid rgba(255,255,255,0.07); padding: 24px 0; font-size: 14px; }
.copyright a { color: #32C36C; }

/* ================================================
   SBM Battery Agencies — gallery.css
   GREEN THEME — matches solar-panels.css exactly
   Place this file in: css/gallery.css
   ================================================ */
/* ===== HERO ===== */
.gal-hero {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(7, 24, 12, 0.82),
            rgba(16, 55, 28, 0.86)
        ),
        url('../images/why-choose.jfif') center center/cover no-repeat;
}

/* overlay glow */
.gal-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right,
        rgba(50,195,108,.20),
        transparent 35%),
        radial-gradient(circle at bottom left,
        rgba(50,195,108,.12),
        transparent 30%);
}

/* container */
.gal-hero .container {
    position: relative;
    z-index: 2;
}

/* ===== BREADCRUMB ===== */
.gal-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 18px;
}

.gal-breadcrumb .breadcrumb-item a {
    color: #7fff9e;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.gal-breadcrumb .breadcrumb-item a:hover {
    color: #32C36C;
}

.gal-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

.gal-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

/* ===== BADGE ===== */
.gal-badge {
    display: inline-block;
    background: rgba(50,195,108,.12);
    border: 1px solid rgba(50,195,108,.35);
    color: #9bffbf;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
}

/* ===== TITLE ===== */
.gal-hero-title {
    font-size: clamp(2rem, 5vw, 3.3rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
}

.gal-hero-title span {
    color: #32C36C;
}

/* ===== SUBTITLE ===== */
.gal-hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    max-width: 580px;
    line-height: 1.7;
}

/* ===== MOBILE ===== */
@media (max-width: 768px){

    .gal-hero{
        min-height: 320px;
        text-align: center;
    }

    .gal-hero-title{
        font-size: 2rem;
    }

    .gal-hero-sub{
        font-size: 14px;
        margin: auto;
    }

    .gal-breadcrumb{
        justify-content: center;
    }
}
        /* ---- FILTER TABS ---- */
        .gallery-section { padding: 60px 0 80px; background: #f4f7fc; }
        .filter-wrap {
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            justify-content:center;
            margin-bottom:42px;
        }
        .filter-btn {
            display:inline-flex;
            align-items:center;
            gap:7px;
            border:2px solid #d1d9e0;
            background:#fff;
            color:#444;
            font-size:14px;
            font-weight:600;
            padding:8px 22px;
            border-radius:50px;
            cursor:pointer;
            transition:all .25s;
            letter-spacing:.3px;
        }
        .filter-btn .count-badge {
            background:#e9ecef;
            color:#666;
            font-size:11px;
            font-weight:700;
            padding:2px 8px;
            border-radius:50px;
            transition:all .25s;
        }
        .filter-btn:hover,
        .filter-btn.active {
            background: var(--primary);
            border-color: var(--primary);
            color:#fff;
            box-shadow: 0 4px 18px rgba(13,110,253,.35);
            transform:translateY(-2px);
        }
        .filter-btn.active .count-badge,
        .filter-btn:hover .count-badge {
            background:rgba(255,255,255,.25);
            color:#fff;
        }

        /* ---- GALLERY GRID ---- */
        .gallery-grid {
            display:grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap:24px;
        }
        @media(max-width:576px){
            .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap:16px; }
        }

        .gal-card {
            background: var(--card-bg);
            border-radius: var(--radius);
            overflow:hidden;
            box-shadow: var(--shadow);
            transition: transform .3s ease, box-shadow .3s ease;
            animation: fadeInUp .45s ease both;
        }
        .gal-card:hover {
            transform:translateY(-6px);
            box-shadow: 0 16px 42px rgba(13,110,253,.18);
        }
        @keyframes fadeInUp {
            from{opacity:0;transform:translateY(24px);}
            to{opacity:1;transform:translateY(0);}
        }
        .gal-card.hidden { display:none; }

        .gal-img-wrap {
            position:relative;
            overflow:hidden;
            aspect-ratio:4/3;
            background:#e9ecef;
        }
        .gal-img-wrap img {
            width:100%; height:100%;
            object-fit:cover;
            transition:transform .45s ease;
        }
        .gal-card:hover .gal-img-wrap img { transform:scale(1.08); }

        /* overlay */
        .gal-overlay {
            position:absolute;
            inset:0;
            background:linear-gradient(180deg,transparent 40%,rgba(10,22,60,.82) 100%);
            opacity:0;
            transition:opacity .3s;
            display:flex;
            align-items:flex-end;
            justify-content:center;
            padding-bottom:18px;
        }
        .gal-card:hover .gal-overlay { opacity:1; }
        .gal-overlay-btn {
            background:#fff;
            color: var(--primary);
            border:none;
            border-radius:50px;
            padding:7px 18px;
            font-size:13px;
            font-weight:700;
            cursor:pointer;
            text-decoration:none;
            display:flex;
            align-items:center;
            gap:6px;
        }
        .gal-overlay-btn:hover { background:var(--primary); color:#fff; }

        /* category chip on image */
        .gal-cat-chip {
            position:absolute;
            top:12px;
            left:12px;
            background:var(--primary);
            color:#fff;
            font-size:11px;
            font-weight:700;
            letter-spacing:.5px;
            padding:4px 12px;
            border-radius:50px;
            text-transform:uppercase;
            opacity:.9;
        }

        /* card footer */
        .gal-card-body {
            padding:14px 16px 16px;
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:8px;
        }
        .gal-card-name {
            font-size:14px;
            font-weight:600;
            color:#222;
            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;
        }
        .gal-card-cat {
            font-size:12px;
            color:var(--primary);
            font-weight:600;
            white-space:nowrap;
            background:rgba(13,110,253,.08);
            padding:3px 10px;
            border-radius:50px;
            flex-shrink:0;
        }

        /* ---- EMPTY STATE ---- */
        .gal-empty {
            display:none;
            text-align:center;
            padding:60px 0;
        }
        .gal-empty i { font-size:56px; color:#cdd; display:block; margin-bottom:14px; }
        .gal-empty p { color:#888; font-size:16px; }

        /* ---- LIGHTBOX ---- */
        .lightbox-overlay {
            display:none;
            position:fixed;
            inset:0;
            z-index:9999;
            background:rgba(5,10,30,.94);
            align-items:center;
            justify-content:center;
            padding:20px;
        }
        .lightbox-overlay.active { display:flex; }
        .lightbox-inner {
            position:relative;
            max-width:900px;
            width:100%;
            animation:lbIn .25s ease;
        }
        @keyframes lbIn {
            from{opacity:0;transform:scale(.9);}
            to{opacity:1;transform:scale(1);}
        }
        .lightbox-inner img {
            width:100%;
            border-radius:12px;
            box-shadow:0 20px 60px rgba(0,0,0,.6);
            max-height:80vh;
            object-fit:contain;
        }
        .lightbox-caption {
            text-align:center;
            color:#fff;
            margin-top:14px;
            font-size:15px;
            font-weight:600;
        }
        .lb-cat-tag {
            display:inline-block;
            background:var(--primary);
            color:#fff;
            font-size:12px;
            padding:3px 12px;
            border-radius:50px;
            margin-bottom:6px;
        }
        .lb-close {
            position:absolute;
            top:-18px; right:-18px;
            background:#fff;
            border:none;
            border-radius:50%;
            width:38px; height:38px;
            font-size:20px;
            cursor:pointer;
            display:flex;
            align-items:center;
            justify-content:center;
            color:#333;
            box-shadow:0 4px 14px rgba(0,0,0,.3);
            transition:background .2s,color .2s;
        }
        .lb-close:hover { background:var(--primary); color:#fff; }
        .lb-nav {
            position:absolute;
            top:50%;
            transform:translateY(-50%);
            background:rgba(255,255,255,.15);
            border:none;
            color:#fff;
            width:44px; height:44px;
            border-radius:50%;
            font-size:20px;
            cursor:pointer;
            display:flex;
            align-items:center;
            justify-content:center;
            transition:background .2s;
        }
        .lb-nav:hover { background:var(--primary); }
        .lb-prev { left:-58px; }
        .lb-next { right:-58px; }
        @media(max-width:768px){
            .lb-prev{left:4px;} .lb-next{right:4px;}
            .lb-close{top:4px;right:4px;}
        }

        /* count badge section title */
        .section-count {
            text-align:center;
            margin-bottom:6px;
            color:#888;
            font-size:14px;
        }
        #visible-count { font-weight:700; color:var(--primary); }



/* ---- Contact responsive ---- */
@media (max-width: 991px) {
    .ct-hero-cards { grid-template-columns: 1fr 1fr; }
    .ct-form-sidebar { padding: 32px 24px; }
    .ct-form-right { padding: 32px 24px; }
    .ct-hero .container { padding-top: 60px; padding-bottom: 60px; }
}
@media (max-width: 767px) {
    .ct-hero-cards { grid-template-columns: 1fr; }
    .ct-hcard { padding: 14px; }
    .ct-stats-bar .col-6 { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
    .ct-stat-item { padding: 16px 12px; }
    .ct-stat-item strong { font-size: 18px; }
    .ct-product-grid { grid-template-columns: repeat(2, 1fr); }
    .ct-about-img-wrap img { height: 300px; }
    .ct-branch-header { padding: 18px 20px; }
    .ct-branch-body { padding: 20px; }
    .ct-wa-strip { flex-direction: column; text-align: center; }
    .ct-subsidy-row { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .ct-product-grid { grid-template-columns: repeat(2, 1fr); }
    .ct-form-right { padding: 24px 16px; }
    .ct-form-sidebar { padding: 28px 20px; }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1691px;
    }
}

/* =====================================================
   MOBILE RESPONSIVE FIXES (authoritative – loaded last)
   ===================================================== */
@media (max-width: 991.98px) {
    /* Navbar brand must not force a tall/overflowing header */
    .navbar .navbar-brand { height: auto !important; padding-top: 8px !important; padding-bottom: 8px !important; }
    #mainNav .navbar-toggler { margin-left: auto; }
    /* Keep the logo + name on one tidy row, leave room for the hamburger */
    .navbar-brand { max-width: calc(100% - 70px); }
}
@media (max-width: 767.98px) {
    .navbar-logo { height: 52px !important; width: 52px !important; }
    .brand-text h5 { font-size: 17px !important; letter-spacing: 0 !important; line-height: 1.15 !important; }
    .brand-text small { font-size: 10px !important; }
    .navbar .navbar-brand { padding-left: 12px !important; padding-right: 8px !important; gap: 8px !important; }
}
@media (max-width: 480px) {
    .navbar-logo { height: 44px !important; width: 44px !important; }
    .brand-text h5 { font-size: 13.5px !important; line-height: 1.1 !important; }
    .brand-text small { font-size: 9px !important; }
    .navbar .navbar-brand { border-right: none !important; gap: 6px !important; }
}

/* Floating action buttons – stacked, never overlapping, sized for touch */
@media (max-width: 767.98px) {
    .whatsapp-float { width: 52px !important; height: 52px !important; font-size: 24px !important; bottom: 18px !important; right: 16px !important; }
    .whatsapp-float i { font-size: 24px !important; }
    .back-to-top { width: 44px !important; height: 44px !important; bottom: 82px !important; right: 20px !important; }
}

/* Trusted brand tiles – compact and readable on small screens */
@media (max-width: 575.98px) {
    .brand-logo-card { min-height: 108px !important; padding: 14px 8px !important; }
    .brand-logo-card img { height: 38px !important; margin-bottom: 8px !important; }
    .brand-logo-card .brand-name { font-size: 12px !important; }
    .brand-logo-card .brand-sub { font-size: 9px !important; letter-spacing: .3px !important; }
}

/* Laptop widths (992–1199px): keep the desktop navbar from crowding/overflowing */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-logo { height: 58px !important; width: 58px !important; }
    .brand-text h5 { font-size: 19px !important; letter-spacing: 0 !important; }
    .brand-text small { font-size: 11px !important; }
    .navbar .navbar-brand { padding-left: 14px !important; padding-right: 12px !important; }
    .navbar .navbar-nav .nav-link { margin-right: 16px !important; font-size: 14px !important; }
    .navbar a.btn.rounded-0 { padding-left: 22px !important; padding-right: 22px !important; }
}

/* Hero slider buttons – always keep a clear gap between the two buttons */
.owl-carousel-inner .btn { margin-bottom: 12px; }
.owl-carousel-inner .btn.me-3 { margin-right: 16px !important; }
@media (max-width: 575.98px) {
    .owl-carousel-inner .btn { display: block; width: 100%; margin-right: 0 !important; }
}

/* Very small phones (≤360px, incl. 320px) – logo+name and hamburger on row 1, menu drops below */
@media (max-width: 360px) {
    #mainNav { flex-wrap: wrap; align-items: center; }
    #mainNav .navbar-brand { display: flex; align-items: center; flex: 1 1 auto; min-width: 0; max-width: calc(100% - 54px) !important; padding: 6px 4px 6px 8px !important; border-right: none !important; height: auto !important; }
    #mainNav .navbar-toggler { flex: 0 0 auto; margin: 0 6px 0 auto !important; padding: 5px 8px !important; }
    #mainNav .navbar-collapse { flex: 0 0 100%; width: 100%; }
    .navbar-logo { height: 40px !important; width: 40px !important; }
    .brand-text { min-width: 0; }
    .brand-text h5 { font-size: 12px !important; line-height: 1.1 !important; white-space: normal; word-break: break-word; }
    .brand-text small { display: none !important; }
}

/* Mobile menu (hamburger open) – center-align all menu items */
@media (max-width: 991.98px) {
    #mainNav .navbar-nav { text-align: center !important; width: 100%; }
    #mainNav .navbar-nav .nav-link { text-align: center !important; }
    #mainNav .navbar-nav .nav-item.dropdown { text-align: center; }
    #mainNav .navbar-nav .dropdown-menu { text-align: center; }
    #mainNav .navbar-nav .dropdown-menu .dropdown-item { text-align: center; }
}

/* Topbar – show properly on laptop and mobile (was hidden below 992px) */
@media (max-width: 1199.98px) {
    .container-fluid.bg-dark > .row.gx-0 .px-5 { padding-left: 16px !important; padding-right: 16px !important; }
    .container-fluid.bg-dark > .row.gx-0 small { font-size: 12px; }
}
@media (max-width: 991.98px) {
    .container-fluid.bg-dark > .row.gx-0.d-none.d-lg-flex { display: flex !important; flex-direction: column; padding: 8px 6px; }
    .container-fluid.bg-dark > .row.gx-0 .col-lg-8,
    .container-fluid.bg-dark > .row.gx-0 .col-lg-4 { text-align: center !important; padding: 2px 10px !important; }
    .container-fluid.bg-dark > .row.gx-0 .h-100.d-inline-flex { justify-content: center; }
    .container-fluid.bg-dark > .row.gx-0 small { font-size: 11px; line-height: 1.5; }
}

