@import url("https://fonts.googleapis.com/css2?family=Hind+Kochi:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");

@font-face {
    font-family: "Ethnocentric";
    src: url("fonts/ethnocentric.ttf") format("truetype");
}

@font-face {
    font-family: "El Messiri";
    src: url("fonts/ElMessiri-Bold.woff2") format("woff2"),
        url("fonts/ElMessiri-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("/path-to-your-font-files/Inter-Bold.woff2") format("woff2"),
        url("/path-to-your-font-files/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@import url("https://fonts.cdnfonts.com/css/ethnocentric");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");

h1 {
    padding-top: 0px !important;
}

h2 {
    padding-top: 0px !important;
}

h3 {
    padding-top: 0px !important;
}

h4 {
    padding-top: 0px !important;
}

h5 {
    padding-top: 0px !important;
}

h6 {
    padding-top: 0px !important;
}

p {
    padding-bottom: 0px !important;
}

/* INDEX HEADER NEW START  */
a {
    color: inherit;
    text-decoration: none !important;
}

.user-pro {
    width: 60px;
}

body {
    overflow-x: hidden !important;
}

.new-bg {
    background-image: url(../img/labo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    /* height: 1080px; */
}

.new-text {
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    color: #021d28;
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: bold;
}

.new-second-text {
    font-family: "Ethnocentric Rg", sans-serif;
    font-weight: 400;
    font-size: 95px;
    line-height: 77px;

    /* Gradient colors */
    background: linear-gradient(90deg, #021D28, #6C7972);
    -webkit-background-clip: text;
    /* Chrome, Safari */
    -webkit-text-fill-color: transparent;
    /* Chrome, Safari */
    background-clip: text;
    /* Firefox */
    color: transparent;
    /* fallback */

    /* Black stroke / outline */
    -webkit-text-stroke: 1px black;
    /* Chrome, Safari */
    text-stroke: 1px black;
    /* Firefox */
}

.new-box {
    /* width: 750px; */
    height: fit-content;
    border-radius: 20px;
    /* padding-bottom: 40px;
    background-color: rgb(0, 0, 0, 75%); */
}

.auto-new-changed {
    color: white;
    font-family: "Syne", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.drop-texts-new {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.new-button {
    background-color: #344f6b;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    border: none;
    width: 650px;
    height: 55px;
    text-align: center;
    border-radius: 10px;
}

.nav-link-2-changed {
    color: rgba(255, 255, 255, 40%) !important;
    border-radius: 14px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    text-wrap: nowrap !important;
    border: none !important;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    height: 39px;
}

.nav-link-2-changed.active {
    color: white !important;
    background-color: #344f6b !important;
}

.dropdown-menus-changed {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: grey !important;
    border: none;
    font-weight: 400;
    outline: none;
}

.nav-tabs {
    border-width: inherit !important;
}

.index-session-box {
    width: 100%;
    height: fit-content;
    background-color: white;
    box-shadow: 1px 1px 10px 4px lightgray;
    border-radius: 10px;
    border: 1px solid gray;
    overflow: hidden;
}

.nissan-para {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 21px;
    margin-bottom: 0;
}

.session-text {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    /* Bold weight */
    color: #000;
    font-size: 22px;
}

.session-text-second {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 28px;
    text-align: center;
    text-wrap: nowrap;
}

.miles {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.second-miles {
    font-family: "Inter", sans-serif;
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
    text-wrap: nowrap;
}

.change-blue-bd {
    background-color: #3e5f82;
    /* width: 503px; */
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.change-blue-bd-changed {
    background-color: #3e5f82;
    width: 100%;
    height: 200px;
}

.main-text {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    /* or font-weight: 700 */
    font-size: 20px;
    color: white;
}

.sub-text {
    display: block;
    margin-top: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    /* Regular weight */
    font-size: 20px;
    color: white;
    line-height: 10px;
}

.porsche {
    width: 470px;
    height: 360px;
}

.green {
    width: 20px !important;
}

.main-text-changed {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
    line-height: 5px;
}

.sub-text-new {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.for-flexy-gap {
    border-bottom: 1px solid lightgray;
    background: #dfdfdf;
}

.none-border {
    /* border: 1px solid red; */
    width: 100%;
    height: fit-content;
}

.new-padding {
    padding-top: 80px;
}

.multiple {
    width: 100%;
}

.dealer {
    font-family: "Syne", sans-serif;
    font-size: 37px;
}

.multi-div {
    background-color: #3e5f82;
    width: 100%;
    height: 200px;
}

.welcome-para {
    color: gray;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* HEADER SESSION START */
.for-ct-line {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 16px;
}

.for-ct-line::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -3px;
    left: 50%;
    background-color: #3e5f82;
    transition: width 0.5s ease, left 0.3s ease;
}

.for-ct-line:hover::after {
    width: 100%;
    left: 0;
}

.nav-link.activess {
    font-weight: 700;
    border-bottom: 3px solid #3e5f82;
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}

.navbar-toggler {
    background-color: white !important;
    color: transparent !important;
}

.offcanvas-header {
    color: white !important;
}

.nav-anchors {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: white !important;
    text-wrap: nowrap;
    width: fit-content;
}

.nav-button {
    width: 150px;
    height: 45px;
    background-color: #344f6b;
    color: white;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: none;
    text-align: center;
    margin-top: 35px !important;
}

.phone {
    width: 31px;
    height: 82px;
}

.phone-2 {
    width: 31px;
    height: 110px;
}

/* FIRST SESSION START  */
.first-bg {
    background-image: url(../img/back-new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 690px;
}

.first-text {
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    color: white;
    font-size: 30px;
    letter-spacing: 9px;
    font-weight: bold;
}

.second-text {
    font-family: "Ethnocentric Rg", sans-serif;
    font-weight: 400;
    color: white;
    font-size: 95px;
    line-height: 77px;
}

.jeep-pic {
    width: 830px;
    height: 642px;
    position: absolute;
    right: 0px;
    top: 190px;
}

/* <!-- SECOND SESSION START -- */
.advers-margin {
    margin-top: 45px;
    margin-bottom: 90px;
}

.cards-parent {
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    border-radius: 20px;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.cards-parent:hover {
    box-shadow: 0px 16px 30px rgb(28 25 25) !important;
}

.hover-info-box {
    position: absolute;
    bottom: -66px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    z-index: 10;
    font-family: inherit;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.cards-parent:hover .hover-info-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cards-setting {
    width: 440px;
}

.cards-text-first {
    font-size: 34px;
    color: white;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* FOOTER SESSION START */
.alter-footes {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 16px;
}

.alter-footes::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background-color: white;
    transition: all 0.5s ease;
    transform: translateX(-50%);
}

.alter-footes:hover::after {
    width: 100%;
    left: 0;
    transform: translateX(0);
}

.footer-bg {
    background-image: url(../img/footer-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    width: 100% !important;
}

.logo {
    width: 87px;
    height: 87px;
}

.footer-texts {
    font-family: "Hind Kochi", sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: white !important;
    width: fit-content;
    text-wrap: nowrap;
}

.footer-texts-alter-changed {
    font-family: "Hind Kochi", sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: white !important;
    width: fit-content;
}

.footer-main {
    font-family: "Syne", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: white;
    text-wrap: nowrap;
}

.footer-end-text {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: white;
    position: absolute;
    top: -20px;
    right: 220px;
    text-wrap: nowrap;
}

.bank-cards {
    width: 362px;
    height: 18px;
}

.last-footer {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

/* FOOTER SESSION END */

/* FORM PAGE START */

.form-text-1 {
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 35px;
}

.custom {
    padding-top: 35px;
}

.form-text-header {
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 43px;
}

.alter-h1 {
    padding-top: 110px;
}

.alter-h1 {
    padding-top: 110px;
}

.for-center {
    background-color: #344f6b;
    color: white;
    width: 100%;
    height: 110px;
    padding-bottom: 34px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-box {
    width: 100%;
    height: fit-content;
    background: #f1f1f1;
    /* box-shadow: 1px 1px 10px 4px lightgray; */
    border-radius: 20px;
    padding-bottom: 50px;
}

.dropdown-menus {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-size: 14px !important;
    color: grey !important;
    border: none;
    font-weight: 400;
    outline: none;
}

.dropdown-menus-2 {
    width: 100%;
    height: 143px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-size: 14px;
    color: grey;
    border: none;
    font-weight: 400;
    outline: none;
}

.drop-texts {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
}

.nav-link-2.active {
    color: white;
    background-color: #007bff;
}

.optional {
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 44px;
}

.upload-box {
    width: 98% !important;
    height: 200px;
    border: 3px dashed #3e5f82;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: black;
    cursor: pointer;
    margin: 20px auto;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.custom-file-upload {
    cursor: pointer;
}

input[type="file"] {
    display: none;
}

.form-button {
    background: linear-gradient(to bottom, #3e5f82, #35516e);
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    border: none;
    width: 100%;
    height: 55px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.form-button:hover {
    opacity: 0.88;
}

/* Stepper nav buttons override — smaller width so they don't stretch full row */
.stepper-nav-row .form-button {
    width: auto;
    min-width: 100%;
    padding: 0 28px;
}

/* Outlined back button variant */
.btn-outline-stepper {
    background: transparent !important;
    color: #3e5f82 !important;
    border: 2px solid #3e5f82 !important;
}

.btn-outline-stepper:hover {
    background: #3e5f82 !important;
    color: white !important;
    opacity: 1 !important;
}

/* ===== STEPPER INDICATOR ===== */
.stepper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 40px 10px;
    gap: 0;
}

.stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
}

.stepper-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #c8d5e3;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.35s ease, transform 0.25s ease;
}

.stepper-step.active .stepper-circle {
    background: linear-gradient(135deg, #3e5f82, #27405a);
    transform: scale(1.12);
    box-shadow: 0 4px 14px rgba(62, 95, 130, 0.45);
}

.stepper-step.completed .stepper-circle {
    background: #3e5f82;
}

.stepper-step.completed .stepper-circle::after {
    content: "✓";
    font-size: 18px;
}

.stepper-step.completed .stepper-circle {
    font-size: 0; /* hide number when showing tick */
}

.stepper-label {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #888;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.stepper-step.active .stepper-label,
.stepper-step.completed .stepper-label {
    color: #3e5f82;
    font-weight: 600;
}

.stepper-line {
    flex: 1;
    height: 3px;
    background-color: #c8d5e3;
    min-width: 80px;
    max-width: 160px;
    margin-bottom: 28px;
    transition: background-color 0.4s ease;
    border-radius: 2px;
}

.stepper-line.completed {
    background-color: #3e5f82;
}

/* Stepper step content wrapper */
.stepper-step-content {
    animation: fadeStepIn 0.3s ease forwards;
}

@keyframes fadeStepIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Nav row spacing */
.stepper-nav-row {
    margin-top: 30px;
}
/* ===== END STEPPER INDICATOR ===== */

/* CONFIRM PAGE  */
.confirm-box {
    width: 100%;
    height: fit-content;
    padding-bottom: 30px;
    box-shadow: 1px 1px 10px 4px lightgray;
    border-radius: 20px;
    padding-bottom: 20px;
    background: #f1f1f1;
}

.confirm-text-1 {
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 65px;
    padding-top: 100px !important;
}

.confirm-under-box {
    width: 100%;
    height: fit-content;
    padding-bottom: 30px;
    box-shadow: 1px 1px 10px 4px lightgray;
    padding-bottom: 20px;
    background: #ffffff;
    border-radius: 20px;
}

.inside-inform {
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 45px;
    margin-left: 20px;
    margin-right: 20px;
}

.car-images {
    width: 220px;
    height: 278px;
}

.confirm-text-para {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    /* Medium weight */
    font-size: 22px;
    color: #000000;
    line-height: 0;
    text-wrap: nowrap;
}

.confirm-text-para-2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: gray;
}

.phipls {
    color: gray;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-align: center;
}

.confirm-button {
    color: white;
    background-color: #344f6b;
    border-radius: 10px;
    width: 95%;
    height: 60px;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* HOME PAGE START */

.second-bg {
    background-image: url(../img/back-new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 855px;
    width: 100%;
}

.index-text {
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    color: white;
    font-size: 24px;
    letter-spacing: 6px;
    font-weight: bold;
}

/* Change offcanvas background color */
.offcanvas {
    background-color: #344f6b !important;
    /* Example color, change to your desired color */
}

.para-index {
    font-family: "Poppins", sans-serif !important;
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.index-button {
    width: 234px;
    height: 61px;
    background-color: white;
    color: #344f6b;
    border-radius: 10px;
    border: none;
    font-family: "Poppins", sans-serif !important;
    font-size: 25px;
}

.index-text-2 {
    font-family: "Ethnocentric", cursive;
    font-weight: 400;
    color: white;
    font-size: 95px;
    line-height: 88px;
}

.images-bar {
    width: 1300px;
    height: fit-content;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid gray;
}

.img-1 {
    width: 200px;
    height: 100px;
}

.img-2 {
    width: 150px;
    height: 100px;
}

/* RADIO BUTTONS  */
input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

input[type="radio"]::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

input[type="radio"]:checked::before {
    opacity: 1;
}

.scroll {
    padding-top: 155px;
}

.session-text-2 {
    font-family: "Syne", sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: black;
    text-align: center;
    /* margin-top: 130px !important; */
}

.service-first-one {
    padding-top: 150px;
}

.auto {
    color: white;
    font-family: "Syne", sans-serif;
    font-size: 35px;
    font-weight: 500;
}

.checkboxes {
    width: 20px;
    height: 20px;
}

.nav-link-2 {
    color: black !important;
    border-radius: 50px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: "Syne", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    text-decoration: none !important;
    text-wrap: nowrap !important;
    border: none !important;
}

.d-none {
    display: none !important;
}

.nav-link-2.active {
    color: white !important;
    background-color: #344f6b !important;
}

.for-center-2 {
    background-color: #344f6b;
    color: white;
    width: 100%;
    height: fit-content;
    /* padding-bottom: 30px !important; */
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.arrival {
    font-size: 30px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    text-align: center;
}

.arrival-new {
    padding-top: 150px;
}

.products {
    font-size: 65px;
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-align: center;
}

.ses-cards-parents {
    width: 340px;
    height: 315px;
    border-radius: 10px;
    background-color: lightgray;
    overflow: hidden;
}

.car-pad {
    margin-top: 100px;
}

.motors {
    width: 360px;
    height: 347px;
}

.car-1 {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
}

.car-2 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    color: black;
    font-size: 18px;
}

.card-button {
    background-color: #344f6b;
    color: white;
    border-radius: 10px;
    border: none;
    width: 190px;
    height: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

/* NEXT SESSION START  */
.mechanic-pic {
    width: 675px;
    height: 555px;
}

.padding-contain {
    padding-top: 65px;
}

.cars-bg {
    background-image: url(../img/blue-back.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
}

.cars-text {
    font-family: "Syne", sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: white;
    text-align: center;
    padding-top: 100px !important;
}

.cars-para {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {}

.swiper-button-prev {
    right: 160px !important;
    top: 28px !important;
    left: auto !important;
}

.swiper-button-next {
    right: 80px !important;
    top: 28px !important;
}

.cars-bg {
    height: 575px !important;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.swiper-wrapper {
    gap: 190px !important;
    display: flex;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 30px !important;
    width: 360.75px !important;
}

.swiper-slide img {
    max-height: 110%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide-active img {
    transform: scale(1.2);
}

.swiper-slide-prev img,
.swiper-slide-next img {
    transform: scale(0.8);
}

.swiper-button-next,
.swiper-button-prev {
    background: transparent !important;
    color: transparent !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    position: absolute;
    top: -40px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    z-index: 10;
}

/* AFTER CAR SESSION START  */

.after-cars-margin {
    margin-top: 200px;
}

.average {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 8px;
}

.extend {
    color: #234190 !important;
}

.main-cost {
    color: black;
    font-size: 59px;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    line-height: 50px;
}

.dummy-car {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: black;
}

.dummy-car-2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #5d5959;
    width: 90%;
}

.read-button {
    background-color: #344f6b;
    border-radius: 10px;
    color: white;
    border: none;
    width: 190px;
    height: 50px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

/* MOTOR ENGINE SESSION START   */

.motor-session {
    margin-top: 200px;
}

.motor-engine {
    width: 100% !important;
}

.card-1 {
    position: absolute;
    top: 200px;
}

.card-2 {
    position: absolute;
    bottom: 20px;
}

.card-3 {
    position: absolute;
    top: 60px;
    right: 0;
}

.card-4 {
    position: absolute;
    top: 480px;
    right: 0;
}

.card-5 {
    position: absolute;
    bottom: -20px;
    right: 0;
}

/* THIRD LAST SESSION  */
.third-bg {
    background-image: url(../img/tyres.svg);
    background-repeat: no-repeat;
    height: fit-content;
    padding-bottom: 30px;
    margin-top: 150px;
    background-size: cover;
}

.third-text-1 {
    text-align: center;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 11px;
}

.third-text-2 {
    font-family: "Syne", sans-serif;
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 65px;
}

.third-text-para {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.third-button {
    width: 190px;
    height: 50px;
    background-color: #344f6b;
    color: white;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    border: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

/* SECOND LAST SESISON  */
.second-head {
    color: black;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    font-size: 65px;
    margin-top: 100px;
}

.second-head-3 {
    color: black;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    font-size: 65px;
    margin-top: 100px;
}

.line-1 {
    width: 20px;
}

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

.arrival {
    display: flex;
    align-items: center;
    font-size: 24px;
    /* Adjust font size as needed */
    color: black;
    /* Text color */
    justify-content: center;
}

.arrival:before,
.arrival:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: black;
    margin: 0 10px;
}

.second-cards {
    width: 300px;
    height: 270px;
    border: 1px solid #344f6b;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
}

.second-cards:hover .avail,
.second-cards:hover .avail-2,
.second-cards:hover .avail-3 {
    background-color: #344f6b;
    color: white;
}

.second-cards:hover {
    background-color: #344f6b;
    cursor: pointer;
}

.avail {
    font-family: "Syne", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: black;
}

.avail-2 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #4f4e4e;
    font-weight: 400;
}

.avail-3 {
    color: #234190;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

/* LAST SESSION  */
.last-cards {
    width: 420px;
    height: 600px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid gray;
    overflow: hidden;
}

.last-text {
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.last-text-2 {
    color: #4f4e4e;
    font-family: "Syne", sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.last-text-3 {
    color: #234190;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.pads {
    padding: 28px;
}

.last-cards:hover .last-text,
.last-cards:hover .last-text-2,
.last-cards:hover .last-text-3 {
    background-color: #344f6b;
    color: white;
}

.last-cards:hover {
    background-color: #344f6b;
    cursor: pointer;
}

/* PAYMENT PAGE START  */
.payment-box {
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    padding-bottom: 70px;
    background: #f1f1f1;
    box-shadow: 1px 1px 10px 4px lightgray;
}

.payment-1 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
}

.payment-inputs {
    width: 500px;
    height: 80px;
}

.payment-input-field {
    width: 100%;
    border-radius: 10px;
    height: 60px;
    outline: none;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border: 1px solid lightgray;
}

.payment-input-field::placeholder {
    color: black !important;
}

.payment-input-field-alter::placeholder {
    color: #000;
}

.payment-input-field-alter {
    padding-left: 30px;
    width: 100%;
    border-radius: 7px;
    height: 60px;
    outline: none;
    border: none;
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 16px;
    padding-left: 115px !important;
    border: 1px solid lightgray;
}

.phone-input-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.iti__flag-container {
    margin-right: 10px;
}

.phone-input-container .iti {
    flex-grow: 1;
}

.iti__flag {
    height: 20px;
    width: 30px;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px !important;
}

.pay-para {
    font-family: "Poppins", sans-serif;
    color: gray;
    font-size: 18px;
    width: 100%;
}

/* CARS PAGE START  */
.cars-button {
    width: 190px;
    height: 50px;
    background-color: white;
    color: #344f6b;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border: none;
    text-align: center;
    margin-top: 35px !important;
}

.car-text-header {
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 55px;
}

.alter-h2 {
    padding-top: 110px;
}

.car-text-2 {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    color: black;
}

.car-text-3 {
    font-family: "Syne", sans-serif;
    font-weight: 600 !important;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    color: black;
}

.small-cars-parent {
    width: 270px;
    height: 182px;
    border-radius: 5px;
    background-color: white;
    background-color: #eeeeee;
}

.small-car-text-1 {
    font-family: "Syne", sans-serif;
    font-weight: 500 !important;
    font-size: 30px;
    text-align: center;
}

.sport {
    width: 252px;
    height: 180px;
}

.cars-join-but {
    width: 210px;
    height: 50px;
    background-color: #344f6b;
    color: white;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border: none;
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.upcoming-text {
    font-family: "Syne", sans-serif;
    font-weight: 500 !important;
    font-size: 55px;
    text-align: center;
}

.last-cars-parent {
    width: 420px;
    height: 401px;
    background-color: white;
    box-shadow: 1px 1px 10px 4px lightgray;
    overflow: hidden;
}

.last-cars-texts {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
}

.last-cars-para {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: black;
}

/* ADS PAGE START  */
.ads-text-header {
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
}

.alter-h3 {
    padding-top: 110px;
}

.ads-box {
    width: 100%;
    height: fit-content;
    box-shadow: 1px 1px 10px 4px lightgray;
    border-radius: 20px;
    padding-bottom: 50px;
}

.for-center-ads {
    background-color: #344f6b;
    color: white;
    width: 100%;
    height: fit-content;
    padding-bottom: 10px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.inside-small-box {
    width: 90%;
    height: 155px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 4px #e5e3e3;
    margin: 0 auto;
    border-radius: 10px;
}

.ramp-truck {
    width: 233px;
}

.navigator {
    width: 20px;
    height: 20px;
}

.ads-texts {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #808080;
    padding-top: 15px !important;
}

.ford-f1 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: 2px;
}

.ford-price {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #000;
}

.date-ads {
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 500;
    font-size: 28px;
}

.date-button {
    width: 135px;
    height: 42px;
    background-color: #344f6b;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    border: none;
    border-radius: 15px;
}

.pencil {
    width: 22px;
    height: 22px;
}

.pencil-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

/* ABOUT US PAGE START  */
.mechanic-pic-changed {
    width: 100%;
    height: 100%;
}

.padding-contain-2 {
    padding-top: 90px;
}

.average-changed {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 7px;
}

.main-cost-changed {
    line-height: 45px;
    color: black;
    font-size: 50px;
    font-family: "Syne", sans-serif;
    font-weight: 600;
}

.dummy-car-changed {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #464343;
    line-height: 22px;
}

/* SERVICE PAGE  START  */

.ser-heading {
    font-family: "Syne", sans-serif;
    font-weight: 600;
    color: black;
    font-size: 65px;
}

.Input-last {
    width: 100%;
    height: 45px;
    border-radius: 9px;
    background-color: #d8d2d2;
    outline: none;
    border: none;
}

.inputs-name {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 15px;
}

.input-container-last {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.last-text-area {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    outline: none;
    background-color: #d8d2d2;
    border: none;
}

.touch-pad {
    padding-top: 130px;
}

.touch-image {
    width: 100%;
    height: 880px;
}

.touch-button {
    background-color: #344f6b;
    color: white;
    height: 45px;
    width: 100%;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    border: none;
    border-radius: 10px;
}

/* PRODUCT PAGE START  */

.product-box {
    margin-top: 120px;
    width: 100%;
    height: fit-content;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 4px lightgray;
    padding: 20px;
}

.red-car {
    width: 100%;
}

.last-car {
    width: 310px;
    height: 245px;
}

.last-ford {
    color: black;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    font-size: 42px;
}

.last-ford-changed {
    color: black;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    font-size: 36px;
}

.last-price {
    color: black;
    font-family: "Poppins", sans-serif !important;
    font-size: 30px;
}

.last-price-2 {
    color: black;
    font-family: "Poppins", sans-serif !important;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

.random-box {
    width: 100%;
    height: fit-content;
}

.last-under-box {
    width: 100%;
    height: 530px;
    border: 1px solid black;
    border-radius: 20px;
    padding: 20px;
}

.v-infor {
    font-family: "Poppins", sans-serif !important;
    font-size: 30px;
}

.st-text {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    color: black;
}

.bind-box {
    width: 100%;
    height: fit-content;
    border-radius: 15px;
    border: 1px solid black;
    padding: 15px;
}

.bid-1 {
    font-family: "Poppins", sans-serif !important;
    font-size: 24px;
    color: #828080;
    line-height: 20px;
}

.bid-2 {
    font-family: "Poppins", sans-serif !important;
    font-size: 22px;
    font-weight: 800;
}

.bid-3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    font-style: italic;
    color: #828080;
    text-align: end;
    line-height: 10px;
}

.bind-flex {
    width: 100%;
    height: 43px;
    border-radius: 8px;
    background-color: #ede8e8;
    border: none;
    outline: none;
}

.map-box {
    width: 100%;
}

.max {
    font-family: "Poppins", sans-serif !important;
    font-size: 23px;
}

.bid-button {
    position: absolute;
    top: 0px;
    right: -1px;
    border: none;
    background-color: #344f6b;
    color: white;
    border-radius: 8px;
    text-align: center;
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    width: 160px;
    height: 43px;
}

.last-end-button {
    width: 99% !important;
    height: 60px;
    text-align: center;
    border: none;
    border-radius: 10px;
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    background-color: #344f6b;
    color: white;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 10;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

.owl-carousel {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    font-size: 24px;
    padding: 10px;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.owl-prev {
    left: -8px;
}

.owl-next {
    right: 0px;
}

/* LOGIN SIGNUP PAGES START HERE  */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

.loginbg {
    background: url(../img/loginbg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.login-box {
    background-color: rgba(0, 0, 0, 40%);
    padding: 40px 30px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 440px;
    border: 1px solid #fff;
    backdrop-filter: blur(10px);
    /* Adds the blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
}

.login-box h2 {
    margin-bottom: 25px;
    font-size: 35.73px;
    color: #fff;
}

.input-box {
    position: relative;
}

.input-box input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #cdcdcd;
    background: rgba(255, 255, 255, 20%);
    border-radius: 10px;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.input-box select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #cdcdcd;
    background: rgba(255, 255, 255, 20%);
    border-radius: 10px;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.otpbox input {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 58.33px;
    height: 58.33px;
    text-align: center;
    border: 1px solid #cdcdcd;
    background: rgba(255, 255, 255, 20%);
    border-radius: 10px;
    outline: none;
    color: #fff;
    font-size: 15px;
}

.widthclass {
    width: 470px !important;
}

.input-box input::placeholder {
    color: #fff;
}

.input-box label {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    transition: 0.3s ease;
    font-size: 15px;
}

.input-box input:focus~label,
.input-box input:valid~label {
    top: -10px;
    left: 18px;
    color: #fff;
    font-size: 12px;
}

.input-box i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
}

.forgot {
    margin-bottom: 20px;
    margin-top: 10px;
}

.forgot a {
    text-decoration: none;
    color: #fefefe;
    font-size: 13.36px;
    padding-left: 18px;
    font-family: "Inter", sans-serif;
}

.forgot a:hover {
    text-decoration: underline;
}

.login-btn {
    background-color: #3a597a;
    border: none;
    color: white;
    height: 54.88px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    font-size: 18.7px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

.dontacc {
    color: #fefefe;
    font-size: 14.36px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.dontacc a {
    text-decoration: none;
    color: inherit;
}

.dontacc a:hover {
    text-decoration: underline;
}

.resendcode {
    color: #fefefe;
    font-size: 18.7px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    text-align: center;
}

.ecllipse {
    position: absolute;
    top: 0;
    right: 0;
}

.ecllipse img {
    width: 250px;
    height: 250px;
}

.ecllipse2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ecllipse2 img {
    width: 250px;
    height: 250px;
}

@media (max-width: 480px) {
    .loginbg {
        height: 100% !important;
    }

    .login-box h2 {
        font-size: 32.73px;
        color: #fff;
    }

    .login-box {
        padding: 40px 19px 20px;
        width: 95%;
    }

    .widthclass {
        width: 95% !important;
    }

    .otpbox input {
        width: 45px !important;
        height: 45px !important;
    }

    .modal-content {
        width: 95% !important;
    }
}

@media (min-width: 481px) and (max-width: 992px) {
    .loginbg {
        height: 100% !important;
    }

    .login-box {
        padding: 40px 23px 20px;
        width: 400px;
    }

    .widthclass {
        width: 450px !important;
    }

    .otpbox input {
        width: 55px !important;
        height: 55px !important;
    }

    .dontacc {
        font-size: 13px;
    }

    .modal-content {
        width: 90% !important;
    }
}

@media (min-width: 993px) and (max-width: 1250px) {
    .loginbg {
        height: 100% !important;
    }

    .login-box {
        padding: 40px 23px 20px;
        width: 400px;
    }

    .modal-content {
        width: 93% !important;
    }
}

/* Hide the arrows in WebKit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Additional reset to prevent a potential workaround for hiding */
input[type="number"] {
    -moz-appearance: textfield;
    /* For Firefox */
}

.modal-header {
    background: #3e5f82;
}

.modal-title {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.subcriptionbox {
    background: #fff;
    width: 385.05px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 47%);
    border-radius: 11.36px;
    padding: 20px 10px;
}

.subcriptionbox h2 {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: bold;
}

.subcriptionbox h1 {
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: bold;
}

.subcriptionbox h1 span {
    font-size: 26px;
    color: #000000;
}

.subcriptionbox p {
    font-size: 16px;
    margin-bottom: 0 !important;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}

.subcriptionbox button {
    width: 100%;
    border: none;
    height: 56.79px;
    color: #fff;
    background-color: #3e5f82;
    border-radius: 64.43px;
    font-size: 19px;
}

.subcriptionbox button i {
    font-size: 13px;
}

/* FAQ PAGE */

.faq-section {
    padding: 40px 0;
}

.container {
    /* width: 80%; */
    /* margin: 0 auto; */
}

.frequent-h1 {
    margin-bottom: 40px;
    color: #3e5f82;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    font-size: 45px;
}

.faq-container {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.faq-title {
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: #3e5f82;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    font-family: "Poppins", sans-serif !important;
}

.faq-title:hover {
    background-color: #3e5f82;
}

.faq-content {
    display: none;
    padding: 10px 15px;
    background-color: white;
    color: black;
    font-size: 16px;
    box-shadow: 1px 4px 10px 4px lightgray;
    font-family: "Poppins", sans-serif !important;
}

.faq-content.active {
    display: block;
}

.arrow {
    font-size: 20px;
    transition: transform 0.3s;
}

.arrow.rotate {
    transform: rotate(90deg);
}

/* PRIVACY POLICY PAGE */

.header-description {
    text-align: center;
    font-size: 1.2rem;
}

.info-item {
    font-family: "Poppins", sans-serif !important;
}

.content {
    padding: 40px 0;
}

.privacy {
    font-size: 45px;
    font-family: "Montserrat", sans-serif !important;
    color: #3e5f82;
    font-weight: bold;
}

.section-title {
    font-size: 1.8rem;
    margin-top: 20px;
    color: #3e5f82;
    font-family: "Poppins", sans-serif !important;
}

.section-paragraph {
    font-size: 1rem;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif !important;
}

.info-list {
    padding-left: 20px;
}

.info-item {
    font-size: 1rem;
    margin-bottom: 10px;
}

.contact-link {
    color: #3e5f82;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.background-privacy {
    background-color: white;
    color: black;
}

/* TERMS AND CONDITIONS PAGE */
.header-title {
    color: #3e5f82;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    font-size: 45px;
}

.section-title {
    font-size: 24px;
    margin: 20px 0;
    font-family: "Poppins", sans-serif !important;
}

.intro-text {
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif !important;
}

.subheading {
    font-size: 20px;
    margin: 20px 0 10px;
    color: #3e5f82;
}

.paragraph {
    color: black;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif !important;
}

.features-list {
    margin: 15px 0;
    padding-left: 20px;
}

.feature-item {
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif !important;
}

.col1 h3 {
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: bold;
    font-size: 18px;
}

.col1 p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 85%);
    font-size: 16px;
    margin-top: 8px;
}

/* CUSTOM  */

.last-custom-div {
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 5%);
    border: 1px solid rgba(255, 255, 255, 10%);
    width: 309px;
    height: 47px;
    display: flex;
    margin: 0 auto;
    padding-top: 2px;
    padding-left: 2px;
}

.for-scrollar {
    overflow-x: overlay;
    overflow-y: hidden;
}

/* READ MORE PAGE  */
.latest-text-1 {
    font-family: "Syne", sans-serif;
    font-size: 38px;
}

.latest-des {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    color: #4f4e4e !important;
}

.latest-padding {
    padding-top: 69px;
}

.vl {
    border-left: 2px solid gray;
    height: 40px;
    position: absolute;
    left: 95px;
    z-index: 1;
}

/* NEW MODAL PAGE  */

.modal-parent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
}

.modal-radius {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    background-color: #3e5f82;
    display: flex;
    margin: 0 auto;
}

.modal-text {
    color: #000;
    font-family: "El Messiri", sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.modal-para {
    color: gray;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: center;
}

.ribbon {
    display: flex;
    margin: 0 auto;
    width: 80px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ribbon {
    animation: rotateImage 2s linear infinite;
}

@keyframes rotateImage {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.modal-open .modal-parent {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.modal-open .modal-overlay {
    visibility: visible;
    opacity: 1;
}

#countdown {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: center;
}

.lambo-margin {
    margin-top: 80px;
}

/* UPLOAD PAGE START  */

.upload-para-last {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.own-upload-box {
    width: 380px;
    height: 280px;
    border: 2px dashed #ccc;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    background-color: lightgray;
}

.own-upload-box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}

.own-upload-box p {
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: bold;
    color: white;
    font-family: "Syne", sans-serif;
    margin-bottom: 0;
    text-wrap: nowrap;
}

/* SELECT PAGE START  */
.top-gap {
    margin-top: 70px;
    margin-bottom: 170px;
}

.info-cars {
    width: 300px;
}

.tyre-new {
    position: absolute;
    top: -60px;
    width: 300px;
}

.info-cars-parent {
    width: 300px;
    height: 215px;
    border-radius: 10px;
    background: lightgray;
}

.car-inside-text {
    font-size: 30px;
    color: white;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

.checkbox-parent {
    width: 470px;
    height: fit-content;
    padding-bottom: 5px;
    border-radius: 10px;
    background: #efefef;

    /* box-shadow: 1px 1px 10px 4px lightgray; */
}

.under-checkbox {
    background-color: #3e5f82;
    height: 70px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.types {
    color: white;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 0;
}

.checkbox-texts {
    font-weight: bold;
    color: #000;
    font-size: 21px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.custom-radio {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 2px solid #666;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.selects-inputs[type="radio"]:checked+.custom-radio::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #3e5f82;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* CHANGE IMAGES PAGE START  */
.parent {
    width: 300px;
    height: 200px;
    border: 1px solid red;
    display: flex;
    margin: 0 auto;
}

.click-image {
    width: 350px;
    display: flex;
    margin: 0 auto;
}

.all-images {
    display: flex;
    margin: 0 auto;
    width: 700px;
}

.click-1 {
    width: 450px;
    position: absolute;
    top: 30px;
    right: 346px;
}

.click-2 {
    width: 550px;
    position: absolute;
    left: 65px;
    top: -17px;
    z-index: 1;
}

.click-3 {
    width: 450px;
    position: absolute;
    left: 0;
    top: 30px;
}

.click-4 {
    width: 550px;
    position: absolute;
    left: 345px;
    top: -16px;
}

.click-5 {
    width: 601px;
    position: absolute;
    left: 193px;
    top: -40px;
    z-index: 1;
}

.left-click {
    width: 50px;
    position: absolute;
    left: 20%;
    top: 35%;
}

.right-click {
    width: 50px;
    position: absolute;
    right: 20%;
    top: 35%;
}

.parent {
    position: relative;
    width: 500px;
    height: 300px;
    overflow: hidden;
}

.slider-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    /* Start offscreen to the right */
    transition: left 0.5s ease;
}

.slider-img.active {
    left: 0;
    /* Center the active image */
}

.slider-img.prev {
    left: -100%;
    /* Move the previous image offscreen to the left */
}

.slider-img.next {
    left: 100%;
    /* Move the next image offscreen to the right */
}

.left-click,
.right-click {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.all-lambos {
    display: flex;
    margin: 0 auto;
    width: 800px;
}

.upload-new-box {
    width: 420px;
    height: 350px;
    cursor: pointer;
}

.uploadimgbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.uploadimgbox img {
    width: 420px;
    cursor: pointer;
}

.viewimgbox {
    margin: 0 auto;
    width: 425px;
    height: 350px;
    border-radius: 28.22px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.upload-box-pic {
    width: 95%;
    height: 95%;
}

.arrows-section {
    position: absolute;
    left: 25%;
    top: 35%;
}

.arrows-section-2 {
    position: absolute;
    right: 24%;
    top: 35%;
}

/* SECOND  */

/* ADVERTISEMENT-INFORMATION */
.upload-image-box {
    height: 400px;
    width: 500px;
}

.upload-images-sectin-2 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 60px;
}

.upload-images {
    position: absolute;
    top: -13px;
    height: 247px;
    width: 306px;
}

.upload-images-3 {
    position: absolute;
    height: 245px;
    width: 546px;
}

.upload-images-4 {
    position: absolute;
    height: 281px;
    width: 526px;
    top: -19px;
    left: 318px;
}

.arrows-text {
    font-size: 29px;
    font-family: "Syne", sans-serif;
    font-weight: 400;
    color: black;
}

.arrows-text-2 {
    font-size: 29px;
    font-family: "Syne", sans-serif;
    font-weight: 400;
    color: black;
}

.upload-arrows {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.example-text {
    text-align: center;
    font-size: 40px;
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 400;
}

.upload-heading-1 {
    text-align: center;
    font-size: 50px;
    color: black;
    font-family: "Syne", sans-serif;
    font-weight: 400;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: -3%;
    right: 60px;
    background: none;
    margin-top: 35px;
    transform: rotate(180deg);
}

.owl-theme .owl-nav .pre-image {
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
}

.owl-theme .owl-nav .next-image {
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
}

.owl-carousel {
    display: block !important;
}

.owl-carousel .owl-item img {
    display: inline !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-nav .owl-next {
    right: 0 !important;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0 !important;
    background: none !important;
}

/* Owl Carousel default style (jo ab override ho gi) */
.owl-carousel .owl-item .porsche {
    width: 470px;
    /* Use more specific selector */
    height: 360px;
    /* Use more specific selector */
}

/* Agar directly overwriting chahte hain to */
.porsche {
    width: 470px;
    /* Apni width rakhni hain */
    height: 360px;
    /* Apni height rakhni hain */
}

.owl-carousel .owl-item .busa {
    width: 470px;
    /* Use more specific selector */
    height: 360px;
    /* Use more specific selector */
}

/*
.owl-carousel .owl-item .logo-of-nissan {
  width: 100%;

  height: 100%;

}

.logo-of-nissan {
  width: 100%;
  height: 100%;
} */
.logo-of-nissan {
    width: 45% !important;
}

.busa {
    width: 453px;
    height: 360px;
}

/* Owl carousel ki width ko unset karne ke liye */
.owl-carousel {
    width: auto !important;
    /* Width ko neutralize karne ke liye */
}

.black-bar {
    width: 40px !important;
}

* {
    box-sizing: border-box;
}

.item img {
    max-width: 100%;
    width: 100%;
}

.wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
}



.slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 5rem;
    z-index: 300;
    outline: none;
}

.slick-prev {
    left: -50px;
    text-align: left;
}

.slick-next {
    right: -50px;
    text-align: right;
}

.item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform 0.5s ease;
    position: relative;
    cursor: pointer;
    border-radius: 28.22px;
}


.item.slick-slide {
    transform: scale(0.7) translate(802px);
}

.item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-312px);
    z-index: 10;
}

.item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-802px);
    z-index: 5;
}

.item.slick-slide.slick-active {
    transform: scale(0.8) translate(312px);
}

.item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;

}

.slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
}

.uploadBox {
    width: 100%;
    height: 350px;
}

.uploadBox img {
    width: 400px;
    margin: 0 auto;
    display: flex;
    cursor: pointer;
}


.spacing {
    padding-top: 120px;
    padding-bottom: 150px;
}

.detailleftbox {
    border: 1px solid #3E5F82;
    background-color: #3E5F82;
    border-radius: 4px;
    padding: 13px;
}


.detailleftbox h1 {
    font-family: "Syne", sans-serif;
    font-weight: 600;
    color: #1E1E1E;
    font-size: 50px;
}

.detailleftbox h2 {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.detailleftbox h3 {
    color: #fff;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.detailleftbox h3.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}

.detailleftbox h5 {
    color: #1E1E1E;
    font-size: 33px;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}


.detailleftbox label {
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
    padding-left: 10px;
}

.detailleftbox input {
    outline: none;
    height: 55px;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
}

.detailleftbox textarea {
    outline: none;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    padding: 10px;
}

.detailleftbox button {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    border: none;
    background: #3F6185;
}

.nav-tabs {
    border: none !important;
    /* border-radius: 33554400px !important; */
    width: fit-content;
    height: 62px;
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 60px;
    width: 100%;
}



.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    /* width: 170px; */
    height: 60px;
    font-family: "Manrope", serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    text-align: center;
    border-radius: 33554400px !important;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    padding: 0 !important;
    display: flex;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    padding-left: 26px !important;
    padding-right: 26px !important;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 83.75px !important;
    background: #3E6083 !important;
    color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    color: #000;
    border: none !important;
}

.leftboxfilter {
    border: 2px solid #BCBCBC;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 20px;
}

.leftboxfilter h1 {
    /* font-family: "Inter", sans-serif; */
    font-weight: 400 !important;
    font-size: 45px;
    color: #000;
}

.filtersearchinput {
    height: 60px;
    border: none;
    outline: none;
    border-radius: 50px;
    background-color: #ffffff;
    width: 100%;
    font-weight: 400 !important;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    color: #000;
    padding-left: 90px;
}

.filtersearchinput::placeholder {
    color: #000;
}

.filtersearch {
    position: absolute;
    top: 12px;
    left: 20px;
}

.accordion-item {
    border: none !important;
    background: transparent !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #ffffff !important;
    box-shadow: unset !important;
}

.accordion-button {
    border: 1px solid #B7B7B7 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none !important;
}



.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    transform: unset !important;
    background-size: 20% !important;
    background: url(../img/arrowright.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
    background: url(../img/arrowdown.svg) !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.accordion-body h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
}

.accordion-body input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}





.pricerangebox h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #364153;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 20px 0 0px;
    gap: 10px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    background: #F6F6F6;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider2 {
    position: relative;
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
}

.slider2 .progress {
    position: absolute;
    height: 100%;
    /* background: #2196F3; */
    border-radius: 5px;
    left: 0;
    top: 0;
    z-index: 1;
}


/* .range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
} */

.carimg {
    border-radius: 5.87px;
    width: 100%;
    height: 200px !important;
}

.productlistingbox1 {
    background: #F6F6F6;
    border-radius: 8.39px;
    border: 1px solid transparent;
    padding: 8px;
    transition: all 0.5s ease-in-out;
}

.productlistingbox1:hover {
    background: #fff;
    border-color: #CECECE;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.productlistingbox1 p {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
}

.box2 {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #D9D9D9;
    border-radius: 2.53px;
    padding: 5px 4px;

}

.box2 h3 {
    font-family: "Syne", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.box3 {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #D9D9D9;
    border-radius: 2.53px;
    padding: 5px 8px;
}

.box3 h3 {
    font-family: "Syne", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.productlistingbox1 h4 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #6A7282;
    font-size: 18px;
    text-transform: capitalize;
}

.productlistingbox1 h1 {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 20px;
}

.productlistingbox1 h5 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 30%);
    font-size: 13.78px;
}

.productlistingbox1 h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 11.42px;
}




/* .caption {
  display: none;
} */

.center .caption {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-family: "Inter", sans-serif;
    color: #ffffff;
}


.center .caption h1 {
    font-weight: bold;
    color: rgba(255, 255, 255, 90%);
    font-size: 31.72px;
    font-family: "Inter", sans-serif;
}

.center .caption h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 25.24px;
}

.center .caption h3 {
    font-size: 27px;
    font-weight: 500;
}

.partss .owl-nav.disabled {
    display: block !important;
}

/* .owl-carousel .owl-nav.disabled */
/* .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
} */

.carousel-wrapper .owl-prev {
    left: -20px !important;
}

.carousel-wrapper .owl-next {
    right: -20px !important;
}

/* Container padding */
.carousel-wrapper {
    padding: 0px 0px;
}

/* Owl carousel item wrapper */
.carousel-wrapper .owl-carousel .item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    transform-origin: center center;
    opacity: 0.8;
    transform: scale(1);
    z-index: 1;
    /* default z-index */
}

/* Image styling */
.carousel-wrapper .owl-carousel .item img {
    display: block;
    width: 100%;
    height: 340px;
    /* object-fit: cover; */
    border-radius: 14.45px;
    z-index: 9999999;
}

/* Caption overlay */
.carousel-wrapper .caption {
    border-radius: 14.45px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

/* Show caption on hover (center only or all items) */
.carousel-wrapper .owl-carousel .item:hover .caption {
    transform: translateY(0);
    opacity: 1;
}

/* Center item styles */
.carousel-wrapper .owl-carousel .owl-item.center .item {
    opacity: 1;
    transform: scale(1.5);
    z-index: 5;
}

/* Left and right items behind the center */
.carousel-wrapper .owl-carousel .owl-item.active:not(.center) .item {
    z-index: -9999;
    opacity: 0.3;
    transform: scale(0.85);
    overflow: hidden;
}

/* Optional: add slight rotation for 3D feel */
.carousel-wrapper .owl-carousel .owl-item.active:not(.center):nth-child(even) .item {
    z-index: -9999;
    transform: scale(1) rotateY(10deg);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.carousel-wrapper .owl-carousel .owl-item.active:not(.center):nth-child(odd) .item {
    transform: scale(1) rotateY(-10deg);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: -9999;
}

.carousel-wrapper .owl-stage-outer {
    padding: 100px 0px;
}

.owl-item.active.center {
    z-index: 9999;
}




.user-dropdown-wrapper {
    position: relative;
    margin-top: 35px;
    display: inline-block;
}

.user-dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 150px;
    z-index: 999;
    border-radius: 6px;
}

.user-dropdown a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.user-dropdown a:hover {
    background-color: #f5f5f5;
}

.user-profile {
    cursor: pointer;
}














.custom-dropdown {
    position: relative;
    width: 200px;
    font-family: Arial, sans-serif;
    border: 1px solid #333;
    border-radius: 5px;
    background: #f1f1f1;
}

.multipleselectdropdwon {
    position: relative;
    width: 100%;
    /* slightly wider */
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 10%);
    border-radius: 10px;
    background: rgba(255, 255, 255, 5%);
    height: 45px !important;
    padding: 0 15px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    cursor: pointer;
}

.multipleselectdropdwon option {
    color: #000;
    /* black */
}


/* Focus effect */
.multipleselectdropdwon:focus {
    outline: none;
}

.new-box input {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 10%);
    border-radius: 10px;
    background: rgba(255, 255, 255, 5%);
    height: 45px !important;
    padding: 0 10px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    width: 100% !important;
}

.dropdown-selected {

    padding: 6px 10px;
    height: 38px;
    color: #212529;
    cursor: pointer;

}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    background: #ffffff;
    z-index: 1000;
    display: none;
}

.dropdown-options div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-options div:hover {
    background-color: #e9e9e9;
}

.dropdown-options .checked::after {
    content: '\f00c';
    /* Font Awesome check icon (fa-check) */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /* Required for solid icons */
    color: #344f6b;
    position: absolute;
    right: 9px;
}



.downarrow {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: 14px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: none !important;
    background: transparent;
}

.active>.page-link,
.page-link.active {
    /* border-color:  #333333 !important; */
    /* background: transparent !important; */
    /* color: #333333 !important; */
}




.dropdown-selected {
    white-space: nowrap;
    overflow-x: auto;
    max-width: 84%;
    /* or a fixed width if needed */
    padding-right: 15px;
    /* optional, for scroll space */
    display: flex;
    align-items: center;
}

.dropdown-selected::-webkit-scrollbar {
    display: none !important;
}


.previewImage {
    height: 414px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.toggle-button {
    font-family: "Ethnocentric", sans-serif !important;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer
}

.basic-head {
    font-family: "Syne", sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    text-shadow: 1px 1px 1px #fff;
    padding-bottom: 15px;
}

#customCarousel .owl-carousel .owl-dots.disabled,
#customCarousel .owl-carousel .owl-nav.disabled {
    display: flex !important;
}


.extra-point .carlistingimg {
    height: 415px !important;
    object-fit: cover;
    width: 100%;
}

.partcarimg {
    height: 420px !important;
}



.bootstrap-select>.dropdown-toggle {
    background: transparent !important;
    padding: 10px 0px !important;
    height: 45px !important;
    border: none;
    color: #333 !important;
    width: 100% !important;
}

.btn.dropdown-toggle.bs-placeholder.btn-light.show {
    border: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select {
    width: 100% !important;

}


.resultpageh1 {
    font-family: "El Messiri", sans-serif;
    font-weight: 500 !important;
    font-size: 45px;
    color: #000;
}



.overflow-x-scroll::-webkit-scrollbar {
    display: none;
}






































.price-input-container {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.price-inputs .price-field {
    display: flex;
    margin-bottom: 10px;
}

.price-field span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 17px;
}

.price-field input {
    height: 35px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    border-radius: 9px;
    width: 100%;
    text-align: center;
    border: 0px;
    background: #e4e4e4;
}

.price-inputs {
    width: 100%;
    font-size: 19px;
    color: #4A5565;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sliders {
    width: 48%;
}

.sliders {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.sliders .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #35516e;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 32%;
    height: 5px;
    background: none;
    top: -25px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}


.subscriptionbox .box1 {
    border-radius: 22.07px;
    border: 2.21px solid #E7E0DA;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 25px 25px 35px;
}

.basicbox {
    height: 55px;
    border-radius: 44px;
    background-color: #344f6b;
    padding: 0px 50px;
    font-size: 17.66px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    text-transform: capitalize;
}

.subscriptionbox .box1 h1 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #000000;
    margin-top: 10px;
    text-transform: capitalize;
}

.subscriptionbox .box1 h2 {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 60%);
    margin-bottom: 0;
    text-transform: capitalize;

}

.influncer_btn {
    border-radius: 123px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #fff;
    background-color: #344f6b;
    border: none;

}

.subscriptionbox {
    margin-bottom: 60px;
}



.productdetailbox {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 10%), 0 6px 20px rgba(0, 0, 0, 10%);
}


.productdetailbox h1 {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.productdetailbox h4 {
    font-size: 14px;
    color: #6A7282;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}



.productdetailbox label {
    color: #4A5565;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.productdetailbox input {
    height: 42px;
    outline: none;
    border-radius: 8px;
    color: rgba(0, 0, 0, 50%);
    background: transparent;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border: 1px solid #D1D5DC;
    padding-left: 15px;
    margin-bottom: 15px;
}

.productdetailbox textarea {
    height: 142px;
    outline: none;
    border-radius: 8px;
    color: rgba(0, 0, 0, 50%);
    background: transparent;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border: 1px solid #D1D5DC;
    padding: 15px;
}

.productdetailbox input::placeholder {
    color: rgba(0, 0, 0, 50%);

}

.productdetailbox button {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: #3E5F82;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #fff;
    border: none;
}



.filterboxlisting h1 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1E2939;
}


.select2-container--default .select2-selection--multiple {
    position: relative;
    min-height: 36px !important;

    padding-right: 25px;
}





.select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
    /* height: 46px !important; */
    border: 1px solid #D1D5DC !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 50%) !important;
    /* height: unset !important; */
    /* margin-top: 10px !important;
  margin-left: 10px !important; */
}

.filterboxlisting .form-label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.select2-container--default.select2-container--open .select2-selection--multiple::after {
    transform: rotate(180deg);
    /* optional, rotate when open */
    top: 32%;

}

.select2-container--default .select2-selection--multiple::after {
    font-family: "Font Awesome 6 Free";
    /* font awesome */
    content: "\f078";
    /* chevron-down icon */
    font-weight: 900;
    /* solid style */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    pointer-events: none;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable::after {
    content: none !important;
}


.choices__inner {
    background-color: rgba(255, 255, 255, 5%) !important;
    padding: 7.5px 7.5px 3.75px;
    border: none !important;
    border-radius: 10px !important;
}

.form-control:focus {
    /* color: #fff !important; */
    background: rgba(255, 255, 255, 5%) !important;
    /* border-color: rgba(255, 255, 255, 10%) !important; */
    box-shadow: unset !important;
}

.new-box input::placeholder {
    color: #ffffff;
}


.choices__list--multiple .choices__item {
    background-color: rgba(255, 255, 255, 5%) !important;
    border: 1px solid rgba(255, 255, 255, 10%) !important;
}

.choices__placeholder {
    color: #fff;
    opacity: unset !important;
}


.fontclass {
    font-family: "Inter", sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
}


.color-box2 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
}


.paginate .d-flex.justify-items-center.justify-content-between {
    width: 100%;
}


.owl-item.active-view-more .view-more-box {
    background-color: #3C5D7F;
    /* example */
    color: #fff;
    transform: scale(1.1);
    /* make it pop */
    transition: all 0.3s ease;
}

/* Make the special-slide float and center */
.owl-item .special-slide {
    position: relative;
    /* default */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    /* adjust as needed */
}

/* When active, you can move it above everything */
.owl-item.active-view-more .special-slide {
    position: absolute;
    top: 50%;
    /* center vertically */
    left: 50%;
    /* center horizontally */
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80%;
    /* optional, control width */
    background-color: #3C5D7F;
    /* highlight */
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    text-decoration: underline;
}

/* Optional: hover effect */
.owl-item.active-view-more .special-slide:hover {
    transform: translate(-50%, -50%) scale(1.05);
    cursor: pointer;
}

.owl-item.active-view-more {
    margin-top: 290px;
}


.active>.page-link,
.page-link.active {
    background-color: #3C5D7F !important;
    border-color: #3C5D7F !important;
    color: #fff !important;
}

.page-link {
    color: #3C5D7F !important;
}


.role-tabs {
    position: relative;
    display: flex;
    background: #d6e2ee;
    border-radius: 14px;
    padding: 5px;
    gap: 0;
}

.role-tab {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border: none;
    background: transparent;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #3F6185;
    cursor: pointer;
    transition: color 0.25s ease;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.role-tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.role-tab-icon svg {
    width: 17px;
    height: 17px;
    transition: color 0.25s;
}

.role-tab.active {
    color: #3F6185;
}

/* Sliding pill background */
.role-tab-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(63, 97, 133, 0.20);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        width 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    pointer-events: none;
}


.input-box select option {
    color: #3C5D7F !important;
}

.invalid-glow {}

.error-message {
    color: #ff0000;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}

.no-hwc {
    height: auto !important;
    width: 100% !important;
    cursor: unset !important;
}

.new-box input:focus {
    color: #fff !important;
}