body {
    color: #012152;
    font-family: "Public Sans", sans-serif;


}

/* Top Strip Styles */
.top-strip {
    background-color: #012152;
    color: #ffffff;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-strip-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.top-strip-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.top-strip-link:hover {
    color: #377FFE;
    text-decoration: none;
}

.top-strip-separator {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 12px;
    font-weight: 300;
}

.top-strip-search {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    padding: 2px;
}

.top-strip-search:hover {
    color: #377FFE;
}

@media (max-width: 768px) {
    .top-strip {
        padding: 8px 0;
        font-size: 12px;
    }
    
    .top-strip-left {
        justify-content: center !important;
        text-align: center;
    }
    
    .top-strip-right {
        justify-content: flex-end !important;
        text-align: right;
    }
    
    /* .top-strip-separator {
        display: none;
    } */
    
    .top-strip-text,
    .top-strip-link {
        font-size: 12px;
    }
}

.navbar-ul {
    gap: 30px;
}

.navbar-toggler {
    border: unset;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23377FFE' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.content-space {
    padding-right: 3rem;
    padding-left: 3rem;
}

.newsletter-column a {
    color: #012152;
}

.footer-middle-section {
    li {
        color: #fff;
        font-weight: 300;
    }
}

.footer-middle-row {
    width: 90%
}

.footer-email-input {
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
}



.blue-footer-text-color {
    color: #F3F3F6;
}

.newsletter-column a h4 {
    color: #012152;
}

.primary-text-color {
    color: #012152;
}

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

.fs-16 {
    font-size: 16px;
}

.fs-48 {
    font-size: 48px;
}

.fs-34 {
    font-size: 34px;
}

.fs-30 {
    font-size: 30px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-60 {
    font-size: 60px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.choose-button {
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

.footer-email-button {
    border-radius: 5px 5px 0px 0px;
    padding: 15px 28px;
    background: #377FFE;
}

.footer-email-form {
    width: 90%;
}

.get-quote-btn {
    padding: 15px 30px;
    background: #377FFE;
    font-weight: 600;
    color: #ffffff !important;
}

.get-quote-btn:hover {
    background: #1164f1;
}

.banner-buttons {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    width: 183px;
}

.footer-middle-section {
    color: #F3F3F6;
    background-color: #377FFE;
}

/* Province headings styling */
.footer-province-heading {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    letter-spacing: 0.5px;
    margin-bottom: 1rem !important;
}

.footer-bottom-section {
    color: #F3F3F6;
    background-color: #012152;
}


/* Header Css */
.header-list-tab {
    display: flex;
    flex-direction: column;
    width: fit-content;
    font-weight: bold;
    font-size: 18px;

    hr {
        display: none;
    }
}

.header-list-tab.active {
    color: #377FFE !important;

    hr {
        border-color: #377FFE !important;
        width: 40%;
        padding: 0;
        opacity: unset;
        border-width: 3px;
        margin: 0;
        align-self: center;
        display: block;
    }
}

.get-quote-btn {
    background: #377FFE;
    border: #337bf7;
    color: white;
}

.get-quote-btn:hover {
    background-color: #4083f6;
    border: #377FFE;
}


/* Banner Css */
.banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    color: white;
    height: 70vh;
}

.banner-content {
    position: absolute;
    /* z-index: 1; */
    padding-left: 3rem;
    padding-right: 3rem;

    h1 {
        font-size: 55px;
        font-weight: 600;
    }

    p {
        font-size: 16px;
        color: #BDC0CC;
    }
}

.banner-new-badge {
    background-color: #5CB523;
    color: white;
    padding: 6px 12px;
    border-radius: 32px;
    display: inline-block;
}

.banner-new-badge-outer {
    background-color: #5CB5234D;
    color: white;
    padding: 5px 8px;
    border-radius: 32px;
    display: inline-block;
    font-size: 16px;
}

.banner-new-badge-outer a {
    transition: all 0.3s ease !important;
}

.banner-new-badge-outer a:hover {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.6) !important;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5)) !important;
    transform: translateY(-2px) !important;
}

