/* Global styles */
@font-face {
    font-family: 'product_sansbold';
    src: url('../../fonts/product_sans_bold-webfont.woff2') format('woff2'),
        url('../../fonts/product_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --font-family: 'General Sans', sans-serif;
    --primary-color: #0DA751;
    --secondary-color: #D0D0D0;
    --text-color: #010038;
    --background-color: rgba(255, 255, 255, 0.5);
    --overlay-color: rgba(0, 0, 0, 0.5);
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --border-radius: 24px;
}

* {
    font-family: var(--font-family);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.header {
    position: relative;
    background: url("../image/hero.avif") no-repeat bottom center;
    background-size: cover;
    width: 100vw;
    margin-bottom: 30px;
    overflow: hidden;
    height: 90vh;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color);
    z-index: 1;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: #000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    /* Darker when scrolled */
    backdrop-filter: blur(12px);
    /* Slightly more blur when scrolled */
    -webkit-backdrop-filter: blur(12px);
}

#desk-img {
    display: block;
}

#mob-img {
    display: none;
}

.nav-item .nav-link {
    font-size: 1rem;
}


.navbar-custom {
    z-index: 3;
}

.nav-tabs {
    border: 0px !important;
}

/*.................. INDEX PAGE HERO.............. */
#Indexhero {
    position: relative;
    z-index: 2;
}

#Indexhero .search-form {
    background-color: #ffffff7a;
    border-radius: 16px;
    /* border-radius: var(--border-radius); */
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: 520px;
    height: auto;
    /* margin: 7rem auto; */
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 7rem; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--box-shadow);
}

#Indexhero .searchBoxTitle,
#Indexhero .searchbykeyword {
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 27.9px;
    margin-bottom: 0;
    color: #000000ad;
}

#Indexhero label {
    font-size: 12px;
}

#Indexhero .searchFormTab .nav-link {
    padding: 0.5rem 1.8rem !important;
}

#Indexhero .searchBtn:hover {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
    border-color: #86b7fe !important;
}

#Indexhero .searchBtn.active {
    background: #272835 !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
    border-color: #86b7fe !important;
}

#Indexhero .searchBtn {
    background: var(--secondary-color);
    font-weight: 500;
}


#Indexhero .btn-primary-custom,
#navbar_search_button {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

#Indexhero .btn-primary-custom {
    padding: 8px 24px;
}

#Indexhero .button-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#Indexhero .search-button {
    color: white;
}

#Indexhero .button-group .btn {
    flex: 1;
    margin: 0 5px;
}

#Indexhero .dropdown-menu {
    width: 100%;
}

#Indexhero .hero-text h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 50.94px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: 40px;
}

#Indexhero .hero-text h1 span {
    font-size: 18px;
}

/* ..............INDEX PAGE CArds .........*/
#cards-custom .card-body-custom {
    background-color: #F7F7F7;
    border-radius: 20px;
    height: 270px;

}

#cards-custom .card-body-custom img {
    width: 58px;
    height: 58px;
}

#cards-custom .card-body-custom .card-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 27.12px;
    color: #000000;
}

#cards-custom .card-body-custom .card-text {
    color: #666D80;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.7px;
}

/* ..............INDEX PAGE SEARCH RESULT .........*/
#SearchResult,
#LightingResult {
    background-color: #F6F8FA;
    margin: auto;
    border-radius: 37px 37px 0 0;
}

#SearchResult .card,
#LightingResult .card,
#Favourites .card {
    width: 272px;
    gap: 13px;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    text-decoration: none;
}

#SearchResult .card-body,
#LightingResult .card-body,
#Favourites .card-body {
    padding-top: 0px !important;
    padding-bottom: 1rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

#SearchResult .cars-title,
#LightingResult .cars-title,
#Favourites .cars-title {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    line-height: 48px;
}

#SearchResult .fa-solid.fa-heart,
#LightingResult .fa-solid.fa-heart,
#Favourites .fa-solid.fa-heart {
    color: var(--primary-color);
}

/* #cars img {
    width: 240px;
    height: 164.11px;
    border-radius: 8px;
    object-fit: contain;
} */

#SearchResult .car-title,
#LightingResult .car-title,
#Favourites .car-title {
    color: #0D0D12;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    min-height: calc(2 * 20px);
    overflow: hidden;
}


#SearchResult .car-price,
#LightingResult .car-price,
#Favourites .car-price {
    font-weight: 400;
    font-size: 12px;
    line-height: 18.6px;
    color: #555;
}

#SearchResult .car-price span,
#LightingResult .car-price span,
#Favourites .car-price span {
    color: #0CA750;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

#SearchResult .cars-right .distance,
#SearchResult .cars-right .downpayment,
#LightingResult .cars-right .distance,
#LightingResult .cars-right .downpayment,
#Favourites .cars-right .distance,
#Favourites .cars-right .downpayment {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 500;
    color: #0D0D12;
}

#SearchResult .car-btn,
#LightingResult .car-btn,
#Favourites .car-btn {
    padding: 8px 24px !important;
    width: 284px !important;
    height: 52px !important;
    gap: 8px;
    border-radius: 5px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 25.6px !important;
    color: #FFFFFF;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

#SearchResult .downpayment,
#LightingResult .downpayment,
#Favourites .downpayment {
    margin-bottom: 10px !important;
}

#SearchResult .card:hover,
#LightingResult .card:hover,
#Favourites .card:hover {
    box-shadow: 7px 7px 17px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.5s ease;
}

/* .......INDEX PAGE INQUIRE NOW ............*/
.inquire {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    height: 500px;
    text-align: center;
    /* margin: 70px 0; */
    /* margin-bottom: 70px; */
}

.background {
    background: url('../image/pic1.avif') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(190, 189, 189) 0%, rgba(190, 189, 189, 0) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1;
}

.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.car-image {
    position: relative;
    /* top: -40px; */
    bottom: 10%;
    /* max-width: 100%; */
    /* width: 35vw !important;
    height: 35vh !important; */
    width: 700.87px;
    height: 2000.24px !important;
    z-index: 1;
    /* object-fit: contain; */
}

.text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.text-content p {
    font-size: 63.91px;
    font-weight: 600;
    line-height: 67.83px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    /* padding-left: 50px;
    padding-right: 50px; */
}

#inquire-btn {
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
    margin-top: 200px;
    padding: 10px 80px;
}

#desk-txt {
    display: block;
}

#mob-txt {
    display: none;
}

/*  .................INDEX PAGE CREATE ACCOUNT................. */
.CreateAccount {
    background-color: #010038;
    padding: 50px 0;
}

.CreateAccount #create-text {
    color: #FFFFFF;
}

.CreateAccount #create-btn {
    border-radius: 5px;
    margin-left: 200px;
    padding: 12px 60px;
    font-size: 18px;
}

/* .............FOOTER .......................*/
.footer {
    padding: 0px 150px;
    /* padding-bottom: 10px; */
}

#footer-text p a {
    font-family: var(--font-family);
    font-style: normal;
    color: #4E4D4DAD;
    font-weight: 500;
    font-size: 18px;
    line-height: 27.9px;
}

#footer-text p a:hover {
    text-decoration: none;
}

.footer img {
    height: 28.43px;
    width: 28.43px;
    margin: 0 40px 40px 0;
}

.footer {
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #66708549;
}

#social {
    gap: 40px;
    /* height: 28.43px; */
    padding-left: 180px;
}

#social img {
    cursor: pointer;
}

