.elementor-3 .elementor-element.elementor-element-4d080246{--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-53d4a071 *//* ===========================================
   PRIVACY POLICY PAGE STYLE (Bohra Oil)
   Class used: .privacy-policy-page
   =========================================== */

.privacy-policy-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 28px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    color: #333;
    border-radius: 12px;
    box-shadow: 0 0 28px rgba(0,0,0,0.06);
    line-height: 1.9;
}

/* Headings */
.privacy-policy-page h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
    padding-left: 14px;
    border-left: 4px solid #1e6f5c;
    color: #1e6f5c;
}

.privacy-policy-page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 18px;
    color: #222;
}

.privacy-policy-page p {
    font-size: 16px;
    color: #444;
    margin-bottom: 14px;
}

/* Bullet Styling */
.privacy-policy-page ul {
    padding-left: 25px;
    margin-bottom: 18px;
}

.privacy-policy-page li {
    margin-bottom: 6px;
    font-size: 15.5px;
}

/* Horizontal line style */
.privacy-policy-page hr {
    opacity: 0.3;
    margin: 30px 0;
}

/* Contact Highlight */
.privacy-policy-page p strong {
    color: #0d6d57;
}

/* ========= Mobile Responsive ========= */
@media (max-width:768px){

    .privacy-policy-page {
        margin: 20px;
        padding: 28px 20px;
    }
    .privacy-policy-page h2 { font-size: 22px; }
    .privacy-policy-page h3 { font-size: 18px; }
    .privacy-policy-page p,
    .privacy-policy-page li { font-size: 15px; }
}

@media (max-width:480px){

    .privacy-policy-page {
        margin: 15px;
        padding: 22px 15px;
        line-height: 1.75;
    }
    .privacy-policy-page h2 { font-size: 20px; }
    .privacy-policy-page h3 { font-size: 17px; }
    .privacy-policy-page p,
    .privacy-policy-page li { font-size: 14px; }
}/* End custom CSS */