.navbar {
    /* background: linear-gradient(to right, #210340, #63362f); */
    transition: background-color 0.3s ease;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

/* Navbar Styling */

.navbar-brand {
    /* color: white !important; */
    font-weight: bold;
    font-size: 22px;
}

.navbar-nav {
    gap: 20px;
}

.navbar-toggler {
    /* background-color: white; */
}

/* Navbar links styling */
.navbar-nav .nav-link {
    color: #003a75;
    font-size: 16px;
    padding: 10px 15px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

/* Icons spacing */
.navbar-nav .nav-link i {
    margin-right: 8px;
}

/* Hover & Active State */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    /* color: #fff !important; */
    /* background: #ff9800; */
    border-radius: 10px;
    padding: 5px 15px;
}


/* Navbar Styling */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    background-color: rgb(248 250 252);
}

.navbar-nav {
    gap: 20px;
}


/* Icons spacing */
.navbar-nav .nav-link i {
    margin-right: 8px;
}

/* Phone Number Styling */
.phone-number {
    font-weight: bold;
    font-size: 18px;
    /* color: white !important; */
    padding: 8px 15px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}

.phone-number:hover {
    /* background: #e68900; */
    /* color: white !important; */
}

/* 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;
}

/*why choosw us*/
.widget-title-choose {
    color: #123458;
}

/*Discover Gateways*/
:root {
    --primary-color: #0d6efd;
    --text-color: #333;
    --bg-color: #fff;
    --border-color: #e0e0e0;
    --hover-bg: #f8f9fa;
}

.destination-card {
    background: var(--bg-color);
    border: 1px dashed var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.destination-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
    background: var(--hover-bg);
}

.destination-card__image img {
    border-radius: 6px;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.destination-card__image:hover img {
    transform: scale(1.03);
}

.destination-card__info {
    padding: 16px;
}

.destination-card__city {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    color: var(--text-color);
}

.destination-card__details {
    font-size: 0.9rem;
    color: #666;
    margin-top: 4px;
}

/*Well Traveled Paths*/
.card-img-top {
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.card-img-top {
    border-radius: 12px 12px 0 0;
}

/*About Us*/
/* About Section Styles */
body {
    background-color: #f8f9fa;
    /* Light grey to contrast header/footer white */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.container {
    padding-top: 40px;
    padding-bottom: 60px;
}


.lead {
    font-size: 1.25rem;
    color: #6c757d;
}

.shadow-sm {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.card-main {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.card-main:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section-para {
    font-size: 1.1rem;
    font-weight: 600;
    color: #343a40;
}

.text-black-50 {
    color: #6c757d !important;
}

a.text-black {
    color: #212529;
}

a.text-black:hover {
    text-decoration: underline;
}

img {
    vertical-align: middle;
    margin-right: 8px;
}

/* 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: 85px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

.map-section {
    position: relative;
    top: 69px;
}


.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: -7px;
}

.map-responsive {
    position: relative;
    overflow: hidden;
    padding-bottom: 20%;
    /* Aspect ratio 16:9 */
    height: 0;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-form input {
    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    border-bottom: 3px solid #cbcbcb;
}

.send-btn {
    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;
}

/*footer*/


.widget-title {
    margin-bottom: 20px;
    font-size: 15px;
    color: #003a75;
}

.footer-link {
    color: #ffffffcc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #00bfff;
    text-decoration: underline;
}