.btn-quote:hover,
.btn-solar:hover {
    transform: translateY(-5px) scale(1.05)
}

.hero-slider,
.hero::before {
    top: 0;
    left: 0;
    position: absolute
}

.arka-lead-section,
.benefit-card,
.benefit-icon,
.hero,
.install-img-box,
.install-item,
.installs-premium,
.perk-card,
.savings-v2,
.scheme-card,
.services,
.solar-perks,
.solar-timeline,
.solution-card,
.why-card,
.why-choose {
    overflow: hidden
}

.about-btn,
.btn,
.scheme-link,
.service-btn,
.solution-content a,
.whatsapp-btn-glow {
    text-decoration: none
}

body {
    padding-top: 80px;
    color: #333;
    line-height: 1.6;
    background: var(--soft-grad-white);
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

.hero {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff
}

.benefit-icon i,
.hero-slide,
.hero-slider,
.hero::before {
    width: 100%;
    height: 100%
}

.hero-slider {
    z-index: 1
}

.hero-slide {
    position: absolute;
    background-size: cover;
    background-position: center;
    filter: brightness(.6) contrast(1.1);
    opacity: 0;
    animation: 15s infinite heroSlider
}

.hero-slide:first-child {
    animation-delay: 0s
}

.hero-slide:nth-child(2) {
    animation-delay: 5s
}

.hero-slide:nth-child(3) {
    animation-delay: 10s
}

@keyframes heroSlider {

    0%,
    100% {
        opacity: 0
    }

    10%,
    35% {
        opacity: 1
    }
}

.hero::before {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, .7), transparent);
    z-index: -1
}

.hero-content {
    position: relative;
    z-index: 100 !important;
    max-width: 750px;
    padding: 0 20px;
    text-align: left;
    margin-top: -60px !important;
    opacity: 1;
    transition: .3s
}

.hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.1;
    margin-bottom: 15px !important;
    color: #fff;
    font-weight: 850;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .5)
}

.about-btn,
.btn {
    font-weight: 700
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 20px !important;
    max-width: 600px;
    color: #f8fafc;
    line-height: 1.5;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5)
}

.hero-buttons {
    display: flex !important;
    gap: 15px;
    margin-top: 5px !important;
    z-index: 101
}

.btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    border: none
}

.btn-solar {
    background: linear-gradient(135deg, #0a5c2b, #2ecc71);
    color: #fff !important
}

.btn-solar:hover {
    box-shadow: 0 15px 35px rgba(46, 204, 113, .4)
}

.btn-quote {
    background: linear-gradient(135deg, #f39c12, #f1c40f);
    color: #050b18 !important
}

.btn-quote:hover {
    background: #fff;
    box-shadow: 0 15px 35px rgba(255, 255, 255, .2)
}

@media (max-width:768px) {
    body {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    #hero,
    .hero {
        min-height: 80vh;
        padding-top: 200px !important;
        text-align: center;
        justify-content: center;
        align-items: flex-start
    }

    .hero-content {
        margin-top: -40px !important;
        text-align: center
    }

    .hero-buttons {
        flex-direction: column !important;
        align-items: center;
        width: 100%
    }

    .btn {
        width: 100% !important;
        max-width: 280px;
        padding: 16px
    }

    .hero h1 {
        font-size: 2.2rem !important
    }

    .hero p {
        font-size: 1rem !important;
        margin-bottom: 20px !important
    }

    .hero-benefits {
        margin-top: -30px !important
    }
}

.hero-benefits {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: -85px;
    position: relative;
    z-index: 10;
    padding: 0 20px
}

.benefit-card {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(12px);
    padding: 30px 20px;
    width: 230px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    position: relative
}

.card1,
.card3 {
    transform: translateY(-20px)
}

.card2 {
    transform: translateY(15px)
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 4px;
    border-radius: 0 0 10px 10px
}

.card1::before {
    background: #f1c40f
}

.card-green::before,
.card2::before {
    background: #2ecc71
}

.card3::before {
    background: #3498db
}

.benefit-card:hover {
    transform: translateY(0) scale(1.05) !important;
    background: #fff;
    z-index: 20
}

.card1:hover {
    box-shadow: 0 20px 40px rgba(241, 196, 15, .2)
}

.card2:hover {
    box-shadow: 0 20px 40px rgba(46, 204, 113, .2)
}

.card3:hover {
    box-shadow: 0 20px 40px rgba(52, 152, 219, .2)
}

.benefit-card::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, .6);
    transform: rotate(30deg);
    transition: .7s;
    pointer-events: none
}

.benefit-card:hover::after {
    left: 130%
}

.benefit-card h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -.5px
}

