@font-face {
    font-family: "ClanPro-Book";
    font-weight: 300;
    src: url(../fonts/clan/ClanPro-Book.otf) format("opentype")
}

@font-face {
    font-family: "ClanPro-Book";
    font-weight: 600;
    src: url(../fonts/clan/ClanPro-Medium.otf) format("opentype")
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
ul {
    font-family: "ClanPro-Book", sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: .1px
}

body {
    background-color: #fff;
    color: #44444d
}

.strong {
    font-weight: 600;
    color: #000;
    letter-spacing: .1px
}

.free {
    color: blue;
    letter-spacing: .1px
}

.light {
    font-weight: 300;
    color: #000;
    letter-spacing: .1px
}

a {
    outline: none !important
}

a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: forestgreen
}

.no-margin {
    margin: 0 !important
}

.no-top-margin {
    margin-top: 0 !important
}

.no-bottom-margin {
    margin-bottom: 0 !important
}

.no-left-margin {
    margin-left: 0 !important
}

.no-right-margin {
    margin-right: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-top-padding {
    padding-top: 0 !important
}

.no-bottom-padding {
    padding-bottom: 0 !important
}

.no-left-padding {
    padding-left: 0 !important
}

.no-right-padding {
    padding-right: 0 !important
}

.no-border {
    border: 0px !important
}

.navbar-brand {
    float: left;
    height: 60px;
    padding: 10px 15px 10px;
    font-size: 18px;
    line-height: 20px
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 20px 30px
}

.navbar-brand img {
    height: 40px
}

.navbar {
    border: 0;
    border-radius: 0;
    background-color: #fff
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.active>a,
.nav>li.active>a:focus,
.nav>li.active>a:hover {
    text-decoration: none;
    background-color: forestgreen;
    color: #fff
}

.banner {
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(107 162 79 / .7)
}

.banner-head {
    color: #fff;
    margin-top: 70px;
    line-height: 50px;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: 600
}

.banner-head .strong {
    color: #fff
}

.banner-form {
    background-color: #fff;
    border-top: 10px solid #eee;
    padding: 30px;
    border-radius: 5px
}

.banner-form .fields {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.banner-form .left {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.banner-form .right {
    margin-left: 70px
}

.banner-form h3 {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px
}

.banner-form h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: forestgreen
}

.banner-form h5:hover {
    color: forestgreen !important
}

.banner-form h5 i:hover {
    color: forestgreen !important
}

.banner-form h5 i {
    color: forestgreen !important;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1)
}

.banner-form .right a {
    text-decoration: none
}

.banner-form .right a:hover h5,
.banner-form .right a:focus h5,
.banner-form .right a:active h5 {
    color: #278064
}

.banner-form .right a:hover h5 i,
.banner-form .right a:focus h5 i,
.banner-form .right a:active h5 i {
    color: #278064;
    position: relative;
    left: 5px;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1)
}

.note-or a {
    color: forestgreen
}

.note-or:hover a,
.note-or:active a,
.note-or:focus a {
    color: #278064;
    text-decoration: none
}

.menu-btn {
    padding: 10px 15px !important;
    margin: 10px;
    font-weight: 500;
    font-size: 16px !important;
    background-color: forestgreen;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 1px 5px #998daf
}

.white-section {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px
}

.gray-section {
    background-color: #f8f8f9;
    padding-top: 80px;
    padding-bottom: 80px
}

.img-block img {
    max-height: 300px;
    margin: 0 auto;
    max-width: 100%
}

.content-block h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: sans-serif;
    color: #333
}

.content-block p {
    margin-bottom: 20px;
    line-height: 30px
}

.title-divider {
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #eee;
    margin-bottom: 20px
}

.content-more {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: forestgreen
}

.content-more i {
    color: #fff;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1)
}

.content-more {
    text-decoration: none
}

.content-more:hover,
.content-more:focus,
.content-more:active {
    color: #fff
}

.content-more:hover i,
.content-more:focus i,
.content-more:active i {
    color: #fff;
    position: relative;
    left: 5px;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1)
}

.full-section {
    position: relative
}

.full-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background-size: cover;
    background-position: center center
}

.content-block h3 {
    margin-bottom: 0;
    margin-top: 0
}

.content-more-btn {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: forestgreen;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    padding-top: 18px
}

.content-more-btn i {
    color: #fff;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1)
}

.content-more-btn {
    text-decoration: none
}

.content-more-btn:hover,
.content-more-btn:focus,
.content-more-btn:active {
    background-color: #278064;
    color: #fff
}

