@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

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

@font-face {
    font-family: 'DIHAED';
    src: url('../../fonts/DIHAED.woff2') format('woff2'),
        url('../../fonts/DIHAED.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.dihaed {
    font-family: 'DIHAED', sans-serif;
    font-weight: normal;
}


:root {
    --primary: #FFF;
    --secondary: #BC9F48;
    --tertiary: #1D1F1E;
    --quaternary: #ffffff;
    --violet: #A000C8;
    --dark: #333333;
    --white: #ffffff;
    --danger: #dc3545;
    --light-gray: #E8E8E8;
    --rounded: 0.5rem;
    --text-primary: var(--primary);
    --text-secondary: var(--secondary);
    --text-tertiary: var(--tertiary);
    --text-quaternary: var(--quaternary);
    --placeholder: #666666;
    --black: #000;
    --text-dark-grey: #666666;

}

.table-bordered,
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: var(--secondary);
    background-color: #FFFDEE !important;
}

/* z-index pattern */
.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-9 {
    z-index: 9;
}

.z-99 {
    z-index: 99;
}

.z-1-1 {
    z-index: -1;
}

.z-2-2 {
    z-index: -2;
}

.z-9-9 {
    z-index: -9;
}

.z-99-99 {
    z-index: -99;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--placeholder);
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    transition: background-color 0.15s ease-in-out;
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    color: var(--text-color);
    letter-spacing: 0.8px;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

.rounded {
    border-radius: var(--rounded) !important;
    overflow: hidden;
}

.rounded-2x {
    border-radius: 1.3rem !important;
    overflow: hidden;
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

a,
a:focus,
a:link,
a:visited,
input:focus,
textarea:focus {
    outline: 0;
    text-decoration: none;
    font-size: 16px;
}

a:focus-visible,
button:focus-visible {
    outline: 2px dashed var(--primary);
    outline-offset: 4px;
}


select:focus {
    outline: 0;
}

textarea {
    resize: none;
}

form:not(.content-area),
h1:not(.content-area),
h2:not(.content-area),
h3:not(.content-area),
h4:not(.content-area),
h5:not(.content-area),
h6:not(.content-area),
p:not(.content-area),
ul:not(.content-area) {
    margin: 0;
    padding: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

iframe {
    display: block;
}

p+p {
    margin-top: 1.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
topbar,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0;
}

::selection {
    background: #1c1c1c;
    color: #fff;
}

::-moz-selection {
    background: #1c1c1c;
    color: #fff;
}

ul {
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
}

label {
    font-weight: 400 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    letter-spacing: 0;
}

.h1,
h1 {
    font-size: 2.25em;
}

.h2,
h2 {
    font-size: 2em;
}

.h3,
h3 {
    font-size: 1.75em;
}

.h4,
h4 {
    font-size: 1.5em;
}

.h5,
h5 {
    font-size: 1.25em;
}

.h6,
h6 {
    font-size: 1.25em;
}

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

    .h1,
    h1 {
        font-size: 2em;
    }

    .h2,
    h2 {
        font-size: 1.77em;
    }

    .h3,
    h3 {
        font-size: 1.54em;
    }

    .h4,
    h4 {
        font-size: 1.31em;
    }

    .h5,
    h5 {
        font-size: 1.1em;
    }

    .h6,
    h6 {
        font-size: 1em;
    }

}

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

    .h1,
    h1 {
        font-size: 1.75em;
    }

    .h2,
    h2 {
        font-size: 1.57em;
    }

    .h3,
    h3 {
        font-size: 1.39em;
    }

    .h4,
    h4 {
        font-size: 1.21em;
    }

    .h5,
    h5 {
        font-size: 1.075em;
    }

    .h6,
    h6 {
        font-size: 1em;
    }

    .border-admin {
        border: 0 !important;
    }
}

@media only screen and (min-width: 1601px) {
    section>.minHeight {
        min-height: 250px;
    }
}

a {
    color: var(--primary);
}

.underlined {
    padding-bottom: 0.75em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.underlined:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--danger);
}

@media only screen and (min-width: 991px) {


    .justify-content-md-unset {
        justify-content: unset !important;
    }
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 0.8em;
    display: block;
    line-height: 1.5em;
}

.stretched {
    letter-spacing: 3px;
}

.text-default,
.text-default:active,
.text-default:focus {
    color: var(--dark) !important;
}

