.elementor-252 .elementor-element.elementor-element-87d2d92{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-22e58cc */.airport-page-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
}

/* Hero Section */
.airport-hero {
    background: white;
    padding: 80px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.airport-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hero-label {
    display: inline-block;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.airport-hero h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.hero-intro {
    font-size: 19px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 40px 0;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s;
}

.hero-feature:hover {
    border-color: #f97316;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.1);
    transform: translateY(-4px);
}

.hero-feature i {
    font-size: 32px;
    color: #f97316;
}

.hero-feature span {
    font-size: 14px;
    font-weight: 600;
    color: #1e3a8a;
    text-align: center;
}

/* Process Section */
.airport-process {
    padding: 100px 20px;
}

.airport-process-content {
    max-width: 1000px;
    margin: 0 auto;
}

.airport-process h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 16px 0;
}

.section-intro {
    font-size: 18px;
    color: #6b7280;
    text-align: center;
    margin: 0 0 60px 0;
}

.process-steps {
    display: grid;
    gap: 32px;
}

.process-step {
    display: flex;
    gap: 24px;
    padding: 32px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    transition: all 0.3s;
}

.process-step:hover {
    border-color: #f97316;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.1);
    transform: translateX(8px);
}

.step-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon i {
    font-size: 28px;
    color: white;
}

.step-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 8px 0;
}

.step-text p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* Benefits Section */
.airport-benefits {
    padding: 100px 20px;
    background: white;
    border-top: 1px solid #e5e7eb;
}

.airport-benefits-content {
    max-width: 1200px;
    margin: 0 auto;
}

.airport-benefits h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 60px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.benefit-card {
    padding: 32px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}

.benefit-card:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
    transform: translateY(-8px);
}

.benefit-icon {
    width: 64px;
    height: 64px;
    background: #fff7ed;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-icon i {
    font-size: 28px;
    color: #f97316;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
}

.benefit-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* FAQ Section */
.airport-faq {
    padding: 100px 20px;
}

.airport-faq-content {
    max-width: 900px;
    margin: 0 auto;
}

.airport-faq h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 60px 0;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item-airport {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-item-airport:hover {
    border-color: #f97316;
}

.faq-item-airport.active {
    border-color: #f97316;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.12);
}

.faq-q-airport {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.faq-q-airport h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
    line-height: 1.4;
}

.faq-q-airport i {
    font-size: 20px;
    color: #f97316;
    transition: all 0.3s;
}

.faq-item-airport.active .faq-q-airport i {
    transform: rotate(180deg);
}

.faq-a-airport {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item-airport.active .faq-a-airport {
    max-height: 500px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.faq-a-airport p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* CTA Section */
.airport-cta {
    padding: 0 20px 100px;
}

.airport-cta-content {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border: 3px solid #1e3a8a;
    border-radius: 24px;
    padding: 60px;
    text-align: center;
}

.airport-cta h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 16px 0;
}

.airport-cta p {
    font-size: 18px;
    color: #6b7280;
    margin: 0 0 32px 0;
}

.cta-buttons-airport {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-airport-book,
.btn-airport-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-airport-book {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
}

.btn-airport-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.3);
}

.btn-airport-whatsapp {
    background: white;
    color: #25d366;
    border: 2px solid #25d366;
}

.btn-airport-whatsapp:hover {
    background: #25d366;
    color: white;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .airport-hero,
    .airport-process,
    .airport-benefits,
    .airport-faq {
        padding: 60px 16px;
    }
    
    .airport-hero h1,
    .airport-process h2,
    .airport-benefits h2,
    .airport-faq h2 {
        font-size: 32px;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
    }
    
    .process-step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-icon {
        margin: 0 auto;
    }
    
    .cta-buttons-airport {
        flex-direction: column;
    }
    
    .airport-cta-content {
        padding: 40px 24px;
    }
}/* End custom CSS */