.hero-section {
  background: url("images/banner-1.jpg") bottom/cover no-repeat;
  height: 85vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section2 {
  background: url("images/banner-1.jpg") bottom/cover no-repeat;
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}
.bnr-sub{
font-weight: 600;
}
.search-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 35px;
  max-width: 900px;
  margin: auto;
}

/* Input + Select Styles */
.form-select,
.form-control {
  height: 55px;
  border-radius: 12px;
  padding-left: 15px;
  background-color: rgba(255,255,255,0.85);
  border: none;
}

/* Icon inside date field */
.calendar-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  pointer-events: none;
}

/* Dropdown highlight */
.custom-select:focus {
  box-shadow: 0 0 0 2px rgba(220,53,69,0.4);
}

/* Search Button */
.search-btn {
  border-radius: 40px;
  height: 55px;
  font-weight: 600;
  font-size: 17px;
  padding-top: 13px;
}

/* Disable Styling */
.search-btn.disabled {
  opacity: 0.6;
  pointer-events: none;
}
/* Banner background */



/* Hover */
.custom-item:hover {
  background: #f0f0f0;
}

/* Selected option */
.custom-item.active {
  background: #b00b18 !important;
  color: white !important;
}

/* Check icon only on selected */
.check-icon {
  visibility: hidden;
}
.custom-item.active .check-icon {
  visibility: visible;
}

/* Search Button */
.search-btn {
  height: 55px;
  border-radius: 40px;
  font-size: 17px;
  font-weight: 600;
}
.search-btn.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.services-section h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
}

.service-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fbeef0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.icon-box i {
  font-size: 26px;
  color: #c31424;
}

.service-card p {
  color: #555;
  font-size: 15px;
  margin-top: 6px;
}
.flight-hero {
  padding: 80px 0;
}

 /* Flight Card Styling */
    .flight-card {
        cursor: pointer;
        transition: all 0.2s ease;
        border: 2px solid transparent;
    }
    
    .flight-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* Simulating a selected flight */
    .flight-card.active {
        border-color: #af1328;
        background-color: #fff5f6;
    }

    .flight-label {
        font-size: 0.85rem;
        color: #6c757d;
        display: block;
        margin-bottom: 2px;
    }

    .flight-value {
        font-weight: 600;
        color: #212529;
    }

.sub-title {
  color: #af1328;
  font-weight: 700;
  margin-bottom: 10px;
}

.site-footer {
    background: #101010;
    padding: 25px 0;
    text-align: center;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer p {
    margin: 0;
    color: #bdbdbd;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.booking-form {
    max-width: 800px;
    margin: 0 auto;
}

.booking-form h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.booking-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.booking-form input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 18px;
    font-size: 15px;
}

.sub-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 15px;
}

.age-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.age-row > div {
    flex: 1;
}

.confirm-btn {
    width: 100%;
    padding: 18px;
    background: #b40c1c;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 600;
}

.confirm-btn:hover {
    opacity: 0.9;
}
.falcon-banner {
    position: relative;
    width: 100%;
    height: 350px; /* adjust as needed */
    background: url('images/banner-1.jpg') bottom/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.falcon-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); /* light dark overlay like the screenshot */
}

.falcon-banner h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}
.custom-py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
 .booking-form-section .form-control {
            border: 1px solid #e2e2e2; /* Light gray border */
            border-radius: 6px;        /* Slightly rounded corners */
            padding: 10px 15px;        /* More breathing room inside input */
            background-color: #fff;
            transition: all 0.3s ease;
        }

        /* Styling when the user clicks inside the input */
        .booking-form-section .form-control:focus {
            border-color: #af1328;     /* Falcon Brand Red */
            box-shadow: 0 0 0 0.2rem rgba(175, 19, 40, 0.15); /* Subtle red glow */
            outline: none;
        }

        /* Optional: Style the placeholder text to be softer */
        .booking-form-section .form-control::placeholder {
            color: #b0b0b0;
            font-size: 0.95rem;
        }

        /* Button Styling Update (to match the inputs) */
        .confirm-btn {
            background-color: #af1328;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 6px;
            font-weight: 600;
            transition: background-color 0.3s;
        }

        .confirm-btn:hover {
            background-color: #8a0f1f; /* Darker red on hover */
        }




        /* Hero Background */
.hero-section {
  background: url("images/banner-1.jpg") bottom/cover no-repeat;
  background-position: 50% 86%;
  height: 85vh;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 150px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Slightly darker for contrast */
}