.text-muted {
    color: #B5B4B4 !important;
}

.btn-muted {
    background-color: #E8E8E8 !important;
}

.text-primary,
.text-primary:active,
.text-primary:focus {
    color: var(--white) !important;
}

.text-secondary,
.text-secondary:active,
.text-secondary:focus {
    color: var(--text-secondary) !important;
}

.text-tertiary,
.text-tertiary:active,
.text-tertiary:focus {
    color: var(--tertiary) !important;
}

.text-quaternary,
.text-quaternary:active,
.text-quaternary:focus {
    color: var(--quaternary) !important;
}

.text-white,
.text-white:active,
.text-white:focus {
    color: var(--white);
}

.text-grey {
    color: #706F6F !important;
}

#737171 .tooltip-inner {
    font-size: 0.875em;
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-secondary {
    background: var(--secondary) !important;
}

.bg-tertiary {
    background: var(--tertiary) !important;
}

.bg-quaternary {
    background: var(--quaternary) !important;
}

.bg-white {
    background: var(--white) !important;
}

.bg-dark {
    background: var(--dark) !important;
}

.bg-darkGray {
    background: #333 !important;
}

.bg-dark-gray-news * {
    color: #fff;
}

.bg-opacity {
    background: rgba(245, 245, 245, 0.2);
}

.bg-dgray {
    background: #dedede !important;
}

.bg-info {
    background-color: #BDFFD7 !important;
}

.bg-total {
    background-color: #FDF7D1 !important;
}

.rounded-pill {
    padding: 8px 12px !important;
}

.grow {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.grow:hover {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/* new updates */
.btn {
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 12px 16px;
}

/* new updates close*/

.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    font-size: 0.9rem;
    color: var(--tertiary);
    letter-spacing: 2px;
    line-height: 1rem;
    padding: 0.8rem 2.5rem;
    gap: 0.5rem;
}

.btn-primary:hover {
    color: var(--secondary) !important;
    border-color: var(--primary) !important;
    background-color: var(--tertiary) !important;
}

.btn-primary-outline {

    border-color: var(--primary) !important;
    background-color: var(--tertiary) !important;
    font-size: 0.9rem !important;
    font-weight: 600;
    color: var(--primary) !important;
    letter-spacing: -0.7px;
    line-height: 1rem;
    padding: 0.8rem 1rem;
    gap: 0.5rem !important;
    transition: all 0.3s ease-in-out;
    /* 👈 this is the magic line */
}

.btn-primary-outline:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    font-size: 0.9rem;
    color: var(--tertiary) !important;
    letter-spacing: -0.7px;
    line-height: 1rem;
    padding: 0.8rem 1rem;
    gap: 0.5rem;
    font-weight: 600;
}

.btn-secondary {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.btn-secondary:hover {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--dark);
}

.btn-tertiary {
    background: var(--violet) !important;
    border-color: var(--violet) !important;
    color: #fff;
    white-space: nowrap;
    width: auto !important;
}

.btn-tertiary:hover {
    background: var(--primary) !important;
    border-color: #1e172c !important;
    color: #A000C8;
}

.btn-quaternary {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff;
}

.btn-light {
    background: var(--light-gray);
    border-color: var(--light-gray);
}

.btn-light:hover {
    background: transparent !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important;
}

.btn-transparent {
    background: transparent !important;
    border-color: #fff !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1rem;
    padding: 0.75rem 1.2rem;
}

.btn-transparent:hover {
    background: var(--gray) !important;
    color: #333;
}

.btn-shape {
    border: 0;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0.75rem 2.2rem;
}

/*style Starting */

