/* .banner-bg {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    height: 90vh;
} */

/* ONLY overlay layer */
/* .banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    pointer-events: none;
    z-index: 0;
}

.bannner-text {
    height: 100% !important;
} */
 .bannner-text {
    /* height: 100% !important; */
    z-index: 2;
} 

.banner-bg {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

/* Video full cover */
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

/* Overlay */
.banner-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* ROW full height */
.banner-bg .row {
    position: relative;
    height: 100%;
    z-index: 2;
}

/* ============================================ */
/* ============================================ */

/* Banner css */


.section-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

.banner-heading {
    font-size: 3.9rem;
    color: #fff;
}

.banner-heading-highlight {
    color: var(--light);
}

/* responsive  */
/* ===================================== */
/* LARGE SCREENS (1200px+) */
/* ===================================== */
@media (min-width: 1200px) {
    .banner-heading {
        font-size: 4.2rem;
    }
}

/* ===================================== */
/* LAPTOP / TABLET LANDSCAPE */
/* ===================================== */
@media (max-width: 1199px) {
    .banner-heading {
        font-size: 3.2rem;
    }
}

/* ===================================== */
/* TABLET (768px – 991px) */
/* ===================================== */
@media (max-width: 991px) {
    .banner-bg {
        height: auto;
        padding: 100px 0;
        background-attachment: scroll !important;
    }

    .banner-heading {
        font-size: 2.6rem;
    }

    .banner-title .text {
        font-size: 13px;
    }

    .button1 {
        display: inline-block;
        margin-top: 20px;
    }
}

/* ===================================== */
/* MOBILE (≤767px) */
/* ===================================== */
@media (max-width: 767px) {
    .banner-bg {
        padding: 80px 15px;
    }

    .banner-heading {
        font-size: 2.1rem;
    }

    .banner-title .line {
        width: 40px;
        height: 2px;
        color: var(--light);
    }

    .banner-title .dot {
        width: 10px;
        height: 10px;
        color: var(--light);
    }

    .banner-title .text {
        font-size: 12px;
    }

    .banner-bg p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* ===================================== */
/* SMALL MOBILE (≤480px) */
/* ===================================== */
@media (max-width: 480px) {
    .banner-heading {
        font-size: 1.9rem;
    }

    .banner-title {
        gap: 8px;
    }
}

/* ================================================== */
/* ================================================== */

/* Safari Packages Cards CSS */
/* 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;
    }
}

/* ============================================= */
/* ============================================= */



/* faq css  */
.faq-section {
    background: var(--gray);
}

/* Image */
.faq-image img {
    width: 100%;
    border-radius: 0 30px 0 30px;
}

/* Each item */
.accordion-item {
    border-radius: 16px !important;
    border: 1px solid #dfeee7 !important;
    overflow: hidden;
}

/* Header button */
.accordion-button {
    color: var(--accent);
    box-shadow: none;
}

/* Remove default blue focus */
.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Active (open) state */
.accordion-button:not(.collapsed) {
    background-color: #eef6f2;
    color: var(--accent);
}

/* Body */
.accordion-body {
    padding: 0 22px 20px;
    color: #666;
    line-height: 1.6;
}

/* Smooth look */
.accordion-collapse {
    background-color: #eef6f2;
}

/* Mobile spacing */
@media (max-width: 576px) {
    .accordion-button {
        font-size: 15px;
        padding: 16px 18px;
    }
}

/* =============================================== */
/* =============================================== */

/* background image change css  */
.interior-services {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

/* Background */
.services-bg-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.services-bg-slider .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .6s ease;
}

.services-bg-slider .bg.active {
    opacity: 1;
}

/* Cards container */
.services-columns {
    display: flex;
    gap: 10px;
    position: relative;
    height: 100%;
    z-index: 2;
    transition: transform 0.5s ease;
}

/* Card */
.service-item {
    min-width: calc(25% - 10px);
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .25);
}

/* Half overlay */
.service-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    color: #111;
    padding: 30px;
    transform: translateY(100%);
    transition: 0.45s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.service-overlay i {
    font-size: 32px;
    margin-bottom: 12px;
}

.service-item:hover .service-overlay,
.service-item.active-card .service-overlay {
    transform: translateY(0);
}

.service-label {
    font-size: 20px;
    font-weight: 600;
    z-index: 2;
    transition: opacity .3s ease;
}

.service-item:hover .service-label {
    opacity: 0;
}

/* Arrows */
.slider-arrows {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
}

.slider-arrows button {
    background: #fff;
    border: none;
    padding: 10px 14px;
    font-size: 18px;
    cursor: pointer;
}

/* Responsive */
@media(max-width:1024px) {
    .service-item {
        min-width: calc(50% - 10px);
    }
}

@media(max-width:600px) {
    .service-item {
        min-width: calc(100% - 10px);
    }
}

/* ============================================ */
/* ============================================ */

/* image bigger on hover  */
.image-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    transition: .45s ease;
}

/* EXPAND LOGIC */
.image-row:has(.img-card:hover) {
    grid-template-columns: 2fr 1fr 1fr;
}

.image-row:has(.img-card:nth-child(2):hover) {
    grid-template-columns: 1fr 2fr 1fr;
}

.image-row:has(.img-card:nth-child(3):hover) {
    grid-template-columns: 1fr 1fr 2fr;
}

.img-card {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .45s ease;
}

/* 🔥 GRADIENT OVERLAY */
.img-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .65),
            rgba(0, 0, 0, .15),
            transparent);
    opacity: 0;
    transition: .45s ease;
}

/* TEXT WRAPPER */
.img-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px;
    color: #fff;
    z-index: 2;
    transform: translateY(40px);
    opacity: 0;
    transition: .45s ease;
}

.img-overlay h4 {
    margin: 0 0 6px;
}

.img-overlay p {
    opacity: .85;
    margin-bottom: 12px;
}

/* HOVER EFFECT */
.img-card:hover::before {
    opacity: 1;
}

.img-card:hover .img-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* ===================== */
/* 📱 SMALL MOBILE */
/* ===================== */
@media (max-width: 575px) {

    .image-row {
        grid-template-columns: 1fr;
        /* single column */
    }

    .img-card {
        height: 200px;
    }
}

/* ================================================= */
/* ================================================= */