.solar-sense--section {
    position: relative;
    overflow: hidden;
}

.solar-sense--section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(211, 42, 41, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.solar-sense--header {
    position: relative;
}

.solar-sense--title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.solar-sense--divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4aab3d 0%, rgba(74, 171, 61, 0.3) 100%);
    border-radius: 2px;
}

.solar-sense--lead {
    line-height: 1.7;
    color: #475569;
}

.solar-sense--subhead {
    font-size: 30px;
}

.solar-sense--line {
    width: 40px;
    height: 2px;
    background: #4aab3d;
}

.solar-sense--list {
    position: relative;
}

.solar-sense--item {
    transition: transform 0.3s ease;
}

.solar-sense--item:hover {
    transform: translateX(8px);
}

.solar-sense--bullet {
    width: 25px;
    aspect-ratio: 1;
    background: var(--secondary);
    color: var(--white);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.solar-sense--item:hover .solar-sense--bullet {
    background: var(--white);
    color: var(--secondary);
    transform: scale(1.1);
}
.solar-sense--item:hover .solar-sense--text {
    color: var(--white);
}
.solar-sense--text {
    line-height: 1.6;
    transition: color 0.3s ease;
}

.solar-sense--highlight {
    /* background: rgba(211, 42, 41, 0.05); */
    /* border-left: 4px solid rgb(49, 160, 61); */
    background: #4aab3d45;
    border-left: 4px solid var(--secondary);
    width: 500px;
}

.solar-sense--highlight-bg {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
    opacity: 0.5;
}

.solar-sense--highlight-text {
    font-style: italic;
    line-height: 24px;
}

.solar-sense--visual {
    min-height: 500px;
}

.solar-sense--image-wrap {
    height: 100%;
    /* min-height: 450px; */
    height: 800px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
}

.solar-sense--image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.solar-sense--overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.05) 100%);
}