.banner-white-box {
    background-color: white;
    color: #4b0082;
    padding: 0.6rem 1.4rem;
    border-radius: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.banner-white-box:hover {
    background-color: #f8f9fa;
    text-decoration: underline;
}

.banner-display-4 {
    font-size: 48px !important;
    font-weight: 600 !important;
}

.banner-lead {
    font-size: 16px;
    color: #d8ddee !important;
    font-weight: 300;
}

.banner-btn {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.why-ev-quote-h1 {
    font-size: 2.5rem;
    font-weight: 700px;
}

.why-choose-button {
    font-size: 18px;
    font-weight: bold;

}

.blue-btn {
    background: #377FFE;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.blue-btn:hover {
    background-color: #4083f6;
}

.icon-box {
    background-color: #d2e8c7;
    /* light green */
    padding: 20px;
    border-radius: 8px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        width: 35px;
        height: 35px;
    }
}

.font-size-16 {
    font-size: 18px;
}

/* choose by me CSS  */
.charger-img {
    width: 255px;
    height: auto;
    border-radius: 20px;
    padding: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: absolute;
}

/* Position charger images around phone */
.charger-top-left {
    width: 180px;
    height: auto;
    top: 20%;
    left: 13%;
    transform: translate(-50%, -50%);
    border-radius: 40px 40px 0px;
    border: 1px solid #BDC0CC;
    position: absolute;
    background: #ffffff;
}

.charger-bottom-left {
    bottom: 45%;
    left: 22%;
    width: 220px;
    height: auto;
    transform: translate(-50%, 50%);
    z-index: 1;
    border-radius: 40px 40px 0px;
    border: 1px solid #BDC0CC;
    position: absolute;
    background: #ffffff;
}


.charger-top-right {
    top: 20%;
    right: 10%;
    width: 180px;
    height: auto;
    transform: translate(50%, -50%);
    border-radius: 40px 40px 0px;
    z-index: -4;
    border: 1px solid #BDC0CC;
    position: absolute;
    background: #ffffff;

}

.charger-bottom-right {
    bottom: 45%;
    right: 22%;
    width: 220px;
    height: auto;
    transform: translate(50%, 50%);
    border-radius: 40px 40px 0px;
    z-index: -2;
    border: 1px solid #BDC0CC;
    position: absolute;

}

.charger-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Car logos css  */
.logo-box {
    width: 15%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 6px 5px;
    border: 0.5px solid #BDC0CC;
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Brand Link Styles */
.brand-link-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 0.5px solid #BDC0CC;
    transition: all 0.3s ease;
    min-height: 60px;
}

.brand-link-box:hover {
    box-shadow: 0 4px 15px rgba(55, 127, 254, 0.15);
    border-color: #377FFE;
    transform: translateY(-2px);
}

.brand-link {
    color: #012152;
    font-size: 16px;
    transition: color 0.3s ease;
}

.brand-link:hover {
    color: #377FFE;
    text-decoration: none;
}

.eighteen-font {
    font-size: 16px;
}

/* .small-banner-section {
    width: 100%
} */

/* .small-banner{
    border-radius: 0px;
    /* position: absolute */
/* } */

.banner-content-sm {
    top: 20%
}

.logo-img {
    height: 62px;
    width: auto;
}

.banner-display-sm {
    font-size: 30px;
}

.banner-para-sm {
    font-size: 12px;
    font-weight: 100;
}

#section-electric-car-bg {
    height: 80vh;
}

