.bgGreen {
    background-color: #257c41;
}

.topButtons {
    /* display: flex; */
    justify-content: space-between;
}

.topMenuButton {
    width: 16%;
    padding: 5px;
    text-align: center;
    background: #2b8b4a;
    transform: skew(-25deg);
    color: #fff;
    text-decoration: none;
    font-family: system-ui;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: white;
    transition: 0.3s;
}

.topMenuButton:hover {
    background-color: white;
    fill: #2b8b4a !important;
    color: #2b8b4a;
}

.buttonName {
    display: block;
    margin: 0;
    text-transform: uppercase;
    transform: skew(25deg);
}

svg.loanSvg {
    width: 11%;
    padding: 3px;
    margin-right: 10px;
}

svg.loanSvg2 {
    width: 11%;
    padding: 3px;
    margin-right: 10px;
}

svg.loanSvg3 {
    width: 8%;
    padding: 3px;
    margin-right: 10px;
}

svg.loanSvg4 {
    width: 7%;
    margin-right: 10px;
}

svg.loanSvg5 {
    width: 11%;
    padding: 3px;
    margin-right: 10px;
}

img.navLogo {
    width: 95%;
}

.nlinks {
    margin: 0 auto;
    gap: 25px;
    font-weight: 500;
    font-size: 18px;
}

.activeLink {
    color: #47d675 !important;
}

.hoverLink:hover {
    color: #47d675 !important;
}

.gapingNavButton {
    gap: 30px;
}

.navButtons {
    color: #fff !important;
    font-weight: 500 !important;
    padding: 13px 20px !important;
    background-color: #257c41 !important;
}

.navButtons2 {
    color: #fff !important;
    font-weight: 500 !important;
    padding: 5px 75px !important;
    background-color: #257c41 !important;
    font-size: 21px !important;
}

/* Hompage CSS Starts */

.firstSection {
    height: 300px !important;
}

.captions {
    position: absolute;
    top: 25%;
}

h5.slideHeading {
    font-size: 60px;
}

p.secondHeading {
    font-size: 46px;
}

.slidesButtons {
    background-color: white !important;
    color: #257c41 !important;
    padding: 11px 30px !important;
    font-size: 20px !important;
}

.slidesButtons2 {
    background-color: white !important;
    color: #257c41 !important;
    padding: 11px 35px !important;
    font-size: 20px !important;
}

.slidesButtons3 {
    background-color: white !important;
    color: #257c41 !important;
    padding: 7px 35px !important;
    font-size: 20px !important;
    margin-top: 25%;
}

.slidesButtons4 {
    background-color: white !important;
    color: #257c41 !important;
    padding: 7px 35px !important;
    font-size: 20px !important;
}

.slidesButtons5 {
    background-color: white !important;
    color: #000 !important;
    padding: 7px 35px !important;
    font-size: 20px !important;
}

.dropdownMenusSections {
    background-color: #2b8b4a;
    height: 134px;
    margin-top: 21%;
    position: relative;
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    gap: 10px;
}

.dropdown-container {
    position: relative;
    width: 100%;
}


.dropdown-button {
    width: 300px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #110e0e;
    border-radius: 4px;
    text-align: left;
    padding: -1% 9%;
    color: black;
    font-weight: 400;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dropdown-menu::-webkit-scrollbar {
    display: none;
}

.dropdown-container:hover .dropdown-menu {
    display: block;
}

.dropdown-search {
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 16px);
    outline: none;
}

.dropdown-item {
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}

.drpdowns {
    height: 100px !important;
}

.secondMainContents {
    width: 80%;
    margin: 0 auto;
    padding-top: 2%;
}

.descriptionsSection {
    display: flex;
    gap: 30px;
}

