.privacy-hero {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(10, 15, 30, 0.95)), 
                    url('https://brocushomesecurity.com/assets/images/privacy-polic.jpeg');
        background-size: cover;
        background-position: center;
        padding: 100px 0;
        min-height: 40vh;
    }
/* Content spacing */
.privacy-content h2 {
    color: #333;
    margin-bottom: 1rem;
}

.privacy-content ul li {
    margin-bottom: 0.5rem;
}

.privacy-content a {
    color: #0d6efd;
    text-decoration: none;
}

.privacy-content a:hover {
    text-decoration: underline;
}


/* terms And conditons Css */

.terms-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://brocushomesecurity.com/assets/images/term.jpeg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.glass-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.terms-content h2 {
    color: #212529;
    margin-bottom: 1rem;
}

.terms-content ul li {
    margin-bottom: 0.75rem;
}

.terms-content a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.terms-content a:hover {
    text-decoration: underline;
}

