/* Privacy Policy Styles */
#privacy-policy-content {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #f1f3f8; */
    box-sizing: border-box;
}

/* Force elementor containers to be full width inside our wrapper */
#privacy-policy-content .e-con-boxed {
    max-width: 100% !important;
    width: 100% !important;
}

#privacy-policy-content h1 {
    font-weight: 700;
    color: #111;
    margin-bottom: 2rem;
    text-align: center;
    background-color: #f1f3f8;
    padding: 60px 20px;
    margin-top: -30px;
    width: 100%;
}

#text-container {
    background-color: white !important;
}

.privacy-text-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Tablet and Mobile Spacing */
@media (max-width: 1024px) {
    .privacy-text-container {
        padding: 0 40px;
        /* Slightly more breathing room on tablets */
    }
}

@media (max-width: 768px) {
    .privacy-text-container {
        padding: 0 25px;
        /* Standard mobile padding */
    }
}

@media (max-width: 480px) {
    .privacy-text-container {
        padding: 0 15px;
        /* Narrower padding for small phones */
    }
}

@media (max-width: 768px) {
    #privacy-policy-content h1 {
        font-size: 2rem;
        padding: 40px 15px;
    }
}

#privacy-policy-content h4,
#privacy-policy-content h5 {
    color: #111;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

#privacy-policy-content h4 {
    font-size: 1.75rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

#privacy-policy-content h5 {
    font-size: 1.25rem;
}

#privacy-policy-content p {
    margin-bottom: 1rem;
    color: #444;
}

#privacy-policy-content ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

#privacy-policy-content li {
    margin-bottom: 0.5rem;
    color: #444;
}

#privacy-policy-content strong {
    font-weight: 600;
    color: #111;
}

#privacy-policy-content a {
    color: #007bff;
    text-decoration: none;
}

#privacy-policy-content a:hover {
    text-decoration: underline;
}

/* Header Background fix if needed */
body {
    background-color: #f9f9f9;
}

/*footer css*/
#footer-copyright {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#footer-copyright .elementor-widget-container {
    width: auto;
}

/* Responsive: Stack them on mobile devices */
@media (max-width: 768px) {
    #footer-copyright {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}