/* Custom toggle switch animation */
input:checked ~ .dot { 
    transform: translateX(100%); 
}
input:checked ~ .block-bg { 
    background-color: #4f46e5; /* Indigo 600 */
}