.text-color{
	color: #d4171a !important;
}
.bg-color{
	    background-color: #d4171a !important;
}
.footer-bg-color{
	    background-color: #d4171a !important;
}

/* Global Styles */
:root {
    --primary: #d4171a;
    --secondary: #87CEEB;
    --accent: #FFD700;
    --light: #f8f9fa;
    --dark: #212529;
    --success: #28a745;
    --danger: #dc3545;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    line-height: 1.6;
    color: var(--dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Transport', Arial, sans-serif;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: var(--primary);
}
label{
    color: var(--dark);
}
.far, .fas, .fa, .fab{
    <!--color: var(--primary);-->
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

.btn-accent {
    background: var(--accent);
    color: var(--dark);
    margin-top: 5px;
    font-size: large;
}

.btn-accent:hover {
    background: #e6c200;
}

.btn-secondary{
    display: inline-block;
    padding: 10px 20px;
    background-color: #6c757d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-secondary:hover {
    background: #6c757d;
}

.text-center, .text-align-center {
    text-align: center;
}
.text-right{
    text-align: right;
}

.section-padding {
    padding: 60px 0;
}
#cookie-consent-popup{
    text-align: center;
    background: #dedede;
    padding: 1rem;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 35, 102, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Modal Content */
.modal-content {
    background-color: white;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-50px);
    transition: transform 0.3s ease;
    position: relative;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.modal-title {
    flex: 1;
    text-align: center;
    color: var(--primary);
    font-size: 1.5rem;
}

.result-box-logo img {
    max-height: 70px;
    width: auto;
}

.close-modal {
    <!--font-size: 24px;-->
    <!--background: none;-->
    <!--border: none;-->
    <!--cursor: pointer;-->
    
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.close-modal:hover {
    color: var(--primary);
}

.modal-body {
    margin-bottom: 20px;
}
.tt_resultPrice {
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
}
.modal-content h5{
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0!important;
}
.modal-footer {
    text-align: right;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.modal-footer a{
    width: 100%;
    text-align: center;
}

/* Header Styles */
header {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    display: flex;
    align-items: center;
}

.logo i {
    color: var(--accent);
    margin-right: 10px;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    margin-left: 30px;
}

.nav-menu a {
    font-weight: 600;
    color: var(--dark);
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: var(--primary);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(0, 35, 102, 0.7), rgba(0, 35, 102, 0.7)), url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
}

.hero-content {
    /*max-width: 800px;*/
    margin: 0 auto;
    text-align: center;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.hero h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.hero .right-content{
    padding: 10px;
}

/* Booking Form */
.booking-form {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /*margin-top: 30px;*/
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--dark);
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

/* Features Section */
.features {
    background: var(--light);
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2rem;
    color: var(--primary);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-icon {
    font-size: 40px;
    color: var(--accent);
    margin-bottom: 20px;
}

/* Airports Section */
.airports {
    background: white;
}

.airport-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 10px 20px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-btn.active {
    border-bottom: 3px solid var(--accent);
    color: var(--primary);
}

.airport-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.airport-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
}

.airport-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.airport-img {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.airport-info {
    padding: 20px;
}

.airport-info h3 {
    color: var(--primary);
}

.price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--success);
    margin: 10px 0;
}

/* Testimonials */
.testimonials {
    background: var(--light);
}

.testimonial-slider {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial {
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0 15px;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: 700;
}

.rating {
    color: var(--accent);
    margin: 10px 0;
}

/* Trust Badges */
.trust-badges {
    background: white;
    padding: 30px 0;
}

.badges-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.badge {
    margin: 15px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.badge:hover {
    opacity: 1;
}

.badge img {
    height: 60px;
    width: auto;
}

/* Footer */
footer {
    background: #d4171a;
    color: white;
    padding: 60px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.footer-col h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ddd;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--accent);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    color: white;
    font-size: 20px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: var(--accent);
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ddd;
    font-size: 14px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        text-align: center;
    }
    
    .logo {
        margin-bottom: 15px;
    }
    
    .nav-menu {
        flex-direction: column;
        align-items: center;
        display: none;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu li {
        margin: 10px 0;
    }
    
    .mobile-menu-btn {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        color: var(--primary);
    }
    
    .hero {
        padding: 60px 0;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .section-padding {
        padding: 40px 0;
    }
    
    .section-title h2 {
        font-size: 1.5rem;
    }
    .modal-content {
        padding: 20px;
    }
    
    .modal-title {
        font-size: 1.3rem;
    }
}

/* Other Pages */
.page-header {
    background: var(--primary);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
}

.breadcrumb li {
    margin: 0 5px;
}

.breadcrumb li:after {
    content: '/';
    margin-left: 10px;
    color: var(--secondary);
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb a {
    color: var(--secondary);
}

.content-section {
    padding: 40px 0;
}

/* Airport Page */
.airport-detail {
    /*display: grid;*/
    grid-template-columns: 1fr 300px;
    gap: 40px;
}

.airport-info-box {
    background: var(--light);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.info-item {
    margin-bottom: 15px;
}

.info-item strong {
    display: block;
    color: var(--primary);
}

<!--.parking-options {-->
<!--    display: grid;-->
<!--    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));-->
<!--    gap: 20px;-->
<!--    margin-top: 30px;-->
<!--}-->
.parking-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    justify-content: flex-start;
}

.parking-options > .option-card {
    width: 275px; /* Fixed width */
    flex: 0 0 auto;
}

.option-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    background: #fff;
}

.option-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.option-img {
    height: 150px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 2rem;
    font-weight: bold;
    color: #d4171a;
}

.option-header {
    /*display: flex;*/
    /*justify-content: space-between;*/
    text-align: center;
    padding: 10px;
}

.option-title {
    font-size: 1.1rem;
    color: var(--primary);
}

.option-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark);
}

.option-card p,
.option-features{
    padding: 0 20px;
}

.option-features {
    padding: 10px 20px 20px;
}

.option-card a.btn {
    margin-bottom: 5px;
    padding: 7px 20px!important;
    display: inline-block;
    width: fit-content;
}
.option-features {
    list-style: none;
    /*margin: 15px 0;*/
}

.option-features li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 0px;
}
.option-btn{
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
}
.option-btn:before {
    content: "";
    position: absolute;
    top: 50%; /* Center vertically */
    left: 0;
    transform: translateY(-50%); /* Adjust for true vertical centering */
    width: 100%;
    height: 3px; /* Adjust thickness */
    background-color: #d4171a;
    z-index: 0; /* Make sure it's behind content if needed */
}
.option-btn a{
    z-index: 1;
}

