@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&family=Poppins:wght@400;600;700&display=swap");

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url("images/service-banner.jpg");
    height: 600px;
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide h1 {
    font-family: "Alike", serif;
    color: #2e3f61;
}
.contact-location {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 10%;
}

.contact-map {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .contact-location {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .contact-map {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact-map iframe {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: 330px;
    }
    .contact-info {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact-info h1 {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .contact-info p {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact-info form {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .contact-info input {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact-info textarea {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact-info button {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-info input {
        width: 100%;
        height: 50px;
        margin-top: 20px;
    }
}