.card1 h3 {
    color: #d35400
}

.card2 h3 {
    color: #0a5c2b
}

.card3 h3 {
    color: #2980b9
}

.benefit-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin: 0
}

.benefit-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 22px;
    transition: transform .6s
}

.benefit-icon i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.card1 .benefit-icon {
    background: linear-gradient(135deg, #f39c12, #f1c40f)
}

.card2 .benefit-icon {
    background: linear-gradient(135deg, #0a5c2b, #1fa84c)
}

.card3 .benefit-icon {
    background: linear-gradient(135deg, #2980b9, #3498db)
}

@media (min-width:993px) {
    .benefit-card:hover .benefit-icon {
        transform: rotateY(360deg)
    }
}

.arka-wave-divider {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none
}

.about-section,
.solution-card,
.solutions-title,
.why-card,
.why-choose,
.why-choose h2,
.why-grid,
.why-sub {
    position: relative
}

.arka-wave-divider svg {
    display: block;
    width: 100%;
    height: 60px
}

.about-section {
    padding: 80px 5%;
    background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%)
}

.about-section::after,
.about-section::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: .15;
    z-index: 1
}

.about-section::before {
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, #2ecc71, #0a5c2b)
}

.about-section::after {
    bottom: -120px;
    left: -120px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #3498db, #5dade2)
}

.about-container {
    background: rgba(255, 255, 255, .8) !important;
    backdrop-filter: blur(15px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 40px
}

.about-container:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .3)
}

.about-text {
    flex: 1.2;
    min-width: 320px
}

.about-text h2 {
    color: #0f172a !important;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px
}

.about-text h2::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background: #2ecc71;
    margin-top: 10px;
    border-radius: 10px
}

.about-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px
}

.eco-card span {
    color: #1e293b !important;
    font-weight: 600
}

.eco-card {
    background: #fff !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05)
}

.eco-card:hover {
    transform: scale(1.05);
    background: #fff
}

.eco-card i,
.f-icon {
    font-size: 20px
}

.eco-card:first-child i,
.step-icon-wrap.icon-green {
    color: #2ecc71
}

.card-after i,
.eco-card:nth-child(2) i,
.highlight {
    color: #f1c40f
}

.eco-card:nth-child(3) i,
.step-icon-wrap.icon-blue {
    color: #3498db
}

.about-btn {
    background: #0a5c2b !important;
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.about-btn:hover {
    background: #0a5c2b;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(10, 92, 43, .4)
}

.about-btn .arrow,
.about-btn span {
    transition: .3s
}

.about-btn:hover .arrow,
.about-btn:hover span {
    transform: translateX(5px);
    color: #fff
}

.about-image {
    flex: 1;
    min-width: 320px;
    display: flex;
    justify-content: center
}

.about-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
    transition: .5s
}

.about-container:hover .about-image img {
    transform: scale(1.02) rotate(1deg)
}

.why-choose {
    padding: 100px 20px;
    background: #001a0d;
    text-align: center
}

.why-choose::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(46, 204, 113, .1), transparent);
    top: -10%;
    left: -10%;
    border-radius: 50%
}

.why-choose-title {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 50px
}

.brand-gradient {
    display: inline-block;
    background: linear-gradient(90deg, #f1c40f, #2ecc71, #f1c40f);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 3s linear infinite shineBrand;
    font-weight: 900
}

@keyframes shineBrand {
    to {
        background-position: 200% center
    }
}

.why-choose h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
    z-index: 2;
    font-weight: 800
}

.why-sub {
    max-width: 650px;
    margin: 0 auto 60px;
    color: #a5d6a7;
    font-size: 17px;
    z-index: 2
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    z-index: 2
}

.why-card {
    background: rgba(255, 255, 255, .03);
    padding: 40px 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    transition: .5s cubic-bezier(.175, .885, .32, 1.275)
}

.card-solar i {
    color: #f1c40f;
    filter: drop-shadow(0 0 10px rgba(241, 196, 15, .3))
}

