/* Banner page */

.infrastructure-ev-section {
    min-height: 535px;
    background-image: url('https://evstations.uni-info.co.in/wp-content/themes/evstations/assets/img/infrastrcture-setup/banner-image.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.infrastructure-ev-title {
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.infrastructure-ev-title .text-success {
    color: #6EB51C !important;
}

.infrastructure-ev-description p {
    color: #323232;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}

/* second section */

.provide-card-section {
    background-image: url('https://evstations.uni-info.co.in/wp-content/themes/evstations/assets/img/infrastrcture-setup/we-offer.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.provide-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0px 0px 15px 0px #0000001A;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
}

.provide-card h6{
    font-size:20px;
}

.provide-card{
   text-align: center;
}

.provide-card-section .row div:nth-child(1) .provide-card {
    border-bottom: 3px solid #00A1CD;
}
.provide-card-section .row div:nth-child(2) .provide-card {
    border-bottom: 3px solid #00B77B;
}
.provide-card-section .row div:nth-child(3) .provide-card {
    border-bottom: 3px solid #0049D7;
}

.provide-card:hover {
    transform: translateY(-3px);
}

/* Icon Styles */
.provide-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /* color: white; */
    margin-bottom: 20px !important;
}

/*.provide-card-section .row div:nth-child(1) .provide-icon-box {
    background-color: #00A1CD;
}

.provide-card-section .row div:nth-child(2) .provide-icon-box {
    background-color: #00B77B;
}

.provide-card-section .row div:nth-child(3) .provide-icon-box {
    background-color: #0049D7;
}

.provide-card-section .row div:nth-child(4) .provide-icon-box {
    background-color: #F05C0D;
}

.provide-card-section .row div:nth-child(5) .provide-icon-box {
    background-color: #E200CB;
}

.provide-card-section .row div:nth-child(6) .provide-icon-box {
    background-color: #FF2B2E;
}*/

/* Card Heading */
.provide-card .h6 {
    font-size: 20px;
    margin-bottom: 0;
}

/* Card Description */
.provide-card .card-description,
.provide-card .card-description p {
    color: #323232;
    margin-bottom: 0;
}

/* CTA Button */
.provide-card .cta-container {
    margin-top: 50px;
}
.cta-container {
    text-align: center;
    margin-top: 50px;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

.fade-in-up:nth-child(1) {
    animation-delay: 0.1s;
}

.fade-in-up:nth-child(2) {
    animation-delay: 0.2s;
}

.fade-in-up:nth-child(3) {
    animation-delay: 0.3s;
}

/* complete electrical */
.complete-electrical .section-wrapper {
    background-image: url('https://evstations.uni-info.co.in/wp-content/themes/evstations/assets/img/infrastrcture-setup/ev-infrastructure.png');
    border-radius: 12px;
    padding: 40px;
}

.complete-electrical .feature-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.complete-electrical .feature-list li::before {
    content: "";
    background-image: url('https://evstations.uni-info.co.in/wp-content/themes/evstations/assets/img/commercial-ev-charger/checkbox.svg');
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 20px;
    min-height: 20px;
    margin-right: 10px;
}

/* Ev-charger */
:root {
    --light-grey: #F2F2F2;
    --brand-green: #92E92E;
    --border-color: #E1E1E1;
    --text-dark: #1A1A1A;
    --success-green: #70C324;
    --bg-right: #F9FFF3;
}

.comparison-container {
    border: 1px solid var(--border-color);
    border-radius: 15px;
    overflow: hidden;
}

.header-box {
    padding: 20px 20px 19px 20px;
}

.bg-grey {
    background-color: var(--light-grey);
}

.bg-green {
    background-color: var(--brand-green);
}

.comparison-row {
    display: flex;
    /* flex-wrap: wrap; */
    border-top: 1px solid var(--border-color);
}

.item-cell {
    padding: 20px 25px;
    display: flex;
    align-items: center;
}

.left-side {
    width: 50%;
    background-color: #fff;
}

.right-side {
    width: 50%;
    background-color: var(--bg-right);
    border-left: 1px solid var(--border-color);
}

.check-icon {
    background-image: url('https://evstations.uni-info.co.in/wp-content/themes/evstations/assets/img/commercial-ev-charger/checkbox.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


/* booking section */
.book-installation .container {
    background-color: #6EB51C;
    border: 1px solid #2D55000D;
}


/* contact us */
.modified-contact-us .contact-inner {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 248px;
}

/* media queries */

@media (max-width: 767px) {
    .header-box {
        width: 100%;
        text-align: center;
    }

    .left-side,
    .right-side {
        width: 100%;
        border-left: none;
    }

    .right-side {
        border-top: 1px dashed var(--border-color);
    }

    /* Visual separator for pairs */
    .header-box.bg-green {
        border-top: 2px solid #fff;
    }
}

@media (max-width: 576px) {
    .modified-contact-us .contact-inner {
        margin: 0;
    }

    .item-cell {
        padding: 20px 12px;
    }
    .header-box {
    padding: 12px;
    }

    .complete-electrical .section-wrapper{
       padding: 40px 20px;
    }

   .complete-electrical .feature-list li::before {
        min-width: 30px;
        height: 30px;
        margin-right: 0;
        background-position: center;
    }

    .complete-electrical .feature-list li{
        gap: 0px;
    }
}