.private-charters-header-banner {
    background-image:
        linear-gradient(180deg, rgba(0, 178, 202, 0.77) 9.93%, rgba(0, 68, 119, 0.77) 71.46%),
        url('/assets/images/private-charters/banner.jpg');
    height: 900px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.private-charters-header-title {
    top: 60%;
}

.private-charters-header-subtitle {
    font-family: 'Amiri Quran', serif;
    font-weight: 400;
    margin-bottom: 3.5rem;
}

.private-charters-header-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
    color: #056977;
}

.private-charters-header-buttons .btn-book-tour {
    padding: 0.75rem 2rem !important;
}

/* Private Charters header responsive tweaks */
@media (max-width: 991px) {
    .private-charters-header-banner {
        height: 700px;
    }

    .header-title-wrapper.private-charters-header-title {
        top: 50% !important;
    }

    .header-subtitle.private-charters-header-subtitle {
        font-size: 42px !important;
        margin-bottom: 2rem !important;
    }

    .private-charters-header-buttons {
        gap: 0.75rem;
    }

    .private-charters-header-buttons .btn-book-tour {
        padding: 0.7rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 767px) {
    .private-charters-header-banner {
        height: 580px;
    }

    .header-title-wrapper.private-charters-header-title {
        top: 66% !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .header-subtitle.private-charters-header-subtitle {
        font-size: 32px !important;
        margin-bottom: 2.5rem !important;
        line-height: 1.4;
    }

    .private-charters-header-buttons {
        flex-direction: column;
        gap: 0.75rem;
        align-items: center;
        margin-bottom: 3rem;
    }

    .private-charters-header-buttons .btn-book-tour {
        width: 260px;
        max-width: 100%;
        padding: 0.65rem 1rem !important;
        font-size: 0.85rem !important;
        text-align: center;
    }
}