/* ==========================================================================
   Premium Travel OTA Core Stylesheet
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --primary-color: #0C5DBA;
    --secondary-color: #00B4D8;
    --accent-color: #FFB703;
    --bg-color: #F8FAFC;
    --text-color: #1E293B;
    --white: #FFFFFF;
    --gray-light: #E2E8F0;
    --glass-bg: rgba(255, 255, 255, 0.75);
    --glass-border: rgba(255, 255, 255, 0.4);
    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    overflow-x: hidden;
}

/* Glassmorphism Classes */
.glass-panel {
   background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-lg);
    border-radius: 16px;
    /* margin-top: 7px; */
    margin-bottom: 58px;
}

/* Custom Navigation UI */
.navbar-custom {
    transition: all 0.3s ease;
    padding: 15px 0;
}
.navbar-custom.scrolled {
    background: var(--white) !important;
    box-shadow: var(--shadow-md);
    padding: 10px 0;
}
.navbar-custom .nav-link {
    color: var(--text-color);
    font-weight: 500;
}

/* Hero & Search Engine Widget UI */
 
.hero-section {
    background: linear-gradient(135deg, rgba(12, 137, 131, -0.15) 0%, rgba(0, 180, 216, 0.7) 100%), 
                url('https://tremendoustripz.com/img/tremendoustripz.com/home/home-slide-banner1.png') no-repeat center center/cover;
    /* min-height: 85vh; */
    display: flex;
    align-items: center;
    padding: 100px 0;
    /* min-height: 80vh; */
    /* display: flex; */
    /* align-items: center; */
    padding: 100px 3px 19px 13px;
    /* position: relative; */
}

.search-tab-btn {
    border: none;
    background: transparent;
    font-weight: 600;
    padding: 10px 20px;
    color: var(--white);
    opacity: 0.8;
}
.search-tab-btn.active {
    color: var(--accent-color);
    opacity: 1;
    border-bottom: 3px solid var(--accent-color);
}

/* Dynamic Dropdowns & Floating Elements */
/* ==========================================================================
   FIX: AUTOCOMPLETE DROPDOWN POSITIONING AND OVERLAY LAYER
   ========================================================================== */

/* Input wrapper static context taaki absolute list theek iske niche se shuru ho */
.position-relative {
    position: relative !important;
}

.autocomplete-suggestions {
    position: absolute !important;
    top: 100% !important; /* Input field ke thik niche se shuru hoga */
    left: 0 !important;
    width: 100% !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    background-color: #ffffff !important; /* Pure white background */
    border: 1px solid #e4e7ec !important;
    border-radius: 8px !important;
    margin-top: 4px !important;
    
    /* Yeh property sabse important hai sabke upar lane ke liye */
    z-index: 999999 !important; 
    
    /* High shadow taaki separate block dikhe */
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15) !important;
}

/* List items text styling */
.suggestion-item {
    padding: 10px 15px !important;
    cursor: pointer !important;
    background-color: #ffffff !important;
    color: #1a2332 !important;
    border-bottom: 1px solid #f0f2f5 !important;
}

.suggestion-item:hover {
    background-color: #f5f7fa !important; /* Hover karne par gray tint */
}

.suggestion-item strong {
    font-size: 0.95rem;
    color: #000000;
}

.suggestion-item small {
    font-size: 0.8rem;
    color: #6c757d !important;
}

/* Add-ons & Floating UI Components */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    z-index: 1000;
    font-size: 30px;
    text-decoration: none;
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: var(--primary-color);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   PRODUCTION READY SYSTEM FOOTER CORE STYLE SHEETS
   ========================================================================== */
.main-footer-wrapper {
    /* Pure deep dynamic dark canvas aesthetic tailored to mask flight colors */
    background: linear-gradient(180deg, #021736 0%, #010d1f 100%);
    color: rgba(255, 255, 255, 0.75);
    font-family: inherit;
    position: relative;
    border-top: 3px solid var(--accent-color, #FFB703);
}

.footer-brand {
    color: #ffffff !important;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
}

.footer-heading-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.5px;
}

/* Pseudo indicator line below headers for corporate touch */
.footer-heading-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 35px;
    height: 2px;
    background-color: var(--accent-color, #FFB703);
    border-radius: 2px;
}

/* Hyperlink animations layout */
.footer-navigation-list li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.92rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.footer-navigation-list li a:hover {
    color: var(--accent-color, #FFB703) !important;
    transform: translateX(4px);
}

/* Premium Social Media Icons Configurations */
.social-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.social-icon-btn:hover {
    background: var(--accent-color, #FFB703);
    color: #021736 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 183, 3, 0.3);
}

/* Border utility fallback */
.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Micro sizing text metrics */
.fs-7 {
    font-size: 0.825rem;
}

.gap-2\.5 { gap: 0.625rem !important; }

/* Responsive optimizations */
@media (max-width: 767.98px) {
    .footer-heading-title {
        margin-top: 1rem;
    }
    .footer-heading-title::after {
        bottom: -6px;
    }
}

/* Ensure the glass container lets dropdowns overflow outward */
.glass-panel, 
.tab-pane, 
.tab-content,
#flight {
    overflow: visible !important;
}

/* Ensure the form rows don't clip the absolutely positioned children */
.glass-panel .row {
    position: relative;
    overflow: visible !important;
}

/* Make sure the input containers have high relative priority */
.position-relative {
    position: relative !important;
    overflow: visible !important;
}






.flight-results-wrapper {
    background: linear-gradient(135deg, #06aded 0%, #d86e00b3 100%);
    display: flex;
    align-items: center;
    padding: 100px 3px 19px 13px;
}

/* Breadcrumb list items ke beech me space dene ke liye */
ul.breadcrumb.wizard li {
    display: inline-block;
    margin-right: 15px; /* Dono ke beech me right side se gap */
    position: relative;
}

/* Completed link (Theholidaytour.com) ke baad ek slash (/) separator lagane ke liye */
ul.breadcrumb.wizard li.completed::after {
    content: "/";
    margin-left: 15px; /* Link aur slash ke beech ka gap */
    color: #6c757d;    /* Separator ka grey color */
    pointer-events: none;
}

/* Links ka design thoda saaf dikhne ke liye (Optional) */
ul.breadcrumb.wizard li a {
    color: #0c8983; /* Aapka brand theme color */
    text-decoration: none;
}

ul.breadcrumb.wizard li.active {
    color: #6c757d; /* Active page (About Us) ka color */
}