/* =========================================================
   CLEANMART - PRIVACY POLICY PAGE
========================================================= */

.privacy-page {
    background: #f7f8f6;
    color: #1f2b27;
    overflow: hidden;
}

/* =========================
   PRIVACY HERO
========================= */

.privacy-hero {
    position: relative;
    padding: 80px 0 70px;
    background:
        radial-gradient(circle at 82% 35%, rgba(244, 191, 25, 0.14), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f4f7f3 100%);
}

.privacy-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    align-items: center;
    gap: 60px;
}

.privacy-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: rgba(8, 61, 43, 0.08);
    color: #083d2b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.privacy-hero-content h1 {
    margin: 0;
    color: #083d2b;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.08;
}

.privacy-hero-content h1 span {
    color: #f4bf19;
}

.privacy-title-line {
    width: 70px;
    height: 4px;
    margin: 22px 0;
    border-radius: 20px;
    background: #f4bf19;
}

.privacy-hero-content p {
    max-width: 650px;
    margin: 0;
    color: #65736d;
    font-size: 16px;
    line-height: 1.8;
}

.privacy-updated {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 12px 18px;
    border: 1px solid #e3e8e4;
    border-radius: 12px;
    background: #ffffff;
    color: #68756f;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(8, 61, 43, 0.05);
}

.privacy-updated strong {
    color: #083d2b;
}

.privacy-calendar {
    color: #f4bf19;
    font-size: 20px;
}

.privacy-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-hero-visual img {
    display: block;
    width: 100%;
    max-width: 530px;
    height: auto;
    object-fit: contain;
}


/* =========================
   QUICK NAVIGATION
========================= */

.privacy-navigation-section {
    position: relative;
    z-index: 2;
    margin-top: -25px;
}

.privacy-navigation {
    display: grid;
    grid-template-columns: 1.25fr repeat(6, 1fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #e8ece8;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(8, 61, 43, 0.08);
}

.privacy-nav-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 25px;
    background: #083d2b;
}

.privacy-nav-title span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.privacy-nav-title strong {
    margin-top: 4px;
    color: #f4bf19;
    font-size: 17px;
    letter-spacing: 1px;
}

.privacy-navigation a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 105px;
    padding: 15px 10px;
    border-right: 1px solid #edf0ed;
    color: #52625b;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    transition: 0.25s ease;
}

.privacy-navigation a:last-child {
    border-right: 0;
}

.privacy-navigation a:hover {
    background: #f8faf7;
    color: #083d2b;
}

.privacy-nav-icon {
    color: #f4bf19;
    font-size: 22px;
}


/* =========================
   MAIN CONTENT
========================= */

.privacy-content-section {
    padding: 75px 0;
}

.privacy-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
    align-items: start;
    gap: 40px;
}

.privacy-policy-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.privacy-policy-card {
    display: grid;
    grid-template-columns: 55px 55px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 16px;
    padding: 26px 28px;
    border: 1px solid #e7ece7;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(8, 61, 43, 0.035);
    scroll-margin-top: 120px;
    transition: 0.25s ease;
}

.privacy-policy-card:hover {
    transform: translateY(-3px);
    border-color: rgba(244, 191, 25, 0.55);
    box-shadow: 0 18px 35px rgba(8, 61, 43, 0.08);
}

.privacy-number {
    color: #d8dfda;
    font-size: 28px;
    font-weight: 800;
}

.privacy-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(244, 191, 25, 0.13);
    color: #083d2b;
    font-size: 22px;
}

.privacy-card-content h2 {
    margin: 0 0 7px;
    color: #083d2b;
    font-size: 19px;
    font-weight: 750;
}

.privacy-card-content p {
    margin: 0;
    color: #738079;
    font-size: 14px;
    line-height: 1.7;
}

.privacy-arrow {
    color: #f4bf19;
    font-size: 30px;
}


/* =========================
   RIGHT TRUST CARD
========================= */

.privacy-trust-card {
    position: sticky;
    top: 110px;
    padding: 35px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(244, 191, 25, 0.18), transparent 32%),
        #083d2b;
    box-shadow: 0 22px 45px rgba(8, 61, 43, 0.2);
}