.solar-sense--pattern {
    background-image:
        linear-gradient(rgba(211, 42, 41, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(211, 42, 41, 0.03) 1px, transparent 1px),;
    background-size: 40px 40px;
    opacity: 0.5;
}

.solar-sense--float-card {
    bottom: 60px;
    left: -30px;
    max-width: 200px;
    animation: solarFloat 6s ease-in-out infinite;
}

.solar-sense--float-card-two {
    top: 60px;
    right: -20px;
    max-width: 200px;
    animation: solarFloat 6s ease-in-out infinite reverse;
}

.solar-sense--icon-wrap,
.solar-sense--icon-wrap-two {
    width: 48px;
    height: 48px;
    background: rgba(211, 42, 41, 0.1);
    font-size: 1.5rem;
}

.solar-sense--stat {
    font-size: 1.25rem;
    line-height: 1;
}

.solar-sense--stat-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@keyframes solarFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Spacing Utilities */
.gap--12 {
    gap: 12px;
}

.gap--16 {
    gap: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-80 {
    margin-bottom: 80px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .solar-sense--section {
        padding: 80px 0;
    }

    .solar-sense--content-wrap {
        padding-right: 0 !important;
    }

    .solar-sense--visual {
        min-height: 350px;
        margin-top: 40px;
    }

    .solar-sense--image-wrap {
        min-height: 300px;
    }

    .solar-sense--float-card {
        bottom: 20px;
        left: 20px;
    }

    .solar-sense--float-card-two {
        top: 20px;
        right: 20px;
    }

    .solar-sense--title {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .why-choose--title {
        font-size: 30px!important;
    }
    .why-choose--section {
        margin-bottom: 0px!important;
    }
    .why-choose--card-title {
        /* font-size: 23px!important; */
        font-size: 21px!important;
    }
    .why-choose--title {
        font-size: 35px;
    }
    .why-choose--section {
        padding: 30px 0;
    }
    .why-choose--text {
        font-size: 18px!important;
    }
    .benefit--item {
        /* font-size: 18px; */
        font-size: 16px;
    }
    .benefit--subhead {
        /* font-size: 23px; */
        font-size: 21px;
    }
    .benefit--footer p,
    .benefit--intro {
        /* font-size: 18px; */
        font-size: 16px;
    }
    .solar-sense--visual {
        margin-top: 0px;
    }
    .solar-sense--image-wrap {
        height: 400px;
    }
    .solar-sense--highlight {
        width: 100%;
    }
    .solar-sense--section .solar-sense--item {
        width: 100%;
    }
    .solar-sense--item:hover .solar-sense--bullet {
        background: white;
    }
    .solar-sense--item .solar-sense--bullet {
        position: relative;
        top: 5px;
    }
    .solar-sense--item:hover .solar-sense--bullet i {
        color: var(--secondary);
    }
    .solar-sense--item:hover .solar-sense--text {
        color: white;
    }
    .process--section,
    .sectors--section,
    .solar-sense--section {
        padding: 30px 0;
    }

    .solar-sense--header {
        margin-bottom: 30px;
    }

    .solar-sense--lead {
        /* font-size: 18px; */
        font-size: 16px;
    }

    .solar-sense--section .solar-sense--highlight .solar-sense--highlight-text,
    .solar-sense--text {
        font-size: 16px;
    }

    .solar-sense--bullet {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }

    .solar-sense--float-card,
    .solar-sense--float-card-two {
        position: relative !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin-top: 20px;
        max-width: 100%;
        animation: none;
    }

    .solar-sense--visual {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .solar-sense--image-wrap {
        min-height: 200px;
        order: -1;
    }
}

.sectors--section {
    --primary: #12743c;
    --secondary: #4aab3d;
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.sectors--section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 80%, rgba(18, 116, 60, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(74, 171, 61, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.sectors--header {
    position: relative;
}

.sectors--subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--primary);
    position: relative;
    padding-left: 40px;
}

.sectors--subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: var(--primary);
}

.sectors--title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.sectors--lead {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #475569;
}

/* Sector Cards */
.sectors--card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.sectors--card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.sectors--card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(18, 116, 60, 0.15);
}

.sectors--card:hover::before {
    opacity: 1;
}

.sectors--icon-wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: rgba(18, 116, 60, 0.1);
    border-radius: 20px;
    transition: all 0.4s ease;
}

.sectors--icon-wrap i {
    font-size: 2rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.sectors--card:hover .sectors--icon-wrap {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1) rotate(5deg);
}

.sectors--card:hover .sectors--icon-wrap i {
    color: white;
}

.sectors--name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0;
    transition: color 0.4s ease;
    line-height: 1.5;
}

.sectors--card:hover .sectors--name {
    color: white;
}

/* Footer Box */
.sectors--footer {
    background: white;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.sectors--footer-line {
    width: 60px;
    height: 4px;
    background: var(--primary);
    border-radius: 0 0 4px 4px;
}

.sectors--footer-text {
    font-size: 1.25rem;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.6;
}

/* Spacing */
.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.p-40 {
    padding: 40px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .mb-80 {
        margin-bottom: 50px;
    }

    .sectors--card {
        padding: 30px 20px;
    }

    .sectors--icon-wrap {
        width: 70px;
        height: 70px;
    }

    .sectors--icon-wrap i {
        font-size: 1.75rem;
    }
}

@media (max-width: 767.98px) {
    .sectors--title {
        font-size: 1.75rem;
    }

    .sectors--lead {
        font-size: 16px;
    }

    .sectors--footer-text {
        font-size: 16px;
    }

    .p-40 {
        padding: 30px 20px;
    }

    .mt-60 {
        margin-top: 40px;
    }
}

@media (max-width: 575.98px) {
    .sectors--footer-text {
        font-size: 16px;
    }
    .sectors--name {
        font-size: 18px;
        font-weight: 500;
        /* font-size: 16px; */
    }
    .sectors--card {
        padding: 15px 7px;
    }

    .sectors--icon-wrap {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .sectors--icon-wrap i {
        font-size: 1.5rem;
    }
}

.process--section {
    --primary: #12743c;
    --secondary: #4aab3d;
    background: white;
    position: relative;
    overflow: hidden;
}

.process--section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 10% 20%, rgba(18, 116, 60, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(74, 171, 61, 0.03) 0%, transparent 40%);
    pointer-events: none;
}

/* Header Styles */
.process--header {
    position: relative;
}

.process--subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--primary);
    position: relative;
    padding-left: 40px;
}

