:root {
    --main: #5857f1;
    --main-dark: #0782AF;
    --black: #000;
    --white: #ffffff;
    --button-padding: 11px 25px 13px 25px;
    --gap10: 10px;
    --gap20: 20px;
    --gap30: 30px;
    --f20: 20px;
    --f16: 16px;
    --button-radius: 5px;
    --radius10: 10px;
    --dflex: flex;
    --radius-left: 15px 0px 0px 15px;
    --radius-right: 0 15px 15px 0;
    --gradient: linear-gradient(180deg, #FFF 0%, #d6eef7 100%);
    --common-gradient: linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
    --container-inner-width: 1310px;
    --orange: #19B4ED;
    --orange-dark: #0782AF;
}

* {
    box-sizing: border-box;
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}
.mb10{
    margin-bottom: 10px;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }

    50% {
        opacity: .5
    }

    70% {
        opacity: .09
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}

.mainWrapper>*.inner-banner {
    margin-top: 0;
    padding: 30px 15px;
}

.bgcolor1 {
    background-color: #2F9CF9;
}

.bgcolor2 {
    background-color: #41CAA5;
}

.bgcolor3 {
    background-color: #F1A818;
}

.bgcolor4 {
    background-color: #5AC7DF;
}

.bgcolor5 {
    background-color: #F26C34;
}

.bgcolor6 {
    background-color: #2EB162;
}

.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

.mainWrapper>* {
    padding: 40px 0;
}

a {
    color: #000;
}

[data-toggle="popup"],
.common-button {
    background-color: var(--main);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

[data-toggle="popup"]:hover,
.common-button:hover {
    background-color: var(--main);
    color: #fff;
}

a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}

.enq-popup-button-block {
    text-align: center;
}

.play-anim-ico.theme {
    background-image: url(../images/blablacar-clone/play-theme.svg);
}

.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px var(--main);
}

.play-anim-ico {
    background-image: url(../images/blablacar-clone/play-video.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}

.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}

.video-icon {
    background: var(--main);
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    position: relative;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    animation: ripple-white 1s linear infinite;
    -webkit-animation: ripple-white 1s linear infinite;
}

@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 122, 255, 0.3), 0 0 0 10px rgba(0, 122, 255, 0.3), 0 0 0 20px rgba(0, 122, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 122, 255, 0.3), 0 0 0 20px rgba(0, 122, 255, 0.3), 0 0 0 30px rgba(0, 122, 255, 0);
    }
}

* {
    box-sizing: border-box;
}

html,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
}

section {
    display: block;
}

.align-self-center {
    align-self: center;
}

.align-self-end {
    align-self: flex-end;
}

.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

img {
    border: none;
    outline: 0;
    max-width: 100%;
}

.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: 5px 0 0 0;
}

.btn__div.center {
    justify-content: center;
}

.common-btn {
    background-color: var(--main);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 44px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.common-btn:hover,
.common-btn:focus {
    background: var(--main);
    color: #fff;
}
.common-btn.white-bg{
    background-color: #fff;
    color: var(--main);
}
.common-btn.white-bg:hover{
    color: #fff;
}
p strong {
    font-size: 20px;
    color: #424242;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.heading .heading-style {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin: -8px 0 0 0;
    text-transform: capitalize;
}

.heading .heading-style span {
    color: var(--main);
}

.heading strong {
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    line-height: 25px;
    margin-top: -4px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    min-height: 25px;
}

.heading strong::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -10px;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.heading strong::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -10px;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-family: 'Exo 2';
    color: #000;
    font-weight: 400;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 15px;
    width: 100%;
}

.heading.center {
    text-align: center;
}

.heading.center p {
    text-align: center;
}
.heading.white > *{
    color: #fff;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.common-btn {
    background-color: var(--main);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    align-items: center;
    gap: 8px;
    border: 0;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
}

.common-btn:hover {
    background-color: #000;
}

.tagline {
    display: inline-block;
    background-color: #5857f1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}

.heading p {
    margin-top: 5px;
    margin-bottom: 0;
}

/* ======================= MAIN CSS START ============================================= */
.main-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-banner .container-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.main-banner .btn__div a {
    background-color: var(--main);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    align-items: center;
    gap: 8px;
}

.main-banner .btn__div a>img {
    width: 20px;
    height: 20px;
}

.main-banner .btn__div a:hover {
    background-color: #000;
}

.main-banner .btn__div a.btn-color1 {
    background-color: #FE9B00;
}

.main-banner .btn__div a.btn-color1:hover,
.main-banner .btn__div a.btn-color1:focus {
    background-color: #c07a24;
}

.main-banner .btn__div a.btn-color2 {
    background-color: #0fb158;
}

.main-banner .btn__div a.btn-color2:hover,
.main-banner .btn__div a.btn-color2:focus {
    background-color: #0a8d45;
}



.main-banner .main-banner-left h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}

.main-banner .main-banner-left h1 span {
    color: var(--main);
}

.main-banner-left {
    width: 54%;
}

.main-banner-left .sub__title {
    font-size: 20px;
    line-height: 1em;
    margin: 5px 0 15px 0;
    display: block;
}

.main-banner-right {
    width: 44%;
}

.main-banner-right b {
    font-size: 22px;
}

.bn-fet-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
}

.bn-fet-box {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 45%;
}

.bn-fet-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 27px;
    flex-shrink: 0;
}

.bn-fet-icon.blue {
    background-color: var(--main);
}

.bn-fet-icon.green {
    background-color: #36d399;
}

.bn-fet-icon.purple {
    background-color: #8839ef;
}

.bn-fet-icon.yellow {
    background-color: #eab308;
}

.bn-fet-text strong {
    font-size: 15px;
    color: #000;
}

.bn-fet-text small {
    font-size: 13px;
    color: #444;
}

.main-banner .main-banner-right .main-button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #fe3f40;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}

.main-banner-right .btn__div {
    margin-top: 15px;
}

.badges {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-size: 13px;
    color: #444;
}

.trust-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.trust-box .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 27px;
}

.trust-box .icon .icon-reward::before {
    color: #fff;
}

.icon.green {
    background-color: #22c55e;
}

.icon.yellow {
    background-color: #eab308;
}
.icon.purple {
    background-color: #8839ef;
}

