/* Suite Header/Banner Styles */
.suite-banner {
    background-image: url('../../images/niji-bg.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 350px;
    background-repeat: no-repeat;
}

.suite-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    /* Light overlay to help text readability if needed */
}

.gal-img-box.rita {
    z-index: 55;
}

.suite-banner .banner-container {
    padding: 0 15px;
    z-index: 2;
    transform: translateY(-20px);
}

/* Blue Blob behind title */
.blob-shape {
    position: absolute;
    width: 369px;
    z-index: 1;
    top: -70px;
    left: -140px;
}

.suite-banner h1 {
    font-size: 9.2rem;
    color: rgb(223, 206, 194);
    font-family: var(--heading-font);
    line-height: 0.9;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    letter-spacing: -2px;
    font-weight: 500;
}

.suite-banner h1 span {
    display: block;
}

.banner-btn {
    position: relative;
    z-index: 3;
}

.banner-btn .main-btn {
    padding: 13px 65px;
    font-size: 17px;
    font-weight: 400;
    width: min-content;
    /* width: 400px; */
    line-height: 1.2;
    letter-spacing: 5px;
}

/* Gallery Section */
.suite-gallery {
    background-color: var(--primary-color);
    padding: 101px 0 202px;
    position: relative;
}

.suite-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    margin: 0px 30px;
}

.gal-img-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gal-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blobs in gallery */
.heart-blob {
    position: absolute;
    bottom: 40%;
    left: 22%;
    width: 243px;
    z-index: 1;
}

.blue-blob-sm {
    position: absolute;
    top: 8%;
    right: 29%;
    width: 157px;
    z-index: 5;
}

.green-tri-blob {
    position: absolute;
    bottom: -8%;
    width: 194px;
    z-index: 5;
    right: 26%;
}

/* Details Section */
.suite-features {
    background: url('../../images/ladeamaster.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 100px 0;
    text-align: center;
    color: var(--white-color);
    position: relative;
    overflow: hidden;
}

.suite-features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.2;
    pointer-events: none;
    mix-blend-mode: overlay;
}

.suite-features h2 {
    font-size: 3rem;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.2;
    color: rgb(247, 242, 242);
    /* font-weight: normal; */
    font-family: math;
}

.icon-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.icon-item {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    /* height: 60px; */
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
}

.user {
    margin-bottom: 48px;
}

.user img {
    width: 54px !important;
}

.icon-item img {
    /* height: 45px; */
    width: 93px;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.icon-item p {
    font-size: 27px;
    font-weight: 500;
    color: #f7ede3;
    margin-top: 5px;
}

.feature-btn {
    background-color: var(--secondary-color);
    border: none;
    width: 44% !important;
    color: var(--bg-color);
    padding: 15px 60px;
    font-weight: 400 !important;
    height: 65px;
    vertical-align: center;
    /* display: flex; */
    padding: 23px 0 !important;
    letter-spacing: 8px;
}

.feature-btn:hover {
    background-color: #418277d6;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .suite-banner h1 {
        font-size: 10rem;
    }
}

@media (max-width: 992px) {
    .suite-gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .suite-banner h1 {
        font-size: 7rem;
    }

    .blob-shape {
        position: absolute;
        width: 278px;
        z-index: 1;
        top: -16px;
        left: -48%;
    }
}

@media (max-width: 768px) {
    .suite-banner h1 {
        font-size: 5rem;
    }

    .icon-grid {
        gap: 30px;
    }

}

@media (max-width: 768px) {
    .suite-banner h1 {
        font-size: 5rem;
    }

    .icon-grid {
        gap: 30px;
    }

    .suite-banner {

        padding-top: 190px;

    }

    .suite-features {

        padding: 50px 0;

    }

    .suite-features h2 {
        font-size: 2rem;
        max-width: 100%;

    }

    .suite-gallery {

        padding: 52px 0 50px;

    }

    .icon-item p {
        font-size: 23px;
        font-weight: 500;
        color: #f7ede3;
        margin-top: 5px;
    }

    .user img {
        width: 27px !important;
    }

    .icon-wrapper {
        display: flex;
        gap: 8px;
        margin-bottom: 15px;
        /* height: 60px; */
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }

    .icon-item img {
        /* height: 45px; */
        width: 54px;
        display: block;
        filter: brightness(0) invert(1);
        opacity: 0.9;
    }

    .green-tri-blob {
        position: absolute;
        bottom: -2%;
        width: 175px;
        z-index: 5;
        right: 42%;
    }

    .blob-shape {

        width: 206px;



    }

}

@media screen and (max-width: 567px) {
    .suite-features {
        padding: 25px 0;
    }

    .banner-btn {

        margin-bottom: 17px !important;
    }

    .icon-grid {

        margin-top: 29px;
    }

    .suite-features h2 {
        font-size: 1.8rem;

        margin-bottom: 29px;
    }

    .suite-gallery .gallery-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin: 0px 0px;
    }

    .suite-gallery {
        padding: 35px 0 35px;
    }

    .suite-banner h1 {
        font-size: 4rem;
    }

    .suite-banner {
        padding-top: 100px;
    }

    .blue-blob-sm {
        position: absolute;
        top: 5%;
        right: 34%;
        width: 127px;
        z-index: 5;
    }

    .heart-blob {
        position: absolute;
        bottom: 48%;
        left: 41%;
        width: 182px;
        z-index: 1;
    }

    .green-tri-blob {
        position: absolute;
        bottom: 4%;
        width: 148px;
        z-index: 5;
        right: 42%;
    }

}

@media screen and (max-width: 440px) {
    .suite-gallery .gallery-grid {

        grid-template-columns: repeat(1, 1fr);

    }

    .suite-banner {
        padding-top: 130px;
    }

    .blob-shape {

        top: -57px;
        left: -1%;
    }

    .heart-blob {

        top: 85px;
        left: 41%;
        width: 178px;
        z-index: 71;
    }

    .green-tri-blob {
        position: absolute;
        bottom: 13%;
        width: 148px;
        z-index: 777;
        right: 50%;
    }

    .blue-blob-sm {

        top: 30%;
        z-index: 777777;

    }

    a.main-btn.feature-btn {
        width: 64% !important;
    }
}