.card-solar:hover {
    border-color: #f1c40f;
    box-shadow: 0 20px 40px rgba(241, 196, 15, .15)
}

.card-solar::after {
    background: linear-gradient(90deg, #f1c40f, #f39c12)
}

.card-tech i {
    color: #2ecc71;
    filter: drop-shadow(0 0 10px rgba(46, 204, 113, .3))
}

.card-tech:hover {
    border-color: #2ecc71;
    box-shadow: 0 20px 40px rgba(46, 204, 113, .15)
}

.card-tech::after {
    background: linear-gradient(90deg, #2ecc71, #27ae60)
}

.card-subsidy i {
    color: #3498db;
    filter: drop-shadow(0 0 10px rgba(52, 152, 219, .3))
}

.card-subsidy:hover {
    border-color: #3498db;
    box-shadow: 0 20px 40px rgba(52, 152, 219, .15)
}

.card-subsidy::after {
    background: linear-gradient(90deg, #3498db, #2980b9)
}

.card-service i {
    color: #9b59b6;
    filter: drop-shadow(0 0 10px rgba(155, 89, 182, .3))
}

.card-service:hover {
    border-color: #9b59b6;
    box-shadow: 0 20px 40px rgba(155, 89, 182, .15)
}

.card-service::after {
    background: linear-gradient(90deg, #9b59b6, #8e44ad)
}

.why-card:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, .07);
    border-color: #2ecc71;
    box-shadow: 0 20px 40px rgba(10, 92, 43, .3)
}

.why-card i {
    font-size: 45px;
    color: #2ecc71;
    margin-bottom: 25px;
    display: inline-block;
    transition: .5s;
    filter: drop-shadow(0 0 10px rgba(46, 204, 113, .3))
}

.why-card:hover i {
    transform: scale(1.2) rotateY(180deg);
    color: #f1c40f
}

.why-card h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.why-card p {
    color: #cbd5e0;
    font-size: 15px;
    line-height: 1.6
}

.why-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    transition: .5s
}

.why-card:hover::after {
    width: 100%
}

.solutions {
    padding: 100px 5%;
    background: #fff;
    text-align: center
}

.solutions-title {
    color: #0a5c2b;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 60px;
    display: inline-block
}

.solutions-title::after {
    content: "";
    width: 60px;
    height: 5px;
    background: #f1c40f;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 10px
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: auto
}

.solution-card {
    height: 400px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .5s cubic-bezier(.4, 0, .2, 1)
}

.solution-card:hover {
    box-shadow: 0 20px 50px rgba(10, 92, 43, .15);
    transform: translateY(-5px)
}

.solution-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s
}

.solution-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 51, 26, .85) 15%, rgba(0, 0, 0, 0) 75%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    text-align: left;
    transition: .4s
}

.govt-scheme,
.perk-card,
.perks-grid,
.scheme-card,
.services,
.solar-perks {
    position: relative
}

.solution-card:hover .solution-content {
    background: linear-gradient(to top, rgba(10, 92, 43, .95) 30%, rgba(10, 92, 43, .4) 100%)
}

.solution-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.solution-content a,
.solution-content i,
.solution-content p {
    opacity: 0;
    transform: translateY(30px);
    transition: .4s
}

.solution-content i {
    color: #f1c40f;
    font-size: 32px;
    margin-bottom: 12px
}

.solution-card:hover a,
.solution-card:hover i,
.solution-card:hover p {
    opacity: 1;
    transform: translateY(0)
}

.solution-content a {
    display: inline-block;
    padding: 10px 25px;
    background: #f1c40f;
    color: #0a5c2b;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    width: fit-content
}

.solution-content a:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(255, 255, 255, .4)
}

.govt-scheme {
    padding: 100px 5%;
    background: #f4f7fa;
    text-align: center;
    border-top: 1px solid #e1e8ed
}

.govt-title {
    font-size: 34px;
    color: #0a5c2b;
    font-weight: 800;
    margin-bottom: 50px;
    letter-spacing: -.5px
}

.badge,
.card-status {
    text-transform: uppercase;
    letter-spacing: 1px
}

.scheme-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: auto;
    flex-wrap: nowrap
}

.scheme-card {
    background: #fff;
    flex: 1;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    border: 1px solid rgba(10, 92, 43, .05);
    transition: .4s cubic-bezier(.165, .84, .44, 1)
}

