@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');

.header-section {
    background: url("../image/HeaderSection.png");
    background-size: cover;
    background-position: center;


}

.header-section .navbar-nav {
    background: #00215C33;
    padding: 8px 30px;
    border-radius: 16px;
    color: #fff;
}

.header-section .navbar-nav a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 38px;
    transition: all .3s ease-in-out;
    font-family: "Geist", sans-serif;

    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: -0.2px;
    vertical-align: middle;

}

.header-section .navbar-nav .nav-item:not(:last-child) {
    margin-right: 20px;
    /* Adjust as needed */
}

.navbar-btns button {
    background: linear-gradient(100.73deg, #D2BAFF 0%, #8241FF 46%);
    box-shadow: -6px 8px 53px 0px #9F6DFC70;
    padding: 13px 37px;
    color: #fff;
    border-radius: 30px;
    border: none;
}

.red {
    border: 1px solid red;
}

.sectoon-1-paragraph {
    font-size: 18px;
    color: #000F29;
    margin-top: 10px;
    font-family: "Fustat", sans-serif;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;

}

.hero-right-section {
    height: calc(100vh - 93px);
}

.hero-right-section h2 {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -3.5px;
    vertical-align: middle;
    color: #FFFFFF;
    max-width:
        566px;
}

.hero-right-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
    font-family: "Fustat", sans-serif;
    color: #FFFFFF;
}

.hero-right-section-buttons {
    background: linear-gradient(176.23deg, #FFFFFF 0%, #F3F3F3 100%);
    box-shadow: -6px 8px 53px 0px #9F6DFC70;

    font-family: "Fustat", sans-serif;

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 13px 49px 13px 22px;
    border-radius: 30px;
    border: none;
    position: relative;
}

.hero-right-section-buttons::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../image/svg/arrow.svg);
    background-size: cover;
    background-position: center;
    right: 21px;
    top: 21px;
    transform: translateY(-50%);
}

/* .hero-image-section::after{
    content: "";
    position: absolute;
    max-width: 827px;
    width: 100%;
    height: 582px;
    background: url(../image/hero-car-img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 20%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%,50%);
} */

.hero-image-section::after {
    content: "";
    position: absolute;
    max-width: 827px;
    width: 100%;
    height: 582px;
    background: url(../image/hero-car-img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 20%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%, 50%);
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .hero-image-section::after {

        max-width: 738px;
    }

}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .hero-image-section::after {
        max-width: 615px;
    }
}

@media screen and (max-width: 992px) and (min-width: 767px) {
    .hero-image-section::after {
        max-width: 450px;
    }

    .hero-right-section h2 {
        font-size: 46px;
        line-height: 48px;
    }
}

