@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffff;
}

@media (max-width: 991.98px) {
    body.menu-open {
        overflow: hidden;
    }
}

:root {
  --custom-primary: #4CAF50;
  --custom-secondary: #323232;
  ----gray-dark:#474747;
  --off-green: #F9F9F9;
  --black: #111111;
  --black-600:#141219;
  --text-green-light:#6EB51C;
  --border-green:#D2E8B9;
  --font-family: 'Hind', sans-serif;
  --font-family-Poppins: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
    font-weight: 700;
    color: var(--black);
}

p{
    font-family: var(--font-family-Poppins);
    font-weight: 400;
    color: var(--custom-secondary);
}
/* Font Sizes */

h1{font-size:44px; font-weight: 700;}

h2{font-size:30px; font-weight: 700;}

h3{font-size:28px; font-weight: 700;}

h4{font-size:24px; font-weight: 700;}

h5{font-size:18px; font-weight: 600; font-family:var(--font-family-Poppins);}

h6{font-size:16px; font-weight: 600; font-family:var(--font-family-Poppins);}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.f-36 {
    font-size: 36px;
}

.f-44 {
    font-size: 44px;
}

/* Font Weights */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

/* Responsive */
@media (max-width: 768px) {

    .f-30 {
        font-size: 28px;
    }

    .f-20 {
        font-size: 18px;
    }

    .f-16 {
        font-size: 15px;
    }

    h1{font-size:32px; font-weight: 700;}

    h2{font-size:28px; font-weight: 700;}

    h3{font-size:24px; font-weight: 700;}

    h4{font-size:20px; font-weight: 700;}

    h5{font-size:18px; font-weight: 600;}

    h6{font-size:16px; font-weight: 500;}

}

@media (max-width: 576px) {
    .hero-section {
        height: 100%;
    }

    .f-30 {
        font-size: 25px;
    }

    .f-20 {
        font-size: 16px;
    }

    .f-16 {
        font-size: 14px;
    }

}

/* Line Heights */
.lh-14 {
    line-height: 1.4;
}

.lh-16 {
    line-height: 1.6;
}

.lh-18 {
    line-height: 1.8;
}

.pera-font-18 p {
    font-size: 18px;
}


.pera-font-14 p {
    font-size: 14px;
}

.pera-font-20 p {
    font-size: 20px;
}

.pera-font-24 p {
    font-size: 24px;
}

.pera-mb-0 p{
    margin-bottom: 0px;
}

