﻿@font-face {
    font-family: "TT Hoves Variable";
    src: url("/fonts/TTHovesVariable.woff2") format("woff2"), url("/fonts/TTHovesVariable.woff") format("woff");
    font-weight: 100 900;
    font-display: swap;
}

/* GLOBAL TYPOGRAPHY OVERRIDE */
body {
    font-family: "TT Hoves Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.main-header .container,
.main-header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.hero-wrap {
    position: relative !important;
    display: flex;
    justify-content: center;
    padding-top: 130px;
}

.video-box {
    width: 96%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.hero-video {
    width: 100%;
    height: 615px;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 2;
    color: #fff;
}

.big-black-friday {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
    background: linear-gradient( 90deg, #ffcc00 0%, #ffdb4d 35%, #ffe680 70%, #fff4bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 3px 10px rgba(255, 215, 0, 0.5);
}

.hero-title {
    color: #fff;
    font-size: 49px;
    font-weight: 800;
    line-height: 1.15;
}

.hero-highlight {
    font-size: 49px;
    text-align: center;
    font-weight: 900;
    color: #fff;
}

.hero-deals {
    display: inline-block;
    padding: 8px 22px;
    border: 3px solid #d4a017;
    border-radius: 8px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.25);
    font-size: 65px;
    font-weight: 700;
    box-shadow: 0 0 18px rgba(212, 160, 23, 0.55), inset 0 0 12px rgba(212, 160, 23, 0.35);
    letter-spacing: 1px;
}

.hero-content .caps {
    font-size: 20px;
    font-weight: 500;
    margin-top: 8px;
    /* max-width: 520px; */
}

.hero-form-overlay {
    position: absolute;
    right: 1%;
    top: 40%;
    transform: translateY(-40%);
    width: 428px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    z-index: 3;
}

    .hero-form-overlay input::placeholder,
    .hero-form-overlay .date-input::placeholder {
        text-align: center;
    }

    .hero-form-overlay input,
    .hero-form-overlay .date-input {
        text-align: center;
    }

.contact-box {
    text-align: center;
    margin-bottom: 20px;
}

/* Pill Row Layout - FIXED */
.pill-row {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    width: 100%;
}

/* Pill Container - FIXED */
.pill-item {
    flex: 1;
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1.3px solid #dcdcdc;
    overflow: hidden;
    height: 56px;
    display: flex;
/*    margin-left: -8px;*/
    align-items: center;
}

    .pill-item:hover {
        border-color: #667eea;
    }

    .pill-item.active {
        border-color: #667eea;
        box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.15);
    }

/* Select - FIXED */
.custom-select-box select.pill-select {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 600;
    border: none;
    background: transparent;
    color: #333;
    padding: 0px 0px 0px 28px;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
}

/* Remove the ::after pseudo element */
.custom-select-box::after {
    display: none;
}

/* Dropdown Arrow for Pills - FIXED */
.pill-dropdown-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.pill-item.active .pill-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.phone-deals-text {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-separator {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin: 0px 0;
}

.below-separator-text {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    opacity: 0.9;
}

.contact-row {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #fff !important;
    text-decoration: none;
}

.form-row {      
    margin-bottom: 0px !important; 
    margin-right: 0px!important;
    margin-left: 0px!important;
}
/* Phone Call Text */
.phone-call {
    color: #ffe567 !important;
    text-shadow: 0px 3px 10px rgb(255 215 0);
    font-weight: 900;
    font-size: 20px;
}

/* Strong Selector for Phone Icon Animation */
.contact-box .phone-call i {
    color: #fff !important;
    display: inline-block;
    transform-origin: center;
    animation: phoneRing 1.2s infinite ease-in-out, pulseGlow 1.8s infinite ease-in-out;
    will-change: transform, filter;
}

/* Icon Sizes */
.contact-item i {
    font-size: 20px;
}

/* WhatsApp and Contact Colors */
.contact-item.phone-call i {
    color: #e0e0e0 !important;
}

.contact-item.whatsapp i {
    color: #25D366;
}

/* Hover Background */
.contact-item:hover {
    background: #fff;
}

/* Phone Ring Animation */
@keyframes phoneRing {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-15deg);
    }

    45% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Glow Animation */
@keyframes pulseGlow {
    0% {
        text-shadow: 0 0 0px #00bfff;
    }

    50% {
        text-shadow: 0 0 12px #00bfff;
    }

    100% {
        text-shadow: 0 0 0px #00bfff;
    }
}

/* Apply to phone icon */
.phone-call i {
    display: inline-block;
    animation: phoneRing 1.2s infinite ease-in-out;
    transform-origin: center;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-box {
    position: relative;
    flex: 1;
    min-width: 0;
}

.form-label {
    position: absolute;
    top: 6px;
    left: 38px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    pointer-events: none;
    background: #fff;
    padding: 0 4px;
    z-index: 2;
    letter-spacing: 0.3px;
}
.form-box input, .form-box select, .passenger-display {
    width: 100%;
    padding: 24px 12px 8px 41px !important;
    border-radius: 6px;
    border: 1.4px solid #ddd;
    background: #fff;
    color: #000;
    font-size: 14px;
}
/* Unified Form Input Styling */
    .form-box input.form-input, .form-box select {
        width: 100%;
        padding: 26px 10px 8px 40px;
        border: 1.3px solid #dcdcdc;
        border-radius: 10px;
        font-size: 13px;
        background: #fff;
        text-align: left;
        color: #333;
        outline: none;
        transition: all 0.3s ease;
        height: 56px;
        box-sizing: border-box;
    }

    /* Placeholder styling - Gray initially */
        .form-box input.form-input::placeholder {
            color: #999;
            font-size: 12px;
            text-align: left;
        }

    /* When user types - text becomes black */
    .form-box input.form-input:not(:placeholder-shown) {
        color: #000;
    }

    .form-box input.form-input:focus,
    .form-box select:focus {
        border-color: #667eea;
        box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.15);
    }

.input-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 17px;
    color: #667eea;
    z-index: 2;
    pointer-events: none;
}

