body {
    background: #ffffff !important; /* Pure white */
}

#particles-js {
    background: transparent; /* Let white body show through */
}

.icon-hover {
    transition: transform 0.4s ease;
}

.icon-hover:hover {
    transform: scale(1.5) rotate(20deg);
}

/* Bright accent classes */
.text-pink { color: #e91e63 !important; }
.text-primary { color: #007bff !important; }
.text-warning { color: #ffc107 !important; }
.text-success { color: #28a745 !important; }

.border-primary { border-color: #e67e22 !important; }

/* Mobile adjustments */
@media (max-width: 991px) {
    img[alt="<?php echo $site_name; ?> Logo"] {
        max-width: 320px;
    }
}