:root {
            --primary-dark: #001f3f;
            --primary-mid: #003366;
            --accent-cyan: #00a8b5;
            --accent-light: #4ed6e7;
            --accent-orange: #ff7f50;
            --text-dark: #e6f1ff;
            --text-light: #8892b0;
            --text-gray: #a8b2d1;
            --bg-light: #001f3f;
            --white: #ffffff;
            --glass-bg: rgba(0, 31, 63, 0.85);
            --shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            --radius: 12px;
            --transition: all 0.3s ease;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            scroll-padding-top: 80px;
        }

        body {
           font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
        }
        p {
    font-size: 16px;
    font-weight: 500;
    font-family: sans-serif;
    line-height: 1.5;
}

        .btn-orange {
    background: var(--accent-cyan);
    color: #0a192f;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
        /* ============== header ================ css */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
    z-index: 1;
}

.hero > * {
    position: relative;
    z-index: 2;
}
.flight3_discount {
    background-color: #00a8b5;
}

.flight3_logoimg {
    width: 200px;
}

.flight3_colps .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 12px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.flight3_colps .nav-link.active,
.flight3_colps .nav-link:hover {
    color: #00a8b5;
}

.flight3_colps .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #00a8b5;
    transition: 0.3s;
}

.flight3_colps .nav-link:hover::after,
.flight3_colps .nav-link.active::after {
    width: 100%;
}


.flight3_callbtnbox {
    background: #00a8b5;
    color: #fff;
    padding: 8px 14px;
    border-radius: 50px;
    text-decoration: none;
    gap: 10px;
    transition: 0.3s;
}

.flight3_callbtnbox:hover {
    background: #1c1c46;
    color: #fff;
}

.flight3_callicon img {
    width: 34px;
    height: 34px;
}

.flight3_calltext small {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.flight3_calltext strong {
    font-size: 15px;
}

/* ============== header ================ css */


        /* --- Hero Section --- */
        .hero {
            
            background: url("../img/index-banner.jpeg") no-repeat center center/cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 60px 5%;
            position: relative;
            
        }

        .hero h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.30);
}
.hero p {
    font-size: 16px;
    text-align: center;
    color: #f4f4f4;
    margin-bottom: 1.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.30);
}
        
       .flight3_box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}

.flight3_field {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 8px;
}

.flight3_field input {
    border: none !important;
    width: 100%;
    background: transparent;
    font-weight: 600;
    outline: none !important;
}

.trip-tabs .nav-link {
    color: #00a8b5;
    font-weight: 600;
    background: #eef0ff;
    margin-bottom: 8px;
    border-radius: 8px;
}

.trip-tabs .nav-link.active {
    background: #00a8b5;
    color: #fff;
}

@media(max-width:991px) {
    .trip-tabs {
        flex-direction: row !important;
        gap: 10px;
        overflow: auto;
    }

    .trip-tabs .nav-link {
        flex: 1;
        white-space: nowrap;
    }
}

.seat-dropdown {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: none;
    z-index: 999;
}

.pax-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.seat-dropdown .counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seat-dropdown .counter span {
    min-width: 20px;
    text-align: center;
}