/*.option-features li:before {*/
/*    content: '\f00c';*/
/*    font-family: 'Font Awesome 6 Free';*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    color: var(--success);*/
/*}*/

/* Booking Page */
.booking-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.booking-steps:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #eee;
    z-index: 1;
}

.step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 40px;
    height: 40px;
    background: #ddd;
    color: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 700;
}

.step.active .step-number {
    background: var(--accent);
}

.step.completed .step-number {
    background: var(--success);
    color: white;
}

.step-title {
    font-size: 0.9rem;
    color: #777;
}

.step.active .step-title {
    color: var(--primary);
    font-weight: 600;
}

.booking-form-container {
    background: var(--light);
    padding: 30px;
    border-radius: 8px;
}

.form-title {
    margin-bottom: 20px;
    color: var(--primary);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-col {
    flex: 1;
}

.summary-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.summary-total {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-top: 20px;
}

/* Confirmation Page */
.confirmation-box {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.confirmation-icon {
    font-size: 60px;
    color: var(--success);
    margin-bottom: 20px;
}

.confirmation-details {
    margin: 30px 0;
    text-align: left;
}

.detail-row {
    display: flex;
    margin-bottom: 15px;
}

.detail-label {
    flex: 0 0 150px;
    font-weight: 600;
    color: var(--primary);
}

/* Contact Page */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.contact-info {
    background: var(--light);
    padding: 30px;
    border-radius: 8px;
}

.contact-method {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-icon {
    font-size: 24px;
    color: var(--accent);
    margin-right: 15px;
    width: 40px;
    text-align: center;
}

.contact-form {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* FAQ Page */
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    background: var(--light);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}

/* About Page */
.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}
.about-section ul{
    padding-left: 25px;
}

.about-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-img img {
    width: 100%;
    height: auto;
    display: block;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.team-member {
    text-align: center;
}

.team-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    border: 3px solid var(--accent);
}
/* Airports Section */
.airports {
    background: white;
}

.airport-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 10px 20px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-btn.active {
    border-bottom: 3px solid var(--accent);
    color: var(--primary);
}

.airport-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.airport-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
}

.airport-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.airport-img {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.airport-info {
    padding: 20px;
}

.airport-info h3 {
    color: var(--primary);
}

.price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--success);
    margin: 10px 0;
}

/* Testimonials */
.testimonials {
    background: var(--light);
}

.testimonial-slider {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial {
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0 15px;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: 700;
}

.rating {
    color: var(--accent);
    margin: 10px 0;
}
/* Booking Page */
.booking-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.booking-steps:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #eee;
    z-index: 1;
}

.step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 40px;
    height: 40px;
    background: #ddd;
    color: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 700;
}

.step.active .step-number {
    background: var(--accent);
}

.step.completed .step-number {
    background: var(--success);
    color: white;
}

.step-title {
    font-size: 0.9rem;
    color: #777;
}

.step.active .step-title {
    color: var(--primary);
    font-weight: 600;
}

.booking-form-container, .payment-form-container,.confirm-form-container {
    background: var(--light);
    padding: 30px;
    border-radius: 8px;
}

.form-title {
    margin-bottom: 20px;
    color: var(--primary);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-col {
    flex: 1;
}

.summary-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.summary-total {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-top: 20px;
}

/* Confirmation Page */
.confirmation-box {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.confirmation-icon {
    font-size: 60px;
    color: var(--success);
    margin-bottom: 20px;
}

.confirmation-details {
    margin: 30px 0;
    text-align: left;
}

.detail-row {
    display: flex;
    margin-bottom: 15px;
}

.detail-label {
    flex: 0 0 150px;
    font-weight: 600;
    color: var(--primary);
}


/* Form Validation */
.form-group.error .form-control {
    border-color: var(--danger);
}

.error-message {
    color: var(--danger);
    font-size: 0.8rem;
    margin-top: 5px;
    display: none;
}

.form-group.error .error-message {
    display: block;
}
/* Contact Page */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.contact-info {
    background: var(--light);
    padding: 30px;
    border-radius: 8px;
}

.contact-method {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-icon {
    font-size: 24px;
    color: var(--accent);
    margin-right: 15px;
    width: 40px;
    text-align: center;
}

.contact-form {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* FAQ Page */
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    background: var(--light);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}
.d-none{
    display: none;
}
.alert{
    padding: 10px;
    margin: 5px 0;
}
.alert-warning{
    background-color: #fff3cd;
    color: #664d03;
}
.alert-danger{
    background-color: #f8d7da;
    color: #58151c;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .airport-detail {
        grid-template-columns: 1fr;
    }
    
    .about-section {
        grid-template-columns: 1fr;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .booking-steps {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .booking-steps:before {
        display: none;
    }
    
    .step {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        text-align: left;
    }
    
    .step-number {
        margin: 0 15px 0 0;
    }
}