#layerslider {
    height: 900px;
    max-width: 100% !important;
    position: relative;
    background: url(../img/banner-contabil.jpg);
    background-position: 67%center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
}

#layerslider span{
    background-color: rgb(248 125 1);
    padding: 0 12px 0 12px;
    border-radius: 5px;
}
/*.triangle-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 100vh 0;
    border-color: transparent;
    border-right-color: linear-gradient(135deg, rgba(0,128,128,0) 0%, rgba(0,128,128,0.6) 100%) !important;
    background: linear-gradient(135deg, rgba(0,128,128,0) 0%, rgba(0,128,128,0.6) 100%);
    z-index: 1;
}*/

.ls-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.text-box {
    max-width: 600px;
    margin: 0 auto;
}

.text-box h2 {
    font-weight: 900;
    font-size: 3rem;
    color: #FFF;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
}



@media (max-width: 768px) {
    .text-box h2 {
        font-size: 2.5rem;
    }

    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 250px;
        margin-bottom: 1rem;
    }
    #layerslider {
        height: 637px;
        max-width: 100% !important;
        position: relative;
        background: url(../img/banner-contabil.jpg);
        background-position: 67% center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
    }
}

@media (max-width: 480px) {
    .text-box h2 {
        font-size: 25px;
    }
}