.logo {
    padding: 15px 0;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

main {
    overflow-x: hidden;
}

.container-max {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    position: relative;
    z-index: 9;
}

.min-vh-70 {
    height: 70vh;
}

.min-vh-60 {
    height: 60vh;
}


/* banner */
.booking-banner {
    background-size: cover;
    min-height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.booking-banner .overlay {
    position: absolute;
    inset: 0;
    /* background-color: rgb(251 251 255 / 90%); */
    z-index: 1;
}

.booking-banner .logo {
    z-index: 2;
}

.banner-content {
    position: relative;
    z-index: 2;
    /* margin-top: 60px; */
    width: 80%;
}

.booking-banner h1,
.booking-banner h5,
.booking-banner p {
    color: var(--black);
}
.booking-banner h1{
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;
}

.banner-content h5 {
    color: #737171;
}

.info-alert-content{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
.info-alert-learn-btn{
    /*! width: 100%; */
    font-size: 0.8rem !important;
    text-wrap: nowrap;
}
.info-alert-learn-btn:hover{
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
}


.form-container {
    border-radius: 0 15px 15px 0;
    padding: 45px 25px;
}

.form-control {
    border-radius: 0;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 40px !important;
    margin: auto !important;
    background-color: #ffffff;
    border-radius: 15px;
}

/* .form-signin-container {
  background: url('assets/images/bg-tiles.svg') no-repeat center center fixed;
} */

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #FFDF00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255, 224, 66, 0.28);
}

.tab-form {
    max-width: 1200px;
    margin: 0 auto;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--secondary);
}


.plane-progress-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 70px;
    z-index: 0;
    background: #eee;
    height: 12px;
    border-radius: 50px;
    padding: 10px;
}

.progress-line::after {
    content: "";
    background-color: #eee;
    height: 10px;
}

.progress-line {
    position: relative;
    height: 3px;
    background: repeating-linear-gradient(to right,
            #ccc,
            #ccc 10px,
            transparent 10px,
            transparent 20px);
    border-radius: 40px;
    overflow: hidden;
}

.progress-fill {
    position: absolute;
    height: 100%;
    background-color: #d633ff;
    border-radius: 50px;
    left: 0;
    top: 0;
    width: 0%;
    z-index: 1;
    transition: width 0.4s ease-in-out;
    filter: blur(3px);
    /* ✨ blurred effect */
}

.plane-icon {
    position: absolute;
    top: -8px;
    width: 40px;
    height: 40px;
    background: url('../../frontend/images/plane.svg') no-repeat center;
    background-size: contain;
    transition: left 0.5s ease-in-out;
    z-index: 3;

}

.progress-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    margin: 0px 0px 30px 0px;
}

.step-label {
    font-size: 16px;
    text-align: center;
    color: #000;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-label {
    cursor: pointer;
}

.tab-pane.active {
    display: block;
}

.tab-content {
    position: relative;
    z-index: 4;
    /* Bring tab content above progress */
}

.step {
    text-align: center;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.step.active span {
    font-weight: 700;
    color: #000;
}

.tab-pane {
    display: none;
    border-radius: 15px;
}

.tab-pane.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
    border-radius: 15px;
}

