.text-qr {
    color: #E5B80B !important;
}

.bg-qr {
    background-color: #E5B80B !important;
}



.parallax {
    background: url('/storage/discuss.jpg') repeat fixed;
    background-size: cover;
    background-position: center;
    height: 20rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* Add position relative for stacking purposes */
}

.parallax-inner {
    text-align: center;
    z-index: 1;
    /* Ensure the content is above the background */
}



.custom-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.custom-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and Opera */
}

/* Set the color of the track */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Set the color and style of the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #E5B80B;
}

/* Set the color and style of the scrollbar corner */
::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
}

/* Optionally, you can modify the size of the scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


.whatsapp-button-text {
    display: none;
}

.whatsapp-button:hover .whatsapp-button-text {
    display: inline;
}

.whatsapp {
    background-color: #25D366;
}