.ser{
    width: 100%;
    padding: 40px 0;
    background-color: #eff8ff;
}
.ser h1{
    font-size: 50px;
}

.show-detail{
    padding: 40px 0;
}
.show-left{
    position: relative;
    padding: 20px;
}
.link-show{
    position: sticky;
    top: 100px;
    z-index: 9999;
}
.link-service{
    background-color: #eff8ff;
    padding: 20px;
    border-radius: 20px;
}
.link-service ul li{
    background-color: #eff8ff;
}
.link-service a{
    color: black;
    text-decoration: none;
}
.link-service a:hover{
    color: #0e384c;
}
.link-service a i{
    position: absolute;
    right: 5%;
    color: #1e84b5;
}
.show-right{
    position: relative;
    padding: 20px;
}
.show-right p{
    white-space: pre-wrap;
}
.img-service{   
    max-height: 100%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;

}
.img-service img{
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; /* Smooth zoom transition */
}
.show-right .img-service:hover img{
    /* box-shadow: 0 10px 15px rgba(0,0,0,.3); */
    transform: scale(1.1);
}

.link-help{
    margin-top: 50px;
    background-color: #1e84b5;
    padding: 20px;
    border-radius: 20px;
}