.image-container {
    position: relative;
    width: 100%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    /* aspect-ratio: 4 / 3;   */
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


.input-counter {
    width: 100%;
    border-radius: 6px;
    padding: 6px 10px;
    background-color: #fff;
}

.input-counter button {
    text-decoration: none;
    color: #333;
}

.input-counter span {
    font-weight: 500;
    font-size: 14px;
}

.input-counter small {
    font-size: 12px;
    color: #6c757d;
}

.counter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.counter-wrapper small {
    margin-top: 4px;
    margin-right: 4px;
}


.service-list {
    border-radius: 15px;
    padding: 45px 35px;

}

/* agent */
.service-list-agent {
    border-radius: 15px;
    padding: 25px 35px 45px 35px;
    margin: 30px 0;
}

.service-list .bg-primary {
    background: #BC9F48 !important;
}

body.swal2-toast-shown .swal2-container {
    z-index: 9999;
}

@media (min-width: 768px) {
    .checkout-img img {
        max-width: 200px;
    }

    .image-container img {
        height: 100%;
    }
}

.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 90%);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.image-container .text-content {
    position: absolute;
    bottom: 10px;
    left: 20px;
    transform: translateY(-10%);
    color: #fff;
    z-index: 2;
    padding: 20px;
    max-width: 90%;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* second tab */

.service-card-body {
    background: #F9F9F8;
    border-radius: 8px;
}

.service-card {
    background: #F1F1EF;
}

.service-card .badge {
    font-size: 0.75rem;
    padding: 0.4em 0.6em;
}

.service-card i.bi-chevron-up {
    font-size: 1rem;
    color: #666;
    cursor: pointer;
}

.rotate-icon {
    transition: transform 0.3s ease;
}

.rotate-icon.collapsed {
    transform: rotate(180deg);
}

.plane-i {
    transform: rotate(-45deg);
}

/* Main Ticket Style */
.ticket-container {
    display: flex;
    justify-content: center;
}

.ticket {
    width: 100%;
    background: white;
    border-radius: 16px;
    font-family: 'DM Sans', sans-serif;
    overflow: visible;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.label {
    color: #888;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 4px;
}

.value {
    font-weight: 500;
    font-size: 1rem;
    margin-top: 4px;
}

.ticket-rip {
    position: relative;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.rip-line {
    width: 100%;
    height: 1px;
    border-top: 2px dashed #bbb;
    z-index: 1;
}

.circle-left,
.circle-right {
    width: 40px;
    height: 40px;
    background: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.circle-left {
    left: -35px;
    border-radius: 0 50% 50% 0;
    background: #eee;
}

.circle-right {
    right: -35px;
    border-radius: 50% 0 0 50%;
    background: #eee;
}

.ticket-body {
    padding: 40px;
    font-size: 0.95rem;
}

.section-title {
    font-weight: bold;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.barcode {
    text-align: center;
}

.barcode img {
    width: 200px;
    max-height: 80px;
    object-fit: contain;
}

.barcode-label {
    font-size: 1rem;
    letter-spacing: 6px;
    margin-top: 8px;
}

.ticket-footer {
    background-color: var(--secondary);
    height: 25px;
    border-radius: 0 0 12px 12px;
}

.ticket-img img {
    width: 100%;
    border-radius: 8px;
}

hr.border-dashed {
    border-top: 1px dashed #828282;
}

hr.border-dashed-2 {
    border-top: 2px dashed #828282;
}

.checkout-img img {
    width: 100%;
    max-width: 300px;
}

/* new updates*/

/* Footer Base */
#footer {
    font-family: "DM Sans";
    font-size: 14px;
    color: #000;
    background: #fff;
}

/* Main Footer Section */
.footer-top {
    padding: 0;
    position: relative;
    width: 100%;
}

/* Flex Container */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

.footer-left,
.footer-middle,
.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

/* Each column */
.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 60px 40px;
}

/* Left Column */
.footer-left {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertically center */
    align-items: center;
    /* Center contents horizontally */
    text-align: left;
    /* Text inside stays left-aligned */
    padding-right: 40px;
    /* Add spacing after border */
    position: relative;
}

.footer-left::after {
    content: "";
    position: absolute;
    top: 60px;
    /* Adjust start position */
    right: 0;
    width: 1px;
    height: 70%;
    /* Adjust the height of the line */
    background-color: #ddd;
    /* Border color */
}


.footer-left-content {
    width: auto;
    max-width: 320px;
}

.footer-left img {
    max-width: 120px;
    /* Restrict logo size */
    height: auto;
    margin-bottom: 20px;
}

.footer-copy {
    margin-top: auto;
    font-size: 12px;
}

/* Middle Column */
.footer-middle {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* Centers vertically */
    align-items: center;
    /* Centers horizontally */
    text-align: left;
    /* Keeps text left-aligned */
}

.footer-middle>div,
.footer-middle>h5,
.footer-middle>p {
    width: 100%;
    /* Ensures text takes full width inside column */
    max-width: 300px;
    /* Optional: to avoid very wide text */
}

.footer-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    /* margin-bottom: 20px; */
}

.footer-middle p {
    margin-bottom: 2px;
}

.footer-middle p a {
    text-decoration: underline;
}

.contact {
    /* text-decoration: underline; */
    color: #000;
    font-size: 14px !important;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-links {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-links:hover {
    transform: scale(1.1);
}

/* Right Column (Full Height Background) */
.footer-right {
    flex: 1;
    background: #F1EFF6;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-right ul li {
    margin-bottom: 5px;
}

.footer-right ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.footer-right ul li a:hover {
    color: #555;
}


.hidden-service {
    display: none !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 37.6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}

body.no-scroll,
html.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    position: relative !important;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #5c6664;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}

.select::-ms-expand {
    display: none;
}

.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #5c6664;
    overflow: hidden;
    border-radius: .25em;
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #2b2e2e;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

.select:hover::after {
    color: #23b499;
}

/* ===========================
   Footer Responsive Design
=========================== */
@media (max-width: 992px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-column {
        padding: 30px 20px;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    /* Remove border line on small screens */
    .footer-left::after {
        display: none;
    }

    .footer-left img {
        margin-bottom: 15px;
    }

    .footer-middle,
    .footer-right {
        align-items: center;
        text-align: center;
    }

    .footer-middle>div,
    .footer-middle>h5,
    .footer-middle>p {
        max-width: 100%;
    }

    .footer-right {
        background: none;
        /* Remove background for stacking */
        padding: 30px 20px;
    }

    .footer-right ul li {
        margin-bottom: 10px;
    }

    .social-icons {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .w-m-100{
        width:100% !important;
    }
    .booking-banner h1{
        font-size: 38px;
        line-height: 45px;
    }
    .info-alert-content{
        font-size: 12px;
    }
    .social-links {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .footer-title {
        font-size: 13px;
    }

    .footer-copy {
        font-size: 11px;
    }
}

/* footer close */
.breadcrumb-item.active {
    color: #000 !important;
    font-weight: 600;
}

.breadcrumb-item a {
    font-size: 0.8em;
}

/* When scrolled, apply fixed position */
.main-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
}


/* new updates close*/

.hidden-service {
    display: none !important;
}

.red-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  color: red;
  background: red;
  border-radius: 50%;
  top: 32%;
  right: 91%;
}

.service-card-body ul,
.service-card-body ol {
    padding: 15px 25px;
    list-style: unset;
}

.service-card-body img {
    max-width: 100%;
}

/*For mobile devices*/
@media (max-width: 768px) {
    .form-container {
        padding: 20px 15px;
    }

    .select-service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .select-service-header h5 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .select-service-header button {
        width: 100%;
        text-align: center;
    }

    .service-list {
        padding: 25px 15px;
    }



    .step-label {
        font-size: 10px;
    }

    .image-container {
        border-radius: 15px 15px 0 0 !important;
    }

    .image-container .overlay {

        border-bottom-left-radius: 0px;

    }

    .image-container .text-content {
        position: absolute;
        bottom: 0px;
        left: 0px;
        transform: translateY(-10%);
        color: #fff;
        z-index: 2;
        padding: 20px;
        max-width: 90%;
    }

    .progress-steps {
        flex-direction: row;
        gap: 10px;
        top: -90px;
        align-items: flex-start;
    }

    .image-container .text-content h6 {
        font-size: 1rem;
    }

    .image-container .text-content p {
        font-size: 0.7rem;
    }

    .plane-progress-wrapper {
        display: none;
    }


    .step-label {
        width: auto;
    }

    .plane-icon {
        top: auto;
        bottom: -15px;
        left: 0 !important;
    }

    .tab-pane .row {
        flex-direction: column;
    }

    .tab-pane .col-6,
    .tab-pane .col-md-6,
    .tab-pane .col-12 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .service-card-header span {
        font-size: 0.8rem;
        padding: 10px;
    }

    .banner-content {
        width: 80% !important;
        padding: 30px 0 !important;
    }

    .ticket-header {
        padding: 20px;
    }

    .ticket-body {
        padding: 20px;

    }

    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 30px 0;
        overflow: hidden;
    }

    .banner-content {
        width: 80% !important;
        padding: 30px 0 !important;
    }

    .footer-location {
        padding: 15px 0 !important;
    }

    .service-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-card-header>span {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }

    .service-card-header .d-flex {
        width: 100%;
        justify-content: space-between;
    }

    .service-card-header .d-flex span,
    .service-card-header .d-flex button {
        font-size: 0.8rem;
    }

    .service-card-header .rotate-icon {
        font-size: 1rem;
    }

    .service-card-body {
        padding: 1rem 0.5rem;
    }

    .service-card-body p,
    .service-card-body ul li {
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .service-card-body svg {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .table {
        /* min-width: 400px; */
        /* force horizontal scroll if squeezed */
    }

}

/* otp */
.otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    background-color: #FFF1F1;
    color: #000;
}

.otp-input input[type="number"] {
    -moz-appearance: textfield;
}

.text-dark-grey {
    color: var(--text-dark-grey);
}

.footer-bg {
    background: url('../images/BG_Wave2-1-800.png') no-repeat center center;
    background-size: cover;
}

.top-banner-img {
    object-position: top center;
}
#termsModal .modal-body a{
    color: var(--secondary);
}
.sidebar .nav.sub-menu {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0.25rem 0 0 2.2rem;
  background: #4B49AC;
  padding-bottom: 12px;
}