.phone-input-wrapper input {
    padding-left: 60px !important;
    height: 56px;
}

/* DATE INPUT STYLING - FIXED TO MATCH OTHER INPUTS */
.date-box {
    position: relative;
}

.form-box.date-box input.form-input.date-input {
    width: 100%;
    padding: 26px 40px 8px 40px;
    border: 1.3px solid #dcdcdc;
    border-radius: 10px;
    font-size: 13px;
    background: #fff;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
    height: 56px;
    box-sizing: border-box;
    cursor: pointer;
}

    .form-box.date-box input.form-input.date-input::placeholder {
        color: #999;
        font-size: 12px;
    }

    .form-box.date-box input.form-input.date-input:not(:placeholder-shown) {
        color: #000;
    }

    .form-box.date-box input.form-input.date-input:focus {
        border-color: #667eea;
        box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.15);
    }

/* Calendar icon on right side - visible on all devices */
.calendar-icon-right {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #667eea;
    pointer-events: none;
    z-index: 2;
}

/* Hide default calendar picker indicator */
.form-box.date-box input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Date input when type is date */
.form-box.date-box input[type="date"] {
    color: #000;
}

    .form-box.date-box input[type="date"]::-webkit-datetime-edit {
        color: #000;
    }

/* PASSENGER DROPDOWN STYLING - FIXED */
.passenger-select-box {
    position: relative;
}

.passenger-display {
    width: 100%;
    padding: 26px 40px 8px 40px;
    border: 1.3px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    height: 56px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

    .passenger-display:hover {
        border-color: #667eea;
    }

    .passenger-display:focus {
        border-color: #667eea;
        box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.15);
    }

    /* Remove the ::after pseudo element for passenger display */
    .passenger-display::after {
        display: none;
    }

/* Chevron dropdown arrow for passengers */
.passenger-dropdown-arrow {
    font-size: 12px;
    color: #666;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.passenger-dropdown.active + .passenger-dropdown-arrow,
.passenger-select-box.active .passenger-dropdown-arrow {
    transform: rotate(180deg);
}

.passenger-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    top: -107px;
    left: 2px;
    width: 100% !important;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
    border: 1.3px solid #dcdcdc;
}

    .passenger-dropdown.active {
        display: block;
    }

