/**
* Template Name: Motsotickets
* Version: 1.0
* Author: Ikram Hossen
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*====================================================================
	root css
====================================================================*/
:root {
    --theme-body-font-inter: "Inter",sans-serif;
    --theme-body-font-montserat: "Montserrat", sans-serif;
    --theme-body-font-dancing: "Dancing Script", cursive;
    --baseColor: #1a263a;
    --secondaryColor: #d4af37;
    --grayColor: #f7f7f7;
    --blackColor:#0f172a;
    --whiteColor: #ffffff;
    --redColor: #fe3600;
}
body {
    font-family: var(--theme-body-font-inter);
    color: var(--blackColor);
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 28px;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--theme-body-font-inter);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--blackColor);
}
p, span, div{
    font-family: var(--theme-body-font-montserat);
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1 !important;
}
/*====================================================================
	Header css
====================================================================*/

#header {
    width: 100%;
    transition: all 0.3s ease;
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--blackColor);
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#preloader img {
    position: relative;
    height: 100px;
    width: 100px;
}
.header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: var(--blackColor);
    border: 0px;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    box-shadow: none;
}
.header_wrapper {
    position: relative;
    /* top: 0; */
    z-index: 33;
}
.logo_text{
    color: var(--secondaryColor) !important;
}
.topbar a{
    color: var(--whiteColor);
}
.topbar a:hover {
    color: var(--blackColor)!important;
}
header {
    background: transparent;
    position: absolute;
    border-bottom: none !important;
    width: 100%;
    
}
.text_sing_in{
    color: var(--secondaryColor) !important;
}
.topbar {
    background: var(--secondaryColor);
}
.call-item .svg-inline--fa {
    max-height: 22px;
    padding: 1px 7px;
    color: #fff;
}
.call-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.call_item_flex {
    display: flex;
    align-items: center;
}
.call_item_flex a {
    width: 30px;
    display: inline-block !important;
    text-align: center;
}
.topbar a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    display: inline;
}
.demoNavBar li a {
    color: var(--whiteColor) !important;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.nav-link.active {
    font-weight: 500;
    color: var(--secondaryColor) !important;

}
.header-user-btn.signin {
    color: var(--whiteColor) !important;
}
.demoNavBar li a:hover {
    color: var(--secondaryColor) !important;
}
.demoNavBar li .text_sing_in{
    color: var(--blackColor) !important;
}
.demoNavBar li .text_sing_in:hover {
    color: var(--secondaryColor) !important;
}
#otpEmailLabel {
    text-transform: none !important;
}
.pulse {
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--secondaryColor);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--secondaryColor);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(222, 84, 72, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(222, 84, 72, 0);
  }
}
i.fa.fa-chevron-down {
    font-size: 12px;
    font-weight: 600;
}
.dropdown-menu{
    z-index: 99999;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
a.lang__anc.active_lan span {
    color: var(--baseColor) !important;
}
.site_logo {
    max-width: 175px;
    max-height: 55px;
}
.nav-link.active::after {
    display: none;
}
.active_lan {
    border: 0px !important;
    color: var(--grayColor) !important;
    background-color: transparent !important;
}
.lang__anc{
    margin-top: 2px;
}
.lang__anc:hover span{
    color: var(--baseColor) !important;
}
.call-item .svg-inline--fa {
    margin-top: -4px;
}
.demoNavBar .drop-down li a {
    border-left: 0px;
}
.demoNavBar .drop-down li a:hover {
    border-left: 30px;
}
.form-control {
    border-radius: 10px !important;
    max-width: 100% !important;
}
.b-search-map__wrap .form-control {
    border: 5px !important;
}
.forget_txt {
    color: var(--secondaryColor) !important;
}
.forget_txt:hover {
    color: var(--whiteColor) !important;
}
/* =========login page css=== */
.login-box {
    padding: 25px 40px;
    border: 1px solid #d4af3766;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    border-radius: 15px;
    background-color: #edbc5430 !important;
}

.sign_img img {
    border-radius: 10px;
    object-fit: cover;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--baseColor);
    background: var(--baseColor);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--secondaryColor) !important;
    background: var(--secondaryColor) !important;
}
.login-user-icon {
    color: var(--secondaryColor);
    display: inline-block;
    font-size: 18px;
    border: 0;
    margin-right: 10px;
}
/* .login-user-icon:hover {
    color: var(--secondaryColor) !important;
} */
.login-user-icon::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: -15px;
    font-weight: 700;
    font-size: 16px;
    display: none;
}
.demoNavBar li {
    padding: 15px 8px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    background: var(--whiteColor);
}
#preloader .loader {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #preloader .loader .center {
    width: 35px;
    height: 35px;
    background: var(--baseColor);
    border-radius: 50%;
    animation: center 3.2s ease-in-out infinite;
    margin-left: 30px;
    color:var(--whiteColor);
}
#preloader .loader .item {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--baseColor);
    border-radius: 50%;
    content: '';
    color:var(--whiteColor);
}
  
