@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lalezar&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lalezar&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lalezar&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

a {
    text-decoration: none;
}

.navbar {
    background-color: #00B11F;
    transition: all 0.3s ease-in-out;
}

/* Fixed navbar styles when scrolled (top black bar remains static) */
body.navbar-fixed #mainNavbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1031;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.navbar-fixed #middleNav {
    position: fixed !important;
    top: 70px; /* Adjust based on navbar height */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand {
    color: white;
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: black;
}



.navbar-nav .nav-link:hover {
    color: yellow;
}

.nav-link {
    color: #ffffff;
}


.nav-link.active {
    background-color: #000000;
    color: yellow !important;
    border-radius: 5px;
    padding: 8px 15px;
}
.nav-link.active1 {
    background-color: #000000;
    color: yellow !important;
    border-radius: 5px;
}


.nav-link:hover {
    color: #dddddd;
}

.navbar-nav .nav-item {
    font-weight: 500;
    padding: 10px;
}

.highlight-link {
    background-color: yellow;
    color: black;
    font-weight: 600;
    font-size: 14px;
    font-family: "Inter", serif;
}

.highlight-link:hover {
    background-color: rgb(228, 228, 4);
    color: black;
    font-weight: 600;
    font-size: 14px;
    font-family: "Inter", serif;
}

.black-bar{
    background-color: black;

}
.black-bar p {
    background-color: black;
    color: rgb(250, 250, 250);
    text-align: center;
    padding: 20px 0 5px 0;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}