/* .................INDEX PAGE MODAL ...............*/
#loginModal {
    /* width: 936px;
    height: 771px; */
    /* overflow-y: hidden; */
    border-radius: 20px !important;
    /* left: 252px;
    top:132px; */
}

/* #loginModal .modal-content {
    border-radius: 20px !important;
} */

#loginModal .banner {
    border-radius: 13px;
}

#loginModal .signUp {
    font-weight: 500;
    font-size: 16px;
    line-height: 24.8px;
    color: #010038;
}

#loginModal label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    color: #0D0D12;
}

#loginModal input {
    background-color: #F8FAFB;
    border-width: 0.82px;
    border-radius: 4.08px;
    border-color: #DFE1E7;
    font-weight: 400;
    font-size: 13.06px;
    color: #818898;
    /* width: 342px; */
    height: 39.17px;
}

#loginModal .loginbtn {
    background-color: #0DA751;
    border-radius: 4.08px;
    /* padding: 6.53px, 19.59px, 6.53px, 19.59px !important; */
    gap: 6.53px;
    /* width: 341px; */
    height: 43px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13.06px;
    line-height: 20.89px;
    margin: auto;
}

.join-here {
    color: #0D0D12;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    text-align: center;
}

.join-here a {
    color: #0DA751;
}

.join {
    display: flex;
    align-items: center;
    color: #272835;
}

.line {
    flex: 1;
    border-top: 1px solid #272835;
    align-items: center;
}

.join .text {
    white-space: nowrap;
    font-weight: 400;
    font-size: 13.06px;
    /* line-height: 20.89px; */
}

.modal-Footer {
    font-weight: 100;
    font-size: 14px;
    line-height: 21.7px;
}

.modal-Footer .terms {
    font-weight: 300;
    color: #0179FF;
}

.social-button {
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    color: #0D0D12 !important;
}

.social-button button {
    width: 345px;
    height: 48px;
    padding: 12px, 16px, 12px, 16px;
    gap: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #DFE1E7;
    background-color: #FFFFFF;
}

.social-button img {
    height: 24px;
    width: 24px;
}

#signupModal .modal-content {
    border-radius: 20px;
}

#signupModal .banner {
    border-radius: 13px;
}

#signupModal .create-acnt {
    font-weight: 500;
    font-size: 16px;
    line-height: 24.8px;
    color: #010038;
}

#signupModal .form-group {
    width: 342px;
    /* height: 88.92px; */
    /* gap: 4.9px; */
    /* margin-right: 50px; */
}

#signupModal label {
    width: 342px;
    height: 22px;
    gap: 6.53px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    color: #0D0D12;
}

#signupModal input {
    background-color: #F8FAFB;
    border-width: 0.82px;
    border-radius: 4.08px;
    border-color: #DFE1E7;
    font-weight: 400;
    font-size: 13.06px;
    line-height: 20.89px;
    color: #818898;
    height: 39.17px;
}

#signupModal .custom-margin {
    display: flex;
    justify-content: space-between;
}

#signedup {
    height: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    color: #0D0D12;
}

#signedup a {
    color: #0DA751;
}

.signupbtn button {
    background-color: #0DA751;
    border-radius: 4.08px;
    padding: 6.53px, 19.59px, 6.53px, 19.59px !important;
    gap: 6.53px;
    height: 43px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13.06px;
    line-height: 20.89px;
    margin: auto;
}

.signup-social {
    width: 615px;
    height: 48px;
    gap: 11px;
    display: flex;
    justify-content: space-around;
}

.signup-social button {
    width: 231px;
    height: 48px;
    border-radius: 5px;
    border-width: 1px;
    padding: 12px, 16px, 12px, 16px;
    gap: 12px;
    background-color: #FFFFFF;
    border-color: #DFE1E7;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    color: #0D0D12;
}

.signup-social img {
    height: 24px;
    width: 24px;
}

.social-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width:auto; */
    height: 48px;
    border-radius: 5px;
    /* padding: 12px, 16px, 12px, 16px; */
    gap: 12px;
    background-color: #FFFFFF;
    border: 1px solid #DFE1E7;

}

.social-container img {
    height: 24px;
    width: 24px;
}

.social-container a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    color: #0D0D12;
}

/* .....................................SELL_TRADE..................................... */

/* ...........SELL_TRADE HERO........... */
#SellTrade-hero {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(102, 102, 102, 1));
    /* padding-bottom: 140px; */
    /* height: 70vh; */
}

.CarInfoHero-img .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.CarInfoHero-img img {
    /* margin-top: 308.77px; */
    /* margin-left: 208.77px; */
    height: 400px !important;
    object-fit: contain;
}


/* #SellTrade-hero img {
    width: 536.36px;
    height: 399.96px;
} */

#SellTrade-hero .CarInfoHero-text {
    /* width: 620.88px;
    height: 196px; */
    top: 209.59px;
    left: 138.77px;
}

#SellTrade-hero p {
    font-weight: 600;
    font-size: 92.19px;
    line-height: 97.84px;
    color: #FFFFFF;
}

/* ............Sell_Trade Car Info...... */
#SellTrade-CarInfo {
    background-color: #010038;
    color: #FFFFFF;
}

#SellTrade-CarInfo img {
    display: grid;
    place-items: center;
    margin: auto;
}

#SellTrade-CarInfo .carinfo-sec2-img {
    margin-bottom: 10px;
}

#SellTrade-CarInfo .carinfo-sec2-text {
    text-align: center;
}

#SellTrade-CarInfo .carinfo-sec2-text p:first-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
}

#SellTrade-CarInfo .carinfo-sec2-text p:nth-of-type(2) {
    font-weight: 300;
    font-size: 14px;
    line-height: 21.7px;
    text-align: center;
}

/* ..............Sell_Trade Form............. */
#SellTrade-Form .form-container {
    background-color: #FFFFFF;
    border: solid;
    border-color: #FFFFFF;
    border-radius: 20px;
}

#SellTrade-Form .form-container p {
    color: #010038;
    font-weight: 500;
    font-size: 16px;
    line-height: 24.8px;
}

#SellTrade-Form .form-group label {
    /* width: 342px;
    height: 22px;
    gap: 6.53px; */
    font-size: 14px;
    font-weight: 500;
    color: #0D0D12;
}

#SellTrade-Form .form-group label.form-check-label {
    color: #6c757d;
}

#SellTrade-Form .form-group input {
    height: 39.17px;
    border-width: 0.82px;
    border-color: #DFE1E7;
    border-radius: 4.08px;
    /* color: #F8FAFB; */
    font-size: 14px;
    font-weight: 300;
    background-color: #F5F7FA;
}

#SellTrade-Form .form-group input[type='radio'] {
    width: 20px;
    border-width: 1px;
    /* Increase border thickness if needed */
    border-color: #DFE1E7;
    border-radius: 50%;
    /* Ensures the radio button is circular */
    background-color: #F5F7FA;
    font-size: 20px;
    font-weight: 300;
}


#SellTrade-Form .form-container button {
    border-color: #0DA751;
    background-color: #0DA751;
    margin: auto;
}

#SellTrade-Form .form-check {
    background-color: #F5F7FA;
    border-radius: 4.5px;
    align-items: center;
    justify-content: flex-start;
}

/* ....................DEALER INQUIRY..................... */
/* ..............Dealer Inquiry hero............. */
#DealerInquiry-hero {
    background-image: url('../image/carInfo3-hero.png');
    background-position: top;
    background-size: cover;
    /* height: 100vh;
    width: 100vw; */
    width: 100vw;
    height: 580px;
}

#DealerInquiry-hero .DealerInquiry-hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    position: relative;
    z-index: 1;
}

