﻿
:root {
    --green: #008000;
    --dark: #045504;
    --orange: #ff8210;
    --light: #f8faf8;
}
.wch-ev-opportunity-section
{
    padding:0px;
}
.wch-hero-bg {
    background-color: #f7e5cf;
    padding: 80px 0px !important;
}
.wch-section-1 {
    padding: 80px 0px;
}

.wch-container {
    width: 92%;
    max-width: 1500px;
    margin: auto
}

.wch-section {
    padding: 0px;
}

.wch-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08)
}

.wch-hero {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 40px;
    align-items: center
}

.wch-logo-title {
    font-size: 70px;
    font-weight: 800;
    color: var(--green);
    line-height: .95
}

.wch-heading {
    font-size: 35px;
    font-weight: 800;
    margin: 15px 0
}

    .wch-heading span {
        color: var(--green);
        font-size: 50px;
        font-weight:900;
    }

.wch-sub {
    font-size: 18px;
    color: #555
}

.wch-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 30px;
}

.wch-stat {
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.19);
    text-align: center;
}

    .wch-stat i {
        font-size: 34px;
        color: #fff;
        margin-bottom: 15px;
        background-color: var(--orange);
        width: 60px;
        height: 60px;
        border-radius: 50px;
        padding-top: 12px;
    }

    .wch-stat h3 {
        color: var(--green);
        font-size: 19px;
    }

    .wch-stat p {
        line-height: 24px;
        margin-bottom: 0px;
        font-size: 15px;
    }

.wch-hero-image {
    background: linear-gradient(135deg,#f7931e,#f5700c);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #777;
    padding: 20px;
    border-radius: 15px;
}

.wch-grid-2 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px
}

.wch-title {
    background: var(--green);
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px
}

.wch-chart {
    padding: 30px
}

.wch-bars {
    height: 430px;
    display: flex;
    align-items: flex-end;
    gap: 18px
}

.wch-bar {
    flex: 1;
    background: linear-gradient(var(--green),#8bc53f);
    border-radius: 8px 8px 0 0;
    position: relative
}

    .wch-bar span {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold
    }

.wch-roi-inner {
    padding: 0px 30px 0px 30px;
}
.wch-title1 {
    background: var(--green);
    color: #fff;
    padding: 15px 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    width:100%;
    text-align:center;
}
    .wch-roi-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px dashed #ddd
}

    .wch-roi-item i {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: var(--orange);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px
    }

    .wch-roi-item h3 {
        color: var(--green);
        font-size: 25px
    }

    .wch-roi-item p {
        margin-bottom: 0px;
        text-transform:uppercase;
    }

.wch-section-2 {
    padding: 0px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.wch-eco {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    text-align:center;
}
.wch-title-top
{
    margin-top:-50px;
    position:absolute;
    left:33%;
}
.wch-eco-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    text-align: center;
    margin-top: 70px;
}

.wch-eco-icon {
    width: 100px;
    height: 100px;
    border: 2px solid var(--orange);
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--green)
}

/* ===========================
   OPPORTUNITY SECTION
=========================== */

.wch-opportunity {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ed7d10, #f08113);
    padding: 30px;
    border-radius: 30px;
    color: #fff;
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    gap: 40px;
    z-index: 1;
    margin: 80px 0px;
}

    /* Background Image Area (40% Right Side) */
    .wch-opportunity::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        background: url('../images/EV_charging_station.jpg') center center/cover no-repeat;
        opacity: .50;
        z-index: -1;
    }

    /* Overlay Effect */
    .wch-opportunity::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 55%;
        height: 100%;
        background: linear-gradient( to left, rgba(0,0,0,.15), transparent );
        z-index: -1;
    }

/* Icon */
.wch-opportunity-icon {
    text-align: center;
    background-color:white;
    border-radius:50%;
    width:200px;
    height:200px;
}

    .wch-opportunity-icon i {
        font-size: 120px;
        color: var(--orange);
        padding-top:40px;
    }

/* Content */
.wch-opportunity-content p {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color:#fff;
}
.wch-title2
{
    font-size:18px;
    margin-bottom:10px;

}
.wch-opportunity-content h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 10px;
    color: var(--green);
    text-shadow: 2px 2px 5px rgba(255,255,255,0.3);
}

.wch-opportunity-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

.wch-opportunity-content .wch-desc {
    max-width: 450px;
    font-size: 16px;
    line-height: 1.7;
    color:#fff;
}

/* ===========================
   TABLET
=========================== */

@media(max-width:991px) {

    .wch-opportunity {
        padding: 50px 40px;
        grid-template-columns: 140px 1fr;
        gap: 30px;
    }

        .wch-opportunity::after,
        .wch-opportunity::before {
            width: 50%;
        }

    .wch-opportunity-icon i {
        font-size: 90px;
    }

    .wch-opportunity-content h2 {
        font-size: 54px;
    }

    .wch-opportunity-content h3 {
        font-size: 28px;
    }
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:767px) {

    .wch-opportunity {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 25px;
        gap: 25px;
    }

        .wch-opportunity::after {
            width: 100%;
            opacity: .08;
            background-position: center bottom;
        }

        .wch-opportunity::before {
            width: 100%;
        }

    .wch-opportunity-icon i {
        font-size: 70px;

    }

    .wch-opportunity-content h2 {
        font-size: 42px;
    }

    .wch-opportunity-content h3 {
        font-size: 24px;
    }

    .wch-opportunity-content p {
        font-size: 16px;
    }

    .wch-opportunity-content .wch-desc {
        font-size: 16px;
    }
}