.scheme-link,
.service-card,
.services,
.solar-perks {
    text-align: center
}

.scheme-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(10, 92, 43, .1);
    border-color: #2ecc71
}

.scheme-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px
}

.card-orange::before {
    background: #f93
}

.card-tag {
    font-size: 11px;
    font-weight: 800;
    color: #0a5c2b;
    background: rgba(46, 204, 113, .1);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px
}

.scheme-card h3 {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3
}

.subsidy-badge {
    font-size: 24px;
    font-weight: 900;
    color: #27ae60;
    margin-bottom: 20px;
    display: block
}

.scheme-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.scheme-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f4f8;
    font-size: 14px;
    color: #444
}

.scheme-list li strong {
    color: #0a5c2b;
    font-weight: 700
}

.odisha-note {
    font-size: 12px;
    color: #d35400;
    background: rgba(211, 84, 0, .05);
    padding: 8px 12px;
    border-radius: 10px;
    margin-bottom: 25px;
    display: inline-block
}

.scheme-link {
    display: block;
    background: #0a5c2b;
    color: #fff;
    padding: 12px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 14px;
    transition: .3s
}

.scheme-link:hover {
    background: #f1c40f;
    color: #0a5c2b;
    box-shadow: 0 5px 15px rgba(241, 196, 15, .3)
}

.services {
    padding: 60px 5%;
    background: linear-gradient(110deg, #1a4a3e 0, #0a5c2b 30%, #2e86c1 70%, #f1c40f 100%)
}

.services::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -10%;
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 152, 219, .2), transparent 70%);
    filter: blur(60px)
}

.services-title {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 40px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.service-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2
}

.service-card {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    padding: 35px 25px;
    transition: .4s;
    color: #fff;
    height: auto
}

.service-btn,
.service-icon {
    background: #fff;
    color: #0a5c2b
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, .18);
    border-color: #f1c40f;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25)
}

.service-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    transition: .4s
}

.service-card:hover .service-icon {
    background: #f1c40f;
    transform: scale(1.1) rotate(5deg)
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700
}

.service-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.5;
    margin-bottom: 25px
}

.service-btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    transition: .3s
}

.service-btn:hover {
    background: #f1c40f;
    transform: scale(1.05)
}

.install-info h3,
.perk-card h3 {
    margin-bottom: 12px;
    font-weight: 700
}

.solar-perks {
    padding: 100px 5%;
    background: linear-gradient(135deg, #052c16 0, #001a0d 100%)
}

.solar-perks::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -5%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(46, 204, 113, .1), transparent 70%);
    border-radius: 50%
}

.perks-title {
    font-size: 38px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 70px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.installs-title,
.savings-main-title {
    text-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.perks-title::after {
    content: "";
    width: 70px;
    height: 5px;
    background: #f1c40f;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px
}

.perks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1300px;
    margin: auto;
    z-index: 2
}

.perk-card {
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 30px;
    padding: 35px 20px;
    transition: .5s cubic-bezier(.175, .885, .32, 1.275);
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%
}

.install-item,
.s-card {
    backdrop-filter: blur(15px)
}

.perk-card:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, .07);
    border-color: #2ecc71;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .4)
}

.perk-icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .05);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #2ecc71;
    margin-bottom: 20px;
    transition: .5s;
    border: 1px solid rgba(255, 255, 255, .1)
}

.perk-card:hover .perk-icon-wrap {
    background: #2ecc71;
    color: #001a0d;
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 0 20px rgba(46, 204, 113, .5)
}

.perk-card h3 {
    font-size: 19px;
    color: #fff
}

.perk-card p {
    font-size: 13.5px;
    color: #b0bec5;
    line-height: 1.6
}

.perk-number {
    position: absolute;
    bottom: -10px;
    right: 15px;
    font-size: 80px;
    font-weight: 900;
    color: rgba(255, 255, 255, .02);
    z-index: -1;
    transition: .4s
}

.perk-card:hover .perk-number {
    color: rgba(241, 196, 15, .05);
    transform: translateY(-10px)
}

@media (max-width:1100px) {
    .perks-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.installs-premium {
    padding: 100px 5%;
    background: linear-gradient(135deg, #0a5c2b 0, #1e8449 30%, #2e86c1 70%, #f1c40f 110%);
    text-align: center;
    position: relative
}

.installs-premium::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, .1), transparent 70%);
    filter: blur(50px)
}