#DealerInquiry-hero .DealerInquiry-hero-text p {
    font-weight: 600;
    font-size: 48px;
    /* line-height: 67.92px; */
    text-align: center;
    color: #FFFFFF;
}

/*............ Dealer Inquiry Form............. */
#DealerInquiry-hero .DealerInquiry-form {
    position: relative;
    z-index: 1;
}

#DealerInquiry-hero .DealerInquiry-form .custom-form-div,
.custom-form-div {
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    margin: auto;
    margin-top: -240px;
    /* width: 789px; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#DealerInquiry-hero .DealerInquiry-form button {
    height: 43px;
    margin: auto;
}

#DealerInquiry-hero .DealerInquiry-form-p {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24.8px !important;
    color: #010038 !important;
}

#DealerInquiry-hero .form-group,
#EditAccountForm .form-group {
    gap: 4.9px;
    width: 342px;
}

#DealerInquiry-hero .form-group label,
#EditAccountForm .form-group label {
    font-size: 14px;
    font-weight: 500px;
    line-height: 21.7px;
    color: #0D0D12;
}

#DealerInquiry-hero .form-group input,
#EditAccountForm .form-group input {
    height: 39.17px;
    border-radius: 4.08px;
    border-width: 0.82px;
    border-color: #DFE1E7;
    background-color: #F8FAFB;
    color: #818898;
    font-weight: 400;
    font-size: 13.06px;
    line-height: 20.89px;
}

#DealerInquiry-hero .form-group textarea,
#EditAccountForm .form-group textarea {
    border-radius: 4.08px;
    border-width: 0.82px;
    border-color: #DFE1E7;
    background-color: #F8FAFB;
    color: #818898;
    font-weight: 400;
    font-size: 13.06px;
    line-height: 20.89px;
}

#DealerInquiry-inquire {
    margin-top: 750px;
}

/* ............................ABOUT LEASIFY.................... */
/*............ About Leasify Page Hero Section ..........*/
#AboutLeasify-header {
    position: relative;
    background: url("../image/hero.png") no-repeat bottom;
    background-size: cover;
    height: 759.08px;
    width: 100vw;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

#AboutLeasify-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: var(--overlay-color); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 82.75%);
    /* z-index: ; */
}

#AbouLeasify-hero .header-text {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 64px;
    text-align: center;
    margin-top: 200px;
    position: relative;
    z-index: 2;
}

#aboutLeasify {
    position: relative;
    z-index: 2;
    margin-top: -400px;
}

/* .............About Leasify Page About Section.........*/
#aboutLeasify .about {
    border-radius: 20px;
    /* padding: 44px, 40px, 44px, 40px; */
    background-color: #FFFFFF;
    /* height: 400px;
    width:1256px; */
}

#aboutLeasify .about-head {
    font-weight: 600;
    font-size: 44px;
    line-height: 57.6px;
    color: #272835;
}

#aboutLeasify .about-head span {
    color: #0DA751;
}

#aboutLeasify .about-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 27.9px;
    color: #000000;
    /* width: 483px; */
}


/*............................... EASE OF LEASE.......................... */

/* ........Ease of Lease hero section........ */
hr {
    display: none;
}

#EaseOfLease-hero {
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('../image/carinfo2hero.png');
    background-position: center;
    background-size: cover;
    height: 80vh;
}

#EaseOfLease-hero .container {
    /* background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
    margin: auto;
}

#EaseOfLease-hero .leaseHeader p {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
}

#EaseOfLease-hero .leaseDesc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 50vh;
}

#EaseOfLease-hero .leaseDesc p {
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}


/* .....Ease Of Lease how it works ....*/
#HowItWorks .head {
    width: 600.82px;
    height: 143px;
    text-align: center;
    margin: auto;
}

#HowItWorks .head p:first-of-type {
    color: #272835;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

#HowItWorks .head p:nth-of-type(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 27.9px;
    color: #000000;
}

/* ....Ease of Lease Lease services....... */
#Lease-service .Lease-service-head {
    color: #0D0D12;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* width: 552px; */
    height: 36px;
    /* top:30.28px;
    left:361px; */
    text-align: center;
    margin: auto;
}

/* .carInfo2-button button {
    width: 348px;
    height: 52px;
    background-color: #0DA751 !important;
    border-color: #0DA751 !important;
    border-radius: 5px !important;
    gap: 8px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    text-align: center !important;
} */
/* 
.carInfo2-card1 {
  
    margin: auto;
} */

#Lease-service .card {
    background-color: transparent !important;
    border: none !important;
    padding-left: 0px;
}

#Lease-service .custom-card1 p:first-of-type {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    /* width: 203px;
    height: 25px; */
}

#Lease-service .custom-card1 p:nth-of-type(2) {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    /* width: 263.66px;
    height: 132px; */
    /* margin: auto; */
}

#Lease-service .carInfo2-card2 {
    border-style: solid;
    border-width: 3px;
    border-radius: 15px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    /* width: 1274px; */
    /* height: 380px; */
    margin: auto;
}

#Lease-service .card2 p:first-of-type {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    margin-top: 10px;
}

#Lease-service .card2 p:last-of-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 21.7px;
    color: #000000;
}

/* Ease of Lease ....start your hassel button */
#Start-your-hassle {
    background-color: #010038;
    /* width: 1440px; */
    height: 187px;
    /* top: 1720px; */
    /* padding: auto; */
}

#Start-your-hassle button {
    background-color: #0DA751;
    border-radius: 5px;
    padding: 8px 24px 8px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
}

/* ....................PRODUCT DESCRIPTION....................... */
#ProductDescription-header {
    background-color: #000000;
    height: 390px;
    margin-top: -20px;
}


/* hero section */
#ProductDescription-header .hero-text {
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.5;
}

#ProductDescription-header .fav button {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    background-color: #000000;
    border: solid 1px #FFFFFF;
    border-radius: 12px;
    transition: 0.5s ease-in-out;
}

#ProductDescription-header .fav button:hover {
    color: #FFFFFF;
    background-color: #dc3545;
}

/* product section */
#product {
    margin-top: -220px;
    border-radius: 15px;
    background-color: #FFFFFF;
}

/* #product .container {
    
} */

#product .div p {
    font-weight: 500;
    font-size: 9px;
    color: #272835;
    text-align: center;
}

.carousel-indicators,
.intcarousel-indicators {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0 !important;
    /* justify-content: flex-start; */
}

.carousel-indicators li {
    background-size: cover;
    background-position: center;
    height: 60px;
    width: 100px;
    border: 2px solid transparent;
    margin: 0 5px 10px 0;
    /* Added margin-bottom for spacing between rows */
    cursor: pointer;
}

.carousel-indicators li.active {
    border: 1px solid #0DA751;
    border-radius: 7.19px;
}

#carCarousel .carousel-item,
#intcarCarousel .carousel-item {
    height: 200px;
}

#carCarousel .img-fluid,
#intcarCarousel .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px !important;
}




.indicator-text {
    text-align: center;
    margin-top: 10px;
}

.indicator-text p {
    margin: 0;
}

.indicator-text .active {
    color: #007bff;
}

.carousel-control-prev i {
    border-radius: 17px;
    background-color: #ffffff;
}

.carousel-control-next i {
    border-radius: 17px;
    background-color: #ffffff;
}

.intcarousel-indicators li {
    background-size: cover;
    background-position: center;
    height: 60px;
    width: 100px;
    opacity: 0.5;
    border: 2px solid transparent;
    margin: 0 5px;
    cursor: pointer;
}

