html {
    scroll-behavior: smooth
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins';
    color: #FFCC4A;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    overflow-x: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    margin: 0;
}

b, strong {
    font-weight: bold;
}
a, .link {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #09172e;
}
img {
    max-width: 100%;
}
p {
    margin-bottom: 0;
}
p+p {
    margin-top: 1rem;
}
h1, h2, h3, h4, h5, h6 {}
li {
    list-style: none;
}
.container {
    max-width: 1340px;
    position: relative;
}
.btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: solid 2px;
    background: #FFD76E;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn.btn-primary {
    background: #FFD76E;
    color: #fff;
    border-color: #FFD76E;
}
.btn.btn-primary:hover {
    color: #FFD76E;
    background: #fff;
}
.btn.btn-secondary {
    background: #09172e;
    color: #fff;
    border-color: #09172e;
}
.btn.btn-secondary:hover {
    background: #fff;
    color: #09172e;
}
.btn.btn-white {
    background: #fff;
    color: #09172e;
}
.btn.btn-white:hover {
    background: #FFD76E;
    color: #fff;
}
.btn.btn-text {
    background: none;
    color: #FFD76E;
}
.btn.btn-text:hover {
    color: #09172e;
}
.btn.btn-text:focus {
    opacity: 0.8;
    color: #09172e;
}
.btn.arrow-right .icon {
    order: 2;
}
.form-control {
    color: #09172e;
    width: 100%;
    height: 45px;
    border: 2px solid #09172e;
    padding: 2px 20px;
    border-radius: 5px;
    background: none;
    font-weight: 500;
    font-size: 16px;
}
.select2-container .select2-selection--single {
    height: 58px;
    border: solid 2px #09172e;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #09172e;
    line-height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #09172e transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    margin-left: -10px;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-heading {}
.section-heading h2 {
    font-size: 38px;
}
.section-heading h2 span {
    display: block;
}
.section-heading p {
    font-size: 20px;
    margin-top: 10px;
}
.section-heading .btn-column {
    margin-top: 40px;
}
@media (max-width:990px) {
    .section-heading h2 {
        font-size: 32px;
    }
}
@media (max-width:767px) {
    .section-heading h2 {
        font-size: 26px;
    }
}
.site-header {
    position: relative;
    z-index: 11;
    background: #fff;
    border-bottom: solid 1px #ECECEC;
    box-shadow: 0px 15px 20px -5px rgba(81, 35, 179, 0.1);
}
.site-header .container {
    max-width: 1494px;
}
.site-header .site-logo {}
.site-header .site-logo img {
    width: 117px;
}
.site-header .nav {}
.site-header .nav li {
    position: relative;
}
.site-header .nav li a {
    color: #FFCC4A;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
    display: flex;
    letter-spacing: -0.5px;
}
.site-header .nav li a:hover {
    color: #FFD76E;
}
.site-header .nav li a .sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
}
.site-header .nav li ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    background: #fff;
}
.site-header .nav li:hover ul {
    display: block;
}
.site-header .nav li ul li {}
.site-header .nav li ul li a {
    width: 277px;
    font-weight: 500;
    padding: 13px 20px;
    display: block;
    color: #FFCC4A;
}
.header-phone-cta {}
.header-phone-cta a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-phone-cta .phone-cta-box-content {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFCC4A;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.header-phone-cta .phone-cta-box-content .number {
    font-size: 20px;
    font-weight: 800;
}
.header-phone-cta .whatsapp-icon {
    font-size: 40px;
    padding: 5px;
    position: relative;
    border-radius: 50%;
    color: #fff;
    background: #52B800;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 0;
}
.header-phone-cta .whatsapp-icon:before {
    content: "";
    border: 15px solid rgba(82, 184, 0, .5);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    position: absolute;
    animation: pulsate 1.6s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: 1;
    top: -10px;
    left: -10px;
}
@keyframes pulsate {
    0% {
        transform: scale(.6, .6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.mobile-menu-btn {
    display: none;
    background: #09172e;
    font-size: 30px;
    color: #ffff;
    cursor: pointer;
    position: relative;
    padding: 1px 8px 1px 11px;
    line-height: normal;
}
.hamburger {
    background: rgb(163 15 17);
}
.mobile-menu-btn .menu-icon {
    width: 24px;
    height: 24px;
    position: relative;
}
.mobile-menu-btn .close {
    display: none;
}
.mobile-menu-open .mobile-menu-btn .menu {
    display: none;
}
.mobile-menu-open .mobile-menu-btn .close {
    display: block;
}
.mobile-menu-btn .menu-icon:before, .mobile-menu-btn .menu-icon:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #FFD76E;
    display: block;
    position: absolute;
    left: 4px;
    top: 9px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mobile-menu-btn .menu-icon:after {
    top: 13px;
}
.mobile-menu-open .mobile-menu-btn .menu-icon:before {
    transform: rotate(45deg);
}
.mobile-menu-open .mobile-menu-btn .menu-icon:after {
    transform: rotate(315deg);
    top: 9px;
}
.mobile-menu {
    display: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: #09172e;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0px 20px 19px 11px rgba(0, 0, 0, 0.25);
    transform: translateY(-100%);
}
.mobile-menu ul li a:hover {
    color: #09172e;
}
@media (max-width:990px) {
    .site-header .nav {
        display: none;
    }
    .mobile-menu-btn {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .mobile-menu {
        display: block;
    }
    .mobile-menu-open .mobile-menu {
        transform: translateY(0);
    }
    .mobile-menu ul {
        margin: 0;
        padding: 0;
    }
    .mobile-menu ul li {
        padding: 25px 0;
    }
    .mobile-menu ul li a {
        font-size: 24px;
        font-style: normal;
        color: #FFD76E;
    }
}
.booking-page {
    padding-top: 20px;
    padding-bottom: 100px;
    background: url(../images/booking-bg.jpg) center top no-repeat;
    position: relative;
    background-size: 100%;
}
.booking-page .container {
    max-width: 800px;
}
.booking-page .heading-img {
    text-align: right;
}
.booking-page .heading-img img {
    height: 350px;
}
.booking-page .section-heading {}
.booking-page h1 {
    font-size: 48px;
}
.booking-page h1 span {
    opacity: 0.3;
}
@media (max-width:990px) {
    .booking-page {
        background-size: cover;
    }
    .booking-page h1 {
        font-size: 40px;
    }
}
@media (max-width:767px) {
    .booking-page {
        padding-top: 56px;
    }
    .booking-page .heading-img {
        text-align: center;
        order: 2;
    }
    .booking-page h1 {
        font-size: 30px;
    }
}
.booking-form-sectoin {
    background: #fff;
}
.booking-form-box {
    padding: 25px;
    background: #fff;
    border: solid 2px #FFCC4A;
    border-top: none;
}
.booking-form .select-airport-type {
    display: flex;
    border: solid 1px #FFCC4A;
}
.booking-form .select-airport-type label {
    flex: 0 0 50%;
    width: 50%;
    cursor: pointer;
    border: solid 1px #FFCC4A;
}
.booking-form .select-airport-type label .airport-icon {
    text-align: center;
    padding: 10px;
}
.booking-form .select-airport-type label .airport-icon span {
    display: block;
    font-weight: 500;
}
.booking-form .select-airport-type label .airport-icon svg {
    height: 60px;
    width: 60px;
}
.booking-form .select-airport-type label input {
    position: absolute;
    opacity: 0;
}
.booking-form .select-airport-type label input:checked+.airport-icon {
    background: #FFCC4A;
    color: #fff;
}
.booking-form .select-airport-type label input:checked+.airport-icon svg {
    fill: #fff;
}
ul.form {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
ul.form li {
    flex: 0 0 50%;
    width: 50%;
    padding: 8px;
}
ul.form li.full {
    flex: 0 0 100%;
    width: 100%;
}
ul.form li .btn {
    width: 100%;
}
.form-quantity-selector {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width:550px) {
    .booking-form-box {
        padding: 10px;
    }
    .booking-form .select-airport-type label .airport-icon svg {
        height: 40px;
        width: 40px;
    }
    .booking-form .select-airport-type label .airport-icon {
        padding: 5px;
    }
    .booking-form .select-airport-type label .airport-icon span {
        font-size: 14px;
        white-space: nowrap;
    }
    ul.form li {
        flex: 0 0 100%;
        width: 100%;
    }
}
.form-quantity-selector label {}
.form-quantity-selector .quantity-col {
    display: flex;
    align-items: center;
    width: 100%;
}
.form-quantity-selector .quantity-col .form-floating {
    width: 100%;
}
.form-quantity-selector .quantity-col .form-floating label {
    width: 100%;
    text-align: center;
    transform: scale(1) translateY(-0.5rem);
}
.form-quantity-selector .quantity-col .btn {
    height: 58px;
    font-size: 35px;
    padding: 0 5px;
    background: #09172e;
    border-color: #09172e;
    color: #fff;
    width: auto;
}
.form-quantity-selector .quantity-col .btn.minus {
    border-radius: 5px 0 0 5px;
}
.form-quantity-selector .quantity-col .btn.plus {
    border-radius: 0 5px 5px 0;
}
.form-quantity-selector .quantity-col .form-control {
    border-radius: 0;
    text-align: center;
    border-left: 0;
    border-right: 0;
}
.content-section-with-image {
    padding-top: 160px;
    padding-bottom: 160px;
    background: #09172e;
}
.content-section-with-image .content-section {
    flex: 0 0 43%;
}
.content-section-with-image .image-section {
    flex: 0 0 50%;
}
.content-section-with-image .content {
    color: #FFD76E;
    margin-top: 40px;
    margin-bottom: 60px;
}
.content-section-with-image .section-heading h2 {
    color: #0000;
}
.content-section-with-image .section-heading h2 span {
    color: #0000;
    opacity: 0.3;
}
.content-section-with-image .image {
    border-radius: 60px;
    overflow: hidden;
}
.content-section-with-image .image img {
    width: 100%;
}
.content-section-with-image.image-left .image-section {
    order: 1;
}
.content-section-with-image.image-left .content-section {
    order: 2;
}
@media (min-width:991px) {
    .content-section-with-image .image-section {
        order: 2;
    }
}
@media (max-width:990px) {
    .content-section-with-image {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .content-section-with-image .image-section {
        margin-bottom: 60px;
    }
}
@media (max-width:767px) {
    .content-section-with-image {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .content-section-with-image .image-section {
        margin-bottom: 32px;
    }
    .content-section-with-image .image {
        border-radius: 20px;
    }
}
.site-footer {
    color: #fff;
}
.site-footer .footer-top {
    padding-top: 100px;
    padding-bottom: 70px;
    background: #FFCC4A;
}
.footer-col {}
.footer-col .footer-col-title {
    font-size: 22px;
    font-weight: 500;
}
.site-footer .footer-nav {
    margin: 20px 0 0 0;
    padding: 0;
}
.site-footer .footer-nav li {
    display: flex;
    gap: 10px;
}
.site-footer .footer-nav li+li {
    margin-top: 3px;
}
.site-footer .footer-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.site-footer .footer-nav li i {
    color: #FFD76E;
    margin-top: 5px;
}
.site-footer .footer-nav li:first-child a {
    padding-left: 0;
}
.site-footer .footer-nav li a:hover {
    color: #f9b2ba;
}
.site-footer .footer-social {
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.site-footer .footer-social li {}
.site-footer .footer-social li a {
    display: block;
    line-height: 45px;
    width: 45px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 19px;
}
.site-footer .footer-social li a i {}
.site-footer .footer-copyright {
    background: #09172e;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}
.site-footer .footer-copyright a {
    color: #fff;
}
.site-footer .footer-copyright a:hover {
    color: #FFD76E;
}
.site-footer .term-links {
    display: flex;
    gap: 20px;
}
.website-credit {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #FFD76E;
}
.website-credit a {
    color: #FFD76E;
}
@media (max-width:767px) {
    .site-footer {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .site-footer .nav {
        margin-top: 32px;
        margin-bottom: 32px;
        display: block;
    }
    .site-footer .nav li a {
        padding-left: 0;
    }
}



/*-=-=-=-=-=-=-=-=-=-=--=--=-=-=-=-=booking-form-=-=-=-=-=--=-=-=-=-=-==-=-=-=--=--=-=-=-=-=*/

.step_number {
    width: 10%;
    position: absolute;
    font-size: 18px;
    background: #09172e;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    left: 5%;
    transform: translateY(-50%);
    max-width: 40px;
    min-width: 40px;
}
.step_number span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.form-group {
    margin-bottom: 10px;
}
.vip-mmet-list .vip-mmet-list-li {
    list-style: inside;
}
img.banner-img-main {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background: #FFCC4A;
    padding: 15px;
}
.nav.menu-active {
    display: block;
    position: fixed;
    top: 69px;
    background: #fff;
    left: 0;
    right: 0;
}
@media (max-width:768px){
    .header-phone-cta{
        display:none;
    }
    .site-header .nav li ul {
    background: #ffff;
    z-index: 1;
    left:0;
    right:0;
    }
}
.site-header .menu-active-sub li a {
    background: #fff !important;
    color: #FFCC4A !important;
}
.site-header .menu-active li a {
    font-size: 14px;
    font-weight: 500;
}
.site-header .menu-active-sub li:hover a {
    background: #FFD76E !important;
    color: #fff !important;
}
.hamburger .open{
display:none;
}
.hamburger .close{
display:block;
padding-right: 6px;
}



.tooltips {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 50%;
    color: #fff;
    cursor: help;
    font-family: "Gill Sans", Impact, sans-serif;
    position: relative;
    text-align: center;
    width: 10px;
    height: 25px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}
    
.tooltips .tooltip {
    background: black;
    bottom: 100%;
    color: #fff;
    display: block;
    min-width: 250px;
    right: 0;
    left: -148px;
    margin: auto;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
    
    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .tooltips .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    }
    
    /* CSS Triangles - see Trevor's post */
    .tooltips .tooltip:after {
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    }
    
    .tooltips:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    
    /* IE can just show/hide with no transition */
    .lte8 .tooltips .tooltip {
    display: none;
    }
    
    .lte8 .tooltips:hover .tooltip {
    display: block;
    }

    .upload-sec, .upload-secs {
        margin-bottom: 15px;    
        border: 1px dashed #e0dfdf;
        padding: 45px 15px 15px;
        position: relative;
    }
    .tooltip1 {
        position: absolute;
        display: inline-block;
        right: 9px;
        top: 7px;
    }
    .tooltip1 i {
        background: black;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        font-size: 10px;
        height: 14px;
        width: 14px;
        line-height: 14px;
        margin-top: -3px;
    }
    .tooltip1 .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 270px;
        background-color: #09172e;
        color: #fff;
        text-align: center;
        padding: 15px;
        border-radius: 6px;
        z-index: 1;
        font-size: 11px;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .tooltip-bottom {
        top: 160%;
        left: 50%;
        margin-left: -135px;
    }
    .tooltip1:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
    .tooltip1 i:hover {
        background: #09172e;
        color: #fff;
    }
    .upload-body-txt {
        text-align: center;
    }
    .upload-body-txt i {
        color: #8c8c8c;
        font-size: 42px;
        margin-bottom: 10px;
    }
    .upload-body-txt p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .text-primary {
        --bs-text-opacity: 1;
        color: #09172e !important;
    }
    .bg-primary {
        --bs-bg-opacity: 1;
        background-color: #09172e !important;
    }
    .tooltips i {
        background: black;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        font-size: 10px;
        height: 14px;
        width: 14px;
        line-height: 14px;
        margin-top: -3px;
    }
    .other_prices-div .form-group {
        display : flex ;
        margin-right:20px;
    }
    img.mb-2.back-money {
        width: 200px;
    }
    .parsley-errors-list {
        margin: 2px 0 3px;
        padding: 0;
        list-style-type: none;
        font-size: 0.9em;
        line-height: 0.9em;
        opacity: 0;
        transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        position: relative;
        right: 0px;
        top: 1px;
        z-index: 11;
        color: #f00;
    }
    
   @media (min-width: 1400px) {
        /* Standard max-width for the 'xxl' size is 1320px, 
           We are forcing it to be a specific width across large screens */
        .container {
            max-width: 1320px ; /* Use 1320px for an extra-wide look */
        }
    }
    @media (min-width: 1200px) and (max-width: 1399.98px) {
        /* Target screens between 1200px and 1400px (standard XL) */
        .container {
            max-width: 1200px !important; /* Use 1200px for a wide look */
        }
    }

        /* --- Header Styles --- */
        .top-header {
            background-color: #212529; /* Dark grey */
            color: #ccc;
            padding: 5px 0;
            font-size: 0.85rem;
        }
        .site-header {
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .logo-box {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #000;
            font-weight: 700;
            font-size: 1.5rem;
        }
        .logo-circle {
            color: black;
            font-size: 20px;
            background-color: #FFCC4A;
            padding: 5px;
            margin-right: 10px;
            border-radius: 10px 10px 10px 10px;
        }
        .main-nav a {
            color: #000;
            text-decoration: none;
            padding: 15px;
        }
        .header-phone-cta a {
            color: white;
            background-color: #38a169; /* Green for WhatsApp/Call */
            padding: 8px 15px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
        }

        /* --- Hero Section --- */
        .hero-section {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://via.placeholder.com/1920x800.png?text=Background+Image+GoVietnamCar') center center no-repeat;
            background-size: cover;
            color: white;
            padding: 80px 0;
        }
        .hero-form-box {
            background: white;
            color: #000;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }
        .btn-yellow {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            color: #000;
        }

        /* --- Why Choose Us/Booking Steps --- */
        .why-choose-us, .booking-steps {
            padding: 60px 0;
        }
        .booking-steps {
            background-color: #000;
            color: white;
        }
        .step-item {
            text-align: center;
            padding: 20px;
        }
        .step-number {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
        }

        /* --- Fleet Section --- */
        .fleet-card img {
            max-height: 200px;
            object-fit: cover;
        }
        .fleet-card {
            text-align: center;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 10px;
            transition: transform 0.2s;
        }

        /* --- Popular Airports & Cities --- */
        .popular-cities {
            background-color: #000;
            color: white;
            padding: 40px 0;
        }
        .city-link a {
            color: #ccc;
            text-decoration: none;
            display: inline-block;
            margin: 5px 10px;
        }

        /* --- FAQs --- */
        .faq-item {
            border: 1px solid #ddd;
            margin-bottom: 10px;
            padding: 15px;
            border-radius: 5px;
        }

        /* --- Ready to Travel CTA --- */
        .ready-to-travel {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://via.placeholder.com/1920x400.png?text=Bottom+CTA+Image') center center no-repeat;
            background-size: cover;
            color: white;
            text-align: center;
            padding: 80px 0;
        }

        /* --- Footer Styles --- */
        .site-footer {
            background-color: #09172e !important;
            color: #ccc;
            padding: 40px 0 20px;
        }
        .footer-nav {
            list-style: none;
            padding: 0;
        }
        .footer-nav a {
            color: #ccc;
            text-decoration: none;
            line-height: 2.2;
        }
        .footer-social {
            list-style: none;
            padding: 0;
            display: flex;
            gap: 10px;
        }
        .footer-social a {
            color: var(--primary-color);
            font-size: 1.2rem;
        }
        .footer-copyright {
            margin-top: 20px;
            border-top: 1px solid #333;
            padding-top: 10px;
            font-size: 0.85rem;
        }

        .right-links {
            background-color: #283F42;
            font-family: "Inter";
            
            font-size: 15px;
            font-weight: 600;
            text-transform: capitalize;
            fill: var(--e-global-color-secondary);
            color: var(--e-global-color-secondary);
            border-style: solid;
            border-width: 1px 1px 1px 1px;
            border-color: #1ABC9C59;
            border-radius: 10px 10px 10px 10px;
            padding: 10px 10px 10px 10px;
        }
        .right-links a {
            color: #fff;
        }
        .site-footer h5 {
            color: #FFD76E;
        }
        .top-header img {
            height: 20px;
            width: 20px;
        }
        .footer-copyright img {
            height: 20px;
            width: 20px;
        }
        .booking-page .container {
            max-width: 800px !important;
        }
        .section-heading {
            color: #000;
        }


.shadow-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    border: dashed 1px #ddd;
    position: relative;
}

.shadow-box:hover {
    box-shadow: 0px 4px 40px rgba(62, 73, 88, 0.08);
}

.shadow-box.padding-5 {
    padding: 5px;
}

.shadow-box.padding-10 {
    padding: 10px;
}

.shadow-box.padding-15 {
    padding: 15px;
}

.shadow-box.padding-20 {
    padding: 20px;
}

.shadow-box.padding-25 {
    padding: 25px;
}

.shadow-box.padding-30 {
    padding: 30px;
}

.shadow-box.padding-35 {
    padding: 35px;
}

.shadow-box.border-radius-0 {
    border-radius: 0;
}

.shadow-box.border-radius-5 {
    border-radius: 5px;
}

@media (max-width: 990px) {
    .shadow-box {
        padding: 15px;
        margin-bottom: 15px;
    }
}
.featured-tours {
    padding-top: 100px;
}

.featured-tours .tour-cols {
    position: relative;
    margin: 0;
    flex: 1 1 50%;
    padding: 10px;
    text-align: left;
}

.featured-tours .tour-cols a {
    display: block;
}

.featured-tours .tour-cols h4 {
    margin-bottom: 0px;
    color: #000;
    font-weight:700;
}

.featured-tours .tour-cols .cab-price-start {
    font-size: 15px;
    color: #3E4958;
}

.featured-tours .tour-cols .cab-price-start strong {
    font-weight: 700;
    color: #d62828;
}

.featured-tours .tour-cols .cab-price-start sup {
    font-size: 12px;
    color: #767E88;
}

.featured-tours .tour-cols .btn {
    text-align: center;
    border: none;
    padding: 8px 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.featured-tours .tour-cols:hover .btn {
    background: #d62828;
    color: #fff;
}

@media (max-width: 500px) {
    .featured-tours {
        padding-top: 0;
    }

    .featured-tours .tour-cols h4 {
        font-size: 18px;
    }

    .featured-tours .tour-cols .btn {
        font-size: 16px;
        padding: 5px 10px;
        top: inherit;
        bottom: 15px;
        transform: none;
    }
}


.city-banner {
    padding-top:60px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.city-banner .banner-text h1 {
    font-size: 50px;
}

.city-banner .banner-text h1 span {
    display: inline-block;
    background: #fff;
    color: #d62828;
    padding: 5px 10px;
    border-radius: 5px;
}
.bg-svg.bg-svg-1 {
	display: none;
}

.cab-lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cablist-cols {
	flex: 0 0 49%;
	background: #fbfbfb;
    border: solid 1px #f1f1f1;
	border-radius: 20px;
	margin-bottom: 15px;
}
.city-banner .banner-search-box {
    margin-top: 50px;
    padding: 30px;
}
.bg-svg.bg-svg-1 {
	display: none;
}
.city-banner .title-block {}

.city-banner .title-block h2 {
    font-size: 20px;
}

.city-banner .forms {}

.city-banner .forms ul {
    display: flex;
}

.city-banner .forms ul li {
    flex: 0 0 33.33%;
    padding: 5px;
}

.form-floating {
	margin-right: 10px;
}

.banner-section {
    background: url(../images/main-banner-bg.jpg);
    padding-top: 50px;
    background-repeat: no-repeat;
    margin-top: 20px;
    background-size: contain;
}
@media (max-width:991px) {
    .city-banner {
        padding-top: 80px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .city-banner .banner-text h1 {
        font-size: 34px;
    }
}

@media (max-width:500px) {
    .city-banner {
        padding-top: 30px;
    }

    .city-banner .banner-text h1 {
        font-size: 22px;
    }

    .city-banner .banner-search-box {
        margin-top: 30px;
        padding: 7px;
    }

    .city-banner .forms ul {
        display: block;
    }
}

.city-taxi-list .title-block {
	margin-bottom: 30px;
}
.city-taxi-list .title-block h3 {
    font-weight: bold;
}

.taxi-list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.taxi-list li {
    list-style: none;
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.taxi-list li + li {
    margin: 25px 0 0 0;
}

.taxi-list li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.taxi-list li a {
    color: #000;
}

@media (max-width:991px) {
    .taxi-list li a.shadow-box {
        padding: 0;
        margin: 0;
    }
}

.taxi-list li .list-inner {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
}

.taxi-list li .taxi-list-left {
    width: 60%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.taxi-list li .taxi-img {
    width: 30%;
    padding: 5px;
    text-align: center;
}

.taxi-list li .taxi-img img {
    /*  height: 80px;*/
    width: auto;
}

.taxi-list li .taxi-list-left .taxi-details {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.taxi-list li .taxi-list-left .taxi-details > div,
.taxi-list li .taxi-list-right > div {
    padding: 5px 10px;
    text-align: center;
}

.taxi-list li .taxi-name {
    width: 200px;
    font-weight: 700;
    text-align: left !important;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.taxi-list li .taxi-name span {
    text-transform: uppercase;
    font-size: 14px;
    color: #9b9b9b;
    display: block;
}

.taxi-list li .taxi-list-left .taxi-details > div .icon-img {
    width: 100%;
    font-size: 20px;
}

.taxi-list li .taxi-list-right {
    width: 40%;
    float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.taxi-list li .taxi-price {
    font-size: 24px;
    font-weight: 700;
    width: 40%;
    color: #f00;
}

.taxi-list li .taxi-price span {
    display: block;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.taxi-list li .taxi-list-right .taxi-cta {
    width: 60%;
    text-align: right;
}

.taxi-list li .taxi-list-right .taxi-cta .btn {
    font-size: 16px;
    display: block;
    background: #003049;
    color: #fff;
}

.taxi-list li .taxi-list-right > .tour-note {
    font-size: 13px;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: 0;
    text-align: right;
}
.city-taxi-list .title-block h3 {
	font-weight: bold;
	color: #000;
}
ul.latest-tweet li {
    margin-top: 20px; 
}
@media (max-width:991px) {
    .cab-right-list {
        background: #c8a302;
    }

    .taxi-list li .taxi-list-right .taxi-cta .btn {
        padding: 5px 10px;
    }
}

@media (max-width:767px) {
    .taxi-list li .taxi-name {
        width: auto;
        font-size: 14px;
    }
}

@media (max-width:555px) {
    .cab-list-left {
        padding-top: 20px;
    }

    .cab-list-left .title-block h1 {
        font-size: 20px;
    }

    .title-block + div.taxi-list {
        margin-top: 10px;
    }

    .taxi-list li .taxi-list-left,
    .taxi-list li .taxi-list-right {
        width: 100%;
    }

    .taxi-list li .taxi-list-left .taxi-details {
        width: 60%;
    }

    .taxi-list li .taxi-img {
        width: 40%;
    }

    .taxi-list li .taxi-img,
    .taxi-list li .taxi-list-left .taxi-details > div {
        padding: 5px 10px;
        font-size: 14px;
    }

    .taxi-list li .taxi-price {
        font-size: 18px;
        width: 40%;
    }

    .taxi-list li .taxi-price span {
        display: inline;
    }

    .taxi-list li .taxi-img img {
        height: 65px;
    }

    .taxi-list li .taxi-list-right .taxi-cta {
        width: 60%;
    }

    .taxi-list li .taxi-list-right .taxi-cta .btn {
        padding: 10px;
        font-size: 14px;
    }
}

.visitor-guide-sectoin {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #f1f1f1;
    background-color: #fff;
    margin-top: 50px;
}

.visitor-guide-head {
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 26px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
}

.visitor-guide {
    padding: 50px 35px;
    position: relative;
    font-size: 16px;
}

.visitor-guide p {
    padding-bottom: 18px;
    margin: 0;
}

@media (max-width:555px) {
    .visitor-guide {
        padding: 0;
        margin-top: 15px;
    }
}

.booking-detail .alert {
    font-size: 16px;
    padding: 5px 10px;
    line-height: normal;
    text-align: center;
}

.booking-info {
    font-size: 16px;
}

.booking-info ul li.msg {
    display: block;
    line-height: 1.5;
}

.booking-info ul li.msg:after {
    display: none;
}

.booking-info ul.customer-detail {
    border: none;
    margin: 0;
}

.more-routes {
    margin-top: 30px;
    margin-bottom: 30px;
}

.more-routes ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.more-routes ul li {
    list-style: none;
    padding: 10px;
    flex: 0 245px;
}

.more-routes ul li:hover {
    background: #fff;
}

.more-routes ul li a {
    display: block;
    color: #000;
    position: relative;
    text-decoration: none;
}

.more-routes ul li a h3 {
    font-size: 16px;
    margin: 0;
}

.more-routes ul li a p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.more-routes ul li a p span {
    font-size: 14px;
    font-weight: 700;
}

.more-routes ul li a span.btn {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    font-size: 12px;
}

.more-routes ul li:hover a span.btn {
    display: block;
}

@media (max-width: 500px) {
    .more-routes ul li {
        flex: 0 50%;
    }

    .more-routes ul li a h3,
    .more-routes ul li a p,
    .more-routes ul li a p span {
        font-size: 12px;
    }
}


.pick-detail-form {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 16px;
}

.pick-detail-form ul {
    margin: 0;
}

.pick-detail-form ul li {
    list-style: none;
    margin-top: 10px;
}

.pick-detail-form ul li.date-time {
    display: flex;
    justify-content: space-between;
}

.pick-detail-form ul li.date-time .form-floating {
    flex: 0 0 49%;
}

.pick-detail-form ul li.date-time .form-floating + .form-floating {
    flex: 0 0 49%;
}

.pick-detail-form ul li.date-time input::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.pick-detail-form ul li textarea.form-control {
    height: 120px;
}

.pick-detail-form ul li .btn {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
}
.visitor-form {
    margin: 0 auto;
    max-width:100%;
}

.visitor-form .booking-detail {
    float: left;
    width: 100%;
    padding: 25px;
}

.visitor-form .booking-detail h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.booking-info,
.booking-form-bottom,
    {
    float: left;
    width: 100%;
}

.booking-info ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid #facc02;
    margin-bottom: 15px;
}

.booking-info ul li {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    position: relative;
}

.booking-info ul li:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    background: #eaf2ff;
    z-index: 0;
}

.booking-info ul li label,
.booking-info ul li div {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    background: #fff;
    padding: 2px 10px 2px 0;
    position: relative;
    z-index: 1;
}

.booking-info ul li div {
    font-weight: 700;
    padding: 2px 0 2px 10px;
    color: #d62828;
}

.booking-info ul li.price div {
    color: #65bc54;
    font-weight: 700;
}