.star {
    background: transparent;
    font-size: 22px;
}

.text strong {
    font-size: 14px;
    color: #000;
}

.text small {
    font-size: 13px;
    color: #444;
}

.form-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1em;
}

.form_heading_area {
    text-align: center;
    margin-bottom: 20px;
}

.form-container .subtitle {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

.form-container form {
    display: flex;
    flex-direction: column;
}

.form-container label {
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #000;
}

.form-container input,
.form-container textarea,
.form-container select {
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.form-container .download-icon {
    margin-right: 8px;
}

.form-container .footer-info {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

.form-container .footer-info strong {
    color: #333;
    font-size: 28px;
    display: block;
    line-height: 1em;
    margin-bottom: 5px;
}

.form-container .footer-info div:nth-child(1) strong {
    color: #5857f1;
}

.form-container .footer-info div:nth-child(2) strong {
    color: #58d8a1;
}

.form-container .footer-info div:nth-child(3) strong {
    color: #fac646;
}

/****************************************/
.usp-section {
    padding: 40px 0;
}

.usp_inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.usp-header h2 {
    font-size: 28px;
    margin: 10px 0 5px;
    font-weight: 700;
}

.usp-header p {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.usp-box {
    background: white;
    border-radius: 14px;
    padding: 20px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
}

.usp-box .highlight {
    display: block;
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1em;
}

/* Highlight colors */
.highlight.blue {
    color: var(--main);
}

.highlight.green {
    color: #00c48c;
}

.highlight.orange {
    color: #f4aa1d;
}

.highlight.purple {
    color: #8f3bff;
}

.highlight.pink {
    color: #db2777;
}

.highlight.teal {
    color: #1c9387;
}

.highlight.red {
    color: #d60a43;
}

/**************************************/
.experience {
    padding: 40px 0;
    background-color: #f9fafb;
}

.experience_inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.app-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.app-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.experience i {
    font-size: 40px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #fff;
}

.experience .blue {
    background-color: var(--main);
}

.experience .green {
    background-color: #36d399;
}

.experience .purple {
    background-color: #8839ef;
}

.experience .yellow {
    background-color: #f9be30;
}

.app-card strong {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    color: #000;
    text-transform: capitalize;
    line-height: 1em;
    width: 100%;
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.download-buttons a {
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -ms-calc(50% - 5px);
    width: -o-calc(50% - 5px);
}

.demo-credentials {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    margin: 30px auto 0 0;
}

.demo-credentials h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.demo-credentials p {
    margin-top: 8px;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.demo-credentials a {
    color: #3e3eff;
    text-decoration: none;
}

.demo-credentials a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 10px;
    color: #999;
}


/**************************************/
.services {
    padding: 40px 0;
}

.services-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.services-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.services-card .icon {
    font-size: 40px;
    display: block;
}

.services-card strong {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}

.services-card .sr_dec {
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -o-calc(100% - 60px);
}

/* Specific card colors */
.otp-login {
    background-color: #eff6ff;
}

.otp-login .icon {
    color: #6c5ce7;
}

/* Purple */
.realtime-tracking {
    background-color: #f1fdf4;
}

.realtime-tracking .icon {
    color: #00b894;
}

/* Green */
.invoice-download .icon {
    color: #ea590d;
}

.invoice-download {
    background-color: #fff7ed;
}

/* Yellow/Orange */
.in-app-chat .icon {
    color: #ea590d;
}

.in-app-chat {
    background-color: #fef7ee;
}

/* Coral */
.multiple-payments .icon {
    color: #973bea;
}

.multiple-payments {
    background-color: #fdf4fc;
}

/* Blue */
.document-alerts .icon {
    color: #d63031;
}

.document-alerts {
    background-color: #fdf2f2;
}

/* Red */
/**************************************/
.advanced-taxi-features {
    padding: 40px 0;
    background: #f9fafb;
}

.advanced-taxi-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 0 20px;
}

.ad-feature-card {
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
}

.fet__title i {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 30px;
    font-weight: 500;
}

.ad-feature-card strong {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
}

.fet__dec {
    width: calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -ms-calc(100% - 65px);
    width: -o-calc(100% - 65px);
}

.ad-feature-card .check {
    color: #4a3aff;
    font-size: 14px;
}

.cta-button {
    display: inline-block;
    padding: 12px 24px;
    background: #4a3aff;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.cta-button:hover {
    background: #372fcf;
}

/* Optional background color variants */
.fet__title i.bg-pink {
    background-color: #fdf0f6;
    color: #dd327e;
}

.fet__title i.bg-purple {
    background-color: #f3f0ff;
    color: #9c44ec;
}

.fet__title i.bg-blue {
    background-color: #e8f0fe;
    color: #2a67ec;
}

.fet__title i.bg-green {
    background-color: #e5f9f3;
    color: #16a34a;
}

.fet__title i.bg-yellow {
    background-color: #fff8e0;
    color: #cb8c07;
}

.fet__title i.bg-gold {
    background-color: #fff5d2;
}

.fet__title i.bg-teal {
    background-color: #e8fbfd;
}

.fet__title i.bg-gray {
    background-color: #f2f4f8;
}

.fet__title i.bg-red {
    background-color: #ffe9e9;
}

/**************************************/
.launch-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.launch-left {
    width: 48%;
}

.launch-right {
    width: 48%;
}

.content-section h2 {
    font-size: 2.3em;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 700;
}

.content-section p {
    font-size: 1.05em;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.launch-button {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #6c5ce7;
    /* Purple button */
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(108, 92, 231, 0.3);
}

.launch-button:hover {
    background-color: #5a4cd9;
    transform: translateY(-2px);
}

.launch-button i {
    margin-left: 10px;
    font-size: 1.1em;
}

.launch_list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 15px;
}

.launch_list li {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 23px;
    text-align: justify;
    padding-left: 28px;
    position: relative;
}

.launch_list li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/readymade-uber-clone/check.svg);
    left: 0;
    top: 4px;
}

/**************************************/
.app-section{
  position: relative;
  padding: 0 0 45px;
}
.app-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.app-left{
    width: 48%;
}
.app-section .app-right{
  width: 48%;
  position: relative;
  z-index: 1;
}
.app-section .app-right:before {
    position: absolute;
    left: -25px;
    padding-top: 100%;
    width: 500px;
    background-image: url(../images/readymade-uber-clone/about-circle-1.png);
    content: "";
    top: 22%;
    background-repeat: no-repeat;
    z-index: -1;
}
.app-section .app-right .image-1{
  position: relative;
}
.inner-title-area strong{
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1em;
    color: #000;
    display: block;
    margin-bottom: 3px;
}
.inner-title-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto 10px auto;
    width: 95%;
    justify-content: space-between;
}
.about-section .inner-title-area {
    min-height: 93px;
}
.w80{
    width: 80%;
}


.app-section .app__list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 10px;
}
.more_info {
    font-size: 16px;
    color: #000;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    gap: 7px;
    min-height: 24px;
}
.more_info:hover{
    color: var(--main);
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}
.m0{
    margin: 0;
}
.app-section .app__list li {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 23px;
    text-align: justify;
    padding-left: 28px;
    position: relative;
}

