.coating-hero-section{
    position: relative;
    height: 100vh;
    background: url('../images/background/coatingBG.jpg') no-repeat;
    background-size: cover;
    background-position: 30% 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    .filterLeft{
        position: absolute;
        background: linear-gradient(253deg, rgba(0, 0, 0, 0.00) 56.8%, #000 90.35%);
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .filterBottom{
        position: absolute;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 56.72%, #000 96.62%);
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .header-text {
        position: absolute;
        display: flex;
        max-width: 781px;
        bottom: 10%;
        flex-direction: column;
        gap: 17px;
        z-index: 3;
        left: 50%;
        transform: translatex(-50%);
    }
}
.benefitsWrapper{
    position: relative;
    /* padding-top: 400px; */
    z-index: 4;
    .benefits{
        display: flex;
        align-items: center;
        gap: 19px;
        align-self: stretch;
        flex-direction: column;
        overflow: hidden;
        .card-benefits{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            min-width: 280px;
            max-width: 380px;
            height: 290px;
            padding: 28px 38px;
            border-radius: 10px;
            background: linear-gradient(103deg, rgba(24, 24, 27, 0.95) 47.89%, rgba(14, 14, 17, 0.95) 96.67%);
        }
    }

}
#swiper-2 .swiper-custom-pagination {
    width: 100% !important;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0%)!important;
}

#swiper-2 .swiper-pagination-bullet {
    opacity: 1;
    background-color: #ffffff30;
    width: .75rem;
    height: .75rem;
    margin: 0 6px;
}

#swiper-2 .swiper-pagination-bullet-active {
    background-color: var(--color-gray-200);
}
.packages{
    background: url('../images/background/packageBG2.jpg') no-repeat center center/cover;
    img{
        max-width: 300px;
    }
}
.process{
    background: url('../images/background/processBG1.jpg') no-repeat center center/cover;
    min-height: 50vh;
    width: auto;
    display: flex;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    overflow-x: scroll;
    img{
        max-width: 200px;
        border-radius: 10px;
    }
}