.seat-dropdown .counter button {
    gap: 10px;
    background: #00a8b5;
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.btn-done {
    background: #00a8b5;
    color: #fff;
}

.btn-flight3_search {
    background: #00a8b5;
    color: #fff;
    font-weight: 700;
    padding: 14px;
    border: none;
    border-radius: 8px;
}

        /* --- Popular Destinations (Carousel) --- */
        .section {
            padding: 4rem 5%;
        }

        .section-title {
            font-size: 1.8rem;
            margin-bottom: 2rem;
            color: var(--text-dark);
            text-align: center;
        }

        .destinations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .dest-card {
            min-width: 250px;
            height: 350px;
            border-radius: var(--radius);
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: var(--transition);
        }

        .dest-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }

        .dest-info {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px;
          background: rgba(0, 0, 0, 0.7);
        }
        .dest-info h3{
            color: white;
        }
        .dest-info p{
            color: white;
        }
        .dest-card:hover {
            transform: translateY(-5px);
        }

        .dest-card:hover img {
            transform: scale(1.1);
        }

        /* --- Best Deals Grid --- */
        .deals-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }

        .deal-card {
            background: var(--primary-mid);
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: var(--transition);
        }

        .deal-card:hover {
            transform: translateY(-5px);
        }

        .deal-img {
            height: 180px;
            width: 100%;
            object-fit: cover;
        }

        .modal.show {
            display: flex;
            opacity: 1;
        }

        .modal-content {
            background-color: var(--primary-mid);
            padding: 2.5rem;
            border-radius: 20px;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            position: relative;
            transform: translateY(-20px);
            transition: transform 0.3s ease;
        }

        .modal.show .modal-content {
            transform: translateY(0);
        }

        .close-modal {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 1.5rem;
            cursor: pointer;
            color: var(--text-gray);
            transition: var(--transition);
        }

        .close-modal:hover {
            color: var(--accent-cyan);
        }

        /* --- New UI Elements --- */
        .hamburger {
            color: var(--white);
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 1003;
        }

        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 250px;
            height: 100vh;
            background: rgba(10, 25, 47, 0.95);
            backdrop-filter: blur(10px);
            padding: 80px 20px;
            transition: 0.4s ease;
            z-index: 1002;
            display: flex;
            flex-direction: column;
            gap: 20px;
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
        }

        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 31, 63, 0.85);
            z-index: 1001;
            display: none;
            backdrop-filter: blur(5px);
        }

        .menu-overlay.active {
            display: block;
        }

        .mobile-menu.active {
            right: 0;
        }

        .mobile-menu a {
            color: var(--text-dark);
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 500;
            padding: 10px;
            border-radius: 8px;
            transition: var(--transition);
        }

        .mobile-menu a:hover {
            color: var(--accent-cyan);
            background: rgba(0, 229, 255, 0.1);
            padding-left: 15px;
        }

        .toggle-container {
            grid-column: 1 / -1;
            display: flex;
            gap: 15px;
            margin-bottom: 10px;
        }

        .toggle-btn {
            background: transparent;
            border: 1px solid rgba(0, 229, 255, 0.3);
            color: var(--text-light);
            padding: 8px 16px;
            border-radius: 20px;
            cursor: pointer;
            transition: var(--transition);
        }

        .toggle-btn.active {
            background: var(--accent-cyan);
            color: #0a192f;
            border-color: var(--accent-cyan);
            font-weight: 600;
        }

        .passenger-controls {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .qty-btn {
            background: var(--accent-light);
            border: none;
            color: #001f3f;
            font-weight: bold;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            cursor: pointer;
        }

        .sticky-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: linear-gradient(to right, #001f3f, #003366);
            padding: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            z-index: 1000;
            color: var(--text-dark);
            box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
            animation: slideUp 0.8s ease-out forwards;
            transform: translateY(100%);
            border-top: 1px solid rgba(0, 229, 255, 0.2);
        }

        @keyframes slideUp {
            to {
                transform: translateY(0);
            }
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            font-size: 0.9rem;
            color: var(--text-light);
        }

        .form-group input {
            width: 100%;
            padding: 12px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(255, 255, 255, 0.05);
            color: var(--text-dark);
            border-radius: 8px;
            font-family: "Poppins", sans-serif;
            outline: none;
            transition: var(--transition);
        }

        .form-group input:focus {
            border-color: var(--accent-cyan);
            box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.1);
        }

        .btn-submit {
            width: 100%;
            padding: 12px;
            background: linear-gradient(to right, var(--accent-cyan), #00b8d4);
            color: #0a192f;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            cursor: pointer;
            transition: var(--transition);
        }

        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 229, 255, 0.3);
        }

        /* --- Flight Results Layout --- */
        .results-container {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 30px;
            margin-top: 2rem;
        }

        /* Sidebar Filters */
        .filters {
            background: var(--primary-mid);
            padding: 20px;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            height: fit-content;
            position: sticky;
            top: 100px;
        }

        .filter-group {
            margin-bottom: 25px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 15px;
        }

        .filter-group:last-child {
            border: none;
        }

        .filter-title {
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
            color: var(--text-dark);
        }

        .checkbox-row {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            color: var(--text-gray);
            font-size: 0.9rem;
        }

        /* Range Slider Styling */
        input[type="range"] {
            width: 100%;
            accent-color: var(--accent-cyan);
        }

        /* Results List */
        .results-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .sort-select {
            padding: 8px;
            border-radius: 6px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: var(--primary-mid);
            color: var(--text-dark);
            outline: none;
        }

        .flight-card {
            background: var(--primary-mid);
            border-radius: var(--radius);
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: var(--transition);
            border-left: 4px solid transparent;
        }

        .flight-card:hover {
            border-left-color: var(--accent-cyan);
            transform: translateX(5px);
        }

        .airline-info {
            display: flex;
            align-items: center;
            gap: 15px;
            width: 25%;
        }

        .airline-logo {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: var(--text-dark);
        }

        .flight-route {
            display: flex;
            align-items: center;
            gap: 20px;
            width: 45%;
            text-align: center;
        }

        .time-loc h4 {
            font-size: 1.2rem;
            color: var(--text-dark);
        }

        .time-loc span {
            font-size: 0.85rem;
            color: var(--text-gray);
        }

        .duration-line {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

        .duration-line::after {
            content: "";
            width: 100%;
            height: 2px;
            background: rgba(255, 255, 255, 0.1);
            position: absolute;
            top: 50%;
            z-index: 0;
        }

        .duration-line i {
            background: var(--primary-mid);
            padding: 0 10px;
            z-index: 1;
            color: var(--accent-cyan);
        }

        .duration-text {
            font-size: 0.8rem;
            color: var(--text-gray);
            margin-bottom: 5px;
        }

        .price-action {
            text-align: right;
            width: 20%;
        }

        .price-tag {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--accent-cyan);
            display: block;
            margin-bottom: 5px;
        }

        .select-btn {
            background: rgba(255, 255, 255, 0.1);
            color: var(--text-dark);
            padding: 10px 25px;
            border-radius: 6px;
            border: none;
            cursor: pointer;
            transition: var(--transition);
        }

        .select-btn:hover {
            background: var(--accent-cyan);
            color: #0a192f;
        }

        /* --- Footer --- */
        footer {
            background: #020c1b;
            color: var(--text-dark);
            padding: 4rem 5% 1rem;
            margin-top: 4rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-bottom: 3rem;
        }

        .footer-col h4 {
            margin-bottom: 20px;
            color: white;
        }

        .footer-col ul {
            list-style: none;
        }

        .footer-col ul li {
            margin-bottom: 10px;
        }

        .footer-col ul li a {
            color: var(--text-light);
            text-decoration: none;
            transition: var(--transition);
        }

        .footer-col ul li a:hover {
            color: var(--accent-cyan);
            padding-left: 5px;
        }

        .socials i {
            font-size: 1.2rem;
            margin-right: 15px;
            cursor: pointer;
            transition: var(--transition);
            color: var(--text-light);
        }

        .socials i:hover {
            color: var(--accent-cyan);
        }

        .copyright {
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            color: var(--text-gray);
            font-size: 0.9rem;
        }

        /* --- Specific Section Styles --- */
        .car-rental-section {
            background:
                linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url("https://images.unsplash.com/photo-1485291571150-772bcfc10da5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80") center/cover fixed;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 40px;
        }

        .car-content {
            flex: 1;
            min-width: 300px;
            color: var(--text-dark);
        }

        .car-image-container {
            flex: 1;
            min-width: 300px;
        }

        .cruise-section {
            position: relative;
            text-align: center;
            color: var(--text-dark);
        }

        .cruise-img-wrapper {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            height: 500px;
        }

        .cruise-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .cruise-img-wrapper:hover img {
            transform: scale(1.05);
        }

        .cruise-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(10, 25, 47, 0.5);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
        }

        .gallery-item {
            height: 250px;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .about-section {
            background:
                linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
                url("https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80") center/cover fixed;
            text-align: center;
            color: var(--text-dark);
        }

        /* --- Feature Cards --- */
       

        .feature-card {
           
            padding: 40px 20px 30px;
            border-radius: 12px;
            text-align: center;
            flex: 1;
            min-width: 250px;
            position: relative;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            margin-top: 30px;
        }

        .feature-icon-circle {
            width: 60px;
            height: 60px;
            background: #00a8b5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 1.5rem;
            color: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .feature-card h3 {
           font-size: 22px; 
            margin-bottom: 10px;
            margin-top: 10px;
        }

       

        /* --- Custom Dropdown --- */
        .custom-select {
            position: relative;
            width: 100%;
            cursor: pointer;
        }

        .select-trigger {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .select-options {
            position: absolute;
            top: 120%;
            left: 0;
            width: 100%;
            background: white;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            display: none;
            z-index: 100;
            overflow: hidden;
        }

        .custom-select.open .select-options {
            display: block;
        }

        .option {
            padding: 10px 15px;
            color: #333;
            transition: var(--transition);
        }

        .option:hover {
            background: var(--accent-cyan);
            color: white;
        }

        /* --- Cruise Modal Styles --- */
        .cruise-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .cruise-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            overflow: hidden;
            transition: var(--transition);
        }

        .cruise-card:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.1);
        }

        .cruise-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .cruise-info {
            padding: 15px;
            text-align: center;
        }

        .cruise-price {
            color: var(--accent-cyan);
            font-weight: 700;
            font-size: 1.1rem;
            margin-top: 5px;
            display: block;
        }

        /* --- Responsive --- */
        @media (max-width: 992px) {
            .results-container {
                grid-template-columns: 1fr;
            }

            .filters {
                position: relative;
                top: 0;
                margin-bottom: 20px;
            }

            .flight-card {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }

            .airline-info,
            .flight-route,
            .price-action {
                width: 100%;
                justify-content: center;
            }

            .duration-line {
                width: 80%;
                margin: 0 auto;
            }
        }

        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }

            /* Simplified for demo */
            .hero h1 {
                font-size: 2rem;
            }

            .search-panel {
                grid-template-columns: 1fr;
            }

            .flight-route {
                flex-direction: column;
                gap: 10px;
            }

            .duration-line {
                display: none;
            }

            /* Hide visual line on very small screens */
        }