.app-section .app__list li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/readymade-uber-clone/check.svg);
    left: 0;
    top: 4px;
}

.screens_holder {
    display: flex;
    justify-content: flex-end;
    gap:0 20px;
    max-width: 580px;
    width: 100%;
}
.screen {
    width: 280px;
}
.driver_section{
    padding: 40px 0;
    background-color: #f9fafb;
}
.driver_section.app-section .app-right:before{
    display: none;
}

/**************************************/
.about-section{
  position: relative;
  padding: 30px 0 40px;
  background-color: #f9fafb;
}
.about-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-left{
    width: 48%;
}
.about-section .about-right{
  position: relative;
  width: 48%;
}

.about-section .about-right .image-1{
  position: relative;
}

.about-section .about__list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 15px;
}

.about-section .about__list li {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 23px;
    text-align: justify;
    padding-left: 28px;
    position: relative;
}

.about-section .about__list li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/readymade-uber-clone/check.svg);
    left: 0;
    top: 4px;
}
/**************************************/
.admin-section{
  position: relative;
  padding: 40px 0;
  background: #f9fafb;
}
.admin-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.admin-left{
    width: 48%;
}
.admin-section .admin-right{
  position: relative;
  width: 48%;
}
.admin-section .admin__list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 15px;
}

.admin-section .admin__list li {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 23px;
    text-align: justify;
    padding-left: 28px;
    position: relative;
}

.admin-section .admin__list li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/readymade-uber-clone/check.svg);
    left: 0;
    top: 4px;
}
/**************************************/
.provide{
    padding-bottom: 30px;
    background-color: #f9fafb;

}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.provide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 15px;
}

.provide-card {
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
}

.provide-card .icon-circle {
    font-size: 36px;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.provide-card strong {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    display: block;
    font-weight: 600;
}

.provide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.provide-list li {
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
}

.provide-list li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/readymade-uber-clone/check.svg);
    left: 0;
    top: 0;
}
.provide-list li:last-child{
    margin-bottom: 0;
}
.provide-list li i {
    color: #28a745;
    /* Green checkmark */
    margin-right: 8px;
    font-size: 1.1em;
}

/* Specific card colors */
.card-native-apps .icon-circle {
    background-color: #6c5ce7;
}

/* Purple */
.card-admin-dashboard .icon-circle {
    background-color: #00b894;
}

/* Green */
.card-payment-gateway .icon-circle {
    background-color: #8839ef;
}

/* Light Purple */
.card-enhanced-security .icon-circle {
    background-color: #f1b036;
}

/* Orange */
.card-advanced-mapping .icon-circle {
    background-color: #e17055;
}

/* Coral */
.card-driver-management .icon-circle {
    background-color: #2ed573;
}

/* Bright Green */
.card-source-code .icon-circle {
    background-color: #4a4a4a;
}

/* Dark Grey */
.card-24-7-support .icon-circle {
    background-color: #ff6b81;
}

.statistics {
    padding: 40px 0;
}

.statistics-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.light-purple {
    background-color: #dcfce7;
}

ul.statistics-list li.light-purple i {
    color: #15803d;
}

ul.statistics-list li.light-purple strong {
    color: #15803d;
}

.light-yellow {
    background-color: #fef9c3;
}

ul.statistics-list li.light-yellow strong {
    color: #9f6620;
}

.light-yellow i {
    color: #9f6620;
}

.light-pink {
    background-color: #fce7f3;
}

ul.statistics-list li.light-pink strong {
    color: #bc1e5e;
}

.light-pink i {
    color: #bc1e5e;
}

.light-gray {
    background-color: #dbeafe;
}

ul.statistics-list li.light-gray strong {
    color: var(--main);
}

.light-gray i {
    color: var(--main);
}

.light-green {
    background-color: #DEFFB0
}

.light-blue {
    background-color: #d2f9fd;
}

.light-blue i {
    color: #1c7e98;
}

ul.statistics-list li.light-blue strong {
    color: #1c7e98;
}

.statistics-left {
    width: 48%;
}

.statistics-right {
    width: 48%;
}

.statistics-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.statistics-list li {
    padding: 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.statistics-list .card strong {
    font-size: 35px;
    display: block;
    line-height: normal;
    font-weight: 700
}

.statistics-list .card span {
    font-size: 20px
}

ul.statistics-list li strong {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    display: block;
    margin-top: 8px;
    color: #000
}

ul.statistics-list li strong span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #000;
}

ul.statistics-list li i {
    font-size: 40px;
    display: block;
    text-align: center;
}

/**************************************/
.testimonial {
    width: 100%;
    background-color: #f9fafb;
    padding: 40px 0 160px;
}

.testimonial__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.testimonial-slide {
    padding: 0 10px;
}

.testimonial_box-inner .testimonial_box-top {
    background-color: var(--main);
    padding: 20px;
    border-radius: 15px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 20px rgba(229, 229, 229, 0.301);
}

.testimonial_box-icon {
    margin-top: -12px;
    padding-right: 20px;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}

.testimonial_box-text p {
    color: #fff;
}

.testimonial_box-shape {
    position: absolute;
    bottom: -10px;
    left: 50px;
    width: 20px;
    height: 20px;
    background-color: var(--main);
    -webkit-transform: rotateZ(50deg);
    transform: rotateZ(45deg);
}

