.header {
    text-align: center;
}

.header h3 {
    color: #125a42;
    font-size: calc(16px + 1.8vw);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header p {
    color: var(--Neutral-600, #999);
    font-size: calc(10px + 0.9vw);
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}

.header-image img {
    height: 539px;
}

.header-slider {
    width: 100%;
    height: 75vh;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.header-slider .swiper-slide {
    position: relative;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.header-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #19805e;
    opacity: 0.7;
}

.overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.5;
}

.header-slider .text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.header-slider .text-container h1 {
    margin: 0;
    color: var(--Neutral-White, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-slider .text-container p {
    margin-top: 20px;
    color: var(--Neutral-White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .header-slider .text-container h1 {
        font-size: 2em;
    }

    .header-slider .text-container p {
        font-size: 1em;
    }

    .header-slider {
        height: 40vh;
    }

    .header-slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

}

@media (max-width: 992px) {
    .header-slider .text-container h1 {
        font-size: 1.8em;
    }

    .header-slider .text-container p {
        font-size: 0.9em;
    }

    .header-slider {
        height: 40vh;
    }

    .header-slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
}

@media (max-width: 768px) {
    .header-slider .text-container h1 {
        font-size: 1.5em;
    }

    .header-slider .text-container p {
        font-size: 0.8em;
    }

    .header-slider {
        height: 30vh;
    }

    .header-slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

}

@media (max-width: 576px) {
    .header-slider .text-container {
        width: 90%;
        padding: 10px;
    }

    .header-slider .text-container h1 {
        font-size: 1.2em;
    }

    .header-slider .text-container p {
        font-size: 0.7em;
    }

    .header-slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .header-slider .swiper-slide img {
        height: 100%;
        /* Adjusted height for mobile */
    }

    .header-slider {
        height: 30vh;
    }
}

/* Styles for next and previous buttons */
.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.20);
    padding: 10px;
    border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}


/* Styles for next and previous buttons */
.swiper-rtl .swiper-button-prev:after {
    /* content: 'next'; */
    font-size: 20px;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 10px 0px 0px 10px;
}

.swiper-button-prev {
    border-radius: 0px 10px 10px 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.20);
    padding: 10px;
    border-radius: 5px;
    margin-top: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 17px !important;
}

.swiper-container-contact,
.header-slider {
    overflow: hidden;
}

.swiper-container {
    overflow: hidden;

}