/* ========= footer css ======== */

/* AUTOCOMPLETE CONTAINER */
.ui-autocomplete {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-radius: 12px;
    border: none;
    padding: 6px 0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    z-index: 1055 !important;
    font-family: inherit;
}

/* AUTOCOMPLETE ITEM */
.ui-autocomplete .ui-menu-item {
    padding: 0;
    border: none;
}

/* ITEM CONTENT */
.ui-autocomplete .ui-menu-item-wrapper {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #222;
}

/* CITY / AIRPORT MAIN TEXT */
.ui-autocomplete .ui-menu-item-wrapper strong {
    font-weight: 600;
    display: block;
}

/* SUBTEXT (AIRPORT NAME) */
.ui-autocomplete .ui-menu-item-wrapper span {
    font-size: 12px;
    color: #6c757d;
}

/* HOVER / ACTIVE */
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-menu-item-wrapper:hover {
    background: #f1f5ff;
    color: #0d6efd;
    border-radius: 8px;
}

/* REMOVE JQUERY UI BORDERS */
.ui-widget-content {
    border: none;
   
}

/* SCROLLBAR (WEBKIT) */
.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: transparent;
}

/* Remove border from autocomplete list items */
.ui-autocomplete .ui-menu-item,
.ui-autocomplete .ui-menu-item-wrapper {
    border: none !important;
}

