.elementor-4685 .elementor-element.elementor-element-0d39368{--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;--margin-top:132px;--margin-bottom:0px;--margin-left:49px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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 );}.elementor-4685 .elementor-element.elementor-element-cb54dec{--display:flex;}.elementor-4685 .elementor-element.elementor-element-ed13c0c{--display:flex;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-0d39368 *//* Privacy Policy Container */
.privacy-policy {
    max-width: 900px;
    margin: auto;
    padding: 40px 20px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.8;
    color: #444;
}

/* Main Title */
.privacy-policy h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

/* Section Headings */
.privacy-policy h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #111;
    border-left: 4px solid #2b6df3;
    padding-left: 10px;
}

/* Paragraphs */
.privacy-policy p {
    font-size: 16px;
    margin-bottom: 16px;
}

/* List Styling */
.privacy-policy ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-policy li {
    margin-bottom: 8px;
}

/* Contact Section Highlight */
.privacy-policy .contact-box {
    background: #f5f7fb;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

/* Links */
.privacy-policy a {
    color: #2b6df3;
    text-decoration: none;
}

.privacy-policy a:hover {
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS *//* Main Privacy Policy Container */

.privacy-policy{
    max-width: 900px;
    margin: auto;
    padding: 60px 25px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.8;
    color: #444;
}

/* Page Title */
.elementor-page-title{
    margin-top: 80px;
}

/* Title inside policy */
.privacy-policy h1{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

/* Last Updated Text */
.privacy-policy .last-updated{
    font-size: 14px;
    color: #777;
    margin-bottom: 35px;
}

/* Section Headings */
.privacy-policy h2{
    font-size: 24px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 15px;
    color: #111;
    border-left: 4px solid #2b6df3;
    padding-left: 12px;
}

/* Sub Headings */
.privacy-policy h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #222;
}

/* Paragraph Text */
.privacy-policy p{
    font-size: 16px;
    margin-bottom: 15px;
}

/* Lists */
.privacy-policy ul{
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-policy li{
    margin-bottom: 8px;
}

/* Contact Section */
.privacy-policy .contact-section{
    background: #f5f7fb;
    border: 1px solid #e4e8f0;
    padding: 25px;
    border-radius: 8px;
    margin-top: 25px;
}

/* Links */
.privacy-policy a{
    color: #2b6df3;
    text-decoration: none;
    font-weight: 500;
}

.privacy-policy a:hover{
    text-decoration: underline;
}

/* Divider */
.privacy-policy hr{
    border: none;
    border-top: 1px solid #e6e6e6;
    margin: 40px 0;
}

/* Mobile Responsive */
@media (max-width:768px){

    .privacy-policy{
        padding:40px 18px;
    }

    .privacy-policy h1{
        font-size:32px;
    }

    .privacy-policy h2{
        font-size:20px;
    }

}/* End custom CSS */