.slick-track .slick-slide:nth-child(3) .testimonial_box-top {
    background: #8839ef;
}

.slick-track .slick-slide:nth-child(3) .testimonial_box-shape {
    background: #8839ef;
}

.slick-track .slick-slide:nth-child(4) .testimonial_box-top {
    background: #f3b41a;
}

.slick-track .slick-slide:nth-child(4) .testimonial_box-shape {
    background: #f3b41a;
}

.slick-track .slick-slide:nth-child(5) .testimonial_box-top {
    background: #00b894;
}

.slick-track .slick-slide:nth-child(5) .testimonial_box-shape {
    background: #00b894;
}
.slick-track .slick-slide:nth-child(6) .testimonial_box-top {
    background: #ff6b81;
}

.slick-track .slick-slide:nth-child(6) .testimonial_box-shape {
    background: #ff6b81;
}

.testimonial_box-bottom {
    padding-top: 25px;
    padding-left: 15px;
}

.testimonial_box-profile {
    display: flex;
}

.testimonial_box-img {
    display: flex;
    justify-content: center;
    width: 75px;
    height: 75px;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #fff;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.testimonial_box-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 10px;
}

.testimonial_box-info h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: capitalize;
}
.testimonial_box-info p{
    color: #ccc;
    font-size: 15px;
}
.testimonial__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.testimonials-image {
    width: 35%;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / .15);
    border: 10px solid #FDFDFD;
    border-radius: 10px;
}

.testimonials-slider-right {
    width: 63%;
}

.testimonials-slider-wrapper {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    padding: 20px 10px;
    margin-left: -150px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #ccc;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.slick-dots li.slick-active button {
    background-color: var(--main);
    transform: scale(1.2);
}

.slick-dots li button:hover {
    background-color: #888;
}

.slick-arrow.slick-disabled {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: auto;
    opacity: 0.1;
}

/**************************************/
.cta-section {
    padding: 40px 15px;
}
.cta-content{
    background-color: #4a4ff2;
    color: #ffffff;
    padding: 40px 15px;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
}

.cta-button i {
    margin-right: 8px;
    /* Space between icon and text */
    font-size: 1.1em;
}

.cta-button--primary {
    background-color: #ffffff;
    color: #4a4ff2;
    /* Blue text color matching section background */
    border: 2px solid #ffffff;
    /* White border for consistency */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Subtle shadow for lift */
}

.cta-button--primary:hover {
    background-color: #e6e6e6;
    /* Slightly darker white on hover */
    transform: translateY(-2px);
}

.cta-button--secondary {
    background-color: #34d081;
    /* Green color from the image */
    color: #ffffff;
    border: 2px solid #34d081;
    /* Green border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Subtle shadow */
}

.cta-button--secondary:hover {
    background-color: #2fb971;
    /* Darker green on hover */
    border-color: #2fb971;
    transform: translateY(-2px);
}
/**************************************/
.latest-new-features {
    padding: 40px 0 30px;
    background: #f8f8f8;
}

.latest-new-features-latest {
    padding: 0 15px;
    max-width: 1310px;
    margin: 0 auto
}

.latest-new-features-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.latest-new-features ul:first-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px
}

.latest-new-features ul:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.latest-new-features ul:last-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    grid-column: span 2;
    margin-top: 0
}

.latest-new-features ul li strong {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: block;
    margin: 0 0 4px 0
}

.latest-new-features ul li strong .icon-play-button {
    margin-left: 5px;
    vertical-align: top;
    display: inline-block;
    margin-top: 3px;
    color: var(--orange-dark)
}

.latest-new-features ul li {
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 10px
}

.latest-new-features ul li p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.latest-new-features ul li i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 8px;
}

.latest-new-features ul li i img {
    width: 46px;
    height: 46px
}

.latest-new-features ul li .features_heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.latest-new-features ul li .features_heading i {
    margin: 0 20px 0 0
}

.latest-new-features ul li .features_heading strong {
    width: calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px)
}

/**************************************/
.adamvideo-section {
    padding: 40px 0;
    background-color: #f9fafb;
}

.adamvideo-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px
}

.adamvideo-section h3:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #f76a00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.adamvideo-section .video-holding {
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    color: var(--orange)
}

.adamvideo-section .video-holding:hover {
    color: var(--orange)
}

.adamvideo-section .video-holding::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%
}

.adamvideo-section .video-holding img {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.adamvideo-section .client-video-block {
    width: 49%;
    border: 1px solid #ddd;
    margin: 0;
    float: none;
    position: relative
}

.adamvideo-section .client-video-block img {
    vertical-align: top
}

.adamvideo-section .flow-row {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr
}

.adamvideo-section .flow-row .play-anim-ico {
    left: auto;
    top: 20px;
    bottom: auto;
    right: 20px;
    transform: none;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
}

.adamvideo-section .flow-row img {
    max-width: 100%
}

.adamvideo-section .video-holding iframe {
    width: 100%;
    height: 534px;
    display: block
}

.adamvideo-section-right span {
    margin: 0 0 15px;
    padding: 0;
    float: left;
    width: 100%;
    color: #2a2a2a;
    font-size: 25px;
    font-family: 'Exo 2';
    font-weight: 700;
    text-align: left
}

.adamvideo-section-right p {
    margin: 0 0 15px;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 17px;
    color: #3c3c3c;
    line-height: 25px;
    text-align: justify;
    font-weight: 400
}

.adamvideo-section-left {
    width: 40%
}

.adamvideo-section-right {
    width: 58%
}

.adamvideo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.adamvideo-section-left .team_review {
    display: inline-block;
    position: relative
}
/**************************************/
.benefits {
    background-color: #EFF7FF;
}

.benefits-inner {
    padding: 0px 15px;
    max-width: 1310px;
    margin: 0 auto;
}

.benefits ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 15px;
}

.benefits ul li {
    width: calc(33.33% - 15px);
    width: -webkit-calc(33.33% - 15px);
    width: -moz-calc(33.33% - 15px);
    width: -ms-calc(33.33% - 15px);
    width: -o-calc(33.33% - 15px);
    margin: 0 7.5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    background: #FFF;
}

.benefits ul li p {
    text-align: center;
}

