* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'TASAOrbiter-Regular', sans-serif;
}
@font-face {
    font-family: 'TASAOrbiter-Medium';
    src: url('../fonts/TASAOrbiter-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'TASAOrbiter-Bold';
    src: url('../fonts/TASAOrbiter-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'TASAOrbiter-Regular';
    src: url('../fonts/TASAOrbiter-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Emirates Bold';
    src: url('../fonts/Emirates Bold.ttf') format('truetype');
}
body, html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#ImgBann{
    position:absolute;
    width:100%;
    z-index:-1;
}
.page-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    width: 100%;
    height: 100%;
}


.left-panel {
    flex: 1.2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.brand-logo img {
    height: fit-content;
}

.hero-content h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    max-width: 630px;
    font-family: 'Emirates Bold';
}

    .hero-content h1 span {
        color: #ff6e07;
        font-family: 'Emirates Bold';
    }

.hero-content ul {
    list-style: none;
    margin-top: 25px;
    display: block;
    gap: 20px;
    max-width: 600px;
    text-align:center;
}

.hero-content li {
    font-size: 0.9rem;
    display: block;
    align-items: center;
}


.right-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.login-card {
    width: 440px;
    padding: 40px 50px;
    background: rgb(255, 255, 255);
    border-top-left-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    border-bottom-left-radius: 15px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign-icon {
    height: 40px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.6rem;
    color: rgb(25, 40, 57);
    margin-bottom: 20px;
    line-height: 2rem;
    font-family: 'TASAOrbiter-Bold', sans-serif;
    font-weight:600;
}
@font-face {
    font-family: 'TASAOrbiter-Bold';
    src: url('../fonts/TASAOrbiter-Bold.woff2') format('woff2');
}
.filter-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.filter-tabs {
    position: relative;
    display: flex;
    background-color: #fff;
    padding: 4px;
    border-radius: 99px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.filter-tabs input[type="radio"] {
    display: none;
}

.filter-tabs label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    
    width: 105px; 
    font-size: 14px; 
    font-weight: 700;
    color: #555;
    cursor: pointer;
    transition: color 0.3s ease;
}

.glider {
    position: absolute;
    height: 32px;
   
    width: 105px; 
    background: linear-gradient(90deg, #4da3ff, #14448b);
    border-radius: 99px;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


#admin:checked ~ .glider { transform: translateX(0); }
#booker:checked ~ .glider { transform: translateX(105px); }
#traveller:checked ~ .glider { transform: translateX(210px); }

#admin:checked + label,
#booker:checked + label,
#traveller:checked + label {
    color: #fff;
}
.input-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .input-group label {
        display: block;
        font-size: 14px;
        margin-bottom: 7px;
        color: rgb(84 106 129);
        font-family: 'TASAOrbiter-Regular';
    }

.input-group input:focus {
  border-color: #4c6fff;;
  box-shadow: 0 0 0 3px rgba(76, 111, 255, 0.25);
}
.input-group input {
      
  transition: all 0.25s ease;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fcfcfc;
    outline: 0;
    min-height: 36px;
    height: 36px;
}

.form-footer {
    text-align: right;
    margin-bottom: 20px;
}

    .form-footer a {
        font-size: 13px;
        color: #268eff;
        text-decoration: none;
        font-family: 'TASAOrbiter-Regular';
    }

.btn-primary {
    width: 100%;
    height: 40px;
    background: #14448b;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'TASAOrbiter-Regular';
}


.footer-links {
    margin-top: -9px;

    padding-top: 15px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.user-guide, .support-trigger {
    font-size: 12px;
    color: rgb(118, 142, 167);
    text-decoration: none;
    cursor: pointer;
    font-family: 'TASAOrbiter-Regular';
}

.support-container {
    position: relative;
}

.support-popover {
    position: absolute;
    bottom: 140%;
    right: 0;
    width: 260px;
    background: #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    overflow: hidden;
    text-align: left;
}


.support-popover::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: #e9e9e9 transparent transparent transparent;
}

.support-container:hover .support-popover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.support-popover h4 {
    background: #00235a;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;
    border-left: 4px solid #ff6e07;
}
.support-item a{text-decoration:none;color: #333;display: flex;gap: 5px;}
.support-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.app-links {
    text-align: center;
    margin-top: 27px;
}

.app-links p {
    font-size: 10px;
    color: #999;
    margin-bottom: 10px;
}
.badges{margin-top: 17px;}
.badges img {
    height: 43px;
    /* margin: 0 5px; */
}
    .badges h2 {
        display: block;
        font-size: 14px;
        color: rgb(118, 142, 167);
        margin-bottom: 13px;
        font-family: 'TASAOrbiter-Regular';
    }
.badges .flx{display: flex;justify-content: center;gap: 16px;}








.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: none; 
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-overlay.active {
    display: flex;
}


.modal-header{margin-bottom:19px;}
.modal-card {
    background: #fdfdfd;
    width: 400px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    text-align: center;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.lock-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.modal-header h3 {
    font-size: 21px;
    color: #14448b;
    margin-bottom: 10px;
}

.modal-header p {
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
}


.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.modern-select {
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f9f9f9;
    appearance: none;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    height: 36px;
    min-height: 36px;
}

.modern-select:focus {
    border-color: #14448b;
    background: white;
    box-shadow: 0 0 0 3px rgba(20, 68, 139, 0.1);
    outline: none;
}

.custom-select-wrapper::after {
    content: '▼';
    font-size: 10px;
    color: #14448b;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.modal-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.btn-secondary {
    flex: 1;
    background: #f0f0f0;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    color: #666;
}

.login-card h3 {
    display: block;
    color: rgb(118, 142, 167);
    font-family: 'TASAOrbiter-Regular';
    letter-spacing: normal;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 13px;
}
    .login-card h3 span {
        font-size: 17px;
        font-weight: 600;
        color: rgb(118, 142, 167);
        font-family: 'TASAOrbiter-Regular';
    }
@media (min-width:1540px){
    .login-card {
        height: 80vh;
        width: 500px;
    }
    .input-group input {
        min-height: 46px;
        height: 46px;
    }
 .sign{display: block;margin-bottom: 21px;}
    .login-card h3 {
        margin-top: 0px;
    }
}


@media (max-width: 950px){
.left-panel{display: none;}
.container{display: block;}
.right-panel{height: 100vh;}
.login-card{border-radius:12px;}
}


@media (max-width: 472px){
.login-card{width:100%;}
.right-panel{margin-right: 0px;}
}