* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2 {
    font-family: "Play", sans-serif !important;
    font-weight: bold !important;
}

p {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
}

li {
    content: none !important;
}

.list-unstyled li a {
    color: #ffffff !important;
}

.size {
    width: 16px;
    height: 16px;
}

.list-group-item {
    border: none !important;
    background-color: transparent !important;
    display: flex !important;
    flex-wrap: nowrap !important;
   
}

.footer-logo {
    height: 80px;
}

.text-foot {
    line-height: 1.9;
}

.about-img-01 {
    margin-top: -40px !important;
}

.about-img-02 {
    margin: -178px 0px 0px 208px;
    border-radius: 0px 0px 50px 0px;
}

@media (max-width: 1140px) {
    .about-img-02 {
        margin: 0px 0px 0px 130px !important;
    }
}

.small {
    color: #ffffff !important;
}

/* This ensures the border is always visible and not removed on focus */
input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    border: 1px solid #87C332 !important;
    border-radius: 6px;
    transition: border-color 0.3s ease;
    box-shadow: none !important;
    /* Prevent glowing borders */
    outline: none !important;
    /* Prevent browser default outline */
}

.alignment-testimonial {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* Optional: style the border color on focus */
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #999 !important;
    outline: none !important;
    box-shadow: none !important;
}

input ::placeholder {
    color: #87C332 !important;
}

.desktop-align {
    display: flex;
    align-items: start;
}

label {
    margin-bottom: 10px !important;
}

.elementor-counter .elementor-counter-number-wrapper {

    font-size: 30px !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
    /* your header height */
}

.mobile-side-space {
    padding-inline: 30px;


}

.feature-item {
    display: flex;
    align-items: start;
    font-weight: bold;
    line-height: 1.4;
}

.feature-text {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.label {
    font-weight: bold;
}

.value {
    font-weight: normal;
}

.form-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.green-box {
    padding: 010px 0px 20px 0px;
    background-color: #E1F0C1;
    border-radius: 12px 070px 012px 012px;
}

.button-green {
    display: inline-block;
    background: #87C332;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 15px 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50px;
}

.button-green:hover {
    background-color: #69A316;
}

.space-banner {
    min-height: 100vh;
    width: 100%;
    overflow: visible !important;
    background-image: url(./images/banner1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0;
}


.banner-vehicle {
    position: absolute;
    bottom: 5px;
    right: 140px;

}

@media (min-width: 1600px) {
    .banner-vehicle {
        width: 50vw;
        height: 80vh;
    }
}

@media (max-width: 1600px) {
    .banner-vehicle {
        right: 100px;
    }

    @media (max-width: 1200px) {
        .banner-vehicle {
            right: -10px;
        }
    }

    @media (max-width: 1200px) {
        .banner-vehicle {
            right: -60px;
        }
    }
}

.banner-margin {
    margin-inline: 5%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {

    padding: 10px !important;
}

.elementor-heading-title {
    line-height: 1.4 !important;
}

.head-size {
    margin-bottom: 5px;
}

.logo-size {
    height: 120px;
}

.footer-socials i::before {
    content: unset !important;
}

.side-space {
    padding-inline: 15px;
}

.pbmit-heading-subheading {
    margin-bottom: 35px;
}

@media (max-width :780px) {
    .green-box {
        display: none;
    }
}

.elementor-counter .elementor-counter-title {
    font-size: 14px !important;
}

@media (max-width: 991px) {
    .mobile-aligment2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-img-02 {
        margin: 0px 0px 0px 0px !important;
    }

    .desktop-align {
        display: block;
        text-align: center;
    }

    .banner-vehicle {
        display: none;
    }

    .center-wrapper {
        width: 100vw !important;
    }
}

@media (max-width: 767px) {
    .space-banner {
        min-height: 70vh;
        background-position: top center;
    }
}

@media (max-width: 767px) {
    .about-img-02 {
        margin: 1px 0px 0px 220px !important;
    }
}

@media (max-width: 576px) {
    .about-img-02 {
        margin: 0 !important;
        width: 380px !important;
    }
    .banner-margin {
        margin-inline: 1%;
    }

    .marging-bullets {
        margin-right: 0px !important;
    }

    .side-spacing {
        margin-inline: 20px !important;
    }
    .head-size{
        font-size: 17px;
    }

}
@media (max-width: 400px){
    .mobile-boxes{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.marging-bullets {
    margin-right: 75px;
}

.timeline .work-info:after {
    left: -10px !important;
}

.side-spacing {
    margin-inline: 50px;
}

.box-padding {
    padding: 15px 30px;
}

@media (min-width: 991px) {
    .head-marging {
        margin-bottom: 120px;
    }
}

@media (max-width: 990px) {
    .head-marging {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .social-media-icons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.testimonial-1 {
    margin-left: 5%;
    /* background-image: url(../images/electric-vehicle-fuels-up-with-clean-energy-charging-station-enveloped-blue-power-aura-natural-background.jpg); */

}

.pointers ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9;
    padding-left: 35px;
    padding-bottom: 35px;
    position: relative;
}

.center-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    width: 35vw;
    text-align: center;
}

.color-icon {
    color: #87C332 !important;
}

.footer-heading {
    color: #999 !important;
}

.social-media-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FBFBFB3D;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #8CC63F !important;
    color: #ffffff !important;
}

/* circle green */
.circle-stat {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #8cc63f;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-stat::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 2px dotted white;
}

.circle-content {
    text-align: center;
    color: #000;
    position: relative;
    z-index: 2;
}

.percent {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.label12 {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .circle-stat {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 600px) {
    .circle-stat {
        width: 120px;
        height: 120px;
        padding: 33px;
    }

    .label12 {
        font-size: 12px;
    }

    .percent {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .label {
        font-size: 14px;
    }
}


/* grid layout  */
.grid-layout {
    column-count: 3; /* Adjust as needed */
    column-gap: 0.5rem;
}

.grid-item {
    break-inside: avoid;
    margin-bottom: 0.5rem !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.grid-item img {
    width: 100%;
    display: block;
}

/* Optional: remove span classes, not needed with column layout */
.span-2, .span-3 {
    grid-column-end: unset;
    grid-row-end: unset;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox.hidden {
  display: none;
}

.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  position: relative;

}

.lightbox img {
  max-width: 100%;
  max-height: 100vh; /* Make sure it fits the screen height */
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 10px;
}


.close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.lightbox-nav button {
  position: absolute;
  top: 50%;
  background: transparent;
  color: white;
  border: none;
  font-size: 40px;
  cursor: pointer;
  user-select: none;
}

#prev {
  left: -60px;
}

#next {
  right: -60px;
}

.btn-export {
    background-color: #28a745;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s;
}

.btn-export i {
    margin-right: 0.5rem;
}

.btn-export:hover {
    background-color: #218838;
    color: white;
}