/* ===== AUTOCOMPLETE WRAPPER ===== */
.autocomplete-wrapper,
.autocomplete-wrapper2 {
  position: relative;
  width: 100%;
}

/* ===== RESULT BOX ===== */
.autocomplete-results,
.autocomplete-results2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  z-index: 9999;
  max-height: 260px;
  overflow-y: auto;
  margin-top: 6px;
}

/* ===== SINGLE ROW ===== */
.autocomplete-result,
.autocomplete-result2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.autocomplete-result:hover,
.autocomplete-result2:hover {
  background: #f5f7fb;
}

/* ===== LEFT CONTENT ===== */
.autocomplete-result div:first-child,
.autocomplete-result2 div:first-child {
  font-size: 14px;
  color: #111;
}

.autocomplete-result b,
.autocomplete-result2 b {
  font-weight: 600;
  color: #0E4D92;
}

/* ===== LOCATION TEXT ===== */
.autocomplete-location {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

#frmSubmit .icons_search {
    position: relative;
    /* top: 128%; */
    left: 5px;
    transform: translateY(139%);
    z-index: 2;
    opacity: 0.7;
}
body {
    font-family: 'Poppins', sans-serif;
}

/* Top Bar */
.top-bar {
    background: #0b1c2d;
    color: #fff;
    font-size: 14px;
}

.top-bar a {
    color: #ffd369;
    text-decoration: none;
    margin-left: 15px;
}

/* Header */
.main-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: linear-gradient(to right, #0b1c2d, #102a43);
}

.navbar-brand {
    font-weight: 600;
    color: #ffd369 !important;
    letter-spacing: 0.5px;
}

.nav-link {
    color: #fff !important;
    margin: 0 10px;
    font-weight: 500;
}

.nav-link:hover {
    color: #ffd369 !important;
}

/* CTA Button */
.header-cta {
    background: #ffd369;
    color: #000;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.header-cta:hover {
    background: #fff;
}

/* Mobile */
@media(max-width:991px) {
    .header-cta {
        margin-top: 15px;
        display: inline-block;
    }
}

/* HERO SECTION */
/*.hero-section {*/
/*    background: linear-gradient(to right, #0b1c2d, #102a43);*/
/*    padding: 90px 0;*/
/*    color: #fff;*/
/*}*/
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('https://thumbs.dreamstime.com/b/business-travel-perspective-view-jet-airliner-flight-bokeh-background-39743030.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
    color: #fff;
}
/* Badge */
.premium-badge {
    background: #ffd369;
    color: #000;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 20px;
}

/* Heading */
.hero-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}

.hero-title span {
    color: #ffd369;
}

/* Subtitle */
.hero-subtitle {
    font-size: 17px;
    color: #d6e4f0;
    max-width: 600px;
}

/* Buttons */
.hero-cta .btn-primary {
    background: #ffd369;
    border: none;
    color: #000;
    font-weight: 600;
}

.hero-cta .btn-primary:hover {
    background: #fff;
}

/* Offer Badges */
.offer-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.badge-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 12px 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    backdrop-filter: blur(6px);
}

.badge-card i {
    color: #ffd369;
}

/* Image */
.hero-image img {
    max-height: 420px;
    object-fit: cover;
}

/* Mobile */
@media(max-width:767px) {
    .hero-title {
        font-size: 32px;
    }
}

/* =========================
   FLIGHT SEARCH FORM
========================= */

#frmSubmit {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    margin-top: 45px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Radio Buttons */
#frmSubmit .form-check-label {
    font-weight: 500;
    color: #0b1c2d;
}

/* Form Group */
#frmSubmit .form-group {
    position: relative;
}

/* Icons */
/*#frmSubmit .icons_search {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 12px;*/
/*    transform: translateY(-50%);*/
/*    z-index: 2;*/
/*    opacity: 0.7;*/
/*}*/

/* Inputs */
#frmSubmit .icons_search_input,
#frmSubmit .form-control,
#frmSubmit select {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e1e5eb;
    padding-left: 42px;
    font-size: 14px;
    background: #fff;
}

/* Focus */
#frmSubmit input:focus,
#frmSubmit select:focus {
    border-color: #ffd369;
    box-shadow: 0 0 0 0.15rem rgba(255, 211, 105, 0.35);
}

/* Dropdown */
.dropdown-menu {
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Traveller Count Button */
.testraveler {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e1e5eb;
    background: #fff;
    text-align: left;
    padding-left: 42px;
}

/* Minus Plus */
.minus-plus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.minus-plus h6 {
    font-size: 14px;
    margin: 0;
}

.minus-plus .number {
    display: flex;
    align-items: center;
    gap: 10px;
}

.minus-plus input {
    width: 38px;
    text-align: center;
    border: none;
    font-weight: 600;
}

/* Select Cabin */
#Class {
    height: 48px;
    border-radius: 10px;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: #0b1c2d;
    color: #fff;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #ffd369;
    color: #000;
}

/* Mobile Fix */
@media(max-width:767px) {
    #frmSubmit {
        padding: 20px;
    }
}