.passenger-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    font-size: 14px;
    color: #333;
}

    .passenger-item span:first-child {
        font-weight: 600;
    }

.count-controls {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .count-controls button {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        background: #f0f0f0;
        border: none;
        cursor: pointer;
        font-size: 20px;
        font-weight: 600;
        color: #333;
        transition: all 0.2s ease;
    }

        .count-controls button:hover {
            background: #667eea;
            color: #fff;
        }

        .count-controls button:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

    .count-controls span {
        min-width: 24px;
        text-align: center;
        font-weight: 600;
    }

.close-passenger {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #667eea;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .close-passenger:hover {
        background: #5568d3;
    }

.cta-box {
    margin-top: 10px;
}

.cta-btn {
    width: 100%;
    padding: 18px;
    border-radius: 14px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .cta-btn:hover {
        background: #fff;
        color: #667eea;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

.trending-destinations {
    padding: 60px 0;
}

.deal-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-bottom: 30px;
}

    .deal-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    }

.deal-image {
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 24px 24px 0 0;
}

.deal-content {
    padding: 20px 22px;
    background: #fff;
}

.discount-text {
    color: #2ecc71;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.deal-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #333;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #d9534f;
}

    .price small {
        font-size: 10px;
        color: #777;
    }

.arrow-icon {
    font-size: 18px;
    color: #444;
}

.destination-info-section {
    padding: 70px 0;
}

.destination-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.destination-intro {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 35px;
}

.sub-heading {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* INFO CARDS (Large) */
.info-card {
    background: #f2f2f2;
    padding: 22px;
    border-radius: 14px;
    border-left: 4px solid #2f7eb7;
    box-shadow: 0 6px 18px rgb(0 0 0 / 0%) !important;
    transition: 0.3s ease;
    margin-bottom: 25px;
}

    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    }

    .info-card h4 {
        font-size: 18px;
        font-weight: 700;
        color: #2f7eb7 !important;
        margin-bottom: 10px;
    }

    .info-card p {
        font-size: 15px;
        color: #000 !important;
        margin: 0;
    }

/* SMALL ATTR CARDS */
.small-attr-card {
    background: #f7f7f7;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

    .small-attr-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    .small-attr-card h5 {
        font-size: 18px;
        font-weight: 700;
        color: #2f7eb7 !important;
        margin-bottom: 8px;
    }

    .small-attr-card p {
        font-size: 14px;
        color: #000 !important;
    }

.main-header .container {
    justify-content: flex-start !important;
    padding-left: 0 !important;
}

.call-box-wrapper {
    margin-left: auto !important;
    justify-content: flex-end;
    position: relative;
    display: inline-block;
    top: 10px;
    right: 220px;
    margin-top: 20px
}

.main-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: 0px 0;
}

.custom-navbar {
    background: #49505761 !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0 0 18px 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.left-header-group {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.nav-logo {
    height: 60px;
    width: 208px;
    margin-left: 54px;
}

.navbar-brand {
    margin-right: 20px;
    margin-left: 0 !important;
}

.accreditation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.acc-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.6px;
}

.acc-logo-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.acc-logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.acc-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* CALL BUTTON */
.call-box-wrapper {
    position: relative;
    display: inline-block;
    margin-right: -94px;
}

.call-now-badge {
    position: absolute;
    top: -96px;
    left: -30px;
    width: 180px;
    height: auto;
    z-index: 50;
    pointer-events: none;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.25));
}

.call-btn {
    background: linear-gradient(135deg, #D4A017, #F5C542);
    padding: 10px 28px;
    border-radius: 8px;
    color: #000 !important;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 14px rgba(212, 160, 23, 0.55);
}

    .call-btn .line1 {
        font-size: 10px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }

    .call-btn .line2 {
        font-size: 17px;
        font-weight: 800;
        margin-top: 10px;
        line-height: 1.1;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-left: 20px;
    }

    .call-btn .line3 {
        font-size: 11px;
        font-weight: 800;
        opacity: 0.75;
        line-height: 1.1;
        margin-left: 18px;
        margin-bottom: 5px;
    }

    .call-btn span {
        display: block;
        width: 100%;
        text-align: left;
    }

    .call-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 20px rgba(212, 160, 23, 1);
    }

    .call-btn::before {
        content: "";
        position: absolute;
        top: -60%;
        left: -60%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 60%);
        animation: sunRays 4s infinite linear;
        transform: rotate(25deg);
    }

