 {} *{} /*endBaseStyles*/ #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } /* Base styles */ :root { --primary: #FFD700; } /* Hover effects */ .btn-banner-hover:hover { background-color: #333 !important; } .feature-card-hover:hover { border-color: #FFD700 !important; transform: translateY(-10px) !important; } .btn-send-hover:hover { background-color: #1eb954 !important; transform: scale(1.02) !important; } /* --- CORRECTION FOR INTERACTIVE SCHEDULE --- */ .class-slot { background: #1a1a1a !important; padding: 12px !important; text-align: center !important; border-radius: 8px !important; cursor: pointer !important; transition: 0.2s !important; border: 1px solid #222 !important; font-size: 0.85rem !important; font-weight: 600 !important; color: #ffffff !important; } .class-slot:hover { border-color: #FFD700 !important; } .class-slot.selected { background: #FFD700 !important; color: #000 !important; border-color: #fff !important; box-shadow: 0 0 15px rgba(255, 215, 0, 0.3) !important; } /* --- END OF CORRECTION --- */ @media (max-width: 768px) { .booking-form-responsive { flex-direction: column !important; } }