.queryform {
    position: relative;
    top: -84px;
}

/* Best Selling Deals */

.best-selling-deals {
    background: #f8fafc;
}

.section-title h2 {
    font-weight: 600;
    color: #0b1c2d;
}

.section-title p {
    color: #6b7280;
}

.deal-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.deal-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.deal-card:hover img {
    transform: scale(1.08);
}

.deal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    color: #fff;
}

.deal-overlay h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.deal-overlay span {
    font-size: 14px;
    opacity: 0.9;
}

/* Owl Arrows */
.deals-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    width: 46px;
    height: 46px;
    background: #ffffff !important;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.deals-carousel .owl-nav .owl-prev {
    left: -22px;
}

.deals-carousel .owl-nav .owl-next {
    right: -22px;
}

.deals-carousel .owl-nav i {
    color: #0b1c2d;
    font-size: 16px;
}

/* Tour Section */
.feature-section {
    background: #ffffff;
}

.feature-content {
    max-width: 520px;
}

.feature-icon {
    width: 90px;
}

.sub-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #caa24d;
    font-weight: 600;
    margin-bottom: 10px;
}

.main-title {
    font-size: 34px;
    font-weight: 600;
    color: #0b1c2d;
    line-height: 1.3;
    margin-bottom: 15px;
}

.feature-desc {
    font-size: 16px;
    color: #5f6c7b;
    line-height: 1.7;
}

/* Images */
.main-img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.floating-img {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 260px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Mobile */
@media (max-width: 767px) {
    .main-title {
        font-size: 26px;
    }

    .floating-img {
        display: none;
    }
}

/* Right side tour section */
.feature-section-alt {
    background: #f8fafc;
}

.feature-content-alt {
    max-width: 520px;
}

.feature-content-alt .main-title {
    font-size: 34px;
    font-weight: 600;
    color: #0b1c2d;
    line-height: 1.3;
}

.feature-content-alt .main-title span {
    color: #caa24d;
}

.feature-desc {
    font-size: 16px;
    color: #5f6c7b;
    line-height: 1.7;
    margin-top: 15px;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.feature-list i {
    color: #caa24d;
    margin-right: 10px;
}

/* Images */
.main-img {
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.floating-img {
    position: absolute;
    top: 30%;
    right: -40px;
    width: 260px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* CTA Button */
.feature-content-alt .btn-primary {
    background: #ffd369;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 30px;
}

.feature-content-alt .btn-primary:hover {
    background: #fff;
}

/* Mobile */
@media (max-width: 767px) {
    .feature-content-alt .main-title {
        font-size: 26px;
    }

    .floating-img {
        display: none;
    }
}

/* CTA SECTION */
.expert-cta-section {
    background: linear-gradient(135deg, #0b1c2d, #102a43);
    color: #fff;
}

/* Badge */
.cta-badge {
    background: #ffd369;
    color: #000;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}

/* Title */
.cta-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.cta-title span {
    color: #ffd369;
}

/* Text */
.cta-text {
    font-size: 16px;
    color: #d6e4f0;
    max-width: 600px;
}

/* Buttons */
.expert-cta-section .btn-primary {
    background: #ffd369;
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 28px;
}

.expert-cta-section .btn-primary:hover {
    background: #fff;
}

.expert-cta-section .btn-outline-light {
    border-radius: 30px;
    padding: 12px 28px;
}

/* Right Card */
.expert-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.expert-card h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.expert-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.expert-card ul li {
    margin-bottom: 12px;
    font-size: 15px;
}

.expert-card ul li i {
    color: #ffd369;
    margin-right: 10px;
}

/* Call Button */
.expert-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffd369;
    color: #000;
    padding: 14px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.expert-call:hover {
    background: #fff;
}

/* Mobile */
@media(max-width:767px) {
    .cta-title {
        font-size: 30px;
    }
}

/* FAQ Touch */
.faq-section .accordion-button {
    background: linear-gradient(90deg, #0E4D92, #00BFA6);
    color: #fff;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.faq-section .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(14, 77, 146, 0.5);
}

.faq-section .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #00BFA6, #0E4D92);
    color: #fff;
}

.faq-section .accordion-body {
    background: #fff;
    border-radius: 0 0 .5rem .5rem;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-section .accordion-button:hover {
    transform: translateX(5px);
}

.luxury-faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    /* plus icon */
    font-weight: 900;
    color: #FFD700;
}

.luxury-faq .accordion-button:not(.collapsed)::after {
    content: "\f068";
    /* minus icon */
}

/* Submit BTN Form CSS */
.btn-submit {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: linear-gradient(135deg, #0E4D92, #00BFA6);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 8px 20px rgba(0, 191, 166, 0.35);
}

/* Hover effect */
.btn-submit:hover {
    background: linear-gradient(135deg, #00BFA6, #0E4D92);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* Active click */
.btn-submit:active {
    transform: scale(0.97);
}

/* Focus remove */
.btn-submit:focus {
    outline: none;
    box-shadow: none;
}