@keyframes sunRays {
    0% {
        transform: translate(-40%, -40%) scale(0.7) rotate(25deg);
        opacity: 0.35;
    }

    50% {
        transform: translate(20%, 20%) scale(1.2) rotate(25deg);
        opacity: 0.65;
    }

    100% {
        transform: translate(-40%, -40%) scale(0.7) rotate(25deg);
        opacity: 0.35;
    }
}

/* Navbar styling */
.custom-navbar .nav-link {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 14px;
    margin-top: 4px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: 0.4s ease;
}

    .custom-navbar .nav-link:hover {
        color: #ffdd99 !important;
        border-bottom: 2px solid #ffdd99;
    }

.custom-navbar .nav-item.active .nav-link {
    color: #ffae00 !important;
    border-bottom: 2px solid #ffae00;
    font-weight: 700;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.navbar-toggler-icon {
    filter: invert(100%);
}

/* ABOUT SECTION */
.premium-services-section {
    padding: 80px 0;
}

.big-left {
    text-align: left !important;
    padding-right: 50px;
}

.welcome-tag-red {
    color: #ff0000 !important;
}

.welcome-tag {
    font-size: 15px;
    letter-spacing: 4px;
    color: red !important;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.title-big {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2f7eb7 !important;
    margin-bottom: 15px;
}

.subtitle-big {
    font-size: 18px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.desc-big {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
    text-align: justify;
}

.premium-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    background: #f5c542;
    transition: 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
}

    .premium-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
    }

    .premium-btn i {
        margin-right: 10px;
        font-size: 18px;
    }

.about-img-wrapper {
    position: relative;
    padding: 20px;
}

.about-img-box {
    border-radius: 18px;
    padding: 12px;
    background: #f7f5f2;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.big-img-left {
    width: 78%;
    margin-bottom: 35px;
}

    .big-img-left img {
        width: 100%;
        border-radius: 14px;
    }

.big-img-right {
    width: 70%;
    position: absolute;
    right: 0;
    top: 160px;
}

    .big-img-right img {
        width: 100%;
        border-radius: 14px;
    }

/* 3 STEP PROCESS */
.three-step-section {
    padding: 80px 0;
    background: url('/images/Flight2.jpg') no-repeat center center/cover !important;
    position: relative;
}

    .three-step-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(4px);
        filter: blur(0px);
        z-index: 1;
    }

    .three-step-section .container {
        position: relative;
        z-index: 2;
    }

.three-step-title {
    font-size: 31px;
    font-weight: 810;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 45px;
    letter-spacing: 0.5px;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.step-card {
    flex: 1;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    border-left: 6px solid #2f7eb7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.35s ease;
}

    .step-card:hover {
        transform: translateY(-6px);
        box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.15);
    }

.step-number {
    background: #f5c542 !important;
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0, 191, 255, 0.22);
}

.step-card h4 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #2f7eb7 !important;
}

.step-card p {
    font-size: 15px;
    color: #000 !important;
    line-height: 1.6;
}

/* WHY BOOK WITH US */
.why-book-section {
    padding: 80px 0 120px;
    background: #ffffff;
}

.why-book-title {
    margin-bottom: 10px;
}

    .why-book-title .title-top {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #d40000;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .why-book-title .title-bottom {
        display: block;
        font-size: 34px;
        font-weight: 900;
        color: #000;
        text-transform: uppercase;
        line-height: 1.1;
    }

