:root {
    --footer-bg-color: #1a2332;
    --text-color: #ffffff;
    --link-color: #ffffff;
    --font-family: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, body, h1, h2, h3, h4, h5, h6, p, span, a, li, ul, button, input, select, textarea {
    font-family: "Gantari", sans-serif;
}

.banner {
    background-image: none !important;
}

.banner-overlay {
    background: white;
}

.hamburger {
    top: 4.5rem;
}

#navbar-container {
    padding: 30px 0;
    border-bottom: 1px solid #B9E2DB;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#navbar-container .navbar-nav > li > a {
    margin: 10px;
    border: 1px solid #B9E2DB;
    border-radius: 10px;
    padding: 1rem 5rem;
    max-width: 171px;
}

#navbar-container .navbar-nav > li:first-of-type a {
    margin: 10px 20px;
}

#navbar-container div:first-of-type {
    flex-grow: 1;
}

.menu-btn {
    background-color: #007E72;
}

.navbar-brand img {
    height: 32px;
}

#user-first-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#user-first-section .banner-form {
    padding: 25px 20px 25px 20px;
    border-radius: 16px;
    border: 0;
    gap: 18px;
}

#user-first-section .banner-form .row a:hover {
    background: #72d5c4 !important;
}

#user-first-section div:last-of-type .banner-form {
    border: 1px solid #B9E2DB;
}

#user-first-section .banner-form .fields {
    padding: 10px 16px 20px 16px;
    border-bottom: 1px solid #B9E2DB;
    justify-content: space-between;
}

#user-first-section div:first-of-type .banner-form .fields {
    padding: 0;
    border: 0;
    justify-content: space-between;
}

#user-first-section div {
    padding: 0;
}

#user-first-section div:first-of-type .banner-form {
    padding-left: 0;
    padding-right: 0;
}

#user-first-section .banner-form .fields h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: 0;
    text-align: left;

}

#user-first-section .left img {
    height: 36px;
}

#user-first-section .banner-form h5, #user-first-section .banner-form h4 {
    margin: 0;
    line-height: 0;
    font-weight: 500;
}

#user-first-section div:first-of-type {
    margin-inline-end: auto;
}

#user-first-section div:last-of-type .fields {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0 15px;
}

#user-first-section .row a {
    border: 1px solid #B9E2DB;
    padding: 4px 16px 4px 16px;
    border-radius: 6px;
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#user-first-section .row a span {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
}

#user-first-section div:last-of-type .banner-form div:last-of-type a {
    background: #D0EBE8;
}

#user-first-section div:last-of-type .note-or {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    display: block;
    width: 100%;

}

#soon-row h4 {
    line-height: 21.6px !important;
    max-width: 75%;
}

.step-number {
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
    color: #D0EBE8;
    margin-bottom: 1rem;
}

.step-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    color: #1A2332;
    margin-bottom: 0.5rem;
}

.step-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #4C5C6B;
    margin-top: 1rem;
}

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

.testimonial-slider {
    background-color: white;
    padding: 1px;
    position: relative;
    overflow: hidden;
}

.testimonial-title {
    color: #fff;
}

.testimonial-title h2 {
    font-weight: 700;
    color: #1A2332;
    line-height: 48px;
    font-size: 38px;
}

.testimonial-slider .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px rgba(22, 22, 26, 0.18);
    border: none;
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-inner {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    flex: 0 0 100%;
    display: none;
}

.carousel-item.active {
    display: block;
}

#carouselExampleControls .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Ensure the images fit well */
.img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-control-prev, .carousel-control-next {
    border: none;
}

.carousel-control-prev img, .carousel-control-next img {
    width: 50px;
}

.carousel-control-prev img:hover, .carousel-control-next img:hover {
    filter: invert(30%) sepia(13%) saturate(3172%) hue-rotate(109deg) brightness(95%) contrast(86%);
}

.img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #007E72;
    padding: 10px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0;
}

