.banner-bg {
    position: relative;
    overflow: hidden;
}

/* VIDEO */
.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}



.form-label {
    font-size: 14px !important;
    font-weight: 500;
}

.form-control {
    padding: 10px 14px;
    font-size: 14px !important;
}

/* OVERLAY */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 47%);
    z-index: 1;
}

/* CONTENT */
.banner-bg .row {
    position: relative;
    z-index: 2;
}

/* TEXT */
.top-text {
    font-size: 20px;
    letter-spacing: 2px;
}

.main-text {
    font-size: 50px;
    font-weight: 500;
}

.sub-text {
    font-size: 24px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .main-text {
        font-size: 50px;
    }
}


/* ============================================ */
/* ============================================ */

/* Safari Packages Cards CSS */
/* SECTION HEAD */

/* CARD */
.package-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #eee;
    transition: 0.4s;
}

.package-card:hover {
    border-color: rgb(10, 138, 177, 1);
    ;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.card-img {
    position: relative;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
    transition: transform 0.5s ease;
}

/* IMAGE PUSH BACK */
.package-card:hover .card-img img {
    transform: scale(1.08);
}


/* CATEGORY TAG */
.category-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    color: #000;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

/* CONTENT */
.card-content {
    padding: 18px 22px;
}

.card-meta {
    color: #666;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

/* TITLE COLOR CHANGE */
.package-card:hover h5 {
    color: rgb(10, 138, 177, 1);
}


/* FOOTER */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

@media (max-width: 600px) {
    .card-img img {
        height: 220px;
    }
}

/* ============================================= */
/* ============================================= */

/* popup form css  */
.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    background: #d4af37;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: popupZoom 0.3s ease;
    color: #fff;
}

.popup-content h2 {
    font-family: 'Playfair Display', serif;
}

.popup-content label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #195e3e;
}

.popup-content input,
.popup-content select,
.popup-content textarea {
    width: 100%;
    padding: 7px;
    border: none;
    border-radius: 5px;
    margin-bottom: 2px;
    font-size: 14px;
}

.popup-content textarea {
    resize: none;
}


/* Animation */
@keyframes popupZoom {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* =======================================================/ */
/* ======================================================= */



/* shop by category css  */
.shop-category {
    background: #fff;
}

.section-title {
    font-weight: 600;
    color: #b44a1f;
}

/* Filters */
.category-filters .filter-btn {
    border: none;
    background: none;
    margin: 0 10px;
    font-weight: 500;
    color: #666;
    position: relative;
}

.category-filters .filter-btn.active {
    color: #c1441d;
}

/* Slider */
.slider-wrapper {
    position: relative;
}

.category-slider {
    display: flex;
    gap: 20px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Card */
.product-card-slider {
    min-width: 260px;
}

.product-card-slider h6 {
    font-size: 14px;
}

/* Nav Buttons */
.nav-btn {
    position: absolute;
    top: 40%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
}

.prev-btn {
    left: -20px;
}

.next-btn {
    right: -20px;
}

/* Mobile – 1 card full */
@media (max-width: 576px) {
    .product-card-slider {
        min-width: 90%;
    }

    .slider-wrapper {
        padding: 0 20px;
    }
}

/* ============================================ */
/* ============================================ */

/* testimonial css  */
.testimonial-section {
    padding: 80px 0;
    background: #fff7ef;
    height: auto;
}

.testimonialSwiper,
.swiper-wrapper,
.swiper-slide {
    height: auto !important;
}

.swiper-slide {
    display: flex;
}


.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
    box-shadow: 0 2px 4px 2px rgb(251 140 0 / 61%);
    height: auto;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.review {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.user h6 {
    margin: 0;
    font-weight: 600;
}

.user span {
    font-size: 13px;
    color: #888;
}

.testi-prev-btn::after,
.testi-next-btn::after {
    display: none;
}

.testi-btn {
    position: absolute;
    top: 40%;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    border: none;
    background: #b44a1f;
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    cursor: pointer;
    z-index: 5 !important;
}

.testi-prev-btn {
    left: 10px !important;
}

.testi-next-btn {
    right: 10px !important;
}

/* =========================================== */
/* ============================================ */

/* faq css  */
.faq-section {
    background: #fff7ef;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.faq-accordion .accordion-button {
    background: #fff;
    font-weight: 600;
    color: #8a3412;
    padding: 18px 22px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff3e6;
    color: #8a3412;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    background: #fff;
    color: #555;
    line-height: 1.7;
}

/* ============================================= */
/* -============================================ */