.elementor-3 .elementor-element.elementor-element-416c2986{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5a83d97 *//* --- Privacy Policy General Container --- */
.privacy-policy-container {
    font-family: 'Poppins', sans-serif; /* A modern, readable font */
    color: #4A5568; /* A soft, dark grey for text */
    line-height: 1.8;
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

/* --- Header Section --- */
.privacy-header {
    text-align: center;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.privacy-header h1 {
    font-size: 2.8em;
    font-weight: 700;
    color: #2D3748; /* Darker color for main heading */
    margin-bottom: 10px;
}

.privacy-header p {
    font-size: 1em;
    color: #718096; /* Lighter grey for subtitle */
}

/* --- Individual Sections --- */
.privacy-section {
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-size: 1.8em;
    font-weight: 600;
    color: #2D3748;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E8F0;
}

/* --- Icons in Headings and Lists --- */
.privacy-section h2 i,
.privacy-header h1 i {
    color: #4299E1; /* A nice blue for icons */
    margin-right: 15px;
    font-size: 0.9em;
}

/* --- List Styling --- */
.privacy-section ul {
    list-style: none;
    padding-left: 10px;
}

.privacy-section ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.privacy-section ul li::before {
    content: '\f058'; /* Font Awesome check-circle icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    color: #48BB78; /* Green for list icons */
}

/* --- Contact Email Link --- */
.contact-email {
    font-weight: 600;
    color: #4299E1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-email:hover {
    color: #2B6CB0;
}

/* --- Responsive Design for Mobile --- */
@media (max-width: 768px) {
    .privacy-header h1 {
        font-size: 2em;
    }
    .privacy-section h2 {
        font-size: 1.5em;
    }
    .privacy-policy-container {
        padding: 15px;
        margin: 20px auto;
    }
}/* End custom CSS */