.text-overlay:hover {
    cursor: pointer;
    text-decoration-line: underline;
}

#carouselExampleControls .button-group {
    padding-top: 5rem;
}

.footer {
    background: #1A2332;
    padding: 8rem 10rem;
}

.footer-logo {
    border-bottom: 0;
    margin-bottom: 0 !important;
}

.footer .logo-img img {
    max-width: 200px !important;
    height: auto;
}

.footer .col-md-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .app img, #user-first-section a img{
    transition: transform 0.3s ease;
}
#ride_form .fare-btn:hover{
    background-color: #37b38b;
}
.footer .app img:hover{
    transform: scale(1.1);
}
#user-first-section a img:hover{
    transform: scale(1.1);
}

@media (min-width: 576px) {
    .carousel-item {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}

.map-responsive {
    overflow: hidden;
    position: relative;
    height: 450px;
    border-radius: 20px;
}

.dash-content {
    background-color: #fff;
    padding: 0;
    border: none;
}

#ride_form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-end;
    /*height: 450px;*/
}

/*.ride-pricing-title {
max-width: 400px;
width: 100%;
}*/

.ride-pricing-title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A2332;
    margin-top: 0;
}

#ride_form .dash-form label {
    font-weight: 400;
    letter-spacing: 0em;
    color: #007E72;
}

#ride_form .dash-form input {
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    border: 1px solid #B9E2DB;
    height: 40px;
    font-size: 14px;
}

#ride_form .dash-form input[type="tel"] {
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    border: 1px solid #B9E2DB;
    height: 40px;
    font-size: 14px;
}

#ride_form .dash-form input[type="tel"]:focus {
    border-color: #37b38b;
    outline: none;
    box-shadow: 0 0 0 2px rgba(55, 179, 139, 0.1);
}

#ride_form .fare-btn {
    padding: 14px 36px 14px 36px;
    border-radius: 10px;
    background: #007E72;
    max-width: 200px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#ride_form .service-cars-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    margin: 0;
}

#ride_form div.car-radio:first-of-type {
    margin-left: 3px;
}

#ride_form .car-radio {
    margin-right: 30px;
}

#ride_form .car-radio-label:hover {
    cursor: pointer;
}

#ride_form .full-primary-btn {
    margin-top: 0;
}

#safety-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#safety-row div.col-md-6:first-of-type h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 10rem;
    letter-spacing: 0em;
    text-align: left;
    color: #1A2332;
    margin: 0;
}

#safety-row div.col-md-6:first-of-type p {
    color: #4C5C6B;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 400px;
}

#safety-row div.col-md-6:first-of-type button {
    padding: 14px 36px 14px 36px;
    border-radius: 10px;
    border: 1px solid #B9E2DB;
    background: white;
    margin-top: 1rem;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #1A2332;
}

#safety-row div.col-md-6:first-of-type button:hover {
    background: #72d5c4;
}

#download-app-section {
    background: url('/asset/img/store-app-section.png') no-repeat center center;
    background-size: contain;
    color: white;
    min-height: 340px;
    position: relative;
    padding: 20px;
}

#download-app-section .text-overlay {
    color: white;
    font-weight: bold;
    position: absolute;
    left: 66%;
    top: 50%;
    transform: translate(-50%, -50%); /* Centering the overlay */
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; /* Changed from 'flex-start' to 'center' for better centering */
    text-align: center; /* Ensure text is centered */
}

#download-app-section .download-title {
    font-size: 2.2rem; /* Use rem for scalable font sizes */
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px; /* Ensure some space between title and buttons */
}

#download-app-section .text-overlay:hover {
    text-decoration-line: none;
}

.store-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.store-btn img {
    width: 160px;
    transition: transform 0.3s ease;
}

.store-btn:last-of-type img {
    width: 185px;
}

.store-btn:hover img {
    transform: scale(1.1);
}

.text-title {
    color: white;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
}

