:root {
    --content-width: 75%;
    --box-content-width: 70%;
    --main-font-size: 80px;
    --main-font-size-shrink: 65px;
    --title-font-size: 35px;
    --content-font-size: 20px;
    --list-font-size: 20px;
    --accent-color: #0063f4;
}

*,
p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    cursor: auto;
}

body {
    width: 100vw;
    background-color: #ffffff !important;
}

body::after {
    content: "";
    position: fixed;
    top: -55px;
    right: -22px;
    background: url(https://nila.design/sites/nila/files/nila/nila-privacy-top-mandala.svg) no-repeat;
    width: 264px;
    height: 386px;
    background-size: 100%;
    z-index: 2;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: var(--accent-color) !important;
}

.gradient-text {
    background: -webkit-linear-gradient(-45deg, #0063f4 70%, #00d0b0 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion-arrow {
    width: 8px;
    height: 10px;
    margin-left: 6px;
    transition: all 0.3s ease-in;
}

.accordion-arrow.active {
    transform: rotate(90deg);
}

.accent-color {
    color: var(--accent-color);
}

.privacy-header {
    position: sticky;
    position: -webkit-sticky;
    width: 95vw;
    height: 15vh;
    top: 0;
    padding: 3% 0;
    box-shadow: 0 0 30px 30px #ffffff;
    z-index: 1;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.privacy-nila-logo {
    width: auto;
    height: 70px;
    transition: width 0.3s ease-in;
}

.privacy-nila-logo.shrink {
    width: 65px;
}

.privacy-report-title-wrapper {
    margin-bottom: 30px;
    position: sticky;
    position: -webkit-sticky;
    letter-spacing: -3px;
}

.privacy-report-title-wrapper .gradient-text {
    background: -webkit-linear-gradient(319deg, #0063f4 47%, #00d0b0 85%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.privacy-report-title-wrapper.shrink {
      letter-spacing: -1px;
      padding-left: 25px;
      padding-top: 25px;
}

.privacy-container {
    width: 90vw;
    margin: auto;
    color: #4f5460;
    position: relative;
    font-family: "Zoho_Puvi_Regular";
}

.privacy-container .section-title {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 15px;
    position: relative;
    margin-left: 35px;
}

.privacy-container .section-title::after {
    content: "";
    background: #00d0b0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    width: 30px;
    height: 4px;
}

.layout-container {
    display: flex;
}

.left-container {
    width: 20%;
    position: fixed;
    top: 20vh;
}

.desktop-footer {
  display: inherit !important;
}

.footer-line::after {
     background-color: #dbdbdb !important;
     height: 0.5px !important;
}

.mobile-footer {
  display: none;
}

.design-with-nila,
.copy-rights,
.copy-rights-mobile {
    opacity: 0.6;
}

.right-container {
    width: 80%;
    margin: auto;
    margin-right: 0;
}

.contains-submenus {
    cursor: pointer;
    color: #858a95 !important;
}

.contains-submenus:hover {
    color: #5c5c5c !important;
}

.submenus-container {
    padding-top: 0px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    margin-left: 20px;
}

.show-submenues {
    padding-top: 20px;
    max-height: 400px;
    opacity: 1;
    visibility: visible;
}

.privacy_policy_nav {
    user-select: none;
    font-size: 16px;
    font-family: "Zoho_Puvi_Regular";
    margin-bottom: 20px;
}

.privacy_policy_nav a:-webkit-any-link,
.privacy_policy_nav a:any-link,
.privacy_policy_nav a {
    color: #22222;
}

.privacy_policy_nav a:hover {
    color: #777777;
}

.privacy_policy_nav a.active-menu {
    color: #0063f4 !important;
    font-family: "Zoho_Puvi_Medium";
}

.submenu {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.submenu:last-child {
    margin-bottom: 0px;
}

.last-updated-on {
    text-align: right;
}

.description {
    font-size: var(--content-font-size);
    line-height: 1.6;
    width: 75%;
    margin-bottom: 20px;
    width: var(--content-width);
}

.subheading {
    font-size: var(--title-font-size);
    margin-bottom: 20px;
    width: var(--content-width);
    letter-spacing: -1px;
    color: #3e434e;
}

.privacy-container ul {
    margin: 30px 0 40px;
}

.privacy-container li {
    position: relative;
    font-size: var(--list-font-size);
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    background: url(https://nila.design/sites/nila/files/nila/bullet_point.svg) no-repeat left 10px;
    background-size: 10px;
    width: var(--content-width);
    list-style-type: none;
    color: #3e434e;
}

.anti-spam-list li {
    font-size: var(--list-font-size);
}

.anti-spam-list li::after {
    transform: translateY(50%);
}

a:-webkit-any-link,
a:any-link {
    color: var(--accent-color);
}

a.text-hover {
    color: var(--accent-color);
}

.privacy-report-title-wrapper {
    top: 0;
    padding-top: 10px;
    z-index: 2;
    font-size: var(--main-font-size);
    transition: font-size 0.3s ease-in;
}

.shrink.privacy-report-title-wrapper {
    font-size: var(--main-font-size-shrink);
}

.priv-box {
    font-size: var(--content-font-size);
    background-color: #dfe7f8;
    border-radius: 5px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    width: var(--content-width);
    margin-top: 20px;
    border-left: 3px solid #00ceff;
}

.priv-box::after {
    content: "";
    background: url("https://nila.design/sites/nila/files/nila/nila-privacy-top-mandala.svg") no-repeat;
    width: 170px;
    height: 233px;
    background-size: 100%;
    position: absolute;
    right: -52px;
    top: -50px;
}

.priv-box p {
    margin-bottom: 0;
    padding-left: 30px;
    width: var(--box-content-width);
    line-height: 1.5;
    color: #010101;
    position: relative;
}

.privacy-container .footer-line {
    margin-bottom: 30px;
    margin-top: 50px;
    height: 0 !important;
}

.privacy-container .footer-container-mobile {
    flex-direction: column;
}

.footer-left-content-mobile {
    justify-content: space-between;
}

.social-media-right-mobile,
.social-media-left-mobile {
    width: 50%;
}

.social-media-left-mobile .footer-link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.social-media-right-mobile {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.footer-right-content-mobile {
    margin-bottom: 20px;
}

.copy-rights-mobile {
    margin-bottom: 30px;
    text-align: center;
}

.text-hover,
.footer-link {
    color: #222222 !important;
    position: relative;
}

.nav-menu .text-hover {
     color: #4f5460 #4f5460;
}

.text-hover:hover::after {
    content: "";
    position: absolute;
    background: #5c5c5c;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    animation: border-slide-in 0.3s ease-in;
}

.active-parent-menu {
    font-family: "Zoho_Puvi_Medium";
}

.footer-link {
    text-decoration: none;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    gap: 20px;
}

.contact-div {
    font-size: 16px;
    color: #8892a9;
    font-family: "Zoho_Puvi_Medium";
    margin-bottom: 10px;
}

.grid-container .description {
    font-size: 20px;
    line-height: 1.4;
}

.margin-bottom {
    margin-bottom: 30px;
}

.world-map-img {
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .footer-links {
        line-height: 1.5;
        flex-wrap: wrap;
    }

    .footer-link {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1335px) {
    :root {
        --content-width: 75%;
        --box-content-width: 80%;
    }

    .priv-box p::before {
        height: 48px;
    }
}

@media screen and (max-width: 1058px) {
    :root {
        --content-width: 85%;
        --title-font-size: 24px;
        --content-font-size: 16px;
        --list-font-size: 15px;
    }

    .privacy-container li {
        background-size: 16px;
    }

    .privacy-container li::after {
        width: 15px;
        height: 15px;
        background-size: 15px;
    }

    .left-container {
        display: none !important;
    }

    .desktop-footer {
        display: none !important;
    }

    .mobile-footer {
        display: inherit !important;
    }

    .design-with-nila {
        margin-bottom: 0;
    }

    .right-container {
        width: 92%;
    }

    .priv-box p::before {
        height: 42px;
    }
}

@media screen and (max-width: 827px) {
    :root {
        --main-font-size: 60px;
        --main-font-size-shrink: 50px;
        --content-width: 90%;
        --title-font-size: 20px;
        --box-content-width: 80%;
    }

    body::after {
        width: 210px;
        height: 209px;
    }

    .margin-bottom {
        margin-bottom: 10px;
    }

    .priv-box::after {
        width: 200px;
        height: 200px;
        right: -90px;
    }

    .privacy-header {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1058px) {

    .footer-right-content-mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-right-content-mobile .social-media {
        flex-direction: column;
        justify-content: start !important;
        align-items: center;
    }

    .social-media-left-mobile,
    .social-media-right-mobile {
        width: 100%;
    }

    .social-media img {
        width: 18px !important;
        height: 18px !important;
        filter: contrast(0.2);
    }

    .social-media a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        padding-bottom: 10px;
    }

    .media-name {
        color: #858a95;
        margin-bottom: 2px;
    }

    .social-media-right-mobile {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-media-left-mobile {
        margin-bottom: 10px;
    }

   .design-with-nila {
      width: 100% !important;
      margin-bottom: 15px !important;
   }

    .privacy-container .footer-link,
    .media-name {
        justify-self: start;
        font-size: 16px;
    }
}

@media screen and (max-width: 695px) {
    :root {
        --main-font-size: 50px;
        --main-font-size-shrink: 40px;
        --content-width: 95%;
        --title-font-size: 18px;
        --content-font-size: 14px;
        --list-font-size: 13px;
        --box-content-width: 85%;
    }

    .privacy-container li {
        padding-left: 30px;
    }

    .privacy-container li::after {
        width: 12px;
        height: 12px;
        background-size: 12px;
        padding-left: 20px;
    }

    body::after {
        width: 180px;
        height: 150px;
    }

    .priv-box::after {
        width: 150px;
        height: 150px;
        top: 20px;
        right: -80px;
    }

    .priv-box p {
        padding-left: 20px;
    }

    .privacy-nila-logo {
        height: 55px;
    }

    .privacy-nila-logo.shrink {
        height: 50px;
        margin-right: 40px;
    }

    .footer-right-content-mobile {
         margin-bottom: 40px;
    }
    .design-with-nila {
        margin-bottom: 12px;
   }
}

@media screen and (max-width: 563px) {
    :root {
        --content-width: 100%;
        --title-font-size: 18px;
        --content-font-size: 14px;
        --list-font-size: 13px;
        --box-content-width: 90%;
    }

    body::after {
        width: 156px;
        height: 155px;
       background: unset;
    }

    .privacy-container li {
        background: url("https://nila.design/sites/nila/files/nila/bullet_point.svg") no-repeat left 2px;
        background-size: 14px;
        padding-left: 20px;
    }

    .privacy-report-title-wrapper {
        padding-top: 18px;
        letter-spacing: -1px;
        padding-left: 10px;
    }

    .privacy-nila-logo {
        height: 50px;
    }

    .privacy-nila-logo.shrink {
        width: 45px;
    }

    .priv-box::after {
        width: 150px;
        height: 150px;
        top: 20px;
        right: -75px;
    }

    .priv-box {
        padding: 20px 24px;
    }
}

@media screen and (max-width: 475px) {
    :root {
        --main-font-size: 50px;
        --main-font-size-shrink: 40px;
        --content-width: 100%;
        --title-font-size: 20px;
        --content-font-size: 14px;
        --list-font-size: 15px;
        --box-content-width: 100%;
    }

    .priv-box p::before {
        height: 36px;
    }

    .priv-box::after {
        width: 100px;
        height: 100px;
        top: 20px;
        right: -50px;
    }

    .priv-box {
        padding: 15px 20px;
    }

    .privacy-container .section-title {
        font-size: 18px;
    }
}



@media screen and (max-width: 375px) {
    .priv-box p::before {
        height: 54px;
    }
}

.contribution-wrapper {
    background-color: #fff !important;
}

.social-media img:hover {
    filter: contrast(2) !important;
}