/*
Theme Name: Hello CyberVantagellc
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Footer */
        footer {
            background: var(--bg-dark);
            padding: 4rem 5% 2rem;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .footer-col h4 { margin-bottom: 1.5rem; font-size: 1.1rem; }
        .footer-col ul { list-style: none; }
        .footer-col ul li { margin-bottom: 0.8rem; color: var(--text-muted); cursor: pointer;}
        .footer-col ul li:hover { color: white; }

        .newsletter input {
            padding: 0.8rem;
            width: 100%;
            border: none;
            border-radius: 4px;
            margin-bottom: 1rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            
            .footer-grid { grid-template-columns: 1fr; }
        }