/* ================= Privacy Policy Styling ================= */

.privacy-policy h1 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #000;
}

.privacy-policy h6 {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
    color: #000;
    display: flex;
    flex-direction: row !important;
}

.privacy-policy p {
    font-size: 17px;
    line-height: 1.;
    margin-bottom: 20px;
}

/* ===== UL / LI dots FORCE show ===== */
.privacy-policy ul {
    list-style: none !important;
    padding-left: 22px !important;
}

.privacy-policy ul li {
    position: relative;
    padding-left: 14px;
    color: #000;
}

.privacy-policy ul li::before {
    content: "•";
    position: absolute;
    left: -10px;
    top: -11px;
    color: #000;
    font-size: 55px;
    line-height: 1;
}

/* h6 inline with li text */
.privacy-policy ul li h6 {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

/* h6 ke baad text thora gap ke sath */
.privacy-policy ul li h6::after {
    content: " ";
}

/* ================= MOBILE ONLY ================= */
@media (max-width: 576px) {

    .col-sm-12 {
        padding: 0px;
        padding-left: 11px;
    }

    /* Main heading */
    .privacy-policy h1 {
        font-size: 36px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    /* Section headings */
    .privacy-policy>h6 {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    /* Paragraph text */
    .privacy-policy p {
        font-size: 15px;
        line-height: 1.6;
    }

    /* UL spacing */
    .privacy-policy ul {
        padding-left: 11px !important;
    }

    /* LI text */
    .privacy-policy ul li {
        font-size: 14.5px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    /* Bullet size adjust */
    .privacy-policy ul li::before {
        font-size: 40px;
        top: -5px;
    }

    /* h6 inside li — inline & readable on mobile */
    .privacy-policy ul li h6 {
        font-size: 14.5px;
        display: inline;
        margin-right: 4px;
        font-weight: 600;
    }

    .custom-li {
        padding-bottom: 80px;
    }

}