﻿body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    background-color: var(--body-bg);
    color:var(--text-body);
}
/* Change text selection background and text color */
::selection {
    background: rgba(0, 0, 0,0.8);
    color: var(--primary); /* text color */
}

/* For Firefox */
::-moz-selection {
    background: rgba(0, 0, 0,0.8);
    color: var(--primary); /* text color */
}

html,body{
    overflow-x:clip;
}
:root {
    --primary: #FBBE07; 
    --primary-dark: #0F1115; /* Midnight Black */
    --body-bg: #F4F6EA;
    --surface: #FFFFFF; 
    --surface-muted: #ECEFE3; 
    /* Text Colors */
    --text-primary: #0F1115; /* Headings */
    --text-body: #2A2E33; /* Paragraphs */
    --text-muted: #6B7280; /* Secondary text */
    
    /* Borders & Dividers */
    --border: #E2E5D8;
    /* Hover / States */
    --primary-hover: #E5AA00;
}

.themePrimary{
    color:var(--primary);
}
.themePrimary-bg{
    background-color:var(--primary);
}
.custom-border-radius{
    border-radius:8px 0;
}
.text-black-light{
    color:rgb(0,0,0,0.3);
}
#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: var(--text-primary);
    color: var(--primary);
    border: 1px solid #000;
    border-radius: 2px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1000;
}
/*==== fonts ======*/
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-optical-sizing: auto;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
}

.inter-regular {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
}

.inter-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
}

.inter-semibold {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-optical-sizing: auto;
    font-style: normal;
}

/*===========layout page ===========*/
/*-- header --*/
.logo-symbol{
    height:130px;
}
.site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.site-navbar {
    background: transparent;
    padding: 18px 0;
}

.site-header .nav-link {
    color: #fff;
    font-weight: 600;
    margin: 0 8px;
    padding: 6px 14px;
    border-radius: 20px;
    transition: 0.3s ease;
}

    .site-header .nav-link:hover,
    .site-header .nav-link.active {
        color: var(--primary-hover);
    }

.header-contact .phone-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    transition: 0.3s;
}

    .header-contact .phone-link:hover {
        background: var(--primary-hover);
        color: #000;
    }

.logo-symbol{
    padding-top:15px;
}
/*-- footer --*/
.uplug-footer-modern {
    background: #495147;
    color: #ffffff;
}

.footer-logo {
    height: 100px;
}

.footer-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 350px;
}

.footer-title {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li,
    .footer-contact li {
        margin-bottom: 0.6rem;
        font-size: 0.9rem;
    }

    .footer-links a {
        color: #ffffff !important;
        text-decoration: none;
    }

        .footer-links a:hover {
            color: var(--primary-dark) !important;
        }

    .footer-contact i {
        margin-right: 0.6rem;
        color: var(--primary);
    }

.footer-social {
    margin-top: 1.2rem;
}

    .footer-social a {
        color: #FFFFFF !important;
        font-size: 1.2rem;
        margin-right: 0.8rem;
        text-decoration: none;
    }

        .footer-social a:hover {
            color: var(--primary-dark) !important;
        }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 3rem;
    padding: 1.2rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.85rem;
}

.footer-legal a {
    margin-left: 1.2rem;
    color: #FFFFFF !important;
    text-decoration: none;
}

    .footer-legal a:hover {
        color: var(--primary) !important;
    }

.recognition-item {
    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .recognition-item img {
        height: 55px;
        width: auto;
    }
/*========= home page ============*/
.home-banner {
    position: relative;
    height: 100vh;
    background: url('/images/banner/home-banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
}
.banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 180deg, rgba(36, 45, 32, 0.85) 0%, rgba(36, 45, 32, 0.65) 25%, rgba(36, 45, 32, 0.35) 55%, rgba(36, 45, 32, 0.15) 75%, rgba(2, 1, 1, 0) 100% );
}

.banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.hero-topLine {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    position: relative;
}

    .hero-topLine::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 48px;
        height: 6px;
        border-radius: 3px;
        background: linear-gradient( 90deg, var(--primary) 0%, var(--primary) 70%, rgba(255,255,255,0.2) 70% );
    }


    .hero-topLine i {
        font-size: 18px;
    }