/* Text Colors */
.text-dark-green { color: #31510D; }
.text-light-gray { color: #555; }
.text-light-green { color: #426D11; }
.text-green { color: #7cb342; }
.text-green-500 {color:var(--text-green-light) }
.text-blk { color: #111111; }

.bg-slet{background-color: #2B303A;}

.off-green{background-color: var(--off-green);}

.btn-book-installation {
    background-color: #6EB51C;
    border: none;
    border-radius: 8px;
    align-content: center;
    padding: 16px 36px;
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(118, 192, 67, 0.3);
}

.btn-book-installation:hover {
    background-color: #65a835;
    box-shadow: 0 8px 25px rgba(118, 192, 67, 0.4);
    color: white;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.charging-icon{border: 1px solid #D2E8B9; align-content: center; text-align: center; width:50px; height:50px; border-radius: 12px;}

.w-24{width:24px; height:24px;}
.w-32{width:32px; height:32px;}
.w-120{width: 120px; height:120px;}

.section-bage{font-family: "Hind Vadodara", sans-serif;;}

/* --- Hero and layout additions --- */
/* navbar */
.site-header {
    background: #111;
}

.site-header.z-3{z-index:999;}

.site-header .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.site-header .navbar-collapse ul li {
    font-size: 16px;
    font-weight: 500;
}

.navbar .navbar-brand img {
    width: 128px;
}

.custom-toggler {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 22px;
}

.menu-icon, .close-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-search-icon {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    transition: color .3s ease;
}

.nav-search-icon:hover {
    color: #aaff00;
}

.navbar .nav-link { color: rgba(255,255,255,0.9); }
.navbar .nav-link.active { color: var(--custom-primary); }


.nav-search-form {
    width: 100%;
    position: relative;
    max-width: 350px;
}

.nav-search-input {
    width: 100%;
    padding-right: 50px;
    border-radius: 8px;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(255,255,255,0.8);
    color: #111;
}

.nav-search-form .btn-close-search i.fas.fa-times {
    color: #80808085;
}

.nav-search-wrap{
    position: absolute;
    width: fit-content;
    right: 0;
    bottom: -46px;
}

.nav-search-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(124,179,66,0.25);
}

.btn-close-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #111;
    padding: 8px;
}

.btn-close-search {
    right: 5px;
}

.btn-close-search:hover {
    color: #4CAF50;
}

.btn-search-submit {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #111;
    padding: 8px;
}

.btn-search-submit:hover {
    color: #4CAF50;
}

.btn-quote-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #7cb342;
    color: #fff;
    border-radius: 0px !important;
    padding: 21px 20px;
    border: none;
    transition: background .3s ease;
}

.btn-quote-nav:hover {
    background: #6da42e;
}

.site-header .navbar-collapse ul li .nav-link{
    padding-right: 25px;
}

.site-header .navbar-collapse ul li:nth-child(6) .nav-link,
.site-header .navbar-collapse ul li:nth-child(8) .nav-link {
    padding-right: 8px;
}
/* nav close */
/* home */
.hero-section {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.0) 60%), url('../img/banner-uni-info.png') right center / cover no-repeat;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner .badge{
    background: #F1F8E8;
    color: #426D11;
    border:#D2E8B9 solid 1px;
    font-size: 14px;
    font-weight: 400;
}

.btn-req{
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #6EB51C;
    text-decoration: none;
    border: 1px solid #6EB51C;
    background:#ffff;
    align-content: center;
    padding: 16px;
}

.btn-req:hover{
    color:#426D11;
    box-shadow: 0 4px 15px rgba(118, 192, 67, 0.3);
}

.stats-box {
    max-width:1077px;
    background: #F1F8E8;
    border-radius: 8px;
    box-shadow: -4px -4px 15px 0px #00000026;
    padding: 40px 50px;
    border: 1px solid #D2E8B9
}

.home-unified-ev  .stats-box {
    margin-top:-58px;
}

.stats-box h3 {
    margin: 0 0 6px 0;
}
.stats-box p {
    margin: 0;
}

/* ev-infrastructur */

.ev-infrastructure-section .row ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* solution */

.solution-img{
    width:450px;
    height: 250px;
}

.cards-wrapper .card{
  padding: 20px;
  box-shadow: 0px 0px 15px 0px #0000001A;
}

/* Ev infrastructure */

.gallery-item{
    overflow:hidden;
    border-radius:8px;
   /* box-shadow: 0px 0px 20px 0px #00000033; */
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.05);
}

/* Heights */

.gallery-md{
    height:270px;
}

.gallery-lg{
    height:320px;
}
/* why uni info section */
.why-Uni-Info{
    background-color: #131824;
}

.why-Uni-Info{
    position: relative;
    overflow: hidden;
    background: #111827;
    padding: 80px 0;
}

/* Animated Circuit Pattern */
.why-Uni-Info::before{
    content: "";
    position: absolute;
    inset: -150px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg stroke='%237ED321' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 40H90V90H170'/%3E%3Cpath d='M90 90V170'/%3E%3Cpath d='M20 140H90'/%3E%3Cpath d='M170 40V90'/%3E%3Cpath d='M170 140H120V170'/%3E%3C/g%3E%3Cg fill='%237ED321'%3E%3Ccircle cx='20' cy='40' r='4'/%3E%3Ccircle cx='90' cy='40' r='4'/%3E%3Ccircle cx='90' cy='90' r='4'/%3E%3Ccircle cx='170' cy='90' r='4'/%3E%3Ccircle cx='90' cy='170' r='4'/%3E%3Ccircle cx='20' cy='140' r='4'/%3E%3Ccircle cx='170' cy='40' r='4'/%3E%3Ccircle cx='170' cy='140' r='4'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 140px 140px;
    background-repeat: repeat;
    opacity: .07;
    animation: moveCircuit 25s linear infinite;
    z-index: 0;
}

/* Moving Electric Beam */
.why-Uni-Info::after{
    /* content: ""; */
    position: absolute;
    top: 0;
    left: -45%;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(126, 211, 33, .15), rgb(126 211 33 / 22%), rgb(126 211 33 / 0%), transparent);
    transform: skewX(-25deg);
    animation: electricFlow 7s linear infinite;
    z-index: 1;
}

/* Keep Content Above */
.why-Uni-Info .container{
    position: relative;
    z-index: 2;
}

/* Circle Icons */
.bg-slet{
    position: relative;
    /* animation: floatIcon 3s ease-in-out infinite; */
    /* transition: .4s; */
}

/* Charging Pulse */
.bg-slet::after{
    content:'';
    position:absolute;
    inset:-2px;
    border-radius:50%;
    border:2px solid #7ED321;
    animation:pulseRing 2.5s infinite;
}

/* Hover Effect */
.why-Uni-Info .container .row .col-md-4:hover .bg-slet{
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(126,211,33,.45);
}

.bg-slet img{
    transition:.4s;
}

.why-Uni-Info .container .row .col-md-4:hover img{
    transform: scale(1.1) rotate(6deg);
}

/* ---------- Animations ---------- */

@keyframes moveCircuit{
    from{
        transform: translate(0,0);
    }
    to{
        transform: translate(-140px,-140px);
    }
}

@keyframes electricFlow{
    from{
        left:-45%;
    }
    to{
        left:140%;
    }
}

@keyframes floatIcon{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-8px);
    }
}

