@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
a,
input {
    text-decoration: none;
    transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
}
.auto-dealer-banner {
    background: url(/assets/frontend/images/auto-dealer-banner.png), no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.auto-dealer-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
}
.auto-dealer-banner-content {
    padding: 94px 0;
    max-width: 609px;
    position: relative;
    z-index: 9999;
}
.dealer-heading {
    font: 600 48px/100% "Roboto", sans-serif;
    padding-bottom: 10px;
    color: #ffffff;
}
.dealer-sub-heading {
    font: 400 18px/100% "Roboto", sans-serif;
    padding-bottom: 20px;
    color: #ffffff;
}
.dealer-form-deatils {
    font: 400 16px/100% "Roboto", sans-serif;
    padding-bottom: 15px;
    color: #ffffff;
}
.join-now-form {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.join-now-input {
    width: calc(50% - 8px);
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ffffff;
    font: 400 18px/100% "Roboto", sans-serif;
    color: #aaaaaa;
}
.join-now-input::placeholder {
    color: #aaaaaa;
}
.join-now-input:focus-visible {
    outline: none;
    border: 1px solid #ffffff;
    box-shadow: none;
}
.join-now-button {
    width: calc(50% - 8px);
    background: #e07900;
    border-radius: 10px;
    font: 500 20px/100% "Roboto", sans-serif;
    padding: 15px 0;
    color: #ffffff;
    border: 1px solid #e07900;
}
.join-now-button:hover {
    background: transparent;
    border: 1px solid #e07900;
    color: #e07900;
}

/* Market we support */
.market-we-support {
    background: #00000010;
    padding: 55px 0;
    text-align: center;
}
.support-heading {
    font: 700 34px/100% "Roboto", sans-serif;
    color: #000000;
    padding-bottom: 29px;
}
.country-cards {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.country-card-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    gap: 27px;
    padding: 21px 0;
    width: 168px;
    border-radius: 16px;
    border: 1px solid #ffffff;
    transition: border 0.4s ease-in-out;
}
.country-card-box:hover {
    border: 1px solid #e07900;
}
.flag-icon {
    max-width: 77px;
    max-height: 77px;
}
.country-card-box span {
    font: 400 16px /100% "Roboto", sans-serif;
    color: #000000;
}

/* Why Choose us */
.why-choose-us {
    padding: 60px 0;
}
.choose-us-heading-main {
    font: 700 34px/100% "Roboto", sans-serif;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
}
.choose-us-card {
    border: 1px solid #e07900;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 33px 30px;
    border-radius: 16px;
    height: 100%;
    background: #e07900;
}
.choose-us-card-image-box {
    background: #ffffff;
    padding: 7px 16px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}
.choose-us-icon {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
}
.choose-us-heading {
    font: 700 24px/100% "Roboto", sans-serif;
    padding-bottom: 10px;
    color: #ffffff;
}
.choose-us-content {
    font: 400 20px/26px "Roboto", sans-serif;
    color: #505050;
    color: #ffffff;
}

/* preferred Dealer */
.preferred-dealer {
    background: #183953;
    padding: 40px 0;
}
.preferred-box-main {
    display: flex;
    gap: 153px;
    align-items: center;
}
.preferred-box-main .choose-us-heading-main {
    color: #ffffff;
    text-align: left;
    padding-bottom: 14px;
}
.preferred-box-main .dealer-list-box {
    padding-left: 20px;
    padding-bottom: 16px;
    margin: 0;
}
.preferred-box-main .dealer-list-box-content {
    font: 400 18px/25px "Roboto", sans-serif;
    color: #ffffff;
}
.preferred-box-main .dealer-box-content {
    font: 400 20px/25px "Roboto", sans-serif;
    color: #ffffff;
    padding-bottom: 24px;
}
.preferred-box-main .contact-us-button {
    display: inline-block;
    background: #ffffff;
    padding: 11px 24px;
    border-radius: 10px;
    color: #000000;
    border: 1px solid #ffffff;
    font: 500 20px/25px "Roboto", sans-serif;
}
.preferred-box-main .contact-us-button:hover {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.preferred-box-main .preferred-box-image {
    width: 504px;
    height: 333px;
}

/* Join our network */
.join-our-network {
    padding: 60px 0;
}
.join-us-card {
    background: transparent;
    display: flex;
    /* align-items: center; */
    gap: 58px;
    /* box-shadow: 0px 0px 4px 0px #00000040; */
    border-radius: 10px;
}
.join-us-form {
    padding: 24px 81px 24px 24px;
    background: #f2f2f2;
    min-width: 643px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
}
.join-card-heading {
    font: 400 20px/25px "Roboto", sans-serif;
    padding-bottom: 16px;
}
.join-us-form .join-now-input {
    width: 100%;
    margin-bottom: 16px;
}
.terms-and-conditions {
    background: #f8941d1a;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 9px;
    margin-bottom: 16px;
}
.terms-and-conditions p {
    font: 400 12px /100% "Roboto", sans-serif;
    color: #f8941d;
}
.terms-and-conditions p a {
    color: #000000;
    text-decoration: underline;
}
.tick-icon {
    width: 13px;
    height: 13px;
}
.register-button {
    display: inline-block;
}
.register-button {
    display: inline-block;
    background: #e07900;
    padding: 12px 61px;
    text-align: center;
    font: 400 20px/25px "Roboto", sans-serif;
    border-radius: 9px;
    color: #ffffff;
    border: 1px solid #e07900;
}
.register-button:hover {
    background: transparent;
    color: #e07900;
    border: 1px solid #e07900;
}
.trust-place {
    background: #ffffff;
    max-width: 700px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 24px 75px 19px;
}
.trust-place p {
    font: 400 16px /25px "Roboto", sans-serif;
    padding-bottom: 19px;
}

.mobile {
    display: none !important;
}

.country-flags-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.country-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 25px 0;
    display: inline-block;
    text-align: center;
    width: 160px;
    border-radius: 16px;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #ffffff;
}

.flag-icon-country {
    width: 77px;
    height: 77px;
    margin: 0 0 27px 0;
}
.country-name {
    font: 600 21px/33px "Inter", sans-serif;
    color: #000000;
}

@media (max-width: 1199px) {
    .preferred-box-main {
        gap: 16px;
    }
    .choose-us-heading-main {
        font: 700 28px/100% "Roboto", sans-serif;
        padding-bottom: 20px;
    }
    .preferred-box-main .preferred-box-image {
        width: 434px;
        height: 283px;
    }
}
@media (max-width: 991px) {
    .preferred-box-main {
        gap: 16px;
        flex-direction: column-reverse;
    }
    .join-us-card {
        gap: 0;
        flex-direction: column;
    }
    .why-choose-us .desktop .col-lg-4.col-md-6.col-sm-12 {
        margin-bottom: 20px;
    }
    .country-card-box {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .auto-dealer-banner-content {
        padding: 16px 0 27px;
    }
    .dealer-heading {
        font: 600 18px/100% "Roboto", sans-serif;
        padding-bottom: 6px;
        text-align: center;
    }
    .dealer-sub-heading {
        font: 400 20px/100% "Roboto", sans-serif;
        padding-bottom: 13px;
        text-align: center;
    }
    .dealer-form-deatils {
        font: 400 12px/100% "Roboto", sans-serif;
        padding-bottom: 6px;
    }
    .join-now-input {
        width: 100%;
        padding: 14px;
        font: 400 16px/100% "Roboto", sans-serif;
    }
    .join-now-button {
        width: 100%;
    }
    .support-heading {
        font: 700 24px/100% "Roboto", sans-serif;
        padding-bottom: 8px;
    }
    .flag-icon {
        max-width: 37px;
        max-height: 37px;
    }
    .market-we-support {
        padding: 24px 0 12px;
    }
    .country-card-box {
        gap: 10px;
        padding: 10px 0;
        max-width: 113px;
        border-radius: 6px;
        margin: 1px 0;
    }

    .country-box {
        padding: 10px 0;
        width: 93px;
        margin: 1px 0;
    }

    .country-flag-slider .owl-item {
        max-width: 93px;
        width: 93px !important;
    }
    .country-card-box span {
        font: 400 12px /100% "Roboto", sans-serif;
    }
    .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 10px;
    }
    .owl-dots .owl-dot span {
        background: #f8941d66;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 5px;
    }
    .owl-dots .owl-dot.active span {
        background: #f8941d;
    }
    .why-choose-us {
        padding: 40px 0 30px;
    }
    .choose-us-slider .owl-dots {
        margin-top: 16px;
    }
    .choose-us-heading-main {
        font: 700 24px/100% "Roboto", sans-serif;
        padding-bottom: 16px;
    }
    .preferred-dealer {
        padding: 20px 0 30px;
    }
    .preferred-box-main .preferred-box-image {
        width: 100%;
        height: 221px;
    }
    .preferred-dealer .choose-us-heading-main {
        font: 600 20px/100% "Roboto", sans-serif;
    }

    .trust-place {
        padding: 15px;
    }
    .join-our-network {
        padding: 16px 0 40px;
    }
    .join-our-network .choose-us-heading-main {
        font: 700 20px/25px "Roboto", sans-serif;
        padding-bottom: 10px;
    }
    .trust-place p {
        padding-bottom: 10px;
    }
    .trust-place-car {
        max-width: 278px;
        max-height: 153px;
    }
    .join-us-form iframe {
        /* padding: 16px; */
        max-width: 100%;
        max-height: 300px;
    }
    .register-button {
        padding: 12px 28px;
        font: 400 16px/16px "Roboto", sans-serif;
    }

    .flag-icon-country {
        width: 37px !important;
        height: 37px;
        margin: 0 auto 10px;
    }
    .country-name {
        font: 600 14px/20px "Inter", sans-serif;
        color: #000000;
    }
    .market-we-support
        .owl-carousel.country-flag-slider.mobile.owl-loaded.owl-drag
        .owl-stage {
        width: 1957px !important;
    }
}

@media (max-width: 480px) {
    .country-card-box {
        max-width: 110px;
    }
}

.banner-box-car {
    background-size: cover !important;
    background-position: center;
    padding: 50px 0;
}
.ms-form-main-outer-box {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px #00000080;
    border-radius: 20px;
    max-width: 538px;
    padding: 24px;
    height: 474px;
}
.ms-form-main-outer-box .main-heading {
    font: 600 24px / 100% "Ubuntu", sans-serif;
    text-align: center;
    margin: 0;
    padding-bottom: 16px;
}
.ms-form-main-outer-box .join-network-heading {
    font: 500 16px / 100% "Ubuntu", sans-serif;
    margin: 0;
}
.ms-form-main-outer-box.step-3 .dealer-details {
    margin-top: 0;
}
.ms-form-main-outer-box.step-3 .fs-wrapper {
    min-height: 310px;
}
.inner-form-auto-dealer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.dealer-details-form,
.button-wrapper {
    width: 100%;
}
.dealer-seteps-form-group {
    margin-bottom: 16px;
}
.dealer-seteps-form-group:last-child {
    margin-bottom: 0;
}
.dealer-input-main {
    width: 100%;
    padding: 18px;
    border: 0.5px solid #000000;
    border-radius: 10px;
    font: 500 16px / 100% "Ubuntu", sans-serif;
    color: #000000;
}
.dealer-input-main::placeholder {
    color: #787878;
}
.dealer-input-main:focus {
    box-shadow: none;
    outline: none;
}
.button-wrapper {
    display: flex;
    align-items: center;
    gap: 22px;
}
.next-button {
    width: 100%;
    padding: 15px 0;
    background: #e07900;
    border-radius: 10px;
    border: 1px solid #e07900;
    font: 600 20px / 100% "Ubuntu", sans-serif;
    color: #ffffff;
    transition: all 0.8s ease-in-out;
}
.next-button:hover {
    background: transparent;
    color: #e07900;
}
.previous-button {
    background: transparent;
    border: none;
    font: 600 20px / 100% "Ubuntu", sans-serif;
    text-decoration: underline;
    color: #00000050;
    white-space: nowrap;
}
.ms-form-main-outer-box.step-3 .join-network-heading,
.ms-form-main-outer-box.step-2 .join-network-heading {
    display: none;
}
.ms-form-main-outer-box.step-3 .main-heading,
.ms-form-main-outer-box.step-2 .main-heading {
    padding-bottom: 0;
}
.main-heading.step-2 {
    display: none;
}
.ms-form-main-outer-box.step-2 .main-heading {
    display: none;
}
.ms-form-main-outer-box.step-2 .main-heading.step-2 {
    display: block;
}
.demo-call-section {
    border: 0.5px solid #00000050;
    padding: 18px 0 22px;
    text-align: center;
    border-radius: 10px;
}
.demo-call-question {
    font: 600 24px / 30px "Ubuntu", sans-serif;
    color: #e07900;
    padding-bottom: 22px;
    margin: 0;
}
.button-box-for-call {
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: center;
}
.button-box-for-call button {
    padding: 5px 42px;
    font: 600 24px / 30px "Ubuntu", sans-serif;
    border-radius: 10px;
    transition: all 0.8s ease-in-out;
}
.agree-button {
    background: #e07900;
    color: #ffffff;
    border: 1px solid #e07900;
}
.agree-button:hover {
    background: transparent;
    color: #e07900;
}
.disagree-button {
    background: transparent;
    color: #e07900;
    border: 1px solid #e07900;
}
.disagree-button:hover {
    background: #e07900;
    color: #ffffff;
}

#progressbar {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 24px;
    padding: 0;
    margin: 24px 0;
    position: relative;
}
.ms-form-main-outer-box.step-2 #progressbar,
.ms-form-main-outer-box.step-3 #progressbar {
    margin-top: 55px;
}