.intcarousel-indicators li.active {
    opacity: 1;
    border: 1px solid #0DA751;
    border-radius: 7.19px;
}

#product .dropdown a {
    background-color: #EBF2E1;
    color: black;
    border-color: #EBF2E1;
}

.horizontal-line {
    position: relative;
    /* width: 1100.73px; */
    height: 0px;
    opacity: 0.2;
    border: 1px solid #000000;

}

#product .properties h3 {
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    opacity: 51%;
}

#product .properties h4 {
    font-weight: 500;
    font-size: 16px;
    color: #0D0D12;
}


#product .properies div {
    border: 1px black solid !important;
}

#product .col-form-label {
    font-size: 16px;
}

#product .vertical-line {
    position: relative;
}

#product .vertical-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: var(--after-width, 35%);
    max-width: 320px;
    height: 1px;
    background: #000;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: 1;
    opacity: 0.4;
}

#product .right p:first-of-type {
    font-weight: 600;
    font-size: 21.21px;
    color: #272835;
}

#product .right p.amount {
    font-weight: 600;
    font-size: 31.82px;
    color: #0DA751;
    text-align: center;
}

#product .right a.selectLease {
    background-color: #0DA751;
    border: none;
    border-radius: 4.08px;
    width: 305px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

#product .right a.selectLease:hover,
#product .right a.askQuestion:hover {
    background-color: #000;
    color: #fff;
}

#product .right a.askQuestion {
    background-color: white;
    border: #0DA751 0.82px solid;
    border-radius: 4.08px;
    font-size: 16px;
    font-weight: 500;
    color: #272835;
    width: 305px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

#product .right a.testDrive {
    background-color: #0DA751;
    border: none;
    border-radius: 4.08px;
    width: 305px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

#product .bg {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px;
}

/* #product form .form-group select {
    width: 230px;
} */

/* overview description */
#overview .container {
    border-radius: 15px;
    background-color: #FFFFFF;
}

#overview .title,
.title2 {
    font-weight: 600;
    font-size: 24px;
    color: #0D0D12;
}

#overview .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #272835;
}

#overview .text p:last-of-type {
    font-weight: 700;
}


#ProductDescription-buttons a {
    border: 1px solid #DFE1E7;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #0D0D12;
    transition: 0.5s ease;
}

#ProductDescription-buttons a:hover {
    background-color: #0D0D12;
    color: #ffffff;
}

#ProductDescription-buttons a.active {
    background-color: #0DA751;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
}

/* lead disclaimer */
#disclaimer .container {
    border-radius: 15px;
    background-color: #FFFFFF;
}

#disclaimer p:first-of-type {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0D0D12;
}

#disclaimer p:last-of-type {
    font-weight: 0;
    font-size: 15px;
    line-height: 25.6px;
    color: #666D80;
}

/* features section */
#features .container {
    border-radius: 15px;
    background-color: #FFFFFF;
}

#features .title {
    font-weight: 600;
    font-size: 24px;
    color: #0D0D12;
}

#features .feature button {
    font-weight: 00;
    font-size: 16px;
    color: #272835;
}

#features .feature button:hover {
    text-decoration: none;
}

.fa-check-circle {
    color: #079455;
}

#features ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #666D80;
}

#features .accordion-button {
    transition: 0.5s ease-in-out;
}

#features .accordion-button:hover {
    background-color: #FAF8FA;
}

#features .accordion-button:not(.collapsed) {
    background-color: #0DA751;
    color: #FFFFFF;
    border-radius: 5px;
}

#features .accordion-button:not(.collapsed) i.fa-caret-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#features .accordion-button i.fa-caret-down {
    transition: transform 0.3s ease;
}

#features .accordion-button:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/* reviews section */
#reviews .container {
    border-radius: 15px;
    background-color: #FFFFFF;
}

#reviews p:first-of-type {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0D0D12;
}

#reviews p:last-of-type {
    font-weight: 100;
    font-size: 15px;
    line-height: 25.6px;
    color: #666D80;
}



/*................... HOME PAGE (AFFTER LOGIN)...................... */
/* Credit Score section */
#CreditSCore .frame {
    border-radius: 20px;
    background-color: #F4F7FA;
}

#CreditSCore img {
    display: block;
    margin-left: auto;
}

#CreditSCore .head {
    font-weight: 600;
    font-size: 24px;
    line-height: 27.12px;
    columns: #000000;
}

#CreditSCore .text {
    font-weight: 200;
    font-size: 16px;
    line-height: 18.08px;
    opacity: 0.3;
    white-space: inherit;
}

#CreditSCore .ellipse {
    border-radius: 20px;
    background-color: #F4F7FA;
}

#CreditSCore .ellipse .img-fluid {
    object-fit: cover;
    height: 150px;
    margin: auto;
}

#CreditSCore .ellipse p:first-of-type {
    font-weight: 600;
    font-size: 24px;
    line-height: 27.12px;
    text-align: Center;
    color: #000000;
}

#CreditSCore .ellipse p:nth-of-type(2) {
    font-weight: 600;
    font-size: 16px;
    line-height: 18.08px;
    text-align: Center;
    color: #000000;
}

#CreditSCore .ellipse p:last-of-type {
    font-weight: 100;
    font-size: 14px;
    line-height: 21.7px;
    text-align: Center;
    color: #666D80;
}

/* #home-inquire {
    border-bottom: 16px solid #010038;
} */

/* ...................CONTACT US PAGE.................... */
#ContactUs-header {
    position: relative;
    background: url("../image/hero.png") no-repeat;
    background-position: top;
    background-size: cover;
    object-fit: cover;
    /* height: 100vh;
    width: 100vw; */
    width: 100vw;
    height: 407px;
    z-index: 1;

}

#ContactUs-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: var(--overlay-color); */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 82.75%); */
    z-index: 0;
}

#ContactUs-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 82.75%);
    z-index: 1;
}

#ContactUs-header .contactus {
    height: 50vh;
    position: relative;
    top: 15%;
    z-index: 2;
}

.contactus p {
    font-weight: 600;
    font-size: 64px;
    line-height: 67.92px;
    text-align: center;
    color: #FFFFFF;
}

/* contact us form */
#ContactUs-form {
    position: relative;
    z-index: 2;
}

#ContactUs-form form {
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    margin: auto;
    margin-top: -240px;
    /* width: 789px; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


#ContactUs-form button {
    font-weight: 500;
    font-size: 13.06px;
    height: 43px;
    margin: auto;
}

#ContactUs-form .contactForm-p {
    font-weight: 600 !important;
    font-size: 24px !important;
    /* line-height: 24.8px !important; */
    color: #000000 !important;
}

#ContactUs-form .form-group {
    gap: 4.9px;
    width: 342px;
}

#ContactUs-form .form-group label {
    font-size: 14px;
    font-weight: 500px;
    line-height: 21.7px;
    color: #0D0D12;
}

#ContactUs-form .form-group input {
    height: 39.17px;
    border-radius: 4.08px;
    border-width: 0.82px;
    border-color: #DFE1E7;
    background-color: #F8FAFB;
    color: #818898;
    font-weight: 400;
    font-size: 13.06px;
    line-height: 20.89px;
}

#ContactUs-form .form-group textarea {
    border-radius: 4.08px;
    border-width: 0.82px;
    border-color: #DFE1E7;
    background-color: #F8FAFB;
    color: #818898;
    font-weight: 400;
    font-size: 13.06px;
    line-height: 20.89px;
}

#ContactUs-form .contactForm .privacy {
    font-weight: 400;
    font-size: 13.06px;
    text-align: center;
}