.privacy-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 17px;
    background: rgba(244, 191, 25, 0.16);
    color: #f4bf19;
    font-size: 28px;
}

.privacy-trust-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 750;
}

.privacy-gold-line {
    width: 55px;
    height: 4px;
    margin: 20px 0;
    border-radius: 20px;
    background: #f4bf19;
}

.privacy-trust-intro {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.75;
}

.privacy-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-trust-item > span {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(244, 191, 25, 0.14);
    color: #f4bf19;
    font-size: 17px;
}

.privacy-trust-item h4 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.privacy-trust-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    line-height: 1.55;
}


/* =========================
   HELP + FAQ
========================= */

.privacy-help-section {
    padding: 0 0 70px;
}

.privacy-help-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 28px;
}

.privacy-help-card,
.privacy-faq-card {
    border: 1px solid #e6ebe7;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(8, 61, 43, 0.04);
}

.privacy-help-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    align-items: center;
    overflow: hidden;
    min-height: 390px;
}

.privacy-help-content {
    padding: 40px;
}

.privacy-help-content h2,
.privacy-faq-card h2 {
    margin: 0;
    color: #083d2b;
    font-size: 27px;
    font-weight: 750;
}

.privacy-small-line {
    width: 48px;
    height: 4px;
    margin: 16px 0 18px;
    border-radius: 20px;
    background: #f4bf19;
}

.privacy-help-content > p {
    margin: 0 0 24px;
    color: #718078;
    font-size: 14px;
    line-height: 1.7;
}

.privacy-contact-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}

.privacy-contact-detail span {
    color: #f4bf19;
    font-size: 18px;
}

.privacy-contact-detail a {
    color: #083d2b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
}

.privacy-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
    padding: 13px 21px;
    border-radius: 10px;
    background: #083d2b;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.privacy-contact-btn span {
    color: #f4bf19;
    font-size: 21px;
}

.privacy-help-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    background: linear-gradient(
        180deg,
        rgba(244, 191, 25, 0.08),
        rgba(244, 191, 25, 0.18)
    );
}

.privacy-headset {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #ffffff;
    color: #083d2b;
    font-size: 36px;
    box-shadow: 0 12px 25px rgba(8, 61, 43, 0.1);
}

.privacy-faq-card {
    padding: 35px 40px;
}

.privacy-faq-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid #edf0ed;
    color: #43534b;
    font-size: 14px;
    font-weight: 600;
}

.privacy-faq-item span:last-child {
    color: #f4bf19;
    font-size: 20px;
}

.privacy-faq-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #083d2b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
}

.privacy-faq-link span {
    color: #f4bf19;
    font-size: 20px;
}


/* =========================
   TRUST FEATURES
========================= */

.privacy-features {
    padding: 35px 0;
    background: #083d2b;
}

.privacy-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.privacy-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px;
}

.privacy-feature > span {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: rgba(244, 191, 25, 0.13);
    color: #f4bf19;
    font-size: 21px;
}

.privacy-feature strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
}

