/*------------------------------------------------------------------
Project: Taxigo App
Author: The_Krishna       
Last change: 15/04/2024 
Primary use: Taxi Booking Mobile App PWA
-------------------------------------------------------------------*/

/*----------------Table of contents Start---------------------------
1.Default CSS
2.Splash Screen CSS
3.Let you screen CSS
4.Verify Number CSS
5.Invite Friend CSS
6.Finger Print CSS
7.Preferred Language CSS
8.Account Screen CSS
9.Setting Screen CSS
10.Language Screen CSS
11.About Us Screen CSS
12.Privacy Screen CSS
13.Enable location Screen CSS
14.Reward Screen CSS
15.Taxigo Platinum Screen CSS
16.Promocode Screen CSS
17.HomeScreen CSS
18.Preloader CSS
19.Driver Trip Screen CSS
20.Cancel Ride Screen CSS
21.Going Screen CSS
22.Payment method Screen CSS
23.Address Screen CSS
24.logout Screen CSS
25.Rides Screen CSS
26.Faq Screen CSS
27.Processing Screen CSS
28.Wallet Screen CSS
29.Package Screen CSS
30.Arrived Screen CSS

---------Table of contents End-----------------------------------*/

/*------------------------ [Color codes] ------------------------
                        
Background:#FFFFFF,F0F0F0,#212B46,#FFAA01    
Content:#212B46, #67696B      
Heading h1: #212B46       
paragraph p:#67696B    
-------------------------------------------------------------------*/
@font-face {
    font-family: 'Yekan';
    src: url('../fonts/WeblogmaYekanRegular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/************************ 1.Default CSS ***************************/
html {
   scroll-behavior: smooth;
   -webkit-text-size-adjust: 100%;
   width: 100%;
   height: 100%;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
} 
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
body {
    max-width: 630px;
    margin: 0 auto;
    height: 100%;
}
svg{
    vertical-align: middle;
}
input{
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
textarea{
  outline-width: 0;
  outline-offset: 0;
  outline: 0;
}
.container{
    padding: 0 16px;
}
.loader-mask1{
    background: aliceblue;
}
.mt-32{
    margin-top: 32px !important;
}
.mt-16{
    margin-top: 16px;
}
.mt-24{
    margin-top: 24px;
}
.mt-8{
    margin-top: 8px;
}
.colr-black{
    color: var(--2, #212B46) !important;
}
.bg-yellow{
    background-color: #FFAA01 !important;
}
.color-white{
    color: white !important;
}
.sm-txt {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}
.site-content{
    width: 100%;
    height: 100%;
}
body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
::-webkit-scrollbar {
  width: 0px;
}
.mCSB_scrollTools {
    margin: 1px -3px 1px 0;
    opacity: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/************************ 2.Splash Screen CSS ***************************/
#splash-screen-page {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}
.back-btn a{
    display: flex;
    width: 24px;
    height: 24px;
}
h1.taxigo-txt {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}
p.taxigo-title {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.splash-screen-content {
    text-align: center;
}
#splashpage,
.splash-slider{
    height: 100vh;
}
.slider-txt h2 {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; 
}
.slider-txt p {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}
.slider-sec a {
   text-align: center;
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: 24px;
   border-radius: 12px;
   padding: 16px 24px;
   width: 89px;
   height: 48px;
   display: flex;
   align-items: center;
}
.address-screen-wrapper:nth-child(5){
 border-bottom: none !important;
 padding-bottom: 0 !important;
}
.skip-btn a{
    color: var(--2, #212B46);
}
.next-btn a{
    background: var(--4, #FFAA01);
    border-radius: 12px;
    color: white;
}
.slider-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    font-family: "Shabnam", "Yekan", sans-serif;
    width: 100%;
    right: 0;
    left: 0;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;
    background: white;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
}
.carousel-item{
    transition: unset !important;
}
.slider-img,
.verify-img,
.otp-resend,
.enable-img{
    text-align: center;
}
.Onboarding-Screen-1{
    margin-top: 40px;
}
.custom-slider-btn {
    position: fixed;
    left: 0;
    z-index: 2;
    padding: 0;
    margin: 0 !important;
    list-style: none;
    height: fit-content;
    bottom: 130px;
}
.onboarding-slider .carousel-indicators [data-bs-target] {
    margin-left: 4px;
    margin-right: 4px;
    opacity: 1;
}
.custom-slider-dots {
    width: 8px !important;
    height: 8px !important;
    border-radius: 8px !important;
    border: none !important;
    background: rgb(33 43 70 / 24%) !important;
}
.custom-slider-btn .active {
    width: 28px !important;
    background: #212B46 !important;
}

/************************ 3.Let you screen CSS ***************************/
.let-you-page-main {
    position: relative;
    background-color: #F0F0F0;
    height: 100%;
    overflow: auto;
}
#top-header {
    background: white;
    max-width: 630px;
}
.fixed {
    position: fixed;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0%;
    -webkit-box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    -webkit-animation: fixedheader 600ms ease 0ms 1 forwards;
    animation: fixedheader 600ms ease 0ms 1 forwards;
}
@keyframes fixedheader {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.let-you-top {
    background-image: url(../images/let-you-screen/bg-img.svg);
    background-position: bottom center;
    height: 375px;
    position: relative;
    background-color: #FB4945;
    width: 100%;
    max-width: 100%;
}
.checkout-modal-txt1 {
    color: var(--3, hsl(210, 2%, 41%));
    font-family: "Shabnam";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.lets_you_in_text {
 color: var(--2, #212B46);
 text-align: center;
 font-family: "Shabnam", "Yekan", sans-serif;
 font-size: 36px;
 font-style: normal;
 font-weight: 500;
 line-height: 36px; 
}
.icons_main a {
    border-radius: 8px;
    border: 2px solid var(--9, #F0F0F0);
    padding: 12px;
}
.lets_you_in_box {
    border-radius: 24px;
    background: var(--1, #FFF);
    padding: 32px 16px;
    margin: 0 16px;
    margin-bottom: 80px;
}
.icons_main{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
}
.or-section p {
 color: var(--3, #67696B);
 text-align: center;
 font-family: "Shabnam", "Yekan", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 24px; 
 overflow: hidden;
}
.or-section p:before, 
.or-section p:after {
    background: rgb(0 0 0 / 8%);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.or-section p:after {
    right: 8px;
    margin-left: -50%;
}
.or-section p:before {
    left: 8px;
    margin-right: -50%;
}
.sign-in-password-btn a{
  width: 100%;
  border-radius: 12px;
  background: var(--4, #FFAA01);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  color: var(--1, #FFF);
  text-align: center;
  font-family: "Shabnam", "Yekan", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
  margin: auto;
  max-width: 600px;  
}
.verify-number-btn a,
.update-change-btn a,
.track-ride a,
.feedback-submit a,
.going1-next-btn a{
    width: calc(100% - 32px);
    border-radius: 12px;
    background: var(--4, #FFAA01);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: var(--1, #FFF);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: auto;
}
#verify-number,
#finger-print,
#preferred-language,
#profile-edit,
#account-created,
#promocode-screen,
#add-new-add,
#address-screen,
#setting-page,
#add-new-card,
#wallet-screen,
#packages1,
#payment-main,
#enable-location{
    padding-bottom: 90px;
}
.verify-number-btn,
.update-change-btn,
.going1-next-btn {
    position: fixed;
    width: calc(100% - 32px);
    bottom: 8px;
    max-width: 600px;
    padding: 8px 0px;
    background: white;
    margin-right: auto;
    margin-left: auto;
    z-index: 99;
    right: 0;
    left: 0;
}
.block-footer p {
 color: var(--3, #67696B);
 text-align: center;
 font-family: "Shabnam", "Yekan", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 24px;
}
.block-footer a {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
#let-you-footer {
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 16px;
    z-index: 99;
    background-color: #F0F0F0;
    max-width: 600px;
    margin: 0 auto;
    left: 0;
}
.taxi-img_main {
    border-radius: 24px;
    background: var(--1, #FFF);
    width: fit-content;
    padding: 20px 18px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.let-you-social-sec{
    position: absolute;
    width: 100%;
    transform: translate(0%, -30%);
}
.back-btn {
    padding-top: 30px;
    padding-right: 16px;
    padding-left: 16px;
    height: 44px;
}
.iti__arrow:before {
    content: url(../svg/faq-up.svg) !important;
    position: absolute;
    right: 0;
    top: 0px;
    padding-right: 20px;
    margin-right: 12px !important;
}
.iti__arrow {
    border: 0 !important;
    margin-right: 12px !important;
}
.mobile-form {
    border-radius: 8px;
    background: #F0F0F0;
    padding: 12px;
}
.sign-in-custom-input {
    border: none;
    background: transparent;
    width: 100%;
    padding-right: 12px;
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.iti__selected-dial-code {
    display: none;
}
#mobile_code {
    margin-right: 20px;
    padding-left: 0;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}
.iti {
    display: flex !important;
}
.form-details-sign-in {
    border-radius: 8px;
    background: #F0F0F0;
    padding: 12px;
    display: flex;
}
p.title-sec {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none; 
}
input[type=number] {
    -moz-appearance: textfield;
}

/************************ 4.Verify Number CSS ***************************/
.header-name p {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.header-name{
    margin-left: auto;
    margin-right: auto;
}
.header-wrap {
    display: flex;
    align-items: center;
    padding: 12px 16px;
}
.header-back{
    width: 24px;
    height: 24px;
}
.header-back a{
   width: 24px;
   height: 24px;
   display: inline-flex;
}
.boder {
    height: 1px;
    background: var(--9, #F0F0F0);
}
.verify-txt p {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.otp-section input {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border-radius: 30px;
    border: 2px solid var(--2, #212B46);
    text-align: center;
    padding: 10px;
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.otp-section {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 11px;
}
.otp-section input:focus {
    border: 2px solid var(--4, #FFAA01);
    background: var(--1, #FFF);
    box-shadow: none !important;
}
.resend-txt1 {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.resend-txt2 a{
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.verify-txt h1 ,
.enable-details h1{
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

/************************ 5.Invite Friend CSS ***************************/
.invite-friend-wrapper {
    display: flex;
    align-items: center;
}
.invite-img {
    margin-left: 16px;
}
.invite-img img {
    border-radius: 50px;
}
.friend-invite {
    margin-right: auto;
}
.friend-select input {
    display: none;
}
.custom-radio-sel-friend {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 34px;
    border-radius: 4px;
    border: 2px solid #000;
    cursor: pointer;
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.friend-invite {
    margin-right: auto;
}
.friend-name {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
}
.friend-no a{
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    margin-top: 8px;
}
.friend-select input[type="checkbox"]:checked + label {
    border-radius: 4px;
    background: #000;
    color: var(--4, #FFAA01);
    border: 2px solid transparent;
}

/************************ 6.Finger Print CSS ***************************/
.scanner_main {
    height: 100%;
    width: 100%;
    padding-top: 123px;
}
.scan {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/finger-print/print-border.png);
    width: 220px;
    height: 220px;
    background-size: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
}
.scan .fingerprint {
    position: relative;
    width: 220px;
    height: 220px;
    background: url(../images/finger-print/finger-print-img.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}
.scan .fingerprint::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/finger-print/finger-print-img.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: animate 4s ease-in-out infinite;
    filter: bleftness(0) saturate(100%) invert(78%) sepia(73%) saturate(3542%) hue-rotate(358deg) bleftness(102%) contrast(106%);
}
.finger-print-main .modal-dialog {
    margin: inherit !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@keyframes animate {
    0%,
    100% {
        height: 0%;
    }

    50% {
        height: 100%;
    }
}
.scan .fingerprint::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: FFAA01;
    border-radius: 8px;
    filter: drop-shadow(0 0 20px #00D061) drop-shadow(0 0 60px #00D061);
    animation: animate_line 4s ease-in-out infinite;
}
@keyframes animate_line {

    0%,
    100% {
        top: 0%;
    }

    50% {
        top: 100%;
    }
}
.sub-text {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.skip-btn-print a,
.continue-btn a{
    width: 100%;
    padding: 18px 0;
    text-align: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    height: 48px;
}
.continue-btn a{
 color: var(--1, #FFF);
}
.continue-btn{
  background: var(--4, #FFAA01);  
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.skip-btn-print{
    background: var(--9, #F0F0F0);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.skip-btn-print a  {
 color: var(--2, #212B46); 
}
.finger-print-bottom-wrap{
    display: flex;
    column-gap: 16px;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 600px;
    margin: 0 auto;
    padding: 16px;
    background: white;
}
.finger-modal-content {
    width: 100%;
    margin: auto;
    margin: 0 16px;
}
.finger-modal-content .modal-body {
    padding: 32px 16px;
}
.finger-img-sec {
    text-align: center;
}
.finger-content-sec h2 {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.finger-content-sec p {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.finger-img-sec img{
    width: 100%;
}
#finger-print-modal {
    background: linear-gradient(180deg, rgba(33, 43, 70, 0.56) 0%, rgba(33, 43, 70, 0.24) 100%);
    backdrop-filter: blur(2px);
}
.loader {
    text-align: center;
}
.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/************************ 7.Preferred Language CSS ***************************/
#preferred-language .select-lang-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.lang-sec input[type="radio"] {
    display: none;
}
label.custom-radio-sel-lang {
    padding: 11px 16px;
    border-radius: 4px;
    border: 2px solid var(--9, #F0F0F0);
    cursor: pointer;
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.lang-sec input[type="radio"]:checked + label {
 background: var(--2, #212B46);
 border-radius: 4px;
 color: var(--4, #FFAA01);
 border: 2px solid transparent;
}
.hey-txt {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.select-lang {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#currency-page .form-check-input.custom-input,
#language-screen .form-check-input.custom-input{
    margin-right: 0 !important;
}

/************************ 8.Account Screen CSS ***************************/
.accout-screen-content h3 {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.accout-screen-content p {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
}
.accout-screen-edit {
    border-radius: 12px;
    background: var(--4, #FFAA01);
    padding: 12px;
    width: fit-content;
}
.accout-screen-first {
    display: flex;
    align-items: center;
}
.accout-screen-content {
    margin-right: 16px;
}
.accout-screen-edit {
    margin-right: auto;
}
.accout-screen-edit a{
    display: flex;
}
.accout-screen-img img{
    border-radius: 40px;
}
.accout-screen-second-full a {
    display: block;
}
.account-wrapper {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #F0F0F0;
}
.account-img {
    padding: 12px;
    background: #212B46;
    border-radius: 16px;
    margin-left: 16px;
    width: 48px;
    height: 48px;
}
.account-back-btn {
    margin-right: auto;
}
.account-content p {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.profile-edit-img {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: auto;
}
.profile-edit-img img {
    border-radius: 60px;
}
.image-input {
    position: absolute;
    bottom: 0;
    left: 0;
}
.image-input input {
    display: none;
}
.image-button {
    background: black;
    padding: 8px;
    border-radius: 20px;
    cursor: pointer;
}
.form-details-sign-in {
    border-radius: 8px;
    background: #F0F0F0;
    padding: 12px;
    display: flex;
}
.profile-custom-input {
    border: none;
    background: transparent;
    width: 100%;
    padding-right: 12px;
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

/************************ 9.Setting Screen CSS ***************************/
.setting-page-wrapper a {
    display: block;
}
.setting-deatils {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding: 8px 0;
}
.setting-icon {
    padding: 12px;
    background: #212B46;
    border-radius: 8px;
    margin-left: 16px;
    width: 48px;
    height: 48px;
}
.icon-name p{
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.icon-back-btn {
    margin-right: auto;
}
.sidecanvas .notification-option-switch {
    margin-right: auto;
}
.sidecanvas .offcanvas-body {
    padding-top: 0;
}
.theme-color .light {
    display: none;
}
.theme-btn .light, .theme-color .light {
    display: none;
}
#setting .notification-option-switch {
    margin-right: auto;
}
.notification-option-switch {
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-option-switch .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
.notification-option-switch .switch input {
    display: none;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.notification-option-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 4px;
    left: 0;
    bottom: 0;
    border: 1px solid rgb(102 102 102 / 20%);
    border-radius: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.notification-option-switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 22px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 22px;
    border: 0.5px solid #F0F0F0;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.08), 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}
#setting,
#about-us-section,
#account-screen,
#contact-us,
#invite-friend-page,
#privacy-page,
#notification2-screen,
#faq-section,
#language-screen,
.rewards-screen,
#currency-page,
#rewards-screen,
#taxigo-platinum-content,
#forget-password-screen-content,
#Package
{
    padding-bottom: 16px;
}
.notification-option-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification-option-switch input:checked + .slider {
    background: #FFAA01;
    border: 1px solid transparent;
}
.notification-option-switch input:checked + .slider:before {
    transform: translateX(-19px);
}
.notification-option-name p {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.notification-option-wrap{
    padding: 18px 0;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.notification-option-wrap:first-child{
    padding-top: 24px !important;
}
.notification-option-wrap:last-child{
    border-bottom:none !important;
}

/************************ 10.Language Screen CSS ***************************/
.change-lan-sec {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding-right: 0 !important;
    padding: 18px 0;
    border-bottom: 2px solid #F0F0F0;
}
.form-check-input.custom-input:checked {
    background: white;
    background-image: url(../svg/language-icon.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    border: none;
    mix-blend-mode: darken;
}
.change-lan-sec:first-child{
    padding-top: 0 !important;
}
.change-lan-sec:last-child{
    border-bottom: none !important;
}
.form-check-label.custom-lable {
    display: flex;
    align-items: center;
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
}
.form-check-input.custom-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #666666;
}
.form-check-input:focus {
    box-shadow: none !important;
}
.lang-input{
    padding: 17px 0;
}
.lang-label{
 padding: 17px 0;
 border-bottom: 1px solid rgb(0 0 0 / 8%);
 width: 100%; 
 display: flex;
 align-items: center;
}
.change-lan-sec:last-child .lang-label {
    border: navajowhite;
}
.change-lan-sec:first-child .lang-label,
.change-lan-sec:first-child .lang-input {
 padding-top: 0 ;
}
.lang-label span{
    float: inline-start;
    margin-left: 8px;
}
#currency-screen .lang-label{
    display: flex;
}
.language-sel .curr-icon path {
    stroke: #1E293B;
}
.language-sel .form-check-label.custom-lable {
    color: var(--2, #212B46);
}
.language-sel.lang-label .form-check-label.custom-lable{
    color: var(--2, #212B46);
}

/************************ 11.About Us Screen CSS ***************************/
.about-us-icon-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.social-detail-about {
    margin-right: auto;
    margin-left: auto;
}
.shape {
    width: 74px;
    height: 74px;
    border-radius: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.facebook-bg {
 background: rgb(59 89 153 / 8%);
}
.instragram-bg {
    background: linear-gradient(225deg, rgb(110 62 255 / 7%) 0%, rgb(224 49 77 / 7%) 47.92%, rgb(254 215 84 / 7%) 100%);
}
.twitter-bg {
    background: rgb(29 161 242 / 7%);
}
.youtube-bg {
    background: rgb(255 0 0 / 7%);
}
.about-social-txt {
   color: var(--3, #67696B);
   text-align: center;
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 500;
   line-height: 16px; 
   margin-top: 12px !important;
}

/************************ 12.Privacy Screen CSS ***************************/
.privacy-txt3{
    color: var(--2, #000);
    font-family: League Spartan,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
.privacy-txt1, .privacy-txt2, .privacy-txt6, .privacy-txt4, .privacy-txt5 {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.privacy-txt2, .privacy-txt5, .privacy-txt6 {
    padding-top: 10px !important;
}
.privacy-txt4 {
    padding-top: 16px !important;
}
.privacy-second-content {
    margin-top: 24px;
}

/************************ 13.Enable location Screen CSS ***************************/
.access-location{
    text-align: center;
    margin-top: 50px;
}

/************************ 14.Reward Screen CSS ***************************/
.first-sec-wrap h1 {
    color: var(--4, #FFAA01);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; 
}
.first-sec-wrap span {
    color: var(--4, #FFAA01);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}
.point-date {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px;
}
.first-sec{
    background-image: url(../images/rewards/bg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    border-radius: 16px;
    background-color: var(--2, #212B46);
    padding: 16px;
}
.reach-details h2 {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.complete-txt {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.reach-platinum {
    display: flex;
    column-gap: 12px;
}
.point-bottom{
    display: flex;
    column-gap: 12px;
}
.first-usd {
    border-radius: 16px;
    background: linear-gradient(114deg, #5C6680 0%, #212B46 100%);
    padding: 22px;
    display: flex;
    column-gap: 4px;
    justify-content: center;
}
.first-usd div:first-child{
    color: var(--1, #FFF);
    text-align: left;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.first-usd div:last-child{
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.discount-point-sec h3 {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px;
}
.discount-point-sec p {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
}
.discount-bottom-sec .slick-slide{
   margin: 0 8px;
}
.discount-bottom-sec .slick-list{
    margin-right: 16px;
}
.discount-sec h2 {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.discount-bottom-sec{
    margin-top: 12px;
}
.green-bg{
    background: linear-gradient(114deg, #81FFD0 0%, #00A266 100%) !important;
}
.red-usd{
    background: linear-gradient(114deg, #FF8C89 0%, #FB4945 100%) !important;
}
.food-img img{
    border-radius: 16px;
}

/************************ 15.Taxigo Platinum Screen CSS ***************************/
#header-top{
    background-image: url(../images/taxigo-platinum/bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 0;
}
.header-name-taxigo{
    margin-left: auto;
    margin-right: auto;
}
.header-name-taxigo p{
    color: var(--1, #FFF);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}
#rangeValue {
  position: relative;
  display: block;
  color: var(--1, #FFF);
  text-align: center;
  font-family: "Shabnam", "Yekan", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; 
}
.range {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
  background: #39435dc7;
  outline: none;
  border-radius: 6px;
  backdrop-filter: blur(4px);
  overflow: hidden;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFAA01;
  cursor: pointer;
  box-shadow: -407px 0 0 400px #FFAA01;
}
span.ride-txt {
    color: var(--1, #FFF);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.range-slider{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.cup-img{
    margin-top: 12px;
    text-align: center;
}
.completee-txt{
    color: var(--1, #FFF);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
.benefit-icon {
    border-radius: 16px;
    border: 2px solid var(--2, #212B46);
    background: var(--2, #212B46);
    padding: 12px;
    width: fit-content;
}
.benefit-content h3{
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
.benefit-content p{
   color: var(--3, #67696B);
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px;
   margin-top: 8px;
}
.benefits-details {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-top: 12px;
}
.benefits-sec h2,
.benefits-work-sec h2 {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.get-txt{
    margin-top: 12px !important;
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
#Platinum-faq-sec .accordion-body{
    border-radius: 16px;
    background: var(--2, #212B46);
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
#Platinum-faq-sec .accordion-button{
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    border-radius: 16px;
    background: var(--9, #F0F0F0);
}

/************************ 16.Promocode Screen CSS ***************************/
.promocode-img h1 {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.promocode-img{
    text-align: center;
}
.search{
    border-radius: 12px;
    border: 2px solid var(--9, #F0F0F0);
    background: var(--1, #FFF);
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.search.green-boder {
    border: 2px solid var(--5, #00A266);
}
.search-txt {
    border: none;
    background: none;
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
}
.search-txt::placeholder{
    color: var(--2, #212B46);
}
.search-btn img {
    padding-right: 16px;
}
.promo-txt {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.contatc-txt a{
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.no.txt{
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}
#contact-us .benefit-content p{
    margin-top: 0;
}
.noresult-img{
    text-align: center;
}
.noresult-content h2 {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; 
}
.noresult-content p {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
#error-message{
    display: none;
}
.benefits-details.benefits-details1 {
    border-bottom: 1px solid #F0F0F0 !important;
    padding-bottom: 8px;
}

/************************ 17.HomeScreen CSS ***************************/
.header-sec-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
    padding: 30px 16px;
}
#homescreen{
    background-image: url(../images/map/map-img.png);
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#homescreen1{
    background-image: url(../images/map/map2.png);
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#homescreen2{
    background-image: url(../images/map/map3.png);
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#homescreen3{
    background-image: url(../images/map/map4.png);
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header-setting {
    background: white;
    padding: 12px;
    border-radius: 16px;
}
.header-profile img {
    border-radius: 16px;
    border: 2px solid var(--2, #212B46);
}
.home-content p {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 8px;
}
.home-content h1 {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 8px;
}
.home-swipe-button {
    text-align: center;
}
.going4-screen .lang-sec input[type="radio"]:checked + label {
  border-radius: 24px !important;
  border: 2px solid var(--2, #212B46) !important;
  background: var(--1, #FFF) !important;
  color: var(--2, #212B46);
}
.going4-screen label.custom-radio-sel-lang{
    border-radius: 24px;
    border: 2px solid var(--2, #212B46);
    background: var(--1, #FFF);
}
.going8-screen label.custom-radio-sel-lang{
    border-radius: 12px !important;
    background: var(--9, #F0F0F0) !important;
}
.going8-screen .lang-sec input[type="radio"]:checked + label{
    border-radius: 12px;
    border: 2px solid var(--4, #FFAA01) !important;
    background: var(--2, #212B46) !important;
}

.going8-screen .homescree-bottom-sec-wrap{
    padding: 0;
}
.going8-screen .back-btn-going1 {
    padding: 20px 16px 0 16px;
}
.going8-screen .need-sit{
    padding: 0 16px;
}
.going8-screen .select-lang-sec{
    margin-right: 16px;
}
.going1-screen .pickup{
    padding: 0;
}
.going1-screen .search-btn img{
    padding: 12px 16px;
}
.going1-screen .enter-txt{
    padding: 12px 16px;
    border-radius: 12px;
    background: white;
}
.going1-screen .going1-next-btn,
.going3-screen .going1-next-btn {
    pointer-events: none;
    cursor: default;
}
.going1-feature.location-redirect {
    width: 96px;
    height: 112px;
}
.need-sit {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.menupage1-form-custom {
 border-radius: 12px;
 border: 2px solid var(--9, #F0F0F0);
 background: var(--1, #FFF);
 font-family: "Shabnam", "Yekan", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 24px;
 padding: 12px;
 width: 100%;
}
.single-input-form-menupage1 {
    width: 50%;
}
.arrow-icon {
    background: url(../images/map/date.svg) no-repeat;
    background-position: 96% center;
    appearance: none;
}
.arrow-icon.arrow-icon-time{
    background: url(../images/map/time.svg) no-repeat;
    background-position: 96% center;
}
.going7-time-sec {
    display: flex;
    align-items: center;
    column-gap: 30px;
    width: 100%;
}
.going8-screen .going1-next-btn,
.going7-screen .going1-next-btn{
    position: relative;
    margin-top: 0;
    padding: 0 16px 20px 16px;
    width: 100%;
}
.going8-screen .going1-next-btn a,
.going7-screen .going1-next-btn a{
    width: 100%;
}
.going8-content{
    border-radius: 12px;
    border: 2px solid var(--9, #F0F0F0);
    background: var(--1, #FFF);
    padding: 7px;
    width: 100%;
}
.menupage1-form-custom option {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.homescree-bottom-sec {
    position: fixed;
    width: 100%;
    bottom: 0;
    max-width: 600px;
}
.going7-screen label.custom-radio-sel-lang{
    border-radius: 12px;
    border: 2px solid var(--9, #F0F0F0);
    background: var(--1, #FFF);
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.going7-screen .lang-sec input[type="radio"]:checked + label{
    border-radius: 12px;
    border: 2px solid var(--4, #FFAA01);
    background: var(--2, #212B46);
}
.select-lang-sec{
 overflow-x: auto;
 flex-wrap: nowrap;
 white-space: nowrap;
}
.custom-radio-sel-lang span {
    padding-left: 8px;
    display: inline-flex;
    vertical-align: bottom;
}
.going4-screen .lang-sec input[type="radio"]:checked + label span svg path {
    stroke: #212B46 !important;
}
.going7-screen .need-sit {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.going1-icon {
    stroke-width: 2px;
    padding: 14px;
    border: 2px solid #212B46;
    width: 64PX;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    margin-right: auto;
    margin-left: auto;
}
.going-content1 h2 {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-top: 8px;
}
.going-content1 h3 {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    margin-top: 4px;
}
.going-screen1-wrap {
    display: flex;
    column-gap: 20px;
    overflow-x: auto;
    justify-content: space-between;
}
.going3-screen .going1-next-btn a,
.going1-screen .going1-next-btn a{
    background: var(--9, #F0F0F0) !important;
    color: var(--2, #212B46);
}
a.going1-feature {
    width: 25%;
}
span.back-txt {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.pickup {
    display: flex;
    border-radius: 12px;
    border: 2px solid var(--9, #F0F0F0);
    background: var(--1, #FFF);
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.going-screen-main .home-swipe-button img{
    transform: rotate(180deg);
}
.enter-txt {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: navajowhite;
    width: 100%;
}
.pickup-lbl {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.select-car-content li button{
    background: #868686;
    border-radius: 12px !important;
    border: 2px solid transparent;
}
.select-car-content{
    column-gap: 16px;
    flex-wrap: nowrap;
    overflow: auto;
    margin-right: 16px;
}
.select-car-content li button.active{
    background: #212B46 !important;
    border: 2px solid #FFAA01;
}
.homescreen-main .homescree-bottom-sec-wrap,
.driver-trip-main .homescree-bottom-sec-wrap{
    padding: 8px 16px 16px 16px;
}
.going1-screen .homescree-bottom-sec-wrap,
.going3-screen .homescree-bottom-sec-wrap,
.going6-screen .homescree-bottom-sec-wrap{
    padding: 24px 16px 16px 16px;
    padding-bottom: 100px;
}
.going7-screen .homescree-bottom-sec-wrap,
.going9-screen .homescree-bottom-sec-wrap,
.processing-main .homescree-bottom-sec-wrap,
.cancel-ride-main .homescree-bottom-sec-wrap{
    padding: 24px 16px 16px 16px;
}
.going2-screen .going2-location-sec {
    padding-bottom: 16px;
}

/************************ 18.Preloader CSS ***************************/
@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
}
10% {
    transform: translate(-1px, -3px) rotate(36deg);
}
20% {
    transform: translate(-2px, 0px) rotate(72deg);
}
30% {
    transform: translate(1px, 2px) rotate(108deg);
}
40% {
    transform: translate(1px, -1px) rotate(144deg);
}
50% {
    transform: translate(-1px, 3px) rotate(180deg);
}
60% {
    transform: translate(-1px, 1px) rotate(216deg);
}
70% {
    transform: translate(3px, 1px) rotate(252deg);
}
80% {
    transform: translate(-2px, -1px) rotate(288deg);
}
90% {
    transform: translate(2px, 1px) rotate(324deg);
}
100% {
    transform: translate(1px, -2px) rotate(360deg);
}
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
}
10% {
    transform: translate(-1px, -3px) rotate(-1deg);
}
20% {
    transform: translate(-2px, 0px) rotate(1deg);
}
30% {
    transform: translate(1px, 2px) rotate(0deg);
}
40% {
    transform: translate(1px, -1px) rotate(1deg);
}
50% {
    transform: translate(-1px, 3px) rotate(-1deg);
}
60% {
    transform: translate(-1px, 1px) rotate(0deg);
}
70% {
    transform: translate(3px, 1px) rotate(-1deg);
}
80% {
    transform: translate(-2px, -1px) rotate(1deg);
}
90% {
    transform: translate(2px, 1px) rotate(0deg);
}
100% {
    transform: translate(1px, -2px) rotate(-1deg);
}
}
@keyframes strikes {
  from {
    right: 25px;
}
to {
    right: -80px;
    opacity: 0;
}
}
@keyframes dots {
  from {
    width: 0px;
}
to {
    width: 15px;
}
}
@keyframes fadeIn {
  from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.fadeIn, .loading-window {
  animation: fadeIn 0.4s both;
}
.loading-window {
  background: #333;
  right: 50%;
  margin-right: -150px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 99;
}
.loading-window .text {
  font-size: 16px;
  position: absolute;
  width: auto;
  top: 75%;
  right: 38%;
  margin: 0 auto;
}
.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 1;
}
.car {
  position: absolute;
  width: 117px;
  height: 42px;
  right: 92px;
  top: 70px;
}
.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #FFAA01;
  animation: strikes 0.2s linear infinite;
}
.car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}
.car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}
.car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}
.car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}
.car-detail {
  position: absolute;
  display: block;
  background: #FFAA01;
  animation: speed 0.5s linear infinite;
}
.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #FFAA01;
  border-right: 20px solid #FFAA01;
}
.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  right: 0px;
}
.car-detail.center {
  height: 35px;
  width: 75px;
  right: 12px;
  border-top-right-radius: 30px;
  border-top-left-radius: 45px 40px;
  border: 4px solid #FFAA01;
  background: none;
  box-sizing: border-box;
}
.car-detail.center1 {
  height: 35px;
  width: 35px;
  right: 12px;
  border-top-right-radius: 30px;
}
.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  right: 67px;
  border-top-left-radius: 50px 40px;
  border-bottom-left-radius: 10px;
}
.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  right: 12px;
  border: 3px solid #333;
  background: linear-gradient(45deg, transparent 45%, #FFAA01 46%, #FFAA01 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #FFAA01 46%, #FFAA01 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #FFAA01 46%, #FFAA01 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #FFAA01 46%, #FFAA01 54%, transparent 55%), radial-gradient(#FFAA01 29%, transparent 30%, transparent 50%, #FFAA01 51%), #333;
  animation-name: spin;
}
.car-detail.wheel2 {
  right: 82px;
}
.loader-mask, .loader-mask1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.going2-screen label.custom-radio-sel-lang{
    border-radius: 24px;
    border: 2px solid var(--2, #212B46);
    background: var(--1, #FFF);
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.going2-screen .lang-sec input[type="radio"]:checked + label{
    border-radius: 24px;
    border: 2px solid var(--2, #212B46);
    background: var(--2, #212B46);
}
.going2-screen .lang-sec input[type="radio"]:checked + label span svg path {
    stroke: #FFAA01;
}
.location-content h2 {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.location-content p {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 2px;
}
.map-ongoing {
    display: flex;
    column-gap: 12px;
    margin-top: 12px;
}
.map-icon{
    width: 5%;
}
.location-content{
    width: 95%;
}
.boder-location {
    background: var(--9, #F0F0F0);
    height: 1px;
    margin-top: 12px;
    width: 100%;
}
.going2-screen .select-lang-sec {
    background: var(--9, #F0F0F0);
    padding: 16px;
    flex-wrap: nowrap;
    white-space: nowrap;
    display: flex;
    column-gap: 12px;
    overflow: unset;
}
.going7-screen .select-lang-sec,
.going8-screen .select-lang-sec{
    display: flex;
    flex-wrap: nowrap;
    column-gap: 12px;
}
.title-sec label {
    display: block;
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.going2-screen .back-btn-going1{
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
}
.going2-screen .going1-details,
.going2-screen .going2-location-sec-wrap{
    padding-right: 16px;
    padding-left: 16px;
}
.title-sec input {
    border-radius: 12px;
    border: 2px solid var(--9, #F0F0F0);
    background: var(--1, #FFF);
    padding: 12px 16px;
    width: 100%;
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.checkbox-input-add + .footer-chec-txt1 {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.footer-chec-txt1 {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.checkbox-input-add + .footer-chec-txt1:before {
    content: "";
    margin-left: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    border: 2px solid black;
    border-radius: 4px;
}
.checkbox-input-add:checked + .footer-chec-txt1:before {
    background: black;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 2px solid black;
}
.checkbox-input-add:checked + .footer-chec-txt1:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.checkbox-input-add {
    display: none;
}
.add-map img{
    width: 100%;
}
.onboarding-next-btn-plus {
    position: fixed;
    bottom: 20px;
}
.custom-radio .svg-edit {
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.visa-card-img {
    max-width: 100%;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.custom-input-home3-form::placeholder {
    color: white;
}
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
div#ui-datepicker-div {
    z-index: 500 !important;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
    background: #ffaa0170;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #FFAA01;
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
#new-card-inputs {
    margin-top: 24px;
}
.date-number-cvv {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.form-check-input-radio:checked+.checkout-modal-lbl-payment .payment-type {
    border-color: #FF484D;
}
.payment-type2 {
    border: 1px solid var(--border-colors);
    padding: 13px 0;
    border-radius: 4px;
    max-width: 75px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-radio .connect-text {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 0;
    margin: auto;
}
.connect-text {
    color: var(--4, #00D061);
    text-align: left;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.not-connect {
    color: var(--4, #FF484D);
}
.edit-info {
    font-size: 20px;
    color: var(--sub-text-color);
    position: absolute;
    left: 16px;
    top: 35%;
    cursor: pointer;
}
.edit-info-svg {
    stroke: var(--text-color);
}
.demo-visa {
    background-image: url(../images/payment/visa-card.png);
    background-position: center;
    background-repeat: no-repeat;
    max-height: 200px;
    height: 100%;
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.card-hidden-number {
 color: var(--1, #FFF);
 font-family: "Shabnam", "Yekan", sans-serif;
 font-size: 24px;
 font-style: normal;
 font-weight: 500;
 line-height: 36px;
 letter-spacing: 1.2px;
}
.card-name-jessica {
   color: var(--1, #FFF);
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px;
   letter-spacing: 0.8px;
   text-transform: uppercase;
   width: 100%;
   max-width: 170px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.card-date-cvv {
   color: var(--1, #FFF);
   text-align: left;
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px;
   letter-spacing: 0.8px;
   text-transform: uppercase;
}
.new_password_input .form-item input {
    border-radius: 8px;
    background: #F0F0F0;
    border: navajowhite;
    padding: 12px 16px;
    width: 100%;
    color: #212B46;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 8px;
}
.info-person {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.new_password_input .form-item input::placeholder{
 color: #212B46; 
}
.card-name-jessica-main {
    display: flex;
    justify-content: space-around;
    column-gap: 25px;
}
.ui-datepicker-header a.ui-datepicker-next {
    left: 0;
    background: url(../images/payment/right-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
}
.ui-datepicker-header a.ui-datepicker-prev {
    right: 0;
    background: url(../images/payment/right-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-header a>span {
    display: none;
}
.card-name-jessica-main-sub {
    display: flex;
    justify-content: space-around;
    column-gap: 25px;
}

/************************ 19.Driver Trip Screen CSS ***************************/
.driver-trip-first-sec-wrap {
    display: flex;
    column-gap: 8px;
}
.driver-details-wrap {
    display: flex;
    column-gap: 16px;
}
.driver-rate {
    border-radius: 12px;
    border: 2px solid var(--9, #F0F0F0);
    padding: 4px;
    display: flex;
    align-items: center;
    height: 24px;
    justify-content: center;
    width: 55px;
}
.star-img{
    display: flex;
}
.rate-txt {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding-right: 4px;
}
.driver-name p {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.driver-title {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 6px;
}
.driver-call {
    border-radius: 8px;
    border: 2px solid var(--2, #212B46);
    padding: 10px;
    margin-right: auto;
}
.driver-img img {
    border-radius: 8px;
}
.driver-trip-btn {
    display: flex;
    column-gap: 16px;
}
.rating-sec h1 {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.rating-sec p {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.star-rating {
    direction: rtl;
    text-align: center;
    cursor: default;
}
.star-rating input[type=radio] {
    display: none;
}
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input[type=radio]:checked ~ label {
    color: var(--9, #F0F0F0);
}
.star-rating label {
    color: #FFAA01;
    font-size: 2rem;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.product-textarea1 {
    width: 100%;
    resize: none;
    height: 80px;
    border: none;
    padding: 16px;
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background: var(--9, #F0F0F0);
}
.driver-trip-main label.custom-radio-sel-lang{
    width: 74px;
    height: 74px;
    border-radius: 37px !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.driver-trip-main .select-lang-sec{
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
    column-gap: 12px;
}
.trip-custom{
    color: var(--6, #FB4945);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.driver-trip-main .lang-sec input[type="radio"]:checked + label{
    border: 2px solid var(--4, #FFAA01);
}

/************************ 20.Cancel Ride Screen CSS ***************************/
.cancel-ride-main .form-check-input.custom-input:checked {
    background-image: url(../images/map/red-tick-icon.svg) !important;
    border: none;
}
.cancel-ride-main .form-check-input.custom-input{
    float: left !important;
}
.cancel-ride-main .change-lan-sec{
    display: block;
    padding: 12px 0;
}
.cancel-ride-main .change-lan-sec:first-child{
    padding-top: 12px !important;
}
.cancel-ride-main .change-lan-sec:last-child {
    border-bottom: 1px solid #F0F0F0 !important;
}
.cancel-ride-main .verify-number-btn a,
.going9-screen .verify-number-btn a{
    margin: auto;
    width: 100%;
}
.cancel-ride-main .verify-number-btn,
.going9-screen .verify-number-btn{
    position: relative;
    padding: 0;
    width: 100%;
}
.pay-btn.active {
    border: 1px solid #FFAA01 !important;
    border-radius: 4px !important;
}
.form-check-input:active{
    filter: none !important;
}
.driver-txt {
    color: var(--5, #00A266) !important;
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px;
}
.time_date p {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.going9-screen .going1-next-btn{
    position: relative;
    width: 100%;
    padding: 0;
}
.going9-screen .going1-next-btn a{
    width: 100%;
}
.going7-screen .going1-next-btn{
    padding: 0;
}

/************************ 21.Going Screen CSS ***************************/
.wallet-title {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.wallet-price1 {
    color: var(--6, #FB4945);
    text-align: left;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Wallet-first-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment-method-checkoutpage-full {
    display: flex;
    column-gap: 8px;
}
.check-select-mode input[type="radio"] {
    display: none;
}
.payment-custom-radio {
    width: 70px;
    height: 49px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(30, 41, 59, 0.1);
    border-radius: 4px;
    cursor: pointer;
}

/************************ 22.Payment method Screen CSS ***************************/
p.pay-txt1 {
    color: var(--2, #212B46);
    text-align: left;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}
.payment-icon-name p {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.payment-icon {
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    width: 45px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}
#payment-main .setting-deatils{
    padding: 16px 0;
}

/************************ 23.Address Screen CSS ***************************/
.address-screen-wrapper {
    display: flex;
    border-bottom: 1px solid #F0F0F0;
    padding: 24px 0;
}
.add-icon {
    border-radius: 4px;
    background: #F0F0F0;
    padding: 12px;
    width: 48px;
    height: 48px;
}
.add-deatils {
    margin-right: 12px;
}
.add-edit-btn {
    margin-right: auto;
}
.add-deatils-txt2 {
   color: var(--4, #FFAA01);
   text-align: center;
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 500;
   line-height: 16px;
   padding: 2px 8px;
   border-radius: 4px;
   background: var(--2, #212B46);
}
.add-deatils-txt1 {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
p.add-deatils-txt3 {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px;
}

/************************ 24.logout Screen CSS ***************************/
.offcanvas.offcanvas-bottom {
    border-radius: 24px 24px 0 0;
    padding: 32px 16px 30px 16px;
    height: auto;
}
.offcanvas.offcanvas-bottom .offcanvas-header {
    padding: 0;
    cursor: pointer;
}
.logout-main .offcanvas-body{
    padding: 0 !important;
}
button.text-reset {
    font-size: 18px;
    color: var(--2, #212B46) !important;
    padding: 0;
    opacity: 1 !important;
    border: 1px solid #212B46;
}
.btn-close:focus{
    box-shadow: none !important;
}
.sidecanvas .offcanvas-header{
    padding: 0px;
    justify-content: end;
    padding: 10px;
}
.sidecanvas .offcanvas-header .btn-close{
    margin: 0;
}
.logout-text-pop {
   color: var(--6, #FB4945);
   text-align: center;
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 32px;
   font-style: normal;
   font-weight: 500;
   line-height: 32px;
}
.logout-button-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.logout-cancel {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    width: 164px;
    height: 48px;
    border-radius: 12px;
    background: var(--9, #F0F0F0);
    border: none !important;
}
.sure-logout {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.yes-logot {
   border-radius: 12px;
   background: var(--4, #FFAA01);
   color: var(--1, #FFF);
   text-align: center;
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: 24px;
}

/************************ 25.Rides Screen CSS ***************************/
.order-screen2-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 0 16px;
}
.rides-main .moreless-button{
    margin-top: 16px;
}
.order-screen2-tab li.nav-item {
    width: 33.33%;
    position: relative;
    padding-top: 24px;
}
.upcoming-tab-wrap,
.history-tab-wrap,
.ride-active-now-wrap {
    padding-bottom: 30px;
}
.ride-active.green {
    background: #00A266;
}
.ride-active.green p,
.ride-active.red p{
    color: white;
}
.ride-active.red{
    background: #FB4945;
}
.order-screen2-tab-btn.active {
    color: #FFAA01 !important;
}
.order-screen2-tab-btn:hover{
   color: #212B46;
}
.order-screen2-tab-btn {
   color: var(--2, #212B46);
   text-align: center;
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px;
   background: transparent !important;
   border-radius: 0 !important;
   position: relative;
   padding: 0 !important;
   display: inline-block;
   width: 100%;
   padding-bottom: 8px !important;
   border-bottom: 2px solid #212B46 !important;
}
.order-screen2-tab li.nav-item button:before {
    content: '';
    background: #FFAA01;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    opacity: 0;
}
.order-screen2-tab li.nav-item .active:before {
    opacity: 1;
}
p.ride-time {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.ride-active{
    margin-right: auto;
    border-radius: 4px;
    background: var(--4, #FFAA01);
    padding: 3px 12px;
    height: fit-content;
}
.ride-active p {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.ride-details {
    border-radius: 16px;
    background: var(--1, #FFF);
    padding: 16px;
    margin-top: 12px;
}
#rides-upcoming{
    width: 100%;
    height: 100%;
}
.rides-body{
   background: var(--9, #F0F0F0);
}
.moretext {
    display: none;
}
.yellow{
    width: 20px;
    height: 20px;
    background: #FFAA01;
    border-radius: 10px;
}
.black{
    width: 20px;
    height: 20px;
    background: #212B46;
    border-radius: 8px; 
}
.ride-track {
    display: flex;
    position: relative;
}
.yellow::before {
    content: '';
    position: absolute;
    border-right: 2px dashed #212B46;
    height: 18px;
    top: 23px;
    right: 8px;
}
p.ride-txt1 {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-right: 12px;
}
p.ride-txt2 {
    color: var(--3, #67696B);
    text-align: left;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.ride-track-time{
    margin-right: auto;
}
.moreless-button {
    text-align: center;
}
.ride-more-content {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.ride-txt3 {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.ride-map-img {
    text-align: center;
    width: 100%;
}
.ride-map-img img {
    width: 100%;
    border-radius: 8px;
}

/************************ 26.Faq Screen CSS ***************************/
.search-iconn{
    border-radius: 24px;
    background: #F0F0F0;
    border: none;
    padding: 14px 0 14px 16px !important;
}
.search-text {
    border-radius: 24px;
    background: var(--9, #F0F0F0) !important;
    padding: 12px !important;
    border: none;
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.search-text::placeholder{
   color: var(--3, #67696B);
}
.search-text:focus{
    box-shadow: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
.offcanvas-backdrop{
    background: linear-gradient(180deg, rgba(33, 43, 70, 0.56) 0%, rgba(33, 43, 70, 0.24) 100%) !important;
    backdrop-filter: blur(2px) !important;
}
.offcanvas-backdrop.show {
    opacity: 1 !important;
}
.nested-accordion {
    cursor: pointer;
    position: relative;
}
.nested-accordion .comment {
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
}
.faq-txt1:before {
    content: url(../svg/plus-icon.svg) !important;
    position: absolute;
    left: 0;
    color: #FF4C3B;
}
.faq-txt1.selected:before {
    content: url(../svg/minus-icon.svg) !important;
}
.nested-accordion h3 {
   color: var(--2, #212B46);
   font-family: "Shabnam", "Yekan", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px;
}
.faq-txt1.selected {
   color: var(--6, #FB4945) !important;
   font-family: "Space Grotesk" !important;
   font-size: 16px !important;
   font-style: normal !important;
   font-weight: 500 !important;
   line-height: 20px !important;
}
#faq-section label.custom-radio-sel-lang{
    border-radius: 16px;
    border: 2px solid var(--2, #212B46);
    background: var(--1, #FFF);
    padding: 7px 12px !important;
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
}
#faq-section .lang-sec input[type="radio"]:checked + label{
    color: var(--4, #FFAA01);
    border-radius: 16px;
    border: 2px solid var(--2, #212B46);
    background: var(--2, #212B46);
}
#faq-section .select-lang-sec{
    overflow-x: auto;
    display: flex;
    column-gap: 16px;
}
.home_faq_accodian_area {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
}
.home_faq_accodian_title {
    background-color: #F0F0F0;
    position: relative;
    padding: 16px;
    border-radius: 16px;
    transition: all 0.2s ease-in-out;
}
.home_faq_accodian_title.active {
    background-color: #212B46;
    border-top-right-radius: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.2s ease-in-out;
}
.home_faq_accodian_title::after,
.faqs_accodian_title::after {
    content: url(../svg/up-arrow.svg);
    display: block;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 16px;
    font-size: 40px;
    color: #007cfb;
    transition: all 0.5s ease-in-out;
    font-weight: 300;
}
.home_faq_accodian_title.active::after,
.faqs_accodian_title.active::after {
    content: url(../svg/down-arrow.svg);
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.home_faq_accodian_item:first-child .home_faq_accodian_tab,
.faqs_accodian_item:first-child .faqs_accodian_tab {
    display: block;
}
.home_faq_accodian_tab {
    background-color: #212B46;
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0 16px 16px;
    border-radius: 10px 20px;
    display: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 20px;
    position: relative;
    top: -1px;
    z-index: -1;
}
.home_faq_accodian_title.active h5{
    color: #FFAA01 !important;
}
.color_white{
    color: white;
}
h5.faq-que {
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

/************************ 27.Processing Screen CSS ***************************/
.processing-content h3 {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.processing-content p {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}
.processing-loader{
    text-align: center;
}
#wrap {
    text-align: center;
    margin-top: 32px; 
}
.btn-slide2 {
    position: relative;
    display: inline-block;
    height: 46px;
    width: 100%;
    line-height: 50px;
    border-radius: 12px;
    background: var(--9, #F0F0F0);
    transition: .5s;
}
.btn-slide2:hover {
   background: #FFAA01;
}
.btn-slide2:hover span.circle2 {
    right: 100%;
    margin-right: -43px;
    background-color: #F0F0F0;
    color: #000;
}
.btn-slide2:hover span.title2 {
    right: 40px;
    opacity: 0;
}
.btn-slide2:hover span.title-hover2 {
    opacity: 1;
    right: 100px;
    top: -2px;
}
.btn-slide2 span.circle2 {
    display: block;
    background-color: #ffffff;
    color: #000;
    position: absolute;
    float: right;
    margin: 3px 4px;
    line-height: 42px;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    transition: .5s;
    border-radius: 8px;
}
.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    position: absolute;
    right: 100px;
    top: -1px;
    margin: 0 auto;
    transition: .5s;
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.btn-slide2 span.title-hover2 {
    right: 80px;
    opacity: 0;
}
.driver-trip-main .Wallet-first-content{
    padding: 20px 0;
    border-top: 2px solid #F0F0F0;
    border-bottom: 2px solid #F0F0F0;
}
p.driver-price {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
p.driver-price1 {
    color: var(--6, #FB4945);
    text-align: left;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.driver-found1 .driver-trip-first-sec-wrap{
    padding-bottom: 24px;
}
.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFAA01;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

/************************ 28.Wallet Screen CSS ***************************/
.wallet-top-screen{
    background-image: url(../images/wallet/wallet-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    padding: 32px;
}
.wallet-top-screen p {
    color: var(--1, #48a922);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.wallet-price span:first-child {
    color: var(--4, #FFAA01);
    text-align: left;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.wallet-price span:last-child {
    color: var(--4, #FFAA01);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding-right: 4px;
}
.wallet-price{
    text-align: center;
    margin-top: 12px;
    display: flex;
    align-items: start;
    justify-content: center;
}
.profile-custom-input::placeholder{
    color: var(--2, #212B46);
}
.add-amount-txt{
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
#wallet-screen .form-details-sign-in{
    margin-top: 14px;
}
.wallet-limit{
    color: var(--3, #67696B);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}
.wallet-title-payment{
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
#wallet-screen .payment-custom-radio{
    border: 2px solid #F0F0F0;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}
#wallet-screen .pay-btn.active{
    border: 2px solid #FFAA01 !important;
    border-radius: 24px !important;
}

/************************ 29.Package Screen CSS ***************************/
.package-tab{
    flex-wrap: nowrap;
    column-gap: 16px;
}
.package-btn{
    border-radius: 12px !important;
    background: var(--9, #F0F0F0) !important;
    width: 98px;
    height: 48px;
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.package-btn.active,
.package-btn:hover{
    background: var(--4, #FFAA01) !important;
    color: var(--1, #FFF) !important;
}
.nav-link.package-btn{
    padding: 0px;
}
.package-top p{
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.ride-tab-content,
.packages1-wrap-content {
    border-radius: 16px;
    background: linear-gradient(114deg, #5C6680 0%, #212B46 100%);
    padding: 32px;
}
.total-rides span:first-child {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.total-rides span:last-child {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.get-txt-usd{
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
}
.package-vaild-plan span:first-child {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.package-vaild-plan span:last-child{
 color: var(--1, #FFF);
 text-align: left;
 font-family: "Shabnam", "Yekan", sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: 500;
 line-height: 18px;
}
.package-vaild-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #6f7a92;
    border-bottom: 2px solid #6f7a92;
    padding: 8px 0;
}
.package-buy-btn a {
    border-radius: 12px;
    background: var(--4, #FFAA01);
    color: var(--1, #FFF);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    display: flex;
    align-items: center;
}
.package-buy-btn {
    border-radius: 12px;
    background: var(--4, #FFAA01);
    width: 106px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#customAmountInputContainer{
    display: none;
    text-align: center;
    margin-top: 10px;
}
input#customAmount {
    border: 2px solid #F0F0F0;
    padding: 6px;
    border-radius: 8px;
    color: var(--2, #212B46);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
input#customAmount::placeholder{
   color: var(--2, #212B46); 
}
.current-package span:first-child{
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; 
}
.current-package span:last-child{
    color: var(--1, #FFF);
    text-align: left;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
}
.rides {
    background: var(--1, #FFF);
    height: 4px;
    width: 100%;
}
.rides-right {
    display: flex;
    column-gap: 4px;
    margin-top: 12px;
}
.rides.bg-grey {
    background: #6f7a92;
}
.current-package {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-ride-right {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
}
.packages2-discount span {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
ul.condition li {
    color: var(--1, #FFF);
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.condition{
    padding: 0;
    margin: 0;
    margin-top: 8px !important;
    padding-right: 16px;
}

/************************ 30.Arrived Screen CSS ***************************/
#arrived-screen {
    background-image: url(../images/map/arrived-map.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.overlay {
    background: linear-gradient(180deg, rgba(33, 43, 70, 0.56) 0%, rgba(33, 43, 70, 0.24) 100%);
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
    z-index: 9;
    position: relative;
}
.arrived-screen-modal-content {
    border-radius: 24px;
    background: var(--1, #FFF);
    padding: 32px 16px;
    margin: 0 16px;
    position: relative;
    z-index: 99;
}
.arrived-map-sec{
    text-align: center;
}
.arrived-screen-modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.arrived-txt {
    color: var(--2, #212B46);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.next-trip {
    color: var(--3, #67696B);
    text-align: center;
    font-family: "Yekan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#arrived-screen .skip-btn-print{
    background: var(--4, #FFAA01);
}
#arrived-screen .continue-btn{
    background: var(--9, #F0F0F0);
}
#arrived-screen .skip-btn-print a {
    color: var(--1, #FFF);
}
#arrived-screen .continue-btn a {
    color: var(--2, #212B46);
}
.go-to-home a {
    width: 100%;
    border-radius: 12px;
    border: 2px solid var(--4, #FFAA01);
    background: var(--1, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: var(--4, #FFAA01);
    text-align: center;
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: auto;
}
.header-sec-arrived .header-sec-wrap{
    position: absolute;
    width: 100%;
    z-index: 6;
    max-width: 600px;
}
body {
    text-align: right;
    direction: rtl;
}

/* 2. Move Sidebar to the Right Side */
.offcanvas-start {
    left: auto !important;
    right: 0 !important;
    border-right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.offcanvas-start.show:not(.hiding),
.offcanvas-start.showing {
    transform: none;
    -webkit-transform: none;
}

/* 3. Fix Close Button Position (Move to Left) */
.sidecanvas .offcanvas-header {
    justify-content: flex-end; /* در حالت RTL، پایان یعنی سمت چپ */
    padding: 16px;
}
.sidecanvas .offcanvas-header .btn-close {
    margin: 0;
}

/* 4. Fix Menu Items Alignment */
.setting-deatils {
    display: flex;
    align-items: center;
    flex-direction: row !important; /* جهت استاندارد افقی */
    text-align: right;
    width: 100%;
}

/* 5. Icon Styling (Right Side) */
.setting-icon {
    margin-left: 16px !important; /* فاصله از متن */
    margin-right: 0 !important;
}

/* 6. Text Styling (Middle) */
.icon-name {
    flex-grow: 1; /* پر کردن فضای خالی */
    text-align: right;
}

/* 7. Arrow/Back Button Styling (Left Side) */
.icon-back-btn {
    margin-right: auto !important; /* چسبیدن به سمت چپ */
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    transform: rotate(180deg); /* چرخش فلش به سمت چپ */
}

/* 8. Fix Phone Input inside Sidebar (if any) */
.iti__arrow:before {
    left: auto !important;
    right: 0 !important;
    padding-left: 0 !important;
    padding-right: 20px;
}
.iti__flag-container {
    right: auto !important;
    left: 0 !important;
}

/* 9. Accordion Arrows Fix */
.home_faq_accodian_title::after,
.faqs_accodian_title::after {
    left: 16px !important;
    right: auto !important;
}
.payment-radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-card-input {
  display: none;
}

.payment-card-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-card-label:hover {
  background-color: #f9f9f9;
}

.payment-card-input:checked + .payment-card-label {
  border-color: #ffaa01;
  background-color: #fff8e1;
}

.payment-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-icon-box {
  width: 48px;
  height: 48px;
  background: #f0f0f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #212b46;
}

.payment-card-input:checked + .payment-card-label .payment-icon-box {
  background: #ffaa01;
  color: #fff;
}

.payment-title {
  font-family: "Shabnam", "Yekan", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #212b46;
  margin: 0;
}

.wallet-balance {
  font-size: 12px;
  color: #67696b;
  margin-top: 4px;
}

.check-mark {
  display: none;
  color: #ffaa01;
  font-size: 20px;
}

.payment-card-input:checked + .payment-card-label .check-mark {
  display: block;
}
.star-rating-wrapper {
  direction: ltr; /* جهت چپ به راست برای چیدمان صحیح ستاره‌ها */
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse; /* معکوس برای انتخابگرهای CSS */
  gap: 10px;
}

.star-rating input {
  display: none; /* مخفی کردن رادیو باتن‌ها */
}

.star-rating label {
  font-size: 40px; /* سایز بزرگ */
  color: #e0e0e0; /* رنگ پیش‌فرض خاموش */
  cursor: pointer;
  transition: color 0.2s;
  margin: 0;
  padding: 0;
}

/* حالت انتخاب شده و هاور */
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #ffaa01 !important; /* رنگ زرد روشن */
}

.site-content {
  display: flex;
  flex-direction: column;
  height: 100vh; /* ارتفاع کل صفحه */
  overflow: hidden;
  background-color: #f5f5f5;
}

/* 1. تنظیمات هدر */
/* تنظیمات هدر */
.header-sec {
  flex: 0 0 auto;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 70px; /* ارتفاع ثابت برای هدر */
}

.header-sec-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: relative; /* برای قرارگیری نوار وسط */
}

/* بخش راست: لوگو و متن */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2; /* بالاتر از نوار وسط */
  background: #fff; /* برای خوانایی بهتر روی نوار نیفتد */
  padding-left: 10px;
}

.brand-logo img {
  width: 40px;
  height: 40px;
}

.brand-logo h2 {
  font-family: "Shabnam";
  font-size: 20px;
  font-weight: 800;
  color: #212b46;
  margin: 0;
}

/* نوار تاکسی وسط (عمودی) */
.taxi-vertical-strip {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 20px; /* عرض نوار */
  background-color: #ffaa01; /* رنگ زرد */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1;
}

/* خط‌های مشکی داخل نوار */
.taxi-line {
  width: 60%;
  height: 4px;
  background-color: #212b46; /* رنگ مشکی/سرمه‌ای */
  border-radius: 2px;
}

/* بخش چپ: دکمه‌ها */
.header-actions {
  display: flex;
  gap: 12px;
  z-index: 2;
  background: #fff;
  padding-right: 10px;
}

.action-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  transition: all 0.2s;
}

.action-btn img {
  width: 24px;
  height: 24px;
}

/* استایل خاص برای عکس پروفایل */
.profile-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #ffaa01;
}

/* کانتینر نگهدارنده نقشه (فضای وسط) */
.map-container {
  position: relative;
  flex: 1; /* پر کردن فضای باقی‌مانده */
  width: 100%;
  overflow: hidden;
}

/* 2. تنظیمات نقشه */
#map {
  width: 100%;
  height: 100%; /* ارتفاع ۱۰۰ درصدِ فضای کانتینر */
  z-index: 1;
}

/* پین وسط نقشه */
.center-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  pointer-events: none;
  width: 45px;
  height: 45px;
}

/* 3. تنظیمات بخش پایین */
.homescree-bottom-sec {
  flex: 0 0 auto; /* ارتفاع ثابت */
  width: 100%;
  margin-top: -20px !important; /* کمی روی نقشه بیاید تا گردی گوشه‌ها دیده شود */
  z-index: 10;
  position: relative;
}

.homescree-bottom-sec-wrap {
  background: #fff;
  border-radius: 24px 24px 0 0;
  padding: 20px 16px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

/* اصلاحات ظاهری */
.homescreen-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.active-ride-sec {
  padding: 0;
}
.homescree-bottom-sec {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 9999;
  background: #fff;
}

/* حالتی که سرچ فعال است */
.homescree-bottom-sec.search-active {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
  padding-top: 20px;
}

.homescree-bottom-sec-wrap {
  background: transparent;
  box-shadow: none;
}

/* مخفی کردن سایر المان‌ها در حالت سرچ برای خلوت شدن صفحه */
.homescree-bottom-sec.search-active .going1-details:not(:first-of-type),
.homescree-bottom-sec.search-active .going1-next-btn,
.homescree-bottom-sec.search-active .back-btn-going1 {
  display: none;
}

/* استایل لیست نتایج */
.search-results-container {
  margin-top: 15px;
  background: #fff;
  display: none; /* پیش فرض مخفی */
  width: 100%;
}

/* نمایش لیست وقتی داخل کلاس اکتیو هستیم */
.homescree-bottom-sec.search-active .search-results-container {
  display: block;
}

.search-result-item {
  padding: 16px 10px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: right;
  transition: background 0.2s;
}

.search-result-item:hover {
  background-color: #f9f9f9;
}

.search-result-item i {
  color: #ffaa01;
  font-size: 20px;
  background: #fff8e1;
  padding: 8px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* دکمه بستن جستجو */
.close-search-btn {
  display: none;
  position: absolute;
  left: 20px;
  top: 35px; /* تنظیم با توجه به هدر */
  font-size: 24px;
  color: #212b46;
  cursor: pointer;
  z-index: 10005;
}

.homescree-bottom-sec.search-active .close-search-btn {
  display: block;
}

/* استایل اینپوت در حالت سرچ */
.input-group-custom {
  transition: all 0.3s;
}
/*------------------------------------- Map Screen Custom Styles -------------------------------------*/
/* تنظیمات کلی صفحه نقشه */
.map-screen-wrapper {
    position: relative;
    width: 100%;
    height: 100vh; /* تمام صفحه */
    overflow: hidden;
}

/* کانتینر نقشه در پس‌زمینه */
.map-full-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* باکس جستجو شناور (استایل مشابه اینپوت‌های پروژه) */
.floating-search-box {
    position: absolute;
    top: 24px; /* فاصله از بالا */
    left: 16px;
    right: 16px;
    z-index: 100;
}

/* لیست نتایج جستجو */
#search-results-list {
    background: #fff;
    border-radius: 12px;
    margin-top: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-height: 300px;
    overflow-y: auto;
    display: none;
    border: 1px solid #F0F0F0;
}

.search-result-row {
    padding: 12px 16px;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.search-result-row:last-child {
    border-bottom: none;
}

.search-result-row:hover {
    background-color: #FFF8E1; /* رنگ پس‌زمینه خیلی روشن زرد موقع هاور */
}

.search-icon-circle {
    width: 32px;
    height: 32px;
    background-color: #F0F0F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212B46;
}

.search-info h4 {
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #212B46;
    margin-bottom: 4px;
}

.search-info p {
    font-family: "Shabnam", "Yekan", sans-serif;
    font-size: 11px;
    color: #67696B;
}

/* دکمه موقعیت مکانی (استایل دایره‌ای پروژه) */
.custom-location-btn {
    position: absolute;
    bottom: 180px; /* فاصله از پایین (بالای پنل آدرس) */
    right: 16px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px; /* گردی گوشه‌ها طبق پروژه */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 90;
    cursor: pointer;
    border: 1px solid #F0F0F0;
}

.custom-location-btn i {
    font-size: 20px;
    color: #212B46;
}

/* پنل پایین صفحه */
.map-bottom-sheet {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 24px 24px 0 0; /* گردی فقط بالا */
    box-shadow: 0 -5px 20px rgba(0,0,0,0.05);
    z-index: 100;
    padding: 24px 16px;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

/* متن آدرس انتخاب شده */
.selected-address-box {
    margin-bottom: 24px;
    padding-right: 12px;
    border-right: 4px solid #FFAA01; /* خط نارنجی سمت راست */
}

.selected-address-title {
    color: #67696B;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
}

.selected-address-text {
    color: #212B46;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* نشانگر وسط نقشه */
.center-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 50;
    pointer-events: none;
    transition: transform 0.2s ease;
}
/*------------------------------------- Fixed Layout for Map Screen -------------------------------------*/
/* تنظیم ساختار کلی صفحه بصورت فلکس باکس عمودی */
.site-content.map-layout {
    display: flex;
    flex-direction: column;
    height: 100vh; /* ارتفاع کل صفحه */
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

/* هدر در بالا ثابت */
.header-sec {
    flex: 0 0 auto; /* ارتفاع اتوماتیک بر اساس محتوا */
    z-index: 10;
    width: 100%;
}

/* کانتینر نقشه فضای باقی‌مانده را پر می‌کند */
.map-fill-container {
    flex: 1; /* پر کردن فضای خالی وسط */
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* پنل پایین */
.bottom-panel-fixed {
    flex: 0 0 auto; /* ارتفاع بر اساس محتوا */
    width: 100%;
    background: #fff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    z-index: 20;
    position: relative;
    padding-bottom: 20px;
}

/* دکمه موقعیت مکانی (شناور روی نقشه، بالای پنل) */
.floating-location-btn {
    position: absolute;
    bottom: 20px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 5;
    cursor: pointer;
    border: 1px solid #f0f0f0;
}

/* لیست نتایج جستجو (داخل پنل پایین باز شود) */
.search-results-dropdown {
    position: absolute;
    bottom: 100%; /* باز شدن به سمت بالا */
    left: 16px;
    right: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    max-height: 250px;
    overflow-y: auto;
    display: none;
    z-index: 100;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}

/* استایل آیتم‌های جستجو */
.result-item {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.result-item:hover { background: #f9f9f9; }
.result-icon {
    width: 30px; height: 30px;
    background: #f0f0f0; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #212B46; font-size: 14px;
}
.result-info h4 { font-size: 14px; margin: 0; color: #212B46; font-weight: bold; }
.result-info p { font-size: 11px; margin: 0; color: #666; }

/* متن آدرس انتخاب شده */
.current-address-label {
    text-align: right;
    margin: 4px 16px 45px 16px;
    padding-right: 10px;
    border-right: 3px solid #FFAA01;
    font-size: 14px;
    color: #212B46;
    font-weight: 500;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
/* --- استایل باکس جستجو شناور در بالای نقشه --- */
.floating-top-search {
    position: absolute;
    top: 20px; /* فاصله از بالای نقشه */
    left: 16px;
    right: 16px;
    z-index: 1000; /* بالاتر از نقشه */
}

/* استایل کادر جستجو (همان استایل پروژه) */
.floating-top-search .pickup {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

/* لیست نتایج (باز شدن به سمت پایین) */
.search-results-dropdown {
    position: absolute;
    top: 100%; /* باز شدن زیر اینپوت */
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1001;
    margin-top: 8px;
    border: 1px solid #f0f0f0;
}

/* سایر استایل‌ها ثابت می‌مانند */
.site-content.map-layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}
.map-fill-container {
    flex: 1;
    position: relative;
    width: 100%;
}
.result-item {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    background: #fff;
}
.result-item:hover { background: #f9f9f9; }
.result-icon {
    width: 32px; height: 32px;
    background: #f0f0f0; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #212B46;
}
/* --- استایل‌های قدرتمند حالت تاریک (Dark Mode v2) --- */

/* 1. پس‌زمینه اصلی تمام صفحات */
body.dark-mode,
body.dark-mode .site-content,
body.dark-mode .app-container {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}

/* 2. تمام باکس‌های سفید و کارت‌ها */
body.dark-mode .travel-details-card,
body.dark-mode .active-ride-sec,
body.dark-mode .passenger-card,
body.dark-mode .trip-card,
body.dark-mode .header-nav,
body.dark-mode .offcanvas,
body.dark-mode .modal-content,
body.dark-mode .balance-box,
body.dark-mode .dashboard-header,
/* هدر پنل راننده */
body.dark-mode .driver-header,
/* هدر راننده پیدا شد */
body.dark-mode .payment-status-box {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border-color: #333 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

/* 3. تمام متون و نوشته‌ها */
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode p,
body.dark-mode span,
body.dark-mode strong,
body.dark-mode .icon-name p,
body.dark-mode .payment-amount,
body.dark-mode .form-label,
body.dark-mode .text-dark {
    color: #e0e0e0 !important;
}

/* 4. اینپوت‌ها و فیلدها */
body.dark-mode input,
body.dark-mode select,
body.dark-mode textarea,
body.dark-mode .form-control,
body.dark-mode .form-select,
body.dark-mode .discount-input,
body.dark-mode .input-group-text {
    background-color: #2c2c2c !important;
    border-color: #444 !important;
    color: #fff !important;
}

/* 5. دکمه‌های فرعی و آیکون‌ها */
body.dark-mode .big-icon,
body.dark-mode .going1-icon,
body.dark-mode .setting-icon,
body.dark-mode .icon-back-btn,
body.dark-mode .pay-icon-box,
body.dark-mode .pay-icon,
body.dark-mode .big-trip-btn,
body.dark-mode .call-btn,
body.dark-mode .car-details-box {
    background-color: #333 !important;
    color: #fff !important;
    border-color: #444 !important;
}

/* 6. متن‌های کم‌رنگ (توضیحات) */
body.dark-mode .text-muted,
body.dark-mode .home-content p,
body.dark-mode .big-content h3,
body.dark-mode .small {
    color: #aaa !important;
}

/* 7. نقشه (تیره کردن) */
body.dark-mode #map {
    filter: invert(1) hue-rotate(180deg) brightness(0.8) !important;
}

/* 8. پلاک خودرو (استثنا: باید روشن بماند تا خوانا باشد) */
body.dark-mode .license-plate-wrap {
    background-color: #fff !important;
    border-color: #000 !important;
}

body.dark-mode .license-plate-wrap span,
body.dark-mode .license-plate-wrap div {
    color: #000 !important;
}