.hero-subtext {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.55);
}

/*--about section --*/
.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    margin-bottom: 10px;
    text-transform:uppercase;
   
}

/* images */
.about-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px 0;
}

.main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 220px;
    height:220px;
    z-index: 2;
    padding: 6px;
    border-radius: 50%;
}

    .floating-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }


.about-content {
    position: relative;
    padding-left: 24px;
}

    /* vertical brand line */
    .about-content::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 3px;
        height: 100%;
        background: linear-gradient( to bottom, var(--primary), transparent );
        border-radius: 2px;
    }

.principles-divider {
    width: 60px;
    height: 2px;
    background: var(--border);
    margin: 28px 0 18px;
}

.principles-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.principles-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .principles-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 0;
    }

    .principles-list i {
        color: var(--primary);
        font-size: 15px;
    }

.about-note {
    margin-top: 20px;
    font-size: 15px;
    color: var(--text-muted);
    max-width: 520px;
}

/*-- button --*/
.btn-readmore-outline {
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    border: 2px solid var(--primary);
    border-radius: 10px;
    color: var(--text-primary);
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
}

    .btn-readmore-outline::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--primary);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
        z-index: -1;
    }

    .btn-readmore-outline:hover {
        color: #000;
    }

        .btn-readmore-outline:hover::before {
            transform: scaleX(1);
        }
.btn-readmore {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid var(--primary);
    background: var(--primary);
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

    .btn-readmore::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--body-bg);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
        z-index: -1;
    }

    .btn-readmore:hover {
        color: #000;
    }

        .btn-readmore:hover::before {
            transform: scaleX(1);
        }
/*-- services secion --*/
.service-detail-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px 0;
    cursor: pointer;
    height: 500px;
}

    .service-detail-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .service-detail-card .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        .service-detail-card .overlay h4 {
            margin: 0;
            color: #fff;
            font-weight: 600;
            text-shadow: 0 2px 5px rgba(0,0,0,0.6);
            transition: transform 0.5s ease;
        }

        .service-detail-card .overlay p {
            margin: 0.3rem 0 0 0;
            color: #fff;
            opacity: 0;
            line-height: 1.2;
            display: none;
            transform: translateY(10px);
        }
.service-locations {
    font-size:14px;
}
    .service-locations.pipe span {
        margin: 0 6px;
        opacity: 0.6;
    }

.service-detail-card:hover .overlay {
    padding-bottom: 1.5rem; /* more space for heading + paragraph */
}

        .service-detail-card:hover .overlay h4 {
            transform: translateY(-10px); /* heading slides up */
        }

        .service-detail-card:hover .overlay p {
            opacity: 1;
            display: block;
            transform: translateY(0); /* paragraph slides in */
        }

/*-- why us section --*/
.why-content-bg {
    position: relative;
    height: 100%;
    min-height: 600px;
    background: linear-gradient( to right, rgba(46,55,42,0.65), rgba(46,55,42,0.35), rgba(244,246,234,0.8) );
    background-attachment: fixed;
}

.why-content {
    position: relative;
    z-index: 2;
    padding: 100px 80px;
}