.wrapper img {
    object-fit: contain;
}
  .item-1 {
    animation: anim-1 3.2s ease-in-out infinite 0.2s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-1 {
    0%, 60%, 100% {
      transform: rotate(45deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(45deg) translateX(0) scale(1.5);
    }
  }
  .item-2 {
    animation: anim-2 3.2s ease-in-out infinite 0.4s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-2 {
    0%, 60%, 100% {
      transform: rotate(90deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(90deg) translateX(0) scale(1.5);
    }
  }
  .item-3 {
    animation: anim-3 3.2s ease-in-out infinite 0.6s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-3 {
    0%, 60%, 100% {
      transform: rotate(135deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(135deg) translateX(0) scale(1.5);
    }
  }
  .item-4 {
    animation: anim-4 3.2s ease-in-out infinite 0.8s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-4 {
    0%, 60%, 100% {
      transform: rotate(180deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(180deg) translateX(0) scale(1.5);
    }
  }
  .item-5 {
    animation: anim-5 3.2s ease-in-out infinite 1s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-5 {
    0%, 60%, 100% {
      transform: rotate(225deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(225deg) translateX(0) scale(1.5);
    }
  }
  .item-6 {
    animation: anim-6 3.2s ease-in-out infinite 1.2s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-6 {
    0%, 60%, 100% {
      transform: rotate(270deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(270deg) translateX(0) scale(1.5);
    }
  }
  .item-7 {
    animation: anim-7 3.2s ease-in-out infinite 1.4s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-7 {
    0%, 60%, 100% {
      transform: rotate(315deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(315deg) translateX(0) scale(1.5);
    }
  }
  .item-8 {
    animation: anim-8 3.2s ease-in-out infinite 1.6s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-8 {
    0%, 60%, 100% {
      transform: rotate(360deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(360deg) translateX(0) scale(1.5);
    }
  }
  @keyframes center {
    0%, 10%, 90%, 100% {
      transform: scale(0.7);
    }
    45%, 55% {
      transform: scale(1);
    }
  }
/*====================================================================
	Banner css
====================================================================*/
.banner-title {
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: -45px;
    left: 0;
    text-shadow: 0px 3px 10px #000;
}
.icon-img{
    margin: 12px 0px;

}
/* =========banner img ====== */
.banner_carousel {
    overflow: hidden;
    border-radius: 0px !important;
}
.banner_carousel  .owl-stage-outer {
    background: #003058;
}
/* ====banner_text=== */
.banner_contents {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    z-index: 2;
}
.banner_titles {
    font-family: var(--theme-body-font-dancing);
    color: #F7D15E;
    font-size: clamp(3rem, 6vw, 5rem);
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
}
.banner_texts {
    font-family: var(--theme-body-font-montserat);
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    max-width: 825px;
    margin: 0 auto 40px auto;
    text-align: center;
}
.tab_wrapper_container {
    width: 100%;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .home_banner_section {
        padding-top: 45px;

    }

    .banner_titles {
        margin-bottom: 10px;
    }
}
/* end */

/* .home_banner_section {
    min-height: auto;
    position: relative;
    background:linear-gradient(180deg, rgba(30, 41, 59, 0.85) 0%, rgba(30, 41, 59, 0.6) 50%, rgba(212, 175, 55, 0.2) 100%
        ), url('../../motsotickets/img/bg-cover.webp') no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: top;
} */
/* banner_img */

.banner_carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;

}

.banner_carousel .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.banner_texts {
    color: #f1f1f1;
}
.fleet_img{
    border-radius: none !important;
}
.home_banner_section {
    position: relative;
    overflow: hidden;
    min-height: 510px;
    height: 100%;
}

.banner_carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.banner_carousel .item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    min-height: 510px;
}

.tab_wrapper_container {
    position: relative;
    z-index: 2;
    padding-top: 100px;
}
/* banner_end */
.tab_wrapper_container {
    padding-bottom: 0px;
}
.tab_wrapper {
    position: relative;
}
.tab_wrapper .nav-pills-wrap {
    text-align: center;
}
.tab_wrapper .nav-pills {
    background: var(--whiteColor);
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,117,255,.09);
    left: 50%;
    padding: 0 60px;
    transform: translate(-50%,calc(-50% - 5px));
}
.tab_wrapper .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0px;
    min-width: 100px;
    border-bottom: 3px solid var(--whiteColor);
    color: var(--blackColor) !important;
    padding: 15px 10px;
    transition: all .2s cubic-bezier(.4,0,.2,1);
    font-size: 16px;
    font-weight: 500 !important;
}
.tab_wrapper .nav-pills .nav-link.active {
    color: var(--baseColor) !important;
    background: transparent !important;
    border-bottom: 3px solid var(--secondaryColor);
}
.tab_wrapper .tab-content {
    background: var(--whiteColor);
    border-radius: 20px;
    box-shadow: 0 20px 100px 10px rgba(24, 33, 77, .05);
    padding: 20px 20px 10px;
    min-height: 120px;
}
.demoNavBar li:last-child{
    padding-left: 0px !important;
}
/* .phone_number_menu{
    background: var(--blackColor) !important;
}
.phone_number_menu .phone_icon {
    width: 30px;
    baseline-shift: 30px;
    background: var(--secondaryColor) !important;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    margin-left: -24px;
    color: #fff;
} */
 .login-user-icon {
     background-color: #eee;
 }
.tab_wrapper .booking-box .booking-box__body {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.tab_wrapper .booking-box .form-control {
    border-radius: 0px !important;
    padding: 0;
    border: 0;
    font-size: 26px;
    font-weight: 600;
    color: #444444;
    border: 0px !important;
}
.tab_wrapper .repeat-arrow-img-btn {
    border: 1px solid #dbdde0 !important;
}
.tab_wrapper .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-radius: 0px !important;
}
.b-form-group{
    position: relative;
}
.tab_wrapper .b-form-group::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 60%;
    background: #dbdde0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto 0;
}
.tab_wrapper .b-form-group-end:after {
    display: none !important;
}
.tab_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 26px;
    font-weight: 600;
}
.tab_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.tab_wrapper .booking-box .b-form-group label {
    color: #666;
    margin: 0 0 -4px !important;
    font-size: 14px;
    font-weight: 600 !important;
}
#returnDate {
    /* background: url('https://cdn-icons-png.flaticon.com/512/747/747310.png') no-repeat 8px center; */
    background-size: 16px 16px;
    color: #666;
}
.date_show_area {
    min-height: 42px;
    line-height: 42px;
    margin: 0;
    cursor: pointer;
}
.date_text_lg {
    font-size: 26px;
    font-weight: 600;
    color: #444444;
    white-space: nowrap;
    display: block;
}
.date_text_sm {
    font-size: 11px;
    font-weight: 500;
    color: #ed2c29;
    display: block;
    line-height: 15px;
    margin-top: -4px;
}
.select2-dropdown {
    border: 1px solid #dbdde0 !important;
    box-shadow: 0 20px 100px 10px rgba(24,33,77,.05) !important;
    padding: 10px !important;
    border-radius: 10px !important;
    margin-top: 10px;
}
/* .site_navbar .phone_number_menu {
    position: relative;
    border-left: 3px solid var(--secondaryColor);
}
.site_navbar .phone_number_menu::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--blackColor);
    border-radius: 30px;
} */
.demoNavBar li .phone {
    font-weight: 600;
    margin-left: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdde0;
    border-radius: 7px;
}
.select2-search--dropdown {
    display: block;
    padding: 0 0 5px;
}
.topbar button#dropdownMenuButton1 {
    padding-right: 0;
    padding: 0px !important;
}
.suggestions {
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 100px;
    box-shadow: 0 20px 100px 10px rgba(24,33,77,.05);
    border-radius: 10px;
    min-height: 200px;
    display: none;
    border: 1px solid #eee;
    left: 0;
    z-index: 2;
}
.no-suggestion {
    padding: 12px 15px;
    color: #777;
    font-style: italic;
}
.suggestion-item {
    padding: 12px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeeead;
}
.suggestion-item:hover {
    background-color: #f0f0f0;
}
.suggestion-item span {
    margin-left: 8px;
    font-weight: 400;
    color: #000;
    font-size: 15px;
}
/* Guest and Room Selectors start */
.gs-summary-text::selection,
.rooms-text::selection  {
    background: transparent;
    color: inherit;         
}
/* Firefox er jonno */
.gs-summary-text::-moz-selection,
.rooms-text::-moz-selection {
    background: transparent;
    color: inherit;
}

.gs-container {
    max-width: 360px;
    margin: auto;
}
.gs-summary {
    cursor: pointer;
}
.gs-summary-text{
     border: 0;
    color: #444444 !important;
    text-decoration: none !important;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding: 0;
    border-radius: 0;
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}
.rooms-text {
    font-size: 11px;
    font-weight: 500;
    color: #444444;
    display: block;
    line-height: 15px;
    margin-top: -4px;
}
.gs-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    padding: 16px;
    display: none;
    z-index: 10;
}

.gs-dropdown.gs-active {
    display: block;
}

.gs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.gs-label {
    font-size: 14px;
    color: #444;
}

.gs-counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gs-counter button {
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.gs-counter button:hover{
    background-color: #eee;
}
.gs-counter button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: transparent !important;
}
.gs-counter span {
    min-width: 20px;
    text-align: center;
    font-size: 14px;
}
.gs-select {
    margin-left: 10px;
    padding: 2px 5px;
    border: 1px solid #ddddddc2;
    border-radius: 5px;
    font-size: 13px;
    color: #444;
    outline: none;
    box-shadow: none;
}
.gs-done {
    margin-top: 10px;
    text-align: right;
}

.gs-done button {
    padding: 2px 26px;
    border: none;
    border-radius: 30px;
    background: var(--secondaryColor);
    color: var(--blackColor);
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.gs-done button:hover {
    opacity: 0.8;
}
.gs-done button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* Guest and Room Selectors end */

/* Scrollbar এর প্রস্থ */
.select2-dropdown ::-webkit-scrollbar {
  width: 5px; /* vertical scrollbar */
  height: 20px; /* horizontal scrollbar */
}

/* Scrollbar ট্র্যাক (ব্যাকগ্রাউন্ড) */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Scrollbar থাম্ব (হ্যান্ডেল) */
::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 5px;
}
/* tab wrapper end */
.booking-box .form-control
.booking-box__body__inner{
    position: relative;
}
.booking-box {
    margin-top: 0;
    position: relative;
    z-index: 3;
    width: 100%;
    border-radius: 30px;
    padding: 0;
    margin-left: auto !important;
}
.booking-box .booking-box__body {
    position: relative;
    z-index: 1;
    padding: 25px;
    background-color: var(--baseColor);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.booking-box .booking-box__popup {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: var(--whiteColor);
    overflow: hidden;
    z-index: 0;
    padding: 20px 25% 24px 24px;
    box-sizing: border-box;
    transition: all .3s ease-out;
}
.marquee-news {
    border: 0px;
}
.booking-box .booking-box__popup .wrapper-station-list {
    position: relative;
    width: calc(100%);
    height: 100%;
    overflow: auto;
    scrollbar-color: #f2f1f1 var(--baseColor);
    padding-left: 10px;
    scroll-behavior: smooth;
    padding-right: 15px;
}
.booking__box__popup__visible {
    left: -80% !important;
    opacity: 1 !important;
    z-index: -1 !important;
    visibility: visible !important;
}
.booking-box .booking-box__popup .wrapper-station-list ul {
    list-style: none;
    padding: 0px;
}
.booking-box .booking-box__popup .wrapper-station-list .station-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.booking-box .form-control {
    border: none;
    max-width: 100%;
    border-radius: 10px !important;
}

.industry-btn {
    background-color: var(--secondaryColor) !important;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
    min-height: 42px !important;
    display: inline-block;
    line-height: 16px !important;
    padding: 0 20px !important;
    border-radius: 30px !important;
    min-width: 150px;
    text-align: center;
    border: 0;
    width: 100%;
}
/* .industry-btn:hover{
    opacity: 0.8;
} */
.industry-btn:hover {
    background: var(--baseColor) !important;
    color: var(--whiteColor);
}
.modify_search_wraper  #searchButton {
    background: var(--secondaryColor)!important;
}
.modify_search_wraper  #searchButton:hover {
    color: var(--secondaryColor)!important;
    background: var(--whiteColor)!important;
}
.booking-box .booking-box__popup .wrapper-station-list .station-list-item h6 {
    padding: 8px 0;
    color: var(--blackColor);
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 2px 0px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    z-index: 9;
    text-transform: uppercase;
}
.banner_title {
    font-size: 30px;
    color: var(--blackColor);
}
.spiner{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--secondaryColor);
    width: 100%;
    background: #f1f1f1;
    min-height: 45px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-title h1, .section-title h2 {
    color: var(--blackColor);
}
.search__panels {
    margin-top: 0;
}
.search_btn {
    color: var(--whiteColor);
    text-transform: uppercase;
    font-weight: 600;
    transition: .2s all ease-in-out;
    margin-top: 0px;
    letter-spacing: 0.3px;
    border-radius: 30px !important;
    background-color: var(--baseColor);
    background-image: linear-gradient(45deg,rgba(112, 112, 112, 0.288) 50%,var(--secondaryColor) 50%);
    background-size: 250% 100%;
    background-position: right bottom;
    transition: all 0.4s ease-in-out!important;
    touch-action: manipulation;
    border: 1px solid transparent;
    width: 100%;
    min-height: 44px;
}
.search_btn:hover {
    background-position: var(--blackColor) !important;
    color: var(--whiteColor);

}
.repeat-arrow-img-btn {
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 37px;
    left: auto;
    border-radius: 50%;
    border: 2px solid var(--baseColor) !important;
    z-index: 3;
    right: -20px;
}
.repeat-arrow-img-btn img {
    height: 34px;
    width: 24px;

    filter: brightness(0);
    object-fit: contain;
    padding: 3px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.booking-box .b-form-group label {
    font-weight: 500 !important;
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    letter-spacing: 0.2px;
}
.modify_search_wraper .b-search-map-wrapper .b-form-group label {
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 36px  !important;
    height: 36px !important;
    font-size: 16px !important;
 
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #77b6cd !important;

}
.cross-icon {
    position: absolute;
    top: 35%;
    right: 5px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ed2c29;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    z-index: 3;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.return-date-text {
    position: absolute;
    background: #fff;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    font-size: 13px !important;
    color: #777;
    font-weight: 500;
    text-transform: capitalize;
    pointer-events: none;
}
.cross-icon:hover {
    opacity: 1;
}

.sticky .cross-icon {
    top: 50%;
}
/*====================================================================
ride with confidence css
====================================================================*/
.fleet-section {
    /* padding: 80px 0; */
    background-color: var(--baseColor);
}
.section-header {
    margin-bottom: 50px;
    text-align: center;
}
.section-header h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondaryColor);
}
.section-header p {
    font-size: 18px;
    color: var(--whiteColor);
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto;
}
.fleet_card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    transition: transform 0.3s ease;
    height: 480px;
}
.fleet_section_header{
    padding: 60px 0px;
    background: var(--blackColor);
}
/* .fleet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
} */

.fleet_card img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--secondaryColor);
    color: #000;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
    z-index: 10;
}
.overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 30px 22px;
    background: linear-gradient(to top, rgb(0 0 0 / 59%) 10%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    text-align: center;
    z-index: 1;
    border-radius: 20px !important;
    border: 1px solid #ffff004a;
}
.overlay h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.overlay h4 {
    font-size: 16px;
    color: #f4c430;
    margin-bottom: 8px;
    font-weight: 600;
}

.overlay p {
    font-size: 14px;
    color: #d1d5db;
}
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 36px;
    }
    .fleet-card {
        height: 400px;
    }
}

/*====================================================================
why choose us css
====================================================================*/
.section-title h2{
  color: var(--secondaryColor);
  font-size: 60px;
  font-weight: 700;


}
.how_it_works{
    background-color: var(--baseColor);
}
.how_works {
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s all ease-in-out;
}

.how_works:hover {
    transform: translateY(-5px);
}

.how_works {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--blackColor);
    /* border-radius: 50% 50% 7px 7px; */
    border: 1px solid #ffff0047;
    padding: 10px;
    transition: 0.3s all ease-in-out;
    box-shadow: 10px 10px 40px 0px rgba(118, 133, 161, 0.1);
    height: 100%;
}
.how_works:hover{
 border: 1px solid var(--secondaryColor);
}

