/*========================================
BREADCRUMB
========================================*/

.ain-breadcrumb {
    position: relative;
    overflow: hidden;
    background: var(--primary-color);
    border-top: 1px solid #edf0ff;
    border-bottom: 1px solid #edf0ff;
    padding: 18px 30px;
}

.ain-breadcrumb::before {
    content: '';
    position: absolute;
    left: -80px;
    top: -70px;
    width: 220px;
    height: 220px;
    background: rgba(2, 0, 102, .03);
    border-radius: 50%;
}

.ain-breadcrumb::after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -60px;
    width: 180px;
    height: 180px;
    background: rgba(192, 0, 99, .04);
    border-radius: 50%;
}

.ain-breadcrumb-inner {
    position: relative;
    z-index: 2;
}

.ain-breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.ain-breadcrumb-list li {
    font-size: 14px;
    color: var(--gbp-paragraph-color);
}

.ain-breadcrumb-list a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.ain-breadcrumb-list a:hover {
    color: var(--secondary-color);
}

.ain-breadcrumb-list i {
    font-size: 12px;
    color: #fff;
}

.ain-breadcrumb-list i:hover {
    color: var(--secondary-color);
}

.ain-breadcrumb-list .active {
    color: #fff;
    font-weight: 600;
}

.ain-breadcrumb-list svg {
    width: 12px !important;
    height: 12px !important;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.ain-breadcrumb-list a svg {
    width: 14px !important;
    height: 14px !important;
    margin-right: 4px;
    color: #fff;
}

.ain-breadcrumb-list a:hover svg {
    color: var(--secondary-color);
}

/*========================================
CUSTOM CONTAINER & GRID (No Bootstrap)
========================================*/

.container-fluid-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.privacy-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Grid Columns */
.privacy-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.privacy-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.privacy-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.privacy-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.privacy-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Display Utilities */
.d-none-desktop {
    display: block !important;
}
.d-block-mobile {
    display: none !important;
}

/* Text Utilities */
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}

/* Alignment */
.align-items-center {
    align-items: center !important;
}

/*========================================
PRIVACY POLICY PAGE
========================================*/

.privacy-policy-page {
    padding: 15px 0 20px;
    background: #f8f9fc;
}

/*========================================
PRIVACY HERO
========================================*/

.privacy-policy-hero {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;
}

.privacy-policy-hero::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: #eef4ff;
    border-radius: 50%;
    left: -120px;
    top: -120px;
}

.privacy-policy-hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #fff2f8;
    border-radius: 50%;
    right: -80px;
    bottom: -80px;
}

.privacy-policy-hero .privacy-row {
    position: relative;
    z-index: 2;
}

.privacy-hero-icon {
    width: 130px;
    height: 130px;
    border-radius: 28px;
    background: #f5f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid #dce7ff;
}

.privacy-hero-icon i {
    font-size: 68px;
    color: var(--primary-color);
}

.privacy-hero-icon svg {
    width: 68px !important;
    height: 68px !important;
    color: var(--primary-color);
}

.privacy-header h1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--primary-color);
}

.privacy-header p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--gbp-paragraph-color);
}

/*========================================
META ITEMS
========================================*/

.privacy-meta-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.privacy-meta-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.privacy-meta-item i {
    font-size: 24px;
    color: var(--primary-color);
}

.privacy-meta-item svg {
    width: 24px !important;
    height: 24px !important;
    color: var(--primary-color);
    flex-shrink: 0;
}

.privacy-meta-item span {
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 3px;
}

.privacy-meta-item strong {
    display: block;
    font-size: 15px;
    color: #111;
    font-weight: 700;
}

/*========================================
LEFT SIDEBAR
========================================*/

.privacy-left-sidebar {
    position: sticky;
    top: 100px;
}

.privacy-sidebar-card,
.privacy-help-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 10px 22px;
    margin-bottom: 22px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .04);
}

.privacy-sidebar-card {
    max-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
}