.content-more-btn:hover i,
.content-more-btn:focus i,
.content-more-btn:active i {
    color: #fff;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1)
}

.find-city {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff
}

.find-form input {
    background-color: #eee;
    padding: 40px 15px;
    border: none !important;
    border-radius: 4px;
    font-size: 25px;
    font-family: sans-serif
}

.find-form span {
    border: 0;
    padding: 0;
    border-radius: 0
}

.find-form span button {
    border: none !important;
    border-radius: 0;
    padding: 25px 50px;
    background-color: forestgreen
}

.find-form span button i {
    color: #fff
}

.footer-city {
    width: 100%;
    height: 390px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #eee;
    background-size: cover
}

.footer {
    background-color: #000;
    color: #fff
}

.footer .logo-img {
    max-width: 150px
}

.footer .logo-img img {
    max-width: 100%;
    height: 20px
}

.footer-logo {
    border-bottom: 1px solid #555;
    margin-bottom: 35px !important;
    padding-bottom: 25px;
    margin-left: 15px !important;
    margin-right: 15px !important
}

.footer ul {
    list-style: none;
    color: #fff;
    padding: 0
}

.footer ul li a {
    color: #fff;
    line-height: 26px;
    margin-bottom: 5px;
    display: inline-block
}

.footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.footer .social a i {
    color: #ddd
}

.footer .social li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px
}

.footer .app img {
    height: 40px;
    margin-bottom: 10px
}

.footer .copy p {
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0;
    letter-spacing: 1px
}

.footer .copy {
    padding-bottom: 20px;
    padding-top: 20px
}

.navbar-brand {
    margin-left: 60px !important;
    margin-right: 50px
}

body {
    position: relative;
    overflow-x: hidden
}

body,
html {
    height: 100%
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #fff0
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 60px
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px
}

#page-content-wrapper {
    width: 100%
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in
}

.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #fff0
}

.sidebar-nav li a img {
    max-width: 100%;
    max-height: 40px
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none
}

.hamburger {
    position: fixed;
    top: 15px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: #fff0;
    border: none
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -1px
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.hamburger.is-open .hamb-middle {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / .6);
    z-index: 1
}

.content-block.small h2 {
    font-size: 22px
}

.full-white {
    padding: 10px
}

.full-white a {
    background-color: #fff;
    color: #333 !important;
    padding: 10px !important;
    text-align: center;
    line-height: 21px;
    padding-bottom: 6px !important
}

.full-white a:hover,
.full-white a:focus,
.full-white a:active {
    background-color: #fff !important;
    text-decoration: none;
    color: #000 !important
}

.white-border {
    padding: 10px
}

.white-border a {
    background-color: #000;
    color: #fff !important;
    padding: 10px !important;
    text-align: center;
    line-height: 21px;
    padding-bottom: 6px !important;
    border: 2px solid #fff
}

.white-border a:hover,
.white-border a:focus,
.white-border a:active {
    background-color: #fff;
    text-decoration: none;
    color: #fff !important
}

.sub-head {
    margin-top: 0;
    line-height: 50px;
    margin-bottom: 15px
}

.car-tab .nav-tabs>li>a {
    border: 0;
    border-bottom: 4px solid transparent !important;
    border-radius: 0;
    padding: 10px 0 10px 0;
    margin-right: 20px;
    font-size: 16px
}

.car-tab .nav-tabs li.active a,
.car-tab .nav-tabs li.active a:hover,
.car-tab .nav-tabs li.active a:focus,
.car-tab .nav-tabs li.active a:active,
.car-tab .nav-tabs li a:hover,
.car-tab .nav-tabs li a:focus,
.car-tab .nav-tabs li a:active {
    color: forestgreen;
    border: 0;
    border-bottom: 4px solid forestgreen !important;
    background-color: #fff0
}

.car-slide {
    margin-top: 30px;
    text-align: center
}

.car-slide img {
    max-width: 100%
}

.two-title {
    line-height: 50px;
    margin-top: 0 !important
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.fare-form input {
    border: 0;
    border-radius: 0;
    line-height: 10px;
    padding: 16px 15px 12px 12px;
    height: 45px
}

.fare-form input,
.fare-form select {
    border-radius: 2px !important;
    box-shadow: 2px 2px 10px #eaeaea;
    border-color: #f3f3f3
}

.fare-form span {
    border: 0;
    padding: 0;
    border-radius: 0
}

.fare-form span button {
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 45px;
    padding: 10px 20px;
    background-color: forestgreen
}

.fare-form span button i {
    color: #fff
}

.fare-form {
    max-width: 400px;
    margin-top: 10px;
    width: 100%
}

.fare-form input {
    border: 1px solid #eee
}

.fare-radio input[type=radio] {
    display: none
}

.fare-radio input:checked+label {
    background-color: #000;
    color: #fff
}

.fare-radio label {
    width: 100% !important;
    display: block !important;
    max-width: 400px;
    height: 40px;
    padding: 10px;
    border-bottom: 1px solid #111;
    margin: 0
}

.fare-radio label .name {
    float: left
}

.fare-radio label .rate {
    float: right
}

.fare-radio input:checked+label .name,
.fare-radio input:checked+label .rate {
    color: #fff
}

.fare-detail {
    margin-top: 20px
}

.full-primary-btn {
    border: 0;
    margin: 0;
    padding: 10px;
    background-color: forestgreen;
    color: #fff;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    border-radius: 30px;
    font-weight: 600
}

.fare-btn {
    max-width: 400px
}

.drive-btn {
    max-width: 300px;
    display: inline-block;
    width: auto
}

.full-page-bg {
    background-size: cover;
    position: relative
}

.log-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(0 0 0 / .2)
}

.full-page-bg-inner {
    padding: 30px 30px
}

.log-left h2 {
    font-size: 4.5em;
    color: #fff;
    margin-top: 1em
}

.log-left p {
    color: #fff;
    line-height: 2em;
    font-size: 1.2em
}

.login-box-outer {
    max-width: 400px;
    float: right
}

.login-box {
    background-color: #f1f1f1;
    padding: 40px 20px
}

.log-blk-btn {
    background-color: #111;
    padding: 20px;
    display: block;
    color: #fff;
    text-align: center;
    padding-bottom: 16px
}

.log-blk-btn:hover,
.log-blk-btn:focus,
.log-blk-btn:active {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.login-box h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px
}

.login-box input {
    display: block;
    border-radius: 0;
    padding: 10px;
    padding-top: 14px;
    height: 40px;
    margin-bottom: 15px;
    width: 100%
}

.login-box select {
    display: block;
    border-radius: 0;
    padding: 10px;
    padding-top: 14px;
    height: 40px;
    margin-bottom: 15px;
    width: 100%
}

