html {  
    scroll-behavior: smooth;  
}
/* Section Layanan */
.page-layanan .carousel{
    display: flex;
    margin-top: 70px;
}
.page-layanan .carousel .cta{
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 50%;
}
.page-layanan .carousel .cta .title{
    font-family: 'Nunito';
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-align: left;
    
    color:#108D85;
    
    margin-top:60px;
    margin-bottom:10px;
}

.page-layanan .carousel .section-btn{
    /* text-align: center; */
    margin-top: 20px;
}
.page-layanan .carousel .btn-show-all{
    background-color: transparent;
    border: 1px solid #108D85;
    color:#108D85;

    max-width: 224px;
    width:100%;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;

    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;

    margin-bottom: 50px;
}
.page-layanan .carousel .btn-show-all:hover{
    background-color: #108D85;
    border: 1px solid white;
    color:white;
}
.section-layanan-detail{
    margin-bottom: -10px;
    /* border: 1px solid red; */
}
.section-layanan-detail .section-button-categories{
    text-align: center;
    margin-bottom: -10px;

    overflow: auto;
    white-space: nowrap;
}
.section-layanan-detail .section-button-categories button{
    margin: 10px 0 10px 0;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    border: 1px solid #A4A4A4;
    background-color: transparent;

    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #A4A4A4;
}
.section-layanan-detail .section-button-categories button:hover{
    border: 1px solid #02C39A;
    background-color: #02C39A;

    color: white;
}
.section-layanan-detail .section-button-categories button:focus{
    border: 1px solid #02C39A;
    background-color: #02C39A;

    color: white;
}
.section-layanan-detail .section-button-categories button.selected{
    border: 1px solid #02C39A;
    background-color: #02C39A;

    color: white;
}
.section-layanan-detail .section-content{
    margin: 30px 0 0 0;
}
.section-layanan-detail .section-content .section-point .card-konten{
    height: fit-content;
    margin-bottom: 40px;
}
.section-layanan-detail .section-content .section-point .card-konten:hover{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 35px 25px, rgba(0, 0, 0, 0.04) 0px 20px 20px 25px;
}
.section-layanan-detail .section-content .section-point .card-konten:hover .description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 50; /* number of lines to show */
            line-clamp: 50; 
    -webkit-box-orient: vertical;
}

.section-layanan-detail .section-content .content-image{
    text-align: center;
    padding: 0;
    margin: 0;
}
.section-layanan-detail .section-content .content-image img{
    width: 100%; 
    max-width: fit-content;
    border-radius: 20px 20px 0 0;
}
.section-layanan-detail .section-content .artikel-konten{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 0 20px 20px 20px;
    padding: 10px 20px 10px 20px;
    text-align: justify;
}
.section-layanan-detail .section-content .title {
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;    
    color: #108D85;
    
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.section-layanan-detail .section-content .content-artikel-date{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #A4A4A4;
}
.section-layanan-detail .section-content .description{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #3C3C3C;

    margin-top:5px;
    margin-bottom: 20px;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.section-layanan-detail .section-content button{
    display: none;
}
.section-layanan-detail .section-point:hover button{
    display: block !important;
}
.section-layanan-detail .section-btn{
    margin-top: 40px;
    text-align: center;
}
.section-layanan-detail .btn-show-all{
    background-color: transparent;
    border: 1px solid #108D85;
    color:#108D85;

    max-width: 224px;
    width:100%;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;

    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;

    margin-bottom: 10px;
}
.section-layanan-detail .btn-show-all:hover{
    background-color: #108D85;
    border: 1px solid white;
    color:white;
}
/* Section Layanan */