.privacy-sidebar-card h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.privacy-page-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: calc(100vh - 190px);
    padding-right: 8px;
}

.privacy-page-nav::-webkit-scrollbar {
    width: 6px;
}

.privacy-page-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.privacy-page-nav::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 10px;
}

.privacy-page-nav::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.privacy-page-nav a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 4px 14px;
    border-radius: 12px;
    color: #444;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 5px;
    border: 1px solid transparent;
    background: #fff;
}

.privacy-page-nav a:hover {
    background: #f5f8ff;
    border-color: #dce7ff;
    color: var(--secondary-color);
    font-weight: 600;
}

.privacy-page-nav a.active {
    background: #eef4ff;
    border-color: #b9d2ff;
    color: var(--secondary-color);
    font-weight: 600;
}

.privacy-nav-number {
    width: 24px;
    height: 24px;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.privacy-page-nav a.active .privacy-nav-number {
    background: var(--secondary-color);
}

.privacy-nav-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

/*========================================
HELP CARD
========================================*/

.privacy-help-card {
    text-align: center;
}

.privacy-help-card i {
    font-size: 45px;
    color: var(--secondary-color);
    margin-bottom: 18px;
}

.privacy-help-card svg {
    width: 45px !important;
    height: 50px !important;
    color: var(--secondary-color);
    margin-bottom: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.privacy-help-card h5 {
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 700;
}

.privacy-help-card p {
    color: var(--gbp-paragraph-color);
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0;
}

.contact-us-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    text-decoration: none;
}

.contact-us-btn svg {
    width: 16px !important;
    height: 16px !important;
}

/*========================================
CENTER CONTENT
========================================*/

.privacy-content {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.privacy-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}


/*========================================
SECTIONS
========================================*/

.privacy-section {
    margin-bottom: 20px;
    padding-left: 28px;
    border-left: 4px solid #edf2ff;
    position: relative;
    padding-bottom: 20px;
}

.privacy-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        #d8deea 15%,
        #d8deea 85%,
        transparent 100%
    );
}

.privacy-section:last-child::after {
    display: none;
}

.privacy-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.privacy-heading span {
    width: 44px;
    height: 44px;
    background: #eef3ff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--primary-color);
    flex-shrink: 0;
}

.privacy-heading h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 10px;
}

.privacy-heading h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 50px;
}

.privacy-section p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--gbp-paragraph-color);
    margin-bottom: 6px;
}

.privacy-section ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.privacy-section ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
    font-size: 13px;
    color: var(--gbp-paragraph-color);
}

.privacy-section ul li:before {
    margin-top: 5px;
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    background: var(--gbp-primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gbp-white-color);
    font-weight: 700;
    font-size: 6px;
}

/*========================================
RIGHT SIDEBAR
========================================*/

.privacy-right {
    position: sticky;
    top: 90px;
}

.privacy-widget {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 22px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .04);
}

.privacy-widget-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.privacy-overview {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-overview li {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.privacy-overview li:last-child {
    margin-bottom: 0;
}

.privacy-overview i {
    font-size: 21px;
    color: var(--secondary-color);
    width: 26px;
    margin-top: 3px;
}

.privacy-overview svg {
    width: 21px !important;
    height: 21px !important;
    color: var(--secondary-color);
    flex-shrink: 0;
    margin-top: 3px;
}

.privacy-overview span {
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 4px;
}

.privacy-overview strong {
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 22px;
}

.privacy-action {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #efefef;
    transition: .3s;
}

.privacy-action:last-child {
    border: none;
}

.privacy-action:hover {
    color: var(--secondary-color);
    padding-left: 8px;
}

.privacy-action i {
    width: 20px;
}

.privacy-action svg {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0;
}

.privacy-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #222;
    padding: 6px 0;
    border-bottom: 1px solid #efefef;
    transition: .3s;
    font-size: 12px;
    line-height: 22px;
}

.privacy-link:last-child {
    border: none;
}

.privacy-link:hover {
    color: var(--secondary-color);
    padding-left: 8px;
}

.privacy-link svg {
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0;
    color: var(--secondary-color);
}

.privacy-help {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 14px;
    text-align: center;
    padding: 30px 22px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .04);
}

