:root {
    --container-width: 1344px;
    --theme: #4169E1;
    --theme-medium: #597ff0;
    --theme-dark: #2c4fb9;
    --theme-light: #f0f4ff;
    --separator-color: #d84c69;
    --primary-colour: #463fa6;
}

* {
    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;
}

a {
    color: #000;
}

[data-toggle="popup"],
.common-button {
    background-color: var(--theme);
    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(--theme);
    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/careem-clone/play-theme.svg);
}

.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px var(--theme);
}

.play-anim-ico {
    background-image: url(../images/careem-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(--theme);
    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(--theme);
    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(--theme);
    color: #fff;
}

.common-btn.white-bg {
    background-color: #fff;
    color: var(--theme);
}

.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: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    margin: -8px 0 0 0;
    text-transform: uppercase;
}

.heading .heading-style span {
    color: var(--theme);
}

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(--theme);
    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;
}

.view_more{
    color: var(--theme);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.view_more:hover{
    color: #000;
}

/* ======================= MAIN CSS START ============================================= */
/* --------------------------------- */
.banner {
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(to bottom, #ffffff 0%, var(--theme-light) 100%);
}

.banner-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1310px;
    padding: 0 15px;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.banner-left {
    width: 60%;
}

.banner-left span {
    font-size: 24.66px;
    font-weight: 600;
    line-height: normal;
    color: #f5c500;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    display: block;
    text-align: left;
}

.banner-left h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1em;
    color: var(--theme);
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.banner-right {
    width: 38%;
}

.banner .buy-now {
    background: #ffd615;
    color: #000;
    font-weight: 600;
}

.banner .buy-now:hover {
    background-color: #e4ba00;
}

.banner .demovideo-btn {
    background: #0fb158;
    color: #fff;
}

.banner .demovideo-btn:hover {
    background-color: #0a8d45;
}

.banner .introvideo-btn {
    background-color: #f09b1d;
    color: #fff;
    gap: 10px;
}

.banner .introvideo-btn:hover {
    background-color: #e48d0c;
}

/* --------------------------------- */
.w-careem-clone {
    padding: 40px 0;
}

.w-careem-clone-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.w-cc-card {
    border-radius: 15px;
    padding: 30px;
    color: black;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.w-cc-card:hover {
    transform: translateY(-5px);
}

.w-cc-card-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.w-cc-card span {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1em;
    text-transform: capitalize;
    display: block;
}

.w-cc-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    /* Allow the list to take available space */
}

.w-cc-card ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}

.w-cc-card ul li:last-child {
    margin-bottom: 0;
}

.w-cc-card ul li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/careem-clone/check-w.svg);
    left: 0;
    top: 4px;
}

.w-cc-card .arrow {
    text-align: right;
    font-size: 32px;
    margin-top: 20px;
}

.w-cc-card.go-anywhere {
    background: hsla(43.13725490196079, 100.00%, 70.00%, 1.00);
}

.w-cc-card.eat-any-time {
    background: hsla(233.63636363636365, 100.00%, 87.06%, 1.00);
}

.w-cc-card.get-anything {
    background: hsla(6.842105263157886, 100.00%, 77.65%, 1.00);
}

.w-cc-card.pay-anyone {
    background-color: #75d093;
}

.strikethrough {
    text-decoration: line-through;
    opacity: 0.7;
}

.strikethrough::before {
    opacity: 0.7;
}

.w-cc-card.pay-anyone ul li.no-smiley {
    color: red;
}

.w-cc-card.pay-anyone ul li.no-smiley::before {
    content: none;
}

/* --------------------------------- */
.services-section {
    padding: 40px 0;
    background-color: #000;
}

.services_inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border: 1px solid #EEE;
    justify-content: space-between;
}

.service-box i {
    font-size: 55px;
    color: #000;
    display: block;
    text-align: right;
    margin-right: 10px;
}

.service-box strong {
    font-size: 20px;
}

/* Highlight colors */
.blue {
    color: #263699;
    background-color: #f2f3ff;
}

.green {
    color: #09565e;
    background: #eaffff;
}

.orange {
    color: #dd2682;
    background-color: #fff5fa;
}

.purple {
    color: #59183e;
    background-color: #fffcee;
}

.pink {
    color: #072139;
    background-color: #fffcee;
}

.teal {
    color: #066869;
    background-color: #effff6;
}

.bg_1 {
    color: #ad76ff;
    background-color: #f8f3ff;
}

.bg_2 {
    color: #0fc549;
    background-color: #deffe9;
}

/**************************************/
.revenue {
    padding: 40px 0;
}

.revenue-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.revenue_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.card {
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    border-radius: 13px;
    border-top: 4px solid #e2e8f0;
    overflow: hidden;
}

.card-body {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #f1f5f9;
    color: #000;
    margin: 0 0 10px;
    font-size: 35px;
}

