body {
    -webkit-user-select: none;
    /* Untuk browser berbasis WebKit seperti Chrome dan Safari */
    -moz-user-select: none;
    /* Untuk Firefox */
    -ms-user-select: none;
    /* Untuk Internet Explorer/Edge */
    user-select: none;
    /* Properti standar */
}

.fw-bolder {
    font-weight: 800 !important;
}

.fs-desc {
    font-size: 12px !important;
}

.fs-lg {
    font-size: 50px;
}

.border-none {
    border: none;
}

.text-gray-sm {
    color: rgb(207, 207, 207) !important;
}

.text-gray-md {
    color: rgb(172, 172, 172) !important;
}

.text-gray-lg {
    color: rgb(125, 125, 125) !important;
}

.bg-hero {
    background: linear-gradient(89.84deg, #F4F3FF 0.13%, #FCFCFF 99.86%) !important;
}

.bg-product {
    background-color: #F9F9F9;
}

.bg-layanan {
    background: linear-gradient(89.89deg, #6E60FF -75.84%, #AAA2FF 99.91%);
}

.shadow-sm-purple {
    box-shadow: 0px 1px 39px 18px #6D5FFF14 !important;
}

.shadow-md-purple {
    box-shadow: 0px 1px 39px 18px #6D5FFF14 !important;
}

.shadow-md-black {
    box-shadow: 0px 4px 16px 4px #0000000D !important;
}

.text-purple {
    color: #6E60FF;
}

.dot-purple {
    background-color: #BEB8F6;
    box-shadow: 0px 3px 9px 1px #6E60FF52;
    width: 11px;
    height: 11px;
    border-radius: 100%;
}

.btn-custom {
    background-color: #FFF;
    border: 1px solid #E9E8F3;
    border-radius: 60px;
}

.btn-custom:hover {
    cursor: default;
}

.btn-container {
    width: 590px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
}

.row-button {
    width: 500px;
}

.h-card {
    min-height: 180px;
}

.h-layanan {
    height: 320px;
}

.rounded-sm {
    border-radius: 16px;
}

.rounded-md {
    border-radius: 23px;
}

.rounded-layanan {
    border-radius: 46px;
}

.pb-custom {
    padding-bottom: 1rem;
}

.card-icon {
    position: relative;
}

.card-icon img {
    z-index: 9999;
}

.icon-img {
    position: relative;
    z-index: 1;
}

.square {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    left: 42px;
    border-radius: 9px;
    background-color: #F4F3FF;
    z-index: 0; 
}

.card-content {
    gap: 1.5rem; 
}

.icon-img {
    margin-bottom: 1rem;
}

.position-image {
    position: absolute;
    right: 30px;
    bottom: 0px;
}

@media (max-width: 991px) {
    .h-layanan {
        flex-direction: column; 
        align-items: center; 
        text-align: center;
        height: 430px;
    }

    .position-image {
        position: relative;
        margin-top: 10px;
        right: 0px;
        width: 80%;
    }
}


/* .lozad {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lozad.loaded {
    opacity: 1;
} */