.banner-choose-btn {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

.bottom-banner-content {
    position: absolute;
    z-index: 1;
    padding-left: 3rem;
    padding-right: 3rem;

    p {
        font-size: 16px;
        color: #fff;
    }
}

.ev-quotes-section {
    color: #012152;

    h2 {
        font-size: 48px;
        font-weight: 600;
    }

}

.extra-large-h1 {
    font-size: 60px;
}

@media screen and (max-width: 1440px) {
    .banner {
        height: 70vh;
    }

}


@media screen and (max-width: 1024px) {
    .banner-display-4 {
        font-size: 35px;
    }

    .navbar-ul {
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .icon-box {
        width: 35px;
        height: 48px;

        img {
            width: 28px;
            height: 28px;
        }
    }

    .extra-large-h1 {
        font-size: 40px;
    }

    #section-electric-car-bg {
        height: 70vh;
    }

    .banner-bg-image {
        object-fit: cover;
        object-position: center !important;
    }

    .logo-img {
        height: 55px;
        width: auto;
    }

    .banner-buttons {
        width: 50%;
    }

    .swiper {
        width: 80%;
    }

    .banner-display-4 {
        font-size: 30px;
        font-weight: 600;
    }

    .banner-new-badge-outer {
        font-size: 12px;
    }

    .content-space {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }

    .footer-logo-img {
        display: flex;
        margin-bottom: 2rem;
        justify-content: center;
    }

    .footer-middle-row {
        width: 100%;
    }

    .get-quote-btn {
        padding: 10px 12px;
    }
}


@media screen and (max-width: 580px) {
    .banner {
        height: 70vh;
    }

    .small-banner-section {
        width: 100%;
        padding: 0px;
    }

    .small-banner {
        border-radius: 0px;
    }

    .banner-bg-image {
        object-fit: cover;
        object-position: center !important;
    }

    .logo-img {
        height: 60px;
        width: auto;
    }

    .banner-display-4 {
        font-size: 25px;
        font-weight: 600;
    }

    .banner-new-badge-outer {
        font-size: 12px;
    }

    .banner-btn {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        font-size: 14px;
    }

    .banner-content {
        padding-left: 1rem;
        padding-right: 1rem;

        h1 {
            font-size: 39px;
            font-weight: 600;
        }

        p {
            font-size: 12px;
            color: #BDC0CC;
        }
    }

    .content-space {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media screen and (max-width: 425px) {

    .logo-img {
        height: 55px;
        width: auto;
    }

    .banner {
        height: 70vh;
    }

    .banner-bg-image {
        object-fit: cover;
        object-position: center !important;
    }

    .banner-display-4 {
        font-size: 20px;
        font-weight: 600;
    }

    .banner-new-badge-outer {
        font-size: 10px;
    }

    .banner-btn {
        padding-left: 0.6rem !important;
        padding-right: 0.6rem !important;
        font-size: 17px;
    }

    .content-space {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .logo-box {
        width: 80px;
    }

    .image-area {
        img {
            width: 90% !important;
        }
    }
}

@media screen and (min-width: 1800px) {
    .logo-box {
        width: 10%
    }
}

.testimonial-box {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    color: #012152;
}

.testimonial-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.testimonial-name {
    font-weight: bold;
    margin: 0;
}

.testimonial-role {
    font-size: 16px;
    color: #012152;
}

.star-rating {
    color: orange;
}

.mySwiper {
    margin-top: auto;
}

#section-electric-car-bg {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* max-height: 40vh; */
    display: flex;
}

.swiper-pagination {
    position: unset !important;
}

.swiper-pagination-bullet {
    width: 35px !important;
    height: 3px !important;
    border-radius: 10% !important;
    background-color: #0d6efd !important;
    margin: 0 5px !important;
}

.swiper-pagination-bullet {
    height: 3px !important;
    background: #BDC0CC !important;
    opacity: unset !important;
}

.swiper-pagination-bullet-active {
    background: #377FFE !important;
}


/* Quote modal css  */
.quote-modal .quote-modal-content {
    border-radius: 12px;
    padding: 20px;
}

.quote-modal .quote-modal-header {
    border-bottom: 1px solid #eee;
}

.quote-modal .quote-modal-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #012152;
}

.quote-modal .quote-modal-label {
    margin-bottom: 8px;
}

.quote-modal .quote-form-control {
    border-radius: 8px;
    padding: 14px;
}

.quote-modal .quote-btn {
    background-color: #012152;
    color: white;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
}

.quote-modal .quote-btn:hover {
    background-color: #0a1738;
}

#quoteDropdown::after {
    display: none;
}

.header-logo {
    height: 40px;
}

.choose-button {
    width: 183px;
    height: 62px;
}

.quotation-text {
    h5 {
        font-size: 34px;
        font-weight: 600;
        font-style: italic;
    }

    em {
        font-size: 34px;
        font-weight: 600;
        font-style: italic;
    }

    p {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
    }
}


@media screen and (min-width: 1690px) {
    .eighteen-font {
        font-size: 18px;
    }

    .font-size-16 {
        font-size: 18px;
    }
}




@media screen and (min-width: 1440px) {
    .container {
        max-width: 90%;
    }

    .choose-button {
        padding: 30px 10px !important;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-btn {
        height: 21px;
        padding: 30px 15px !important;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #navbarListDiv {
        .nav-item {
            padding: 22px;
        }
    }

    .header-logo {
        height: 62px;
    }

    .banner {
        height: 611px;
    }

}

@media screen and (min-width: 1800px) {
    .container {
        max-width: 80%;
    }
}

@media screen and (min-width: 2200px) {
    .container {
        max-width: 1320px;
    }
}

@media screen and (max-width: 1439px) {
    .container {
        max-width: 90%;
    }

    .choose-button {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}