html {
    scroll-behavior: smooth;
}

body {
    font-family: "Regular";
    word-break: break-word;
    overflow-x: hidden;

}

a:hover {
    color: #F88923;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #F4F8FF;
}

::-webkit-scrollbar-thumb {
    background: #F88923;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0A3D4B;
}

* {
    transition: all .3s ease-in-out;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'extraBold';
    src: url(../fonts/MuseoSansRounded900.otf);
}

@font-face {
    font-family: 'Bold';
    src: url(../fonts/MuseoSansRounded700.otf);
}

@font-face {
    font-family: 'Regular';
    src: url(../fonts/MuseoSansRounded300.otf);
}

@font-face {
    font-family: 'Medium';
    src: url(../fonts/MuseoSansRounded500.otf);
}

@font-face {
    font-family: 'MontserratRegular';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'MontserratBold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'MontserratMedium';
    src: url(../fonts/Montserrat-Medium.ttf);
}

.MontserratRegular {
    font-family: 'MontserratRegular';

}

.MontserratMedium {
    font-family: 'MontserratMedium';

}

.MontserratBold {
    font-family: 'MontserratBold';

}

.Medium {
    font-family: 'Medium';
}

.Bold {
    font-family: 'Bold';
}

.Regular {
    font-family: 'Regular';
}

.extraBold {
    font-family: 'extraBold';
}

.w-max-content {
    width: max-content !important;
}

ul li {
    list-style-type: none;
}

