.loans-box-title {
    background: linear-gradient(to right, #d4af37, #f5e384);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 80px !important;
    font-weight: 800;
}

.loans-box-title-subtitle {
    background: linear-gradient(to right, rgba(212, 175, 55, 0.5), rgba(245, 227, 132, 0.5));
    -webkit-background-clip: text;
    color: transparent;
    font-size: 20px;
}

.uc-dark .dark\:bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgb(20 23 23 / 10%) !important;
}
.bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 0 / 0.10) !important;
}
.whatsapp_button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999999;
}
.img-whatsapp {
    max-width: 54px;
}
.phone_button {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999999;
}
.img-phone {
    max-width: 54px;
}
.book-consultation {
    display: block;
}

@media screen and (max-width: 992px) {
    .book-consultation {
        display: none;
    }
}
