/* ================= HERO SECTION ================= */
.hero-section img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.vip-content {
    padding: 50px 15px;
    text-align: center;
    background: #fff;
}

.vip-content h2 {
    font-family: 'El Messiri', sans-serif;
    color: #2d2aa5;
    font-weight: 700;
    margin-bottom: 20px;
}

.vip-content p {
    max-width: 900px;
    margin: 0 auto;
    color: #333;
    line-height: 1.7;
    font-size: 16px;
}

.contact-section {
    background-color: #f7f7f7;
    margin-bottom: 70px;
}

/* LEFT IMAGE */
.contact-img {
    width: 100%;
    height: 100%;
}

.contact-img img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

/* RIGHT FORM */
.contact-form {
    padding: 80px 60px;
    background: #fff;
    height: 100%;
}

.contact-form h2 {
    font-size: 32px;
    font-weight: 700;
}

.contact-form p {
    color: #666;
    margin-bottom: 25px;
}

.form-control {
    border-radius: 0;
    margin-bottom: 15px;
}

.btn-submit {
    background: #ff6b3d;
    color: #fff;
    padding: 12px 40px;
    border: none;
}

.btn-submit:hover {
    background: #ff6b3d;
    color: #000;
}

/* helicopter service */
/* ---- */
.bg-section {
    position: relative;
    background: url("img/d1.png") center/cover no-repeat;
    min-height: 400px;
    padding: 80px 0;
    overflow: hidden;
}


.overlay-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.overlay-img img {
    width: 300px;
    max-width: 100%;
}


.bg-section .container {
    position: relative;
    z-index: 2;
    color: #fff;
}

/* package */
.packages-section {
    background-color: #f7f7f7;
}

/* CARD */
.package-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.package-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.package-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.package-card:hover .package-img img {
    transform: scale(1.08);
}

/* CONTENT */
.package-content {
    padding: 25px 20px;
}

.package-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.package-content p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    min-height: 70px;
}

/* BUTTONS */
.btn-view {
    font-size: 12px;
    border: 1px solid #2f2f8f;
    color: #2f2f8f;
}

.btn-view:hover {
    font-size: 12px;
    border: 1px solid #2f2f8f;
    color: #2f2f8f;
}

.btn-get {
    font-size: 12px;
    color: grey;
    background: #80808030;
}

.btn-get:hover {
    font-size: 12px;
    color: grey;
    background: #80808030;
}

.send-btn {
    background-color: #2f2f8f;
    color: white;

}








/* Faq */

.faq-section {
    padding: 80px 0;
}



.accordion-button {
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: grey;
    background: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: #ff4a2f;
    box-shadow: none;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.accordion-body {
    color: #555;
    font-size: 16px;
}

.accordion-button::after {
    background-size: 14px;
}