.features-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.feature-row {
    padding: 14px 18px;
    background: rgba(255,255,255,0.08);
    border-left: 3px solid var(--primary);
    border-radius:8px;
    color: #fff;
    font-weight: 500;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

    .feature-row:hover {
        background: rgba(255,255,255,0.16);
        transform: translateX(6px);
    }

.why-image-full {
    height: 100%;
    min-height: 520px;
    background: url('../images/charging-station.jpeg') center / cover no-repeat;
}
/*--- tech-driver-section ---*/
        .tech-driver-section h3::after {
            content: "";
            display: block;
            width: 60px;
            height: 3px;
            background-color: var(--primary); 
            margin-top: 8px;
            border-radius: 2px;
        }

    .tech-driver-section ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .tech-driver-section ul li {
            font-size: 18px;
            line-height: 2;
            position: relative;
            padding-left: 20px;
            margin-bottom: 15px;
        }

            .tech-driver-section ul li::before {
                content: "\203a";
                position: absolute;
                left: 0;
                top: -8px;
                color: var(--primary);
                font-weight: bold;
                font-size:25px;
            }


/*-- partner-minimal ---*/
.partner-minimal {
    background: linear-gradient( 135deg, rgba(46,55,42,0.03), rgba(46,55,42,0.08) );
}

.content-block {
    padding-left: 30px;
    border-left: 3px solid rgba(47,107,58,0.2);
}

    .accent {
        color: #2f6b3a;
    }
.clean-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .clean-list li {
        padding: 10px 0;
        font-size: 1.05rem;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

        .clean-list li:last-child {
            border-bottom: none;
        }

.partner {
    position: relative;
    overflow: hidden;
}

    .partner::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 360px;
        height: 360px;
        transform: translate(-50%, -50%);
        background: url('../images/logo/Uplug-Logo.svg') no-repeat center;
        background-size: contain;
        opacity: 0.08; 
        pointer-events: none;
    }

.divider {
    width: 65px;
    height: 2px;
    background: var(--primary);
    margin: 40px auto;
    opacity: 0.45;
}


/* List */
.Benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    margin: 0 auto;
    max-width: 520px;
}

    .Benefits-list li {
    position: relative;
    padding-left: 18px;
    font-size: 17px;
    line-height: 1.6;
}

.Benefits-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 18px;
    background: var(--primary);
    border-radius: 2px;
}

    .Benefits-list span {
        font-size: 15px;
        color: var(--text-muted);
    }
  /*-- cta --*/
.cta-section {
    background: linear-gradient(rgba(244, 246, 234, 0.85), rgba(244, 246, 234, 0.85)), url('../images/whyUs-bg.jpg') center/cover no-repeat fixed;
    position: relative;
}

    .cta-section .container,
    .cta-section .row,
    .cta-section .cta-item {
        position: relative;
        z-index: 1;
    }

/*======================== inner-hero ======================*/
.inner-hero {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

    .inner-hero .banner-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(36,45,32,0.85);
    }

.hero-content {
    position: relative;
    z-index: 2;
    padding-top:100px;
}

.breadcrumb-wrap {
    font-size: 19px;
    color: #BEBFB9;
}

    .breadcrumb-wrap a {
        color: #BEBFB9;
        text-decoration: none;
    }

        .breadcrumb-wrap a:hover {
            color:var(--primary-hover);
        }

.about-hero {
    background: url('../images/banner/about-banner.jpg') center / cover no-repeat;
}
.soluions-hero {
    background: url('../images/banner/solutions-banner.jpeg') center / cover no-repeat;
}
.contact-hero {
    background: url('../images/banner/contact-banner.jpg') center / cover no-repeat;
}
.PartnerWithUs-hero {
    background: url('../images/banner/partner-banner.jpg') center / cover no-repeat;
}
.news-hero {
    background: url('../images/banner/news-banner.jpg') center / cover no-repeat;
}
/*=========== Abou Page ===============*/
.about-us {
    height: 500px;
    align-items: stretch;
}

    .about-us .col-4 img {
        height: 100%;
        object-fit: cover;
    }

    .about-us  .about-img {
        height: 400px ;
        width: 100%;
        object-fit: cover;
    }

.stats {
    margin-top: 40px;
    gap: 80px;
}

    .stats h2 {
        font-size: 80px;
        font-weight: 700;
        margin: 0;
        color: #d5dacd; 
        line-height: 1;
    }

    .stats span {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #2f6b3a;
        white-space: nowrap;
    }

.vision-block, .mission-block {
    background: #D2DCCE;
    border: 1px solid #BEBFB9;
    border-radius:8px 0;
}


.mission-card {
    padding: 25px;
    border: 1px solid #BEBFB9;
    height: 100%;
}

    .mission-card h5 {
        font-weight: 500;
        margin-bottom: 10px;
    }
    

.mission-grid .col-md-6:nth-child(odd) .mission-card {
    border-right: none;
}