.log-teal-btn {
    background-color: forestgreen;
    padding: 20px;
    display: block;
    color: #fff;
    text-align: center;
    padding-bottom: 16px;
    width: 100%;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.log-teal-btn:hover,
.log-teal-btn:focus,
.log-teal-btn:active {
    background-color: forestgreen;
    color: #fff
}

.log-teal-btn.fb {
    background-color: #3b5998;
    color: #fff;
    font-size: 10px;
    padding: 12px 10px 10px;
    margin: 5px 0
}

.log-teal-btn.fb i {
    color: #fff;
    margin-right: 10px
}

.log-teal-btn.gp {
    background-color: #dd4b39;
    color: #fff;
    font-size: 10px;
    padding: 12px 10px 10px;
    margin: 5px 0
}

.log-teal-btn.gp i {
    color: #fff;
    margin-right: 10px
}

.helper a {
    color: forestgreen
}

.helper a:hover,
.helper a:focus,
.helper a :active {
    color: forestgreen;
    text-decoration: none
}

.helper {
    margin-bottom: 0
}

.log-copy {
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
    margin-top: 20px
}

@media screen and (max-width:991px) {
    .img-block {
        margin-top: 20px
    }

    .find-city {
        padding: 40px 0
    }

    .img-block img {
        max-height: 300px;
        margin: 20px auto;
        max-width: 100%
    }

    .full-img {
        position: relative;
        height: 300px;
        width: 100%;
        margin: 20px auto
    }

    .login-box-outer {
        float: none;
        margin: 30px auto
    }

    .content-block {
        margin-bottom: 30px
    }

    .row .box-shadow {
        box-shadow: 0 0 20px #dcdade;
        padding: 20px;
        border-radius: 5px;
        height: auto
    }

    .app-dwon a img {
        height: 60px;
        margin-bottom: 20px
    }

    .support img {
        max-width: 100%;
        width: 160px
    }
}

@media screen and (max-width:800px) {
    .navbar-nav>li>a {
        font-size: 16px;
        padding: 20px 20px
    }

    .support {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .log-left h2 {
        font-size: 40px;
        line-height: 55px
    }
}

@media screen and (max-width:500px) {
    .footer-city {
        height: 220px
    }

    .log-left h2 {
        font-size: 30px;
        line-height: 45px
    }

    .log-right {
        padding: 0
    }
}

.checkbox input {
    display: inline-block;
    padding: 0 !important;
    padding-top: 14px;
    height: 20px;
    width: 15px;
    margin-top: -1px
}

.left img {
    height: 60px
}

input[type=checkbox] {
    display: inline-block;
    padding: 0 !important;
    padding-top: 14px;
    height: 14px;
    width: 16px;
    margin-top: -3px
}

.banner-ride-drive {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px
}

.banner-ride-drive .left {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.banner-ride-drive .right {
    margin-left: 70px
}

.more-btn {
    background-color: forestgreen;
    box-shadow: 1px 1px 5px #998daf;
    padding: 15px 20px;
    color: #fff;
    border-radius: 30px
}

.more-btn:hover,
.more-btn:focus,
.more-btn:active {
    color: #fff;
    transition: .4s ease-in-out all
}

.content-block {
    height: auto;
    padding: 40px 25px;
    border-radius: 4px
}

.btn-title {
    font-size: 25px;
    font-weight: 600;
    color: forestgreen;
    text-align: center;
    font-family: sans-serif
}

.btn-icon {
    float: left;
    clear: right;
    margin: 0 auto
}

.center {
    text-align: center;
    padding-bottom: 40px
}

.img-box img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 600px
}

.icon img {
    width: 60px
}

.btn-icon img {
    width: 60px
}

.topmenu-btn {
    padding: 10px 15px !important;
    margin: 10px;
    font-weight: 500;
    font-size: 16px !important;
    background-color: forestgreen;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 1px 5px #998daf
}

.pad-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.app-dwon {
    background-image: url(../img/app-download-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    content: ""
}

.app-dwon a img {
    height: 60px
}

.app-dwon h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    font-family: sans-serif
}

.find-city h2 {
    padding-bottom: 30px
}

.socil-media ul li {
    display: inline-block;
    border-radius: 50px;
    margin-right: 30px
}

.white {
    color: #fff
}

.socil-media ul li i {
    color: forestgreen
}

.footer-social h2 {
    margin-bottom: 40px;
    color: #fff
}

.box-shadow {
    box-shadow: 0 0 20px #dcdade;
    padding: 20px;
    border-radius: 5px;
    height: 320px
}

.box-shadow:hover {
    box-shadow: 1px 1px 5px #e7def7;
    padding: 20px;
    border-radius: 5px;
    height: 320px;
    transition: .2s all
}

.btn-outline {
    padding: 10px 15px !important;
    margin: 9px;
    font-weight: 500;
    font-size: 16px !important;
    background-color: #fff0;
    border: 1px solid forestgreen;
    color: forestgreen;
    border-radius: 30px;
    box-shadow: 1px 1px 10px #cec8d8;
    transition: .2s all
}

span.phone-icon i {
    position: relative;
    top: 20px;
    color: forestgreen
}

* {
    outline: none
}

.call-box {
    background-color: #f9f9f9;
    padding: 50px 20px;
    border-radius: 4px;
    box-shadow: 0 0 20px #dcdade
}

.support img {
    max-width: 100%
}

.sup-txt {
    text-align: center;
    padding-top: 30px
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: forestgreen;
    background-image: none;
    border: 1px solid forestgreen;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    background-color: #fff
}

.call-num a {
    font-weight: 600;
    text-decoration: none
}

.login-container {
    display: flex;
    max-width: 1000px;
    width: 100%;
    min-height: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

.login-left {
    flex: 1;
    background: linear-gradient(135deg, #91b71f, #415a20);
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.login-left::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(255 255 255 / .1)
}

.left-panel::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgb(255 255 255 / .1)
}

.login-logo {
    margin-bottom: 30px;
    z-index: 1
}

.login-logo img {
    max-width: 180px;
    width: 100%
}

.login-left h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #fff
}

.login-left p {
    font-size: 16px;
    opacity: .9;
    max-width: 90%;
    color: #fff;
    line-height: 1.6
}

.login-features {
    margin-top: 30px;
    list-style: none;
    padding: 0
}

.login-features li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff
}

.login-features li i {
    margin-right: 15px;
    background: rgb(255 255 255 / .2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.login-right {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.login-header {
    text-align: center;
    margin-bottom: 30px
}

.login-header h3 {
    font-size: 24px;
    color: #212529;
    margin-bottom: 10px
}

.login-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.checkbox-group input {
    margin-right: 10px;
    accent-color: #91b71f
}

.btn-login {
    width: 100%;
    padding: 15px;
    background: #415a20;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease
}

.btn-login:hover {
    background: #91b71f;
    transform: translateY(-2px)
}

.forgot-password-links {
    text-align: center;
    margin-top: 20px
}

.forgot-password-links a {
    color: #415a20;
    text-decoration: none;
    transition: all 0.3s ease
}

.forgot-password-links a:hover {
    color: #3a0ca3;
    text-decoration: underline
}

@media (max-width:900px) {
    .login-container {
        flex-direction: column;
        max-width: 500px
    }

    .login-left,
    .login-right {
        padding: 30px
    }

    .login-left {
        order: 2
    }

    .login-right {
        order: 1
    }
}

@media (max-width:480px) {

    .login-left,
    .login-right {
        padding: 20px
    }

    .login-left h2 {
        font-size: 24px
    }

    .btn-register,
    .btn-login {
        padding: 12px
    }
}

.register-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    min-height: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

.left-panel {
    flex: 1;
    background: linear-gradient(135deg, #415a20, #91b71f);
    color: #fff;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.left-panel::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgb(255 255 255 / .1)
}

.left-panel::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(255 255 255 / .1)
}

.logo {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.logo img {
    max-width: 180px;
    width: 100%
}

.left-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #fff
}

.left-content p {
    font-size: 16px;
    opacity: .9;
    max-width: 90%;
    color: #fff
}

.features {
    margin-top: 1.5rem;
    list-style: none;
    padding: 0
}

.features li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff
}

.features li i {
    margin-right: .75rem;
    background: rgb(255 255 255 / .2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.right-panel {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff
}

.back-button {
    position: absolute;
    top: 2px;
    background: #91b71f;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
    color: #6c757d
}

.back-button:hover {
    background: #e9ecef;
    transform: translateX(-3px);
    color: #3a0ca3
}

.form-header {
    text-align: center;
    margin-bottom: 35px
}

.form-header h3 {
    font-size: 26px;
    font-weight: 600;
    color: #91b71f;
    margin-bottom: 8px
}

.form-header p {
    color: #6c757d;
    font-size: 15px
}

.form-group {
    margin-bottom: 20px;
    position: relative
}

.form-group.double {
    display: flex;
    gap: 15px
}

.form-group.double>div {
    flex: 1;
    position: relative
}

.flag-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    pointer-events: none
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d
}

.input-icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer
}

.form-control {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid #91b71f;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fcfcfc;
    height: 50px
}

.form-control:focus {
    border-color: #91b71f;
    outline: none;
    box-shadow: 0 0 0 3px rgb(145 183 31 / .15);
    background: #fff
}

.error-message {
    font-size: 13px;
    margin-top: 5px;
    display: flex;
    align-items: center
}

.error-message i {
    margin-right: 5px
}

.btn-register {
    background: linear-gradient(to right, #415a20, #91b71f);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgb(67 97 238 / .3)
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(67 97 238 / .4)
}

.btn-service {
    background: linear-gradient(to right, #415a20, #91b71f);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgb(67 97 238 / .3)
}

.btn-service:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(67 97 238 / .4)
}

.login-link {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #415a20
}

.login-link a {
    color: #91b71f;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease
}

.login-link a:hover {
    color: #415a20
}

.footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 13px;
    color: var(--gray);
    background-color: #91b71f
}

@media (max-width:900px) {
    .register-container {
        flex-direction: column;
        max-width: 500px
    }

    .left-panel {
        padding: 30px;
        order: 2
    }

    .right-panel {
        order: 1
    }

    .left-content h2 {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .form-group.double {
        flex-direction: column;
        gap: 20px
    }

    .left-panel,
    .right-panel {
        padding: 25px
    }

    .left-content p {
        max-width: 100%
    }

    .back-button {
        top: 2px;
        left: 15px
    }
}

.reset-email-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    min-height: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

@media (max-width:900px) {
    .reset-email-container {
        flex-direction: column;
        max-width: 500px
    }
}

.documents-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    min-height: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

.documents-left-panel {
    flex: 1;
    background: linear-gradient(135deg, #415a20, #91b71f);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.documents-logo {
    margin-bottom: 40px
}

.documents-logo img {
    height: 50px
}

.documents-left-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.documents-left-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff
}

.documents-left-content p {
    margin-bottom: 30px;
    font-size: 16px;
    opacity: .9;
    max-width: 90%;
    color: #fff
}

.documents-progress-container {
    margin: 30px 0
}

.documents-progress-steps {
    list-style: none;
    counter-reset: step-counter
}

.documents-progress-steps li {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    position: relative
}

.documents-progress-steps li:before {
    counter-increment: step-counter;
    content: counter(step-counter);
    background: rgb(255 255 255 / .2);
    width: 30px;
    height: 30px;
    border-radius біг: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 600
}

.documents-progress-steps li.active:before {
    background: #fff;
    color: #415a20
}

.documents-progress-steps li.completed:before {
    background: #fff;
    color: #415a20;
    content: '✓'
}

.documents-right-panel {
    flex: 1.5;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.documents-form-header {
    margin-bottom: 30px
}

.documents-form-header h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 10px
}

.documents-form-header p {
    color: #7f8c8d
}

.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    margin-bottom: 30px
}

.document-card {
    border: 2px dashed #91b71f;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
    background: #f8f9fa
}

.document-card:hover {
    border-color: #415a20;
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .1)
}

.document-icon {
    font-size: 40px;
    color: #3498db;
    margin-bottom: 15px
}

.document-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748
}

.document-description {
    font-size: 14px;
    color: #718096;
    margin-bottom: 15px
}

.document-file-input {
    display: none !important
}

.document-file-label {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #91b71f, #415a20);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500
}

.document-file-label:hover {
    background: linear-gradient(135deg, #415a20, #91b71f)
}

.documents-file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #718096;
    word-break: break-all
}

.upload-status {
    margin-top: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center
}

.status-pending {
    color: #e67e22
}

.status-completed {
    color: #27ae60
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center
}

.alert-info {
    background-color: #e1f0ff;
    border: 1px solid #415a20;
    color: #415a20
}

.alert-error {
    background-color: #ffeded;
    border: 1px solid #e74c3c;
    color: #e74c3c
}

.alert-success {
    background-color: #effef0;
    border: 1px solid #27ae60;
    color: #27ae60
}

.alert i {
    margin-right: 10px;
    font-size: 20px
}

.requirements {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #3498db
}

.requirements h4 {
    margin-bottom: 10px;
    color: #2d3748
}

.requirements ul {
    padding-left: 20px;
    color: #718096
}

.requirements li {
    margin-bottom: 8px
}

@media (max-width:900px) {
    .documents-container {
        flex-direction: column
    }

    .documents-grid {
        grid-template-columns: 1fr
    }

    .documents-left-panel {
        order: 2
    }

    .documents-right-panel {
        order: 1
    }
}

.ride-booking-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgb(0 0 0 / .08);
    margin-top: 20px;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif
}

