.elementor-3 .elementor-element.elementor-element-a5d2da8{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-683b980 *//* =========================
   PRIVACY POLICY PAGE
========================= */

.privacy-section{

    width:100%;
    padding:90px 20px;
    background:#f7f9fc;
}

/* CONTAINER */

.privacy-container{

    width:100%;
    max-width:900px;
    margin:auto;
}

/* HEADER */

.privacy-header{

    text-align:center;
    margin-bottom:50px;
}

.privacy-header h1{

    font-size:44px;
    color:#0b0f2f;
    font-weight:700;

    margin-bottom:12px;
}

.privacy-header p{

    font-size:16px;
    color:#666;
    line-height:1.8;
}

/* CONTENT BOX */

.privacy-content{

    background:#ffffff;

    padding:40px 35px;

    border-radius:22px;

    box-shadow:0 12px 30px rgba(0,0,0,0.06);

    border:1px solid #eef1f7;
}

/* HEADINGS */

.privacy-content h2{

    font-size:20px;
    color:#111827;

    margin-top:25px;
    margin-bottom:10px;
}

/* FIRST HEADING TOP REMOVE */

.privacy-content h2:first-child{
    margin-top:0;
}

/* PARAGRAPH */

.privacy-content p{

    font-size:15px;
    color:#666;

    line-height:1.9;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .privacy-section{
        padding:70px 15px;
    }

    .privacy-header h1{
        font-size:32px;
    }

    .privacy-content{
        padding:30px 20px;
    }
}/* End custom CSS */