.installs-title {
    font-size: 38px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px
}

.installs-sub {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 60px;
    font-size: 17px
}

.installs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2
}

.install-item {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 40px;
    transition: .5s cubic-bezier(.175, .885, .32, 1.275);
    text-align: left;
    color: #fff
}

.install-item:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, .2);
    border-color: #f1c40f;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .3)
}

.install-img-box {
    position: relative;
    height: 240px
}

.install-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s
}

.install-item:hover .install-img-box img {
    transform: scale(1.15) rotate(1deg)
}

.install-tag {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: #f1c40f;
    color: #0a5c2b;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.install-info {
    padding: 35px 30px
}

.install-info h3 {
    font-size: 24px;
    color: #fff
}

.install-info p {
    font-size: 15px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.6;
    margin-bottom: 25px
}

.bill-list,
.install-features {
    list-style: none;
    padding: 0
}

.install-features li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500
}

.install-features i {
    color: #f1c40f;
    font-size: 16px;
    filter: drop-shadow(0 0 5px rgba(241, 196, 15, .5))
}

.solar-timeline {
    padding: 100px 5%;
    background: linear-gradient(135deg, #fdf6e3 0, #e8f5e9 50%, #fff 100%);
    text-align: center;
    position: relative
}

.solar-timeline::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(241, 196, 15, .1), transparent 70%);
    filter: blur(50px)
}

.timeline-main-title {
    font-size: 38px;
    color: #0a5c2b;
    font-weight: 800;
    margin-bottom: 70px;
    position: relative
}

.timeline-main-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #f1c40f;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px
}

.timeline-sub {
    color: #666;
    margin-bottom: 80px;
    font-size: 16px
}

.timeline-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    position: relative
}

.step-icon-wrap,
.step-num {
    color: #0a5c2b;
    display: flex
}

.timeline-path {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: rgba(10, 92, 43, .15);
    border-top: 2px dashed #0a5c2b;
    z-index: 1
}

.timeline-step {
    position: relative;
    z-index: 2;
    text-align: center;
    transition: .4s
}

.step-icon-wrap {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 4px solid #f8fbff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: auto auto 30px;
    position: relative;
    transition: .5s cubic-bezier(.175, .885, .32, 1.275);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.step-icon-wrap.icon-orange {
    color: #f39c12
}

.step-num {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 35px;
    height: 35px;
    background: #f1c40f;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(241, 196, 15, .3)
}

.arka-lead-section,
.comparison-box,
.logo-slider,
.s-card,
.savings-v2 {
    position: relative
}

.timeline-step:hover .step-icon-wrap {
    background: #0a5c2b;
    color: #fff;
    transform: scale(1.15) rotate(15deg);
    box-shadow: 0 15px 35px rgba(10, 92, 43, .2);
    border-color: #2ecc71
}

.timeline-step h3 {
    font-size: 23px;
    color: #111;
    margin-bottom: 15px;
    font-weight: 700
}

.timeline-step p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    padding: 0 15px
}

@media (max-width:1024px) {
    .installs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .installs-title {
        font-size: 32px
    }

    .timeline-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px
    }

    .timeline-path {
        display: none
    }
}

@media (max-width:600px) {
    .arka-wa-wrapper {
        bottom: 20px;
        right: 20px
    }

    .wa-main-btn {
        width: 55px;
        height: 55px;
        font-size: 28px
    }

    .perks-grid,
    .timeline-container {
        grid-template-columns: 1fr
    }

    .timeline-step {
        padding-bottom: 40px;
        border-bottom: 1px solid #eee
    }

    .timeline-step:last-child {
        border-bottom: none
    }
}

.savings-sub {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 70px
}

.savings-v2 {
    padding: 100px 5%;
    background: linear-gradient(135deg, #062e1a 0, #0a5c2b 40%, #1a3a5f 100%);
    text-align: center
}

.savings-main-title {
    font-size: 38px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px
}

.comparison-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 1100px;
    margin: 60px auto 0;
    z-index: 2
}

.s-card {
    flex: 1;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 50px 40px;
    border-radius: 40px;
    text-align: left;
    color: #fff;
    transition: .4s
}