.mission-grid .col-md-6:nth-child(-n+2) .mission-card {
    border-bottom: none;
}



.sustain-box {
    max-width: 1000px;
}

.section-title {
    color: #2E372A;
    font-weight: 600;
}

.s-card {
    padding: 15px 5px;
    height: 100%;
    border: 1px solid #BEBFB9;
    border-radius:8px 0;
}


.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 40px 0;
}

.marquee-text {
    display: inline-block;
    font-size: 70px;
    font-weight: 700;
    color: #cfd6c8;
    animation: scrollText 18s linear infinite;
    user-select:none;
}

@keyframes scrollText {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.marquee-wrapper {
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.marquee-text:hover {
    animation-play-state: paused;
}

/*======= solution page ============*/
.solution-list {
    list-style: none;
    padding: 0;
}

    .solution-list li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 14px;
    }

        .solution-list li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 1px;
            width: 22px;
            height: 22px;
            background: var(--primary);
            color: #000;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }


.solution-section img {
    transition: .4s;
}

    .solution-section img:hover {
        transform: scale(1.03);
    }
.bg-light-green {
    background-color: #D2DCCE;
}
/*=============== contact page ==================*/

.map-wrapper {
    border-radius: 8px 0;
    overflow: hidden;
}

    .map-wrapper iframe {
        width: 100%;
        height: 100%;
        min-height: 350px;
        border: 0;
    }

.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 35px;
    height: 100%;
}

.info-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #D2DCCE;
    padding: 28px;
    border-radius: 8px 0;
    transition: .3s;
}

    .info-card .icon {
        width: 55px;
        height: 55px;
        border-radius: 8px 0;
        background: #495147;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: var(--primary);
    }
    .info-card p {
        margin: 2px 0 0;
        font-size: 14px;
    }

.contact-split-section {
    background: #D2DCCE;
}

.contact-wrapper {
    background: #fff;
    overflow: hidden;
    border-radius:8px 0;
}

.contact-left {
    background: #495147;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .contact-left p {
        color: #c8d1c8;
        font-size: 17px;
        margin-bottom: 25px;
    }

    .contact-left img {
        border-radius: 8px 0;
        width: 100%;
        height: 230px;
        object-fit: cover;
        margin-top: auto;
    }

.contact-right {
    background: var(--body-bg);
}

    .contact-right label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 6px;
    }


    .contact-right .form-control {
        border-radius: 8px 0;
        border: 1px solid #dcded6;
        padding: 12px 14px;
        margin-bottom: 18px;
        background: var(--body-bg);
        transition: .25s;
    }

        .contact-right .form-control:focus {
            border-color: var(--border);
            box-shadow:none;
        }

/*=============== news page ==================*/
.news-card {
    background: #D2DCCE;
    border-radius: 8px 0;
    overflow: hidden;
    transition: .35s;
}

.news-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.news-date {
    font-size: 14px;
    color: #6c757d;
    display: block;
    margin-bottom: 10px;
}

.news-link {
    color: #495147 !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .news-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0%;
        height: 2px;
        background: #495147;
        transition: width .3s ease;
    }
    .news-link:hover {
        color: #495147;
    }
    .news-link:hover::after {
        width: 100%;
    }
    /*=========== news detail page ==================*/
