﻿.custom-bg {
    background: transparent;
}

.custom-btn:hover {
    background-color: #ef7b44 !important;
    transition: background-color 0.3s ease-in-out;
}

@media (prefers-color-scheme: dark) {
    .custom-bg {
        background: linear-gradient(to right, #1f2937, #111827);
        color: transparent !important;
    }

    .custom-btn {
        background-color: #374151 !important;
        color: white !important;
    }

        .custom-btn:hover {
            background-color: #ef7b44 !important;
        }
}