.why-book-sub {
    max-width: 750px;
    margin: 0 auto 45px;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.why-book-grid {
    row-gap: 30px;
}

.why-card {
    background: #f7f7f7;
    padding: 26px;
    border-radius: 16px;
    border-left: 6px solid #2f7eb7;
    box-shadow: 0 8px 22px rgb(0 0 0 / 0%) !important;
    transition: 0.3s ease;
    height: 100%;
}

    .why-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 34px rgba(0,0,0,0.12);
    }

    .why-card h4 {
        font-size: 20px;
        font-weight: 700;
        color: #2f7eb7 !important;
        margin-bottom: 10px;
    }

    .why-card p {
        font-size: 15px;
        color: #000 !important;
        line-height: 1.6;
    }

/* TOP DEALS */
.top-deals-title {
    margin-bottom: 10px;
}

    .top-deals-title .title-top {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #d40000;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .top-deals-title .title-bottom {
        display: block;
        font-size: 34px;
        font-weight: 900;
        color: #000;
        text-transform: uppercase;
        line-height: 1.1;
    }

/* DARK FOOTER */
.footer-dark {
    background: #000 !important;
    padding: 70px 0 40px 0;
    color: #fff !important;
}

    .footer-dark .ftco-heading-2 {
        font-size: 22px;
        font-weight: 700;
        color: #fff !important;
        margin-bottom: 12px;
        margin-top: 20px;
    }

.ftco-heading-2-Keep-in-touch {
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 12px;
    margin-top: 20px;
}

.footer-dark .col-md {
    text-align: left !important;
}

.social-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    padding-left: 0;
}

    .social-row li {
        list-style: none;
    }

        .social-row li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 38px;
            height: 38px;
            background: #007bff;
            border-radius: 50%;
            transition: 0.3s;
        }

            .social-row li a:hover {
                background: #0056cc;
                transform: translateY(-3px);
            }

    .social-row span {
        color: #fff !important;
        font-size: 18px;
    }

.link-list {
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none;
}

    .link-list li {
        margin-bottom: 6px;
    }

    .link-list a {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
    }

        .link-list a:hover {
            color: #00bfff;
        }

.footer-dark p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-dark a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom-text {
    text-align: center;
    margin-top: 35px;
}

    .footer-bottom-text p {
        margin-bottom: 10px;
    }

    .footer-bottom-text .copyright {
        font-weight: 700;
        margin-top: 15px;
    }

.top-deals-note {
    margin: 20px auto 0;
    border-left: none;
    text-align: center;
    padding: 0;
}

    .top-deals-note p {
        font-size: 11px;
        color: #444;
        font-weight: 500;
        margin: 0;
        line-height: 1.4;
    }

.footer-dark .col-md .row {
    margin-left: -200px;
}

    .footer-dark .col-md .row > div {
        padding-left: 5px !important;
    }

/* FOOTER CERTIFICATION LOGOS */
.footer-cert-logos {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .footer-cert-logos img {
        height: 50px;
        width: auto;
        object-fit: contain;
        filter: brightness(1) invert(0);
    }

/* FLOATING WHATSAPP + CALL BUTTONS */
.floating-contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 5000;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-decoration-line: none !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

    .float-btn.whatsapp {
        background: #25D366;
    }

    .float-btn.phone {
        background: #007bff;
    }

    .float-btn:hover {
        transform: translateY(-3px) scale(1.07);
        box-shadow: 0 10px 22px #00bfff;
        text-decoration: none !important;
    }

/* RESPONSIVE FIXES FOR FORM */
@media (max-width: 768px) {
    .hero-form-overlay {
        width: 95%;
        right: 2.5%;
        left: 2.5%;
        padding: 12px;
    }

    .form-row {
        flex-direction: column;
    }

    .pill-row {
        flex-direction: column;
    }

    .pill-item {
        width: 100%;
    }

    .form-box {
        width: 100%;
    }

    .calendar-icon-right {
        display: block !important;
        visibility: visible !important;
    }
}

@media (max-width: 480px) {
    .hero-form-overlay {
        width: 96%;
        padding: 10px;
    }

    .form-box input.form-input,
    .form-box.date-box input.form-input.date-input,
    .passenger-display {
        height: 52px;
        font-size: 12px;
    }

    .form-label {
        font-size: 11px;
    }

    .calendar-icon-right {
        display: block !important;
        visibility: visible !important;
        font-size: 14px;
    }
}