.process--subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: var(--primary);
}

.process--title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Process Steps */
.process--step {
    background: #f8fafc;
    border-radius: 20px;
    padding: 35px 25px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.process--step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.process--step:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(18, 116, 60, 0.12);
}

.process--step:hover::before {
    opacity: 1;
}

.process--number {
    top: 20px;
    right: 20px;
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    opacity: 0.1;
    line-height: 1;
    transition: all 0.4s ease;
    z-index: 1;
}

.process--step:hover .process--number {
    color: white;
    opacity: 0.2;
}

.process--icon-wrap {
    width: 70px;
    height: 70px;
    background: rgba(18, 116, 60, 0.1);
    border-radius: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.process--icon-wrap i {
    font-size: 1.75rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.process--step:hover .process--icon-wrap {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.process--step:hover .process--icon-wrap i {
    color: white;
}

.process--step-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.process--step:hover .process--step-title {
    color: white;
}

.process--text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #64748b;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.process--step:hover .process--text {
    color: rgba(255, 255, 255, 0.9);
}

/* Funding Section */
.process--funding-header {
    position: relative;
}

.process--lead {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #475569;
}

/* Funding Cards */
.process--funding-card {
    background: white;
    border-radius: 16px;
    padding: 30px 25px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.4s ease;
}

.process--funding-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.process--funding-card:hover {
    transform: translateX(8px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(18, 116, 60, 0.1);
}

.process--funding-card:hover::before {
    opacity: 1;
}

.process--funding-icon {
    width: 50px;
    height: 50px;
    background: rgba(18, 116, 60, 0.1);
    border-radius: 12px;
    transition: all 0.4s ease;
}

.process--funding-icon i {
    font-size: 1.25rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.process--funding-card:hover .process--funding-icon {
    background: var(--primary);
    transform: rotate(10deg);
}

.process--funding-card:hover .process--funding-icon i {
    color: white;
}

.process--funding-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    transition: color 0.4s ease;
}

.process--funding-card:hover .process--funding-title {
    color: var(--primary);
}

.process--funding-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
}

/* CTA Card */
.process--cta-card {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(18, 116, 60, 0.2);
}

.process--cta-icon {
    font-size: 2.5rem;
    color: white;
    opacity: 0.9;
}

.process--cta-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

/* Spacing */
.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-30 {
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .process--step {
        padding: 30px 20px;
    }
}

@media (max-width: 991.98px) {
    .mb-80 {
        margin-bottom: 50px;
    }

    .mb-100 {
        margin-bottom: 60px;
    }

    .process--step {
        padding: 35px 25px;
    }

    .process--number {
        font-size: 2.5rem;
    }

    .process--funding-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .process--subtitle::before {
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
    }
}

@media (max-width: 767.98px) {
    .process--title {
        font-size: 1.75rem;
    }

    .process--step {
        text-align: center;
    }

    .process--icon-wrap {
        margin: 0 auto 25px;
    }

    .process--number {
        top: 15px;
        right: 15px;
        font-size: 2rem;
    }

    .process--funding-card:hover {
        transform: translateY(-4px);
    }

    .process--funding-card::before {
        width: 100%;
        height: 4px;
        top: 0;
        left: 0;
    }
}

@media (max-width: 575.98px) {
    
    .solar-sense--image-wrap.solar-benefit-img {
        height: 400px;
    }
    .solar-sense--content-wrap h3 {
        font-size: 25px;
        font-weight: 500;
    }
    .process--funding-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .process--funding-card {
        text-align: center;
    }
    .process--lead {
        /* font-size: 18px; */
        font-size: 16px;
    }
    .process--step {
        padding: 30px 20px;
    }

    .process--icon-wrap {
        width: 60px;
        height: 60px;
    }

    .process--icon-wrap i {
        font-size: 1.5rem;
    }

    .process--funding-title {
        font-size: 18px;
        font-weight: 500;
    }
    .process--step-title {
        font-size: 21px;
        /* font-weight: 500; */
    }

    .process--text {
        /* font-size: 18px; */
        font-size: 16px;
    }

    .process--funding-card,
    .process--cta-card {
        padding: 20px 10px;
    }
}
.final-cta--section {
    --primary: #12743c;
    --secondary: #4aab3d;
    background: #f8fafc;
    position: relative;
}

.final-cta--wrap {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    box-shadow: 0 30px 60px rgba(18, 116, 60, 0.2);
}

/* Pattern Overlay */
.final-cta--pattern {
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255,255,255,0.05) 50%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255,255,255,0.05) 50%, transparent 52%);
    background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
    opacity: 0.6;
    pointer-events: none;
}

