/* General Styles */
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url(img/bg-world-map.jpg);
    /* background-color: +aliceblue; */
    /* Light background */
}

/* Navbar Styles */
.navbar {
    background: #072142;
    padding: 10px 0;
}

.navbar-brand {
    color: white !important;
    font-weight: bold;
    font-size: 22px;
}

.navbar-toggler {
    background-color: white;
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 16px;
    padding: 10px 15px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

/* Keep nav links white & change on hover */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #ff9800 !important;
    background: transparent;
}

/* Mega Menu Styling */
.nav-item {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
}

.nav-item:hover .mega-menu {
    display: flex;
}

.menu-column {
    padding: 15px;
    flex: 1;
}

.mega-menu h5 {
    color: #072142;
    font-size: 18px;
    margin-bottom: 10px;
}

.mega-menu ul {
    list-style: none;
    padding: 0;
}

.mega-menu ul li a {
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    display: block;
    font-size: 15px;
    transition: all 0.3s;
}

.mega-menu ul li a:hover {
    color: #ff9800;
    padding-left: 5px;
}

/* Flight Search Section */

.flight-form {
    position: relative;
    top: -99px;
    background: white;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.trip-type {
    display: flex;
    gap: 20px;
}

.trip-type input {
    accent-color: #ff9800;
}

.bg-light {
    background-color: #f8f9fa !important;
}

h2 {
    color: #072142;
    font-weight: bold;
}

/* Input & Select Fields */
.form-control,
.form-select {
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
}

/* Search Button */
.btn-warning {
    background-color: #ff9800;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}

.btn-warning:hover {
    background-color: #e68900;
}

/* Best Rated Destination */
.image-text {

    position: relative;
    top: -114px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #00000085;
    

}

/* Newsletter Section */
#subscribe {
    /* background: url('https://source.unsplash.com/1600x900/?travel,airplane') no-repeat center center/cover; */
    color: #fff;
    padding: 60px 0;
}

#subscribe h2 {
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#subscribe p {
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#subscribe .form-control {
    border-radius: 30px;
    padding: 12px;
    border: none;
}

#subscribe .btn-primary {
    border-radius: 30px;
    padding: 12px 20px;
    font-weight: bold;
    background: #ff6f61;
    border: none;
}

#subscribe .btn-primary:hover {
    background: #e63946;
}

/* Contact Us*/

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #071c34;
    padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #144383;
    width: 150px;
    border-color: #144383;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #999999;
    font-size: 16px;
    /* font-weight: ; */
    display: inline-block;
    width: 100%;
}

.contact-page-form input {

    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    border-bottom: 3px solid #cbcbcb;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {

    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    border-bottom: 3px solid #cbcbcb;
    height: 120px;
}

.single-input-fieldsbtn input[type="submit"] {
    background-color: #144084;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    /* padding: 10px 0; */
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    padding: 20px 10px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

.map-section {
    position: relative;
    /* top: -50px; */
}


.iframe {
    border-radius: 10px;
}

@media(min-width:1200px) {
    .iframe {
        width: 1140px;
    }
}

@media(max-width:768px) {
    .iframe {
        width: 370px;
    }
}

.social-location {
    position: relative;
    background-color: #fff;
    top: -70px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.contact-form {
    position: relative;
    top: -70px;
}