.booking-form {
    padding: 20px
}

.location-input {
    margin-bottom: 25px;
    position: relative
}

.location-input .input-group-addon {
    background: #f8f9fa;
    border-right: none;
    color: #6c757d;
    padding: 0 15px
}

.location-input .form-control {
    border-left: none;
    padding: 14px 15px;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    border-radius: 0 8px 8px 0;
    border: 1px solid #91b71f;
    border-left: none
}

.location-input .input-group-addon i {
    font-size: 18px;
    color: #91b71f;
    margin-top: 15px;
    margin-left: -5px
}

.fare-details {
    background: #f9fafc;
    border-radius: 12px;
    padding: 20px;
    margin: 25px 0;
    border: 1px solid #91b71f
}

.fare-title {
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 17px;
    display: flex;
    align-items: center
}

.fare-title:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #91b71f;
    margin-right: 10px;
    border-radius: 2px
}

.fare-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center
}

.fare-label {
    color: #4a5568;
    font-size: 12px;
    font-weight: 600;
}

.fare-value {
    font-weight: 600;
    color: #1a202c;
    font-size: 15px
}

.hourly-calculation {
    background: #f0f4ff;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #91b71f
}

.hourly-input-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.hourly-label{
    flex: 1;
    color: #4a5568;
    font-size: 12px;
    font-weight: 600;
}

