.privacy-container {
    background-color: #f9f9f9;
    border: 1px solid #8a4af3;
    border-radius: 6px;
    padding: 40px 30px;
    margin: 60px 50px;
}

.privacy-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #2e2e2e;
}


.soc_img_container .soc_img img{
    text-align: center;
    width: 400px;
    height: 350px;
}

.privacy-container p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000;
}

.privacy-container a {
    color: #8a4af3;
    text-decoration: none;
}

.privacy-container a:hover {
    text-decoration: underline;
}

.policy_headers {
    background-color: #320877;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.consent-btn:hover {
    background-color: #4b12a7;
}

.custom-bullet-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}

.custom-bullet-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 16px;
    color: #1a1a1a;
    /* Adjust based on your design */
}

.custom-bullet-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #7c3aed;
    /* Tailwind violet-600 or use your brand purple */
    font-size: 1.2rem;
    line-height: 1.2rem;
}

/* Footer Code starts here */
.boman_footer_content {
    font-size: 14px;
    width: 80%;
    margin-top: 3px;
}


.footer_content ul li a {
    font-size: 14px;
    color: black;
    font-weight: 400;
}

.footer_content ul li span {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.footer_all_content_head {
    font-size: 24px;
}

/* Footer Code ends here */


@media only screen and (max-width: 780px) {

    .main_footer_container {
        display: block !important;
    }

    .footer_all_content {
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .boman_footer_content {
        text-align: center !important;
        font-size: 14px !important;
        width: 100%;
        margin: 0 auto;
    }

    .footer_all_content_head {
        display: block !important;
        text-align: center !important;
    }

    .footer_all_content_head {
        font-size: 16px !important;
    }

    .pages_content {
        padding-left: 0px !important;
    }
}