.benefits b {
    margin: 0 0 5px;
    display: block;
    color: var(--main);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

/**************************************/
.faq_sec {
    background: #EFF7FF;
}

.faq_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    align-items: center;
}

.faq_left {
    width: 58%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.faq_right {
    width: 40%;
}

.accordion-panel {
    box-shadow: 0px 0px 4px 0px rgba(8, 15, 52, 0.25);
    border-radius: 8px;
    background: #fff;
}

.accordion-panel .accordion {
    cursor: pointer;
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: auto;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 8px;
    background: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.accordion-panel .active {
    background-color: var(--main);
    color: #fff;
}

.accordion-panel .accordion:after {
    content: "";
    background-color: var(--main);
    color: #fff;
    position: absolute;
    text-align: center;
    right: 15px;
    top: 10px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-image: url(../images/blablacar-clone/pluse.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.accordion-panel .active:after {
    background-color: #fff;
    background-image: url(../images/blablacar-clone/close.svg);
}

.accordion_panel {
    padding: 15px;
}

/**************************************/

.client-photos {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.client-photos .common-button {
    margin: 0 0 0 0
}

.client-photos-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px
}
.masonry {
    width: 100%;
    display: table
}

.masonry-block_ img {
    width: 100%
}

.masonry-block_ a.view-more {
    display: block;
    cursor: pointer;
    background-color: var(--orange-dark);
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.masonry-block_ a.view-more:hover {
    background-color: var(--orange)
}

.masonry-block_ a.view-more img {
    margin-bottom: 0
}

.masonry-block_ a.view-more>span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-weight: 700;
    font-size: 28px
}

.masonry-block_ a.view-more:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    pointer-events: none
}


.masonry.open ._row_.have_more .masonry-block_:last-child {
    display: block
}

.masonry-block_ img {
    margin-bottom: 10px;
    vertical-align: top;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.masonry-block_.col-7 {
    width: calc(60.7% - 10px);
    width: -o-calc(60.7% - 10px);
    width: -ms-calc(60.7% - 10px);
    width: -moz-calc(60.7% - 10px);
    width: -webkit-calc(60.7% - 10px)
}

.masonry-block_.col-5 {
    width: calc(39.3% - 10px);
    width: -o-calc(39.3% - 10px);
    width: -ms-calc(39.3% - 10px);
    width: -moz-calc(39.3% - 10px);
    width: -webkit-calc(39.3% - 10px)
}

.masonry-block_.col-6 {
    width: calc(52.4% - 10px);
    width: -o-calc(52.4% - 10px);
    width: -ms-calc(52.4% - 10px);
    width: -moz-calc(52.4% - 10px);
    width: -webkit-calc(52.4% - 10px)
}

.masonry-block_.col-3 {
    width: calc(24.32% - 10px);
    width: -o-calc(24.32% - 10px);
    width: -ms-calc(24.32% - 10px);
    width: -moz-calc(24.32% - 10px);
    width: -webkit-calc(24.32% - 10px)
}

.masonry-block_.col-3_1 {
    width: calc(23.2% - 10px);
    width: -o-calc(23.2% - 10px);
    width: -ms-calc(23.2% - 10px);
    width: -moz-calc(23.2% - 10px);
    width: -webkit-calc(23.2% - 10px)
}

.masonry-block_.col-6_1 {
    width: calc(52% - 10px);
    width: -o-calc(52% - 10px);
    width: -ms-calc(52% - 10px);
    width: -moz-calc(52% - 10px);
    width: -webkit-calc(52% - 10px)
}

.masonry-block_.col-6_2 {
    width: calc(48% - 10px);
    width: -o-calc(48% - 10px);
    width: -ms-calc(48% - 10px);
    width: -moz-calc(48% - 10px);
    width: -webkit-calc(48% - 10px)
}

.masonry-block_.col-5_1 {
    width: calc(46.3% - 10px);
    width: -o-calc(46.3% - 10px);
    width: -ms-calc(46.3% - 10px);
    width: -moz-calc(46.3% - 10px);
    width: -webkit-calc(46.3% - 10px)
}

.masonry-block_.col-3_2 {
    width: calc(26.6% - 10px);
    width: -o-calc(26.6% - 10px);
    width: -ms-calc(26.6% - 10px);
    width: -moz-calc(26.6% - 10px);
    width: -webkit-calc(26.6% - 10px)
}

.masonry-block_.col-3_3 {
    width: calc(27% - 10px);
    width: -o-calc(27% - 10px);
    width: -ms-calc(27% - 10px);
    width: -moz-calc(27% - 10px);
    width: -webkit-calc(27% - 10px)
}

.masonry ._row_ {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    display: none
}

.masonry ._row_:nth-child(-n+3) {
    display: flex
}

.masonry.open ._row_ {
    display: flex
}

.masonry-block_.col-33 {
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px)
}
.masonry ._row_.have_more img{
    margin: 0;
}
/**************************************/
.reviews{
    background-color: #f8f8f8;
    padding: 40px 0;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.reviews .reviews-inner>a {
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px var(--main) inset;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 0 90px;
    transition: all 0.5s ease 0s;
    background-color: var(--main);
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.reviews .reviews-inner>a:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--main);
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.reviews .reviews-inner>a:hover:after {
    width: 100%;
}

.reviews .reviews-inner>a:hover {
    background-color: var(--main);
    box-shadow: 0 0 0 2px var(--main) inset;
}

ul.reviews-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}

ul.reviews-list li {
    width: 25%;
    padding: 0 10px;
}

ul.reviews-list li a {
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    min-height: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

ul.reviews-list li:not(:last-child) a:before {
    content: '';
    display: block;
    padding-top: 71%;
}

ul.reviews-list li a::after {
    content: '';
    background-image: url(../images/blablacar-clone/play-video.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: var(--main);
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}

ul.reviews-list li a img {
    max-width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}

ul.reviews-list li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    color: #fff;
    padding: 15px;
    text-align: center;
}

ul.reviews-list li.morereview a:hover {
    background-color: #000;
}

ul.reviews-list li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}

ul.reviews-list li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

/******************************************/
.services-banner {
    width: 100%;
    display: flex;
}
.services-banner.revert .services-banner-design {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    background-position: left 0;
}
.services-banner-inner {
    width: 1310px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    max-width: 100%;
}
.services-banner-design {
    width: 100%;
    padding: 12px 15px 15px 16px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-repeat: no-repeat;
    background-position: right 0;
    border: 1px solid #ddd;
}
.services-banner.technology .services-banner-design {
    background-size: 372px;
}
.services-banner.bsr .services-banner-design {
    background-size: 384px;
}
.services-banner-design.noimg {
    background-image: none;
    padding: 40px 10px;
}
.services-banner-design.noimg .design-caption {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr auto;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.services-banner-design.noimg .btn-register {
    display: inline-block;
    margin: 0;
    margin-top: 10px;
}
.services-banner-design .design-caption {
    width: calc(100% - 390px);
    width: -o-calc(100% - 390px);
    width: -moz-calc(100% - 390px);
    width: -webkit-calc(100% - 390px);
    display: flex;
    flex-wrap: wrap;
}
.services-banner-design .design-caption.row-reverse{
    grid-template-columns:1fr 2.3fr;
}
.services-banner-design .design-caption .design_right img{
    vertical-align: top;
}
.services-banner-design .design-caption ._VIDEO_ {
    width: 25px;
    height: 25px;
    display: inline-block;
}
.pbt-15{
    padding: 15px 0 18px 0;
}
.pl_0{
    padding-left: 0 !important;
}
.services-banner-design h4,
.services-banner-design .design-caption>strong,
.services-banner-design .design-caption .small-banner-title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0px 0 0;
    text-transform: capitalize;
    display: block;
}
.services-banner-design h3,
.services-banner-design b {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    margin: 5px 0 10px 0px;
    display: block;
    color: #000;
}
.services-banner.indrive_banner p {
    color: #fff;
}
.services-banner.indrive_banner p b {
    display: inline;
    margin: 0;
    font-weight:bold;
}
.btn-register {
    border-radius: 4px;
    background-color: var(--main);
    font-weight: 600;
    display: inline-block;
    color: #fff;
    vertical-align: super;
    position: relative;
    font-size: 18px;
    padding: 13px 20px 13px 47px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.btn-register:hover {
    background: #000;
    color: #fff;
}
.btn-register::before {
    box-shadow: 0 0 0 rgba(255, 255, 255, .4);
    transition: .5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    animation: pulso 2s infinite !important;
}
.features_bg2 {
    background-color: #fff8ec;
}
/******************************************/
.our-process {
    padding: 40px 0;

}
.our-process-inner {
    padding: 0 15px;
    max-width: 1310px;
    margin: 0 auto;
}
.our-process ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.our-process ul li strong {
    font-family: 'Exo 2';
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}
.our-process ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-process ul li .our-process-caption {
    padding: 14px 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    height: calc(100% - 116px);
    height: -o-calc(100% - 116px);
    height: -moz-calc(100% - 116px);
    height: -webkit-calc(100% - 116px);
}
.our-process ul li p {
    text-align: justify;
}
.our-process ul li i {
    display: inline-flex;
    clip-path: polygon(
        49.47% 0%,
        98.83% 24.84%,
        98.83% 74.52%,
        49.47% 99.35%,
        0% 74.52%,
        0% 24.84%
    );
    width: 75px;
    height: 82px;
    position: relative;
    margin-bottom: 35px;
    justify-content: center;
    align-items: center;
}
.our-process ul li i span {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    font-style: normal;
    display: block;
    margin-top: -5px;
}
.our-process ul li i:before {
    content: '';
    display: block;
    height: 93px;
    position: absolute;
    right: 0;
    border-left: 40px solid rgba(0,0,0,0.1);
}
.our-process ul li .our-process-caption::before {
    content: '';
    width: 4.80px;
    height: 30px;
    display: block;
    position: absolute;
    background-image: url(../images/home-page/vline.svg);
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
}
/*******************************************/
.inq_form {
    width: 100%;
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
    float: left;
}

.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 30px 13px 30px;
    background-color: var(--main);
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.inq_form form input:hover[type=submit] {
    background-color: var(--main);
}

.inq_form .head-style {
    font-size: 36px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.inq_form .head-style::after {
    background-color: #f76a00;
    left: 16px;
}

.inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items: flex-start;
}

.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}

.inq_form .box-shadow {
    margin-top: 15px;
    width: 100%;
}

.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.inq_form .box-shadow ul li {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}

.inq_form .box-shadow ul li:last-child {
    padding: 20px 30px 30px 30px;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    background-color: #fff;
}

.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}

.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}

.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}