#ContactUsInquire {
    margin-top: 500px !important;
    /* border-bottom: 16px solid #010038; */
}

#createAccount2 {
    margin-top: 650px !important;
    /* border-bottom: 16px solid #010038; */
}

/*................... ORDER HISTORY................... */
#OrderHistory-header {
    position: relative;
    background-color: #000000;
    /* height: 759.08px; */
    width: 100vw;
    padding-bottom: 100px;
    margin-bottom: 100px;
    z-index: 1;
}

.OrderHistory-hero {
    font-weight: 600;
    font-size: 48px;
    line-height: 50.94px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: 70px;
}


/* order History section */
#OrderHistory {
    position: relative;
    background-color: #F6F8FA;
    border-radius: 37px 37px 0 0;
    margin-top: -170px;
    z-index: 999;
}

#OrderHistory .card {
    border-color: transparent;
    border-radius: 19px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
}

#OrderHistory .card:hover {
    box-shadow: 7px 7px 17px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.5s ease;
}

#OrderHistory .viewLease {
    /* width: 314px; */
    display: inline-block;
    height: 37px;
    border-radius: 8.01px;
    font-size: 11px;
}

#OrderHistory .IdContainer p.detail-title {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

#OrderHistory .status {
    font-size: 14px;
    color: #000000bd;
    text-align: start;
}


#OrderHistory .viewLeaseContainer p span {
    color: #b2b2b6;

}

#OrderHistory .desktop-order-history .detail-title {
    color: #b2b2b6;
    font-size: 12px;
}

#OrderHistory .desktop-order-history .status {
    font-size: 14px;
}

#OrderHistory .mobile-order-history .datetime {
    font-weight: 600;
    font-size: 14.41px;
}



#OrderHistoryrs .pending span {
    border-radius: 24.82px;
    font-weight: 600;
    font-size: 14.41px;

}

#OrderHistory .view {
    background-color: #0da751;
    border-radius: 8px;
    /* font-size: 13px; */
    /* padding: 6.28px 19.47px 6.28px 19.47px !important; */
}

#OrderHistory .view:hover {
    background-color: rgb(46, 163, 140);
}

#OrderHistory .cancel {
    background-color: rgba(255, 53, 91, 1);
    border-radius: 8px;
    /* font-size: 15px; */
    /* padding: 6.28px 19.47px 6.28px 19.47px !important; */
}

#OrderHistory .cancel:hover {
    background-color: rgb(205, 44, 74);

}

#OrderHistory .message {
    background-color: rgba(56, 150, 255, 1);
    border-radius: 8px;
    font-size: 15px;
}

#OrderHistory .message:hover {
    background-color: rgb(45, 108, 179);

}

/* Hover effect */
/* #OrderHistory .card:hover {
    background-color: #e0e0e6;
} */

#OrderHistory .leaseDetails {
    background-color: #fff;
    border: 4px solid #0da75163;
    border-radius: 16px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 25%);
}

#Orderhistoryinquire {
    margin-top: 0 !important;
}

#schedule-header,
#trade-in {
    position: relative;
    background-color: #000000;
    width: 100vw;
    /* padding-top: 10px; */
    padding-bottom: 30px;
    margin-bottom: 100px;
    z-index: 1;
}

/*........................ MY FAVOURITES............................ */
#MyFavourites-header {
    position: relative;
    background-color: #000000;
    padding-bottom: 100px;
    margin-bottom: 100px;
    z-index: 1;
}



#MyFavourites-header .hero-text {
    font-weight: 600;
    font-size: 48px;
    line-height: 50.94px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: 70px;
}


/* favourites Cars section */
.addFavorites {
    position: absolute;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
    text-decoration: none;
}

.addFavorites:hover {
    text-decoration: none;
}

.deleteFavorites {
    position: absolute;
    color: red;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    left: 5px;
    text-decoration: none;

}

#Favourites {
    position: relative;
    background-color: #F6F8FA;
    border-radius: 37px 37px 0 0;
    margin-top: -170px;
    z-index: 999;
}

/* .........................ORDER CONFIRMATION PAGE................................. */
/* hero section */
#OrderConfirmation-header {
    position: relative;
    background: url("../image/orderconfirmation.png") no-repeat;
    background-position: top;
    background-size: cover;
    object-fit: cover;
    /* height: 100vh;
    width: 100vw; */
    width: 100vw;
    height: 520px;
    /* z-index: -999; */

}

#OrderConfirmation-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#OrderConfirmation-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 82.75%);
    z-index: -999;
}

#OrderConfirmation-header-text {
    height: 50vh;
    position: relative;
    top: 30%;
    z-index: 2;
}

#OrderConfirmation-header-text p {
    font-weight: 600;
    font-size: 64px;
    line-height: 67.92px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* product */

#product .thankyou-container {
    background-color: #D4EDD9;
    width: 1274px;
    border-radius: 21px;
    position: relative;
    z-index: 2;
    margin-top: -150px;

}

#product .thankyou-container .i {
    color: #079455;
    font-size: 50px;
    position: relative;
    bottom: 65px;
    display: flex;
    justify-content: center;
}

#product .thankyou-container .Thankyou {
    text-align: center;
    font-weight: 600;
    font-size: 30.86px;
}

#product .leaseorder {
    font-weight: 500;
    font-size: 20px;
    text-align: Center;
    color: #FFFFFF;
    background-color: #0DA751;
    width: 502px;
    height: 41px;
    border-radius: 15px;
    margin: auto;
}

#product .leaseorder a {
    color: #FFFFFF;
}

#product .image-title {
    font-weight: 500;
    font-size: 20px;
    color: #0D0D12;
}

#product .image-product {
    /* width: 548.08px;
    height: 389.99px; */
    border-radius: 16px;
}

#product .essentialdoc-text {
    font-weight: 600;
    font-size: 20px;
}

#product .doc {
    background-color: #FDF0F0;
    border-radius: 8px;
    font-weight: 500;
    font-size: 22.4px;
    color: #0D0D12;
}

#product .doc i {
    font-weight: 24px;
    color: #079455;
}

/* save biig */
#savebig .SaveBig,
.chevrolete {
    background-color: #FFFFFF;
    border-radius: 20px;

}

#savebig .SaveBig p:first-of-type {
    color: #000000;
    font-size: 52.37px;
    font-weight: 600;
    line-height: 55.58px;
}

#savebig .SaveBig p:nth-of-type(2) {
    font-weight: 400;
    font-size: 17.5px;
    line-height: 27.99px;
}

#savebig .chevrolete p:first-of-type {
    color: #000000;
    font-size: 52.37px;
    font-weight: 600;
}

#savebig .chevrolete p:nth-of-type(2) {
    font-weight: 500;
    font-size: 20px;
    color: #0D0D12;
    /* line-height: 27.99px; */
}

#savebig .chevrolete p:last-of-type {
    font-weight: 400;
    font-size: 17.5px;
    line-height: 27.99px;
}

/* footer */
#OrderConfirmation-footer {
    border-top: 16px solid #010038;
}



















#myModal {
    width: 90%;
    max-width: 800px;
    top: 35%;
    /* Vertically center */
    left: 50%;
    /* Horizontally center */
    transform: translate(-50%);
    /* Corrects position to center the modal fully */
    transition: opacity 0.2s ease;
    display: none;
    /* Hide initially */
}

#myModal.show {
    opacity: 1;
    display: block;
}

#modalText {
    padding: 10px 15px 10px 15px;
}

#backdrop {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

#backdrop.show {
    opacity: 1;
    pointer-events: auto;
}

#backdrop2 {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