.privacy-help-icon {
    width: 72px;
    height: 72px;
    margin: auto;
    border-radius: 50%;
    background: #fff0f7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.privacy-help-icon i {
    font-size: 30px;
    color: var(--secondary-color);
}

.privacy-help-icon svg {
    width: 30px !important;
    height: 30px !important;
    color: var(--secondary-color);
}

.privacy-help h4 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 12px;
    font-weight: 700;
}

.privacy-help p {
    color: var(--gbp-paragraph-color);
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 22px;
}

.privacy-help-btn {
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    text-decoration: none;
    padding: 13px 28px;
    border-radius: 10px;
    transition: .3s;
}

.privacy-help-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.privacy-help-btn svg {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px;
}

/*========================================
MOBILE ACCORDION
========================================*/

.privacy-accordion-mobile {
    display: none;
}

.privacy-accordion-item {
    border: 1px solid #e9edf5;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.privacy-accordion-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    cursor: pointer;
    background: #f8f9fc;
    transition: background 0.3s ease;
    user-select: none;
    position: relative;
}

.privacy-accordion-header:hover {
    background: #eef4ff;
}

.privacy-accordion-header .accordion-number {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef3ff;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.privacy-accordion-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    flex: 1;
    line-height: 1.5;
}

.privacy-accordion-header .accordion-icon {
    font-size: 14px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.privacy-accordion-item.active .privacy-accordion-header {
    background: #eef4ff;
}

.privacy-accordion-item.active .privacy-accordion-header .accordion-number {
    background: var(--secondary-color);
    color: #fff !important;
}

.privacy-accordion-item.active .privacy-accordion-header .accordion-icon {
    transform: rotate(180deg);
}

.privacy-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 2px 16px;
}

.privacy-accordion-item.active .privacy-accordion-body {
    max-height: 2000px;
    padding: 20px;
}

.privacy-accordion-content p {
    color: var(--gbp-paragraph-color);
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 16px;
}

.privacy-accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.privacy-accordion-content ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    line-height: 26px;
    font-size: 15px;
    color: var(--gbp-paragraph-color);
}

.privacy-accordion-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #eef3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 11px;
}

/*========================================
CTA BUTTONS
========================================*/