#progressbar li {
    z-index: 1;
    text-align: center;
    position: relative;
}

#progressbar li::before {
    content: "";
    display: block;
    width: 110px;
    height: 13px;
    background: #ffdbb1;
    transition: all 0.3s ease;
}

#progressbar li.active::before {
    background: #e07900;
}

.fs-wrapper {
    position: relative;
    min-height: 308px;
    overflow: hidden;
}

.dealer-details {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all 0.4s ease;
    border: none;
}

.dealer-details.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 2;
}

@media (max-width: 575px) {
    .ms-form-main-outer-box {
        padding: 16px;
        height: 375px;
    }
    .ms-form-main-outer-box .main-heading {
        font: 600 16px / 100% "Ubuntu", sans-serif;
        padding-bottom: 12px;
    }
    .ms-form-main-outer-box .join-network-heading {
        font: 400 12px / 100% "Ubuntu", sans-serif;
        margin: 0;
        text-align: center;
    }
    #progressbar li::before {
        width: 70px;
        height: 8px;
    }
    .dealer-input-main {
        padding: 12px;
        font: 500 12px / 100% "Ubuntu", sans-serif;
    }
    .demo-call-question {
        font: 600 16px / 100% "Ubuntu", sans-serif;
    }
    .fs-wrapper {
        min-height: 234px;
    }

    .ms-form-main-outer-box.step-2 .fs-wrapper {
        min-height: 240px;
    }
    .ms-form-main-outer-box.step-3 .fs-wrapper {
        min-height: 238px;
    }
    .button-box-for-call {
        gap: 23px;
    }
    .button-box-for-call button {
        padding: 3px 32px;
        font: 600 14px / 24px "Ubuntu", sans-serif;
        border-radius: 6px;
    }
    .button-wrapper button {
        font: 600 16px / 24px "Ubuntu", sans-serif;
        padding: 10px 0;
    }
}
