﻿.support-services__link,
.support-services__link:hover {
    color: inherit;
    text-decoration: none;
}

.support-services__card {
    width: 100%;
    padding: 1rem;
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(161 161 161 / 0.5);
    overflow: hidden;
    background-color: #ffffff;
    transition: all 300ms ease-in-out;
}

    .support-services__card:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .support-services__card p,
    .support-services__card span {
        margin: 0;
        padding: 0;
    }

    .support-services__card > p {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .support-services__card span {
        font-size: .875rem;
    }

.cover-section,
.cover-overlay,
.cover-text {
    transition: all 200ms ease-in-out;
}

.cover-overlay,
.cover-text {
    position: absolute;
}

.cover-section {
    position: relative;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.cover-overlay {
    z-index: 2;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(44, 44, 44), rgba(44, 44, 44, 0));
}

    .cover-overlay.bt {
        background-image: linear-gradient(0deg, rgb(44, 44, 44), rgba(44, 44, 44, 0)) !important;
    }

.cover-text {
    z-index: 10;
    color: #ffffff;
    padding: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*font-weight: 700;*/
    /*font-size: calc(1.375rem + 1.5vw);*/
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.cls-list {
    list-style: none;
}

.nf-caro-wrap {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    transition: all 150ms ease-in-out;
}

/*.carousel-item img {
    min-height: 140px;
    object-fit: cover;
    object-position: center;
}*/

.img-custom {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
}

.floating-wrapper {
    position: fixed;
    display: block;
    z-index: 99;
    top: 120px;
    right: 20px;
}


@media (min-width: 320px) {
   
}

@media (min-width: 768px) {
    .cover-section {
        height: 230px;
    }

   
}

@media (min-width: 1024px) {
    .cover-section {
        height: 260px;
    }

    .cover-overlay {
        background-image: linear-gradient(-45deg, rgb(44, 44, 44), rgba(44, 44, 44, 0));
    }

    .cover-text {
        top: 50%;
        right: 20%;
        left: auto;
        transform: translate(20%, -50%);
        text-align: right;
        padding: 1rem 2rem;
    }
}

@media (min-width: 1200px) {
    .cover-section {
        height: 280px;
    }

    /*.cover-text {
        font-size: 2.5rem;
    }*/
}