.slider-container {
    max-width: 96.5%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

.card-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.cardImages {
    width: 100%;
}

.card-slider::-webkit-scrollbar {
    display: none;
}

.card {
    min-width: 200px;
    height: 120px;
    margin: 21px;
    background: #4caf50;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none !important;
}

.buyIcon {
    width: 19%;
    fill: green;
}

.headingCard {
    font-size: 23px;
    font-weight: 800;
}

.leading {
    text-align: center;
}

.car-slider-wrapper {
    overflow: hidden;
}

.car-slider-container {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px 0;
}

.car-slider-card {
    flex: 0 0 auto;
    width: 250px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 37%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fw-bold {
    font-weight: 700 !important;
    font-size: 20px;
}

.car-slider-card img {
    height: 58px;
}

.car-slider-dots {
    text-align: center;
    margin-top: 15px;
}

.car-slider-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #cce5d4;
    border-radius: 50%;
    margin: 0 4px;
}

.car-slider-dot.active {
    background-color: #005c32;
}

.thirdSection {
    background-image: url(../images/thirdsectionBG.png);
    height: 900px;
    padding-top: 8%;
    background-repeat: no-repeat;
}

.box {
    width: 50%;
}

.firstBoxBG {
    background-size: cover;
    background-image: url(../images/thirdsectionBG.png);
    margin-left: 8%;
}

.secondBoxBG {
    background-size: cover;
    background-image: url(../images/thirdsectionBG2.png);
    margin-right: 8%;
}

.borderColor {
    height: 373px;
    border-radius: 10px;
    text-align: center;
    color: white !important;
    border: 1px solid #6EC1E4 !important;
}

h4.thirdsectionHeading {
    font-weight: 700;
    font-size: 28px;
}

p.thirdsectiondescription {
    padding-top: 4%;
    padding-bottom: 8%;
    font-size: 19px;
}

.thirdSectionBottomBG {
    margin-top: 2%;
    background-image: url(../images/thirdSectionBottomImage.png);
    background-size: 100%;
    height: 400px;
}

.bgforthsection {
    padding: 15px;
    background-image: linear-gradient(180deg, #61CE70 0%, #267F43 100%);
    margin-top: 10%;
}

.bgforthsectionevcash {
    padding: 15px;
    background-image: linear-gradient(180deg, #61CE70 0%, #267F43 100%);
}

.forthSectionHeading {
    padding-top: 2%;
    font-weight: 700;
    font-size: 34px;
    color: white;
    padding-bottom: 2%;
    margin-left: 9%;
}

.forthSectiondescription {
    color: #fff;
    margin-left: 9%;
    font-size: 18px;
    font-weight: 500;
    margin-right: 8%;
    padding-bottom: 1%;
}

h3.fifthsectionHeading {
    font-weight: 700;
    padding-top: 5%;
    font-size: 33px;
    padding-bottom: 3%;
}

h3.fifthsectionHeading1 {
    font-weight: 700;
    /* padding-top: 5%; */
    font-size: 33px;
}

p.fifthsectiondescription {
    padding-top: 1%;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 3%;
    width: 34rem;
    text-align: justify;
}

.fifthsectiondescription1 {
    padding-top: 1%;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 3%;
    width: 70rem;
    text-align: center;
}

.centerPosition {
    text-align: center;
}

.sixthsection {
    height: 300px;
    background: #257C41;
    margin-top: 5%;
}

.sixthsideImage {
    width: 92%;
    position: absolute;
    margin-top: -4%;
    margin-left: -11%;
}

h1.sixthsectionheading {
    color: white;
    font-size: 40px;
    padding-top: 4%;
    margin-left: 15%;
}

.slidesButtons6 {
    margin-left: 16%;
}

p.sixthsectiondescription {
    color: white;
    font-weight: 400;
    font-size: 20px;
    padding-top: 2%;
    margin-left: 16%;
    padding-bottom: 2%;
    width: 62%;
}

h2.aboutusheading {
    color: white;
    font-size: 48px;
    font-weight: 900;
    margin-top: 22%;
    color: ffff;
    margin-left: 10%;
}

.fifthsectionHeadingabus {
    font-weight: 700;
    font-size: 33px;
    padding-bottom: 3%;
}

.centerPositionaboutus {
    text-align: center;
    padding-top: 5%;
}

/* Homepage CSS Ends */

/* about us star */
.bacgroundaboutus {
    height: 480px;
    background-size: 100%;
    background: url(../images/headerbgaboutus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.fifthsectiondescriptionabout {
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 1%;
    text-align: center;
}

img.d-block.w-100.aboutcarousel {
    height: 549px !important;
}

div#carouselExample {
    padding-top: 5%;
}

feature-card-aboutus {
    border: 1px solid black;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    width: 108%;
}

.feature-card-about-us {
    border: 1px solid #198754;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.feature-icon i {
    font-size: 24px;
    color: #000;
}

.feature-titleaboutus {
    font-size: 19px;
    font-weight: 700;
}

p.mt-2.feature-titleaboutus1 {
    font-size: 17px;
}

.about-section-ev {
    background: url(../images/background1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 60px 0;
}

.about-box-ev {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
}

.about-icon-ev i {
    color: #28a745;
}

.about-title-ev {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.about-text-ev {
    font-size: 018px;
    color: #0c0b0b;
}

.bgforthsectionaboutus {
    padding: 15px;
    background-image: linear-gradient(180deg, #61CE70 0%, #267F43 100%);
}

/* about us end */

/* sale your ford css starts */
.bacgroundFord {
    height: 550px;
    background-size: 100%;
    background: url(../images/background22.png);
}

.textCenter {
    text-align: center !important;
    color: white;
}

.headingsFord {
    padding-top: 12%;
    font-size: 58px !important;
}

.headingsFord1 {
    font-size: 45px !important;
}

.fordpageDescriptions {
    font-size: 20px;
}

.feature-card {
    border: none;
    box-shadow: 0 0 8px rgb(0 0 0 / 26%);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.feature-icon {
    font-size: 50px;
    color: #6c757d;
    margin-bottom: 10px;
}

.feature-title {
    font-weight: 700;
    font-size: 23px;
    color: #000;
    padding-top: 4px;
    padding-left: 11px;
}

.feature-text {
    color: #333;
    font-size: 1rem;
}

.icon-box {
    width: 40px;
    height: 40px;
    border: 2px solid #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.marginAuto {
    text-align: center;
}

.waitingFor {
    background: url(../images/boxImages.png);
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.car-card {
    border: none;
    background: #fff;
}

.car-image {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #198754;
    /* Green line */
}

.car-image img {
    width: 100%;
    height: auto;
    display: block;
}

.price-tag {
    position: absolute;
    bottom: 100px;
    right: 0;
    background: #198754;
    color: #fff;
    padding: 8px 16px;
    font-weight: 700;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.original-price {
    text-decoration: line-through;
    font-size: 0.9rem;
    margin-right: 5px;
    color: #e0e0e0;
}

.car-details {
    padding: 15px 0 5px;
    border-bottom: 1px solid #000;
}

.car-subtitle {
    font-weight: 600;
    color: #444;
    font-size: 0.95rem;
}

.car-title {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.formSectionCars {
    height: 320px;
    background: url(../images/backggg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.headingContacts {
    padding-top: 13% !important;
    padding-bottom: 2%;
}

.headingDescriptionss {
    padding-bottom: 5%;
}

.form-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.form-card h5 {
    font-weight: bold;
    margin-bottom: 25px;
}

.form-control {
    margin-bottom: 15px;
    border: 1.5px solid #000;
    border-radius: 6px;
}

.form-control:focus {
    border-color: #28a745;
    box-shadow: none;
}

.submit-btn {
    background-color: #28a745;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
}

.submit-btn:hover {
    background-color: #218838;
}

.call-btn {
    background-color: #198754;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.call-btn i {
    margin-right: 8px;
}

.whychooseus {
    font-size: 22px;
}

.cardDescr {
    font-size: 19px;
    padding-left: 17px;
}

.formsSectionforCars {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 227rem;
}

.contactcontainerss {
    height: 200px;
}

.range-container {
    width: 272px;
    margin: auto;
}

.range-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.slider {
    position: relative;
    height: 40px;
}

.slider input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    z-index: 2;
}

.slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #0d2d34;
    border: 4px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #0d2d34;
    border: 4px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 100%;
    background: #ddd;
    border-radius: 3px;
    z-index: 1;
}

.range-progress {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: #0d2d34;
    border-radius: 3px;
    z-index: 1;
}

.btn-green {
    background-color: #1b7933 !important;
    color: white !important;
    border: none;
}

.btn-green:hover {
    background-color: #155c27;
}

.price-tag {
    background-color: #1b7933;
    color: white;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 0 0 0 15px;
    font-size: 20px;
}

.featured-tag {
    position: absolute;
    top: 70px;
    left: 29px;
    background-color: #d73333;
    color: white;
    padding: 0px 3px;
    font-size: 12px;
    transform: rotate(-45deg);
    transform-origin: left;
    z-index: 1;
}

.car-card {
    border-bottom: 2px solid #1b7933;
    border-top: 2px solid #1b7933;
    overflow: hidden;
    padding: 22px 23px;
}

.car-card2 {
    border-bottom: 2px solid #1b7933;
    overflow: hidden;
    padding: 22px 23px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 48px !important;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 97%) !important;
}

.car-image {
    width: 100%;
    height: auto;
}

.info-label {
    font-size: 13px;
    color: #888;
}

.info-value {
    font-weight: bold;
}

.car-actions .btn {
    border-radius: 25px;
    border: 2px solid #1b7933;
    color: #1b7933;
    font-weight: bold;
}

.car-actions .btn i {
    margin-right: 5px;
}

.listing-header {
    font-weight: bold;
}

.listing-header2 {
    font-weight: bold;
    color: #d73333;
}

.paginations {
    width: 100%;
}

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.page {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    background-color: #2e7d32;
    /* Green */
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
}

.page:hover:not(.disabled) {
    background-color: #256429;
}

.page.disabled {
    background-color: #e0e0e0;
    /* Grey */
    color: white;
    pointer-events: none;
    cursor: default;
}

/* sale your ford css ends */

/* ev cash offers CSS Starts */
.cz-pricing-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: left;
}

.cz-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cz-header {
    background-color: #218838;
    color: white;
    text-align: center;
    padding: 20px 10px 10px 10px;
    position: relative;
}

.cz-ribbon {
    position: absolute;
    top: -9px;
    right: 36px;
    background-color: #004d00;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(0deg);
    transform-origin: top right;
    margin-top: 10px;
    margin-right: -35px;
}

.cz-price {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.cz-old-price {
    color: red;
    text-decoration: line-through;
    font-size: 18px;
    text-align: center;
}

.cz-feature {
    padding: 8px 15px;
    border-top: 1px solid #eee;
}

.cz-check {
    color: green;
    margin-right: 5px;
}

.cz-cross {
    color: red;
    margin-right: 5px;
}

.cz-btn {
    background-color: #218838;
    color: white;
    border: none;
    margin: 15px;
    width: calc(100% - 30px);
    padding: 10px;
    border-radius: 5px;
}

.accordion-button {
    background-color: #217846 !important;
    color: #fff !important;
    font-weight: bold;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: #1b6539 !important;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
    margin-bottom: 5px;
}

.accordion-body {
    background-color: #f8f9fa !important;
}

.section-title {
    font-weight: bold;
    font-size: 22px;
    color: #222;
    margin-top: 30px;
}

.list-section {
    margin-bottom: 40px;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 20px;
}

strong {
    font-weight: bold;
}

/* ev cash offers CSS Ends */

.best-ev-footer {
    /* background-color: #111; */
    background: url(../images/footerbg.png);
    background-size: 100%;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 40px 20px 0;
}

.ev-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90%;
    margin: auto;
}


.ev-footer-section {
    flex: 1 1 220px;
    margin: 23px;
}

.ev-footer-about p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 4%;
}

.ev-contact-info {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.ev-contact-info li {
    margin: 19px 0;
    font-size: 18px;
}

.ev-icon {
    margin-right: 8px;
}

.ev-footer-link {
    margin-left: 2% !important;
}

.ev-footer-links ul,
.ev-footer-sell-links ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.ev-footer-links ul li,
.ev-footer-sell-links ul li {
    margin: 20px 0;
    font-size: 18px;
}

.ev-footer-subscribe input.ev-subscribe-input {
    width: 90%;
    padding: 8px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
}

.ev-subscribe-button {
    padding: 10px 20px;
    background-color: #2ea44f;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ev-footer-bottom {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    max-width: 90%;
    margin: auto;
}

.ev-footer-policies {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.ev-footer-policies li {
    cursor: pointer;
}

.ev-debug-msg {
    color: red;
    font-size: 13px;
    text-align: center;
    padding: 10px 0 20px;
}

.ev-footer-section ev-footer-subscribe {
    color: red;
}

.footerIcons {
    font-size: 21px !important;
    margin-right: 4%;
    color: #2ea44f;
}

.footerLinks {
    color: white !important;
    text-decoration: none !important;
}

.formsSectionforCars1 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 212rem;
}

.formsSectionforCars2 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 225rem;
}

.formsSectionforCars3 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 238rem;
}

.formsSectionforCars4 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 223rem;
}

.formsSectionforCars5 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 226rem;
}

.formsSectionforCars6 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 224rem;
}

.formsSectionforCars7 {
    width: 30%;
    position: absolute;
    right: 200px;
    top: 233rem;
}

/* privacy policy start */
.ppsectionfirst {
    font-weight: 700;
    font-size: 31px;
}

h5.privacy-policy-heading {
    font-weight: 700;
    padding-bottom: 1%;
    margin-top: 5%;
}

span.\.privacy-policy-heading {
    font-weight: 700;
    font-size: 19px;
}

p.privacy-policy-pragraph {
    font-size: 19px;
}

.ppsectionfirst1 {
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 5%;
}

/* privacy policy end */

/* Find Your EV CSS Starts */
.findYourEv-filter-container {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 17px rgb(0 0 0 / 28%);
}

.findYourEv-title {
    background: #28a745;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
}

.findYourEv-reset-btn {
    font-weight: bold;
}

.findYourEv-slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.findYourEv-slider {
    margin-bottom: 20px;
}

.findYourEv-go-btn {
    font-weight: bold;
}

.accordion-button {
    font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.noUi-target {
    background: #e0e0e0;
    border: none;
    border-radius: 10px;
    height: 6px;
}

.noUi-connect {
    background: #28a745;
}

.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    top: -7px;
    background: #000;
    /* border: 2px solid #28a745; */
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    cursor: grab;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal {
    margin-top: 10px;
    margin-bottom: 10px;
}

.noUi-connect {
    background: none !important;
}

.noUi-horizontal {
    height: 1px !important;
}

.noUi-horizontal .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    right: -10px !important;
    top: -8px !important;
}

.filterRangeNumbers {
    font-weight: 500 !important;
}

.dashed {
    font-weight: bolder;
}

.findYourEv-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    margin-top: 4%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.findYourEv-accordion .accordion-header {
    background-color: #fff !important;
    border-top: 3px solid #202020;
}

.findYourEv-accordion .accordion-button {
    background-color: #fff !important;
    color: #202020 !important;
    font-weight: 500;
    box-shadow: none;
    padding: 1rem;
}

.findYourEv-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
    font-size: 1.5rem;
    color: #aaa !important;
    background-image: none;
}

.findYourEv-accordion .accordion-button.collapsed::after {
    content: "+";
    font-size: 1.5rem;
    color: #aaa !important;
    background-image: none;
}

.findYourEv-accordion .accordion-body {
    padding: 1rem 1.25rem;
}

.findYourEv-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.findYourEv-checkbox label {
    font-weight: 400;
    color: #333 !important;
    font-size: 0.95rem;
}

.calculator-container {
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.result-box {
    background-color: #333;
    color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.tab-button {
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.active-tab {
    background-color: #237a42;
    color: white;
}

.inactive-tab {
    background-color: #f0f0f0;
    color: black;
}

.tab-content {
    display: none;
    margin-top: 30px;
}

.tab-content.active {
    display: block;
}

.itworksHeading {
    font-size: 30px;
}

.dropdown-wrapper {
    position: relative;
    width: 250px;
}

.dropdown-selected {
    border: 2px solid #e0e0e0;
    padding: 10px;
    cursor: pointer;
    background-color: white;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-options div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-options div:hover {
    background-color: #f2f2f2;
}

.dropdown-wrapper.active .dropdown-options {
    display: block;
}

.emails {
    padding-left: 20px;
}

.checkboxPadding {
    margin-left: 5% !important;
}

.contactBg {
    background-color: white;
    padding: 35px 40px 35px 40px !important;
    box-shadow: 1px 7px 11px rgb(0 0 0 / 32%);
}

.map-container iframe {
    border-radius: 0.5rem;
}

/* Find Your EV CSS Ends */

.firstttSection {
    background: url(../images/banner-bg-map.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: right;
    height: 390px;
}

.evcashofferheading {
    font-size: 57px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 4%;
}

.redHeadingss {
    color: #d73333;
    font-weight: 700;
    margin-bottom: 4%;
}

.evcashdescriptions {
    width: 80%;
    font-size: 20px;
}

img.carEvcash {
    padding-top: 48%;
    width: 100%;
}

.ev-sec-wrap {
    background-color: #fefefe;
    padding: 60px 0;
}

.ev-sec-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1c1e21;
}

.ev-sec-title span {
    color: #1a4b3c;
}

.ev-sec-desc {
    font-size: 1.125rem;
    color: #333;
}

.ev-feature-box {
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.ev-feature-box:first-child {
    border-left: none;
}

.ev-feature-icon {
    height: 48px;
    margin-bottom: 15px;
}

.ev-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1c1e21;
}

.ev-feature-text {
    font-size: 1rem;
    color: #444;
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    .ev-feature-box {
        border-left: none;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
    }

    .ev-feature-box:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}

.custom-ev-section {
    background: #257c41;
    padding: 1px 0;
}

.custom-ev-box {
    background-color: rgba(255, 255, 255, 0.05);
    /* Subtle box highlight */
    padding: 30px 25px;
    border-radius: 10px;
    transition: transform 0.3s;
    height: 100%;
}

.custom-ev-box:hover {
    transform: translateY(-5px);
}

.custom-ev-icon i {
    font-size: 2.5rem;
    color: #fff;
}

.custom-ev-title {
    font-size: 1.3rem;
    margin-top: 15px;
    font-weight: 700;
}

.custom-ev-text {
    font-size: 1rem;
    margin-top: 10px;
    color: #f1f1f1;
    line-height: 1.6;
}

/* sing up page css start */
.signup-tab-btn {
    border-radius: 0;
    border: none;
    padding: 17px 137px;
    font-weight: 600;
    font-size: 16px;
}

.signup-tab-btn.active {
    background-color: #1c7c44;
    color: white;
    border-bottom: 3px solid white;
}

.signUpPageSection {
    border: 2px solid #1c7c44;
    width: 70% !important;
    margin: 0 auto;
}

.signup-form-box {
    padding: 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.signup-btn-submit {
    background-color: #1c7c44;
    color: white;
}

.form-check-input:checked {
    background-color: #1c7c44;
    border-color: #1c7c44;
}

.form-check-input:checked {
    background-color: #1c7c44 !important;
    border-color: #1c7c44 !important;
}

.small,
small {
    font-size: 18px !important;
}

span.signstar {
    color: red !important;
    font-size: 23px !important;
}

.tearm-sing-up {
    width: 102% !important;
}

.tearm-sing-up1 {
    width: 89% !important;
}

.tearm-sing-up22 {
    width: 44% !important;
}

/* sing up page css end */

/* login page css start */
.login-container {
    max-width: 600px !important;
    margin: 50px auto !important;
    margin-top: 1% !important;
    margin-bottom: 4% !important;
}

.login-btn {
    background-color: #1e7c34 !important;
    color: white !important;
    width: min-content;
    padding: 9px 25px !important;
    font-size: 18px !important;
    margin-top: 3% !important;
}

.login-btn:hover {
    background-color: #155d27;
}

.login-label {
    font-weight: 600;
}

.login-link {
    text-decoration: none;
}

.form-controllogin {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2.5 !important;
    color: #272525;
    background-color: #ede3e3;
    background-clip: padding-box;
    border: 2px solid #212529 !important;
    border-radius: .25rem;
}

.form-label {
    margin-bottom: 16px !important;
    font-size: 18px !important;
}

.text-center-singup {
    text-align: center !important;
    padding-bottom: 2% !important;
    font-size: 38px !important;
}

.text-center {
    text-align: center !important;
    font-size: 38px !important;
    margin-bottom: 9% !important;
}

.form-check-label {
    margin-bottom: 0;
    font-size: 18px !important;
}

span.loginsignUp {
    font-size: 18px;
    margin-top: 3% !important;
}

/* login page css end */