@keyframes pulseRing{
    0%{
        transform:scale(1);
        opacity:.8;
    }
    100%{
        transform:scale(1.35);
        opacity:0;
    }
}

/* Work steps cards */
.work-steps .card {
    box-shadow: 0px 1px 10px 0px #0000001A;
}

.inner-detail{
    padding:20px;
}
.work-steps .card img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}
.step-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    font-size: 20px;
    height: 30px;
    border-radius: 50%;
    background: #131824;
    color: #81FF00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

/* Ev-install */

.infrastructure-card{
    position:relative;
    border:1px solid var(--border-green);
    border-radius:8px;
    padding:65px 38px 24px;
    text-align:center;
    height:100%;
    background-color: #F1F8E8;
    transition:.3s;
}

.infrastructure-card h6{font-size:20px; font-weight:600;}

.infrastructure-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.card-icon {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: #EEF5E5;
    border: 6px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img{
   width:40px;
   height:40px;
}

/* slider ticker */

.clientSwiper .swiper-slide{
    width:auto;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 45px;
    border-right: 1px solid rgba(94, 161, 94, 0.288);
}

.clientSwiper .swiper-slide img{
    max-height:70px;
    max-width:170px;
    width:auto;
    object-fit:contain;
    transition:.3s;
}

.clientSwiper .swiper-slide img:hover{
    transform:scale(1.05);
}
/* projects delivered */

.station-card {
    border: 1px solid #EDEDED;
    border-radius: 14px;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: none;
    transition: box-shadow .25s ease, transform .25s ease;
    height: 100%;
    padding:20px;
    box-shadow: 0px 0px 15px 0px #00000026;
    display: flex;
    flex-direction: column;
}
 
.station-card:hover {
    transform: translateY(-4px);
}
 
.station-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
 
.station-card-body p {
    color: #31510D;
}
 
.station-list ul{
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
}
 
.station-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--gray-dark);
    font-size: 14px;
    line-height: 1.5;
}

.station-list ul li .project-list-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.station-list ul li .project-list-text {
    display: flex;
    margin: 0;
    width: 100%;
}

.station-list .project-list-text label {
    min-width: 116px;
}

.station-list ul li .project-list-text strong {
    font-weight: 500;
    color:var(----gray-dark);
    margin-right: 4px;
}

.station-divider {
    border: none;
    border-top: 1px solid #00000052;
    margin: 0 0 14px 0;
}
 