.hourly-input-group input {
    width: 80px;
    padding: 8px 12px;
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 15px
}

.hourly-input-group .btn {
    background: linear-gradient(135deg, #91b71f 0%, #415a20 100%);
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hourly-total {
    font-weight: 600;
    color: #1a202c;
    text-align: right;
    font-size: 15px;
    margin-top: 10px
}

.wallet-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef
}

.wallet-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px
}

.wallet-toggle input {
    display: none
}

.toggle-slider {
    width: 44px;
    height: 22px;
    background: #e2e8f0;
    border-radius: 22px;
    position: relative;
    margin-right: 12px;
    transition: all 0.3s
}

.toggle-slider:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    top: 2px;
    left: 2px;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1)
}

.wallet-toggle input:checked+.toggle-slider {
    background: #007bff
}

.wallet-toggle input:checked+.toggle-slider:before {
    transform: translateX(22px)
}

.toggle-text {
    color: #4a5568;
    font-size: 14px;
    font-weight: 500
}

.wallet-balance {
    margin-top: 8px
}

.payment-section {
    margin: 25px 0
}

.payment-title {
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 17px;
    display: flex;
    align-items: center
}

.payment-title:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #91b71f;
    margin-right: 10px;
    border-radius: 2px
}

.payment-select {
    padding: 12px 15px;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e0e6ed;
    font-size: 15px;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px
}