#backdrop2.show {
    opacity: 1;
    pointer-events: auto;
}

#modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background: #0CA750;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    transition: opacity 0.2s ease;
    display: none;
}

#modal.show {
    opacity: 1;
    display: block;
}

.close.close-icon-modal {
    cursor: pointer;
    background: #c2c2c2;
    font-size: 16px !important;
    border-radius: 50%;
    padding: 5px 8px;
}

.card-img-top {
    object-fit: cover;
    /* height: 20vh; */
    aspect-ratio: 16/9;
}

.downpayment span,
.fa-location-dot {
    color: #0CA750;
    font-weight: 600;
}

.red-strike {
    color: red !important;
}

.close-button-2 {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close-icon-2 {
    font-size: 20px;
}

.modalText {
    font-size: 14px;
}

.modalText,
.modalHeading {
    /* font-family: 'product_sansbold'; */
    color: #fff;
    line-height: 1.4;
}

.modalHeading {
    /* font-weight: bold; */
    margin-bottom: 10px;
}

.error {
    color: red
}









#exampleModalCenter .modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#exampleModalCenter .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
}

#exampleModalCenter .modal-header .modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

#exampleModalCenter .close {
    color: #333;
    font-size: 1.2rem;
}

#exampleModalCenter .modal-body {
    padding: 20px;
}

#exampleModalCenter .customer-info p {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

#exampleModalCenter .form-label {
    font-weight: 600;
    margin-bottom: 10px;
}

#exampleModalCenter textarea.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    transition: border-color 0.3s;
}

#exampleModalCenter textarea.form-control:focus {
    border-color: #28a745;
    box-shadow: none;
}

#exampleModalCenter .modal-footer {
    padding: 15px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
}

#exampleModalCenter .modal-footer .btn {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
}

#exampleModalCenter .btn-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
}

#exampleModalCenter .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #fff;
}

#exampleModalCenter .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

#exampleModalCenter .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

#confettiCanvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}



.pagination-cotainer {
    align-items: center;
}

.appointments-counts {
    background: red;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: -7px;
    left: -2px;
}

iframe {
    border-radius: 15px;
    /* Adjust the value to your preference */
}

.formcheck {
    cursor: pointer
}

.SIGNUP button {
    border-radius: 5px;
    padding: 8px 28px 8px 28px;
    gap: 8px;
    border: 1px solid #fff;
}


@keyframes likeBounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        /* Slightly larger at the midpoint */
    }

    100% {
        transform: scale(1);
        /* Back to original size */
    }
}

.text-danger {
    color: red;
    font-size: 14px;
    animation: likeBounce 0.3s ease-in-out;
}

.like-icon {
    color: #ccc;
    /* Default color for the unliked state */
    transition: color 0.3s ease-in-out;
}

.like-icon:hover {

    box-sizing: 0px 0px 25px #dfe1e7;
}

@keyframes unlikeBounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
        /* Slightly smaller at the midpoint */
    }

    100% {
        transform: scale(1);
        /* Back to original size */
    }
}

.unlike {
    animation: unlikeBounce 0.3s ease-in-out;
}

.carousel-indicators {
    z-index: 0 !important;
}

.modal-content {
    border-radius: 1rem !important;
}



.carousel-indicators-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.carousel-indicators,
.intcarousel-indicators {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.indicator-item-wrapper {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.carousel-indicator-item,
.intcarousel-indicators li {
    width: 120px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 7.19px;
    margin-bottom: 5px;
}

.indicator-item-wrapper p {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}

.slick-prev {
    border: 0 !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 2 !important;
    border-radius: 7.19px 0px 0px 7.19px !important;
}

.slick-next {
    border: 0 !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    z-index: 2 !important;
    border-radius: 0px 7.19px 7.19px 0px !important;
}

.carousel-indicators .slick-prev,
.carousel-indicators .slick-next {
    height: 58% !important;
    width: 5% !important;
}

.intcarousel-indicators .slick-prev,
.intcarousel-indicators .slick-next {
    height: 61% !important;
    width: 5% !important;
}

@media only screen and (max-width: 767px) {
    .indicator-item-wrapper {
        width: 0 !important;
    }
}



.delivery_method_vehicle .card-border .card-body p {
    font-size: 15px;
}

.delivery_method_vehicle .card-border .card-body {
    padding: 40px 15px;
}

.delivery_method_vehicle .card-border .card-body p {
    min-height: 1px;
}

.delivery_method_vehicle .card-border .card-body p {
    margin-bottom: 0;
}

.delivery_method_vehicle h1 {
    font-family: 'product_sansbold';
    font-size: 30px;
}

.delivery_method_vehicle .card-border {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    border-radius: 50px;
    text-align: center;
}

.delivery_method_vehicle .card-border .card-body {
    padding: 40px 20px;
}

.delivery_method_vehicle .card-border h5 {
    font-size: 20px;
}

.delivery_method_vehicle .card-border .image-layout {
    height: auto;
}

.delivery_method_vehicle .card-border .image-layout img {
    max-height: 100px;
    margin-bottom: 25px;
}

.delivery_method_vehicle .card-border .card-body p {
    min-height: 70px;
}

.delivery_method_vehicle .schedule-button {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
}

.delivery_method_vehicle .schedule-button button {
    min-width: 130px;
}

.delivery_method_vehicle .card-border .card-body p {
    font-size: 15px;
}

.delivery_method_vehicle .card-border .card-body {
    padding: 40px 15px;
}

#ScheduleDelivery h4 {
    font-size: 18px;
    font-family: 'product_sansbold';
}


#HowItWorks .card {
    clip-path: polygon(87% 0, 100% 53%, 89% 100%, 0 100%, 14% 49%, 0 0);
    padding: 20px;
    width: 300px;
    /* Adjust size */
    height: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

#HowItWorks #card2,
#HowItWorks #card3 {
    background: rgba(1, 0, 56, 1);
    color: white;
}

#HowItWorks #card1,
#HowItWorks #card4 {
    background: rgba(244, 248, 244, 1);
    color: #000;
}

#HowItWorks .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#HowItWorks .card-text {
    font-size: 11px;
    line-height: 1.5;
    max-width: 80%;
    /* Keep text within boundaries */
    margin: 0 auto;
    /* Center the text */
    padding: 0 10px;
    /* Add padding for better spacing */
}

#HowItWorks .card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #d3eaf2;
    display: flex;
    justify-content: center;
    align-items: center;
}



.gauge {
    max-width: 370px;
    height: 210px;
    overflow: hidden;
    margin: auto;
}

.gauge h1 {
    font-family: 'product_sansbold';
    font-size: 24px;
    margin-bottom: 3px;
    line-height: 28px;
}

.gauge h3 {
    font-family: 'product_sansbold';
    font-size: 17px !important;
}

.score_credit p {
    font-size: 13px;
    margin: 0;
}

.highcharts-data-labels.highcharts-gauge-series {
    left: 0 !important;
    right: 0 !important;
}

.highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker {
    left: 0 !important;
    right: 0 !important;
}

.highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker span {
    width: 100%;
    left: 0 !important;
}

.score_credit .ti-info-alt {
    cursor: pointer;
}


.score_credit {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-top: -22px;
}

.credit_Score_vs i.fa-comments {
    min-width: 64px;
    text-align: center;
    font-size: 42px;
    color: #227dfe;
}

.credit_Score_vs .score_credit .f-16 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px !important;
}

.gauge_box {
    height: calc(100% - 30px);
}

.gauge {
    margin-top: -12px;
}