.privacy-feature small {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .privacy-hero-grid {
        gap: 35px;
    }

    .privacy-navigation {
        grid-template-columns: repeat(4, 1fr);
    }

    .privacy-nav-title {
        grid-column: span 4;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 16px 20px;
    }

    .privacy-nav-title strong {
        margin-top: 0;
    }

    .privacy-main-grid {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 25px;
    }

    .privacy-trust-card {
        padding: 28px;
    }

    .privacy-help-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 991px) {

    .privacy-hero {
        padding: 60px 0 70px;
    }

    .privacy-hero-grid {
        grid-template-columns: 1fr;
    }

    .privacy-hero-content {
        text-align: center;
    }

    .privacy-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .privacy-title-line {
        margin-left: auto;
        margin-right: auto;
    }

    .privacy-hero-visual img {
        max-width: 430px;
    }

    .privacy-main-grid {
        grid-template-columns: 1fr;
    }

    .privacy-trust-card {
        position: relative;
        top: auto;
    }

    .privacy-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {

    .privacy-hero {
        padding: 45px 0 60px;
    }

    .privacy-hero-content h1 {
        font-size: 43px;
    }

    .privacy-hero-content p {
        font-size: 14px;
    }

    .privacy-navigation-section {
        margin-top: -20px;
    }

    .privacy-navigation {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 15px;
    }

    .privacy-nav-title {
        grid-column: span 2;
    }

    .privacy-navigation a {
        min-height: 95px;
        padding: 12px 6px;
        border-bottom: 1px solid #edf0ed;
    }

    .privacy-navigation a:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .privacy-content-section {
        padding: 50px 0;
    }

    .privacy-policy-card {
        grid-template-columns: 40px 45px minmax(0, 1fr);
        gap: 12px;
        padding: 20px;
    }

    .privacy-arrow {
        display: none;
    }

    .privacy-number {
        font-size: 20px;
    }

    .privacy-card-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .privacy-card-content h2 {
        font-size: 16px;
    }

    .privacy-card-content p {
        font-size: 12px;
    }

    .privacy-trust-card {
        padding: 28px 23px;
    }

    .privacy-help-content,
    .privacy-faq-card {
        padding: 28px 22px;
    }

    .privacy-help-card {
        grid-template-columns: 1fr;
    }

    .privacy-help-visual {
        min-height: 140px;
    }

    .privacy-features-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}


@media (max-width: 480px) {

    .privacy-hero-content h1 {
        font-size: 37px;
    }

    .privacy-label {
        font-size: 10px;
    }

    .privacy-navigation a {
        font-size: 11px;
    }

    .privacy-policy-card {
        grid-template-columns: 38px 42px minmax(0, 1fr);
        padding: 17px 14px;
        gap: 9px;
    }

    .privacy-number {
        font-size: 17px;
    }

    .privacy-card-content h2 {
        font-size: 14px;
    }

    .privacy-card-content p {
        font-size: 11px;
    }
}

/* =========================================================
   PRIVACY POLICY – COMPACT DESIGN OVERRIDES
========================================================= */

/* ---------- MAIN CONTENT SPACING ---------- */

.privacy-content-section {
    padding: 45px 0 40px;
}

.privacy-main-grid {
    gap: 30px;
}

.privacy-policy-list {
    gap: 12px;
}


/* ---------- PRIVACY CARDS ---------- */

.privacy-policy-card {
    grid-template-columns: 52px 50px minmax(0, 1fr) 22px;
    gap: 14px;
    padding: 19px 24px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(8, 61, 43, 0.025);
}

.privacy-policy-card:hover {
    transform: translateY(-2px);
}

.privacy-number {
    color: #9aa7a0;
    font-size: 25px;
    font-weight: 800;
}

.privacy-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(244, 191, 25, 0.09);
    color: #083d2b;
    font-size: 18px;
}

.privacy-card-content h2 {
    margin-bottom: 4px;
    font-size: 18px;
}

.privacy-card-content p {
    font-size: 13px;
    line-height: 1.6;
}

.privacy-arrow {
    font-size: 23px;
}


/* ---------- RIGHT TRUST CARD ---------- */

.privacy-trust-card {
    padding: 30px;
    border-radius: 20px;
}

.privacy-trust-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
    font-size: 23px;
}

.privacy-trust-card h2 {
    font-size: 28px;
}

.privacy-trust-intro {
    margin-bottom: 20px;
}

.privacy-trust-item {
    padding: 13px 0;
}


/* =========================================================
   HELP + FAQ COMPACT
========================================================= */

.privacy-help-section {
    padding: 0 0 45px;
}

.privacy-help-grid {
    gap: 26px;
}


/* ---------- NEED HELP ---------- */

.privacy-help-card {
    grid-template-columns: minmax(0, 1fr) 150px;
    min-height: 0;
    height: 100%;
}

.privacy-help-content {
    padding: 32px 38px;
}

.privacy-help-content h2,
.privacy-faq-card h2 {
    font-size: 27px;
}

.privacy-small-line {
    margin: 13px 0 16px;
}

.privacy-help-content > p {
    margin-bottom: 18px;
    line-height: 1.65;
}

.privacy-contact-detail {
    margin: 10px 0;
}

.privacy-contact-detail span {
    color: #083d2b;
    font-size: 17px;
}