@media screen and (max-width: 767px) {
    .hero-image-section::after {
        max-width: 430px;
        top: 46%;
    }

    .hero-right-section h2 {
        font-size: 46px;
        line-height: 48px;
    }

    .appstore-icons {
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    .hero-image-section::after {
        max-width: 330px;
        top: 45%;
    }
}

@media screen and (max-width: 360px) {
    .hero-image-section::after {
        max-width: 300px;
        top: 46%;
    }

    .hero-right-section h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .hero-right-section-buttons {
        font-size: 14px;
        line-height: 18px;
        padding: 13px 42px 13px 19px;
    }
}


/* Section1 Specific Styling */
.section1 h2 {
    color: #0a0a23;
    font-family: "Fustat", sans-serif;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3px;
    text-align: center;
    font-weight: 700;
    margin-top: 60px;
}



.section1 .section1-box {
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.section1 .bg-light-purple {
    background-color: #EADDF9;
}

.section1 .text-purple {
    color: #a855f7;
}

.section1 .icon i {
    line-height: 1;
}

/* Optional: Smooth hover effect */
.section1 .section1-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


/* Scoped Styling for Section2 */
.section2 .display-6 {
    color: #0a0a23;
    font-family: "Fustat", sans-serif;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3px;
    text-align: center;
    font-weight: 600;
    margin-top: 80px;

}

.section2 h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.section2 .section2-feature {
    background-color: #efe3fc;
    color: #2c2c2c;
    max-width: 524.25px;
}

.section2 .bg-purple {
    background-color: #a855f7 !important;
}

.section2-btn {
    background: linear-gradient(100.73deg, #D2BAFF 0%, #8241FF 46%);
    border: none;
    color: white;
    border-radius: 999px;
    transition: 0.3s ease;
    box-shadow: 0 10px 20px rgba(168, 85, 247, 0.3);
    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 13px 33px !important;
}

.section2 .section2-btn:hover {
    background: linear-gradient(90deg, #9333ea 0%, #a855f7 100%);
    box-shadow: 0 12px 24px rgba(168, 85, 247, 0.4);
}



.section-2-img {
    max-width: 599.75px;
    width: 100%;
    /* height: 599.75px; */
}

.section1 h5 {
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.2px;
    color: #000F29;
}

.section-1-cards p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20.8px;
    letter-spacing: -0.2px;
    vertical-align: middle;

}

.section2-row h3 {
    font-family: "Fustat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -1.8px;
    vertical-align: middle;

}

.section2-row p {
    font-family: "Geist", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: -0.2px;
    vertical-align: middle;
    color: #000F29;
    max-width:
        507px;
}

.section2-heading {
    font-family: "Fustat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3px;
    text-align: center;
    color: #000F29;
}

.section3-heading {

    color: #000F29;
    font-family: "Fustat", sans-serif;

    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -1.8px;

}

.section3-description {
    color: #6c757d;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: -0.2px;
    vertical-align: middle;

}

.section3-btn {
    background: linear-gradient(90deg, #a66bff 0%, #7733ff 100%);
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    color: white;
    box-shadow: 0 4px 20px rgba(119, 51, 255, 0.4);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.section3-btn:hover {
    background: linear-gradient(90deg, #8b4dfc, #5d22f4);
}

/* Responsive override for mobile */
@media (max-width: 991.98px) {

    .section3-heading,
    .section3-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section3-right {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .btn-section-desktop {
        margin-bottom: 16px;
    }
}

.section3-right {
    max-width: 524.25px;
}


.section4 {
    margin-top: 120px;
    background: #EADDF9;

}

.section4 h2 {
    font-family: "Fustat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    max-width: 933px;
    width: 100%;
}


/* Section5 Scoped Styles */
.section5 h2 {
    color: #00234B;
    font-family: "Fustat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;

}

.section5-card {
    transition: all 0.3s ease-in-out;
}

.section5-card:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.section5 .bg-purple-light {
    background-color: #EADDF9;
}

.section5-btn {
    background: linear-gradient(92.82deg, #D2BAFF 0%, #8241FF 46%);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    box-shadow: 0 4px 20px rgba(119, 51, 255, 0.3);
    transition: background 0.3s ease-in-out;

    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;

}

.section5-btn:hover {
    background: linear-gradient(90deg, #8b4dfc 0%, #5d22f4 100%);
}

.bg-pricing-card {
    background-color: #EEEEEE;
}

.pricing-cards h5 {
    font-family: "Fustat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #00234B;
}

.card-price {
    font-family: "Fustat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0%;

}

.card-price-desc {
    font-family: "Fustat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    max-width: 219.89px;
    color: #464E68;
}

.section6 {
    background-color: #EEEEEE !important;
}

.section6 h2 {
    font-size: 2rem;
    color: #0b2447;
}

.section6 .section6-card {
    background-color: white;
}

.section6 .section6-img {
    width: 269px;
    height: 231px;
    object-fit: cover;
}

.section6 .section6-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(105, 0, 255, 0.8);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section6 h2 {
    color: #00234B;
    font-family: "Fustat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;
}

.rev-card-details h6 {
    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1A1A1A;
}

.rev-card-details p {
    font-family: "Fustat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #737373;
}


.rev-card-details::after {
    content: '';
    position: absolute;
    background: url(../image/svg/comma.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    top: 1px;
    right: 12px;
}

.user-rev-text {
    font-family: "Fustat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #4D4D4D;
}

.user-rev-text2 {
    font-family: "Fustat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #4D4D4D;
    border-top: 1px solid #E7E9EF;
    padding-top: 10px;
}

.section6-testimonials .section6-avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;

}

.testimonialSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.testimonialSwiper .swiper-slide {
    width: auto;
}

.testimonialSwiper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 100%);
    ;
    z-index: 99;
}

.testimonialSwiper::after {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    width: 10%;
    height: 100%;
    background: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 100%);
    ;
    z-index: 99;
    rotate: 180deg;
}

.section7 h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.bg-light-purple {
    background-color: #E9DDFD;
}

.section7 .rounded-4 {
    border-radius: 1.25rem !important;
}

.section7-middle {
    bottom: 0%;
    right: 0%;
}

.sec7-right-container h5 {
    font-family: "Fustat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #00234B;
}

.sec7-right-container p {
    font-family: "Geist", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 19.8px;
    letter-spacing: -0.2px;
    vertical-align: middle;
    max-width: 270px;
    color: #000F29;
}

.sec7-right-container h6 {
    font-family: "Geist", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 19.8px;
    letter-spacing: -0.2px;
    vertical-align: middle;

    color: #000F29;
}


.section8 h2 {
    color: #00234B;
    font-family: "Fustat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;
}

.section8 {
    background-color: #FFFFFF;
}

.section8 .accordion-button {
    background-color: #f1f1f1d9 !important;
    border-radius: 12px !important;
    padding: 24px 18px !important;
    margin-bottom: 16px;
    font-weight: 500;
    color: #1b2a41;
    box-shadow: none;
    transition: background-color 0.3s;

    font-family: "Fustat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;

}

.section8 .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #1b2a41;
}

.section8 .accordion-button::after {
    filter: invert(20%);
}

.section8 .accordion-body {
    text-align: left;
    padding: 1rem 1.25rem;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.section8 .accordion-item {
    border: none;
    background-color: transparent;
}

#faqAccordion {
    max-width: 820px;
    width: 100%;
}


.cta-box {
    background: #E8DAFA;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(136, 91, 255, 0.1);
    max-width: 820px;
    width: 100%;
}

.cta-icon {
    width: 66px;
    height: auto;
}

.cta-title {
    color: #1b2a41;

    font-family: "Fustat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;

}

.cta-text {
    color: #444;
    font-family: "Fustat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    max-width: 358.26px;
}

.cta-btn {
    background: linear-gradient(to right, #7f55ff, #a072ff);
    color: #fff;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(127, 85, 255, 0.3);
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: linear-gradient(to right, #6936f9, #9658ff);
    color: #fff;
}


.section9 .row {
    background: url('../image/section8-bg.png') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    color: white;
}

.section9 h2 {
    font-family: "Fustat", sans-serif;
    font-weight: 800;
    font-size: 58px;
    line-height: 54px;
    letter-spacing: 0%;

}

.section9 p {
    font-family: "Fustat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

}

.section9 button {
    background: linear-gradient(93.41deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    padding: 13px 43px !important;
    color: #00234B;
    font-family: "Fustat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.google-download-icon {
    max-width: 200px;
    height: auto;
    width: 100%;
}

.footer {
    background-color: #001731 !important;
    /* Dark Blue */
    font-family: 'Fustat', sans-serif;
}

.footer .btn-purple {
    background: linear-gradient(to right, #a56bff, #7439db);
    border: none;
}

.footer .text-purple {
    color: #865bfc;
    letter-spacing: 12px;
    font-size: 2rem;
}

.footer .form-control::placeholder {
    color: #999;
    font-size: 0.9rem;
}

.footer-Icon {
    max-width: 799px;
    width: 100%;
}

.footer-left-section {
    max-width: 477.11px;
    width: 100%;
}

.footer-left-section input {
    padding: 13px;
    border-radius: 30px;
}

.footer-left-section h4 {
    font-family: "Fustat", sans-serif;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0%;

}

.footer h6 {
    font-family: "Fustat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;

}

.footer a {
    font-family: "Fustat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF !important;
    display: inline-block;
    margin-bottom: 10px;
    /* Space between links */
}

@media screen and (max-width: 576px) {
    .section1 h2 {
        color: #0a0a23;
        font-family: "Fustat", sans-serif;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -2px;
        text-align: center;
        font-weight: 700;
        margin-top: 6px;
    }

    .sectoon-1-paragraph {
        font-size: 16px;
        margin-top: 10px;
        line-height: 22px;
    }

    .section1 .bg-light-purple {
        padding: 12px 16px !important;
    }

    .icon {
        margin: 0px !important;
    }

    .section2-heading {
        font-weight: 800;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -1px;

    }

    .section2 {
        padding-top: 0px !important;
    }

    .section2-row h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.6px;
    }

    .section2-row p {
        font-weight: 300;
        font-size: 16px;
        line-height: 26.4px;
    }

    .section-2-img {
        margin-top: 16px;
    }

    .section3 {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }

    .section3-heading {

        font-size: 32px;
        line-height: 38px;
        letter-spacing: -1.8px;
    }

    .section3-description {
        font-weight: 300;
        font-size: 16px;
        line-height: 26.4px;
    }

    .section33-btn {
        margin-bottom: 26px;
    }

    .section4 h2,
    .section5 h2,
    .section6 h2,
    .section8 h2 {
        font-weight: 800;
        font-size: 32px !important;
        line-height: 38px;
        margin-top: 20px !important;
    }

    .section4 {
        margin-top: 40px;
        background: #EADDF9;
    }

    .section5 {
        padding-top: 0px !important;
    }

    .card-price {
        font-family: "Fustat", sans-serif;
        font-weight: 800;
        font-size: 32px;
        line-height: 42px;
    }

    .card-price-desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .pricing-cards h5 {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }

    .section6 .section6-img {
        width: 100%;
    }

    .section6-mobile-img {
        flex-grow: 1;
    }

    .section8 {
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .section8 .accordion-button {
        padding: 16px 12px !important;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;
    }

    .section8 h2 {
        margin-bottom: 10px !important;
    }

    .cta-box {
        margin-bottom: 8px !important;
    }

    .section9 {
        padding-top: 0px !important;
    }

    .footer-left-section h4 {
        font-size: 32px;
        line-height: 38px;
    }

    .input-group {
        margin-bottom: 28px;
    }

    .section6-testimonials {
        padding: 10px 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .img-section7 {
        width: 100%;
    }


}

@media screen and (max-width: 992px) {
    .section-2-img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .section33-btn {
        margin-bottom: 26px;
    }

    .card-price {
        font-family: "Fustat", sans-serif;
        font-weight: 800;
        font-size: 32px;
        line-height: 42px;
    }

    .pricing-cards h5 {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }

    .section6-testimonials {
        padding: 10px 0px !important;
    }
}

.dropdown-menu {
    background: #8241ff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #8788fd;
}


/* ================Portfolio==================== */


/* .portfolio-header{
    background: url('../image/protfolio_nav_bg.png');
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    text-align: center;


} */


.portfolio-header {
    background: url("../image/protfolio_nav_bg.png");
    background-size: cover;
    background-position: center;


}

.portfolio-header .navbar-nav {
    background: #00215C33;
    padding: 8px 30px;
    border-radius: 16px;
    color: #000000;
}

.portfolio-header .navbar-nav a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 38px;
    transition: all .3s ease-in-out;
    font-family: "Geist", sans-serif;

    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: -0.2px;
    vertical-align: middle;

}

.portfolio-header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 20px;
    /* Adjust as needed */
}

.portfolio-header h2 {
    font-family: "Fustat", sans-serif;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3px;
    text-align: center;
    margin-top: 62px;
}

.used-cars-card {
    width: 406px;
    background-color: #fff;
    transition: transform 0.2s ease-in-out;
    border-radius: 20px;
    padding: 0;
    border: none;
}

.used-cars-card:hover {
    transform: translateY(-4px);
}

.used-cars-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    /* Rounded corners on all sides */
    display: block;
}

.used-cars-card .card-body {
    padding-top: 1rem;
}

.used-cars-card .car-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.used-cars-card .last-visited {
    font-size: 0.875rem;
    color: #777;
}

.text-purple {
    color: #7c3aed;
    /* Tailwind purple-600 */
}

.galleryScroll {
    max-height: 75vh;
    overflow-y: auto;

}

.bg-light-purple {
    background-color: #f3e8ff;
}

.sidebar-link {
    transition: background-color 0.2s, color 0.2s;
    border-radius: 5px;
}

.sidebar-link:hover {
    background-color: #c28cdb;
    color: #6f42c1;
    /* purple shade */
    text-decoration: none;
}

.cars-container {
    gap: 1.5rem;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.carousel-inner img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
}


.custom-modal {
    border-radius: 24px;
    padding: 10px;
}

.mySwiper {
    width: 100%;
    height: auto;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}


/* Customize navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    color: black;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}


@media screen and (min-width: 992px) {
    .swiper-slide img {
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
        padding: 40px;
    }

}

.custom-pagination {
    text-align: center;
    padding-top: 10px;
}

.swiper-pagination-bullet {
    background: #a1a1a1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #6e00ff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 14px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #6e00ff;
    border-radius: 50%;
    padding: 0px 12px;
    color: black;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 25px;
    height: 25px;
    color: #fff;
}


.side-menu-toggle-btn {
    background: #a474ff;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 6px;
    margin-left: 10px;
}

@media screen and (min-width: 898px) {
    .side-menu-toggle-btn {
        display: none;
    }
}
@media screen and (max-width: 898px) {
    .desktop-sidebar-section {
        display: none !important;
    }
    .rm-padding-mob{
        padding: 0px !important;
    }
}
@media screen and (max-width: 576px) {
    #video,#preview{
        min-height: 60vh;
    }
    .camera-controls{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }
}
