.logo{
    width: 50px;
    user-select: none;
}

.nav-item {
    list-style: none;
}

.mySwiper{
    width: 100%;
    height: 400px;
}

.swiper.mySwiper2 {
    height: max-content;
    padding-bottom: 50px;
}

.swiper-slide {
    height: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.benefit-block {
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
}

.icon {
    font-size: 40px;
}

.card-img-top {
    object-fit: cover;
    height: 150px !important;
}

.dest {
    transition: 0.5s;
}

.dest:hover {
    transform: translateY(-10px);
}

footer {
    background: rgb(0 23 45) !important
}

.partner-logo {
    /*width: 125px;*/
    /*height: 62px;*/
    /*display: block;*/
    /*object-fit: contain;*/
    /*margin: 0 auto;*/
}

/*.mobile_menu{*/
/*    display: none;*/
/*}*/

.mobile_hidden{
    display: block;
}

.mobile_show{
    display: none !important;
}

.search-bar {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-bar input, .search-bar select {
    /*border: none;*/
    /*outline: none;*/
    /*background: transparent;*/
    /*width: 100%;*/
}

.search-bar div:last-child {
    /*border-right: none;*/
}
button.btn.dropdown-toggle-passengers {
    border: 1px solid #dee2e6;
    width: 100%;
}

.swap-icon {
    cursor: pointer;
    color: #888;
}

.search-button {
    border-radius: 50px;
    padding: 12px 20px;
    /*cursor: pointer;*/
}

.ticket {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    border-left: 4px solid #007bff;
}

.ticket-info {
    flex: 1;
}

.ticket-info h5 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.ticket-info small {
    color: #666;
}

.ticket-price {
    text-align: right;
}


.ticket .icon {
    font-size: 30px;
    margin-right: 10px;
}

.mobile_menu{
    width: 100vw;
    height: calc(100vh - 100px);
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 130%;
    z-index: 2;
    transition: .9s;
    display: none!important;
}

.menu_contact{
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu_show{
    left: -2.8vw;
}
.show{
    /*display: block!important;*/
}

.overflow_hidden{
    overflow: hidden;
}


.ticket-card {
    border: 1px solid #ddd;
    background: #dddddd30;
    transition: 0.5s;
    cursor: pointer;
    /*border-radius: 8px;*/
}

.cart-card{
    background: #dddddd30;
}

.ticket-card:hover {
    transform: translateY(-5px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

}
.btn-select {
    border: none;
    transition: background 0.3s;
}
.btn-select:hover {
    background-color: #0056b3;
}

/*.customBtnClass.btn-select:hover{*/
/*    pointer-events: none;*/
/*}*/

/*.customBtnClass.btn:hover{*/
/*    pointer-events: none;*/
/*}*/

/*.btn-select.no-hover {*/
/*    background-color: inherit !important;*/
/*}*/

.btn-select.btn-selected{
    background: forestgreen!important;
}

.dropdown-item:active {
    background: none !important;
    color: inherit !important;
}



/* start::password plugin css*/
.password-strength-group .password-strength-meter {
    width: 100%;
    transition: height 0.3s;
    display: flex;
    justify-content: stretch;
}

.password-strength-group .password-strength-meter .meter-block {
    height: 4px;
    background: #ccc;
    margin-right: 6px;
    flex-grow: 1;
}

.password-strength-group .password-strength-meter .meter-block:last-child {
    margin: 0;
}

.password-strength-group .password-strength-message {
    font-weight: 20px;
    height: 1em;
    text-align: right;
    transition: all 0.5s;
    margin-top: 3px;
    position: relative;
}

.password-strength-group .password-strength-message .message-item {
    font-size: 12px;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s;
}

/* Strength 1 - Very Weak (Red) */
.password-strength-group[data-strength="1"] .meter-block:nth-child(-n+1) {
    background: #cc3d04;
}
.password-strength-group[data-strength="1"] .message-item:nth-child(1) {
    opacity: 1;
}

/* Strength 2 - Weak (Orange) */
.password-strength-group[data-strength="2"] .meter-block:nth-child(-n+2) {
    background: #ff8800;
}
.password-strength-group[data-strength="2"] .message-item:nth-child(2) {
    opacity: 1;
}

/* Strength 3 - Medium (Yellow) */
.password-strength-group[data-strength="3"] .meter-block:nth-child(-n+3) {
    background: #ffc43b;
}
.password-strength-group[data-strength="3"] .message-item:nth-child(3) {
    opacity: 1;
}

/* Strength 4 - Strong (Olive/Greenish) */
.password-strength-group[data-strength="4"] .meter-block:nth-child(-n+4) {
    background: #9ea60a;
}
.password-strength-group[data-strength="4"] .message-item:nth-child(4) {
    opacity: 1;
}

/* Strength 5 - Very Strong (Green) */
.password-strength-group[data-strength="5"] .meter-block:nth-child(-n+5) {
    background: #289116;
}
.password-strength-group[data-strength="5"] .message-item:nth-child(5) {
    opacity: 1;
}
/* end::password plugin css*/


.hero-section {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.section .container{
    text-align: center;
}

.section-light {
    background-color: #f8f9fa;
    text-align: center;
}


#chat2 .form-control {
    border-color: transparent;
}

#chat2 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}


/* start:: Mobile */
@media (max-width: 768px) {
    .logo{
        width: 55px!important;
    }
    .mobileNavbar{
        width: 100%;
        justify-content: space-between;
    }
    .mobileNavbarCont{
        /*height: 100vh;*/
        position: relative;
    }

    .desktop_menu{
        display: none;
    }

    .mobile_menu{
        display: block;
    }

    .mobile_show{
        display: block !important;
    }

    .mobile_hidden{
        display: none!important;
    }

    .dropdown-menu[data-bs-popper]{
        /*left: -160%;*/
        width: 200px;
        left: unset;
        right: 0!important;
    }
}
/* end:: Mobile */
.card {
    z-index: 0;
    background-color: white;
    padding-bottom: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 10px;
}

.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(2):after, #progressbar li:nth-child(3):after {
    left: -50%;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #007aff;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.icon-content {
    width: min-content;
    padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%;
    }
}


#debug-icon {
    display: none;
}


.password-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.password-wrapper input {
    width: 100%;
    padding-right: 40px; /* Make space for the eye */
}

.password-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.dropdownItemCustom > span{
    width: 6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-link.active{
    background: #0d6efd!important;
    color: white!important;
}

.nav-link{
    color: black!important;
}

.search-bar div{
    /*flex: unset!important;*/
}

/* ========================================
   Authentication Pages (Login/Registration)
   ======================================== */

/* User Login Page */
.auth-login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.auth-login-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 480px;
    width: 100%;
    padding: 50px 40px;
}

.auth-login-header {
    text-align: center;
    margin-bottom: 40px;
}

.auth-login-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--bs-primary) 0%, #3b82f6 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.auth-login-icon i {
    font-size: 40px;
    color: white;
}