.privacy-contact-btn {
    margin-top: 20px;
    padding: 12px 20px;
}


/* RIGHT SIDE HELP AREA */

.privacy-help-visual {
    min-height: 0;
}

.privacy-headset {
    width: 68px;
    height: 68px;
    font-size: 29px;
    box-shadow: 0 8px 20px rgba(8, 61, 43, 0.08);
}


/* ---------- FAQ ---------- */

.privacy-faq-card {
    padding: 30px 38px;
}

.privacy-faq-item {
    padding: 13px 0;
    gap: 18px;
    line-height: 1.55;
}

.privacy-faq-item span:last-child {
    font-size: 17px;
}


/* Agar FAQ answer open ho */

.privacy-faq-answer {
    padding: 0 0 13px;
    color: #5f6e67;
    font-size: 13px;
    line-height: 1.65;
}


/* FAQ footer */

.privacy-faq-link {
    margin-top: 16px;
}


/* =========================================================
   MOBILE COMPACT
========================================================= */

@media (max-width: 767px) {

    .privacy-content-section {
        padding: 35px 0;
    }

    .privacy-policy-list {
        gap: 10px;
    }

    .privacy-policy-card {
        padding: 16px;
    }

    .privacy-number {
        color: #8e9b94;
    }

    .privacy-help-section {
        padding-bottom: 35px;
    }

    .privacy-help-content,
    .privacy-faq-card {
        padding: 25px 22px;
    }

    .privacy-help-card {
        min-height: auto;
    }

    .privacy-help-visual {
        min-height: 110px;
    }

    .privacy-headset {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    .privacy-faq-item {
        padding: 12px 0;
    }
}

/* =========================================
   PRIVACY CONTENT CARDS - FINAL REFERENCE STYLE
========================================= */

.privacy-content-grid,
.privacy-main-grid {
    align-items: start;
}

/* LEFT SIDE CARDS WRAPPER */
.privacy-sections,
.privacy-content-list,
.privacy-policy-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* INDIVIDUAL CARD */
.privacy-info-card,
.privacy-section-card,
.privacy-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 118px;
    padding: 20px 30px;
    background: #ffffff;
    border: 1px solid rgba(8, 61, 43, 0.10);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(8, 61, 43, 0.05);
    overflow: visible;
    transition: all 0.3s ease;
}

/* HOVER */
.privacy-info-card:hover,
.privacy-section-card:hover,
.privacy-card:hover {
    transform: translateY(-3px);
    border-color: rgba(244, 191, 25, 0.45);
    box-shadow: 0 14px 35px rgba(8, 61, 43, 0.10);
}

/* =========================================
   NUMBER STYLE
========================================= */

.privacy-number,
.privacy-card-number,
.privacy-step-number {
    position: relative;
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #083D2B;
    color: #ffffff;

    border-radius: 8px;

    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;

    margin-right: 24px;

    box-shadow:
        0 8px 20px rgba(8, 61, 43, 0.18);
}

/* GOLD ACCENT DOT */
.privacy-number::before,
.privacy-card-number::before,
.privacy-step-number::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #F4BF19;
    border-radius: 50%;
    top: 9px;
    right: 9px;
}

/* =========================================
   ICON BOX
========================================= */

.privacy-card-icon,
.privacy-icon,
.privacy-section-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid rgba(8, 61, 43, 0.12);
    border-radius: 50%;

    color: #083D2B;

    font-size: 21px;

    margin-right: 22px;

    box-shadow: 0 6px 18px rgba(8, 61, 43, 0.06);
}

/* =========================================
   TEXT AREA
========================================= */

.privacy-card-content,
.privacy-info-content,
.privacy-section-content {
    flex: 1;
    min-width: 0;
}