.news-content{
    position:relative;
    top:-70px;
    z-index:3;
}
.news-detail-img{
    height:500px;
    width:100%;
    object-fit:cover;
    border-radius:8px 0;
}
.recent-post-block{
    background-color:#D2DCCE;
}
.recent-news{
    height:80px;
    width:100%;
    object-fit:cover;
}
.recent-post-block .post-item {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .recent-post-block .post-item::before {
        content: "";
        position: absolute;
        transform: translate(-50%,-50%);
        bottom: 0;
        left: 50%;
        width: 82%;
        height: 1px;
        background: #b8c3b3;
    }

    .recent-post-block .post-item:last-child::before {
        display: none;
    }

.share-post{
    background-color:#D2DCCE;
}
.social-icons a {
    text-decoration:none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 10px;
    border-radius: 50%;
    background: #495147;
    color: var(--body-bg);
    font-size: 16px;
    transition: .3s;
}

    .social-icons a:hover {
        background: var(--text-primary);
        color: var(--primary);
    }

/*============ partner with us page =========*/
.benefit-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

    .benefit-line span {
        background: #D2DCCE;
        padding: 8px 14px;
        border-radius: 40px;
        font-size: 14px;
        font-weight: 600;
    }

.tagline {
    font-size: 22px;
    font-weight: 900;
    color: #495147;
}

.help-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.help-item {
    border: 1px solid var(--border);
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .25s;
    background: #fff;
}

    .help-item i {
        font-size: 18px;
        color: var(--text-primary);
    }

    .help-item:hover {
        border-color: var(--text-primary);
        transform: translateY(-3px);
    }


.compare-section {
    background: #D2DCCE;
}

.compare-wrapper {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
}

.compare-box {
    background: #fff;
    padding: 35px;
    border-radius: 8px 0;
    transition: .3s;
}

.title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2f6b3a;
}

.brand {
    color: var(--primary);
}

.compare-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compare-box li {
    padding: 12px 0;
    border-bottom: 1px dashed var(--border);
    font-weight: 500;
}

    .compare-box li:last-child {
        border: none;
    }

.divider-line {
    text-align: center;
    position: relative;
}

    .divider-line span {
        background: #2E372A;
        color: #fff;
        padding: 8px 14px;
        border-radius: 40px;
        font-weight: 600;
        position: relative;
    }

.model-card {
    background: #fff;
    padding: 28px;
    border-radius: 8px 0;
    position: relative;
    transition: .3s;
}

.model-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 34px;
    font-weight: 700;
    color: #e6ece2;
}

.section-title {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #495147;
}

.model-card ul {
    padding-left: 18px;
    margin-bottom: 8px;
}

.model-card li {
    margin-bottom: 6px;
    font-size: 14px;
}

.note {
    font-size: 12px;
    color: #888;
    margin-bottom: 0;
}

.tags {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .tags span {
        background: #D2DCCE;
        padding: 6px 12px;
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
    }

.featured {
    border: 2px solid #495147;
}

.popular {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #495147;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
}

.scroll-text-wrap {
    overflow: hidden;
    width: 100%;
    background: #495147;
    padding: 20px 0;
}

.scroll-track {
    display: flex;
    width: max-content;
    animation: scrollLoop 15s linear infinite;
}

    .scroll-track h2 {
        white-space: nowrap;
        font-size: clamp(2rem,6vw,5rem);
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        margin: 0;
        padding-right: 80px;
        color: transparent;
        -webkit-text-stroke: 1.5px #D2DCCE;
        user-select:none;
    }

@keyframes scrollLoop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.ecosystem-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px 18px;
}

.eco-item {
    background: var(--surface-muted);
    padding: 12px 16px;
    border-radius: 8px;
    border-left: 4px solid #D2DCCE;
    font-size: 15px;
    color: var(--text-body);
    transition: .25s;
}

    .eco-item:hover {
        background: #D2DCCE;
        color: var(--primary-dark);
    }

.payment-trust-card {
    padding: 45px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payment-logos {
    max-width: 420px;
    width: 100%;
    margin: auto;
}

.payment-trust-card p {
    font-size: 14px;
}
/*-================ Become a Charging Partner =========================-*/
.partner-form-section {
    position: relative !important;
    top: -120px;
    z-index: 3;
}
.partner-form-card {
  
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    border: 1px solid var(--border);
}

.form-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 4px solid var(--primary);
}

.form-control,
.form-select {
    border-radius: 10px;
    border: 1px solid var(--border);
    padding: 14px;
}

    .form-control:focus,
    .form-select:focus, .form-check-input:focus {
        border-color: var(--primary);
        box-shadow: none;
    }

.location-box,
.electricity-box {
    background: var(--surface-muted);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid var(--border);
}


.form-check-input {
    accent-color: var(--primary);
}

    .form-check-input:checked {
        background-color: var(--primary);
        border-color: var(--primary);
    }
select option:hover {
    background: var(--primary);
}