.auth-login-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
}

.auth-login-header p {
    color: #718096;
    font-size: 0.95rem;
}

.auth-form-control {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s;
}

.auth-form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.auth-password-field {
    position: relative;
}

.auth-password-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #718096;
    transition: color 0.2s;
}

.auth-password-toggle:hover {
    color: var(--bs-primary);
}

.auth-form-label {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.auth-btn-login {
    padding: 14px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--bs-primary) 0%, #3b82f6 100%);
    border: none;
    transition: transform 0.2s;
}

.auth-btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.auth-forgot-link {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.auth-forgot-link:hover {
    color: #3b82f6;
}

.auth-divider {
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.auth-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e2e8f0;
}

.auth-divider span {
    background: white;
    padding: 0 15px;
    color: #718096;
    font-size: 0.9rem;
    position: relative;
}

.auth-register-link {
    text-align: center;
    margin-top: 30px;
    color: #718096;
    font-size: 0.95rem;
}

.auth-register-link a {
    color: var(--bs-primary);
    font-weight: 600;
    text-decoration: none;
}

.auth-register-link a:hover {
    color: #3b82f6;
}

@media (max-width: 576px) {
    .auth-login-card {
        padding: 40px 30px;
    }

    .auth-login-header h3 {
        font-size: 1.5rem;
    }
}