.privacy-card-content h3,
.privacy-info-content h3,
.privacy-section-content h3 {
    margin: 0 0 7px;

    color: #083D2B;

    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.privacy-card-content p,
.privacy-info-content p,
.privacy-section-content p {
    margin: 0;

    color: #66736E;

    font-size: 14px;
    line-height: 1.75;
}

/* =========================================
   RIGHT ARROW
========================================= */

.privacy-card-arrow,
.privacy-arrow {
    margin-left: 20px;

    color: #F4BF19;

    font-size: 24px;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .privacy-sections,
    .privacy-content-list,
    .privacy-policy-list {
        gap: 14px;
    }

    .privacy-info-card,
    .privacy-section-card,
    .privacy-card {
        min-height: 104px;
        padding: 16px 16px;
        border-radius: 18px;
    }

    .privacy-number,
    .privacy-card-number,
    .privacy-step-number {
        position: absolute;

        left: -18px;
        top: 50%;
        transform: translateY(-50%);

        width: 54px;
        min-width: 54px;
        height: 54px;

        margin: 0;

        font-size: 18px;

        z-index: 3;
    }

    .privacy-card-icon,
    .privacy-icon,
    .privacy-section-icon {
        width: 54px;
        min-width: 54px;
        height: 54px;

        margin-left: 22px;
        margin-right: 16px;

        font-size: 19px;
    }

    .privacy-card-content h3,
    .privacy-info-content h3,
    .privacy-section-content h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .privacy-card-content p,
    .privacy-info-content p,
    .privacy-section-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .privacy-card-arrow,
    .privacy-arrow {
        display: none;
    }
}

/* =========================================
   PRIVACY POLICY CARDS - FINAL NUMBER FIX
========================================= */

/* Number badge - smaller and clean */
.privacy-number {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 17px !important;
    font-weight: 800;

    background: #083D2B !important;
    color: #ffffff !important;

    border-radius: 7px !important;

    box-shadow:
        0 8px 18px rgba(8, 61, 43, 0.16) !important;

    margin-right: 22px !important;

    position: relative;
}

/* Remove yellow dot completely */
.privacy-number::before,
.privacy-number::after {
    content: none !important;
    display: none !important;
}

/* Card content proper spacing */
.privacy-card {
    display: grid !important;
    grid-template-columns: 54px 58px 1fr !important;
    align-items: center !important;
    column-gap: 20px !important;
}

/* Remove unnecessary margin from number */
.privacy-card .privacy-number {
    margin: 0 !important;
}

/* Icon circle */
.privacy-icon {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 !important;

    background: #ffffff !important;

    border: 1px solid rgba(8, 61, 43, 0.12) !important;

    border-radius: 50% !important;

    box-shadow:
        0 6px 15px rgba(8, 61, 43, 0.08) !important;
}

/* Text area */
.privacy-card-content {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Card internal spacing */
.privacy-card {
    padding: 18px 24px !important;
}

/* Smaller privacy icons */
.privacy-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
}

.privacy-icon i,
.privacy-icon svg {
    font-size: 18px !important;
    width: 10px !important;
    height: 10px !important;
}

/* Adjust card grid for smaller circle */
.privacy-card {
    grid-template-columns: 50px 40px 1fr !important;
    column-gap: 10px !important;
}

/* Make ONLY the outer icon circle smaller */
.privacy-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    flex: 0 0 30px !important;
}

/* Update grid according to smaller circle */
.privacy-card {
    grid-template-columns: 50px 40px 1fr !important;
    column-gap: 10px !important;
}

/* Privacy hero image ko navbar se thoda neeche lane ke liye */
.privacy-hero-grid > div:nth-child(2) {
    transform: translateY(50px);
}

/* ===== FINAL HERO IMAGE POSITION FIX ===== */

.privacy-hero {
    position: relative;
}

.privacy-hero-grid {
    align-items: center;
}

.privacy-hero-grid > div:last-child {
    position: relative;
    top: -30px;
    margin-bottom: 0;
}

.privacy-hero-grid {
    position: relative;
    top: 40px;
    padding-bottom: 40px;
}

/* =========================================================
   PRIVACY POLICY - NEED HELP + FAQ FINAL SIDE BY SIDE
========================================================= */

.privacy-help-section {
    padding: 0 0 40px !important;
}

.privacy-help-section .container {
    width: calc(100% - 48px) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}


/* =========================================================
   MAIN GRID - LEFT HELP + RIGHT FAQ
========================================================= */

.privacy-help-grid {
    display: grid !important;

    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr) !important;

    gap: 18px !important;

    width: 100% !important;
    max-width: 100% !important;

    align-items: stretch !important;
}


