/*
Theme Name: humzahalal
Theme URI: https://humzahalal.com
Author: Antigravity AI
Author URI: https://example.com
Description: A premium, modern WordPress theme for humzahalal, featuring high-end aesthetics and optimized performance.
Version: 1.0.0
Text Domain: humzahalal
*/

:root {
    --primary-color: #004d40;
    /* Deep Emerald */
    --secondary-color: #d4af37;
    /* Metallic Gold */
    --accent-color: #ffc107;
    /* Bright Gold */
    --bg-dark: #121212;
    /* Deep Charcoal */
    --text-light: #f5f5f5;
    --text-muted: #b0bec5;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#wpcf7-f196-o1 span.wpcf7-list-item{
    margin: unset;
}
#wpcf7-f196-o1 span.wpcf7-list-item-label {
    display: none;
}
#wpcf7-f196-o1 .wpcf7-spinner{
    display: block;
    justify-self: center;
    margin: 7px 0;
}