.footer .row:first-of-type {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.social-media-container {
    display: flex;
    justify-content: start;
    gap: 15px;
}
.social-media-container li{
    border: 1px solid #FFFFFF33;
    border-radius: 10px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    #download-app-section .download-title {
        font-size: 1.8rem;
    }

    .store-btn img {
        width: 140px;
    }

    .store-btn:last-of-type img {
        width: 160px;
    }

    #download-app-section {
        background-size: cover;
    }

    #download-app-section .text-overlay {
        left: 50%;
    }
    .footer{
        padding: 2rem;
    }
    .footer .col-md-2{
        gap: 20px;
        margin-bottom: 2rem;
    }
    .footer .row:first-of-type{
        padding-top: 2rem;
    }

    #user-first-section div:first-of-type .banner-form .fields{
        justify-content: center;
    }
    #soon-row h4{
        max-width: 100%;
    }
    #user-first-section .banner-form .fields h1{
        line-height: 50px;
        font-size: 50px;
    }

    #carouselExampleControls .button-group{
        display: flex;
        gap: 20px;
    }
}

:root {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container {
    overflow: hidden;
}

.main-container,
.main-container * {
    box-sizing: border-box;
}

input,
select,
textarea,
button {
    outline: 0;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 90px;
    position: relative;
    width: 1920px;
    margin: 0 auto;
    padding: 120px 255px 0 255px;
    background: #1a2332;
}

.frame-1 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 30px;
    position: relative;
    width: 1410px;
}

.frame-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 328px;
    z-index: 1;
}

.logo {
    flex-shrink: 0;
    position: relative;
    width: 129.707px;
    height: 32px;
    z-index: 2;
    overflow: hidden;
}

.calque {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.calque-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.flex-row {
    position: relative;
    width: 118.379px;
    height: 32px;
    margin: 0 0 0 0;
    z-index: 9;
}

.vector {
    position: absolute;
    width: 28.39%;
    height: 99.3%;
    top: 0;
    left: 0;
    background: url(./assets/images/4a21f374-cadb-4db4-9b88-46d1cd8906a2.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 5;
}

.vector-4 {
    position: absolute;
    width: 28.34%;
    height: 99.29%;
    top: 0.71%;
    left: 71.66%;
    background: url(./assets/images/fce98109-7ed4-4795-b74f-b408c8a0125b.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 6;
}

.vector-5 {
    position: absolute;
    width: 14%;
    height: 75.06%;
    top: 24.18%;
    left: 52.74%;
    background: url(./assets/images/681f82a2-7714-4259-9a92-0b54fa8f710c.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 9;
}

.vector-6 {
    position: absolute;
    width: 13.99%;
    height: 75.06%;
    top: 24.23%;
    left: 33.19%;
    background: url(./assets/images/04a08b8d-4985-4df2-a523-9cf07d5c9ba0.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 8;
}

.vector-7 {
    position: relative;
    width: 7.174px;
    height: 7.622px;
    margin: -7.622px 0 0 122.533px;
    background: url(/asset/logo.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 7;
}

.frame-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 20px;
    position: relative;
    width: 150px;
    z-index: 10;
}

.frame-9 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 15px;
    position: relative;
    width: 150px;
    z-index: 11;
}

.frame-a {
    flex-shrink: 0;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 12;
    overflow: hidden;
    border-radius: 10px;
}

.path {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 12px 0 0 12px;
    background: url(/asset/img/instgram-icon.png) no-repeat center;
    background-size: cover;
    z-index: 13;
}

.frame-b {
    flex-shrink: 0;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 14;
    overflow: hidden;
    border-radius: 10px;
}

.group {
    position: relative;
    width: 8.667px;
    height: 16px;
    margin: 12px 0 0 16px;
    z-index: 15;
}

.facebook-icon {
    position: absolute;
    width: 8.667px;
    height: 16px;
    top: 0;
    left: 0;
    background: url(/asset/img/facebook-icon.png) no-repeat center;
    background-size: cover;
    z-index: 16;
}

.frame-c {
    flex-shrink: 0;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 17;
    border-radius: 10px;
}

.group-d {
    position: relative;
    width: 20px;
    height: 16px;
    margin: 12px 0 0 10px;
    z-index: 18;
}

.twitter-icon {
    position: absolute;
    width: 20px;
    height: 16px;
    top: 0;
    left: 0;
    background: url(/asset/img/twitter-icon.png) no-repeat center;
    background-size: cover;
    z-index: 19;
}

.frame-e {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 30px;
    position: relative;
    width: 212px;
    z-index: 20;
}

.links {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 22px;
    color: #ffffff;
    font-family: Gantari, var(--default-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    white-space: nowrap;
    z-index: 21;
}

.links-f {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 330px;
    z-index: 22;
}

.frame-10 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 204px;
    z-index: 23;
}

.chevron {
    flex-shrink: 0;
    position: relative;
    width: 10px;
    height: 16px;
    background: url(./assets/images/f0dafb74-989b-4b97-9f16-3e2a47c65489.png) no-repeat center;
    background-size: cover;
    z-index: 24;
    overflow: hidden;
}

.ride {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    flex-basis: auto;
}

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

@media screen and (max-width: 767px) {

    #user-first-section div:last-of-type .fields {
        flex-wrap: wrap;
    }

    #navbar-container {
        padding: 30px 0 30px 50px;
    }

    #user-first-section {
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    #user-first-section .banner-form .fields h1 {
        text-align: center;
    }

    .carousel-control-prev, .carousel-control-next {
        position: initial;
    }

    .testimonial-title h2 {
        font-size: 30px;
    }

    #map-section-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 50px;
    }

    #ride_form {
        padding-top: 1rem;
    }

    #ride_form .dash-form input[type="tel"] {
        font-size: 16px;
    }

    #safety-row {
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 0;
    }

    #safety-row div.col-md-6:first-of-type h2 {
        line-height: normal;
        margin-bottom: 2rem;
    }

    .white-section {
        padding-bottom: 10px;
        padding-top: 40px;
    }

    #safety-row .col-md-6{
        padding-left: 0;
        padding-right: 0;
    }

}