.works-text {
    color: var(--darkColor) !important;
}

.icon-box-title {
    color: var(--whiteColor);
    font-size: 20px;
}
.service-icon-wrapper i{
    font-size: 20px;
    color: var(--secondaryColor);
}
.icon-box-text {
    font-size: 15px;
    line-height: 25px;
    color: var(--whiteColor);
    padding: 0px 17px;
}
.service-icon-wrapper{
    padding: 20px;
}

/* =============Who We Serve css================ */
.serve-section {
    background: var(--blackColor);
    /* padding: 80px 20px; */
}

.serve-section h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 50px;
}
/* .serve-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
} */
.serve-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ffff001a;
    transition: transform 0.3s ease;
    background-color: var(--baseColor);
    position: relative;
}
.serve-card:hover {
    transform: translateY(-10px);
    border: 1px solid #ffff007a !important;
}
.serve-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.22);
    z-index: 1;
}
.serve-card .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}
.serve-content {
    padding: 22px;
    background: var(--baseColor);
}
.serve-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.serve-content .icon {
    color: #f4c430;
    font-size: 18px;
}
.serve-content p {
    font-size: 18px;
    line-height: 28px;
    color:var(--whiteColor);
    min-height: 130px;
}
.img-title span{
    font-size: 25px;
    color: var(--whiteColor);
}
.serve-img {
    position: relative;
}
.serve-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}
.img-title {
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    /* background: rgba(10, 15, 35, 0.75); */
    /* backdrop-filter: blur(6px); */
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}
.img-title .icon {
    color: var(--secondaryColor);
    font-size: 18px;
}