/* Also remove focus/active borders */
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-state-hover {
    border: none !important;
    outline: none;
}
/* Modal background and box */
.flight-loader-modal {
    border-radius: 15px;
    background: #fff;
    max-width: 400px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Loader animation */
.loader-circle {
    width: 60px;
    height: 60px;
    border: 6px solid #eee;
    border-top-color: #007bff;
    border-radius: 50%;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

/* Summary text */
.search-summary p {
    margin: 0.3rem 0;
    font-size: 0.95rem;
}

/* Input error border */
input.is-invalid, select.is-invalid {
    border-color: red !important;
}

/* Custom Modal Styling */
.custom-modal {
    border-radius: 12px;
    background: #fff9f0;
    padding: 20px;
}

.modal-head {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ff6f00;
}

.route-info {
    font-size: 1.2rem;
    color: #333;
}

.route-info .loc-name {
    font-weight: 600;
}

.dates-info, .passenger-info {
    color: #555;
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
}

.loader div {
    position: absolute;
    border: 4px solid #ff6f00;
    opacity: 1;
    border-radius: 50%;
    animation: loaderAnim 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes loaderAnim {
    0% {
        top: 26px;
        left: 26px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 52px;
        height: 52px;
        opacity: 0;
    }
}

/* CTA */
.cta-section h4 {
    font-weight: 600;
}

.cta-phone {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
    background-color: #ff6f00;
    color: white;
    padding: 10px 30px;
    border-radius: 300px;
    text-decoration: none;
}

.cta-phone:hover {
    text-decoration: underline;
}

/* Optional: dim background blur effect */
.modal-backdrop.show {
    opacity: 0.6;
    backdrop-filter: blur(2px);
}