#navbar-container div:first-of-type{
    display: flex;
    flex-direction: row;
}

/* Language Switcher Styles */
.language-switcher {
    position: relative;
}

.language-switcher .dropdown-menu {
    display: none !important;
}

.language-switcher .dropdown-menu.show {
    display: block !important;
}

.language-toggle {
    background: #fff;
    border: 1px solid #B9E2DB;
    border-radius: 10px;
    padding: 1rem 2rem !important;
    margin: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #1A2332 !important;
    max-width: 171px;
    height: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.language-toggle:hover {
    background: #f8f9fa;
    border-color: #37b38b;
    text-decoration: none;
    color: #1A2332 !important;
}

.language-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.flag-icon {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}

.language-text {
    font-size: 14px;
    font-weight: 500;
    color: #1A2332;
}

.dropdown-arrow {
    font-size: 10px;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.language-toggle[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
}

.language-dropdown {
    border: 1px solid #B9E2DB;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 4px;
    min-width: 140px;
    display: none;
}

.language-dropdown.show {
    display: block;
}

.language-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #1A2332;
    text-decoration: none;
    transition: all 0.3s ease;
}

.language-option:hover {
    background: #f8f9fa;
    color: #37b38b;
    text-decoration: none;
}

.language-name {
    font-size: 14px;
    font-weight: 500;
}

/* Responsive Language Switcher */
@media (max-width: 768px) {
    .language-toggle {
        padding: 1rem 1.5rem !important;
        max-width: 140px;
    }

    .language-text {
        font-size: 13px;
    }

    .language-dropdown {
        min-width: 120px;
    }

    .language-name {
        font-size: 13px;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-button:hover {
    background: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    text-decoration: none;
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
    color: white;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-button {
        width: 55px;
        height: 55px;
    }

    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }
}


.h4-text{
    font-size: 14px;
}