.elementor-6370 .elementor-element.elementor-element-927f8f5{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-6370 .elementor-element.elementor-element-927f8f5:not(.elementor-motion-effects-element-type-background), .elementor-6370 .elementor-element.elementor-element-927f8f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6370 .elementor-element.elementor-element-e9dfb81{text-align:center;}.elementor-6370 .elementor-element.elementor-element-e9dfb81 .elementor-heading-title{color:#FFFFFF;}.elementor-6370 .elementor-element.elementor-element-f459480{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-28cb222 *//* General Styles for Privacy Policy */
.privacy-container {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333; /* Dark text color for readability */
    margin: 30px auto;
    padding: 25px;
    max-width: 900px;
    background-color: #ffffff; /* White background for clarity */
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
}

/* Title Style */
.privacy-container h1 {
    font-size: 2.2rem;
    color: #007bff; /* Blue for the title */
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.privacy-container h1:hover {
    color: #0056b3; /* Darker blue on hover */
}

/* Section Heading Style */
.privacy-container h2 {
    font-size: 1.6rem;
    color: #333; /* Dark color for section headings */
    margin-top: 20px;
    border-bottom: 3px solid #007bff; /* Blue underline for headings */
    padding-bottom: 8px;
    font-weight: 600;
    transition: border-color 0.3s ease-in-out;
}

.privacy-container h2:hover {
    border-color: #0056b3; /* Darker blue on hover */
}

/* List Style */
.privacy-container ul {
    padding-left: 20px;
    list-style-type: disc;
}

.privacy-container li {
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: #555; /* Slightly lighter color for list items */
}

/* Paragraph Style */
.privacy-container p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #333; /* Dark color for paragraphs */
}

/* Link Style */
.privacy-container a {
    color: #007bff; /* Blue for links */
    text-decoration: none;
    font-weight: 500;
}

.privacy-container a:hover {
    text-decoration: underline;
    color: #0056b3; /* Darker blue on hover */
}

/* Contact Info Styling */
.privacy-container .contact-info {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 30px;
    color: #555; /* Darker color for contact info */
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-container {
        padding: 20px;
        margin: 15px;
    }

    .privacy-container h1 {
        font-size: 1.8rem;
    }

    .privacy-container h2 {
        font-size: 1.4rem;
    }
}/* End custom CSS */