/*
Theme Name: Digi Radiance
Theme URI: http://localhost/digiwheels
Description: Dynamic WordPress Theme with Brand Colors
Version: 1.0.0
*/

:root {
    --primary: #2e3192;
    --secondary: #fef700;
    --accent: #7EB86F;
}

/* Custom Button Styles */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}