.loading {
    position: fixed;
    z-index: 1051;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: #28a745 1.5em 0 0 0, #28a745 1.1em 1.1em 0 0, #28a745 0 1.5em 0 0, #28a745 -1.1em 1.1em 0 0, #28a745 -1.5em 0 0 0, #28a745 -1.1em -1.1em 0 0, #28a745 0 -1.5em 0 0, #28a745 1.1em -1.1em 0 0;
    box-shadow: #28a745 1.5em 0 0 0, #28a745 1.1em 1.1em 0 0, #28a745 0 1.5em 0 0, #28a745 -1.1em 1.1em 0 0, #28a745 -1.5em 0 0 0, #28a745 -1.1em -1.1em 0 0, #28a745 0 -1.5em 0 0, #28a745 1.1em -1.1em 0 0;

}

.alert-warning {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff;
    text-align: center;
}

#createCoapplicant .modal {
    z-index: 1050;
    /* Bootstrap default, but you can set higher */
}

#createCoapplicant .modal-backdrop {
    z-index: 1040;
    /* Ensure it's below the modal */
}

.leaseIcons {
    width: 44px;
    height: 44px;
}

.mobile-order-history {
    display: none;
}

.desktop-order-history {
    display: block;
}

/* contact us form */
#CreateAccount2-form {
    position: relative;
    z-index: 2;
}

#CreateAccount2-form form {
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    margin: auto;
    margin-top: -240px;
    width: 789px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


#CreateAccount2-form button {
    font-weight: 500;
    font-size: 13.06px;
    height: 43px;
    margin: auto;
}

#CreateAccount2-form .CreateAccount2-p {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000000 !important;
}

#CreateAccount2-form .service-name,
#CreateAccount2-form .CreateAccount2-p-2 {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #000000 !important;
}

#CreateAccount2-form .form-group {
    gap: 4.9px;
    width: 342px;
}

#CreateAccount2-form .form-group label {
    font-size: 14px;
    font-weight: 500px;
    line-height: 21.7px;
    color: #0D0D12;
}

#CreateAccount2-form .form-group input {
    height: 39.17px;
    border-radius: 4.08px;
    border-width: 0.82px;
    border-color: #DFE1E7;
    background-color: #F8FAFB;
    color: #000;
    font-weight: 400;
    font-size: 13.06px;
    line-height: 20.89px;
}

#CreateAccount2-form .form-group input:disabled {
    height: 39.17px;
    border-radius: 4.08px;
    border-width: 0.82px;
    border-color: #DFE1E7;
    background-color: #F8FAFB;
    color: #818898;
    font-weight: 400;
    font-size: 13.06px;
    line-height: 20.89px;
}

#CreateAccount2-form .form-group textarea {
    border-radius: 4.08px;
    border-width: 0.82px;
    border-color: #DFE1E7;
    background-color: #F8FAFB;
    color: #818898;
    font-weight: 400;
    font-size: 13.06px;
    line-height: 20.89px;
}

#CreateAccount2-form .contactForm .privacy {
    font-weight: 400;
    font-size: 13.06px;
    text-align: center;
}

.filterHeaderSpl {
    color: #000;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 4px 8px;
    transition: all 0.2s ease-in-out;
    text-transform: capitalize;
    outline: none !important;
    text-decoration: none !important;
}

.filterHeader {
    color: #000;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    /* padding: 2px 8px 0px 8px; */
    transition: all 0.2s ease-in-out;
    text-transform: capitalize;
    outline: none !important;
    text-decoration: none !important;
}

.filterHeader i {
    transition: transform 0.3s ease-in-out;
}

.filterField:hover {
    color: #0CA750;
    text-decoration: none;

}

.filterField:focus,
.filterField:focus-within {
    box-shadow: 0 0 5px rgba(29, 29, 29, 0.5) !important;
    outline: none !important;
    text-decoration: none !important;
    border-bottom-width: 1px !important;
    /* Prevents Bootstrap from overriding */
}

.filterDiv {
    background: #fff;
    padding: 5px 16px;
    /* Adequate spacing */
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    margin-top:2px; */
}

/* .filterDiv2 {
    padding: 5px 16px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
} */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #0CA750 !important;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    border-radius: 50% !important;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #0CA750 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #0CA750 !important;
    background: #0CA750 !important;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #0CA750 !important;
    background-color: #fff
}



.fRow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 16px;
    box-sizing: initial;
    text-align: left;
    text-align: left;
    vertical-align: baseline;
    border-bottom: 1px solid #dcdcdc;
}

.fTitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 16px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.fDesc {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #505050;
    line-height: 24px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

.original_price p {
    color: #8e8e8e;
    font-size: 0.9rem;
}


.card {
    position: relative;
    /* Ensures proper placement */
    overflow: hidden;
}

.ribbon-home {
    width: 150px;
    height: 150px;
    overflow: visible;
    position: absolute;
    filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.4)) drop-shadow(-5px -10px 15px rgba(0, 0, 0, 0.4)) drop-shadow(10px -5px 15px rgba(0, 0, 0, 0.4)) drop-shadow(-10px 5px 15px rgba(0, 0, 0, 0.4));
    /* Shadows on all 4 sides */
}

.ribbon-home::before,
.ribbon-home::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon-home span {
    position: absolute;
    display: block;
    width: 275px;
    height: 50px;
    padding: 30px 0px;
    background-color: #DF0235;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    /* Stronger shadow */
    color: #fff;
    font: 600 16px/1 'General Sans', sans-serif;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-45deg) translate(5px, -5px);
    z-index: 10;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);


    animation: elevateRibbon 10s infinite ease-in-out;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -10px;
    top: 0px;
}


@keyframes elevateRibbon {

    0%,
    100% {
        transform: rotate(-45deg) translate(0px, 0px);
    }

    50% {
        transform: rotate(-45deg) translate(5px, -10px);
        /* Slight elevation */
    }
}



.ribbon2 {
    margin-top: -25px;
    background-color: #DF0235;

}

.ribbon2 span {
    color: #fff;
    font: 600 16px / 1 'General Sans', sans-serif;
    ;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px;
}

.filterTitle {
    color: #0D0D12;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    /* min-height: calc(2 * 20px); */
    overflow: hidden;
    margin-bottom: 0px !important;
}

.filterTags {
    width: max-content;
}

.filterTags p span {
    cursor: pointer;
    font-size: 11px;
    margin-left: 12px;
    color: rgba(36, 39, 44, .7);
    font-weight: 500;
    line-height: 1;
}

.filterTags p {
    margin: 0 8px 8px 0;
    padding: 8px 12px;
    width: auto;
    /* border: 1px solid #000; */
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(36, 39, 44, .3);
    border-radius: 4px;
    color: rgba(36, 39, 44, .7);
    float: left;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}

.clearAll {
    font-size: 12px;
    margin-left: 4px;
    padding: 6px 0;
    cursor: pointer;
    color: #DF0235;
}

.searchTextPara {
    color: #000;
    text-transform: capitalize;
}

#fullParaText {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(36, 39, 44, .7);
}

.table-dark tr th {
    background: #fafafa;
    border: 0;
    border-bottom: 1px solid rgba(36, 39, 44, .15);
    border-right: 1px solid rgba(36, 39, 44, .15);
    color: #24272c;
    font-weight: 500;
    padding: 9px 10px;
    text-align: left;
    font-size: 12px;
}

#tableCars tbody tr {
    font-weight: 400;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
}

#tableCars tbody tr td {
    width: 50%;
    border: 0;
    border-bottom: 1px solid rgba(36, 39, 44, .15);
    border-right: 1px solid rgba(36, 39, 44, .15);
    color: #24272c !important;
    padding: 9px 10px;
}