/* Content */
.final-cta--content {
    z-index: 1;
}

.final-cta--title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 600;
    color: white;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* Button */
.final-cta--button {
    background: white;
    color: var(--primary);
    font-size: 1rem;
    font-weight: 600;
    padding: 18px 32px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.final-cta--button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
}

.final-cta--button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    color: var(--primary);
}

.final-cta--button:hover::before {
    left: 100%;
}

.final-cta--button i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.final-cta--button:hover i {
    transform: translateX(4px);
}

/* Spacing */
.p-60 {
    padding: 60px;
}

.p-lg-80 {
    padding: 80px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.gap-12 {
    gap: 12px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .final-cta--section {
        padding: 80px 0;
    }

    .p-60 {
        padding: 50px 30px;
    }
}

@media (max-width: 767.98px) {
    .final-cta--section {
        padding: 60px 0;
    }

    .final-cta--title {
        font-size: 1.5rem;
    }

    .final-cta--button {
        padding: 16px 24px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .p-60 {
        padding: 40px 20px;
    }

    .final-cta--title {
        font-size: 30px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }
}
.battery-savings--section {
    --primary: #12743c;
    --secondary: #4aab3d;
    background: #f8fafc;
    position: relative;
}

/* Shared Card Styles */
.benefit--wrap {
    background: white;
    border-radius: 24px;
    padding: 50px 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: all 0.4s ease;
}

.benefit--wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(18, 116, 60, 0.1);
    border-color: var(--primary);
}

/* Icon */
.benefit--icon-wrap {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(18, 116, 60, 0.2);
}

.benefit--icon-wrap i {
    font-size: 2.5rem;
    color: white;
}

/* Title */
.benefit--title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
}

/* Intro Text */
.benefit--intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
}

/* Subhead */
.benefit--subhead {
    font-size: 0.875rem;
    /* color: var(--primary); */
    /* letter-spacing: 0.1em; */
}

/* List */
.benefit--item {
    font-size: 1rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.5;
}

.benefit--bullet {
    width: 24px;
    height: 24px;
    background: rgba(18, 116, 60, 0.1);
    color: var(--primary);
    font-size: 0.75rem;
}

.benefit--bullet i {
    font-size: 0.75rem;
}

/* Footer Box */
.benefit--footer {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
}

