.header {
    text-align: center;
}
    .header h3 {
        color: #167AD8;
        font-size: calc(16px + 1.8vw);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .header h5 {
        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;
}

.contact-header img {
    width: 53px;
    height: 50px;
    border-radius: 10px;
    background: var(--Primary-100, #D1E6FA);
    padding: 8px;
}

.contact-header {
    border-radius: 24px;
    background: var(--Neutral-White, #FFF);
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.20);
}

.contact-header {
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
    padding: 13px 12px;
    width: 100%;
}
.contact-item p{
    font-size:16px;
}
.contact-item {
    cursor: pointer;
}
    .contact-item .value a, .contact-item .value {
        color: var(--Neutral-600, #999);
        transition: .2s all;
    }
.contact-item .icon img {
    transition: .2s all;
}
.contact-item:hover .value a{
    color: #000;
}
.contact-item .label {
    transition: .2s all;
}
.contact-item:hover .label {
    color: #167AD8;
}

.contact-item:hover .icon img {
    background-color: #266aae5b;
    fill: white;
}
.header-slider{
    overflow:hidden;
}
.header-slider img {
    object-fit: cover !important;
}
@media (max-width: 1099.98px) {
    #ContactInfo-first {
        display: none;
    }

    #ContactInfo-second {
        display: block;
    }
}
@media (min-width: 1100px) {
    #ContactInfo-second {
        display: none;
    }
}
.swiper-container {
    overflow: hidden;
    cursor: grab;
}
/******************************************************************/
.header-slider {
    width: 100%;
    height: 75vh;
    position: relative;
    display: flex;
    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: 75vh;
            object-fit: cover;
        }

    .header-slider .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #167AD8;
        opacity: 0.8;
    }

    .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%; /* 43.2px */
        }

/* Responsive styles */
@media (max-width: 1200px) {
    .header-slider .text-container h1 {
        font-size: 2em;
    }

    .header-slider .text-container p {
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    .header-slider .text-container h1 {
        font-size: 1.8em;
    }

    .header-slider .text-container p {
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .header-slider .text-container h1 {
        font-size: 1.5em;
    }

    .header-slider .text-container p {
        font-size: 0.8em;
    }
}

@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;
        }
}
/* Responsive styles */
@media (max-width: 576px) {
    .header-slider .swiper-slide img {
        height: 100vh; /* Adjusted height for mobile */
    }

    .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;
        }
}

/* 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;
    }

/* 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;
}



.swiper-container-contact, .header-slider {
    overflow: hidden;
}

.LocationDiv {
    margin: 0;
    padding: 0;
    background: var(--Neutral-900, #1A1A1A);
}