.vs-badge {
    width: 65px;
    height: 65px;
    background: #f1c40f;
    color: #0a5c2b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
    z-index: 10;
    margin: auto -32px;
    box-shadow: 0 0 20px rgba(241, 196, 15, .5);
    border: 4px solid #062e1a
}

.card-before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.card-after {
    background: rgba(46, 204, 113, .1);
    border: 2px solid #2ecc71;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 30px rgba(46, 204, 113, .15)
}

.card-status {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 25px
}

.status-red {
    background: #ef4444;
    color: #fff
}

.status-green {
    background: #2ecc71;
    color: #052c16;
    box-shadow: 0 0 15px rgba(46, 204, 113, .4)
}

.bill-icon {
    font-size: 40px;
    margin-bottom: 20px
}

.s-card h3 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #fff
}

.bill-list li {
    margin-bottom: 18px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, .9)
}

.bill-list i {
    font-size: 18px
}

.card-before i {
    color: #ff5e5e
}

@media (max-width:900px) {
    .comparison-box {
        flex-direction: column
    }

    .vs-badge {
        margin: -30px 0;
        transform: rotate(90deg)
    }

    .s-card {
        width: 100%;
        border-radius: 30px;
        text-align: center
    }

    .bill-list li {
        justify-content: center
    }
}

.arka-brands-slider {
    padding: 40px 0;
    background: #fff;
    text-align: center;
    overflow: hidden
}

.brands-main-title {
    font-size: 28px;
    color: #0a5c2b;
    font-weight: 800;
    margin-bottom: 5px
}

.brands-sub {
    color: #777;
    margin-bottom: 30px;
    font-size: 14px
}

.logo-slider {
    width: 100%;
    padding: 15px 0;
    background: rgba(248, 251, 255, .4);
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.logo-track {
    display: flex;
    animation: 20s linear infinite scrollLogos;
    width: max-content
}

.slide {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px
}

.slide img {
    height: 45px;
    width: auto;
    filter: grayscale(100%);
    opacity: .6;
    transition: .4s
}

.slide img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1)
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-200px * 5))
    }
}

@media (max-width:768px) {
    .installs-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .installs-premium {
        padding: 60px 20px
    }

    .install-img-box {
        height: 200px
    }

    .installs-title {
        font-size: 28px
    }

    .installs-sub {
        font-size: 15px;
        margin-bottom: 40px
    }

    .arka-brands-slider {
        padding: 30px 0
    }

    .slide {
        width: 130px
    }

    .slide img {
        height: 35px
    }

    @keyframes scrollLogos {
        100% {
            transform: translateX(calc(-130px * 5))
        }
    }
}

.arka-lead-section {
    padding: 100px 5%;
    background: linear-gradient(135deg, #0a5c2b 0, #1e8449 40%, #2e86c1 70%, #f1c40f 110%)
}

.badge,
.lead-f-item:hover {
    background: rgba(255, 255, 255, .2)
}

.arka-lead-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2
}

.arka-lead-left {
    flex: 1;
    color: #fff
}

.lead-features-grid,
.lead-form {
    flex-direction: column;
    display: flex
}

.badge {
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700
}

.arka-lead-left h2 {
    font-size: 48px;
    margin: 20px 0;
    line-height: 1.2;
    font-weight: 800
}

.arka-lead-left p {
    font-size: 17px;
    opacity: .9;
    margin-bottom: 40px;
    line-height: 1.6
}

.lead-features-grid {
    gap: 15px
}

.lead-f-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, .1);
    padding: 15px 20px;
    border-radius: 15px;
    border-left: 4px solid #f1c40f;
    transition: .3s
}

.lead-f-item:hover {
    transform: translateX(10px)
}

.arka-lead-right {
    flex: 1
}

.glass-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 35px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .2)
}

.lead-form {
    gap: 18px
}

.input-group input {
    width: 100%;
    padding: 15px;
    color: #222;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    transition: .3s
}

.input-group input:focus {
    border-color: #0a5c2b;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(10, 92, 43, .1)
}

.bill-upload-label {
    background: #f1f5f9;
    padding: 15px;
    border-radius: 12px;
    border: 2px dashed #cbd5e1;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: .3s
}

.bill-upload-label:hover {
    border-color: #0a5c2b;
    background: #eefdf3
}

.bill-upload-label input {
    display: none
}