.benefit--footer-bg {
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.benefit--footer p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.benefit--footer strong {
    font-weight: 700;
}

/* Spacing */
.gap-12 {
    gap: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .benefit--wrap {
        padding: 40px 30px;
    }
}

@media (max-width: 767.98px) {
    .benefit--title {
        font-size: 1.5rem;
    }

    .benefit--icon-wrap {
        width: 70px;
        height: 70px;
    }

    .benefit--icon-wrap i {
        font-size: 2rem;
    }
}
.ev-charging--section {
    --primary: #12743c;
    --secondary: #4aab3d;
    background: #f8fafc;
    position: relative;
}

.ev-charging--section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 15% 50%, rgba(18, 116, 60, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 85% 50%, rgba(74, 171, 61, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* Header */
.ev-charging--subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--primary);
    position: relative;
    padding-left: 40px;
}

.ev-charging--subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: var(--primary);
}

.ev-charging--title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Cards */
.ev-charging--card {
    background: white;
    border-radius: 24px;
    padding: 50px 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ev-charging--card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.ev-charging--card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(18, 116, 60, 0.15);
}

.ev-charging--card:hover::before {
    opacity: 1;
}

/* Icon */
.ev-charging--icon-wrap {
    width: 80px;
    height: 80px;
    background: rgba(18, 116, 60, 0.1);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.ev-charging--icon-wrap i {
    font-size: 2.5rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.ev-charging--card:hover .ev-charging--icon-wrap {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1) rotate(5deg);
}

.ev-charging--card:hover .ev-charging--icon-wrap i {
    color: white;
}

/* Card Title */
.ev-charging--card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.ev-charging--card:hover .ev-charging--card-title {
    color: white;
}

/* Text */
.ev-charging--text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.ev-charging--card:hover .ev-charging--text {
    color: rgba(255, 255, 255, 0.9);
}

/* List */
.ev-charging--item {
    font-size: 1rem;
    color: #334155;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.ev-charging--item i {
    color: var(--secondary);
    font-size: 1.25rem;
    transition: all 0.4s ease;
}

.ev-charging--card:hover .ev-charging--item {
    color: rgba(255, 255, 255, 0.95);
}

.ev-charging--card:hover .ev-charging--item i {
    color: white;
}

/* Spacing */
.gap-12 {
    gap: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .ev-charging--section {
        padding: 80px 0;
    }

    .mb-80 {
        margin-bottom: 50px;
    }

    .ev-charging--card {
        padding: 40px 30px;
    }
}

@media (max-width: 767.98px) {
    .ev-charging--title {
        font-size: 1.75rem;
    }

    .ev-charging--icon-wrap {
        width: 70px;
        height: 70px;
    }

    .ev-charging--icon-wrap i {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .mb-80 {
        margin-bottom: 35px!important;
    }
    .why-choose--title,
    .ev-charging--title {
        font-size: 30px;
    }
    .solar-sense--subhead,
    .benefit--subhead,
    .contact-reachout .lable-link a h3,
    .apart--title,
    .approach--title {
        /* font-size: 23px; */
        font-size: 21px;
    }
    .ev-charging--section {
        padding: 30px 0px;
    }
    .benefit--title, .ev-charging--card-title {
        /* font-size: 28px; */
        font-size: 25px;
        font-weight: 600;
    }
    .ev-charging--card {
        padding: 30px 25px;
    }

    .ev-charging--text {
        /* font-size: 18px; */
        font-size: 16px;

    }
    .ev-charging--item span {
        /* font-size: 18px; */
        font-size: 16px;

    }
}

.why-choose--section {
    --primary: #12743c;
    --secondary: #4aab3d;
    background: white;
    position: relative;
}

.why-choose--section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 50% 0%, rgba(18, 116, 60, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* Header */
.why-choose--subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--primary);
    position: relative;
    padding-left: 40px;
}

.why-choose--subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: var(--primary);
}

.why-choose--title {
    /* font-size: 35px; */
    font-size: 60px;
    /* font-weight: 700; */
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Cards */
.why-choose--card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 40px 25px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose--card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.why-choose--card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(18, 116, 60, 0.15);
}

.why-choose--card:hover::before {
    opacity: 1;
}

