.elementor-3 .elementor-element.elementor-element-5f870858{--display:flex;--margin-top:-150px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-3 .elementor-element.elementor-element-460ba0d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -30px) 0px;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-5f870858{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-460ba0d */.policy-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
    font-family: "Inter", sans-serif;
    line-height: 1.7;
    color: #333;
    animation: fadeIn 0.8s ease-in-out;
}

/* Smooth Fade-in Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Headings */
.policy-container h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #0d6efd;
    font-weight: 700;
}

.policy-container h3 {
    margin-top: 30px;
    color: #0A3D62;
    font-size: 22px;
    border-left: 4px solid #0d6efd;
    padding-left: 10px;
}

/* Paragraph + Lists */
.policy-container p {
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
}

.policy-container ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.policy-container ul li {
    padding: 5px 0;
    font-size: 15.5px;
}

/* Links */
.policy-container a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
}
.policy-container a:hover {
    text-decoration: underline;
}

/* Mobile Friendly */
@media (max-width: 600px) {
    .policy-container {
        padding: 25px;
    }
    .policy-container h2 {
        font-size: 26px;
    }
    .policy-container h3 {
        font-size: 20px;
    }
}/* End custom CSS */