::placeholder {
    color: #555 !important;
    opacity: 1
}

.submit-btn {
    background: #0a5c2b;
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: .3s
}

.submit-btn:hover {
    background: #08471f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(10, 92, 43, .2)
}

#submitBtn:disabled {
    background-color: #555;
    color: #fff;
    cursor: not-allowed;
    opacity: .8
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.form-divider {
    text-align: center;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700
}

.whatsapp-btn-glow {
    display: inline-flex;
    background: #25d366;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .3s
}

.whatsapp-btn-glow:hover {
    background: #1ebe57;
    box-shadow: 0 0 20px rgba(37, 211, 102, .4)
}

.whatsapp-btn-glow i {
    font-size: 1.2rem
}

@media (max-width:992px) {
    .benefit-card:active .benefit-icon {
        transform: rotateY(360deg);
        transition: transform .6s
    }

    .benefit-card:hover .benefit-icon {
        transform: none
    }

    .hero-benefits {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-top: -50px;
        padding-bottom: 50px;
        perspective: 1000px
    }

    .benefit-card {
        width: 100%;
        max-width: 320px;
        opacity: 0;
        transform: translateY(30px);
        animation: .8s forwards mobileCardEntry
    }

    .card1 {
        animation-delay: .2s
    }

    .card2 {
        animation-delay: .4s
    }

    .card3 {
        animation-delay: .6s
    }

    @keyframes mobileCardEntry {
        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    .benefit-card:hover {
        transform: scale(1.03) !important;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .1) !important
    }

    .about-section {
        padding: 60px 15px
    }

    .about-container {
        padding: 30px 20px;
        gap: 30px;
        flex-direction: column-reverse;
        border-radius: 30px
    }

    .about-text {
        text-align: center;
        min-width: 100%
    }

    .about-text h2 {
        font-size: 28px
    }

    .about-text h2::after {
        margin: 10px auto 0
    }

    .about-text p,
    .why-card p {
        font-size: 15px;
        line-height: 1.6
    }

    .eco-cards {
        justify-content: center;
        gap: 10px
    }

    .eco-card {
        font-size: 13px;
        padding: 10px 15px
    }

    .about-image {
        width: 100%;
        min-width: 100%
    }

    .about-image img {
        max-height: 300px;
        border-radius: 20px
    }

    .about-section::after,
    .about-section::before {
        display: none
    }

    .why-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 25px;
        padding: 0 10px;
        max-width: 400px;
        margin: 0 auto
    }

    .why-card {
        width: 100% !important;
        min-width: unset !important;
        padding: 35px 20px;
        display: block
    }

    .why-card i {
        font-size: 40px;
        margin-bottom: 20px
    }

    .why-card h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .solutions-title {
        font-size: 30px;
        margin-bottom: 40px;
        padding: 0 10px;
        text-align: center;
        display: block
    }

    .solutions-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
        padding: 0 20px
    }

    .solution-card {
        height: 320px;
        border-radius: 20px
    }

    .solution-content a,
    .solution-content i,
    .solution-content p {
        opacity: 1 !important;
        transform: translateY(0) !important
    }

    .solution-content {
        padding: 20px;
        background: linear-gradient(to top, rgba(0, 51, 26, .9) 25%, rgba(0, 0, 0, .2) 85%)
    }

    .solution-content i {
        font-size: 28px;
        margin-bottom: 8px
    }

    .scheme-card h3,
    .service-card h3,
    .solution-content h3 {
        font-size: 20px
    }

    .solution-content p {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.4
    }

    .arka-lead-section,
    .govt-scheme {
        padding: 60px 20px
    }

    .govt-title {
        font-size: 28px;
        margin-bottom: 35px
    }

    .scheme-grid {
        flex-direction: column;
        gap: 25px;
        flex-wrap: wrap
    }

    .scheme-card {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding: 30px 20px;
        border-radius: 25px
    }

    .subsidy-badge {
        font-size: 22px;
        margin-bottom: 15px
    }

    .scheme-list li {
        font-size: 13px
    }

    .lead-f-item:hover,
    .scheme-card:hover,
    .service-card:hover {
        transform: translateY(-5px)
    }

    .services {
        padding: 50px 20px;
        background: linear-gradient(180deg, #1a4a3e 0, #0a5c2b 40%, #2e86c1 100%)
    }

    .services-title {
        font-size: 26px;
        margin-bottom: 30px
    }

    .service-container {
        grid-template-columns: 1fr !important;
        gap: 20px;
        padding: 0 10px
    }

    .service-card {
        padding: 30px 20px;
        border-radius: 25px
    }

    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
        border-radius: 15px;
        margin-bottom: 15px
    }

    .service-card p {
        font-size: 14px;
        margin-bottom: 20px
    }

    body {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    #hero,
    .hero {
        min-height: 80vh;
        padding-top: 200px !important;
        text-align: center;
        justify-content: center;
        align-items: flex-start
    }

    .arka-lead-container {
        flex-direction: column;
        gap: 40px;
        text-align: center
    }

    .arka-lead-left h2 {
        font-size: 32px;
        margin: 15px 0
    }

    .arka-lead-left p {
        font-size: 15px;
        margin-bottom: 30px
    }

    .lead-features-grid {
        align-items: center
    }

    .lead-f-item {
        width: 100%;
        max-width: 400px;
        text-align: left
    }

    .arka-lead-right {
        width: 100%
    }

    .glass-form-card {
        padding: 30px 20px;
        border-radius: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
    }
}

