.elementor-3 .elementor-element.elementor-element-4c744acd{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a48301c *//* ==========================
   Privacy Policy Styles
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#f8fafc;
    color:#374151;
    line-height:1.8;
    font-size:16px;
}

.privacy-policy{
    max-width:900px;
    margin:24px auto;
    padding:24px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(15,23,42,.08);
}

.privacy-policy h1{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:16px;
    line-height:1.2;
}

.privacy-policy h2{
    font-size:28px;
    font-weight:700;
    color:#0f172a;
    margin-top:48px;
    margin-bottom:18px;
    position:relative;
    padding-left:18px;
}

.privacy-policy h2::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:5px;
    height:32px;
    background:#2563eb;
    border-radius:10px;
}

.privacy-policy h3{
    font-size:20px;
    font-weight:600;
    color:#1e293b;
    margin-top:28px;
    margin-bottom:12px;
}

.privacy-policy p{
    margin-bottom:18px;
    color:#4b5563;
}

.privacy-policy strong{
    color:#111827;
    font-weight:600;
}

.privacy-policy ul{
    margin:20px 0 20px 25px;
}

.privacy-policy li{
    margin-bottom:12px;
    color:#4b5563;
}

.privacy-policy a{
    color:#2563eb;
    text-decoration:none;
    font-weight:500;
}

.privacy-policy a:hover{
    text-decoration:underline;
}

.privacy-policy hr{
    border:none;
    height:1px;
    background:#e5e7eb;
    margin:40px 0;
}

.privacy-policy .contact-box{
    margin-top:30px;
    padding:25px;
    background:#f8fbff;
    border:1px solid #dbeafe;
    border-left:5px solid #2563eb;
    border-radius:14px;
}

.privacy-policy .contact-box p{
    margin:8px 0;
}

/* Responsive */

@media(max-width:768px){

    .privacy-policy{
        margin:30px 15px;
        padding:30px 22px;
        border-radius:16px;
    }

    .privacy-policy h1{
        font-size:32px;
    }

    .privacy-policy h2{
        font-size:24px;
    }

    .privacy-policy h3{
        font-size:18px;
    }

    .privacy-policy p,
    .privacy-policy li{
        font-size:15px;
    }

}/* End custom CSS */