:root {
    --next-prev-swiper-nav-color: var(--theme-color-a);
}


/* SWIPER */
.swiper-container {
    /* width: 100%; */
    /* height: 100%; */
}

.swiper-wrapper {
    width: unset;
}

.swiper-slide {
    text-align: center;
    font-size: var(--global-subtext-font-size);
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--theme-color-a);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

/* custom */

.global-container {
    display: flex;
    /* flex-wrap: wrap; */
    /* overflow: hidden; */
}

.service-col {
    flex-flow: column nowrap;
    /* padding: 0px 58px; */
    padding: 0px 3rem;
    border: 1px solid #d0d2d3;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 25%; */
    /* flex: 1; */
}

.service-col>.services-bg {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3000;
    overflow: hidden;
}

.title-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: ; */
}

.service-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
    width: 100%;
    align-items: center;
    pointer-events: none;
}

.global-title {
    line-height: var(--services-title-line-height);
    /* align-self: flex-start */
    /* transition: all 0.2s ease; */
    /* pointer-events: none; */
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    text-align: center;
    will-change: transform;
}

.global-subtext {
    color: #808080;
    line-height: 30px;
    /* flex: 1; */
    /* transition: all 0.2 ease; */
    /* opacity: 0; */
    /* display: none; */
    /* height: 0%; */
    pointer-events: none;
    /* touch-action: none; */
    /* max-height: 0; */
    text-align: justify;
    /* transform: translateY(100%); */
    /* will-change: 'height, opacity'; */
    /* position: relative; */
    /* transition-timing-function: ease-in-out;
    transition: all 0.8s ease-in-out;
    -moz-transition-timing-function: ease-in-out; */
}

.content {
    /* padding: 0 18px; */
    /* overflow: hidden; */
    max-height: 0;
    opacity: 0;
    /* transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out 0.4s;  */
    /* background-color: #f1f1f1; */
    will-change: max-height;
    transform-origin: top;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */

    /* transition: max-height 0.4s ease-in-out; */
}

.content::-webkit-scrollbar {
    display: none;
}

.collapsible {
    /* cursor: pointer; */
    pointer-events: none;
}




/* .service-col:hover .content {
    transition: max-height 0.6s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.2s !important;
    transition-timing-function: ease-in-out !important;
    max-height: 100% !important;
    opacity: 1 !important;
} */

@media all and (min-width: 1921px) {
    :root {
        --global-title-font-size: 2.25rem;
        --services-title-line-height: unset;
        --global-subtext-font-size: 17px;
    }
}

@media all and (max-width: 1920px) {
    :root {
        --global-title-font-size: 2rem;
        --services-title-line-height: unset;
        --global-subtext-font-size: 1rem;
    }
}

@media all and (max-width: 1680px) {
    :root {
        --global-title-font-size: 1.9rem;
        --global-subtext-font-size: 15px;
    }

    .service-col {
        width: 100%;
        padding: 2rem;
        padding-bottom: 1rem;
    }
    .global-subtext {
        /* font-size: 16px; */
        /* display: none; */
    }
}

@media all and (max-width: 1440px) {
    :root {
        --global-title-font-size: 1.75rem;
        --global-subtext-font-size: 15px;
    }

    .service-col {
        width: 100%;
        padding: 1rem 2rem 1rem 2rem;
        /* padding-bottom: 1rem; */
    }

    .global-title {
        margin-bottom: 0;
    }
.swiper-slide {
    /* font-size: 15px; */

}
    .global-subtext {
        /* font-size: 15px; */
        line-height: 2rem;
        
        /* display: none; */
    }
}

@media all and (max-width: 1366px) {
    /* .global-container {
        width: 200%;
    } */
}

@media all and (min-width: 1025px) {

    /* .service-col:hover .collapsible {
        pointer-events: none;
    } */
    .service-container {
        min-height: 50%;
    }

    .content {
        overflow-y: auto !important;
    }

}

@media all and (max-width: 1024px) {
    .global-container {
        /* flex-direction: column; */
        /* max-height: 0; */
        /* overflow: auto; */
    }

    /* .global-title {
        transition: background-color 0.2s ease-in-out;
    } */

    /* .service-col {
        pointer-events: none;
    } */
    .collapsible {
        /* position: -webkit-sticky; */
        /* position: sticky; */
        /* top: 0; */
        cursor: pointer;
    }

    .content {
        overflow-y: hidden;
    }
    .global-subtext, .swiper-slide {
        line-height: 25px;
    }
    .swiper-wrapper {
        overflow-y: auto;
        scroll-behavior: smooth;
    }
        /* .content,
        .service-container,
        .service-col,
        .swiper-wrapper {
            pointer-events: none;
            touch-action: none;
        } */

    .swiper-container {
        height: calc(100% - var(--navbar-height));
        /* overflow-y: auto; */
    }

    .service-col {
        height: unset !important;
        /* flex: 1; */
        flex-grow: 1;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    /* .service-container {
        min-height: unset;
    } */
}

/* .content {
    flex: 1;
} */

@media all and (max-width: 768px) {
    :root {
        --global-title-font-size: 1.4rem;
        --global-subtext-font-size: 14.5px;
    }
}

@media all and (max-width: 576px) {
    :root {
        --global-title-font-size: 1.36rem;
        --global-subtext-font-size: 14px;
    }
}

/* .selected-title.is-sticky { */
/* width: 100%; */
/* background-color: white; */
/* z-index: 1; */
/* } */