.disclaimer-overlay {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent !important;
    box-shadow: none;
}

.disclaimer-overlay .vc_column_text {
    color: #ffffff !important; /* White text */
    background-color: transparent !important;
    text-align: center !important;
    font-size: 12px !important;
    padding: 10px 20px !important;
    margin-bottom: 0 !important;
}

/* Prevent content overlap */
.vc_row {
    padding-bottom: 60px; /* Adjust based on height */
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .disclaimer-overlay .vc_column_text {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }
}