.black-bar span {
    background-color: black;
    color: #FFED00 !important;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

.black-bar {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.blinking-text {
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.icons-box {
    position: absolute;
    top: 25%;
    right: 20px;
    z-index: 1;
}

.social-icons a {
    color: white;
    margin-left: 10px;
}



/* .banner {
    height: 660px;
    width: 100%;
    position: relative;
    z-index: 1;
} */

/* .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(./images/banner.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0000004e;
    background-blend-mode: color;
    z-index: -1;
} */
.banner {
    height: 660px;
    width: 100%;
    position: relative;
  }
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  /* Optional: Add overlay */
  .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
.banner-content {
    position: relative;
    z-index: 1;
  }
.text-l {
    width: 60%;
    text-align: left !important;

}
.text-l2 {
    width: 65%;
    text-align: left !important;

}

.banner .carousel-content.banner-info {
    margin: 0 auto;
    letter-spacing: 1px;
    right: 0;
    left: 0;
    z-index: 999;
    align-self: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 70px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase;
}

.banner .banner-slider-inner p {
    color: #fff;
    line-height: 1.6;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.middle-nav2 {
    display: none !important;
}

.banner-info {
    padding-top: 150px;
}

.text-l .paragraph {
    margin-top: 20px !important;
    font-weight: 600;
    font-size: 25px;
    color: #ffed00;
}

.text-l .paragraph span {
    font-weight: 500;
    font-size: 25px;
    color: #15BC0C;
}
.text-l2 .paragraph {
    margin-top: 20px !important;
    font-weight: 600;
    font-size: 25px;
    color: #ffed00;
}

.text-l2 .paragraph span {
    font-weight: 500;
    font-size: 25px;
    color: #15BC0C;
}

.btn-theme {
    background-color: #00B11F;
    border: none;
    border-radius: 0 !important;

}

.hide {
    display: none !important;
}

.btn-theme:hover {
    background-color: #06e62f;
    border: none;
    border-radius: 0 !important;

}

.btn-lg {
    color: #FFF;
    font-size: 14px;
    display: inline-block;
    padding: 12px 40px 10px;
    position: relative;
    z-index: 5;
    border-radius: 6px;
    transition: .7s ease;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif !important;
}


.about-main-heading{

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.second-heading {
    text-align: left;
    color: rgba(17, 175, 0, 1);
    font-size: 37px;
    font-weight: 600;
    line-height: 50px;
    font-family: "Inter", serif;
}

.about-section {
    padding: 50px 0;
    background-color: white;
}

.about-section-landing {
    background-image: url(./images/linong2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0px top -200px;
    padding: 50px 0;
    background-color: white;
}

.background-imagecarrer {
    position: absolute;
    height: 250px;
    width: 250px;
    z-index: 0;

}

.career-section {
    background-image: url(./images/careerlin-1.png);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: right 0px bottom -100px;
    padding: 50px 0;
    background-color: white;
}

.comming-section {
    background-image: url(./images/careerlin-1.png);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: right 0px bottom -10px;
    padding: 50px 0;
    background-color: white;
}

.about-image {
    position: absolute;
    top: 10px;
    right: 0px;


}

.about-title {
    font-weight: bold;
    color: #00B11F;
    text-transform: uppercase;
}

.about-subtitle {
    font-size: 32px;
    font-weight: bold;
}

.go-button {
    background-image: linear-gradient(to left, rgba(10, 86, 5, 1), rgba(21, 188, 12, 1));
    color: rgba(255, 237, 0, 1);
    font-size: 25px;
    height: 42px;
    font-weight: bold;
    line-height: 42px;
    padding: 0px 18px;
    border-radius: 10px;
    position: absolute;
    bottom: 7px;
    margin-left: 15px;

}

.progress {
    height: 26px;
    border-radius: 8px;
    background-color: rgba(123, 197, 115, 0.47);
}

.progress-bar {
    background-color: #00B11F;
}

.vision-mission-text {
    color: #808080;
}

.highlighted {
    color: #00B11F;
    font-weight: bold;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Inter", serif;

}

.more-btn {
    background-color: rgba(255, 237, 0, 1);
    color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.more-btn:hover {
    background-color: rgba(255, 189, 0, 1);
    color: rgba(0, 0, 0, 1);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 15px rgba(255, 189, 0, 0.4);
}

.btn-contact-host {
    background-color: rgba(255, 237, 0, 1);
    color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    font-weight: 600;
    padding: 10px 30px;
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-contact-host:hover {
    background-color: rgba(255, 238, 0, 0.753);
    color: rgba(0, 0, 0, 1);
    transform: translateX(5px);
    border: 2px solid rgba(255, 237, 0, 1);
    box-shadow: 0 5px 10px rgb(242, 236, 155);
}

.about-card {
    background-color: #fff !important;
    transform: translate(-10%, -50%) !important;
    top: 50%;
    left: 0%;
    padding-right: 0 !important;
    position: absolute;
    width: 105%;
}

.about-small {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", serif;
    margin-bottom: 0;
}
.about-upper-card{
    letter-spacing: .3px;
    word-spacing: 1px;
}
.about-small2 {
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    font-weight: 500;
    font-family: "Inter", serif;
    margin-bottom: 0;
}
.vision-main-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.stats-section {
    background-color: #000;
    color: #00ff00;
    padding: 20px;
}

.stats-item {
    line-height: 20px;
    margin-bottom: 0;
    font-size: 28px;
    color: rgba(21, 188, 12, 1);
    font-weight: 600;

}

.stats-label {
    color: rgba(21, 188, 12, 1);
    font-size: 15px;
    font-weight: 600;

}

.numbering .col-lg-2 {
    width: 20%;
}

@media only screen and (max-width:991px) {
    .numbering .col-lg-2 {
        width: auto !important;
    }
}

.how-it-works {
    background-image: url('./images/work-img-box.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    color: white;

}

.how-it-works-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    /* Semi-transparent overlay */
    padding: 50px 0px ;
}

.icon-box {

    color: rgba(21, 188, 12, 1);
    /* Green color for icons */
    margin-bottom: 15px;
}

.step-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.step-work {
    font-size: 15px;
    color: white;
    font-weight: 200;
    padding-right: 00px;
    text-transform: capitalize;
}

.charging-title {
    font-size: 30px !important;
    padding: 0 5px 5px 5px ;
    font-weight: 600;
    font-family: "Inter", serif;
    border-bottom: 3px solid rgba(21, 188, 12, 1) !important;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;

}
.charging-title-about {
    font-size: 30px;
    padding: 0 5px 5px 5px ;
    font-weight: 600;
    font-family: "Inter", serif;
    border-bottom: none !important;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;

}

.charging-title-about2 {
    font-size: 40px;
    padding: 0 5px 5px 5px ;
    font-weight: 600;
    font-family: "Inter", serif;
    border-bottom: none !important;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;

}
.charging-title-evp {
    font-size: 50px;
    padding: 0 5px 5px 5px ;
    font-weight: 600;
    font-family: "Inter", serif;
    border-bottom: 3px solid rgba(21, 188, 12, 1) !important;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;

}
.show-bottom {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.charging-paragraph{
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}
.charging-title2 {
    font-size: 45px;
    padding-bottom: 0px !important;
    text-transform: capitalize !important;
    font-weight: 700;
    font-family: "Inter", serif;
    color: rgba(0, 0, 0, 1);

}



.map-container {
    position: relative;
}

.search-box {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 300px;
}


.provider {

    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 400;
}
.parapgrah-bx{
padding-left: 60px !important;
}
.grid-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.btn-view-more {
    background-color: #FFC107;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px 30px;
}

.btn-view-more:hover {
    color: #fff;
    background-color: #e0a800 !important;
}

.get-more {
    background-color: rgba(0, 0, 0, 1);
}

.benefits-title {
    font-weight: bold;
    color: white;
    padding: 25px 15px ;
    font-size: 30px;
}
.benefit-icon-bx img{
    height: 30px !important;
    width: 30px !important;
    object-fit: contain !important;
}
.benefits-info {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
}

.benefit-head {
    font-weight:700;
    font-size: 17px;
    margin: 10px 0;
    line-height: 40px;
}

.benefit-item {
    padding: 20px;
}




.app-title {
    font-weight: 500;
    font-size: 3.1rem;
    line-height: 1.2;
    color: #000;
}

.highlight {
    color: #00B11F;
    /* Custom green for highlighting */
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-icon {
    color: #00a34f;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.app-links img {
    width: 120px;
    margin-right: 10px;
}

.mockup-img {
    max-width: 100%;

}

.about-mockup {

    position: absolute !important;
    bottom: -50% !important;
    right: 50% !important;
}

.app-text {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.download {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 600 !important;
}

.container-custom {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 95px 0;
}

.img-container {
    position: relative;

}

.img-container img {
    width: 100%;
    height: auto;
}

.text-box {
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #00FF00;
    /* Green border */
    padding: 30px 60px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    position: absolute;
    transform: translate(-17%, -50%);
    top: 50%;
    left: 0;
}

.text-box h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.text-box p {
    font-size: 14px;
    text-align: left;
    padding-right: 30px;
    margin: 10px 0;
}

.btn-custom {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
}
.btn-custom:hover {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
}


.testimonial-section {
    color: #fff;

}

.testimonial-text {
    font-size: 80px;
    line-height: 80px;

}
.social-hd{
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.testimonial-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.testimonial-content p {
    font-size: 22px;
    color: white !important;
    font-weight: 400;

}.testimonial-text2 {
    font-size: 17px;
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 300;

}
.testimonial-text-feature{
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonial-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.testimonial-info img {
    border-radius: 50%;

}

.testimonial-info .name {
    font-weight: bold;
}

.testimonial-info .date {
    font-size: 0.9rem;
    color: #dcdcdc;
}

.client-text {
    font-size: 15px !important;
}



.blog-section {
    padding: 50px 0;

}

.blog-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.blog-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.blog-card img {

    width: 100%;
    object-fit: cover;

    box-shadow:
        50px 50px 0 -44px rgba(21, 188, 12, 1);
}
.product-card img {

    width: 100%;
    object-fit: cover;

    box-shadow:
        50px 50px 0 -44px rgba(21, 188, 12, 1);
}
.blog-card1 img {

    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;

}
.blog-card img {

    width: 100%;
    object-fit: cover;

    box-shadow:
        50px 50px 0 -44px rgba(21, 188, 12, 1);
}

.blog-card1 img {

    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;

}
.blog-date {
    font-size: 0.9rem;
    color: #212121;
    margin-top: 0.8rem;
}

.mentioned-section {
    margin-top: 30px;
    text-align: center;
}

.mentioned-title {
    font-size: 1.4rem;
    font-weight: 400;
    color: black;
    margin-bottom: 1rem;
}

.mentioned-logos {
    margin: 50px 0;
    row-gap: 30px;
}

.mentioned-logos img {
    max-height: 50px;
    object-fit: contain !important;
    margin: 0 15px;
    transition: opacity 0.3s ease;
}

.footer-updates {
    color: white;
    font-size: 12px;
}
.subscribe-btn{
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 700;
}
.footer-list {
    margin-bottom: 1.5rem;
    /* Adds space between each <ul> */
}

.footer-list li {
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    font-weight: 200;
    /* Adds space between each list item */
}

/* Dashed line styling */
.dashed-line {
    border-top: 2px dashed #ffffff;
}

/* Social media icons */


.social-links,
.app-links {
    display: flex;
    align-items: center;
}

.social-links span,
.app-links span {
    font-size: 0.9em;
    font-weight: bold;
}
/* .social-links .icon-sc{
    height: 20px !important;
    width: 20px !important;
} */
.social-links .icon-sc img{
    height: 25px !important;
    width: 25px !important;
}



.me-2 {
    margin-right: 10px;
}

.section-heading {
    color: #000;
    font-weight: bold;
    font-size: 40px;
}

.sub-heading {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 300 !important;
}

.card {
    border: none;
}

.step-card {
    border-radius: 10px;

    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.168) 0px 6px 6px 0px, rgba(0, 0, 0, 0.219) 0px 5px 5px -5px;
}

.step-card1 {
    border-radius: 10px;

    padding: 20px;
    background-color: #AED8FF36 !important;
}

.step-card2 {
    border-radius: 10px;

    padding: 20px;
    background-color: rgba(212, 253, 207, 0.31) !important;
}

.step-card3 {
    border-radius: 10px;

    padding: 20px;
    background-color: rgba(241, 255, 155, 0.13) !important;
}

.icon-bx {
    background-color: rgba(255, 237, 0, 0.23);
}

.step-card p {
    font-size: 0.875rem;
}

.highlight-text {
    color: #28a745;
}

.about-section-heading {
    font-size: 40px;
}

.info-card img {
    border-radius: 5px;

}

.about-section {
    font-size: 0.875rem;
    color: black;
    font-weight: 400;
}

.feature-card {
    background-color: #f0fff4;
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.feature-card h5 {
    font-size: 1rem;
    color: #28a745;
}

.feature-card {
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.feature-card-header {
    background-color: #28a745;
    /* Green color */
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.feature-card-body {
    padding: 100px;
    text-align: center;
}

.feature-card-container {
    background-color: #f0fff4;
    /* Light green background for the row */
    padding: 40px 0;
}

.something {
    font-size: 2.5rem;
}

.btn-join {
    background-color: #FFBD00;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
    padding: 6px 30px;
    border: none;
    cursor: pointer;
}

.get-touch {
    font-family: "Inter", serif;
    font-size: 20px;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 1);
}

.contact-bx input {
    background-color: #f1f1f1;
    color: rgba(0, 0, 0, 1);
    padding: 10px;
    border: 0;
    border-radius: 0;
}

.contact-bx input::placeholder {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", serif;
    font-size: 15px;
    font-weight: 300 !important;
}

.contact-bx textarea {
    background-color: #f1f1f1;
    color: rgba(0, 0, 0, 1);

    border: 0;
    border-radius: 0;
}

.contact-bx textarea::placeholder {
    font-family: "Inter", serif;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300 !important;
}

.newsletter h3 {
    font-family: "Inter", serif;
    font-size: 22px;
    color: #000;
    font-weight: 400 !important;
}

.newsletter p {
    font-family: "Inter", serif;
    font-size: 16px;
    color: #000;
    font-weight: 300 !important;
}

.business {
    color: #15BC0C;
    font-family: "Inter", serif;
    font-weight: 500 !important;
}

.milestone-section {

    border-radius: 50px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    padding: 130px 0;
}



.milestone-item h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.milestone-item p {
    font-family: Inter;
    font-size: 17.57px;
    font-weight: 500;
    line-height: 39.42px;
    color: #000;

}

.charger-network {
    font-size: 60px;
    color: #00B11F;
    font-weight: 600;

}
.backgroun-network{
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: -50px !important;
    /* transform: translate(-50%,-50%); */
}

.map-container {
    position: relative;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border-radius: 20px !important;
    border: 1px solid #000 !important;
    height: 35px !important;
}
.map-form{
    background-color: transparent !important;
    border-radius: 20px !important;
    border: 1px solid #000 !important;
    height: 35px !important;
}
/* .network {
    background-image: url(./images/background-img.png) !important;
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: left bottom;
} */

.newsletter-section {
    background-color: #00b000;
    /* Bright green background */
    padding: 20px;
    text-align: center;
    color: white;
}

.newsletter-section .form-control {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 30px;
    color: white;
}

.newsletter-section .form-control::placeholder {
    color: white;
}

.btn-subscribe {
    background-color: black;
    border: none;
    border-radius: 30px;
    color: white;
    padding: 8px 30px;
}

.btn-subscribe:hover {
    background-color: #333;
}

.middle-nav {
    background-color: #000;
    position: absolute !important;
    width: 100%;
    z-index: 0;
    top: 0;

}

.middle-navbar li {
    list-style-type: none;
    margin: 20px 30px;
    color: #fff;
}

.middle-navbar li a {
    color: rgba(255, 255, 255, 1);
    font-family: "Inter", serif;
    font-size: 13px;
    font-weight: 600;
}

#middleNav {
    display: none;
    /* Initially hidden */
    transition: all 0.3s ease-in-out;
}

/* Show the middle-nav when toggled */
#middleNav.show {
    display: flex;
    /* Use flex to align items as per the d-flex class */
    flex-direction: column;
    /* Stack items vertically */
}

.aboutus-section {
    background: rgba(247, 255, 247, 1);
    background-image: url(./images/lining.png);
    background-position: bottom right;
    background-size: 400px;
    background-repeat: no-repeat;
}

.aboutus-card {
    background-color: transparent !important;
}

.aboutus-card h3 {
    font-family: "Inter", serif;
    color: rgba(123, 123, 123, 1);
    font-size: 20px;
    font-weight: 800;
    margin-top: 30px;
}

/* .aboutus-card h3::after {
    content: '________';
    margin-left: 20px;
    width: 20px;
    height: .5px;
} */

.aboutus-card p {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", serif;
    font-size: 21px;
    word-spacing: 3px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 30px;
    margin-right: 40px;
}

.who-we h3 {
    font-family: "Inter", serif;
    color: rgba(21, 188, 12, 1);
    font-weight: 600;
    font-size: 60px;
    margin-top: 30px;
    line-height: 50px;
}

.who-we p {
    color: #FFF;
    font-family: "Inter", serif;
    font-size: 19px;
    word-spacing: 3px;
    font-weight: 200;
    margin-top: 30px;
    margin-right: 40px;
    letter-spacing: 1px;
}

.mission-section {
    padding: 100px;
}

.mission-section h3 {
    font-family: "Inter", serif;
    color: rgba(21, 188, 12, 1);
    font-weight: 600;
    font-size: 40px;
    margin-top: 30px;
    line-height: 50px;
}

/* .mission-section h3:after {
    content: '_____';
    margin-left: 20px;
    width: 20px;
} */

.mission-section p {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", serif;
    font-size: 19px;
    word-spacing: 2px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 30px;
    margin-right: 50px;
}

.form-mobile {
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    padding: 40px 30px;
    top: -170px;
    right: 30px;
    z-index: 1;
    width: 500px;
    box-shadow: rgba(50, 50, 93, 0.168) 0px 6px 6px 0px, rgba(0, 0, 0, 0.219) 0px 5px 5px -5px;
}

.form-mobile form label {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-family: "Work Sans", sans-serif;
    margin-bottom: 5px !important;
}

.form-mobile form input {
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    padding: 10px;
    font-family: "Work Sans", sans-serif;
}

.form-mobile form input::placeholder {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.form-mobile h4 {
    font-family: "Work Sans", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: rgba(1, 18, 33, 1);
}

.host-form {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.styled-button {
    display: inline-block;
    background-color: rgba(21, 188, 12, 1);
    font-size: 30px;
    font-weight: bold;
    padding: 5px 15px;
    border: 5px solid rgba(21, 188, 12, 1);
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.styled-button span {
    background: linear-gradient(to bottom right, white 50%, black 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.styled-button:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.host-section .card {
    border-radius: 12px;
    border: 0;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
}

.host-section .card h3 {
    background-color: #00a123;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 10px;
}

.testimonial h3 {
    margin-top: 130px;
    font-family: "Inter", serif;
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.how-it-host {
    background-color: #000 !important;
    background-size: cover;
    background-position: center;
    color: white;

}

.how-it-host h2 {
    font-family: "Inter", serif;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}

.how-it-host .col-lg-4 {
    height: 300px !important;
}

.host-img {
    position: relative;
}

.host-img img {
    height: 450px;
    object-fit: contain;
    position: absolute;
    top: 0;
    z-index: 11;
}

.host-dowload-section {
    padding: 220px 0 100px 0;
}

.host-dowload-title {

    text-align: center;
    font-family: "Inter", serif;
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.host-find-section {
    background-color: rgba(0, 0, 0, 1);
    padding: 100px 0;
    border-radius: 23px;
}

/* Container for the search bar */
.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 10px;
    border-radius: 0px;
    width: 400px;
    border-bottom: 1px solid white;
}

/* Input field */
.search-input {
    flex-grow: 1;
    background: none;
    border: none;
    color: white;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
}

/* Placeholder text styling */
.search-input::placeholder {
    font-family: "Inter", serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

/* Icon styling */
.icon {
    color: white;
    font-size: 18px;
    padding: 0 5px;
}

.icon.left {
    margin-right: 10px;
}

.icon.right {
    margin-left: 10px;
}

.text-find h3 {
    font-family: "Inter", serif;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);

}

.text-find h3 span {
    font-family: "Inter", serif;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(21, 188, 12, 1);

}

.text-find2 h3 {
    font-family: "Inter", serif;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 60px !important;
    font-weight: 600;
    color: rgba(255, 255, 255, 1) !important;

}

/* Underline */
.text-find {
    padding: 0 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.text-find2 {
    padding: 0 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.host-evp-fast {
    background-color: rgb(255, 255, 255);
    padding: 100px 0;
    border-radius: 23px;
}

.host-evp-fast .img-find {
    background-color: rgba(0, 0, 0, 1) !important;

}

.host-evp-fast .text-charger h3 {
    font-family: "Inter", serif;
    font-size: 50px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 60px;
    color: rgba(0, 0, 0, 1);
}

.host-evp-fast .text-charger p {
    font-family: "Inter", serif;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.station-text h3 {
    font-family: "Inter", serif;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(21, 188, 12, 1);
}

.station-text p {
    font-family: "Inter", serif;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.phone-mockup {
    position: absolute;
    top: -150px;
    left: -100px;
    max-width: 600px;
    width: 100%;
    transform: rotate(-12deg);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}
/* .worry-bx {
    background-image: url(./images/home-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    width: 400px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
} */
.custom-card {
    height: 100%;

    margin: 80px auto 100px auto;
    border: 0;
    border-radius: 0;
    padding: 40px 30px 50px 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(168, 168, 168, 0.2), 0 3px 10px 0 rgba(173, 173, 173, 0.19);
}

.custom-card .icon {
    font-size: 40px;
    color: rgba(255, 237, 0, 1);
    margin-bottom: 10px;
}

.custom-card h5 {
    margin-bottom: 20px;
}

.custom-card h5 span {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 16px;
     color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid #000;
    text-transform: capitalize;
}

.custom-card p {
    text-transform: capitalize;
    font-family: "Inter", serif;
    color: black;
    font-size: 14px;
    font-weight: 500;

}

.charge-evp{
    width: 650px;
    z-index: -1;
}

.testimonial-main {
    background-image: url(./images/lining-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0px top -100px;
}

.timeline-section {
    background-color: rgba(243, 255, 223, 1);
}

.timeline {
    position: relative;
    margin: 0px auto;
    padding: 0 20px;
    max-width: 900px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.timeline-item {
    position: relative;
    margin-bottom: 100px;
}

.timeline-item {
    display: flex;
    justify-content: space-between;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: left;
}

.timeline-item .timeline-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: rgba(17, 175, 0, 1);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10%;
    z-index: 1;
}

.timeline-item .timeline-icon-last {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: rgba(17, 175, 0, 1);
    width: 20px;
    height: 20px;
    border-radius: 10%;
    z-index: 1;
}

.timeline-icon2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-image: url(/images/time-line-line.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    width: 30px;
    height: 30px;
    z-index: 5 !important;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-icon2::before,
.timeline-icon2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
}


.timeline-item .timeline-content {
    background: rgb(253, 250, 250);
    border-radius: 25px !important;
    width: 300px;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: 00px;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-right: 00px;
}

.timeline-item img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.timeline-item h4 {
    color: rgba(17, 175, 0, 1);
}

.timeline-item p {
    font-family: "Inter", serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 14px;
    text-transform: capitalize;
    padding: 25px 27px;
}

.timeline-section .container p {
    font-family: "Inter", serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.timeline-item .timeline-content2 {
    border-radius: 8px;
    padding: 15px;
    width: 300px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: end;
    /* flex-direction: column; */
}
.timeline-item .timeline-content3 {
    border-radius: 8px;
    padding: 15px;
    width: 300px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: start;
    /* flex-direction: column; */
}
.inner-timeline {
    background-color: rgba(123, 197, 115, 0.47) !important;
    width: 71%;
    padding: 10px 20px;
}
.inner-timeline2 {
    background-color: rgba(123, 197, 115, 0.47) !important;
    width: 71%;
    padding: 10px 20px;
}
.inner-timeline3 {
    background-color: rgba(123, 197, 115, 0.47) !important;
    width: 71% !important;
    padding: 10px 20px !important;
}
.timeline-content2 h4 {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}
.timeline-content3 h4 {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}
.timeline-content2 span {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(21, 188, 12, 1);
}
.timeline-content3 span {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(21, 188, 12, 1);
}
.testimonial-heading {
    color: #11AF00;
}

.testimonial-app .testimonial-text,
h2 {
    color: white;
}

.testimonial-app .testimonial-text,
p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}








.testimonial-main .card-title {
    color: rgba(123, 123, 123, 1);
    /* Green text */
}

.testimonial-main .card-text {

    text-align: center;
}

.testimonial-main .card {
    border: 1px solid #11AF00;
    /* Green border */
    border-radius: 45% 45%;
    /* Egg shape */
    padding: 2rem;
    background-color: #fff;
    /* White background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* Center alignment */
}

.testimonial-main .card-title {
    color: grey;
    /* Green text */
}

.testimonial-main .card-text {

    text-align: center;
}





.testimonial-main .wrapper {

    position: relative;
}

.testimonial-main .wrapper i {
    top: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 25px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #11AF00;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.testimonial-main .wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.testimonial-main .wrapper i:first-child {
    left: -70px;
    z-index: 12;
    color: #11AF00;
}

.testimonial-main .wrapper i:last-child {
    right: -70px;
    color: #11AF00;
}



.testimonial-review .card h2 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 2rem;

}

.testimonial-review .card span {
    font-family: "Inter", serif;
    color: #6a6d78;
    font-size: 1.31rem;
}

.testimonial-review .text-muted {
    font-family: "Inter", serif;
    color: rgba(0, 0, 0, 1) !important;
}
.testimonial-review img{
 width: 70px;
}


.career-section .career-text h2 {
    color: #11AF00;

}

.career-section .testimonial-text,
p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}








.career-section .card-title {
    color: #28a745;
    /* Green text */
}


.career-section .card {



    background-color: #fff;
    /* White background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.39);
    /* Subtle shadow */


}

.career-section .col-lg-8 .card {
    box-shadow: rgba(0, 0, 0, 0.39) 2px 2px 5px !important;
}





.career-section .icon {
    font-size: 2rem;
    color: #000;
    /* Black color for the icons */
}

.career-section .card-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #000000;
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;

    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    ;
    /* Slightly darker text */
}

.career-text h2 {
    font-family: Work Sans;
    font-size: 40px !important;
    font-weight: 900;
    line-height: 25.28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    padding: 12px;
    border-radius: 12px;
}

.login-card h2 {
    font-family: Work Sans;
    font-size: 30px;
    font-weight: 900;
    line-height: 25.28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    padding: 12px;
    border-radius: 12px;

}

.career-section input::placeholder,
.career-section textarea::placeholder {
    color: #fff !important;
}

.coming-text h2 {
    font-family: Work Sans;
    font-size: 60px !important;
    font-weight: 500 !important;
    line-height: 70px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    padding: 12px;
    border-radius: 12px;
}

.coming-card .card {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: none !important;

}

.coming-card .card .icon {
    background-color: rgba(217, 217, 217, 1);
    height: 200px;
    width: 100%;
}

.coming-card .timer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.coming-card .time-block {
    font-size: 27px;
    font-weight: bold;
    font-family: "Inter", serif;
    border-radius: 7px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.25);

}

.coming-card .label {
    font-size: 13px;
    font-family: "Inter", serif;
    color: #777;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.coming-card p {
    margin: 20px 0 !important;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", serif;
}

.coming-card .email-form {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 15px;
}

.coming-card .email-form input {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 11px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    flex: 1;
}

.coming-card .email-form .notify-button {
    font-weight: 500;
    font-size: 11px;
    padding: 10px 20px;
    font-family: "Inter", serif;
    background-color: #28a745;
    border: none;
    color: #000000;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 5px;
    cursor: pointer;
}

.coming-card .email-form .notify-button:hover {
    background-color: #218838;
}

.solution-section .container {
    background-color: rgba(0, 0, 0, 1);
}

.solution-section .container h2 {
    font-family: "Inter", serif;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}



.choose-evp .card {
    height: 100%;
    background-color: #000;
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 50px 23px;
}

.choose-evp .card h3 {
    font-family: "Inter", serif;

    font-size: 24px;
    letter-spacing: 1px;
    padding-right: 10px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.choose-evp .card p {
    font-family: "Inter", serif;
    font-size: 17px;
    padding-top: 20px;
    word-spacing: 0px;
    padding-right: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
}

.evp-solution-section .container h2 {
    font-family: "Inter", serif;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);

}

.evp-solution-section .container span {
    font-family: "Inter", serif;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(21, 188, 12, 1);

}

.evp-solution .card {
    background-color: white;
    height: 100%;
    border: none;
    border-radius: 20px;
    padding: 40px 40px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.evp-solution .card h3 {
    font-family: "Inter", serif;
    font-size: 25px !important;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.evp-solution .card p {
    font-family: "Inter", serif;
    font-size: 17px;
    padding-top: 10px;
    word-spacing: 2px;
    padding-right: 14px;
    line-height: 25px;
    text-align: left;
    font-weight: 300;
    color: rgba(64, 64, 64, 1);
}

.join-evp-comm {
    background-color: #000;
    padding: 50px 0 50px 0;
    text-align: center;
}

.join-evp-comm h3 {
    color: rgba(21, 188, 12, 1);
    text-align: center;
    font-family: "Inter", serif;
    font-size: 35px !important;
}

.solution-carousel h3 {
    font-family: "Inter", serif;
    font-size: 35px !important;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.solution-carousel span {
    font-family: "Inter", serif;
    font-size: 35px !important;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(21, 188, 12, 1);
}

.solution-carousel .wrapper {

    position: relative;
}


.solution-carousel .wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 1) - 500px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 60px;
    border-radius: 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.solution-carousel .carousel::-webkit-scrollbar {
    display: none;
}

.solution-carousel .carousel.no-transition {
    scroll-behavior: auto;
}

.solution-carousel .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.solution-carousel .carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.solution-carousel .carousel .card {
    scroll-snap-align: start;
    height: auto;
    list-style: none;
    background: rgba(217, 217, 217, 1);
    cursor: pointer;
    padding-bottom: 15px;
    padding: 30px 40px !important;
    border-radius: 0;
}


.solution-carousel .carousel .card h3 {
    font-family: "Inter", serif;
    font-size: 18px !important;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);

}

.solution-carousel .carousel .card p {
    font-family: "Inter", serif;
    padding-right: 30px !important;
    font-size: 15px;
    padding-top: 10px;
    word-spacing: 2px;
    padding-right: 14px;
    line-height: 25px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.evp-brand-section {
    background-color: #000;
}

.evp-brand-section h3 {
    font-family: "Inter", serif;
    font-size: 40px !important;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.evp-brand-section p {
    font-family: "Inter", serif;
    font-size: 16px !important;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}
.solution-brands img {
    display: block;
    margin: auto;
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.faq-contact-card {

    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(168, 168, 168, 0.2), 0 3px 10px 0 rgba(173, 173, 173, 0.19);
    max-width: 400px;
    margin: 2rem auto;
}

.faq-heading {
    font-size: 42px;
    font-weight: 500;
    font-family: "Inter", serif;


}

.faq-heading span {
    color: #00a123 !important;
}

.faq-heading-main .question {
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    font-weight: 300;
    font-family: "Inter", serif;
}

.faq-heading-main .question::after {
    content: "__________";
}

.faq-text {
    margin-bottom: 1rem;
    color: #645D5D;
    font-weight: 400;
    font-size: 15px;
}

.faq-contact-card .form-control {
    font-family: "Inter", serif;

    border: none;
    border-radius: 5px;

}

.faq-contact-card input {
    font-family: "Inter", serif;
    font-size: 14px;
    background-color: rgba(123, 197, 115, 0.37);
    border: none;
    border-radius: 5px;
    padding: 10px;

}

.faq-contact-card input::placeholder {
    color: rgb(19, 137, 5);

}

.faq-contact-card textarea::placeholder {
    color: rgb(19, 137, 5);

}

.faq-contact-card textarea {
    font-family: "Inter", serif;
    font-size: 14px;
    background-color: rgba(123, 197, 115, 0.37);
    color: rgba(17, 175, 0, 1);
    border: none;
    border-radius: 5px;
}

.faq-contact-card .form-control:focus {
    box-shadow: none;
    border: 1px solid #15BC0C;
}


.faq-contact-card .btn-submit {
    background-color: #15BC0C;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 10px rgba(21, 188, 12, 0.3);
    border: 2px solid transparent;
}

.btn-submit:hover {
    background-color: #15BC0C;
    color: #000000;
    transform: translateY(-3px) scale(1.05);
    border: 2px solid #15BC0C;
    box-shadow: 0 8px 20px rgba(21, 188, 12, 0.5);
    font-weight: bold;
}

.btn-submit:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 10px rgba(21, 188, 12, 0.4);
}

.accordion-button:focus {
    box-shadow: none;
}

.contact-main .card-body {
    background-color: white;
    border: 1px solid #15BC0C;
    border-radius: 10px;
}


.contact-main .card-body,
h5 {
    color: #3B5F38;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;




}
.footer-bg-img{
    margin: 20px 0;
    background-image: url(./images/footer-line.png);
    background-repeat: repeat-x;
    background-size: 274px 10px;
    background-position: center;
    height: 1px;
}
.contact-main .card-body .icon-img {
    background-color: #15BC0C;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-main .card-body .icon-img-2 {
    background-color: #3B5F38;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-main .card-body .card-info {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 24.2px;

    color: #000;

}

.card {
    border-radius: 10px;

}

.card-body input,
.card-body textarea {
    font-size: 1rem;
}

.card-body button {
    font-size: 1.1rem;
}

.text-success {
    color: #15BC0C !important;

}

.feel-free .free-contact .display-4,
h1 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
}

.feel-free .free-contact,
h4 {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;

}

.feel-free .free-contact .display-4,
h1 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
}

.feel-free .free-contact .free-text,
p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;

    color: black;

}

.free-contact .free-button {
    color: white !important;
    background-color: #15BC0C;
    border: none;
    border-radius: 0% !important;
}





.promo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #0a6700, transparent);
    color: white;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
    transition: all .5s;
}


.blog-card:hover .promo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #0a6700, transparent);
    color: white;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 1;
}
.product-card .promo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #0a6700, transparent);
    color: white;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 1;
}
.promo-overlay p {
    font-family: Inter;
    font-size: 15px;
    font-weight: 300;
    line-height: 23.41px;
    text-align: left;
    color: white;

}

.promo-overlay h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}
.privacy-policy a{
    font-family: "Poppins", serif;
}
.footer-main-list{
    font-family: "Poppins", serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Brand Marquee Styles */
.brand-marquee {
    overflow: hidden;
    width: 100%;
    background: transparent;
    position: relative;
}

.brand-marquee-content {
    display: flex;
    animation: marquee 40s linear infinite;
    width: fit-content;
}

.brand-marquee-content:hover {
    animation-play-state: paused;
}

.brand-item {
    flex-shrink: 0;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    height: 60px;
    width: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.brand-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brand-item {
        padding: 0 20px;
    }

    .brand-item img {
        height: 45px;
    }

    .brand-marquee-content {
        animation: marquee 30s linear infinite;
    }
}

/* Send Application Button Styles */
.btn-send-application {
    background-color: rgba(21, 188, 12, 1);
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    width: 200px;
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent;
    box-shadow: 0 4px 10px rgba(21, 188, 12, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-send-application:hover {
    background-color: rgba(255, 237, 0, 1);
    color: rgba(0, 0, 0, 1);
    transform: translateY(-3px) scale(1.05);
    border: 2px solid rgba(21, 188, 12, 1);
    box-shadow: 0 8px 20px rgba(21, 188, 12, 0.5);
    font-weight: bold;
}

.btn-send-application:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 10px rgba(21, 188, 12, 0.4);
}
