﻿body{
    color: white;
}
header {
    position: relative;
    z-index: 1;
}

    header.sticky::after {
        content: unset;
    }

    header::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ffffff14;
        position: absolute;
        bottom: 2px;
        left: 0;
    }

sup {
    font-size: 0.5rem;
    top: -2em;
}

.privacy-and-security-sec {
    background-image: url('https://dz5tyoxl8h44g.cloudfront.net/ndx-BG-readmore.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
    .privacy-and-security-sec::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ffffff14;
        top: 0;
        left: 100px;
    }

    .privacy-and-security-sec::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ffffff14;
        top: 0;
        right: 100px;
    }
.feature-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.feature-sec .col-lg-3 {
    margin-right: 100px;
}
    .feature-sec .feature-icon-container {
        background: rgb(44 19 56 / 42%);
        padding: 18px;
        border-radius: 50%;
        width: 80px;
    }
    .feature-sec.offline-lock .feature-icon-container {
        padding: 18px 24px;
    }

    .feature-sec.remote-wipe .feature-icon-container {
        padding: 18px 28px;
    }



    .feature-sec h2 {
        font-size: 2.1rem;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 15px;
        max-width: 400px;
        line-height: 45px;
    }

    .feature-sec h1 {
        font-size: 2.1rem;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 15px;
        max-width: 400px;
        line-height: 45px;
    }

    .feature-sec h1 span {
        color: #9E9BF2;
    }
        
        .feature-sec p {
            margin-bottom: 0px;
        }
    .feature-sec p.normal-feature-text {
        font-size: 15px;
        opacity: 0.7;
        max-width: 410px;
    }
    .feature-sec p.bold-decoy-pin {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .feature-sec p.small-decoy-pin {
        font-size: 14px;
        opacity: 0.7;
        max-width: 400px;
    }
    .feature-sec.remote-wipe h2 {
        max-width: unset;
      
    }
    .feature-sec.offline-lock {
        border: 1px solid #ffffff14;
    }
    .feature-sec.remote-wipe {
        border-bottom: 1px solid #ffffff14;
    }
    .d-lg-flex{
        position: relative
    }
.offline-lock .col-lg-3 img {
    position: relative !important;
    width: 460px;
    top: 0;
    left: 0;
}

.feature-sec h2 sup {
    top: -3em;
}


@media (max-width: 1500px) {
    .feature-sec h2 {
        font-size: 1.8rem;
        line-height: 39px;
    }
    .privacy-and-security-sec::before {
        left: 30px;
    }

    .privacy-and-security-sec::after {
        right: 30px;
    }
}



@media (max-width: 1200px) {
    .offline-lock .col-lg-3 img {
        width: 400px;
        top: 47px;
    }
}
@media (max-width: 992px) {
    .privacy-and-security-sec .col-lg-3 {
        text-align: center;
        margin-right: 0;
    }
        .privacy-and-security-sec .col-lg-3 img {
            width: 35%;
            margin-bottom: 50px;
        }
    .privacy-and-security-sec::before {
        display: none;
    }

    .privacy-and-security-sec::after {
        display: none;
    }
    .feature-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .offline-lock .col-lg-3 img {
        position: relative;
        width: 55%;
        top: 0;
    }
    }

@media (max-width: 500px) {
    .privacy-and-security-sec .col-lg-3 img {
        width: 45%;
    }
    .offline-lock .col-lg-3 img {
        width: 70%;
    }
    .feature-sec h2 {
        font-size: 1.5rem;
        line-height: 34px;
    }

    .feature-sec h1 {
        font-size: 1.5rem;
        line-height: 34px;
    }

        .feature-sec h2 sup {
            top: -2.3em;
        }
}


html[dir="rtl"] .feature-sec.offline-lock .col-lg-3 {
    order: 2;
}

html[dir="rtl"] .feature-sec.offline-lock .col-lg-5 {
    order: 1;
    text-align: right;
    direction: rtl;
}

html[dir="rtl"] .feature-sec.offline-lock .feature-icon-container {
    text-align: right;
}

html[dir="rtl"] footer .patent-container {
    position: relative;
}

    html[dir="rtl"] footer .patent-container > img {
        position: absolute;
        left: 0;
        right: auto;
        transform: translateY(0);
    }

html[dir="rtl"] .decoy-pin .col-lg-5 {
    padding-right: 50px !important;
}

html[dir="rtl"] .remote-wipe .col-lg-5 {
    padding-right: 50px !important;
}

@media(min-width:992px) {
    #offline-lock .d-lg-flex {
        flex-direction: row-reverse;
        align-items: center;
    }

    .offline-lock .col-lg-3 img {
        position: relative;
        width: auto;
        max-width: 460px;
        height: auto;
        display: block;
    }

    .offline-lock .col-lg-3 {
        flex: 0 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .offline-lock .col-lg-5.lanset {
        flex: 1 1 auto;
        text-align: left;
    }

    .col-lg-5{
        margin-left: 100px;
    }
}

.offline-lock .d-lg-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.offline-lock .col-lg-3 {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
}

    .offline-lock .col-lg-3 img {
        width: auto;
        max-width: 390px;
        height: auto;
        position: relative;
    }

.offline-lock .col-lg-5.lanset {
    flex: 1 1 auto;
    text-align: left;
}

html[dir="rtl"] .offline-lock .d-lg-flex {
    flex-direction: row-reverse;
}

html[dir="rtl"] .offline-lock .col-lg-3 {
    justify-content: flex-end;
}

html[dir="rtl"] .offline-lock .col-lg-5.lanset {
    text-align: right;
}

@media (max-width: 992px) {
    .offline-lock .d-lg-flex {
        flex-direction: column;
        align-items: center;
    }

    .offline-lock .col-lg-3 img {
        width: 55%;
        position: relative;
        margin-bottom: 20px;
    }

    html[dir="rtl"] .offline-lock .col-lg-5.lanset {
        text-align: center;
    }
}

.offline-lock .d-lg-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.offline-lock .col-lg-3 {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
}

    .offline-lock .col-lg-3 img {
        width: auto;
        max-width: 390px;
        height: auto;
        position: relative;
    }

.offline-lock .col-lg-5.lanset {
    flex: 1 1 auto;
    text-align: left;
    width: auto;
    margin: 0;
}

html[dir="rtl"] .offline-lock .d-lg-flex {
    flex-direction: row-reverse;
}

html[dir="rtl"] .offline-lock .col-lg-3 {
    justify-content: flex-end;
}

html[dir="rtl"] .offline-lock .col-lg-5.lanset {
    text-align: right;
}

@media (max-width: 992px) {
    .offline-lock .d-lg-flex {
        flex-direction: column !important;
        align-items: center;
        gap: 20px;
    }

    html[dir="rtl"] .offline-lock .col-lg-3,
    html[dir="rtl"] .offline-lock .col-lg-5 {
        order: unset !important;
    }

        html[dir="rtl"] .offline-lock .col-lg-3 img {
            margin-left: 65px;
            margin-right: 0; 
        }

    .offline-lock .col-lg-3 img {
        width: 55%;
        margin-left: 70px;
        margin-bottom: 20px;
    }

    .offline-lock .col-lg-5.lanset {
        text-align: left;
        width: 100%;
        margin: 0;
    }


    html[dir="rtl"] .offline-lock .col-lg-5.lanset {
        text-align: center;
    }
}

/* ===== Privacy & Security FAQ Section ===== */
.ps-faq-section {
    padding: 80px 0;
    border-top: 1px solid #ffffff14;
}

.ps-faq-heading {
    font-size: 2.1rem;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 45px;
}

.ps-faq-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff14;
}

.ps-faq-item:first-child {
    border-top: 1px solid #ffffff14;
}

.ps-faq-btn.accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    padding: 18px 0;
    box-shadow: none;
    outline: none;
    gap: 16px;
    text-align: left;
}

.ps-faq-btn.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
}

/* White + icon */
.ps-faq-btn.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
    background-size: 14px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-left: auto;
    transition: transform 0s;
    transform: none;
}

/* White - icon */
.ps-faq-btn.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 7.5a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
    transform: none;
}

.ps-faq-body.accordion-body {
    padding: 0 0 16px 0;
}

.ps-faq-body.accordion-body p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
    line-height: 1.65;
    max-width: 700px;
}

html[dir="rtl"] .ps-faq-btn.accordion-button {
    text-align: right;
}

html[dir="rtl"] .ps-faq-body.accordion-body p {
    text-align: right;
}

@media (max-width: 767px) {
    .ps-faq-section {
        padding: 50px 0;
    }

    .ps-faq-heading {
        font-size: 1.6rem;
        line-height: 36px;
        margin-bottom: 1.5rem;
    }

    .ps-faq-btn.accordion-button {
        font-size: 0.9rem;
    }
}
