/* Common Fleet Page Styles */
.fleet-hero-container {
    max-width: 1200px;
    margin: 100px auto 30px auto;
    border-radius: 20px;
    overflow: hidden;
}

.fleet-hero {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: #fff;
    position: relative;
}

.fleet-hero::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 0;
}

.fleet-hero .container {
    position: relative;
    z-index: 1;
}

.fleet-hero h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), -1px -1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5);
}

.fleet-hero p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0,0,0,0.4), 1px -1px 0 rgba(0,0,0,0.4), -1px 1px 0 rgba(0,0,0,0.4), 1px 1px 0 rgba(0,0,0,0.4);
    line-height: 1.5;
}

.highlight-area {
    color: #1a3c5e;
    font-weight: 700;
}

.feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    font-size: 32px;
    color: var(--yellow);
    margin-bottom: 15px;
    display: block;
}

.pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.pricing-table th {
    background: #1a3c5e;
    color: #fff;
    padding: 15px;
    font-weight: 600;
}

.pricing-table td {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

/* Professional Paragraph Style for Regions */
.area-content {
    margin-bottom: 40px;
}

.area-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a3c5e;
    display: flex;
    align-items: center;
    gap: 10px;
}

.area-content p {
    line-height: 1.8;
    color: #4b5563;
    font-size: 16px;
    text-align: justify;
}

/* Professional Form Styles */
.booking-container {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

.booking-form-side {
    padding: 30px;
}

.booking-info-side {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    padding: 25px;
}

.form-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.form-control {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
}

.booking-submit-btn {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 10px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
    line-height: 1.5;
    color: #374151;
}

.info-list i {
    color: var(--yellow);
    font-size: 18px;
    margin-top: 2px;
}

/* CTA Section - Light and Professional */
.fleet-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.fleet-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(236, 104, 16, 0.03) 0%, rgba(251, 191, 36, 0.03) 100%);
    opacity: 1;
}

.fleet-cta-section .container {
    position: relative;
    z-index: 1;
}

.fleet-cta-section h2 {
    font-size: 42px;
    letter-spacing: -1px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 800;
    text-shadow: none;
}

.fleet-cta-section p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #4a5568;
    text-shadow: none;
    line-height: 1.6;
    font-weight: 500;
}

.cta-btn-whatsapp {
    background: #ec6810;
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 104, 16, 0.25);
    border: 2px solid transparent;
    font-size: 18px;
}

.cta-btn-whatsapp:hover {
    background: #d55a0a;
    border-color: #ec6810;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236, 104, 16, 0.35);
}

@media (max-width: 768px) {
    .fleet-hero {
        padding: 80px 0;
    }
    .fleet-hero h1 {
        font-size: 36px;
    }
    .fleet-hero p {
        font-size: 18px;
    }
    .fleet-cta-section h2 {
        font-size: 32px;
    }
    .fleet-cta-section {
        padding: 80px 0;
    }
    .fleet-cta-section p {
        font-size: 18px;
    }
    .cta-btn-whatsapp {
        padding: 16px 40px;
        font-size: 16px;
    }
}

/* Mobile adjustment for form order */
@media (max-width: 991px) {
    .fleet-hero-container {
        margin: 10px;
        border-radius: 10px;
    }
    .mobile-form-first {
        display: flex;
        flex-direction: column;
    }
    .form-column {
        order: 1;
        margin-bottom: 30px;
    }
    .content-column {
        order: 2;
    }
    .booking-container {
        position: static;
    }
}