.card-body strong {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    line-height: 1em;
    margin: 0 0 15px;
}

.card-body p {
    color: #000;
}

/**************************************/
.screens {
    padding: 40px 0px 40px 0;
    background: rgba(235, 238, 255);
}

.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.TABROW {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin: 15px 0 15px;
    gap: 15px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.TABROW .TAB {
    position: relative;
    width: 100%;
}

.TABROW .TAB span {
    padding: 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    align-items: center;
    border-radius: 1.25rem;
    gap: 10px;
    min-height: 45px;
    white-space: nowrap;
}

.TABROW .TAB span:hover {
    background: linear-gradient(180deg, #543DE7 0%, #7F39F8 100%);
    color: #fff;
}

.TABROW .TAB.active span {
    background: linear-gradient(180deg, #543DE7 0%, #7F39F8 100%);
    color: #fff;
}

.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background-color: #fff;
    border-radius: 18px;
    padding: 20px;
}

.screens ul.active {
    display: block;
}

.tab__area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.tab_img {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 615px;
    border-radius: 12px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(240, 150, 255, 0.15) 0%, rgba(191, 200, 252, 0.15) 51%, rgba(187, 148, 255, 0.15) 100%);
}

.tab__content {
    width: calc(100% - 645px);
    width: -webkit-calc(100% - 645px);
    width: -moz-calc(100% - 645px);
    width: -ms-calc(100% - 645px);
    width: -o-calc(100% - 645px);
}

.tab_img span {
    width: 280px;
}

.tc_title {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px;
    font-weight: 700;
}

.tab__area ol li {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    text-align: justify;
}

.tab__area ol li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/careem-clone/check.svg);
    left: 0;
    top: 4px;
}

.tab__area ol li:last-child {
    margin-bottom: 0;
}

.screens ul li img {
    max-width: 100%;
    outline: 1px solid #ccc;
}

.screens .view-app-flow {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    margin-top: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.screens .view-app-flow:hover {
    background-color: var(--theme-dark);
}

.flow-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
}

.flow-button-btn {
    background-color: var(--theme);
    font-size: 28px;
    color: #fff;
    padding: 15px 25px 17px 25px;
    min-width: 31.2%;
    text-align: center;
    font-weight: 600;
    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: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.flow-button-btn:hover {
    background-color: var(--theme-dark);
    color: #fff;
}

.screens .image {
    width: 60%;
    margin: 0 auto;
}

.laptop__area .tab_img {
    width: 741px;
}

.laptop__area .tab__content {
    width: calc(100% - 756px);
    width: -webkit-calc(100% - 756px);
    width: -moz-calc(100% - 756px);
    width: -ms-calc(100% - 756px);
    width: -o-calc(100% - 756px);
}

/**************************************/
.ai-section {
    padding: 40px 0;
}

.ai__inner {
    max-width: calc(1310px - 30px);
    padding: 30px 30px 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ai__inner::before {
    content: '';
    display: block;
    width: 100%;
    background: rgba(235, 238, 255);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40%;
    z-index: -1;
    border-radius: 12px;
}

.ai_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.ai_list li {
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.ai_list li strong {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    text-transform: capitalize;
    display: block;
}

.ai_list i {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 38px;
    color: #fff;
    background-color: #000;
}

.ai_list .pink {
    background-color: #fdb5a2;
}

.ai_list .green {
    background-color: #d0ffc8;
}

.ai_list .blue {
    background-color: #c2ecff;
}

/****************************************************/
.demo-section {
    padding-top: 40px;
}

.demo-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.cta-card-content {
    z-index: 1;
    grid-column-gap: 64px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.inset-card {
    z-index: 1;
    grid-column-gap: 80px;
    background-color: var(--primary-colour);
    object-fit: cover;
    border-radius: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.gradient-image {
    z-index: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    object-fit: cover;
    background-image: linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)), url(../images/careem-clone/bg.webp);
    background-position: 0 0, 50%;
    background-size: auto, cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.cta-card-content .btn__div {
    justify-content: flex-end;
    flex: 1;
}

.cta-card-content .btn__div .common-btn {
    font-size: 28px;
    padding: 15px 30px 17px 30px;
    min-height: 60px;
    white-space: nowrap;
}

/****************************************************/
.faq-section {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.faq_wrapper {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.accordion-wrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.faq-item {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.faq-answer {
    padding: 0 1.2rem 1.2rem 1.2rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #000;
}

.__list {
    padding-left: 20px;
}

.__list span {
    display: block;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: normal;
    position: relative;
    margin: 0 0 6px 0;
}

.__list span:last-child {
    margin-bottom: 0;
}

.__list span::before {
    content: '';
    width: 100%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}

/****************************************************/
.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(--theme);
}

.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;
}

/**************************************/
.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/careem-clone/check.svg);
    left: 0;
    top: 4px;
}

/**************************************/
.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;
    align-items: center;
}

.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/careem-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/careem-clone/check.svg);
    left: 0;
    top: 4px;
}

