/* Privacy Page Banner Section */
#privacy_banner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

#privacy_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3333339e;
    z-index: -1;
    border-radius: inherit;
}



#privacy_banner .common_container {
    width: 88%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}


.privacy_banner_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.privacy_banner_container h1 {
    font-size: 42px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-family: 'Playfair Display';
    margin-bottom: 15px;
}


.privacy_banner_container nav {
    font-size: 18px;
    line-height: 30px;
    color: #FF9800 !important;
    font-weight: 400;
    text-align: center;
    font-family: 'Inter 18pt';
    margin: 0 !important;
}



.privacy_banner_container nav a {
    text-decoration: none;
    color: #FFF !important;
}


/* Privacy Page Banner Section Min 768px and Max 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #privacy_banner .common_container {
        margin: 60px 0;
    }

    .privacy_banner_container h1 {
        font-size: 32px;
        line-height: 42px;
    }

}


/* Privacy Page Banner Section Min 600px and Max 767px */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #privacy_banner .common_container {
        margin: 60px 0;
    }

    .privacy_banner_container h1 {
        font-size: 32px;
        line-height: 42px;
    }

}



/* Privacy Page Banner Section Min 420px and Max 599px */
@media only screen and (min-width: 420px) and (max-width: 599px) {
    #privacy_banner .common_container {
        margin: 60px 0;
    }

    .privacy_banner_container h1 {
        font-size: 28px;
        line-height: 38px;
    }

}



/* Privacy Page Banner Section  Max 419px */
@media only screen and (max-width: 419px) {
    #privacy_banner .common_container {
        margin: 60px 0;
    }

    .privacy_banner_container h1 {
        font-size: 24px;
        line-height: 34px;
    }

}





/* ===============================
   Privacy Policy Section
================================== */
#privacy_policy_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#privacy_policy_section .common_container {
    width: 88%;
    max-width: 1366px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

/* Section Heading */
.privacy_head_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.privacy_policy_title {
    color: #0A400C;
    font-family: 'Playfair Display';
    font-weight: 600;
    margin-bottom: 20px;
}

.privacy_head_box .head_description {
    font-size: 18px;
    color: #819067;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

/* Policy Content Styling */
.privacy_policy_content {
    font-size: 17px;
    color: #555;
    font-family: 'Inter', sans-serif;
    line-height: 1.9;
}

.privacy_policy_content h2,
.privacy_policy_content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #4f604a;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.privacy_policy_content p {
    margin-bottom: 20px;
}

.privacy_policy_content ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.privacy_policy_content ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}



/* Tablets */
@media only screen and (max-width: 991px) {
    .privacy_policy_title {
        font-size: 30px;
    }

    .privacy_head_box .head_description {
        font-size: 16px;
    }

    .privacy_policy_content {
        font-size: 16px;
    }

    .privacy_policy_content h2,
    .privacy_policy_content h3 {
        font-size: 22px;
    }
}

/* Mobiles */
@media only screen and (max-width: 600px) {
    #privacy_policy_section .common_container {
        margin: 40px 0;
    }

    .privacy_head_box {
        margin-bottom: 30px;
    }

    .privacy_policy_title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .privacy_head_box .head_description {
        font-size: 15px;
    }

    .privacy_policy_content {
        font-size: 15px;
        line-height: 1.7;
    }

    .privacy_policy_content h2,
    .privacy_policy_content h3 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 16px;
    }

    .privacy_policy_content ul {
        padding-left: 18px;
    }
}






h3.head_title {
    width: 50%;
    font-size: 52px !important;
    line-height: normal;
}


/* Heading Title Font size  */
@media only screen and (min-width: 1536px) and (max-width: 1768px) {
    h3.head_title {
        width: 50%;
        font-size: 52px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    h3.head_title {
        width: 60%;
        font-size: 52px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1399px) {
    h3.head_title {
        width: 70%;
        font-size: 48px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    h3.head_title {
        width: 75%;
        font-size: 44px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    h3.head_title {
        width: 75%;
        font-size: 40px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3.head_title {
        width: 75%;
        font-size: 36px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    h3.head_title {
        width: 80%;
        font-size: 32px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 420px) and (max-width: 599px) {
    h3.head_title {
        width: 95%;
        font-size: 28px !important;
        line-height: normal;
    }
}

@media only screen and (max-width: 419px) { 
    h3.head_title {
        width: 100%;
        font-size: 24px !important;
        line-height: normal;
    }
}





/* Heading Description Font Size */
p.head_description {
    width: 50%;
    font-size: 20px !important;
    line-height: 30px;
}

@media only screen and (min-width: 1536px) and (max-width: 1768px) {

    p.head_description {
        width: 50%;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    p.head_description {
        width: 60%;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1399px) {
    p.head_description {
        width: 70%;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    p.head_description {
        width: 75%;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    p.head_description {
        width: 75%;
        font-size: 16px !important;
        line-height: 26px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p.head_description {
        width: 75%;
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    p.head_description {
        width: 80%;
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media only screen and (min-width: 420px) and (max-width: 599px) {
    p.head_description {
        width: 95%;
        font-size: 15px !important;
        line-height: 23px !important;
    }
}

@media only screen and (max-width: 419px) { 
    p.head_description {
        width: 100%;
        font-size: 14px !important;
        line-height: 22px !important;
    }
}