/* FORCE BOTH CARDS INTO SAME ROW */

.privacy-help-grid > .privacy-help-card {
    grid-column: 1 !important;
    grid-row: 1 !important;

    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.privacy-help-grid > .privacy-faq-card {
    grid-column: 2 !important;
    grid-row: 1 !important;

    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}


/* =========================================================
   LEFT - NEED HELP CARD
========================================================= */

.privacy-help-card {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        175px !important;

    min-height: 270px !important;
    height: 100% !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
    border-radius: 18px !important;
}


.privacy-help-content {
    min-width: 0 !important;
    padding: 25px 26px !important;
}


.privacy-help-visual {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 0 !important;
    min-height: 100% !important;

    padding: 15px !important;

    background: linear-gradient(
        180deg,
        rgba(244, 191, 25, 0.05),
        rgba(244, 191, 25, 0.16)
    ) !important;
}


.privacy-support-image {
    display: block !important;

    width: 115px !important;
    max-width: 100% !important;

    height: auto !important;

    object-fit: contain !important;
}


/* =========================================================
   RIGHT - FAQ CARD
========================================================= */

.privacy-faq-card {
    display: block !important;

    min-width: 0 !important;
    min-height: 270px !important;
    height: auto !important;

    max-height: none !important;

    overflow: visible !important;

    padding: 25px 26px !important;

    box-sizing: border-box !important;
    border-radius: 18px !important;
}


.privacy-faq-card h2 {
    margin-top: 3px !important;
    margin-bottom: 0 !important;
}


.privacy-faq-item {
    display: block !important;

    width: 100% !important;

    padding: 9px 0 !important;

    box-sizing: border-box !important;
}


.privacy-faq-item summary {
    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;

    cursor: pointer !important;
}


/* FAQ ANSWER */

.privacy-faq-answer {
    width: 100% !important;

    max-width: none !important;

    box-sizing: border-box !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .privacy-help-grid {
        grid-template-columns: 1fr !important;
    }

    .privacy-help-grid > .privacy-help-card {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    .privacy-help-grid > .privacy-faq-card {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .privacy-help-section .container {
        width: calc(100% - 30px) !important;
    }

    .privacy-help-card {
        grid-template-columns: 1fr !important;
    }

    .privacy-help-visual {
        min-height: 180px !important;
    }

    .privacy-support-image {
        width: 125px !important;
    }

}

/* =========================================================
   FINAL HELP + FAQ SIDE BY SIDE LAYOUT
   ========================================================= */

.privacy-help-section {
    padding: 0 0 55px !important;
}

.privacy-help-section .container {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}


/* MAIN 2 COLUMN LAYOUT */

.privacy-help-section .privacy-help-grid {
    display: grid !important;

    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(0, 1.45fr) !important;

    gap: 18px !important;

    width: 100% !important;

    align-items: stretch !important;

    min-width: 0 !important;
}


/* BOTH CARDS */

.privacy-help-section .privacy-help-card,
.privacy-help-section .privacy-faq-card {

    width: 100% !important;

    min-width: 0 !important;

    box-sizing: border-box !important;

    margin: 0 !important;

    border: 1px solid #e6ebe7 !important;

    border-radius: 18px !important;

    background: #ffffff !important;

    box-shadow:
        0 10px 28px rgba(8, 61, 43, 0.05) !important;
}


/* =========================================================
   NEED HELP CARD
   ========================================================= */

.privacy-help-section .privacy-help-card {

    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        175px !important;

    min-height: 270px !important;

    height: 100% !important;

    overflow: hidden !important;

    align-items: stretch !important;
}


.privacy-help-section .privacy-help-content {

    min-width: 0 !important;

    padding: 28px 30px !important;
}


.privacy-help-section .privacy-help-label {

    display: block !important;

    font-size: 10px !important;

    letter-spacing: 0.9px !important;

    color: #52615a !important;

    margin-bottom: 7px !important;
}


.privacy-help-section .privacy-help-content h2 {

    margin: 0 !important;

    color: #083d2b !important;

    font-size: 24px !important;

    line-height: 1.2 !important;
}


.privacy-help-section .privacy-small-line {

    width: 42px !important;

    height: 3px !important;

    margin: 11px 0 14px !important;

    border-radius: 20px !important;

    background: #f4bf19 !important;
}


.privacy-help-section .privacy-help-content > p {

    margin: 0 0 14px !important;

    color: #66756e !important;

    font-size: 12px !important;

    line-height: 1.6 !important;
}


/* CONTACT */

.privacy-help-section .privacy-contact-detail {

    display: flex !important;

    align-items: center !important;

    gap: 8px !important;

    margin: 8px 0 !important;
}


.privacy-help-section .privacy-contact-detail span {

    font-size: 14px !important;

    color: #083d2b !important;
}


.privacy-help-section .privacy-contact-detail small {

    font-size: 10px !important;

    color: #52615a !important;
}


.privacy-help-section .privacy-contact-detail a {

    color: #083d2b !important;

    text-decoration: none !important;

    font-size: 11px !important;

    font-weight: 700 !important;
}


/* BUTTON */

.privacy-help-section .privacy-contact-btn {

    display: inline-flex !important;

    align-items: center !important;

    gap: 10px !important;

    margin-top: 13px !important;

    padding: 10px 16px !important;

    background: #083d2b !important;

    color: #ffffff !important;

    border-radius: 8px !important;

    text-decoration: none !important;

    font-size: 11px !important;

    font-weight: 700 !important;
}


.privacy-help-section .privacy-contact-btn span {

    color: #f4bf19 !important;

    font-size: 17px !important;
}


/* =========================================================
   HEADSET SIDE
   ========================================================= */

.privacy-help-section .privacy-help-visual {

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    min-width: 0 !important;

    min-height: 100% !important;

    padding: 18px !important;

    overflow: hidden !important;

    background:
        linear-gradient(
            180deg,
            rgba(244, 191, 25, 0.05),
            rgba(244, 191, 25, 0.15)
        ) !important;
}


.privacy-help-section .privacy-support-image {
    display: block !important;
    width: 150px !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}


/* REMOVE OLD QUESTION MARK */

.privacy-help-section .privacy-support-circle,
.privacy-help-section .privacy-headset {

    display: none !important;
}


/* =========================================================
   FAQ CARD
   ========================================================= */

.privacy-help-section .privacy-faq-card {

    padding: 25px 28px !important;

    min-height: 270px !important;

    height: 100% !important;

    overflow: hidden !important;
}


.privacy-help-section .privacy-faq-card h2 {

    margin: 0 !important;

    color: #083d2b !important;

    font-size: 22px !important;

    line-height: 1.2 !important;
}


.privacy-help-section .privacy-faq-item {

    padding: 9px 0 !important;

    margin: 0 !important;

    border-top:
        1px solid rgba(8, 61, 43, 0.10) !important;
}


.privacy-help-section .privacy-faq-item summary {

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    gap: 15px !important;

    cursor: pointer !important;

    list-style: none !important;

    color: #30443b !important;

    font-size: 11px !important;

    font-weight: 600 !important;
}


.privacy-help-section .privacy-faq-item summary::-webkit-details-marker {

    display: none !important;
}


.privacy-help-section .privacy-faq-arrow {

    flex: 0 0 auto !important;

    color: #c9940a !important;

    font-size: 14px !important;
}


.privacy-help-section .privacy-faq-answer {

    padding: 7px 0 2px !important;

    color: #6b7972 !important;

    font-size: 10px !important;

    line-height: 1.55 !important;
}


.privacy-help-section .privacy-faq-link {

    display: inline-flex !important;

    align-items: center !important;

    gap: 8px !important;

    margin-top: 8px !important;

    color: #083d2b !important;

    text-decoration: none !important;

    font-size: 10px !important;

    font-weight: 700 !important;
}


.privacy-help-section .privacy-faq-link span {

    color: #c9940a !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

/* Keep side-by-side until tablet */

@media (max-width: 900px) {

    .privacy-help-section .privacy-help-grid {

        grid-template-columns: 1fr !important;

    }

}


/* MOBILE */

@media (max-width: 600px) {

    .privacy-help-section .container {

        width: min(100% - 30px, 1180px) !important;

    }


    .privacy-help-section .privacy-help-card {

        grid-template-columns: 1fr !important;

    }


    .privacy-help-section .privacy-help-visual {

        min-height: 160px !important;

    }


    .privacy-help-section .privacy-support-image {

        width: 125px !important;

    }


    .privacy-help-section .privacy-help-content,
    .privacy-help-section .privacy-faq-card {

        padding: 22px !important;

    }

}

/* =========================================
   NEED HELP + FAQ TEXT SIZE INCREASE
========================================= */

/* NEED HELP */
.privacy-help-card .eyebrow,
.privacy-help-card .help-label {
    font-size: 13px !important;
    letter-spacing: 1.2px !important;
}

.privacy-help-card h2,
.privacy-help-card .help-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
}

.privacy-help-card p,
.privacy-help-card .help-description {
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.privacy-help-card .help-contact,
.privacy-help-card .contact-item,
.privacy-help-card .help-contact span {
    font-size: 15px !important;
}

.privacy-help-card .help-contact strong,
.privacy-help-card .contact-item strong {
    font-size: 15px !important;
}

.privacy-help-card .help-btn,
.privacy-help-card .contact-support-btn {
    font-size: 15px !important;
}


/* FAQ */
.privacy-faq-card .eyebrow,
.privacy-faq-card .faq-label {
    font-size: 13px !important;
    letter-spacing: 1.2px !important;
}

.privacy-faq-card h2,
.privacy-faq-card .faq-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
}

.privacy-faq-card .faq-question,
.privacy-faq-card summary {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.privacy-faq-card .faq-answer,
.privacy-faq-card .faq-answer p {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.privacy-faq-card .faq-footer,
.privacy-faq-card .faq-footer span {
    font-size: 14px !important;
}

.privacy-faq-card .faq-footer a {
    font-size: 20px !important;
}

/* FORCE FONT SIZE - NEED HELP + FAQ */

.privacy-help-section,
.privacy-help-section *,
.privacy-help-grid,
.privacy-help-grid * {
    font-size: inherit;
}

/* Need Help content */
.privacy-help-card p,
.privacy-help-card span,
.privacy-help-card strong {
    font-size: 16px !important;
}

.privacy-help-card h2 {
    font-size: 28px !important;
}

/* FAQ content */
.privacy-faq-card .faq-question,
.privacy-faq-card summary {
    font-size: 16px !important;
}

.privacy-faq-card .faq-answer,
.privacy-faq-card .faq-answer p {
    font-size: 16px !important;
}

/* =========================================
   FINAL FONT SIZE FIX — NEED HELP + FAQ
========================================= */

/* NEED HELP - SUPPORT LABEL */
.privacy-help-content .privacy-help-label {
    font-size: 12px !important;
}

/* NEED HELP - TITLE */
.privacy-help-content h2 {
    font-size: 28px !important;
}

/* NEED HELP - MAIN PARAGRAPH */
.privacy-help-content > p {
    font-size: 20px !important;
    line-height: 1.65 !important;
}

/* CALL US / EMAIL US */
.privacy-help-content .privacy-contact-detail small {
    font-size: 12px !important;
}

/* PHONE NUMBER + EMAIL */
.privacy-help-content .privacy-contact-detail a {
    font-size: 14px !important;
}

/* CONTACT SUPPORT BUTTON */
.privacy-help-content .privacy-contact-btn {
    font-size: 14px !important;
}


/* =========================================
   FAQ FONT SIZE
========================================= */

/* COMMON QUESTIONS LABEL */
.privacy-faq-card .privacy-help-label {
    font-size: 12px !important;
}

/* FAQ TITLE */
.privacy-faq-card h2 {
    font-size: 28px !important;
}

/* FAQ QUESTIONS */
.privacy-faq-card .privacy-faq-item summary,
.privacy-faq-card .privacy-faq-item summary span:first-child {
    font-size: 15px !important;
}

/* FAQ ANSWERS */
.privacy-faq-card .privacy-faq-answer {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* STILL HAVE QUESTIONS */
.privacy-faq-card .privacy-faq-link {
    font-size: 13px !important;
}

.privacy-faq-card .privacy-faq-link span {
    font-size: 20px !important;
}