.br-0 {
    border-radius: 0px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-14 {
    border-radius: 14px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-24 {
    border-radius: 24px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-50 {
    border-radius: 50px;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-30 {
    font-size: 30px !important;
}

.f-36 {
    font-size: 36px !important;
}

.f-55 {
    font-size: 55px;
}

.f-60 {
    font-size: 60px;
}

.f-90 {
    font-size: 90px;
}

.h-600 {
    height: 600px;
}

.btn:focus {
    box-shadow: none;
}

/* ======================== colors =========================== */
.default-color {
    color: #EB5E2F !important;
}

.gray-bg {
    background-color: #F9FAFB;
}

.gray-color {
    color: #4B5563;
}

/* =========================================================== */
.default-btn,
.default-btn:hover,
.default-btn:focus {
    border-radius: 50px;
    background: #F88923;
    font-size: 16px;
    color: #fff !important;
    padding: 10px 22px;
}

.border-btn {
    border: 2px solid #fff;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link:focus,
.nav-link:hover,
.nav-item.active .nav-link {
    color: #F88923;
}

footer {
    background-color: #F2F2F2;
    color: #666666;
}

footer a {
    color: #666666;
}

#download {
    background-image: url(../images/download-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: overlay;
    background-color: #00000033;
}

#download .btn {
    background-color: #00000070;
    border-radius: 10px;
    padding: 14px 34px;
    box-shadow: 0px 12px 18px -3.6px #0000001A;
}

.reviewCard {
    background-color: #F8F8F8;
    border-radius: 16px;
    /* border: 1px solid #E5E7EB; */
    padding: 22px;
}

.reviewCard p,
.how-works .title p,
.how-works .step-card p,
.Our-Values .title p,
.Our-Values .card p,
.leaderCard .social a,
.leaderCard p,
.Partnerships-section p,
.feedback-section p,
.stayConnected p {
    color: #4B5563;
}

.reviewCard img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.gradient-bg,
.why-choose {
    background-image: linear-gradient(136deg, #FAB200, #EB5E2F, #E75D33, #DA593E, #C6534D, #A74A5E, #7B4070, #433680, #2A3284);

}



.gradient-bg p,
.contact-header p,
.why-choose p {
    color: #D1D5DB;
}

.stores img {
    height: 60px;
}

.how-works,
.Our-Values,
.why-drive,
.Confidence,
.Subscriptions {
    background-color: #FFF8F0;
}

.step-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.step-card img {
    min-height: 200px;
    height: 100%;
    width: 100%;
}

.step-num,
.border-card .icon,
.why-drive .icon,
.Features .icon,
.journeyCard .icon,
.waitlist .icon {
    background-image: linear-gradient(136deg, #FAB200, #EB5E2F, #E75D33, #DA593E, #C6534D, #A74A5E, #7B4070, #433680, #2A3284);
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-card .icon,
.why-drive .icon,
.Features .icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
}

.journeyCard .icon,
.waitlist .icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
}

.why-drive .icon {
    background-image: linear-gradient(to left, #FAB200, #EB5E2F, #E75D33, #DA593E, #C6534D, #A74A5E, #7B4070, #433680, #2A3284);

}

.why-choose .title h1:after,
.Our-Values .title h1:after,
.safety .title h1:after,
.leadership .title h1:after,
.Subscriptions .title h1:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin-inline: auto;
    background-color: #FAB200;
    width: 100px;
    height: 4px;
    bottom: 0;
}

.Our-Values .title h1:after {
    background-color: #F07B20;
}

.safety .title h1:after {
    background-color: #fff;

}

.leadership .title h1:after {
    background: -webkit-linear-gradient(1deg, #273C8D, #50447D, #895067, #B65A57, #D6614B, #E96543, #F16741, #FFB000 56%);

}

.why-choose .card p,
.welcome p,
.stayConnected a {
    color: #374151;
}

.why-choose .card .icon {
    background-color: #C5A5721A;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Our-Values .card {
    box-shadow: 0 1.2px 2.4px 0 #0000000D;
    border: none;
}

.Our-Values .card .icon {
    background-color: #F6F6F6;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome h2 {
    color: #1B2642
}

.welcome h1:after {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    margin-inline: auto;
    background-color: #FAB200;
    width: 100px;
    height: 4px;
    bottom: 0;
}

.welcome .wel-img:before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    bottom: -15px;
    right: 0px;
    border-right: 2px solid #F88923;
    border-bottom: 2px solid #F88923;
}

.welcome .wel-img:after {
    content: "";
    width: 100px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    top: -15px;
    left: 0px;
    border-left: 2px solid #F88923;
    border-top: 2px solid #F88923;
}

.wel-img {
    width: fit-content;
    margin: auto;
    padding-inline: 15px;
}

.wel-img img {
    max-height: 600px;

}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #00000033;
}

header .nav-link {
    color: #fff;
    font-size: 16px;
    font-family: "Medium";
}

.top-header {
    min-height: 100dvh;
}

.top-header h1 {
    font-family: extraBold;
    color: #fff;
}

.top-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#000000CC, #00000066);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.top-header h1 strong {
    font-family: extraBold;
    background: -webkit-linear-gradient(1deg, #273C8D, #50447D, #895067, #B65A57, #D6614B, #E96543, #F16741, #FFB000 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-orange-text {
    background: -webkit-linear-gradient(1deg, #273C8D, #50447D, #895067, #B65A57, #D6614B, #E96543, #F16741, #FFB000 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-header video,
.top-header img {
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.gradient-btn {
    background-image: linear-gradient(267deg, #FAB200, #EB5E2F, #E75D33, #DA593E, #C6534D, #A74A5E, #7B4070, #433680, #2A3284);
    border-radius: 150px;
    padding: 18px 30px;
    border: 2px;
}

.white-btn {
    border-radius: 150px;
    padding: 18px 30px;
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
}

.language-selector {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.flag-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.arrow {
    margin-left: 8px;
    font-size: 12px;
    color: #ccc;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #FFF8F0;
    list-style: none;
    padding: 5px 0;
    border-radius: 10px;
    min-width: max-content;
    z-index: 1000;
    overflow: hidden;
}

.language-dropdown li {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.language-dropdown li:hover {
    background: #fff;
}

.language-dropdown img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.white-shadow {
    box-shadow: 0 0 36px 0 #3B82F680;
}

.safetyList .item .icon {
    background-color: #FFFFFF33;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    min-width: 57px;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.safetyList .item p {
    color: #D1D1D1;
}

.safetyList .item {
    border-bottom: 1px solid #ffffffa5;
}

.safetyList .item:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.leaderCard img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.leaderCard .job-title,
.Partnerships-section p strong,
.lookFor i,
.bundle i {
    color: #2B3DFF;
}

.border-card {
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}

.border-card p {
    color: #9CA3AF;
}

.Partnerships-section img,
.lookFor img {
    border-radius: 20px;
    box-shadow: 0 12px 18px -3.5px #0000001A, 0 4.8px 7.2px -4.8px #0000001A;
}

.Partnerships-section .gradient-btn,
.feedback-section .gradient-btn,
.contact-form .gradient-btn,
.stepToCareer-section .gradient-btn {
    background-image: linear-gradient(165deg, #FAB200, #EB5E2F, #E75D33, #DA593E 50%, #C6534D, #A74A5E, #7B4070, #433680, #2A3284);
    padding: 15px 25px;
    border-radius: 10px;
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.contact-form {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4.8px 7.2px -1.2px #0000001A, 0 2.4px 4.8px -2.5px #0000001A;
    padding: 40px;
}

.form-label {
    font-size: 16px;
    color: #374151;
    font-family: Medium;
}

.form-control {
    border: 2px solid #D1D5DB;
    border-radius: 10px;
}

input.form-control {
    height: 60px;
}

::placeholder {
    font-family: "MontserratMedium";
    color: #9CA3AF;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.form-control:focus {
    background-color: #fff;
    border-color: #D1D5DB;
    outline: 0;
    box-shadow: none
}

.stepToCareer-section {
    background-image: url(../images/step-bg.jpg);
    background-color: #00000033;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;

}

.YourJourney-section {
    background-image: url(../images/YourJourney.png);
    background-color: #000000B2;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
}

#drivers-testmonialSlider .reviewCard {
    background-color: #fff;
    border: 1px solid #F3F4F6;
    box-shadow: 0 12px 18px -3.6px #0000001A, 0 4.8px 7.2px -4.8px #0000001A;
}

#drivers-testmonialSlider .reviewCard p.exp-years {
    color: #6B7280;
}

.swiper-slide {
    height: auto;
    margin-block: 0px 30px;

}

.statCard {
    border-radius: 20px;
    box-shadow: 0 1px 7.2px -1.2px #0000001A, 0 2.4px 4.8px -2.4px #0000001A;

}

.safety-way img {
    width: 300px;
    height: 300px;
    border-radius: 20px;
}

.safety-way:nth-child(even) {
    direction: rtl;
}

.safety-way:nth-child(even) h3,
.safety-way:nth-child(even) p {
    direction: ltr;
}

.Features .card {
    box-shadow: 0 4.8px 7.2px -1.2px #0000001A, 0 2.4px 4.8px -2.4px #0000001A;
    border: none;
}

.Partnerships {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.Partnerships .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000B2;
    padding: 20px;
}

.Partnerships .overlay .icon {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF33;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 30px;
}

.Partnerships .overlay p {
    color: #FFFFFFCC;
}

.journeyCard {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4.8px 7.2px -1.2px #0000001A, 0 2.4px 4.8px -2.4px #0000001A;

}

.journeyCard .icon {
    margin-top: -30px;
    z-index: 999;
    position: relative;
}

.bundle {
    padding: 25px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4.8px 7.2px -1.2px #0000001A, 0 2.4px 4.8px -2.4px #0000001A;
    overflow: hidden;
    position: relative;

}

.badge {
    background-color: #F3F4F6;
    border-radius: 50px;
    padding: 8px 15px;
    color: #1F2937;
    font-size: 16px;
    height: fit-content;
    font-weight: 100;
}

.gradient-badge {
    background-image: linear-gradient(267deg, #FAB200, #EB5E2F, #E75D33, #DA593E, #C6534D, #A74A5E, #7B4070, #433680, #2A3284);
    border-radius: 50px;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    height: fit-content;
    font-weight: 100;
}

sub {
    color: #6B7280;
    font-size: 20px;
    font-family: "MontserratRegular";
    bottom: -10px;
    left: 6px;
}

.bundle:hover i {
    color: #EF7324;
}

.bundle .btn {
    background-image: linear-gradient(267deg, #FAB200, #EB5E2F, #E75D33, #DA593E, #C6534D, #A74A5E, #7B4070, #433680, #2A3284);
    border-radius: 10px;
    padding: 18px 30px;
    border: 2px;
    color: #EB5E2F;
    position: relative;
}

.bundle .btn:before {
    content: "";
    width: 99.5%;
    height: 94%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    border-radius: 10px;
}

.bundle .btn:hover:before,
.bundle:hover .btn:before {
    display: none;

}

.bundle .btn:hover,
.bundle:hover .btn {
    color: #fff;
}

.bundle .btn span {
    position: relative;
    z-index: 999;
    font-family: "MontserratMedium";
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    padding: 10px 0;
    background: #EF7324;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
    top: 30px;
    right: -50px;
    font-family: "MontserratMedium";

}

.waitlistForm a {
    white-space: nowrap;
}

/* ============== media =============== */
@media (max-width:990px) {
    .waitlistForm .gradient-btn {
        width: 100% !important;
    }

    .safety-way h3,
    .safety-way p {
        text-align: center;
    }

    .safety-way img {
        margin-bottom: 25px !important;
    }

    .f-36 {
        font-size: 26px !important;
    }

    .contact-form {
        padding: 35px 25px;
    }

    .gradient-bg .f-20,
    .why-choose .f-20,
    .top-header p,
    .f-20 {
        font-size: 15px !important;
    }

    .top-header h1,
    .top-header h1 strong {
        font-size: 33px;
    }

    .top-header {
        min-height: 100dvh;
        padding-top: 75px;
    }
}

@media (max-width:1286px) and (min-width:990px) {}

@media (min-width: 1200px) {}

@media (min-width: 991px) {
    .w-lg-50 {
        width: 50%;
    }

    .w-lg-66 {
        width: 66%;
    }

    .w-lg-75 {
        width: 75%;
    }
}

@media (max-width: 768px) {}