.tfc-header-wrapper-parent .header-wrapper {
    margin-left: unset !important;
    margin-right: unset !important;
    max-width: unset !important;
    position: relative;
}


.banner-slider-swiper {
    width: 100%;
    height: 900px;
}


.banner-slider-swiper .swiper-slide {
    margin: 0;
    filter: brightness(0.7);
}

.banner-slider-swiper .swiper-layer {
    background-color: rgba(11, 64, 107, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.banner-slider-swiper .swiper-button-next,
.banner-slider-swiper .swiper-button-prev {
    color: white;
}

.banner-slider-swiper .swiper-button-next:focus,
.banner-slider-swiper .swiper-button-prev:focus,
.banner-slider-swiper .swiper-pagination-bullet:focus {
    outline: none;
}

.banner-slider-swiper .swiper-button-prev::after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 31L1.5 16L16.5 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}

.banner-slider-swiper .swiper-button-next::after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L16.5 16L1.5 31' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}


.banner-slider-swiper .swiper-button-prev {
    left: 50px;
}

.banner-slider-swiper .swiper-button-next {
    right: 50px;
}


.banner-slider-swiper .swiper-pagination {
    bottom: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner-slider-swiper .swiper-pagination-bullet {
    transition: all 200ms linear;
}


.banner-slider-swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: var(--wp--preset--color--secondary) !important;
}


.banner-slider-swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #CDCED4 !important;
    opacity: 1;
    width: 6px;
    height: 6px;
}



.banner-slider-swiper .swiper-button-prev:focus-visible,
.banner-slider-swiper .swiper-button-next:focus-visible {
    outline: none;
}


/* ———————————————— START BANNER CONTENT ———————————————— */

.banner-heading {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--text-6-xl);
    font-weight: 600;
    color: var(--wp--preset--color--light);
    margin: 0;
}

.banner-paragraph {
    font-family: var(--wp--preset--font-family--dm-sans);
    font-size: var(--wp--preset--font-size--text-lg);
    color: var(--wp--preset--color--light);
    margin: 0;
}

.discover-our-services {
    transition: all 100ms linear !important;
    border-radius: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 35px;
    padding-left: 35px;
    font-family: var(--wp--preset--font-family--dm-sans);
    font-weight: 700;
    font-size: var(--wp--preset--font-size--text-lg);
    color: var(--wp--preset--color--light);
    background-color: transparent;
    outline: 1px solid var(--wp--preset--color--light);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.discover-our-services:hover {
    outline-color: transparent;
    background-color: var(--wp--preset--color--light);
    color: var(--wp--preset--color--primary);
}

.banner-content {
    width: 600px;
    position: absolute;
    top: 25%;
    left: 16%;
    z-index: 10;
}


@media (max-width: 875px) {
    .banner-slider-swiper .swiper-button-prev {
        left: 30%;
        top: 75%;
    }

    .banner-slider-swiper .swiper-button-next {
        right: 30%;
        top: 75%;
    }

    .banner-content {
        top: 20%;
        width: 100%;
        left: 0;
        padding: 0px 50px;
    }

    .banner-cta {
        flex-direction: column;
        justify-content: stretch;
    }

    .banner-book-cta>div {
        width: 100%;
    }

    .banner-book-cta>div>div {
        width: 100%;
    }

    .banner-book-cta>div>div>a {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .banner-content {
        top: 15%;
    }
}

@media (max-width: 400px) {
    .banner-content {
        top: 10%;
    }

    .banner-slider-swiper .swiper-pagination {
        bottom: 50px !important;
    }

    .banner-slider-swiper .swiper-button-prev {
        left: 30%;
        top: 85%;
    }

    .banner-slider-swiper .swiper-button-next {
        right: 30%;
        top: 85%;
    }
}


/* ———————————————— END BANNER CONTENT ———————————————— */