/*=========================================================
    	Step Inside Comfort
===========================================================*/
.comfort-section{
    /* padding: 80px 20px; */
    background-color: var(--baseColor);
}
.section-title {
    text-align: center;
    font-size: 60px;
    color: var(--secondaryColor);
}
.section-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 10px auto 50px;
    color: var(--whiteColor);
    font-size: 18px;
}
.card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.comfort-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 380px;
}
.comfort-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.comfort-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-title h3 {
    font-size: 25px;
    margin: 0;
    color: var(--whiteColor);
    font-weight: 700;
}
.icon {
    width: 40px;
    height: 40px;
    background: rgba(244, 196, 48, 0.15);
    color: #f4c430;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}
.card-overlay p {
    font-size: 16px;
    color: #ddd;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s ease;
}
.comfort-card:hover img {
    transform: scale(1.1);
}
.comfort-card:hover .card-overlay p {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .card-wrapper {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .card-overlay p {
        opacity: 1;
        transform: translateY(0);
    }

    .comfort-card img {
        transform: scale(1.05);
    }
}
/*====================================================================
	Sales Count
====================================================================*/
.sales-count-section {
    background: var(--whiteColor);
    position: relative;
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
.sales-count-section .section-title h2 {
    color: var(--blackColor);
}
/* .sales-count-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #10168fd6;
    opacity: .9;
    z-index: 1;
} */
.sales-count-section .container {
    position: relative;
    z-index: 2;
}
/*====================================================================
	Route css
====================================================================*/
.gallery__section {
    overflow: hidden;
}
.route_name {
    font-weight: 600;
    text-align: center;
    margin: 15px 0 0;
}
.gall-img {
    min-height: 250px;
    object-fit: cover;
    height: 300px;
}
.route_section a{
    text-decoration: none;
}

.route-link {
    background: #77b6cd38;
    border: 1px dashed #f5fbff;
    padding: 5px 10px;
    transition: all ease-in-out 0.2s;
    border-radius: 10px;
    height: 100%;
}
.route-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--blackColor);
}
.route-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--blackColor);
}
.route-link:hover {
    border: 1px dashed var(--baseColor);
    box-shadow: none;
}
.route-link .price span {
    font-size: 16px;
}
/*====================================================================
	Large Banner css
====================================================================*/
.large-welcome-section {
    /* background: #000 url('../../musango/img/title-background.png'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    background-position: center center;
    position: relative;
}
.large-welcome-section::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #10168fd6;
    opacity: .9;
    z-index: 1;
}
.large-welcome-section .container{
    position: relative;
    z-index: 2;
}
.large-welcome-section .title-wrapper {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
.large-welcome-section .title-wrapper .title {
    margin: 10px 0;
    color: var(--whiteColor);
}
.large-welcome-section .title-wrapper .large-title {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}
.large-welcome-section .title-wrapper .medium-title {
    font-size: 35px;
    font-weight: 500;
    text-transform: initial;
}
.large-welcome-section .title-wrapper .small-title {
    text-transform:initial;
    font-weight: 400;
    font-size: 22px;
}
/*====================================================================
/*====================================================================
	Count box css
====================================================================*/
.single-count.count-up {
    text-align: center;
    background: var(--whiteColor);
    padding: 30px 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0px #e0d6d6;
}
span.Features_subHeadingTxt {
    color: var(--blackColor);
    font-size: 16px;
    line-height: 26px;
}
.fact_title {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
}
.counter-head {
    font-size: 45px;
    color: var(--baseColor);
    margin: 10px 0;
}
.single-count.count-up p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}
/*====================================================================
	Footer css
====================================================================*/
footer {
    background-color: #123050;
    position: relative;
    margin-top: auto;
    border-top: 0px;
}
.footer_top {
    padding: 30px 0px;
    z-index: 1;
    position: relative;
}
.pay_card_img_wrap img {
    max-width: 170px;
    border-radius: 10px;
}
.pay_card_img_wrap {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}
.payment_wrap{
    background: var(--blackColor);
    padding: 5px;
    border-radius: 5px;
}
.top_inner_footer {
    border-bottom: 1px solid #eeeeee4d;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.btn-scroll {
    background-color: var(--baseColor);
}
.b-blog-short-post {
    display: block;
}
.guten-icon-list-item{
    color: var(--whiteColor);
}
.guten-icon-list-item i {
    color: var(--secondaryColor);
}
.footer_title {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--whiteColor);
}
.social_icon {
    color: var(--blackColor);
    border: 1px solid #ffffff24;
}
.footer_imp_link a {
    position: relative;
    text-transform: capitalize;
    color: var(--whiteColor);
}
.follow_us_wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: transparent !important;
}
.select2-container .select2-selection--single {
    height: 44px;
}
.footer_imp_link a::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--secondaryColor);
    transform: scale(0);
    transition: all 0.3s;
}
.footer_imp_link a:hover::before {
    transform: scale(1);
}
.social-links {
    display: inline-flex;
    padding: 0;
    align-items: center;
    gap: 5px;
}
.social-links a {
    background: #ffffff29;
    font-size: 15px;
    display: inline-block;
    transition: 0.3s;
    color: var(--whiteColor);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50% !important;
    border: 0 !important;
    margin: 0;
}
.social-links a:hover {
    color: var(--whiteColor);
    border: 0;
    background: var(--secondaryColor);
}
.footer_logo {
    max-width: 170px;
    margin-top: 0;
    max-height: 82px;
    object-fit: contain;
}
.pay-card {
    object-fit: contain;
}
.b-footer-primary {
    background: var(--secondaryColor);
    border-top: 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid #eeeeee4d;
}
.footer_imp_link a:hover {
    color: var(--secondaryColor);
}
.fq-link a:hover {
    color: var(--secondaryColor);
    text-decoration: none;
}

/* Search Bus */
.search_banner {
    background: url('../img/bus1.jpg');
    height: 150px;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.search_banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #205a7d7a;
}
.modify_search_wraper {
    position: relative;
    margin-top: 0px;
}
.modify_search_wraper .b-search-map-wrapper .b-form-group label {
    color: var(--whiteColor);
}
.modify_search_wraper .b-search-map__wrap {
    background: var(--baseColor);
    position: relative;
}