.wch-growth {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 30px
}
.wch-eco-item {
    position: relative;
    text-align: center;
}
    .wch-eco-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50px;
        left: 72%;
        width: 56%;
        border-top: 3px dashed #0f9d58;
    }

    .wch-eco-item:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 45px;
        right: -75px;
        width: 12px;
        height: 12px;
        background: #f7931e;
        border-radius: 50%;
    }
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff
}

th {
    background: #fabd77;
    color: #333;
    padding: 15px;
    border: 1px solid #f7e5cf;
    text-align: center
}

td {
    padding: 15px;
    border: 1px solid #f7e5cf;
    text-align: center
}

.wch-invest {
    background: linear-gradient(135deg,var(--orange),#ff9f20);
    color: #fff;
    padding: 25px 35px;
    border-radius: 25px
}
.roiicondiv
{
    display:flex;
    gap:15px;
    margin-top:20px;
}
.roiicon i{
    font-size:40px;
    color:#008000;
}
.roitext h6 {
    margin-bottom: 0px;
    font-size: 16px;
    color:#fff;
}
.roitext p {
    font-size: 21px;
    font-weight: 700;
}
.wch-invest::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 250px;
    height: 250px;
    background: url('../images/moneicon.png') center/contain no-repeat;
    opacity: .55;
    pointer-events: none;
}
.wch-growth-table
{
    padding:25px;
    border:1px solid #008000;
}
.wch-invest h4 {
    font-size: 18px;
    color: #fff;
}

    .wch-invest h2 {
        font-size: 48px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    }

.wch-btn {
    display: inline-block;
    margin-top: 5px;
    padding: 8px 40px;
    background: linear-gradient(135deg,var(--green),#045504);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
    .wch-btn:hover {
        color: #fff;
    }
    /* Bottom Banner */
    .wch-bottom-banner {
    background: linear-gradient(135deg,var(--green),var(--green));
    border-radius: 25px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin:80px 0px 120px 0px;
}

.wch-banner-content {
    flex: 1;
}

    .wch-banner-content h3 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 15px;
        text-transform:uppercase;
    }
    .wch-banner-content h5 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .wch-banner-content p {
        color: rgba(255,255,255,.9);
        line-height: 1.8;
        margin: 0;
    }

.wch-banner-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.wch-feature {
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 15px;
    min-width: 150px;
    text-align: center;
   
}

    .wch-feature strong {
        display: block;
        color: #fff;
        margin-bottom:0px;
        font-size: 16px;
        line-height:24px;
        
    }

    .wch-feature span {
        color: #d6f5e4;
        font-size: 16px;
        font-weight: 700;
    }
    .wch-feature i {
        font-size: 34px;
        color: #fff;
        margin-bottom: 15px;
        background-color: var(--orange);
        width: 60px;
        height: 60px;
        border-radius: 50px;
        padding-top: 12px;
    }

@media(max-width:991px) {
    .wch-hero, .wch-grid-2, .wch-growth, .wch-footer-grid {
        grid-template-columns: 1fr
    }

    .wch-stats, .wch-eco-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width:767px) {
    .wch-heading, .wch-logo-title {
        font-size: 42px
    }

    .wch-stats, .wch-eco-grid {
        grid-template-columns: 1fr
    }

    .wch-opportunity {
        grid-template-columns: 1fr
    }

        .wch-opportunity h2, .wch-invest h2 {
            font-size: 48px
        }
}
@media(max-width:991px) {

    .wch-eco-grid {
        grid-template-columns: repeat(3,1fr);
        gap: 30px;
    }

    .wch-eco-item:nth-child(3)::after,
    .wch-eco-item:nth-child(5)::after {
        display: none;
    }

    .wch-eco-item:nth-child(3)::before,
    .wch-eco-item:nth-child(5)::before {
        display: none;
    }
}
@media(max-width:767px) {

    .wch-eco-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 280px;
        margin: auto;
    }

    .wch-eco-item {
        padding-bottom: 40px;
    }

        .wch-eco-item:not(:last-child)::after {
            top: 115px;
            left: 50%;
            width: 3px;
            height: 40px;
            border-top: none;
            background: #0f9d58;
            transform: translateX(-50%);
        }

        .wch-eco-item:not(:last-child)::before {
            top: 148px;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
            width: 12px;
            height: 12px;
            background: #f7931e;
            border-radius: 50%;
        }

    .wch-eco-icon {
        width: 90px;
        height: 90px;
    }

        .wch-eco-icon i {
            font-size: 34px;
        }
}