/**************************************/
.provide {
    padding-bottom: 30px;
}

.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 {
    background-color: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.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/careem-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(--theme);
}

.light-gray i {
    color: var(--theme);
}

.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(--theme);
    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(--theme);
    -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(--theme);
    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;
}

/**************************************/
.features {
    padding: 40px 0 0 0;
    background: #fff;
}

.features_inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.features_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.fet_left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 0 0 10px;
}

.fet_left .icon {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-size: 40px;
}

.icon.yellow {
    background-color: #fddf90;
    color: #a37900;
}

.icon.purple {
    background-color: #d6c8ff;
    color: #5c3dda;
}

.icon.pink {
    background-color: #ffd6df;
    color: #e63975;
}

.icon.blue {
    color: #263699;
    background-color: #d8dbfa;
}

.feature-box strong {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    width: calc(100% - 85px);
}

/**************************************/
.reviews {
    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(--theme) 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(--theme);
    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(--theme);
    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(--theme);
    box-shadow: 0 0 0 2px var(--theme) 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/careem-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(--theme);
    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(--theme);
    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;
}

/******************************************/

@media screen and (max-width: 1199px) {
    .banner-left h1 {
        font-size: 40px;
    }

    .main-banner-right {
        width: 47%;
    }

    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .w-cc-card span {
        font-size: 35px;
    }

    .tab_img {
        width: 515px !important;
    }

    .tab_img span {
        width: 230px;
    }

    .tab__content {
        width: calc(100% - 535px) !important;
        width: -webkit-calc(100% - 535px) !important;
        width: -moz-calc(100% - 535px) !important;
        width: -ms-calc(100% - 535px) !important;
        width: -o-calc(100% - 535px) !important;
    }

}

@media (max-width: 991px) {
    .heading .heading-style {
        font-size: 30px;
    }

    /* ==================================================== */
    .banner-inner {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .banner-left {
        width: 100%;
    }

    .banner-right {
        width: 100%;
        text-align: center;
    }

    /* ==================================================== */
    .w-cc-card-main {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ==================================================== */
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* ==================================================== */
    .tab__area {
        flex-direction: column;
    }

    .tab__content {
        width: 100% !important;
    }

    /* ==================================================== */
    .cta-card-content .btn__div .common-btn {
        font-size: 22px;
        padding: 15px 15px 17px 15px;
    }

    /* ==================================================== */
    .features_list {
        grid-template-columns: 1fr 1fr;
    }

    /* ==================================================== */
    .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;
    }

}

@media screen and (max-width: 767px) {
    .revenue_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ==================================================== */
    .ai__inner {
        padding: 30px 15px 0 15px;
    }

    .ai_list {
        grid-template-columns: 1fr;
    }

    .ai__inner::before {
        border-radius: 0;
    }
    /* ==================================================== */
    .accordion-wrapper{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:630px) {
    .banner-left h1 {
        font-size: 30px;
    }
    /* ==================================================== */
    .w-cc-card-main {
        grid-template-columns: 1fr;
    }
    .w-cc-card span {
        font-size: 30px;
    }
    .w-cc-card span br{
        display: none;
    }
    /* ==================================================== */
    .services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .service-box strong {
        font-size: 17px;
        line-height: 1em;
    }
    .service-box i {
        font-size: 40px;
    }
    /* ==================================================== */
    .revenue_grid {
        grid-template-columns: 1fr;
    }
    .card-body strong {
        font-size: 19px;
    }
    /* ==================================================== */
        .tab_img {
        text-align: center;
        justify-content: center;
        width: 100% !important;
        padding: 10px;
    }
    .flow-button-btn {
        font-size: 20px;
        padding: 13px 15px 14px 15px;
        width: auto;
    }
    /* ==================================================== */
    .cta-card-content{
        flex-wrap: wrap;
    }
    .cta-card-content .btn__div {
        justify-content: center;
    }
    .inset-card {
        padding: 20px;
        gap: 20px;
    }
    .cta-card-content .btn__div .common-btn {
        font-size: 22px;
        padding: 12px 15px 14px 15px;
        width: 100%;
    }
    /* ==================================================== */
    .features_list {
        grid-template-columns: 1fr;
    }
    /* ==================================================== */
    .faq-question {
        font-size: 17px;
    }
    /* ==================================================== */
    .reviews{
        padding-bottom: 0;
    }
    ul.reviews-list li{
        width: 50%;
        padding: 0 5px;
    }
    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 a img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
        ul.reviews-list li.morereview a {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    ul.reviews-list li a::after {
        right: 5px;
        top: 5px;
        width: 36px;
        height: 36px;
        background-size: 30px;
    }
}