.b-form-group {
    position: relative;
    min-height: 80px;
}
.b-form-group-end{
    display: flex;
    align-items: center;
}
.banner_carousel .owl-nav button span {
    background: var(--baseColor) !important;
}
.modify_search_wraper .b-form-group {
    position: relative;
    z-index: 2;
}
.modify_search_wraper .search_btn {
    background: var(--secondaryColor) !important;
    border: 0 !important;
    margin: 0px !important;
}
.modify_search_wraper .repeat-arrow-img-btn {
    top: 37.5px;
    left: auto;
    border-radius: 50%;
    border: 2px solid #003058 !important;
    z-index: 4;
    right: -9px !important;
    transform: none;
}
.single_search_result_item ul.result_content li {
    padding: 0px;
}
.single_search_result_item ul.result_content li {
    flex-basis: auto;
    min-height: 80px;
}
/* datebar */
.datebar_wrapper {
    margin: 20px 0px;
}
ul.datebar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-radius: 10px !important;
    padding: 0;
    margin: 0;
    border: 0px;
    gap: 5px;
}
ul.datebar li {
    width: 14.3%;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border: 0pc;
    border-radius: 10px;
    justify-content: center;
    background: #ffffff;
}
.mobile.datebar li {
    width: 100% !important;
}
ul.datebar li span {
    font-size: 14px;
    font-weight: 600;
}
a {
    text-decoration: none;
}
.arrow-icon {
    font-size: 20px !important;
    display: inline-block;
}
span.arrow-icon i {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
    line-height: 29px;
    background: var(--baseColor);
    color: var(--whiteColor);
}
.dcbtn-disable {
    cursor: no-drop !important;
}
ul.datebar li:first-of-type {
    border: 0px !important;
}
ul.datebar li.active {
    background: var(--baseColor);
    border-bottom: 0px;
}
ul.datebar li.active a {
    color: var(--whiteColor);
}
ul.datebar li a {
    color: var(--blackColor);
}
li.date-disable a {
    opacity: 0.7;
    cursor: no-drop;
}
section.ticket-src-result{
    background: #eee;
}
.total_trip_busbora {
    font-size: 18px;
    font-weight: 500;
}
.sorting_select {
    min-width: 220px;
    border: 1px solid #eee;
    background: #fff;
}
.text_sort {
    font-size: 16px;
    font-weight: 500;
    margin: 12px 0px 0px 0px;
}
.single_search_result_item {
    box-shadow: none;
    border: 1px solid #ddd;
}
.dpe_ariv_wrap::before {
   display: none;
}
.dpe_ariv_wrap::after {
   display: none;
}
.single_search_result_item ul.result_content li .item-content p {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}
.bi_arrow span {
    width: 10px;
    height: 10px;
    border: 2px solid #b5b5b5;
    display: block;
    border-radius: 50%;
    background: var(--whiteColor);
}
.single_search_result_item ul.result_content li .item-content .seat_left {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondaryColor);
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
}
li > div {
    width: 100%;
}
.bus_name p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.routeTitle {
    font-size: 14px !important;
    line-height: 16px;
    padding-top: 3px;
}
.single_search_result_item .result_content li .bus_name .operator {
    font-size: 20px;
    color: var(--blackColor);
    font-weight: 600;
    text-transform: capitalize;
    margin: 4px 0;
}
.find-result-btn {
    font-size: 18px;
    font-weight: 500;
}
.single_search_result_item ul.result_content li .price {
    font-size: 22px;
    color: var(--blackColor);
    font-weight: 700;
}
.price_package_toggle_btn {
    cursor: pointer;
    color: #008bff;
    max-width: 120px;
}
.price_package_toggle_btn:hover{
    color: #64748b;
}
.price_package_rules_content {
    padding: 15px 0px 10px;
    display: none;
}
.price_package_toggle_btn::selection {
    color: none;
    background: none;
}
.copy_right_text {
    font-size: 15px;
    color: var(--blackColor);
}
.copy_right_text {
    font-size: 15px;
    color: var(--blackColor);
    font-weight: 500;
}
.footer_bottom_link a {
    color: #64748b;
    font-size: 13px;
    margin: 0px 5px;
}
.navbar-brand{
    color: var(--secondaryColor);
    font-weight: 600;
    font-size: 20px;
}
.navbar-brand:hover {
    color: var(--secondaryColor);
}
/* For Mozilla Firefox */
.price_package_toggle_btn::-moz-selection {
    color: none;
    background: none;
}
/* Package Table Start */
.pricingTable {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #ababab8c;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #000000;
    transform: scale(1);
    transition: all .5s ease 0s;
}
.pricingTable:hover {
    z-index: 1
}
.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}
.pricingTable .price-value {
    font-size: 30px;
    color: var(--baseColor);
    transition: all .5s ease 0s;
    font-weight: 700;
}
.pricingTable .per_adult {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.pricingTable .heading {
    font-size: 24px;
    color: var(--baseColor);
    margin: 20px 0;
    text-transform: uppercase;
    cursor: pointer;
}
.pricingTable .heading::selection {
    color: none;
    background: none;
}
/* For Mozilla Firefox */
.pricingTable .heading::-moz-selection {
    color: none;
    background: none;
}
.pricingTable a{
    text-decoration: none;
}
.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup .pricing_btn{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: var(--baseColor);
    text-transform: uppercase;
    transition: all .3s ease 0s;
    border: 1px solid;
}

.pricingTable .pricingTable-signup .pricing_btn:hover {
    color: var(--baseColor);
    border: 1px solid var(--baseColor);
    background-color: transparent;
}
.pricingTable.green .pricingTable-signup .pricing_btn:hover {
    color: var(--baseColor);
    border: 1px solid var(--baseColor);
    background-color: transparent;
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #0083be;
}

.pricingTable.blue .pricingTable-signup .pricing_btn,
.pricingTable.blue:hover .pricingTable-header {
    background: #0083be 
}

.pricingTable.blue .pricingTable-signup .pricing_btn:hover {
    color: #0083be;
    border: 1px solid #0083be;
    background-color: transparent;
}
.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: var(--baseColor)
}

.pricingTable.green .pricingTable-signup .pricing_btn,
.pricingTable.green:hover .pricingTable-header {
    background: var(--baseColor)
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}
.pricing-content{
    display: none;
}
.pricing-content p {
    text-align: left;
    color: #000;
    font-size: 14px;
}
.departure {
    border: 1px dashed var(--baseColor);
}
.select-ticket-row-wrapper {
    border-left: 3px solid var(--baseColor);
}
/* Package Table End */
.ticket_bottom_content .flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--baseColor);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.flex_box_content h4 {
    font-size: 20px;
    color: var(--whiteColor);
    margin: 0;
    font-weight: 600;
}
.flex_box_content span {
    font-size: 16px;
    color: var(--whiteColor);
}
table.psngr-dtls-table td {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #ddd;
    padding: 4px 10px;
}
.pay-details-box.pess-dtls-box.last_box td {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 4px 10px;
}
.dPoint {
    font-size: 16px;
    font-weight: 400;

}
.adt-info input.addChildren {
    height: 33px;
}
.pay-details-box.psngr-details.pess-dtls-box table td:first-child {
    width: 130px;
}
.psngr-dtls-table td:first-child {
    width: 100px;
    overflow: hidden;
}
.pay-details-box.psngr-details.pess-dtls-box table td {
    font-size: 14px;
    padding: 4px 0px;
    border-bottom: 1px solid #ddd;
    vertical-align: text-bottom;
}
.bus_img_bg.dept_bus {
    opacity: .3;
    filter: none !important;
}
/* Route trip page */
.route_banner {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.route_banner img {
    width: 100%;
    background-size: cover;
    height: 100%;
    object-fit: cover;
}
.route_banner h1 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 8px #000;
    font-size: 45px;
    text-transform: capitalize;
}
.tkt_table {
    width: 100%;
    max-width: 100%;
}
.route_table td {
    padding: 10px 15px !important;
}
.tkt_table th, .tkt_table td {
    border: 1px solid var(--baseColor);
    font-weight: 500;
}
.single_srch_result {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(255 110 35 / 40%);
}
.single_srch_result ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single_srch_result .bus_name_wrap {
    display: grid;
    grid-template-columns: 40% 5% 40% 15%;
}
.single_srch_result .bus_name h6 {
    margin-bottom: 5px;
    color: var(--baseColor);
    font-size: 17px;
    font-weight: 700;
}
.single_srch_result .bus_name p {
    font-size: 13px;
    color: #5d686e;
    margin-bottom: 5px;
}
.single_srch_result .bus_name_wrap .fa-angle-right {
    color: var(--baseColor);
    font-size: 24px;
}
.single_srch_result .time {
    display: grid;
    grid-template-columns: 45% auto auto;
}
.single_srch_result .time p {
    font-weight: 700;
    font-size: 17px;
}
.single_srch_result .time button {
    background: var(--baseColor);
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 10px;
    transition: .2s all ease-in-out;
}
.single_srch_result .time button:hover {
    background: #cf591e
}
.route_banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000059;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.single_bus_terminal img {
    width: 22px;
}
.phone_postfix_inp {
    border-radius: 0px 5px 5px 0px !important;
}
.country_phone_inp {
    border-radius: 0px 5px 5px 0px !important;
}
.phone-dial-code .select2-container--default .select2-selection--single {
    border-radius: 5px 0px 0px 5px !important;
    border-right: 0px !important;
    background: #eee !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    border-radius: 10px;
    border: none!important;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--baseColor);
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 5px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;
}
.b-search-map__wrap {
    margin-top: 20px;
}
.btn_scroll {
    background: var(--secondaryColor);
    font-size: 25px;
    height: 50px;
    width: 50px;
    color: var(--whiteColor) !important;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: 0;
    position: absolute;
    right: 14px;
    bottom: 92px;
    z-index: 2;
    border-radius: 30px 30px 0px 0px !important;
    transition: all ease-in-out 0.3s;
    margin: 0 auto;
    right: 16px;
    border-radius: 50px !important;
}
.btn_scroll:hover{
    opacity: .8;
}
.how_it_works{
    overflow-x: hidden;
}
#modifySearchBar .select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
}
.close_dpt {
    top: 10px !important;
    color: #fff !important;
    right: 15px !important;
}
.onw_seat_label {
    background: #ffffff;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.onward_passanger_wrap span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.chk-form-box {
    height: 100%;
}
.right-table {
    width: 100%;
}
/* Station collapse design */
.amenities-toggle-box {
    display: none;
}
.scroll_route_heading {
    color: var(--baseColor);
    font-weight: 600;
    font-size: 14px;
}
.direct_collpase_btn {
    cursor: pointer;
    text-transform: capitalize;
}
.direct_collpase_btn::selection {
    color: none;
    background: none;
}
.direct_collpase_btn::-moz-selection {
    color: none;
    background: none;
}
.busstops__boking {
    list-style: none;
    margin: 0 0 10px;
    position: relative;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}