.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

.inq_form .text-center {
    text-align: center;
}

.custom-input-button {
    background-color: #fd585c;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}

.custom-input-button:hover {
    background-color: #bf0000;
}

.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}

.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}

.modal-backdrop{
    display: none !important;
}

/* ---------------------------------------------- */
.hire__driver{
    padding: 40px 15px 0 15px;
}
.driver-inner {
    max-width: 1310px;
    margin: 0 auto;
    border: 1px solid #ddd;
    background: #FFF2D5;
    border-radius: 12px;
}
.hire__driver .heading {
    margin-bottom: 5px;
}
.hire__driver .heading-style i {
    position: relative;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hire__driver .heading-style i img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    z-index: -1;
    animation: spin 9s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}
.hire__driver .driver-image img {
  max-width: 300px;
  height: auto;
  vertical-align: top;
}
.hire__driver .driver-banner {
    width: 100%;
    padding: 20px 15px 20px 16px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% + 25px) bottom;
    background-size: 509px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hire__driver .driver-content {
    width: calc(100% - 417px);
    width: -o-calc(100% - 417px);
    width: -moz-calc(100% - 417px);
    width: -webkit-calc(100% - 417px);
    display: flex;
    flex-wrap: wrap;
}
.hire__driver .heading-style {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.driver-content p {
    margin-top: 0;
    margin-bottom: 10px;
}
/* .driver__btn {
    padding: 5px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.driver__btn i {
    font-size: 25px;
} */
 .driver-content .common-btn {
    padding: 12px;
}

/* ---------------------------------------------- */
.ai-features{
    padding: 40px 0;
}
.ai-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.ai-features ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.ai-features ul li {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffe9d7;
}
.ai-features ul li:nth-child(2) {
    background: #dbeafe;
}
.ai-features ul li:nth-child(3) {
    background: #dcfce7;
}
.ai-features ul li:nth-child(2)::before {
    background-color: #007bff; /* Blue for step 2 */
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}
.ai-features ul li:nth-child(3)::before {
    background-color: #28a745; /* Green for step 3 */
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}
.ai-features ul li:nth-child(4) {
    background: #FDE6F7;
}
.ai-features ul li strong {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
    display: block;
    color: #000;
    text-transform: capitalize;
}
.ai-features ul li i {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border: 1px solid #e2e8f0;
}
.ai-features ul li i img {
    width: 60px;
    height: 60px;
}
 /* Icon background colors */
    .ai-features ul li:nth-child(2)::before {
    background-color: #007bff; /* Blue for step 2 */
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}
.ai-features ul li:nth-child(3)::before {
    background-color: #28a745; /* Green for step 3 */
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}
/* ---------------------------------------------- */
@media (max-width:1800px) {

    .compare-inner {
        width: calc(100% - 115px);
        width: -webkit-calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: -ms-calc(100% - 115px);
        width: -o-calc(100% - 115px);
    }

    .compare .compare-left .heading {
        padding: 0 60px 0 0;
    }

    .compare .compare-right .heading {
        padding: 0 0 0 60px;
    }
}

@media (max-width:1300px) {
    .main-banner .main-banner-right h1 {
        font-size: 38px;
        line-height: 45px;
    }
}

/* ==================================================== */
@media screen and (max-width: 1199px) {
    .main-banner .main-banner-left h1 {
        font-size: 35px;
    }
    .main-banner-left {
        width: 51%;
    }
    .main-banner-right {
        width: 47%;
    }

    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .compare-left:after {
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .services-banner-design .design-caption {
       width: 100%;
    }
    .services-banner.technology .services-banner-design {
        background-image: none !important;
    }
}

@media (max-width: 1024px) {
    .inq_form .box-shadow ul li {
        width: 100%;
    }

    .heading .heading-style {
        font-size: 35px;
        line-height: 35px;
    }

    .compare-inner {
        width: 100%;
    }

    .compare-left {
        width: 100%;
        padding: 40px 0 70px 0;
    }

    .compare-right {
        width: 100%;
        padding: 70px 0 40px 0;
        background-color: #f8f8f8;
    }

    .compare:before {
        display: none;
    }

    .compare-left:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        background-color: #D9E1FF;
        z-index: -1;
        bottom: 0;
    }

    .compare-left:after {
        left: 50%;
        right: auto;
        top: 100%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .compare .compare-left .heading {
        max-width: 100%;
        padding: 0 60px;
    }

    .compare .compare-right .heading {
        max-width: 100%;
        padding: 0 60px;
    }
    .our-process ul {
    grid-template-columns: repeat(3, 1fr);
}
    .hire__driver .driver-banner{
        background-image: none !important;
    }
    .hire__driver .driver-content {
        width: 100%;
    }
    .hire__driver .heading-style {
        font-size: 25px;
        display: inline-block;
    }
}

@media (max-width: 991px) {

    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 30px;
    }

    .heading-area strong {
        font-size: 18px;
    }

    .heading .heading-style {
        font-size: 33px;
        line-height: 1em;
    }

    /* ==================================================== */
    .main-banner .main-banner-right h1 {
        font-size: 40px;
    }

    .main-banner .main-banner-right p {
        text-align: center;
    }

    .main-banner .container-inner {
        flex-direction: column-reverse;
    }

    .main-banner-left {
        width: 100%;
        margin-top: 30px;
    }

    .main-banner-right {
        width: 100%;
        text-align: center;
    }

    .main-banner-right .btn__div {
        justify-content: center;
    }

    .main-banner .right-image {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
    }

    .deliveryvideos ul li {
        padding: 0 10px;
        margin-bottom: 30px;
        width: 50%;
    }

    .mobile-top-fix {
        margin-top: 30px;
    }

    /* ==================================================== */

    .become-right {
        width: 100%;
    }

    .kiosk-banner-inner {
        flex-direction: column-reverse;
    }

    .kiosk-banner-left {
        width: 100%;
    }

    .kiosk-banner-right {
        max-width: 614px;
        width: 100%;
        margin: 0 0 25px 0;
    }

    /* ==================================================== */
    .benefits ul li {
        width: calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -o-calc(50% - 15px);
    }

    /* ==================================================== */
    .faq_left {
        width: 100%;
        order: 3;
    }

    .faq_right {
        width: 100%;
        text-align: center;
        order: 2;
        margin: 0 0 30px 0;
    }

    /* ==================================================== */
    .reviews .reviews-inner>a {
        font-size: 24px;
        padding: 0 50px;
    }

    ul.reviews-list li {
        width: calc(33.33% - 10px);
        width: -o-calc(33.33% - 10px);
        width: -ms-calc(33.33% - 10px);
        width: -moz-calc(33.33% - 10px);
        width: -webkit-calc(33.33% - 10px);
    }

    .reviews .reviews-inner>a {
        font-size: 18px;
        padding: 0 10px;
    }

    .main-banner .col-md-7 {
        width: 100%;
    }

    .inq_form .box-shadow ul li {
        width: 100%;
    }

    .inq_form .heading-area {
        margin-bottom: 15px;
        align-items: center;
    }

    .inq_form .head-style {
        text-align: center;
    }

    .inq_form .head-style::after {
        background-color: #D9E1FF;
        left: 50%;
    }

    .ai-features ul {
        grid-template-columns: 1fr 1fr;
    }
    .app-section .app-right {
        width: 100%;
    }
     .app-section .app-right:not(:last-child){
        margin-bottom: 25px;
     }
     .screens_holder {
        margin: auto;
    }
    .app-section .app-right:before{
        display: none;
    }
    .about-section .about-right {
        position: relative;
        width: 100%;
    }
    .about-section .about-right:not(:last-child){
        margin-bottom: 25px;
    }
    .about-section .about-right .inner-column{
        text-align: center;
    }
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
    .our-process ul {
    grid-template-columns: repeat(2, 1fr);
    }
    .our-process ul li:last-child {
        grid-column: span 2;
    }
    .provide-grid {
        grid-template-columns: 1fr 1fr;
    }
    .cta-content {
        background-color: #4a4ff2;
        padding: 20px 15px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .latest-new-features ul:nth-child(2) {
        grid-template-columns: 1fr;
    }
    .usp-grid {
        gap: 15px;
    }
    .usp-box .highlight {
        font-size: 31px;
    }
    .w80 {
        width: 100%;
    }
    .form-container label {
        text-align: left;
    }

}

@media screen and (max-width: 767px) {
    p {
        font-size: 15px;
    }

    .heading .heading-style {
        font-size: 30px;
        line-height: 1.2em;
    }

    .heading strong {
        font-size: 21px;
    }

    .features ul li {
        width: 100%;
        padding: 0;
    }

    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 28px;
    }

    .heading-area strong {
        font-size: 16px;
    }

    /* ==================================================== */
    .main-banner::before {
        display: none;
    }

    .screens {
        background: #EFF7FF;
    }

    .screens::before {
        display: none;
    }

    .TABROW .TAB {
        padding: 0 25px;
        height: auto;
        min-width: initial;
    }

    .demo-links-row .links-column {
        width: 100%;
        flex-direction: unset;
        justify-content: space-between;
    }

    .demo-links-row .links-column a {
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
    }

    .become-right img {
        margin-bottom: 20px;
    }

    .latest-features ul li {
        width: 100%;
    }

    .latest-features ul li i {
        width: 50px;
        height: 50px;
    }

    .latest-features ul li i img {
        width: 29px;
        height: 28px;
    }

    .latest-features ul li .latest-features-caption {
        width: calc(100% - 64px);
        width: -o-calc(100% - 64px);
        width: -ms-calc(100% - 64px);
        width: -moz-calc(100% - 64px);
    }

    .latest-features ul li {
        padding: 15px;
    }

    /* ==================================================== */
    .benefits ul li {
        width: 100%;
        margin: 0;
    }

    .pricing .get-quote,
    .pricing [data-toggle="popup"],
    .pricing-inner .btn__div .common-button {
        font-size: 18px;
    }

    .pricing-inner .btn__div {
        margin-top: 15px;
    }

    .accordion-panel .accordion {
        padding-right: 45px;
    }

    .accordion-panel .accordion:after {
        right: 10px;
        top: 15px;
        width: 30px;
        height: 30px;
        background-size: 17px;
    }

    ul.reviews-list li {
        width: calc(50% - 7px);
        width: -o-calc(50% - 7px);
        width: -ms-calc(50% - 7px);
        width: -moz-calc(50% - 7px);
        width: -webkit-calc(50% - 7px);
    }

    .reviews .reviews-inner>a {
        font-size: 18px;
        padding: 0 10px;
    }

    .flow-button-btn {
        font-size: 22px;
        line-height: normal;
        padding: 10px 16px;
    }

    .form-container .footer-info strong {
        font-size: 18px;
    }
    .form-container .footer-info {
        flex-direction: column;
        gap: 10px;
    }
    .main-banner .main-banner-left h1 {
        font-size: 25px;
    }
    .main-banner-left .sub__title {
        font-size: 16px;
        line-height: 1em;
    }
    .provide-grid {
        grid-template-columns: 1fr;
    }
    .services-grid {
    grid-template-columns: 1fr;
}
    .adamvideo-section .flow-row {
        grid-template-columns: 1fr;
    }
    .our-process ul {
        grid-template-columns: 1fr;
    }
    .our-process ul li:last-child {
    grid-column: auto;
}
}

@media screen and (max-width:630px) {
    .mainWrapper>* {
        padding: 40px 0;
    }

    .main-banner .main-banner-right h1 {
        font-size: 35px;
        line-height: 1em;
    }

    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }

    .inq_form .input-row-flow {
        width: 100%;
    }

    .become {
        padding: 40px 0;
    }

    ul.reviews-list li a img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .kiosk-banner-left ._IMAGE_ {
        position: relative;
        margin-bottom: 20px;
    }

    .kiosk-banner-left ._IMAGE_::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 51.8%;
    }

    .kiosk-banner-left ._IMAGE_ img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .become-right ._IMAGE_ {
        position: relative;
        margin-bottom: 20px;
    }

    .become-right ._IMAGE_::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 64.5%;
    }

    .become-right ._IMAGE_ img {
        position: absolute;
        left: 0;
        top: 0;
    }


    .compare-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .compare-caption {
        width: 100%;
    }

    .compare-caption p {
        text-align: center;
    }

    .compare .button-block {
        padding: 0;
        text-align: center;
    }

    .compare .compare-right .heading,
    .compare .compare-left .heading {
        padding: 015px;
    }

    .screens ul {
        grid-template-columns: 1fr 1fr;
    }
    .ai-features ul {
        grid-template-columns: 1fr;
    }
    .usp-grid {
        grid-template-columns: 1fr 1fr;
    }
    .latest-new-features-row {
        display: flex;
        flex-direction: column;
    }

    .hire__driver {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hire__driver .heading-style i {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
    .hire__driver .heading-style i img {
        width: 35px;
        height: 35px;
    }
    .screen {
        width: 100%;
        text-align: center;
    }
    .inner-title-area strong {
        font-size: 18px;
    }
    .cta-section{
        padding: 0 10px;
    }
    .trust-box {
        margin-top: 15px;
        padding-top: 15px;
    }
    .services-banner{
       margin-bottom: 0;
       padding-bottom: 0;
    }
    .our-process{
        background-color: #f8f8f8;
    }
    .reviews{
        background-color: #fff;
    }
    .app-section .slick-slide img{
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .heading .heading-style {
        font-size: 26px;
        line-height: 1em;
    }

    .screens ul {
        grid-template-columns: 100%;
        justify-content: center;
    }

    /*******************************************/
    ul.reviews-list li {
        padding: 0 5px;
        width: 50%;
    }

    ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }

    ul.reviews-list li.morereview a {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }

    .flow-button-btn {
        font-size: 15px;
        line-height: normal;
        padding: 10px 16px;
    }

    ul.reviews-list li a {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    ul.reviews-list li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
    }

    ul.reviews-list li.morereview a:after {
        width: 40px;
        height: 40px;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }

    .video-icon {
        height: 40px;
        width: 40px;
    }
}