.read-more-link {
    text-decoration: none;
    color: #0049D7;
    font-size: 14px;
    margin-top: auto;
}
 
.read-more-link:hover {
    color: var(--text-dark-green, #31510D);
}

/* projects-detail */

.project-detail-main {
    width: 100%;
    padding-top: 0px;
}

/* .project-detail-card {
    background: #fff;
    border: 1px solid #e7ebdf;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
} */

/* .project-detail-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f9e8;
    color: #31510D;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
} */

.project-detail-card h2{color:#31510D;}

.project-detail-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f9fbf5;
    border: 1px solid #F1F1F1;
    border-radius: 16px;
    padding: 16px;
}

.project-detail-icon-wrap {
    min-width: 44px;
    min-height: 44px;
}

.project-detail-icon {
    width: 100%;
    height:100%;
}

.project-detail-stat p {
    margin-bottom: 7px;
    font-size: 14px;
    color: #323232;
}

.project-detail-stat h4 {
    margin: 0;
}

.detail-value{
    display: flex;
    align-items: center;
    gap: 4px;
}

.project-detail-stat sub {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 5px
}

.project-detail-block {
    padding: 18px 0 0;
    border-top: 1px solid #edf2e6;
    margin-top: 18px;
}

.project-detail-block h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--black);
}

.project-detail-block p,
.project-detail-block li {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.project-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.project-detail-list li {
    position: relative;
    padding-left: 16px;
}

.project-detail-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #6EB51C;
    font-weight: 700;
}

/* porject table */
.charger-configuration{
    background:#fff;
}

.charger-configuration .row h6{
    color:#63A319;
    font-size:20px;
    font-weight:600;
    margin-bottom:18px;
}

.charger-table {
    outline: 1px solid #E0E0E0 !important;
    border-radius: 8px;
    overflow: hidden;
}

.charger-table thead tr{
    background:#F9F9F9;
}

.charger-table th,
.charger-table td{
    padding:18px;
    border:1px solid #E0E0E0;
    font-size:18px;
}

.charger-table th{
    font-size:18px;
    font-weight:600;
    color:var(--black);
}

.charger-table td{
    color:var(--custom-secondary);
}

.total-row td{
    font-weight:600;
    color:var(--custom-secondary);
}

/* testimonial */
.testimonials .card{
    padding:30px;
    width:100%;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 6px 15px 0px #0000001A;
    height: 100%;
    min-height:255px;
    display: flex;
    justify-content: space-between;
}

.quote-img{
    position:absolute;
    top:18px;
    left:18px;
    width:60px;
}

.rating{
    display:flex;
    justify-content:center;
    gap:6px;
}

.rating i{
    color:#FFC107;
    font-size:16px;
}

/* Bottom */

.slider-bottom{
    display:flex;
    align-items:baseline;
    gap:30px;
    margin-top:35px;
}

.swiper-scrollbar{
    position:relative !important;
    width:100%;
    height:4px !important;
    background:#ddd;
    border-radius:20px;
}

.swiper-scrollbar-drag{
    background:#77B82A;
    border-radius:20px;
}

.slider-nav{
    display:flex;
    align-items:center;
    gap:15px;
}