.busstops__boking li {
    line-height: 23px;
    text-align: left;
    margin-left: 90px;
    position: relative;
    min-height: 30px;
}
.busstops__boking li::before {
    position: absolute;
    content: '';
    top: 8px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #c9c9c9;
    height: 100%;
}
.busstops__boking .stops_time {
    position: absolute;
    left: -105px;
    max-width: 66px;
    line-height: 18px;
    font-size: 12px;
}
.busstops__boking .grey {
    background: #ddd!important;
    border: 1px solid #ddd!important;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    border-radius: 50%;
    top: 6px;
    z-index: 1;
}
.sub-break {
    color: red;
    margin-left: -3.5px;
    position: relative;
    z-index: 1;
    font-size: 13px;
}
.break_arrow_after {
    position: relative;
    padding-left: 4px;
}
.break_arrow_after::after {
    position: absolute;
    content: '';
    top: 48%;
    left: -15px;
    width: 17px;
    background: #dddddd;
    height: 2px;
    transform: translateY(-50%);
}
.busstops__boking li span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 23px;
}
#trip-msg {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}
.not_trip_msg {
    font-size: 18px;
    margin: 0;
}
.busstops__boking li:last-child::after {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 0;
    width: 1px;
    background: var(--whiteColor);
    height: 100%;
}
.amenities-img-wrap img {
    margin: 0 2px 0px 0px;
    height: 27px;
}
.form-gp input {
    border-radius: 10px;
}
.form-gp input {
    width: 100%;
    height: 44px;
    border: 1px solid #c8c8c8;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}
#select2-phonePrefix-container span {
    font-size: 15px !important;
}
#select2-phonePrefix-container .img-flag {
    width: 30px !important;
}
.pess-dtls-box {
    min-height: 485px;
}
.select2-container {
    min-width: 142px !important;
}
#modifySearchToggleBtn {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--baseColor);
    border: 0;
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
}
.abs_spinner {
    position: absolute;
    top: 46%;
    left: 47%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--baseColor);
}
/* Industry about */
/* .industry-about-area .right-content-area .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--baseColor);
}
button#searchButton {
    border-radius: 30px !important;
}
.industry-about-area .left-content-wrap {
    padding-right: 80px;
    position: relative;
    max-width: 500px;
    margin-left: auto;
}
.industry-about-area .left-content-wrap .shape {
    position: absolute;
    right: 20px;
    top: 0;
}
.industry-about-area .left-content-wrap .industry-video-wrap {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}
.industry-video-wrap img {
    border: 10px solid #fff;
}
.industry-about-area .left-content-wrap .vertical-image {
    position: relative;
    display: inline-block;
    left: -150px;
}
.industry-about-area .left-content-wrap .vertical-image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--baseColor);;
    opacity: .8;
}
.industry-video-wrap .experience {
    position: absolute;
    right: -29px;
    bottom: -40px;
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-bottom: 4px solid var(--baseColor);;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
}
.industry-video-wrap .experience .year {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--baseColor);
}
.industry-video-wrap .experience .title {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.industry-what-we-offer-area {
    background: #f7f7f7;
} */
/*  */
.industry-single-what-we-cover-item {
    padding: 40px 30px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 2px 0px red;
}
/* .industry-single-what-we-cover-item .icon {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    color: var(--baseColor);
    transition: all .3s;
} */
.industry-single-what-we-cover-item .title {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .3s;
    color: var(--blackColor);
}
.industry-single-what-we-cover-item .readmore {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--baseColor);
    transition: all .3s;
}
.lang__anc span {
    font-weight: 400;
}
.cont_right_box .single_box {
    background: #e8eff8;
    border-radius: 10px;
    box-shadow: none;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    height: 100%;
}
.cont_right_box_icon {
    font-size: 22px;
    color: var(--baseColor);
    border: 1px dashed var(--baseColor);
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 0px !important;
}
.contact_address_title {
    color: var(--whiteColor);
    margin-bottom: 10px;
}
.cont_right_box .desc {
    color: var(--blackColor);
}
.btn_view_eats {
    background: var(--baseColor);
    border-color: var(--baseColor);
    min-width: 120px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.btn_view_eats:hover {
    color: var(--whiteColor);
    border: 1px solid var(--secondaryColor);
    background-color: var(--secondaryColor);
}
#myModal .modal-header {
    background-color: var(--baseColor);
}
.pay-details-box .title_Ablack {
    background: var(--baseColor);
}
.pess-dtls-box {
    border-bottom: 3px solid var(--baseColor);
}
.proceed_to_book_btn {
    background: #10168f !important;
    color: #fff !important;
    outline: none !important;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    border: 1px solid #0c1037 !important;
    border-radius: 30px;
    text-transform: uppercase;
}
i.fa.fa-spinner {
    padding: 0 !important;
    height: auto;
    width: auto;
    margin: 0 auto;
}
/* =======about us css======= */
.header_about_section{
    background: var(--baseColor);
    padding: 40px 0;
}
.about_hero_section{
    text-align: center;
    margin: 0 auto;

}

.about_hero_section h1 {
    color: #EAB308;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

.subtitle_text {
    font-size: 16px;
    color: var(--whiteColor);
    max-width: 600px;
    margin: 0 auto;
}
.heading-section p {
    margin: 0px;
    font-size: 16px;
    color: var(--whiteColor);
    width: 96%;
}
.ftco-services{
    background: var(--blackColor);
    padding: 40px 0;
}
.title_about_us{
    font-size: 40px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.about_img {
    object-fit: cover;
    border-radius: 10px;

}
/* Values Section */
.values_section {
    background: var(--baseColor);
}

.section-title-center {
    color: var(--secondaryColor);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.section-subtitle {
    margin-bottom: 35px;
    font-size: 16px;
    color: var(--whiteColor);
}


.icon {
    font-size: 20px;
    /* margin: 0 auto; */
    color: var(--secondaryColor);
    margin-bottom: 15px;
   
}

.value-card h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--whiteColor);
    text-align: center;
}
.value-card {
    background-color: #0f172a80;
    padding: 40px 25px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    height: 100%;
}

.value-card:hover {
    background: var(--blackColor);
}

.value-card p {
    font-size:16px;
    color: #cbd5e1;
    line-height: 25px;
}
.icon_about {
    font-size: 20px;
    margin: 0 auto;
    color: var(--secondaryColor);
    margin-bottom: 15px;

}

.icon_about {
    width: 40px;
    height: 40px;
    background: rgba(244, 196, 48, 0.15);
    color: #f4c430;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}
/* Responsive for Mobile */
@media (max-width: 768px) {
    .our-story {
        flex-direction: column;
    }
}

/* About us */
/* .short_banner {
    background: url('../../motsotickets/img/banner/banner_2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 200px;
    position: relative;
}
.short_banner::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000063;
    height: 100%;
    width: 100%;
}
.short_banner .content {
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.short_banner_title {
    color: var(--whiteColor);
    font-size: 40px;
    text-transform: capitalize;
} */
.breadcrumb__list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
}
.breadcrumb__list .breadcrumb__item .breadcrumb__link {
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.breadcrumb__list .breadcrumb__item .breadcrumb__link:hover{
    color: #c1c1c1;
}
.breadcrumb__item_active {
    color: var(--secondaryColor);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.breadcrumb__item:not(.breadcrumb__item:last-child)::after {
    content: "/";
    color: var(--whiteColor);
    padding: 0 0 0 10px;
}
.about_section .right-content-area .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #435356;
}
.about_section.second{
    background: #e8eff8;
}
.team {
    border: 2px dashed var(--baseColor);
    padding: 20px 0px;
}
.team_name {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--blackColor);
    margin: 0 0 5px;
}
.designation {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--baseColor);
    
}
.team_social a {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid ;
    line-height: 32px;
    border-radius: 0px;
    color: var(--baseColor);
    transition: all ease-out 0.3s;
}
.team_social a:hover{
    background: var(--blackColor) !important;
    border: 1px solid var(--blackColor);
    color: var(--whiteColor);
}
.about_sec_img{
    margin-top: -95px;
}
/* search page */
.header_overlay {
    min-height: 60px;
    background: #123050b3;
}
.short_header_banner {
    max-height: 60px !important;
}