.searchParaDiv {
    width: 65vw;
}

.searchTextPara {
    text-align: center;
}

.custom-scroll {
    height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
}

.apply-button-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 10px 20px;
    transition: transform 0.3s ease;
}

/* Optional: thinner scrollbar for modern browsers */
.custom-scroll::-webkit-scrollbar {
    width: 6px;
    margin-left: 6px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#applyFiltersMob {
    display: none;
}


#applyFilters {
    display: block;
}

.no-shadow {
    box-shadow: none !important;
}











.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    /* width: 100%; */
    border: 3px solid #28a745;
    border-right: none;
    /* padding: 5px; */
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus {
    color: #28a745;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #28a745;
    background: #28a745;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/* #secondary-header,.searchglass-container{
    display: none;
} */

#desk-img {
    display: block;
}

#mob-img {
    display: none;
}

#profileDropdown img {
    width: 35px;
    height: 35px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
}


.modal.show .modal-dialog {
    margin-top: 70px;
    /* Adjust according to your navbar height */
}

.nonsticky-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sticky-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 999;
    padding-bottom: 10px;
}
.sticky-buttons .testDrive{
    margin-left: 1rem;
}
.sticky-buttons .askQuestion{
    display: none!important;
}




/*Blogs*/
.Blog_Leasify .hero {
    position: relative;
    background-size: cover;
    background-position: bottom;
    object-fit: cover;
    background-image: url(../../images/carimg.png);
    background-repeat: no-repeat;
    color: white;
    height: 75vh;
}

.Blog_Leasify .hero-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 345px;
}


.Blog_Leasify .hero h1 {
    margin-top: 30px;
    padding-bottom: 87px;
    font-size: 64px;
    line-height: 67.92px;
}

.Blog_Leasify .hero h3 {
    font-weight: bold;
    margin-top: 200px;
}


/* section2 */
.Blog_Leasify #sec2-card {
    margin-top: 30px;
}

.Blog_Leasify #sec2-arrow {
    margin-left: 5px;
}

/* recent blog */
.Blog_Leasify .recent-blog-p {
    font-size: 33.56px;
    font-weight: 500px;
    line-height: 36.92px;
    font-family: "Poppins", sans-serif;
}

.Blog_Leasify .recent-blog img {
    left: -58.86px;
    /* width: 619.29px; */
    /* height: 412.76px; */
}

.Blog_Leasify .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.Blog_Leasify .btn {
    background-color: rgba(128, 128, 128, 0.5);
    color: white;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    margin-bottom: 10px;
    padding-left: -30px;
}

.Blog_Leasify .btn-grey {
    border-radius: 30px;
    padding: 5px 13px;
}

.Blog_Leasify .card-text {
    color: white;
    font-family: "Poppins", sans-serif;
}

.Blog_Leasify .card {
    border-color: transparent;

}

.Blog_Leasify .card-text {
    /* font-weight: bold; */
    font-size: larger;
    margin-left: 10px;
}

.Blog_Leasify .card-img-top {
    height: 280px;
}

.Blog_Leasify #buttons {
    margin-top: 30px;
    padding-right: 40px;
}

.Blog_Leasify #buttons ul {
    display: flex;
    gap: 7.09px;
    /* Adjust the gap between items */
    padding: 0;
    margin: 0;
    list-style: none;
}

.Blog_Leasify #buttons ul li {
    font-weight: 600;
    border: 0.71px solid #D9D9D9;
    padding: 17.02px;
    border-radius: 708.33px;
    transition: background-color 0.3s, color 0.3s;
}

.Blog_Leasify #buttons ul li:hover {
    background-color: #4d4d4d;
    color: white;
    cursor: pointer;
}

/* Inquire section */
.Blog_Leasify .inquire {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    height: 500px;
    text-align: center;
    margin: 70px 0;
}

.Blog_Leasify .background {
    background: url('../../images/pic1.avif') no-repeat bottom;
    background-size: cover;
    position: relative;
}

.Blog_Leasify .background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(190, 189, 189) 0%, rgba(190, 189, 189, 0) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1;
}

.Blog_Leasify .overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.Blog_Leasify .car-image {
    position: relative;
    top: -40px;
    max-width: 100%;
    /* width: 35vw !important;
  height: 35vh !important; */
    width: 700.87px;
    height: 900.24px;

    z-index: 1;
}

.Blog_Leasify .text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.Blog_Leasify .text-content p {
    font-size: 63.91px;
    font-weight: 600;
    line-height: 67.83px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.Blog_Leasify #inquire-btn {
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    padding: 8px 24px;
    color: white;
    font-size: 1rem;
}

/* create */
.Blog_Leasify .create {
    margin-top: -70px;
    margin-bottom: 0;
}

.Blog_Leasify #create-btn {
    border-radius: 5px;
}





.Blog_Leasify .DBhero {
    position: relative;
    background-image: url(../../images/blog2.png);
    background-size: cover;
    background-position: center;
    /* object-fit: cover; */
    background-repeat: no-repeat;
    color: white;
    height: 80vh;
}

/* section 2 */
.Blog_Leasify #sec2-head p {
    width: 1155.66px;
    height: 136px;
    top: 684.51px;
    left: 87.34px;
    font-weight: 600px;
    font-size: 60px;
    line-height: 67.92px;
    color: #1F1F1F;
    letter-spacing: 1%;
    font-family: "Poppins", sans-serif;
}

.Blog_Leasify .sec2-img2 {
    width: 100%;
    /* width: 1248px; */
    height: 360.73px;
    /* height: 50vh; */
    top: 989.93px;
    left: 96px;
}

.Blog_Leasify .DbButton {
    margin-top: 0px;
    padding-right: 40px;
    font-family: "Poppins", sans-serif;
}

.Blog_Leasify .DbButton {
    display: flex;
    gap: 31px;
    /* Adjust the gap between items */
    padding: 0;
    margin: 0;
    list-style: none;
    top: 616px;
    left: 87.34px;
}

.Blog_Leasify .DbButton li {
    font-weight: 600;
}

.Blog_Leasify .DbButton ul li:hover {
    background-color: #4d4d4d;
    color: white;
    cursor: pointer;
}

.Blog_Leasify #liText {
    font-weight: 400;
    font-size: 18px;
    line-height: 55.78px;
    color: #8C8C8C;
}

.Blog_Leasify #button {
    border: 0.71px solid #D9D9D9;
    padding: 17.02px;
    border-radius: 708.33px;
    transition: background-color 0.3s, color 0.3s;
}

.Blog_Leasify #sec2-div3 {
    /* width:211px;
    height:47px; */
    /* top:869.77px; */
    /* left:96px; */
    gap: 12px;
}

.Blog_Leasify #sec2-div3 img {
    width: 46px;
    height: 46px;
}

.Blog_Leasify #sec2-div3-div {
    width: 153px;
    height: 47px;
    gap: 4px;
    font-family: "Inter", sans-serif;
}

.Blog_Leasify #sec2-div3-div p:first-of-type {
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    color: #000000;
}

.Blog_Leasify #sec2-div3-div p:nth-of-type(2) {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: #8C8C8C;
}

.Blog_Leasify #paragraphs {
    width: 1284px;
    /* height: 964px; */
    gap: 50px;
    font-family: "Inter", sans-serif;
}

.Blog_Leasify #paragraphs p {
    font-weight: 400px;
    font-size: 24px;
    line-height: 36px;
    color: #454545;
    text-align: justify;
}