.proventis-services-container {

    position: relative;

    display: flex;

    align-items: center;

    gap: 20px;

    width: 100%;

}

.service-card-top {
    margin-bottom: 0 !important;
}

.proventis-services-slider {

    width: 100%;

    overflow: hidden;

}

.service-card {
    background: #fff !important;
    border-radius: 28px !important;
    padding: 19px !important;
    height: 100% !important;
    min-height: 280px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: .3s ease !important;
    justify-content: space-between !important;
}

.service-card p {
    padding-bottom: 0;
}

.service-card-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.service-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service-number {
    font-size: 22px;
    font-weight: 300;
    line-height: 20px;
    color: #d7d7d7;
}

.service-title {

    font-size: 1.20rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    color: #0a1d4e;
}

.service-description,
.service-description p {
    font-size: 0.875rem;
    line-height: 22px;
    color: #0D1B3E;
    margin: 0;
}

.service-link {

    margin-top: auto;

    text-decoration: none;

    font-size: .95rem;

    font-weight: 600;

    color: #0d7f7a;

}

.proventis-services-container .service-card:hover {

    background-color: #07194b !important;
    background: #07194b !important;

}

.service-card:hover .service-title,
.service-card:hover .service-description,
.service-card:hover .service-description p,
.service-card:hover .service-link {

    color: #fff !important;

}

.service-arrow {

    width: 44px;

    height: 44px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #0d7f7a;

    color: #fff;

    cursor: pointer;

    flex-shrink: 0;

}

@media(max-width:767px) {

    .service-card {

        height: 100% !important;
        min-height: 250px !important;
    }

}

.proventis-services-container .service-title {

    all: unset;

    display: block;

    font-size: 2rem;

    font-weight: 700;

    line-height: 1.15;

    color: #0a1d4e;

    margin-bottom: 24px;

}

.service-number p {
    margin: 15px !important;
}

.service-card-top {
    margin-bottom: 0 !important;
}

.service-card-top p {
    margin: 0 !important;
}

/* Position service slider navigation arrows at the bottom on mobile/tablet */
@media (max-width: 991px) {
    .proventis-services-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 0;
    }

    .proventis-services-slider {
        width: 100%;
    }

    .proventis-services-container .service-arrow {
        position: absolute;
        bottom: 10px;
        z-index: 10;
    }

    .proventis-services-container .service-prev {
        left: calc(50% - 54px);
    }

    .proventis-services-container .service-next {
        left: calc(50% + 10px);
    }
}



/* Mobile - Center Align Content */
@media (max-width: 767px) {

    .service-slider,
    .service-slider .service-content,
    .service-slider .service-content h1,
    .service-slider .service-content h2,
    .service-slider .service-content h3,
    .service-slider .service-content h4,
    .service-slider .service-content h5,
    .service-slider .service-content h6,
    .service-slider .service-content p,
    .service-slider .service-content a {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
header ul li.wp-block-navigation-item a span {
    font-size: 20px !important;
    font-weight: bold;
    line-height: 40px;
}
header a.wp-block-button__link.has-background.has-montserrat-font-family {
    font-size: 20px !important;
    font-weight: bold;
    padding: 16px 30px !important;
}
header a.wp-block-button__link.has-background.has-montserrat-font-family {
        font-size: 20px !important;
        font-weight: bold;
        padding: 10px 0 0 !important;
        background-color: transparent !important;
        color: #000;
        font-family: 'Montserrat' !important;
        text-transform: capitalize;
}
.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    align-items: flex-start;}
footer .wp-block-group h3 {
    margin-top: 25px;}

button.wp-block-navigation__responsive-container-open {
    border: 1px solid;
    margin-right: 20px;}
:where(.wp-site-blocks *:focus) {
    outline-width: 0;}

}

@media (min-width: 1201px) and (max-width: 1280px) {
    .service-card {
        min-height: 280px !important;
    }
}

@media (min-width: 1281px) {
    .service-arrow {
        font-size: 24px;
    }
}

footer a.wp-block-navigation-item__content:hover
 {
    text-decoration: none;
}
footer .has-small-font-size {
    line-height: 33px !important;
}