.seatStatusFree+label {
    border: 1px solid green;
    background: green;
}
.seat-available {
    border: 1px solid green;
    background: green;
}
.seatStatusSold+label {
    background-color: #ff0000 !important;
    border: 1px solid #ff0000;
}
.seatStatusFree+label:hover {
    opacity: 0.8;
    background-color: green !important;
    color: #fff;
}
.tkt_check_box:checked+label {
    background-color: #ffc107 !important;
    border: 1px solid #ffc107;
    color: #000000 !important;
}
.ticket-status-table>tbody>tr>td {
    padding: 3px !important;
}
.tkt_check_box+label {
    display: inline-block;
    width: 35px;
    text-align: center;
    margin: 0;
    font-size: 13px;
    min-height: 35px;
    line-height: 35px;
    border-radius: 7px;
    font-weight: 400 !important;
}
.single_bus_terminal {
    border: 1px dashed var(--baseColor);
    font-weight: 600;
}
.gallery_carousel .owl-nav button span {
    background: var(--baseColor)
}
.demo_list_ul {
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0;
    border: 1px dashed #0000004f;
}
.footer_imp_link a {
    line-height: 35px;
    font-size: 15px;
}
.clock_bg{
    background-color: #fff;
}
.ctext {
    color: var(--blackColor);
}
.loader-bg {
    border-color: var(--baseColor);
}
.pay-now-btn {
    min-width: 180px;
    border-radius: 30px;
    background: #f5f7fc;
}
.radio-buttons {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap !important;
}
.custom-radio input {
    display: none;
}
.radio-btn {
    margin: 0 0 15px;
    width: 170px;
    min-height: 140px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #fff;
}
.radio-btn:hover{
    border: 3px solid #e4e4e4;
}
.phone_prefix_wrap {
    display: flex;
    align-items: center;
}
.number_prefix {
    background: #ddd;
    min-height: 44px;
    line-height: 44px;
    padding: 0px 10px;
    min-width: 70px;
    text-align: center;
    border-radius: 10px 0px 0px 5px;
    font-weight: 500;
}
 #phoneNumber {
    border-radius: 0px 5px 5px 0px !important;
}
.custom-radio input:checked + .radio-btn {
    border: 2px solid var(--baseColor);
}
.radio-btn > i {
    color: #ffffff;
    background-color: var(--baseColor);
    font-size: 16px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px;
    transition: 0.4s all ease-out;
    pointer-events: none;
    opacity: 0;
    padding: 5px;
}
.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.radio-btn .hobbies-icon {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 5%;
}
.radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    margin-top: 20px;
    height: 30px;
    object-fit: contain;
}
.radio-btn .hobbies-icon h3 {
    color: var(--baseColor);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
}
.pay-now-btn {
    border: 2px solid var(--secondaryColor) !important;
    text-align: center;
    background: var(--secondaryColor);
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.pay-now-btn:hover {
    border: 2px solid var(--blackColor) !important;
    text-align: center;
    background: var(--blackColor);
}
.active .location_title_dept {
    color: var(--baseColor);
}
.modify_src_btn {
    background: var(--baseColor);
    border-color: var(--baseColor);
}
.modify_src_btn:hover {
    color: var(--baseColor) !important;
    border-color: var(--baseColor) !important;
}
.previous_price {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    text-decoration: line-through;
    opacity: 0.4;
}
.service_title {
    color: var(--baseColor);
    border: none !important;
}
.service_tbl thead {
    background: var(--baseColor);
}
.submit-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.onward_passanger_wrap .ticket {
    background: #eeeeee8f;
}
/* payment process */

/* .payment-tkt-dlist-wrap {
    height: 100%;
    border-radius: 15px;
    border: 1px solid #ddd;
} */
 .payment-tkt-dlist-wrap {
     padding: 20px;
     background: #fff !important;
     border-radius: 15px;
     border: 1px solid #ddd;
 }
.logo_text_another h3{
    font-size: 20px;
    color: var(--secondaryColor);
    font-weight: 600;
}
.service_dts_title {
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
}
.payment-tkt-dlist .table td,
.payment-tkt-dlist .table th {
    padding: 5px 0px !important;
    font-size: 15px;
    border: 0px;
    border-bottom: 1px dashed #dddddd;
    font-weight: 500;
    box-shadow: none !important;
    background: none !important;
}
.payment-tkt-dlist {
    padding: 20px 15px 2px;
}
#simple_timer {
    font-size: 27px;
    font-weight: 800;
    color: #ff0000;
    display: inline-block;
    width: 82px;
}
.payment-time-text {
    font-weight: 600;
    color: #ff0000;
}
.payment-tkt-dlist .table td:last-child,
.payment-tkt-dlist .table th:last-child {
    font-weight: 600;
}
.font_sze {
    font-size: 15px !important;
}
.passenger-info-tbl {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--textColor);
}
/* payment process */
  /* customer_profile */
  .profile-left-tab li .active {
      background-color: var(--secondaryColor)!important;
      color: #fff !important;
  }
.profile-left-tab li a:hover {
       background: #d4af3726 !important;
       color: var(--blackColor) !important;
   }
  .profile-user-icon {
      text-align: center;
      padding: 10px;
  }
 
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgb(37, 211, 102);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 15px;
    font-size: 30px;
    color: white !important;
}

/* =========download css========= */
.download-ticket {
    background: transparent;
    border-radius: 15px !important;
}
.passenger-details-box {
    border: 1px solid #d4af3766;
    padding: 40px;
    border-radius: 10 !important;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
}
/* =====contact us css ===== */
.contact-bg-area {
    background: url("../img/bus_in_rain.jpg") center/cover no-repeat;
    min-height: 100vh;
}

.contact-overlay {
    /* background: rgba(10, 20, 35, .85); */
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 90px 0;
    background: #123050b3;
}

.contact-left {
    color: #fff;
    padding-right: 40px;
}

.contact-left h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--secondaryColor);
}

.contact-left p {
    color: #cbd5e1;
    max-width: 450px;
    margin-bottom: 35px;
}

.contact-card {
    display: flex;
    gap: 15px;
    background: rgba(255, 255, 255, .05);
    border-radius: 14px;
    padding: 13px;
    margin-bottom: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid #d4af374d;
    transition: all .3s ease;
}
.contact-card:hover{
    border: 1px solid #d4af3778;
    transform: translateX(6px);

}

.contact-card .icon {
    width: 50px;
    height: 50px;
    background: rgba(241, 200, 75, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1c84b;
    font-size: 20px;
}

.contact-card h5 {
    margin: 0;
    font-size: 15px;
}

.contact-card a,
.contact-card span {
    color: var(--secondaryColor);
    font-size: 14px;
}
.contact-card span {
    color: #64748b;
    font-size: 14px;
}

.contact-form-glass h4 {
    color: #fff;
    margin-bottom: 20px;
}
.b-contact-form-box {
    border: 1px solid #d4af3778;
    min-height: 460px;
    padding: 20px 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    color: var(--whiteColor);
}
@media (max-width: 991px) {
    .contact-left {
        padding-right: 0;
    }
}
/* =====about us css end===== */

/* ======fleet css===== */
.fleet-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease;
    display: none;
}