/* The Main Widget Card */
.search-widget {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 20px 0 20px; /* Bottom padding handled by button wrapper */
  max-width: 1100px; /* Wider to fit all inputs */
  margin: auto;
  position: relative;
  text-align: left;
}

/* Radio Buttons Styling */
.trip-options {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 600;
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  cursor: pointer;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container input:checked ~ .checkmark {
  background-color: #008cff; /* Blue highlight */
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* The Input Grid Row */
.search-inputs-row {
  display: flex;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin-top: 15px;
  position: relative;
  background: white;
}

.input-box {
  flex: 1; /* Distribute space evenly */
  padding: 15px;
  cursor: pointer;
  transition: 0.2s;
  min-height: 110px; /* Ensure consistent height */
  position: relative;
}

.input-box:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
.input-box:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px; }

.input-box:hover {
  background-color: #eaf5ff; /* Light blue hover effect */
}

/* Typography for Inputs */
.lbl {
  display: block;
  font-size: 11px;
  color: #777;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.val {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.small-month {
  font-size: 18px;
  font-weight: 600;
}

.sub {
  font-size: 12px;
  color: #555;
  margin: 5px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Swap Icon Circle */
.swap-icon {
  position: absolute;
  left: 28%; /* Adjust based on width of first input */
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  color: #008cff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Search Button Wrapper */
.search-btn-wrapper {
  text-align: center;
  margin-top: -25px; /* Pull button up to overlap border */
  padding-bottom: 30px;
  position: relative;
  z-index: 5;
}

.search-btn-wrapper .btn {
  border-radius: 30px;
  background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%); /* Red gradient */
  border: none;
  font-size: 20px;
  padding: 10px 60px;
  box-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .search-inputs-row {
    flex-wrap: wrap;
  }
  .input-box {
    flex: 0 0 50%; /* 2 items per row on mobile */
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
  }
  .swap-icon { display: none; }
}

:root {
            --primary-red: #af1328;
            --text-dark: #000000;
            --text-grey: #4a4a4a;
            --text-light-grey: #9b9b9b;
            --border-color: #e7e7e7;
            --bg-hover: #f2f2f2;
        }

        /* --- Main Container --- */
        .search-widget {
          background: rgba(255, 255, 255, 0.4); /* High opacity for readability, low for glass */
        backdrop-filter: blur(15px);         /* The Blur */
        -webkit-backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.6);
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
        border-radius: 12px;
            /* Removed max-width restriction to fit container, or set to fit bootstrap */
            max-width: 100%; 
            padding: 15px 20px;
            position: relative;
            text-align: left; /* Reset alignment inside widget */
            margin-top: 20px;
        }

        /* --- Top Radio Tabs --- */
        .trip-type {
            display: flex;
            gap: 20px;
            margin-bottom: 10px;
            font-size: 14px;
            color: var(--text-grey);
        }

        .radio-group {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        .radio-group input {
            margin-right: 8px;
            cursor: pointer;
            width: 16px;
            height: 16px;
            accent-color: var(--primary-red);
        }

        .radio-group.selected {
            font-weight: 600;
            color: var(--text-dark);
        }

        /* --- Search Inputs Layout --- */
        .search-bar {
            display: flex;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            height: 90px;
            position: relative;
            background: white; /* Ensure bg is white */
        }

        .srch-btn{
          font-size: 15px;
        }

        .field-box {
            padding: 10px 20px;
            display: flex;
            flex-direction: column;
            justify-content: start;
            cursor: pointer;
            transition: background 0.2s;
            position: relative;
        }

        .field-box:hover {
            background-color: #eaf5ff;
        }

        /* Widths */
        .field-from { width: 30%; border-right: 1px solid var(--border-color); }
        .field-to { width: 30%; border-right: 1px solid var(--border-color); }
        .field-date { width: 15%; border-right: 1px solid var(--border-color); }
        .field-traveller { width: 25%; }

        /* Typography */
        .lbl {
            font-size: 14px;
            color: var(--text-light-grey);
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            pointer-events: none;
        }
        
        .lbl i { margin-left: 5px; font-size: 12px; }

        /* --- Custom Select Logic --- */
        .city-select {
            appearance: none;
            -webkit-appearance: none;
            border: none;
            background: transparent;
            font-size: 16px;
            font-weight: 900;
            color: var(--text-dark);
            width: 100%;
            cursor: pointer;
            outline: none;
            padding: 0;
            margin: 0;
            line-height: 1.2;
        }
        
        .city-select::-ms-expand { display: none; }

        .sub-txt {
            font-size: 14px;
            color: var(--text-grey);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            pointer-events: none;
        }

        .date-txt {
            font-size: 20px;
            line-height: 1;
            font-weight: 900;
            color: var(--text-dark);
        }
        
        .date-sub {
            font-size: 14px;
            font-weight: normal;
        }

        /* Swap Icon */
        .swap-icon {
            position: absolute;
            left: 25%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 1px 4px rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-red);
            z-index: 10;
            border: 1px solid var(--border-color);
            cursor: pointer;
        }

        /* --- Disabled Field State --- */
        .field-box.disabled {
            background-color: #f9f9f9;
            cursor: not-allowed;
        }
        .field-box.disabled .date-txt { color: #dcdcdc; font-size: 16px; margin-top: 5px; font-weight: normal;}
        .field-box.disabled .sub-txt { display: none; }


        /* =========================================
           CUSTOM CALENDAR POPUP STYLES 
           ========================================= */
        .calendar-popup {
            display: none;
            position: absolute;
            top: 145px; /* Adjusted slightly */
            left: 20%;
            width: 750px;
            background: white;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
            border-radius: 8px;
            z-index: 200;
            padding: 20px;
            border: 1px solid var(--border-color);
            text-align: left;
        }
        .calendar-popup.active { display: block; }

        .cal-top-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px; }
        .cal-selected-display { font-weight: 700; font-size: 18px; color: var(--text-dark); }
        
        .cal-months-wrapper { display: flex; gap: 30px; }
        .cal-month { flex: 1; }
        .month-name { font-weight: 700; text-align: center; margin-bottom: 15px; font-size: 16px; display: flex; justify-content: space-between; }
        
        .nav-btn { cursor: pointer; color: var(--primary-red); font-size: 18px; user-select: none; }
        .nav-btn:hover { color: #af1328; }

        .day-names { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; font-size: 12px; color: var(--text-light-grey); margin-bottom: 10px; }
        .days-grid { display: grid; grid-template-columns: repeat(7, 1fr); row-gap: 5px; }
        
        .day-cell { 
            height: 40px; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            font-size: 14px; 
            cursor: pointer; 
            border-radius: 4px;
            position: relative;
        }
        
        .day-cell:hover:not(.empty):not(.disabled) { background-color: #eaf5ff; color: var(--primary-red); }
        .day-cell.empty { cursor: default; }
        .day-cell.disabled { color: #ddd; cursor: not-allowed; }
        .day-cell.selected { background-color: var(--primary-red); color: white; font-weight: bold; }
        .day-cell.in-range { background-color: #eaf5ff; }

        /* =========================================
           TRAVELLER POPUP STYLES
           ========================================= */
        .traveller-popup {
            display: none;
            position: absolute;
            top: 145px; /* Adjusted */
            right: 0;
            width: 650px;
            background: white;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
            border-radius: 8px;
            padding: 20px;
            z-index: 100;
            border: 1px solid var(--border-color);
            text-align: left;
        }

        .traveller-popup.active { display: block; }
        .popup-section { margin-bottom: 20px; }
        .popup-header { font-size: 12px; font-weight: 700; color: var(--text-grey); margin-bottom: 5px; text-transform: uppercase; }
        .number-list { display: flex; list-style: none; gap: 5px; padding-left: 0; }
        .number-item { width: 35px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--text-dark); border-radius: 4px; cursor: pointer; }
        .number-item:hover { background-color: var(--bg-hover); }
        .number-item.selected { background-color: var(--primary-red); color: white; font-weight: bold; }
        .class-list { display: flex; gap: 10px; list-style: none; padding-left: 0; }
        .class-item { padding: 8px 12px; font-size: 13px; cursor: pointer; border-radius: 4px; }
        .class-item.selected { background-color: var(--primary-red); color: white; font-weight: 600; }
        .class-item:not(.selected):hover { background-color: var(--bg-hover); }
        .popup-row { display: flex; gap: 20px; }
        .popup-col { flex: 1; }
        .apply-btn-container { display: flex; justify-content: flex-end; margin-top: 10px; }
        .apply-btn { background-color: var(--primary-red); color: white; border: none; padding: 8px 30px; border-radius: 25px; font-weight: 700; font-size: 14px; cursor: pointer; }
        .apply-btn:hover { background-color: #af1328; }
        
             /* =========================================
   RESPONSIVE MOBILE STYLES (Add to bottom)
   ========================================= */
@media screen and (max-width: 991px) {

    /* --- 1. Hero & Container Adjustments --- */
    .hero-section {
        height: auto; /* Remove fixed height */
        min-height: 100vh;
        padding-top: 120px; /* Space for navbar */
        padding-bottom: 60px;
    }
    
    .hero-section h1 {
        font-size: 2.5rem; /* Smaller Title */
    }
    
    .bnr-sub {
        font-size: 1rem;
        padding: 0 15px;
    }

    /* --- 2. Search Widget Structure --- */
    .search-widget {
        padding: 20px 15px;
        margin-top: 20px;
    }

    /* Radio Buttons Stack */
    .trip-type {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .trip-type div:last-child {
        width: 100%;
        text-align: left !important;
        margin-top: 5px;
        font-size: 12px;
    }

    /* --- 3. Stack Inputs Vertically --- */
    .search-bar {
        flex-direction: column;
        height: auto; /* Let it grow */
    }

    /* Reset Widths to 100% */
    .field-from, .field-to, .field-date, .field-traveller {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #eee; /* Add divider */
        padding: 15px;
        min-height: 90px;
    }
    
    .field-traveller {
        border-bottom: none; /* Last item needs no border */
    }

    /* Move Swap Icon */
    .swap-icon {
        top: 80px; /* Position between From and To */
        right: 20px;
        left: auto;
        transform: rotate(90deg); /* Vertical arrows */
        width: 35px;
        height: 35px;
    }

    /* --- 4. Popups as Modals (Centered on Screen) --- */
    .calendar-popup, .traveller-popup {
        position: fixed; /* Fix to screen */
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%); /* Center perfectly */
        width: 90% !important;
        max-width: 400px;
        max-height: 85vh;
        overflow-y: auto;
        box-shadow: 0 0 0 1000px rgba(0,0,0,0.5); /* Dim background */
        z-index: 9999;
    }

    /* Calendar: Show only 1 month on mobile */
    .cal-months-wrapper {
        flex-direction: column;
        position: relative;
    }
    .cal-month:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
    }
    .cal-month:nth-child(2) .day-names, .cal-month:nth-child(2) .days-grid {
        display: none;
    }
    .cal-month:nth-child(2) #rightMonthName {
        display: none;
    }

    /* Traveller: Stack options */
    .popup-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .number-list {
        flex-wrap: wrap; /* Wrap numbers if they don't fit */
        justify-content: flex-start;
    }
    
    .class-list {
        flex-direction: column;
    }
    
    .class-item {
        text-align: center;
        background-color: #f8f9fa;
        margin-bottom: 5px;
    }

    /* --- 5. Form Page Specifics --- */
    .booking-form-section .p-5 {
        padding: 2rem !important; /* Reduce padding on mobile form */
    }
    
    .booking-form-section .col-md-6 {
        width: 100%;
    }
    
    .falcon-banner {
        height: 250px; /* Shorter banner on mobile */
    }
    
    .falcon-banner h1 {
        font-size: 32px;
    }
    .hero-section2{
      height: 100vh !important;
    }
}
.form-control {
    border: 1px solid #dcdcdc !important; /* Light grey border */
    border-radius: 6px; /* Slight rounding for smooth look */
    box-shadow: none !important; /* Remove default focus shadow */
}

/* Border color on focus */
.form-control:focus {
    border-color: #b3b3b3 !important; /* Slightly darker on focus */
    box-shadow: none !important;
}
.form-control:hover {
    border-color: #af1328!important;
}
input:not(:checked)+.flight-card .selectbadge,
input:not(:checked)+.flight-card .routeinfo h6,
input:checked+.flight-card .intimeinfo,
input:not(:checked)+.flight-card .infhr{display: none;}
input:not(:checked)+.flight-card .card-body{opacity: 0.75;}
input:not(:checked)+.flight-card .timeinfo{font-size: .875em;display: none;}
input:not(:checked)+.flight-card .flight_code{margin-bottom: 10px !important;}
input:not(:checked)+.flight-card .flight_code h4{font-size: 1.25rem;color: rgb(108,117,125);}
input:checked+.flight-card .routeinfo div{font-size: 1.25rem}
input:checked+.flight-card{border: 2px solid #af1328 !important;}
.flight-card, .flight-card *{transition: all 0.3s ease;}
.mmenu{gap: 30px;display: flex;}
.mmenu a{color: #fff;text-decoration: none;}
.mmenu a:hover{color: #af1328;}

@media (max-width: 767.98px) {
  .mmenu{gap: 10px;}
  .navbar-brand img{height: 50px;}
}
/* ul[id^=select2-doctype] li:last-child{display: none;} */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 52px;
  height: 55px;
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
}
.w-10{width: 25px;}
.h-10{height: 25px;}
.cursor-pointer{cursor: pointer;}