.cta-btn-fill {
    background: var(--secondary-color);
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-btn-fill i {
    margin-right: 8px;
}

.cta-btn-fill svg {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px;
}

.cta-btn-fill:hover {
    background: #e00074;
    color: #fff;
    transform: translateY(-3px);
}

.cta-btn-outline {
    border: 2px solid rgba(255, 255, 255, .45);
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-btn-outline i {
    margin-right: 8px;
}

.cta-btn-outline svg {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px;
}

.cta-btn-outline:hover {
    background: #fff;
    color: var(--primary-color);
}

/*========================================
CUSTOM ACCORDION (No Bootstrap)
========================================*/

.accordion-custom {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.accordion-item-custom {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.accordion-item-custom:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.accordion-header-custom {
    margin-bottom: 0;
}

.accordion-btn-custom {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    cursor: pointer;
}

.accordion-btn-custom:not(.collapsed) {
    color: var(--primary-color);
    background-color: #e7f1ff;
}

.accordion-btn-custom::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-btn-custom:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-collapse-custom {
    transition: height .35s ease;
}

.accordion-collapse-custom.collapse:not(.show) {
    display: none !important;
}

.accordion-body-custom {
    padding: 1rem 1.25rem;
}

.color-sec {
    color: var(--secondary-color);
}

/*========================================
RESPONSIVE
========================================*/

/* Tablet */
@media (max-width: 991px) {
    .privacy-col-2,
    .privacy-col-3,
    .privacy-col-7,
    .privacy-col-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .d-none-desktop {
        display: none !important;
    }
    .d-block-mobile {
        display: block !important;
    }
    
    .privacy-section {
        padding-left: 0 !important;
        border-left: none !important;
        margin-bottom: 40px !important;
    }

    .privacy-left-sidebar,
    .privacy-right {
        display: none;
    }

    .privacy-heading {
        gap: 12px;
    }

    .privacy-heading span {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .privacy-heading h2 {
        font-size: 22px;
    }

    .privacy-policy-hero {
        padding: 25px;
        margin-bottom: 5px;
    }

    .privacy-hero-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 25px;
    }

    .privacy-hero-icon svg {
        width: 48px !important;
        height: 48px !important;
    }

    .privacy-header {
        text-align: center;
    }

    .privacy-header h1 {
        font-size: 30px;
    }

    .privacy-header p {
        font-size: 16px;
        line-height: 28px;
    }

    .privacy-meta-inline {
        justify-content: center;
        gap: 22px;
    }

    .privacy-right {
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    .privacy-widget {
        padding: 18px;
    }

    .privacy-help {
        padding: 24px 18px;
    }

    .cta-btn-fill,
    .cta-btn-outline {
        width: 100%;
        padding: 13px 18px;
        justify-content: center;
    }

    /* Accordion */
    .privacy-content .privacy-section {
        display: none !important;
    }

    .privacy-accordion-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .privacy-accordion-mobile {
        display: none !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .ain-breadcrumb {
        padding: 14px 0;
    }

    .ain-breadcrumb-list {
        gap: 8px;
    }

    .ain-breadcrumb-list li {
        font-size: 13px;
    }

    .ain-breadcrumb-list svg {
        width: 10px !important;
        height: 10px !important;
    }

    .ain-breadcrumb-list a svg {
        width: 12px !important;
        height: 12px !important;
    }

    .privacy-policy-page {
        padding: 10px 0 40px;
    }

    .privacy-left-sidebar {
        position: relative;
        top: auto;
    }

    .privacy-content {
        padding: 0px;
    }

    .privacy-header p {
        font-size: 15px;
        line-height: 28px;
    }

    .privacy-section h2 {
        font-size: 22px !important;
    }

    .privacy-section p {
        font-size: 13px;
        line-height: 1.5;
    }

    /* Mobile hero */
    .privacy-policy-hero {
        padding: 18px;
        border-radius: 14px;
        margin-bottom: 5px;
    }

    .privacy-policy-hero .privacy-row {
        display: flex;
        align-items: flex-start;
    }

    .privacy-hero-icon {
        width: 60px;
        height: 60px;
        margin: 0;
        border-radius: 12px;
        flex-shrink: 0;
    }

    .privacy-hero-icon svg {
        width: 28px !important;
        height: 28px !important;
    }

    .privacy-header {
        text-align: left;
        margin-left: 15px;
        border: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .privacy-header h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .privacy-header p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .privacy-title-row {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 12px;
    }

    .privacy-title-content h1 {
        font-size: 26px;
        line-height: 1.2;
        margin: 0;
        text-align: left;
    }

    .privacy-header-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
        text-align: left;
    }

    /* Mobile meta */
    .privacy-meta-inline {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .privacy-meta-item {
        gap: 10px;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 10px;
        background: #fafafa;
        align-items: flex-start;
    }

    .privacy-meta-item svg {
        width: 18px !important;
        height: 18px !important;
        margin-top: 2px;
    }

    .privacy-meta-item span {
        font-size: 11px;
    }

    .privacy-meta-item strong {
        font-size: 13px;
        line-height: 18px;
    }

    .privacy-meta-item i {
        font-size: 18px;
        margin-top: 2px;
    }

    /* Mobile CTA buttons */
    .cta-btn-fill svg,
    .cta-btn-outline svg {
        width: 14px !important;
        height: 14px !important;
        margin-right: 6px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .privacy-accordion-header {
        padding: 14px 16px;
        gap: 10px;
    }

    .privacy-accordion-header .accordion-number {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .privacy-accordion-header h3 {
        font-size: 14px;
    }

    .privacy-accordion-item.active .privacy-accordion-body {
        padding: 16px;
    }

    .privacy-accordion-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .privacy-accordion-content ul li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 28px;
    }

    .privacy-accordion-content ul li:before {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .privacy-accordion-header .accordion-icon {
        font-size: 12px;
    }

    .privacy-hero-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .privacy-hero-icon svg {
        width: 24px !important;
        height: 24px !important;
    }

    .privacy-title-content h1 {
        font-size: 22px !important;
    }

    .privacy-meta-item svg {
        width: 16px !important;
        height: 16px !important;
    }

    .container-fluid-custom {
        padding-right: 10px;
        padding-left: 10px;
    }
    .privacy-row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .privacy-col-2,
    .privacy-col-3,
    .privacy-col-7,
    .privacy-col-10,
    .privacy-col-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/*========================================
PRIVACY BOTTOM AREA
========================================*/

.privacy-bottom-area {
    padding: 20px 12px 10px;
    border-top: 1px solid #ececec;
    margin-bottom: 60px;
}

/* ===== QUOTE BOX ===== */
.privacy-quote-box {
    background: linear-gradient(135deg, #fafbff, #f0f3ff);
    padding: 20px 10px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #e8ecf7;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.privacy-quote-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(192, 0, 99, 0.05);
    border-radius: 50%;
}

.privacy-quote-box i {
    font-size: 34px;
    color: var(--secondary-color);
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.privacy-quote-box p {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--primary-color);
    margin: 0;
    position: relative;
    z-index: 1;
}

.privacy-quote-box svg {
    width: 34px !important;
    height: 34px !important;
    color: var(--secondary-color);
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ===== SECTION HEADER ===== */
.privacy-section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.privacy-bottom-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.privacy-title-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--secondary-color), transparent);
    border-radius: 50px;
}

/* ===== DOCUMENTS GRID ===== */
.privacy-docs-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    gap: 24px 0;
}

.privacy-docs-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.privacy-docs-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

/* ===== DOCUMENT CARDS ===== */
.privacy-doc-card {
    display: flex;
    flex-direction: column;
    padding: 28px 20px 22px;
    background: #ffffff;
    border: 1px solid #ececf5;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.privacy-doc-card::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(192, 0, 99, 0.06), transparent);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.privacy-doc-card:hover::after {
    opacity: 1;
}

.privacy-doc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border-color: #dce0f0;
}

.privacy-doc-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-left: auto;
    margin-right: auto;
}

.privacy-doc-card:hover .privacy-doc-icon {
    transform: scale(1.05) rotate(-3deg);
}

.privacy-doc-icon.blue {
    background: #eef3ff;
    color: var(--primary-color);
}

.privacy-doc-icon.pink {
    background: #fff0f7;
    color: var(--secondary-color);
}

.privacy-doc-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 2px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.privacy-doc-card:hover h5 {
    color: var(--secondary-color);
}

.privacy-doc-link {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    border-top: 1px solid #f0f2f7;
    padding-top: 14px;
    margin-top: auto;
    justify-content: center;
}

.privacy-doc-card:hover .privacy-doc-link {
    gap: 12px;
}

.privacy-doc-card svg {
    width: 35px !important;
    height: 35px !important;
    color: var(--primary-color);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ===== FOUNDER + CTA COMBINED ===== */
.privacy-hero-cta {
    background: linear-gradient(135deg, var(--primary-color), #05177e);
    border-radius: 20px;
    padding: 0;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 18px 50px rgba(2, 0, 102, 0.15);
    position: relative;
}

.privacy-hero-cta::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    left: -120px;
    top: -120px;
}

.privacy-hero-cta::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    right: -100px;
    bottom: -100px;
}

.privacy-founder-msg {
    flex: 1;
    padding: 35px 40px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    position: relative;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-founder-msg img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.privacy-founder-content {
    flex: 1;
}

.privacy-founder-quote-icon {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.15);
    margin-bottom: 5px;
}

.privacy-founder-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.privacy-founder-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}

.privacy-founder-name {
    display: flex;
    flex-direction: column;
}

.privacy-founder-name strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.privacy-founder-name span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.privacy-cta-block {
    flex: 1;
    padding: 35px 40px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.privacy-cta-block h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}

.privacy-cta-block p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 18px;
}

.privacy-cta-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.privacy-cta-buttons .cta-btn-fill {
    background: var(--secondary-color);
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.privacy-cta-buttons .cta-btn-fill:hover {
    background: #e00074;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(192, 0, 99, 0.3);
}

.privacy-cta-buttons .cta-btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.privacy-cta-buttons .cta-btn-outline:hover {
    background: #fff;
    color: var(--primary-color);
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}

.color-sec {
    color: var(--secondary-color);
}

/* =========================================
RESPONSIVE
==========================================*/

/* Tablet */
@media (max-width: 991px) {
    .privacy-docs-col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .privacy-hero-cta {
        flex-direction: column;
    }
    
    .privacy-founder-msg {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px 25px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .privacy-founder-msg img {
        width: 70px;
        height: 70px;
    }
    
    .privacy-founder-content p {
        font-size: 14px;
        line-height: 26px;
    }
    
    .privacy-cta-block {
        padding: 25px 30px 30px;
        text-align: center;
    }
    
    .privacy-cta-buttons {
        justify-content: center;
    }
    
    .privacy-cta-block h3 {
        font-size: 22px;
    }
    
    .privacy-bottom-title {
        font-size: 24px;
    }
    
    .privacy-quote-box p {
        font-size: 20px;
        line-height: 30px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .privacy-bottom-area {
        padding: 15px 8px 5px;
    }
    
    .privacy-quote-box {
        padding: 20px 15px;
    }
    
    .privacy-quote-box p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .privacy-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .privacy-title-line {
        width: 60px;
        flex: none;
    }
    
    .privacy-bottom-title {
        font-size: 22px;
    }
    
    .privacy-docs-col-3,
    .privacy-docs-col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .privacy-docs-row {
        gap: 16px 0;
    }
    
    .privacy-doc-card {
        padding: 20px 16px 18px;
    }
    
    .privacy-doc-card h5 {
        font-size: 15px;
    }
    
    .privacy-doc-link {
        font-size: 12px;
        padding-top: 12px;
    }
    
    .privacy-founder-msg {
        padding: 25px 18px;
    }
    
    .privacy-cta-block {
        padding: 20px 18px 25px;
    }
    
    .privacy-cta-block h3 {
        font-size: 20px;
    }
    
    .privacy-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .privacy-cta-buttons .cta-btn-fill,
    .privacy-cta-buttons .cta-btn-outline {
        width: 100%;
        justify-content: center;
        padding: 11px 18px;
        font-size: 13px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .privacy-quote-box p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .privacy-bottom-title {
        font-size: 20px;
    }
    
    .privacy-doc-card {
        padding: 16px 14px 14px;
        border-radius: 12px;
    }
    
    .privacy-doc-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
        border-radius: 12px;
    }
    
    .privacy-doc-card h5 {
        font-size: 14px;
    }
    
    .privacy-cta-block h3 {
        font-size: 18px;
    }
    
    .privacy-founder-content p {
        font-size: 13px;
        line-height: 24px;
    }
    
    .privacy-docs-row {
        margin-right: -10px;
        margin-left: -10px;
        gap: 12px 0;
    }
    .privacy-docs-col-3,
    .privacy-docs-col-md-6 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* Large Screens */
@media (max-width: 1199px) {
    .privacy-founder-msg {
        padding: 30px;
    }
    
    .privacy-cta-block {
        padding: 30px;
    }
    
    .privacy-cta-block h3 {
        font-size: 22px;
    }
    
    .privacy-bottom-title {
        font-size: 24px;
    }
}