body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}


.bi-telephone-fill::before {
    animation: jiggle 3s infinite;
}


@keyframes jiggle {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    4% {
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    8% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    12% {
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);1aq
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    16% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    24% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.custom-navbar {
    background-color: rgba(0, 0, 0, 0.6) !important; /* Black overlay with 80% opacity */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.logo {
    width: 200px;
}

/* Adjust header max-height */
.hero-section {
    padding-top: 130px;
    padding-bottom: 50px;
    position: relative;
    background-color: #000;
}

@media (min-width: 768px) {
    /* Adjust header max-height */
    .hero-section {
        /*height: 60vh;*/
        min-height: 840px;
    }
}

.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 80% opacity */
    z-index: 1;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 50;
}

.overlay-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
}

.drkfilter {
    filter: brightness(70%); /* Apply 50% brightness to the image */
}

.specs {
    font-size: 14px;
    line-height: 32px;
}

.icons {
    width: 50px;
    margin-bottom: 20px;
}

.customerservice {
    background-image: url('../img/cs.jpg');
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

.savemoney {
    background-image: url('../img/savemoney-bg.jpg');
    background-size: cover;
    background-position: center;
}

#flightForm label {
    font-size: 10px;
}

#flightForm input, #flightForm textarea {
    background-color: #FFF7CC;
    border-color: white;
    padding-left: 20px;
    font-size: 14px;
}

.bg-yellow {
    background-color: #FCEA05 !important;
}

.bg-yellowgrd {
    background: linear-gradient(to bottom, #F5DF1F, #F3CD03);
}

.btn-warning,
.btn-warning:hover {
    background-color: #000 !important;
    /* You might want to adjust text color to ensure good contrast */
    color: #F5DF1F !important; /* Black or another suitable text color */
    /* You might also need to adjust other styles like border colors */
    border: 0;
}

.btn-dark {
    color: #FFF;
}

.btn-outline-dark {
    border: 0;
}

.highlight {
    color: #FCEA05;
}

/* Yellow Underline Classes Large & Small */

.small-underline {
    position: relative
}

.small-underline::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FCEA05;
    position: absolute;
    margin-top: 35px
}

.lrg-underline {
    position: relative;
    text-align: center
}

.lrg-underline::before {
    content: "";
    display: block;
    width: 125px;
    height: 4px;
    background-color: #FCEA05;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%)
}

.left-line {
    position: relative;
    margin-left: 125px
}

.left-line::before {
    content: "";
    display: inline-block;
    border-top: .3rem solid #FCEA05;
    width: 100px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -125px
}

/* Style for the Footer */

.footer-nav a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-logo {
        display: block;
        margin: 0 auto;
    }

    .add-more-button {
        width: 100%;
        margin-bottom: 20px;
    }

    .quote-button {
        width: 100%;
    }
}

.hidden-fields {
    display: none;
}

.flight-section {
    display: none;
}

label.form-label {
    font-weight: 600;
    font-size: 12px;
    padding-left: 15px;
}

.btn-check:checked + .btn {
    background: #212529;
    color: white;
    border-color: #212529;
}

.form-tab {
    display: inline-block;
    padding: 20px 40px;
    background: #212529;
    color: white;
    border-radius: 20px 20px 0 0;
}


#desktopFligthNav label[for="flightType_multi-city"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: black;
    opacity: 20%;
}

#desktopFligthNav input[type="radio"]#flightType_multi-city:checked + label:before {
    background: transparent; /* Remove the border when radio button is checked */
}