.swiper-button-next,
.swiper-button-prev{
    position:static;
    width:40px;
    height:40px;
    margin:0;
    color:#444;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}

/* contact us */

.contact-image{
    max-width:180px;
}

.contact-form-box{
    background:#fff;
    border:1px solid #ECECEC;
    border-radius:16px;
    padding:34px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.contact-form-box h4{font-weight: 600; text-align: start; font-family: var(--font-family-Poppins);}

.contact-form-box form .btn-book-installation{background-color: #63A319;}

.contact-form-box .form-label{
    font-family:var(--font-family);
    font-size:16px;
    font-weight:500;
    color:#808080;
    margin-bottom:6px;
}

.contact-form-box .form-control{
    height:48px;
    border:1px solid #d1d1d1;
    border-radius:4px;
    font-family:var(--font-family);
    font-size:15px;
    box-shadow:none;
}

.contact-form-box textarea.form-control{
    height:90px;
    resize:none;
}

.contact-form-box .form-control:focus{
    border-color:var(--custom-primary);
    box-shadow:none;
}

.pulse-animation{
    animation: pulse 2s infinite;
}

@keyframes pulse{
    0%{
        transform: scale(1);
    }

    70%{
        transform: scale(1.05);
    }

    100%{
        transform: scale(1);
    }
}

/* FAQ section */

section.faq-section {
    min-height: 690px;
}

section.faq-section {padding-top:0px}
    
section.faq-section .accordion-header {
    margin-bottom: 0;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.faq-accordion .accordion-item {
    background-color: #ffff;
    border: none;
    border-radius: 10px !important;
    margin-bottom: 16px;
    overflow: hidden;
}
 
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
 
.faq-accordion .accordion-button {
    background-color:#F5F5F5;
    color: var(--black);
    box-shadow: none;
    padding: 22px 24px;
}
 
.faq-accordion .accordion-button:focus {
    box-shadow: none;
}
 
.faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--black);
    box-shadow: none;
}
 
/* remove bootstrap default caret icon */
.faq-accordion .accordion-button::after {
    display: none;
}
 
/* custom plus / minus icon */
.faq-accordion .accordion-button::before {
    content: "+";
    font-family: var(--font-family-Poppins);
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: var(--black);
    margin-left: auto;
    padding-left: 16px;
    order: 2;
    flex-shrink: 0;
}
 
.faq-accordion .accordion-button:not(.collapsed)::before {
    content: "\2212";
}
 
.faq-accordion .accordion-body {
    padding: 0 24px 22px;
    margin-top: -8px;
}
 
.faq-accordion .accordion-body p {
    margin-bottom: 0;
}

/* blog */

/* inner blog page */

.blog.wp-theme-ev-uni-info .section-blogs .card{
    border: 1px solid #D2E8B9;
    border-radius: 8px !important;
}

.blog.wp-theme-ev-uni-info .section-blogs .card{
    background-color: var(--off-green) !important;
}

.blog.wp-theme-ev-uni-info .section-blogs .card img {
    object-fit: cover;
    width: auto;
}

.section-blogs .card{
    border: 1px solid #31510D;
    border-radius: 0px !important;
    overflow: hidden
}
.section-blogs .card .badge{
   background-color: #589116;
   padding:8px 10px;
   border-radius: 0;
   font-weight: 400;
   font-size:12px;
}

.section-blogs .card div a {
    font-size:12px;
    text-decoration:none;
    font-weight:500;
    white-space:nowrap;
    margin-top: auto;
}

.section-blogs .card div h6 a{
    font-size:16px;
    font-weight:600;
    margin-bottom: 8px;
    white-space:wrap;
}

.section-blogs .card div p{
    font-size:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    margin-bottom: 0;
}

.inner-detail-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    height: 100%;
}


.blog-sidebar h5{font-weight:400;}
/*about-us*/

.about-us{
    background-image:url(../img/About-us.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 362px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
/*dilip 5-8-26*/
.contact-banner{
    background-image:url(../img/Contact-us.webp) !important;
}
.disclaimer-banner{
   background-image:url(../img/Disclaimer.webp)!important;
}

.privacy-banner{background-image:url(../img/Privacy-Policy.webp)!important;}

.project-banner{background-image:url(../img/Projects.webp)!important;}

.blog-banner{background-image:url(../img/Blog.webp)!important;}


.glow {
    position: absolute;
    width: 300px;
    height: 115px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 74%) 35%, rgb(255 255 255 / 76%) 60%, rgb(255 255 255) 100%);
    filter: blur(13px);
    z-index: 1;
}

.about-us h1 {
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}

.card-inner-solutions{
    background: #F1F8E8B2;
    border: 1px solid #E9F4DD;
    border-radius: 8px;
    padding:12px;
    text-align: center;
}

.card-inner-solutions p{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.img-we-wrapper img {
    max-height: 360px;
    height: 100%;
}

.our-purpose .provide-card {
    display: flex;
    flex-direction: column;
    text-align: start;
    background-color: #131824;
    position: relative;
    overflow: hidden;
    height:100%;
    padding: 36px;
    border: 1px solid #E2E8F0;
    box-shadow: none;
}

.our-purpose .provide-card::after {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    background-color: #426d111f;
    right: -53px;
    top: -53px;
    border-radius: 50%;
}

.our-purpose .provide-card::before {
    content: "";
    width: 96px;
    height: 96px;
    background-color: #426d111f;
    position: absolute;
    left: -36px;
    bottom: -36px;
    border-radius: 50%;
}

.our-purpose .provide-card .our-vision{
    width:56px;
    height:56px;
    background-color: #2B303A;
    box-shadow: 0px 4px 8px 0px #FFFFFF40;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.our-purpose .provide-card .card-description, .our-purpose .provide-card .card-description p{margin-bottom: 12px;}

.our-purpose .row > div:nth-child(1) .provide-card h4,
.our-purpose .row > div:nth-child(1) .provide-card p{
    color:#fff;
    font-family: var(--font-family-Poppins);
}

.our-purpose .row > div:nth-child(2) .provide-card{
    background: #fff;
}

.our-purpose .row > div:nth-child(2) .provide-card::after{background-color: #F1F8E8}

.our-purpose .row > div:nth-child(2) .provide-card h4,
.our-purpose .row > div:nth-child(2) .provide-card p{
    color: var(--black);
    font-family: var(--font-family-Poppins);
}

.our-purpose .row > div:nth-child(2) .provide-card strong,
.our-purpose .row > div:nth-child(2) .provide-card a{
    color: #426D11;
}

.our-purpose .provide-card strong{
    font-size: 16px;
    font-weight:600;
    color:#6EB51C;
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-family);
}

.our-purpose .provide-card a{
  color:var(--text-green-light);
  font-size:16px;
  font-weight:500;
  text-decoration: none;
  margin-top: auto;
  font-family: var(--font-family-Poppins);
}

.better-ev .container .row .card{
    background-color: #F9F9F9;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 0px 15px 0px #0000001A;
    padding:24px 36px;
}

.better-ev .container .row .card .provide-icon-box{
    width:60px;
    height:60px;
    margin-bottom: 20px;
} 
.better-ev .container .row .card h6{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}
/* this css also apply other section */
.complete-electrical .section-wrapper , .complete-electrical-Safety .section-wrapper{
    background: #f5f5f5;
    border-radius: 12px;
    padding: 40px;
}

.complete-electrical .feature-list li , .complete-electrical-Safety .feature-list li{
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #000;
}

.complete-electrical .feature-list li::before , .complete-electrical-Safety .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;
}

.driving-progress{
    background-image: url(../img/driving-progress.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 590px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.driving-progress h2, .driving-progress p{color: #fff;}
 .driving-progress p{font-size:12px; font-weight: 400;}

.driving-progress .card-inner-solutions sub{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

.driving-progress .card-inner-solutions{
    background: #FFFFFF12;
    border: 1px solid #FFFFFF1F
}

/* blog page */
.pagination-wrap{display:flex; justify-content:center;}

.pagination-wrap ul{gap:8px; margin-bottom:0px}

.pagination .page-link {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7d398;
    border-radius: 8px;
    color: #2F2F2F;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    box-shadow: none;
    transition: all .3s ease;
}

/* Active page */
.pagination .page-item.active .page-link {
    background:#6EB51C;
    border-color: #6EB51C;
    color: #fff;
}

/* Hover */
.pagination .page-link:hover {
    background: #6EB51C;
    border-color: #6EB51C;
    color: #fff;
}

/* Previous & Next */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    width: auto;
    border: none;
    background: transparent;
    color: #2F2F2F;
    padding: 0 8px;
}

/* Dots */
.pagination .dots {
    border: 1px solid #B8D98C;
    background: #fff;
    color: #666;
    cursor: default;
}

/* Remove Bootstrap focus */
.page-link:focus {
    box-shadow: none;
}

/* blog-detail page */

.blog-sidebar {
    position: sticky;
    top: 90px;
    margin-top: 50px;
}

.blog-sidebar .nav-link {
    color: #2f3a2f;
    font-weight: 500;
}

.blog-sidebar .nav-link:hover {
    color: #6eb51c;
}

.blog-detail-banner {
    width: 100%;
    max-height:530px;
    object-fit: cover;
}

.blog-detail-card h2 {
    color:#426D11;
}

/* sidebar */

.related-blog-list {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px 0;
}

.related-blog-item {
    display: flex;
    gap: 12px;
    padding: 14px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #E0E0E0;
    transition: .3s;
    margin: 0px 10px;
}

.related-blog-item:hover {
    background: #fafafa;
}

.related-blog-item img {
    width: 70px;
    height: 60px;
    /* border-radius: 8px; */
    object-fit: cover;
    flex-shrink: 0;
}

.blog-info {
    flex: 1;
}

.blog-date {
    display: block;
    font-size: 12px;
    color: #538815;
    font-weight: 400;
    margin-bottom: 6px;
}

.blog-info p {
    font-size: 13px;
    line-height: 1.45;
    color: #2F2F2F;
    margin: 0;
}

.related-blog-item:last-child {
    border-bottom: none;
}

/* footer */

.footer-logo {
    max-width: 150px;
    height: 50px;
}

.footer-section p{
    color:var(--black);
    margin-bottom:0;
}

.footer-contact{
    margin-top:20px;
}

.footer-contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--black);
    text-decoration:none;
    font-family:var(--font-family);
    font-size:18px;
}

.footer-contact-item .item{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#31510D;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
}

.footer-contact-item .item img{
    width:18px;
    height:18px;
}

.footer-links{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:var(--custom-secondary);
    text-decoration:none;
    transition:.3s;
    font-weight: 400;
    font-family:var(--font-family-Poppins);
}

.footer-links a:hover{
    color:var(--custom-primary);
}

.footer-social{
    display:flex;
    flex-wrap:wrap;
    gap:13px;
}

.footer-social a{
    width:40px;
    height:40px;
    border:1px solid #d8d8d8;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:var(--black);
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    background:var(--custom-primary);
    color:#fff;
    border-color:var(--custom-primary);
}

.footer-bottom{
    background:#000;
    margin-top:60px;
    padding:15px 0;
}

.footer-bottom p{
    color:#fff;
    font-size:14px;
}

.footer-bottom a{
    color:#6EB51C;
    text-decoration:none;
}

/* commercial page style for all section */
/* pulse effect */
.feature.feature-section-img {
    background-image: url(../img/why-uni-Info.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    transition: background-size 0.4s ease;
}

.bg-hover-wrapper {
    transition: background-color .3s ease;
    overflow: hidden;
}

.bg-hover-wrapper img {
    transition: transform .3s ease;
}

.bg-hover-wrapper:hover {
    background-color: #fff;
}

.bg-hover-wrapper:hover img {
    animation: pulseImg 1.2s ease-in-out infinite;
}

@keyframes pulseImg {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulseBg {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 108%;
    }
    100% {
        background-size: 100%;
    }
}

.title {
    /* font-size: 30px;
    font-weight: 700; */
    margin-bottom: 20px;
    position: relative;
    line-height: 1.1;
    padding-bottom: 10px;
}

.title::after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #6eb51c !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/* end */
.process-card {
    background: #F1F1F1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px #0000001A;
    border: 1px solid #F1F1F1;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 160px;
    background: #f0f0f0;
    border-radius: 8px;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.card-step-number {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: #131824;
    color: #81FF00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(124, 179, 66, 0.3);
}

.card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-description, .card-description p {
    color: #323232;
    margin-bottom: 0;
}

section {
    padding: 60px 0;
}
/* after dynamic ui fixes */

.wp-theme-ev-uni-info.post-type-archive-project .contact-section , .wp-singular.single.single-project .contact-section , .blog.wp-theme-ev-uni-info .contact-section,
.single.single-post.postid-57 .contact-section{
    padding-top: 0px;
}
/* media queries */
    @media (min-width:1366px) and (max-width:1439px) {
        .hero-section{
            height: 520px;
        }

        .about-us {min-height: 400px;}

        .stats-box{
            padding: 30px 40px;
        }
    }
    @media (min-width:1442px) {
        .hero-section { height: 790px; }
    }

     @media (max-width:1442px) {
        .about-us {min-height: 400px;}
     }

    @media (max-width:1025px) {
        .solution-img{
            width:auto;
        }

        .btn-req{padding: 16px 20px; font-size: 14px;}
        .btn-book-installation{padding: 16px 20px; font-size: 14px;}
    }

    @media (max-width: 991px) {
          /* navigation */
        .nav-search-icon{
            margin-right: 0;
        }

        .nav-search-icon {
            display: none !important;
        }

        .nav-search-wrap {
            display: flex !important;
            width: 100%;
            position: relative;
            right: auto;
            bottom: auto;
            margin: 0px;
        }

        .nav-search-form {
            width: fit-content;
            margin: 14px auto 15px auto;
        }

        .btn-close-search {
            display: none !important;
        }

        .btn-search-submit {
            display: inline-flex !important;
        }

        
        .site-header .navbar-collapse ul li .nav-link{
            padding-right: unset;
        }

        .site-header .navbar-collapse ul li:nth-child(6) .nav-link, .site-header .navbar-collapse ul li:nth-child(8) .nav-link{
            padding-right: unset;
        }

        .navbar-nav .btn.btn-quote-nav{padding:12px 20px; margin: 10px 0px;}
        /* end */
        /* hero section */
        .hero-section { background-position: center right; padding-top: 60px; padding-bottom: 80px; }
        .solution-img ,.solution-img img{
            width:100%;
            height:max-content;
        }

        /* ev-infra */
        .gallery-lg,
        .gallery-md{
            height:320px;
        }
        /* ev-install */
        .infrastructure-card{
            padding:60px 20px 25px;
        }

        .infrastructure-card h6{font-size:18px; font-weight:600;}
        /* contact */
        .contact-image{
            display:block;
            margin:auto;
            max-width:160px;
        }

        .contact-form-box{
            padding:25px;
        }

        /* blog detail */
        .blog-sidebar {
            position: sticky;
            margin-top: 30px;
        }
        /* footer */
        .footer-contact{
            justify-content:center;
        }

        .footer-social{
            justify-content:center;
            margin-top:15px;
        }

        /* project detail */
            .charger-configuration h6{
            font-size:18px;
        }

        .charger-table th,
        .charger-table td{
            padding:14px;
            font-size:16px;
        }
    }

    @media (max-width: 769px) {
        .work-steps .card img { height: 160px; }
        .work-steps h3 { font-size: 22px; }
        /* testimonial */
        .testimonials .card{height:300px;}

        .heading-wrapper-footer{text-align: center;}

        .contact-form-box h4{text-align: center;}

        .driving-progress{height:100%;}
    }

    @media (max-width: 576px) {

        section{padding: 40px 0;}
        
        .btn.btn-quote-nav{padding: 12px 20px;}
        .hero-section { background-position: center; }

        .navbar .navbar-brand img {
            width:90px;
        }

        /* home */
        .home-unified-ev .stats-box{margin-top: 0;}

        .stats-box .border-end{
            border-bottom: 1px solid #E0E0E0 !important;
            border-right: none !important;
            padding-bottom: 12px;
        }

        .complete-electrical .feature-list li::before, .complete-electrical-Safety .feature-list li::before{background-size:100% 100%;}

        /* ev-infra */
        .gallery-lg,
        .gallery-md{
            height:250px;
        }

        .card-icon{
            width:58px;
            height:58px;
        }

        .card-icon i{
            font-size:20px;
        }
        /* testimonial */
        .testimonials .card{min-height:300px; height: 100%;}
        /* infrastructure */
        .card-icon img {
            width: 28px;
            height: 28px;
        }

        /* blog detail */
        .blog-sidebar {
            position: static;
            margin-top: 0px;
        }

        .pera-font-18 p {
            font-size: 16px;
        }

    }



