.elementor-4730 .elementor-element.elementor-element-13ce2c9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0e5f0ef */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f6f8fb;
    color: #2c2c2c;
    line-height: 1.7;
}

.privacy-hero {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #ffffff;
    text-align: center;
    padding: 70px 20px;
}

.privacy-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
    marg
    in-bottom: 12px;
}
.privacy-hero h1 {
    color: #ffffff !important;
}
.privacy-hero p {
    max-width: 720px;
    margin: auto;
    font-size: 1rem;
    opacity: 0.95;
}

.privacy-container {
    max-width: 1100px;
    margin: -40px auto 60px;
    padding: 0 20px;
}

.privacy-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 32px;
    margin-bottom: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.privacy-card h2 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #1e3c72;
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy-card i {
    font-size: 1.2rem;
}

.privacy-card p {
    font-size: 0.95rem;
    color: #444;
}

.privacy-footer {
    text-align: center;
    padding: 25px 15px;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
}

.privacy-footer p {
    font-size: 0.85rem;
    color: #777;
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-hero h1 {
        font-size: 2rem;
    }

    .privacy-card {
        padding: 22px;
    }
}/* End custom CSS */