/* Icon */
.why-choose--icon-wrap {
    width: 70px;
    height: 70px;
    background: rgba(18, 116, 60, 0.1);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.why-choose--icon-wrap i {
    font-size: 1.75rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.why-choose--card:hover .why-choose--icon-wrap {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.why-choose--card:hover .why-choose--icon-wrap i {
    color: white;
}

/* Card Title */
.why-choose--card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f172a;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
    line-height: 1.4;
}

.why-choose--card:hover .why-choose--card-title {
    color: white;
}

/* Text */
.why-choose--text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: balck;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.why-choose--card:hover .why-choose--text {
    color: rgba(255, 255, 255, 0.9);
}

/* Spacing */
.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-80 {
    margin-bottom: 80px;
}
.benefit--intro { 
    min-height: 80px;
}

@media (min-width: 768px) and (max-width: 820px) {
    .why-choose--title,
    .ev-charging--title {
        font-size: 40px;
    }
    .benefit--title, .ev-charging--card-title {
        font-size: 30px;
        font-weight: 600;
    }
    .final-cta--section {
        margin-bottom: 40px;
    }
    .solar-sense--visual {
        display: none;
    }
    .py-130, .py-70 {
        padding: 30px 0px;
    }
    .solar-sense--text {
        font-size: 16px;
    }
    .solar-sense--lead,
    .why-choose--text, .ev-charging--item, .ev-charging--text, .benefit--footer p, .benefit--item, .benefit--intro, .process--cta-text, .process--funding-text, .process--lead, .process--text, .sectors--footer-text {
        /* font-size: 18px; */
        font-size: 16px;
    }
    .solar-sense--subhead,
    .solar-sense--content-wrap h3,
    .blog--card.four .blog--title,
    .why-choose--card-title, .benefit--subhead, .process--funding-title, .process--step-title {
        font-size: 25px;
    }
    .sectors--name {
        font-size: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .why-choose--section {
        margin-bottom: 0px;
    }
    .mb-80 {
        margin-bottom: 40px;
    }
    .final-cta--section {
        margin-bottom: 20px;
    }
    .ev-charging--card-title, .solar-sense--subhead {
        font-size: 25px;
    }
    .why-choose--text, .ev-charging--item, .ev-charging--text, .benefit--footer p, .benefit--item, .benefit--intro, .process--cta-text, .process--funding-text, .process--lead, .process--text, .sectors--footer-text {
        font-size: 16px;
    }
    .why-choose--card-title, .benefit--subhead, .process--funding-title, .process--step-title, .sectors--name {
        font-size: 20px;
    }
}
@media (min-width: 1300px) and (max-width: 1550px) {
    .mb-80 {
        margin-bottom: 40px;
    }
    .why-choose--title,
    .ev-charging--title,
    .solar-sense--title {
        font-size: 40px;
    }
    .why-choose--text,
    .ev-charging--item,
    .ev-charging--text,
    .benefit--footer p,
    .benefit--item,
    .benefit--intro,
    .process--cta-text,
    .process--funding-text,
    .process--lead,
    .process--text,
    .sectors--footer-text {
        font-size: 16px; 
    }
    .ev-charging--card-title,
    .solar-sense--subhead {
        font-size: 25px;
    }
    .benefit--title {
        font-size: 25px;
        font-weight: 600;
    }
    .final-cta--title {
        font-size: 40px;
        font-weight: 600;
    }

    .why-choose--section {
        margin-bottom: 0px;
    }
    .why-choose--card-title {
        min-height: 52px;
        display: flex;
        align-items: center;
    }
    .why-choose--card {
        padding: 20px;
    }
    .ev-charging--card {
        padding: 25px 30px;
    }
    .final-cta--section {
        margin-bottom: 20px;
    }
    .process--step {
        padding: 25px 25px;
    }
    .sectors--card {
        padding: 20px 20px;
    }
    .why-choose--card-title,
    .benefit--subhead,
    .process--funding-title,
    .process--step-title,
    .sectors--name {
        font-size: 20px;
    }
    .solar-sense--image-wrap {
        height: 700px;
    }
}