.fleet-item.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.fleet-section {
    background: linear-gradient(180deg, #0b1324, #111c33);
    color: #fff;
}
.fleet-title {
    text-align: center;
    font-size: 60px;
    color: #f1c94a;
    margin-top: 30px;
}
.fleet-subtitle {
    text-align: center;
    color: #cbd5f5;
    margin: 10px;
    font-size: 20px;
}
.fleet-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* margin-bottom: 60px; */
}
.fleet-tabs button {
    background: #111c33;
    border: none;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
}
.fleet-tabs button.active {
    background: #f1c94a;
    color: #000;
}
.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.fleet-card {
    background: #18243b;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.fleet-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
}
.fleet-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fleet_section_button{
    background: #1e293b;
}
.badge_fleet {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f1c94a;
    color: #000;
    padding: 5px 14px;
    font-size: 13px;
    border-radius: 20px;
}
.badge_fleet.luxury {
    background: #f7b731;
}
.badge_fleet.vip {
    background: #f5c542;
}
.card-body {
    padding: 25px;
}
.card-body h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--whiteColor);
}
.capacity {
    color: #f1c94a;
    font-size: 14px;
    margin-bottom: 12px;
}
.desc {
    color: #cbd5f5;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.card-body h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.features span {
    background: #0f1a30;
    color: #f1c94a;
    padding: 0px 5px;
    border-radius: 6px;
    font-size: 12px;
}
.features .more {
    color: #9aa7ff;
}
.bus-card {
    width:100%;
    background: #0f1b2e;
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
    height: 100%;
}
.card-img {
    position: relative;
}
.card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.badge_fleet {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f5c400;
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
}
.card-body {
    padding: 40px 20px;
}
.card-body h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.passenger {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f5c400;
    font-size: 14px;
    margin-bottom: 12px;
}
.card-body p {
    font-size: 14px;
    line-height: 1.6;
    color: #cfd6e3;
    margin-bottom: 16px;
}
.card-body h4 {
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--whiteColor);
}
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.feature {
    background: #0b1527;
    border: 1px solid #1f2c45;
    color: #f5c400;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
}
.feature.more {
    color: #9fb0d1;
    border: none;
}
.icon_fleet {
    font-size: 20px;
    margin: 0 auto;
    color: var(--secondaryColor);
    margin-bottom: 15px;

}
.icon_fleet{
    width: 40px;
    height: 40px;
    background: rgba(244, 196, 48, 0.15);
    color: #f4c430;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}
.section_subtitle {
    text-align: center;
    /* max-width: 650px; */
    margin: 10px auto 50px;
    color: var(--whiteColor);
    font-size: 18px;
}
.value_cards h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--whiteColor);
    text-align: center;
}

.value_cards {
    background-color: #0f172a80;
    padding: 40px 25px;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.value_cards:hover {
    background: var(--blackColor);
}

.value_cards p {
    font-size: 16px;
    color: #cbd5e1;
    line-height: 25px;
}

/* ====animate css for img and text=== */
.animate-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}
.animate-scroll.show {
    opacity: 1;
    transform: translateY(0);
}
.zoomIn {
    opacity: 0;
    transform: scale(0.8);
    transition: all 2s ease;
}
.zoomIn.show {
    opacity: 1;
    transform: scale(1);
}

/*====================================================================
	Congratulations Page
====================================================================*/
.congratulations_section {
    margin-top: 0px;
}

.payment_process_top {
    margin-top: 100px;
}

.margin_top_pay {
    margin-top: 0px;
}

.ticket_box.right {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ticket_box {
    padding: 15px;
    border: 1px solid var(--lightGray);
    background: #fff;
    border-radius: 10px;
    min-height: 100% !important;
}

.ticket_box_safe_title {
    font-weight: 500;
    margin: 4px;
}

.ticket_box_heading {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
    color: var(--secondaryColor);
}

.ticket_box_pnr_wrap.copy-text {
    max-width: 290px;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    justify-content: space-between;
    margin-top: 5px;
    width: 100%;
    box-shadow: 1px 1px 4px #27337038;
}

.copy-text {
    position: relative;
}

.ticket_box_pnr {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: var(--baseColor);
}

.copy-text button {
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    box-shadow: none;
    background: var(--secondaryColor);
    color: var(--whiteColor);
    line-height: 22px;
    width: 23px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
}

.copy-text button:focus {
    background: var(--redColor) !important;
    color: var(--whiteColor) !important;
}

.copy-text button:before {
    content: "Copied!";
    position: absolute;
    top: -37px;
    right: 0px;
    background: #000000;
    padding: 3px;
    border-radius: 10px;
    font-size: 13px;
    display: none;
    color: var(--blackColor);
    z-index: 2;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -21px;
    right: 7px;
    width: 13px;
    height: 12px;
    background: #000000;
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.border__custom {
    padding-left: 40px;
    margin-bottom: 20px;
    /* padding-top: 15px; */
}

.dir_img {
    width: 20px;
    margin-top: -5px;
    filter: opacity(0.6);
}

.single_item_bank.time {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px;

}

.date.single_item_bank {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0;
    color: #224c88 !important;
}

.ticket_box .single_item {
    margin-bottom: 5px;
    padding: 3px 5px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    max-height: 72px;
    border: dashed 1px #beb7b7;
    background: #eee;
}

.single_item_blank.time {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px;
}

.tick_dtls_title {
    font-size: 18px;
    color: var(--baseColor);
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: var(--whiteColor);
    text-align: start !important;
}

.single_item_coach_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    position: relative;
    margin: 0 0 15px;
}

.arrow_dir_tikt {
    width: 35px;
    display: inline-block;
    font-size: 28px;
    border: 1px solid var(--baseColor);
    border-radius: 50%;
    text-align: center;
    height: 35px;
    position: absolute;
    left: -43px;
    top: -7px;
    color: var(--baseColor);
}

.arrow_direction {
    margin: auto;
    text-align: center;
}

.arrow_direction span {
    font-size: 40px !important;
    color: var(--blackColor) !important;
    line-height: 22px;
    margin: 25px;
    font-weight: 700;
    text-align: center;
    padding: 5px 5px;
}

/* .single_item span:first-child {
    width: 37% !important;
    text-transform: capitalize;
    font-weight: 700;
    text-align: start !important;
    font-size: 14px !important;
    font-weight: 600;
} */

.single_item span {
    font-size: 13px !important;
    font-weight: 500;
    text-transform: capitalize;
    color: #ed2a27;
}

.ticket_box.right {
    text-align: center;
}

.ticket_box.right img {
    width: 100px;
}

.td_com {
    border-radius: 10px;
    margin: 10px 0px;
}

.ticket_box.top h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0px;
}

.checkmark {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 4s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 1s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

/* number or pnr copy */
.back_to_home_btn {
    color: var(--blackColor);
    font-weight: 600 !important;
    text-transform: capitalize;
    box-shadow: none !important;
    outline: none;
}

.back_to_home_btn:hover {
    color: var(--secondaryColor) !important;
}

.mid_cont_btn i {
    margin: 0px 10px !important;
}

.copy-text button:focus {
    background: var(--redColor) !important;
    color: var(--whiteColor) !important;
}

.copy-text button:before {
    content: "Copied!";
    position: absolute;
    top: -37px;
    right: 0px;
    background: var(--blackColor);
    padding: 2px;
    border-radius: 10px;
    font-size: 13px;
    display: none;
    color: var(--whiteColor);
    z-index: 2;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -21px;
    right: 7px;
    width: 10px;
    height: 10px;
    background: var(--baseColor);
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.cancle_tckt_part {
    border: dashed 2px #bcbcbc45 !important;
    border-radius: 2px;
    padding: 10px;
}
.mid_cont_btn {
    color: var(--whiteColor) !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    padding: 6px 35px;
    border-radius: 30px;
    min-height: 40px;
    text-transform: uppercase;
    outline: none !important;
    background-color: var(--secondaryColor);
    background-image:none !important;
    background-size: 250% 100%;
    background-position: right bottom;
    transition: all 0.4s ease-in-out !important;
    touch-action: manipulation;
    border: 1px solid transparent;
}
.mid_cont_btn:hover{
    background-color: var(--blackColor) !important;


}