@media (max-width:480px) {
    .hero-benefits {
        margin-top: -20px;
        gap: 15px;
        padding: 0 15px
    }

    .benefit-card {
        max-width: 100%;
        padding: 20px 15px;
        border-radius: 15px;
        transform: translateY(20px);
        animation-duration: .6s
    }

    .benefit-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
        font-size: 18px;
        margin-bottom: 12px
    }

    .benefit-card h3 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .benefit-card p {
        font-size: 12px;
        line-height: 1.4
    }

    .about-container,
    .scheme-card,
    .service-card {
        padding: 25px 15px
    }

    .about-text h2,
    .govt-title,
    .services-title {
        font-size: 24px
    }

    .about-btn {
        width: 100%;
        justify-content: center
    }

    .why-grid {
        gap: 20px
    }

    .solution-card {
        height: 300px
    }

    .solution-content a {
        padding: 8px 20px;
        font-size: 13px
    }

    .scheme-list li,
    .scheme-list li strong {
        text-align: left
    }

    .scheme-list li {
        flex-direction: column;
        gap: 5px
    }

    .services {
        padding: 40px 15px
    }

    .service-btn {
        width: 100%;
        text-align: center
    }

    .arka-lead-left h2 {
        font-size: 28px
    }

    .bill-upload-label,
    .input-group input,
    .submit-btn,
    .whatsapp-btn-glow {
        padding: 12px;
        font-size: 14px
    }

    .badge {
        font-size: 10px
    }
}

@media (max-width:768px) {

    .benefits-grid,
    .installs-grid {
        grid-template-columns: 1fr !important
    }

    .install-item,
    .s-card {
        border-radius: 20px !important
    }

    section {
        padding: 50px 15px !important
    }

    .benefits-main-title,
    .installs-title,
    .process-title,
    .section-title {
        font-size: 28px !important;
        margin-bottom: 30px !important
    }

    .benefits-grid {
        gap: 45px !important
    }

    .installs-grid {
        gap: 25px !important
    }

    .process-container,
    .timeline-container {
        grid-template-columns: 1fr !important;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .arrow-svg,
    .timeline-path {
        display: none !important
    }

    .p-step,
    .timeline-step {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        padding-bottom: 20px
    }

    .comparison-box {
        flex-direction: column !important;
        gap: 20px !important
    }

    .s-card {
        width: 100% !important;
        padding: 30px 20px !important
    }

    .vs-badge {
        margin: -30px auto !important;
        transform: rotate(0) !important;
        width: 50px;
        height: 50px;
        font-size: 16px
    }

    .arka-lead-container {
        flex-direction: column !important;
        text-align: center
    }

    .arka-lead-left h2 {
        font-size: 30px !important
    }

    .glass-form-card {
        padding: 25px 20px !important;
        border-radius: 25px !important
    }

    .arka-wa-wrapper {
        bottom: 15px !important;
        right: 15px !important
    }

    .wa-main-btn {
        width: 55px !important;
        height: 55px !important
    }
}

@media (max-width:480px) {
    .section-title {
        font-size: 24px !important
    }

    .logo-text .name {
        font-size: 16px !important
    }
}