.elementor-1358 .elementor-element.elementor-element-732d46d{--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;}/* Start custom CSS for html, class: .elementor-element-0e74451 */.policy-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.policy-header h1 {
    color: #1a73e8; /* Blue Theme for Agency */
    font-size: 28px;
    margin-bottom: 10px;
}

.separator {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

.policy-section h2 {
    color: #222;
    font-size: 20px;
    border-left: 4px solid #1a73e8;
    padding-left: 15px;
    margin-top: 25px;
}

.policy-section ul {
    padding-left: 20px;
}

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

.highlight-box {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.policy-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #f1f1f1;
    text-align: center;
}

.policy-footer a {
    color: #1a73e8;
    text-decoration: none;
}

@media (max-width: 600px) {
    .policy-container {
        padding: 15px;
        margin: 10px;
    }
}/* End custom CSS */