.card-select {
    margin-top: 15px
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px
}

#btn-ride-now {
    flex: 1;
    padding: 14px;
    font-weight: 600;
    border-radius: 10px;
    background: #91b71f;
    border: none;
    font-size: 15px;
    letter-spacing: .5px;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgb(145, 183, 31 / .2)
}

#btn-schedule {
    flex: 1;
    padding: 14px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid #91b71f;
    background: #91b71f;
    font-size: 15px;
    letter-spacing: .5px;
    transition: all 0.2s
}

#btn-ride-now:hover {
    background: #415a20;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgb(65, 90, 32 / .25)
}

#btn-schedule:hover {
    background: #f8faff;
    transform: translateY(-2px)
}

.map-container {
    padding: 20px
}

.map-responsive {
    position: relative;
    height: 50%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(0 0 0 / .08);
    border: 1px solid #e0e6ed
}

#map {
    height: 100%;
    min-height: 230px;
    width: 100%;
    position: static !important;
    overflow: hidden !important
}

.schedule-modal .modal-content {
    border-radius: 16px;
    border: none;
    overflow: hidden
}

.schedule-modal .modal-header {
    border-bottom: none;
    padding: 25px 25px 15px;
    background: #f8fafc
}

.schedule-modal .modal-title {
    font-weight: 600;
    color: #2d3748;
    font-size: 18px
}

.schedule-modal .modal-body {
    padding: 20px 25px
}

.schedule-modal .form-group {
    margin-bottom: 20px
}

.schedule-modal label {
    display: block;
    margin-bottom: 8px;
    color: #4a5568;
    font-weight: 500;
    font-size: 14px
}

.schedule-modal .input-group-addon {
    background: #f8f9fa;
    border-right: none;
    padding: 0 15px
}

.schedule-modal .input-group-addon i {
    color: #007bff;
    margin-top: 15px;
    margin-left: -5px
}

.schedule-modal .form-control {
    border-left: none;
    padding: 12px 15px;
    height: auto;
    font-size: 15px
}

.schedule-modal .modal-footer {
    border-top: none;
    padding: 20px 25px;
    background: #f8fafc
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
    padding: 12px 15px 15px 45px !important;
    font-size: 15px
}

.image-upload-section {
    margin: 25px 0
}

.image-upload-title {
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 17px;
    display: flex;
    align-items: center
}

.image-upload-title:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #91b71f;
    margin-right: 10px;
    border-radius: 2px
}

.image-upload-container {
    border: 2px dashed #91b71f;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background: #f9fafc;
    position: relative
}

.image-upload-container.dragover {
    border-color: #91b71f;
    background: #f0f4ff
}

.image-upload-label {
    cursor: pointer;
    color: #4a5568;
    font-size: 12px;
    margin-bottom: 10px;
    display: block
}

.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px
}

.image-preview {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e6ed
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-preview .remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgb(0 0 0 / .7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 12px
}

@media (max-width:768px) {
    .action-buttons {
        flex-direction: column
    }

    #map {
        min-height: 300px
    }

    .booking-form {
        padding: 5px
    }

    .hourly-calculation {
        padding: 10px;
        margin: 10px 0
    }

    .hourly-input-group {
        align-items: flex-start;
        margin-bottom: 15px
    }

    .hourly-input-group label {
        font-size: 12px;
        margin-bottom: 8px
    }

    .hourly-input-group input {
        width: 100%;
        max-width: 50px;
        padding: 6px 10px;
        font-size: 14px
    }

    .hourly-input-group .btn {
        width: 25px;
        height: 25px;
        font-size: 14px;
        margin: 5px 7px
    }

    .hourly-total {
        font-size: 14px;
        text-align: center
    }

    .map-container {
        padding: 15px
    }

    .map-responsive {
        position: relative;
        height: 0
    }

    .image-preview {
        width: 80px;
        height: 80px
    }
}

.wallet_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.wallet-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgb(0 0 0 / .1);
    overflow: hidden
}

.wallet-card-inner {
    padding: 24px
}

.page-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 24px
}

.wallet-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

@media (min-width:768px) {
    .wallet-grid {
        grid-template-columns: 1fr 1fr
    }
}

.wallet_balance {
    background: linear-gradient(135deg, #91b71f, #415a20);
    padding: 24px;
    border-radius: 12px;
    color: #fff
}

.balance-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.balance-content {
    display: flex;
    align-items: baseline;
    gap: 8px
}

.balance-amount {
    font-size: 3rem;
    font-weight: 700
}

.balance-text {
    font-size: 1.875rem
}

.wallet-form {
    padding: 16px
}

.form-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px
}

.form-content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.form-control.payment-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #91b71f;
    border-radius: 12px;
    font-size: 1rem;
    color: #1f2937;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234b5563' width='24' height='24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease
}

.form-control.payment-select:focus {
    outline: none;
    border-color: #91b71f;
    box-shadow: 0 0 0 3px rgb(59 130 246 / .2);
    transform: translateY(-1px)
}

.braintree-container {
    background: #f9fafb;
    padding: 16px;
    border-radius: 8px
}

.submit-button {
    width: 100%;
    padding: 12px;
    background: #91b71f;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s
}

.submit-button:hover {
    background: #415a20
}

.section-md {
    margin-top: 40px
}

.pagination {
    margin-top: 24px;
    display: flex;
    justify-content: center
}

@media (max-width:640px) {
    .wallet-card-inner {
        padding: 16px
    }

    .page-title {
        font-size: 1.5rem
    }

    .balance-amount {
        font-size: 1.5rem
    }
}

.subscription-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    min-height: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(145 183 31 / .08)
}

.subscription-left-panel {
    flex: 1;
    background: linear-gradient(135deg, #415a20, #91b71f);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.subscription-logo {
    margin-bottom: 40px
}

.subscription-logo img {
    height: 50px
}

.subscription-left-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.subscription-left-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #fff
}

.subscription-left-content p {
    font-size: 16px;
    opacity: .9;
    max-width: 90%;
    color: #fff
}

.subscription-progress-container {
    margin: 30px 0
}

.subscription-progress-steps {
    list-style: none;
    counter-reset: step-counter;
    padding: 0
}

.subscription-progress-steps li {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff
}

.subscription-progress-steps li:before {
    counter-increment: step-counter;
    content: counter(step-counter);
    background: rgb(255 255 255 / .2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 600
}

.subscription-progress-steps li.active:before {
    background: #fff;
    color: #91b71f
}

.subscription-progress-steps li.completed:before {
    background: #fff;
    color: #91b71f;
    content: '✓'
}

.subscription-right-panel {
    flex: 1.5;
    padding: 40px;
    display: flex;
    flex-direction: column
}

.subscription-form-header {
    margin-bottom: 30px
}

.subscription-form-header h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 10px
}

.subscription-form-header p {
    color: #7f8c8d
}

.subscription-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    margin-bottom: 30px
}

.subscription-plan-card {
    border: 2px solid #91b71f;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
    background: #f8f9fa;
    cursor: pointer
}

.subscription-plan-card:hover {
    border-color: #415a20;
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .1)
}

.subscription-plan-card input[type="radio"] {
    display: none
}

.subscription-plan-card label {
    cursor: pointer;
    display: block
}

.subscription-plan-card.selected {
    border-color: #27ae60;
    background: #f0fff4
}

.subscription-plan-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748
}

.subscription-plan-price {
    font-size: 24px;
    color: #415a20;
    margin-bottom: 10px
}

.subscription-plan-description {
    font-size: 14px;
    color: #718096;
    margin-bottom: 15px
}

.subscription-payment-section {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8f9fa
}

.subscription-payment-section h4 {
    margin-bottom: 15px;
    color: #2d3748
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #fff0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    transition: box-shadow 150ms ease
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
    border-color: #fa755a
}

.StripeElement iframe {
    pointer-events: none
}

.card-errors {
    color: #fa755a;
    margin-top: 10px;
    font-size: 14px
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px
}

.btn-subscription {
    background: linear-gradient(to right, #fdce03, #3a0ca3);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgb(67 97 238 / .3)
}

.btn-subscription:hover:not(:disabled) {
    background: linear-gradient(135deg, #2980b9, #3498db);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(67 97 238 / .4)
}

.btn-subscription:disabled {
    background: #bdc3c7;
    cursor: not-allowed
}

.spinner {
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    display: inline-block
}

.spinner.hidden {
    display: none
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width:900px) {
    .subscription-container {
        flex-direction: column
    }

    .subscription-plans-grid {
        grid-template-columns: 1fr
    }

    .subscription-left-panel {
        order: 2
    }

    .subscription-right-panel {
        order: 1
    }
}