.elementor-3 .elementor-element.elementor-element-9f83851{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-566d981 */.privacy-policy-section {
    padding: 60px 20px;
    background-color: #f4f7f9;
    font-family: 'Helvetica', Arial, sans-serif;
    line-height: 1.8;
    color: #333;
}

.policy-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.policy-title {
    color: #003366; /* Omkar College Blue */
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.update-date {
    text-align: center;
    color: #777;
    font-style: italic;
    margin-bottom: 40px;
}

.policy-content h3 {
    color: #0056b3;
    margin-top: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.policy-content p {
    margin-bottom: 15px;
}

.policy-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.policy-content ul li {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .policy-container {
        padding: 20px;
    }
    .policy-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */