/* bagian profile staila */
.bg-profile-staila::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(
        45,
        90,
        53,
        0.7
    ); /* Warna hijau dengan opacity 70% */
    z-index: 1;
}
