:root {
    --primary: #0879e8;
    --blue: #2563eb;
    --cyan: #06b6d4;
    --teal: #12b8a6;
    --navy: #102a56;
    --text: #14233d;
    --muted: #64748b;
    --border: #e4eaf1;
    --soft-bg: #f6faff;
    --shadow: 0 8px 28px rgba(15, 42, 80, .07);
    --shadow-lg: 0 16px 45px rgba(15, 42, 80, .10);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: #fff;
    font-size: 14px;
    line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: "Manrope", sans-serif;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1280px !important;
}

/* 1280px desktop sizing */
.navbar {
    min-height: 62px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #eef2f7;
}

.navbar-brand img {
    width: 150px;
    height: auto;
}

.navbar .nav-link {
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    padding: .55rem .45rem;
    white-space: nowrap;
}

.navbar .nav-link:hover {
    color: var(--teal);
}

.btn-bankiq {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #0879e8, #12b8a6);
    color: #fff;
    font-family: 'Inter';
    font-size: 13.5px;
    font-weight: 500;
    padding: 9px 17px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(8, 121, 232, .16);
}

.bankiq-mobile-cta .btn-bankiq {
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px;

    line-height: 1.2;
}

.btn-bankiq:hover {
    color: #fff;
    transform: translateY(-1px);
}

.btn-outline-bankiq {
    border: 1px solid #dce4ed;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 17px;
}

.btn-outline-bankiq:hover {
    border-color: var(--teal);
    color: var(--teal);
}

.section {
    padding: 58px 0;
}

.section-light {
    background: var(--soft-bg);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(14, 165, 233, .25);
    background: rgba(14, 165, 233, .08);
    color: #0284c7;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13.5px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eyebrow-normal {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(14, 165, 233, .25);
    background: rgba(14, 165, 233, .08);
    color: #0284c7;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13.5px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: normalcase;
}


.section-title {
    margin: 12px auto 0;
    max-width: 760px;
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: -.025em;
    font-weight: 800;
}

.section-subtitle {
    max-width: 690px;
    margin: 10px auto 0;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.home-btn {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #0879e8, #12b8a6);
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    padding: 14px 28px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(8, 121, 232, .16);
}

.home-btn:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.home-btn-outline-bankiq {
    background: #f8f9fa;
        color: #1e293b;
        border: 1px solid #cbd5e1;
        border-radius: 999px;
        /* Subtle neutral border */
        box-shadow: none;
        transition: all 0.2s ease-in-out;
        font-size: 16px;
            font-weight: 500;
            padding: 14px 28px;
}

.home-btn-outline-bankiq:hover {
    color: var(--biqplat-blue);
        border-color: var(--biqplat-blue);
        background: #ffffff;
}

@media (max-width:768px) {
    .home-btn, .home-btn-outline-bankiq {
        width: 100%;
    }
}


/* =========================================
   BANKIQ MOBILE LEFT SIDE MENU
   ========================================= */

.bankiq-mobile-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
}


/* -----------------------------------------
   MOBILE MENU BUTTON
   ----------------------------------------- */

.bankiq-menu-btn {
    width: 44px;
    height: 44px;

    padding: 0;

    border: 0;
    background: transparent;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 5px;

    cursor: pointer;
}


/* Hamburger lines */

.bankiq-menu-btn span {
    display: block;

    width: 24px;
    height: 2px;

    background: #12306b;

    border-radius: 10px;

    transition: all 0.25s ease;
}


/* -----------------------------------------
   LEFT OFFCANVAS
   ----------------------------------------- */

.bankiq-offcanvas {
    width: min(320px, 85vw) !important;

    border: 0;

    background: #ffffff;

    box-shadow: 10px 0 35px rgba(18, 48, 107, 0.15);
}


/* -----------------------------------------
   OFFCANVAS HEADER
   ----------------------------------------- */

.bankiq-offcanvas .offcanvas-header {
    min-height: 80px;

    padding: 18px 22px;

    border-bottom: 1px solid rgba(18, 48, 107, 0.08);
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
}


.bankiq-offcanvas-logo img {
    width: 150px;

    height: auto;

    display: block;
}


/* -----------------------------------------
   CLOSE BUTTON
   ----------------------------------------- */

.bankiq-close-btn {
    position: relative;

    width: 40px;
    height: 40px;

    padding: 0;

    border: 0;

    background: #f5f8fc;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;
}


.bankiq-close-btn span {
    position: absolute;

    width: 19px;
    height: 2px;

    background: #12306b;

    border-radius: 10px;
}


.bankiq-close-btn span:first-child {
    transform: rotate(45deg);
}


.bankiq-close-btn span:last-child {
    transform: rotate(-45deg);
}


/* -----------------------------------------
   OFFCANVAS BODY
   ----------------------------------------- */

.bankiq-offcanvas .offcanvas-body {
    padding: 20px 22px 30px;

    display: flex;

    flex-direction: column;
}


/* -----------------------------------------
   MOBILE LINKS
   ----------------------------------------- */

.bankiq-mobile-links {
    list-style: none;

    padding: 0;
    margin: 0;
}


.bankiq-mobile-links li {
    border-bottom: 1px solid rgba(18, 48, 107, 0.08);
}


.bankiq-mobile-links a {
    display: flex;

    align-items: center;

    min-height: 55px;

    padding: 8px 4px;

    color: #12306b;

    text-decoration: none;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    font-weight: 600;

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}


.bankiq-mobile-links a:hover {
    color: #0879e8;

    padding-left: 10px;
}


/* -----------------------------------------
   MOBILE CTA
   ----------------------------------------- */

.bankiq-mobile-cta {
    margin-top: auto;

    padding-top: 25px;
}


.bankiq-mobile-cta .btn {
    min-height: 48px;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 700;
}


/* -----------------------------------------
   BACKDROP
   ----------------------------------------- */

.offcanvas-backdrop.show {
    opacity: 0.55;

    background: #071a35;
}


/* -----------------------------------------
   MOBILE ONLY
   ----------------------------------------- */

@media (max-width: 991.98px) {

    .bankiq-mobile-nav .container {
        min-height: 50px;
    }

}


/* -----------------------------------------
   SMALL MOBILE
   ----------------------------------------- */

@media (max-width: 575.98px) {

    .bankiq-offcanvas {
        width: 88vw !important;
    }

    .bankiq-offcanvas .offcanvas-header {
        min-height: 72px;

        padding: 15px 18px;
    }

    .bankiq-offcanvas .offcanvas-body {
        padding: 15px 18px 25px;
    }

    .bankiq-offcanvas-logo img {
        width: 125px;
    }

    .bankiq-mobile-links a {
        font-size: 14px;

        min-height: 52px;
    }

}

/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    padding: 55px 0 48px;
    background: linear-gradient(180deg, #fff 0%, #fff 72%, #f6faff 100%);
}

.hero::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -170px;
    top: -180px;
    border-radius: 50%;
    background: rgba(191, 219, 254, .42);
    filter: blur(55px);
}

.hero-copy {
    position: relative;
    z-index: 2;
    padding-top: 45px;
}

.hero-title {
    margin-top: 15px;
    max-width: 610px;
    font-size: 52px;
    line-height: 1.06;
    letter-spacing: -.04em;
    font-weight: 800;
}

.gradient-text {
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-description {
    max-width: 560px;
    margin-top: 20px;
    color: #6e7889;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
}

.hero-points {
    max-width: 570px;
    margin-top: 14px;
    padding-left: 14px;
    border-left: 2px solid rgba(6, 182, 212, .35);
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}

.hero-points p {
    margin: 0 0 5px;
}

.hero-points .highlight {
    color: #0891b2;
    font-weight: 800;
}

.hero-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-visual {
    position: relative;
    z-index: 2;
}

.hero-card {
    max-width: 540px;
    margin: auto;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 17px;
    box-shadow: var(--shadow-lg);
}

.hero-card-title {
    text-align: center;
    color: #0891b2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 8px;
}

.hero-card img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.status-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 9px;
}

.status {
    border: 1px solid;
    border-radius: 999px;
    padding: 3px 7px;
    font-size: 10.5px;
    font-weight: 800;
}

.approve {
    color: #059669;
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.decline {
    color: #ef4444;
    background: #fef2f2;
    border-color: #fecaca;
}

.stepup {
    color: #d97706;
    background: #fffbeb;
    border-color: #fde68a;
}

.investigate {
    color: #0891b2;
    background: #ecfeff;
    border-color: #a5f3fc;
}

/* TICKER */
.ticker {
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: rgba(248, 250, 252, .75);
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 25s linear infinite;
}

.ticker-group {
    display: flex;
    gap: 35px;
    padding: 9px 18px;
    white-space: nowrap;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.ticker-group span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    border-radius: 50%;
    background: var(--teal);
    vertical-align: middle;
}

@keyframes ticker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* PLATFORM */
.platform-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 9px;
    align-items: stretch;
    margin-top: 28px;
}

.platform-item {
    position: relative;
}

.platform-card {
    height: 100%;
    padding: 13px;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .05);
    transition: .25s ease;
}

.platform-card:hover {
    transform: translateY(-3px);
    border-color: rgba(18, 184, 166, .4);
    box-shadow: 0 9px 25px rgba(18, 184, 166, .12);
}

.platform-top {
    display: flex;
    align-items: center;
    gap: 7px;
}

.num {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    background: linear-gradient(90deg, #2563eb, #06b6d4);
}

.mini-icon {
    display: grid;
    place-items: center;
    width: 33px;
    height: 33px;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: #f8fafc;
    color: var(--primary);
    font-size: 12px;
}

.platform-card h3 {
    margin: 9px 0 3px;
    font-size: 12px;
    font-weight: 800;
}

.platform-card p {
    margin: 0;
    color: #64748b;
    font-size: 8.5px;
    line-height: 1.5;
}

.platform-image {
    margin-top: 13px;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}

.platform-image img {
    width: 100%;
    display: block;
    border-radius: 11px;
}

/* Step number */
.step-number {
    width: 32px;
    height: 32px;
    min-width: 32px;
    color: #fff;
    font-family: monospace;
    font-size: 11px;
    font-weight: 700;
    background: linear-gradient(135deg, #2563EB, #0EA5A4);

    /* Prevent number from moving */
    flex-shrink: 0;

    display: grid;
    place-items: center;
    border-radius: 50%;
}


/* Card */
.flow-card {
    position: relative;
    border: 1px solid #e5e7eb !important;
    border-bottom: 4px solid #e5e7eb !important;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        border-bottom-color 0.3s ease,
        box-shadow 0.3s ease;

    overflow: hidden;
}


/* Hover */
.flow-card:hover {
    transform: translateY(-5px);

    /* 1px sky-blue border */
    border-color: #38bdf8 !important;

    /* 4px bottom border */
    border-bottom: 4px solid #38bdf8 !important;

    box-shadow: 0 12px 25px rgba(56, 189, 248, 0.15) !important;
}


/* Keep number and icon in their original position */
.flow-card .d-flex {
    transform: none !important;
}


/* Icon */
.icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #f8fafc;
    flex-shrink: 0;
}

.card-line {
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, #2563EB, #0EA5A4);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.flow-card:hover .card-line {
    transform: scaleX(1);
}

.flow-arrow {
    color: #0EA5A4;
}

.flow-card h3 {
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .flow-arrow {
        transform: rotate(90deg);
        align-self: center;
    }
}

@media (min-width: 992px) {
    .flow-arrow {
        transform: rotate(0);
    }
}

/* ACCORDION */
.intel-cards {
    width: 100%;
    max-width: 900px;
    margin-top: 20px;
}

.intel-item {
    margin-bottom: 12px;
}

.intel-card {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

/* Card hover */
.intel-card:hover {
    border-color: rgba(14, 165, 164, 0.45);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}


/* Main button */
.intel-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 20px;

    border: 0;
    background: transparent;

    text-align: left;
    color: #111827;

    cursor: pointer;
}


/* Remove Bootstrap button focus background */
.intel-toggle:focus {
    outline: none;
    box-shadow: none;
}


/* Icon box */
.intel-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    background: rgba(248, 250, 252, 0.7);

    transition: all 0.3s ease;
}

.intel-icon svg {
    width: 36px;
    height: 36px;
}


/* Text area */
.intel-text {
    min-width: 0;
    flex: 1;
}

.intel-title {
    display: block;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;

    color: #111827;
}

.intel-description {
    display: block;

    margin-top: 4px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;

    color: #6b7280;
}


/* Plus button */
.intel-plus {
    width: 36px;
    height: 36px;
    min-width: 36px;

    display: grid;
    place-items: center;

    border: 1px solid #e5e7eb;
    border-radius: 50%;

    color: #6b7280;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}

.intel-plus svg {
    width: 16px;
    height: 16px;
}


/* Rotate + into × when opened */
.intel-toggle[aria-expanded="true"] .intel-plus {
    transform: rotate(45deg);

    border-color: #0ea5a4;
    background: rgba(14, 165, 164, 0.08);
    color: #0ea5a4;
}


/* Expanded content */
.intel-content {
    padding: 16px 20px 20px;

    border-top: 1px solid #e5e7eb;
}

.intel-content p {
    margin: 0;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;

    color: #374151;
}


/* Tags */
.intel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 16px;
}

.intel-tags span {
    display: inline-flex;
    align-items: center;

    padding: 5px 10px;

    border: 1px solid rgba(14, 165, 164, 0.25);
    border-radius: 50px;

    background: rgba(14, 165, 164, 0.08);

    color: #0ea5a4;

    font-size: 13px;
    font-weight: 600;
}


/* Icon hover */
.intel-card:hover .intel-icon {
    border-color: rgba(14, 165, 164, 0.35);
    background: rgba(14, 165, 164, 0.04);
}


/* Mobile */
@media (max-width: 575.98px) {

    .intel-toggle {
        gap: 12px;
        padding: 16px;
    }

    .intel-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .intel-icon svg {
        width: 31px;
        height: 31px;
    }

    .intel-title {
        font-size: 15px;
    }

    .intel-description {
        font-size: 12.5px;
    }

    .intel-plus {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .intel-content {
        padding: 14px 16px 18px;
    }
}

/* IMAGE SECTIONS */
.diagram-card {
    margin-top: 30px;
    padding: 32px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}

.diagram-card img {
    width: 100%;
   height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}

/* PERFORMANCE */
.stats-grid {
    margin-top: 27px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.stat-card {
    padding: 32px 24px;
    height: 180px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #fff;
}

.stat-card:hover {
    border: 1px solid var(--primary);
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.25);
    transform: translateY(-4px);
}

.stat-number {
    color: var(--primary);
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
    font-family: 'Manrope';
}

.stat-card h3 {
    margin: 8px 0 2px;
    font-size: 15px;
    font-weight: 800;
}

.stat-card p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
}

/* CUSTOMER */
.customer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 27px;
}

.customer-card {
    height: 100%;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: rgba(255, 255, 255, .8);
    transition: .25s ease;
}

.customer-card:hover {
    transform: translateY(-3px);
    border-color: rgba(18, 184, 166, .45);
}

.customer-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.customer-kicker {
    margin-top: 8px;
    color: #0284c7;
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.customer-card .label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.customer-card p {
    margin: 2px 0 0;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

/* WHY */
.feature-card {
    height: 100%;
    padding: 20px;

    border: 1px solid #e5e7eb;
    border-radius: 16px;

    background: rgba(255, 255, 255, 0.7);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* Hover effect */
.feature-card:hover {
    transform: translateY(-5px);

    border-color: #38bdf8;

    box-shadow:
        0 10px 25px rgba(56, 189, 248, 0.20);
}


/* Icon */
.feature-icon {
    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    background: rgba(248, 250, 252, 0.7);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}


/* Icon SVG */
.feature-icon svg {
    width: 36px;
    height: 36px;
}


/* Scale icon on card hover */
.feature-card:hover .feature-icon {
    transform: scale(1.1);
    border-color: rgba(14, 165, 164, 0.4);
    background: rgba(14, 165, 164, 0.04);
}


/* Heading */
.feature-card h3 {
    margin-top: 16px;
    margin-bottom: 0;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;

    color: #111827;
}


/* Description */
.feature-card p {
    margin-top: 8px;
    margin-bottom: 0;

    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;

    color: #686d77;
}


/* Mobile adjustment */
@media (max-width: 575.98px) {

    .feature-card {
        padding: 18px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-icon svg {
        width: 32px;
        height: 32px;
    }

    .feature-card h3 {
        font-size: 15px;
    }

    .feature-card p {
        font-size: 12.5px;
    }

    .stat-card{
        padding: 24px 18px;
        height: 100%
    }

    .diagram-card {
        padding: 5px;
    }
}

/* CTA */
.cta {
    position: relative;
    overflow: hidden;
    padding: 57px 0;
    background: #f4f9ff;
    text-align: center;
}

.cta::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    left: 50%;
    top: -140px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(96, 165, 250, .18);
    filter: blur(45px);
}

.cta>.container {
    position: relative;
    z-index: 1;
}

.cta h2 {
    margin: 12px auto 0;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -.025em;
}

.cta p {
    max-width: 520px;
    margin: 16px auto 0;
    color: #64748b;
    font-size: 16px;
    font-weight: 600;
}

.cta-actions {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* FOOTER */
footer {
    padding: 64px 0 40px;
    background: #f8fafc;
    border-top: 1px solid var(--muted);
}

.footer-logo {
    width: 152px;
    height: auto;
}

.footer-description {
    max-width: 300px;
    margin-top: 10px;
    color: #64748b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

footer h5 {
    margin-bottom: 10px;
    color: black;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer li {
    margin-bottom: 5px;
}

footer a {
    color: #475569;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
}

footer a:hover {
    color: var(--teal);
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    color: #6f747c;
    font-weight: 600;
    font-size: 13.5px;
}

#scrollProgress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #0ea5a4);
    z-index: 99999;
    transition: width 0.1s ease-out;
    box-shadow: 0 0 8px rgba(14, 165, 164, 0.4);
}

/* 992px and below */
@media (max-width: 991.98px) {
    .navbar .nav-link {
        font-size: 12px;
    }

    .hero-title {
        font-size: 42px;
    }

    .platform-flow {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet */
@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section {
        padding: 45px 0;
    }

    .hero {
        padding: 38px 0 35px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-description {
        font-size: 12px;
    }

    .hero-visual {
        margin-top: 25px;
    }

    .platform-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .customer-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 29px;
    }

    .tech-accordion .accordion-body {
        padding-left: 15px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    body {
        font-size: 13px;
    }

    .navbar-brand img {
        width: 130px;
    }

    .hero {
        padding: 28px 0 30px;
    }

    .hero-title {
        font-size: clamp(31px, 9vw, 38px);
        line-height: 1.08;
    }

    .hero-description {
        font-size: 11px;
    }

    .hero-points {
        font-size: 9.5px;
    }

    .hero-actions .btn-bankiq,
    .hero-actions .btn-outline-bankiq {
        width: 100%;
        text-align: center;
    }

    .hero-card {
        padding: 9px;
        border-radius: 13px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 14px;
        font-weight: 600;
    }

    .platform-flow {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .why-card {
        min-height: 115px;
    }

    .cta h2 {
        font-size: 27px;
    }

    footer .row>div {
        margin-bottom: 15px;
    }
}

.biqplat-page {
    overflow: hidden;
    color: var(--biqplat-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.biqplat-page * {
    box-sizing: border-box;
}

.biqplat-container {
    width: min(1280px, calc(100% - 40px));
    margin-inline: auto;
}

.biqplat-section {
    padding: 56px 0;
}

.biqplat-section--hero {
    padding: 48px 0 55px;
    background: linear-gradient(180deg, #fff 0%, #fff 46%, #f3f8fd 100%);
}

.biqplat-section--light {
    background: #f4f8fd;
}

.biqplat-section--dark {
    color: #fff;
    background: #182846;
}

/* ---------- Typography: 1280px ---------- */

.biqplat-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #08a6c4;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .12em;
    text-transform: uppercase;
}


.biqplat-eyebrow::before,
.biqplat-eyebrow::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1.5px;
    margin: 0 7px 3px;
    background: #0ab5cf;
}

.biqplat-eyebrow-normal {
    display: inline-block;
    margin-bottom: 16px;
    color: #08a6c4;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .12em;
    text-transform: normal;
}

.biqplat-eyebrow-normal::before,
.biqplat-eyebrow-normal::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1.5px;
    margin: 0 7px 3px;
    background: #0ab5cf;
}



.biqplat-title {
    margin: 0 auto 14px;
    color: var(--biqplat-text);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -.025em;
}

.biqplat-title--dark {
    color: #fff;
}

.biqplat-subtitle {
    max-width: 620px;
    margin: 9px auto 0;
    color: var(--muted);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.biqplat-section--dark .biqplat-subtitle {
    color: #aebbd1;
}

/* ---------- Hero ---------- */

.biqplat-hero-title {
    max-width: 510px;
    margin: 0 0 16px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;

}

.biqplat-hero-copy {
    max-width: 530px;
    color: var(--muted);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
}

.biqplat-gradient-text {
    background: linear-gradient(90deg, #1c72ed, #08b8d4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.biqplat-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.biqplat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 14px 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #0879e8, #09b7d2);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 8px 20px rgba(8, 121, 232, .18);
    transition: .2s ease;
}

.biqplat-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}
.biqplat-btn--outline {
    background: #f8f9fa;
    color: #1e293b;
    border: 1px solid #cbd5e1;
    /* Subtle neutral border */
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

.biqplat-btn--outline:hover {
    color: var(--biqplat-blue);
    border-color: var(--biqplat-blue);
    background: #ffffff;
}

/* ---------- Platform cards ---------- */

.workflow {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin-top: 40px;
}

.workflow-step {
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-align: left;

}

.workflow-step:hover {
    transform: translateY(-5px);
    border: 1px solid #60a5fa;
    border-bottom: 3px solid #60a5fa;
    box-shadow: 0 10px 25px rgba(96, 165, 250, 0.18);
}

.workflow-step:hover {
    transform: translateY(-4px);
    border-color: #38bdf8;
    box-shadow: 0 10px 25px rgba(14, 165, 164, 0.12);
}

.workflow-number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;

    border-radius: 50%;

    background: linear-gradient(135deg,
            #2563eb,
            #0ea5a4);

    color: #fff;

    font-family: 'Manrope';
    font-size: 12.5px;
    font-weight: 700;
}

.workflow-step h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    color: #12306b;
}

.workflow-step p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: #64748b;

}

.workflow-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    color: #0ea5a4;
}

.workflow-separator svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 991.98px) {

    .workflow {
        flex-direction: column;
        gap: 12px;
    }

    .workflow-step {
        width: 100%;
    }

    .workflow-separator {
        height: 20px;
        transform: rotate(90deg);
    }

}

/* ---------- Technology cards ---------- */

/* =========================================
   ACCORDION CARDS
========================================= */

.acc {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

/* Hover effect */
.acc:hover {
    transform: translateY(-4px);
    border-color: #38bdf8;
    border-bottom: 3px solid #38bdf8;
    box-shadow: 0 10px 25px rgba(56, 189, 248, 0.18);
}


/* =========================================
   ACCORDION HEADER
========================================= */

.acc-head {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 20px;

    background: transparent;
    border: 0;

    text-align: left;
    color: #111827;

    cursor: pointer;
}


/* Icon */

.ic {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    background: #f8fafc;
}

.ic svg {
    width: 30px;
    height: 30px;
}


/* Text */

.txt {
    flex: 1;
    min-width: 0;
}

.txt h4 {
    margin: 0;

    font-size: 18px;
    font-weight: 800;

    color: #111827;
}

.txt p {
    margin: 6px 0 0;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;

    color: var(--muted);
}


/* Plus icon */

.plus {
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e5e7eb;
    border-radius: 50%;

    color: #6b7280;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.plus svg {
    width: 16px;
    height: 16px;
}


/* Rotate plus when opened */

.acc-head[aria-expanded="true"] .plus {
    transform: rotate(45deg);

    color: #0a93a0;
    border-color: #0a93a0;
    background: rgba(10, 147, 160, 0.06);
}


/* =========================================
   ACCORDION BODY
========================================= */

.acc-inner {
    padding: 0 20px 20px;

    border-top: 1px solid #e5e7eb;
    text-align: left;
}

.acc-inner p {
    margin: 16px 0 0;

    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    font-family: Inter, sans-serif;
    color: #292f37;
}


/* =========================================
   TAGS
========================================= */

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 16px;
}

.tag span {
    display: inline-flex;
    align-items: center;

    padding: 5px 10px;

    border: 1px solid rgba(10, 147, 160, 0.25);
    border-radius: 50px;

    background: rgb(17, 155, 168);

    font-size: 12px;
    font-weight: 600;

    color: #0a8390;
}


/* =========================================
   ICON COLORS
========================================= */

.icon-blue {
    stroke: #2f6fed;
    stroke-width: 1.8;
    fill: none;
}

.icon-teal {
    stroke: #0a93a0;
    stroke-width: 2;
    fill: none;
}

.icon-gold {
    stroke: #c9820a;
    stroke-width: 1.8;
    fill: none;
}

.icon-purple {
    stroke: #6a5cd0;
    stroke-width: 1.8;
    fill: rgba(106, 92, 208, 0.18);
}

.icon-green {
    stroke: #0ca34c;
    stroke-width: 1.8;
    fill: rgba(12, 163, 76, 0.18);
}

/* ---------- Dark operations section ---------- */

/* ==========================================
   FEATURE ACCORDION GRID
========================================== */

.feature-accordion-grid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}


/* ==========================================
   CARD
========================================== */

.feature-accordion-card {
    height: 100%;
    background: #2c3f62;

    border: 1px solid #182846;
    border-radius: 16px;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;

    text-align: left;
}


/* Hover */

.feature-accordion-card:hover {
    transform: translateY(-4px);

    border: 1px solid #38bdf8;
    border-bottom: 3px solid #38bdf8;

    box-shadow:
        0 10px 25px rgba(56, 189, 248, 0.18);
}


/* ==========================================
   HEADER / BUTTON
========================================== */

.feature-accordion-toggle {
    width: 100%;

    min-height: 110px;

    display: flex;
    align-items: center;

    gap: 16px;

    padding: 20px;

    border: 0;
    background: transparent;

    text-align: left;

    cursor: pointer;
}


/* ==========================================
   ICON
========================================== */

.feature-accordion-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #243955;
    border-radius: 12px;

    background: #1f3e5e;
}

.feature-accordion-icon svg {
    width: 32px;
    height: 32px;
}


/* ==========================================
   TEXT
========================================== */

.feature-accordion-text {
    flex: 1;
    min-width: 0;
}

.feature-accordion-text h4 {
    margin: 0;

    color: #ffffff;

    font-size: 18px;
    font-weight: 800;
}

.feature-accordion-text p {
    margin: 6px 0 0;

    color: #a0a8b3;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}


/* ==========================================
   PLUS ICON
========================================== */

.feature-accordion-plus {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dbe3ec;
    border-radius: 50%;

    color: #64748b;

    transition:
        transform 0.3s ease,
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.feature-accordion-plus svg {
    width: 16px;
    height: 16px;
}


/* Rotate + to × */

.feature-accordion-toggle[aria-expanded="true"] .feature-accordion-plus {
    transform: rotate(45deg);

    color: #0a93a0;

    background: #253255;

    border-color: #0a93a0;
}


/* ==========================================
   CONTENT
========================================== */

.feature-accordion-content {
    border-top: 1px solid #e2e8f0;
}

.feature-accordion-inner {
    padding: 20px;
}

.feature-accordion-inner p {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 14px;
    line-height: 1.7;
}

.feature-accordion-inner p:last-of-type {
    margin-bottom: 18px;
}


/* ==========================================
   TAGS
========================================== */

.feature-accordion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-accordion-tags span {
    display: inline-flex;
    align-items: center;

    padding: 6px 11px;

    border: 1px solid rgba(10, 147, 160, 0.25);
    border-radius: 50px;

    background: rgba(10, 147, 160, 0.08);

    color: #09c7d8;

    font-size: 12px;
    font-weight: 600;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .feature-accordion-toggle {
        min-height: 90px;
        padding: 16px;
        gap: 12px;
    }

    .feature-accordion-icon {
        flex: 0 0 44px;

        width: 44px;
        height: 44px;
    }

    .feature-accordion-icon svg {
        width: 27px;
        height: 27px;
    }

    .feature-accordion-text h4 {
        font-size: 15px;
    }

    .feature-accordion-text p {
        font-size: 12px;
    }

    .feature-accordion-inner {
        padding: 16px;
    }
    .feature-accordion-inner p {
        font-size: 12px;
    }
}

/* ---------- Capability matrix ---------- */

.stage-icon {
    width: 64px;
    height: 64px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.stage-panel {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb !important;
}

/* Card hover */
.stage-panel:hover {
    transform: translateY(-6px);
    border-color: #2f6fed !important;
    border-bottom: 3px solid #2f6fed !important;
    box-shadow: 0 12px 30px rgba(47, 111, 237, 0.15) !important;
}

/* Icon hover */
.stage-panel:hover~.stage-icon,
.stage-icon:hover {
    transform: scale(1.08);
}

/* List */
.stage-panel ul li {
    font-size: 14px;
    font-weight: 600;
    color: #1f262f;
}

.stage-panel ul li span {
    font-weight: 700;
}

/* Desktop connecting line */
@media (min-width: 992px) {

    .stage-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 64px;
        width: calc(100% + 30px);
        height: 1px;
        background: linear-gradient(90deg,
                #2f6fed,
                #0a93a0);
        z-index: -1;
    }

    /* Remove connector from final stage */
    .col-lg:last-child .stage-icon::after {
        display: none;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {

    .stage-panel {
        min-height: 230px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {

    .stage-panel {
        min-height: auto;
    }

    .stage-icon {
        width: 58px;
        height: 58px;
    }
}

.medium {
    font-weight: 600;
}

/* ---------- Integration / architecture ---------- */

.biqplat-info-grid {
    margin-top: 28px;
}

.biqplat-info-card {
    height: 100%;
    padding: 36px;
    border: 1px solid var(--biqplat-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--biqplat-shadow);
}

.biqplat-info-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 11px;
    border-radius: 8px;
    background: #eaf5ff;
    color: #0879e8;
    font-size: 15px;
}

.biqplat-info-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
}

.biqplat-info-card p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.biqplat-info-link {
    display: inline-block;
    margin-top: 10px;
    color: #0879e8;
    font-size: 16px;
    font-weight: 800;
}

/* ---------- CTA ---------- */

.biqplat-cta {
    padding: 64px 28px;
    background:
        radial-gradient(circle at 50% 0%, rgba(41, 105, 235, .23), transparent 40%),
        linear-gradient(110deg, #071125, #101d3c 50%, #071125);
    text-align: center;
    gap: 20px;
}

.biqplat-cta-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
}

.biqplat-cta-copy {
    max-width: 490px;
    margin: 9px auto 32px;
    color: #99a9c4;
    font-size: 16px;
    line-height: 1.55;
}

.biqplat-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 17px;
}

.biqplat-cta-link {
    color: #18c2bd;
    font-size: 16px;
    font-weight: 800;
}

/* ---------- Responsive ---------- */

@media (max-width: 1199.98px) {
    .biqplat-container {
        width: min(1080px, calc(100% - 36px));
    }

    .biqplat-hero-title {
        font-size: 39px;
    }

    .biqplat-title {
        font-size: 29px;
    }
}

@media (max-width: 991.98px) {
    .biqplat-section {
        padding: 50px 0;
    }

    .biqplat-section--hero {
        padding: 42px 0 48px;
    }

    .biqplat-hero-title {
        max-width: 650px;
        font-size: 37px;
    }

    .biqplat-hero-copy {
        max-width: 620px;

    }

    .biqplat-platform-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .biqplat-matrix-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .biqplat-matrix-line {
        display: none;
    }

    .biqplat-matrix-column:nth-child(4),
    .biqplat-matrix-column:nth-child(5) {
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .biqplat-container {
        width: calc(100% - 30px);
    }

    .biqplat-section {
        padding: 42px 0;
    }

    .biqplat-section--hero {
        padding: 35px 0 42px;
    }

    .biqplat-hero-title {
        font-size: 33px;
    }

    .biqplat-title {
        font-size: 26px;
    }

    .biqplat-subtitle {
        font-size: 14px;

    }

    .biqplat-platform-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .biqplat-tech-grid .row>div {
        margin-bottom: 8px;
    }

    .biqplat-matrix-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .biqplat-matrix-column:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        width: 100%;
        margin-inline: auto;
    }

    .bigplat-cta {
        padding: 30px;
    }

    .biqplat-cta-title {
        font-size: 25px;
    }

    .biqplat-cta-actions {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .biqplat-container {
        width: calc(100% - 24px);
    }

    .biqplat-section {
        padding: 36px 0;
    }

    .biqplat-section--hero {
        padding: 29px 0 35px;
    }

    .biqplat-eyebrow {
        font-size: 13.5px;
    }

    .biqplat-hero-title {
        font-size: clamp(28px, 8.5vw, 34px);
    }

    .biqplat-hero-copy {
        font-size: 14px;
    }

    .biqplat-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .biqplat-btn {
        width: 100%;
    }

    .biqplat-platform-grid {
        grid-template-columns: 1fr;
    }

    .biqplat-platform-card {
        min-height: 125px;
    }

    .biqplat-matrix-grid {
        grid-template-columns: 1fr;
    }

    .biqplat-matrix-column:last-child {
        grid-column: auto;
        max-width: none;
    }

    .biqplat-matrix-card {
        min-height: auto;
    }

    .biqplat-info-grid .row>div {
        margin-bottom: 10px;
    }

    .biqplat-title {
        font-size: 24px;
    }

    .biqplat-cta {
        padding: 42px 20px;
    }

    .biqplat-cta-title {
        font-size: 23px;
    }
}

/* =========================================================
   EYEBROW
   ========================================================= */

.biqarch-eyebrow {

    display: inline-block;

    margin-bottom: 16px;

    color: #08a5c2;

    font-size: 14px;

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: .13em;

    text-transform: uppercase;

}


.biqarch-eyebrow::before {

    content: "";

    display: inline-block;

    width: 18px;

    height: 2px;

    margin-right: 7px;

    margin-bottom: 3px;

    background: var(--cyan);

}


/* =========================================================
   HEADINGS
   ========================================================= */

.biqarch-section {
    padding: 40px 0;
}

.biqarch-section-title {

    margin: 0 0 14px;

    color: var(--text);

    font-family: "Manrope", sans-serif;

    font-size: 40px;

    line-height: 1.13;

    font-weight: 800;

    letter-spacing: -.028em;

}


.biqarch-section-description {

    max-width: 670px;

    margin: 10px auto 0;

    color: var(--muted);

    font-size: 17px;
    font-weight: 600;

    line-height: 1.55;

}


/* =========================================================
   BUTTONS
   ========================================================= */

.biqarch-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 35px;

    padding: 14px 28px;

    border: 0;

    border-radius: 999px;

    background: linear-gradient(90deg,
            var(--primary),
            var(--cyan));

    color: #fff;

    font-size: 16px;

    font-weight: 500;
    

    box-shadow:
        0 9px 22px rgba(8, 121, 232, .18);

    transition: all .2s ease;

}


.biqarch-btn:hover {

    color: #fff;

    transform: translateY(-1px);

}


.biqarch-btn-outline {

    background: #fff;

    color: #26364e;

    border: 1px solid var(--border);

    box-shadow: none;

    font-size: 16px;

}


.biqarch-btn-outline:hover {

     color: var(--biqplat-blue);
        border-color: var(--biqplat-blue);
        background: #ffffff;

}


/* =========================================================
   HERO
   ========================================================= */

.biqarch-hero {

    padding: 54px 0;

    background:
        linear-gradient(180deg,
            #fff 0%,
            #fff 72%,
            var(--soft-bg) 100%);

}


.biqarch-hero-title {

    max-width: 900px;

  

    margin: 0 0 18px;

    font-size: 48px;

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -.035em;

}


.biqarch-hero-text {

    max-width: 720px;

    margin: 13px 0 0;

    color: var(--muted);

    font-size: 17px;

    font-weight: 600;

    line-height: 1.65;

}


.biqarch-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 9px;

    margin-top: 19px;

}


/* =========================================================
   FEATURE STRIP
   ========================================================= */

.biqarch-feature-strip {

    padding: 11px 0;

    border-top: 1px solid var(--border);

    border-bottom: 1px solid var(--border);

    background: #fff;

}


.biqarch-feature-list {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 18px;

}


.biqarch-feature-list span {

    color: #52647d;

    font-size: 16px;

    font-weight: 700;

}


.biqarch-feature-list span::before {

    content: "•";

    margin-right: 6px;

    color: var(--teal);

}


/* =========================================================
   ARCHITECTURE FLOW
   ========================================================= */

.architecture-flow {
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: 100%;
}


/* =========================================================
   ARCHITECTURE CARD
   ========================================================= */

.architecture-step {
    flex: 1 1 0;
    min-width: 0;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* Hover */

.architecture-step:hover {
    transform: translateY(-5px);
    border-color: #2563eb;
    border-bottom: 3px solid #2563eb;

    box-shadow:
        0 12px 30px rgba(37, 99, 235, 0.12);
}


/* =========================================================
   NUMBER
   ========================================================= */

.architecture-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    margin-bottom: 16px;

    border-radius: 50%;

    background: var(--blue);
    border: 1px solid #bfdbfe;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   HEADING
   ========================================================= */

.architecture-step h4 {
    margin: 0 0 10px;

    color: #12306b;

    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.architecture-step p {
    margin: 0;

    color: var(--muted);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}


/* =========================================================
   CHIPS
   ========================================================= */

.architecture-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin-top: 16px;
}

.architecture-chip {
    display: inline-flex;
    align-items: center;

    padding: 5px 10px;

    border-radius: 999px;

    background: #f8fafc;
    border: 1px solid #e2e8f0;

    color: #475569;

    font-size: 12px;
    font-weight: 600;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.architecture-step:hover .architecture-chip {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #2563eb;
}


/* =========================================================
   ARROW / SEPARATOR
   ========================================================= */

.architecture-separator {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 24px;

    color: #94a3b8;
}

.architecture-separator svg {
    width: 20px;
    height: 20px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .architecture-flow {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .architecture-separator {
        display: none;
    }

    .architecture-step {
        width: 100%;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .architecture-flow {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .architecture-step {
        padding: 20px;
    }

    .architecture-step h4 {
        font-size: 16px;
    }

    .architecture-step p {
        font-size: 13px;
    }

}

/* =========================================
   ARCHI ACCORDION GRID
========================================= */

.archi-grid {
    margin-top: 20px;
    width: 100%;
}


/* =========================================
   CARD
========================================= */

.archi-card {
    width: 100%;
    height: auto;

    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;

    overflow: hidden;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}


/* Hover */

.archi-card:hover {
    border-color: #2563eb;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.12);
}


/* =========================================
   HEADER
========================================= */

.archi-head {
    width: 100%;

    display: flex;
    align-items: center;

    gap: 15px;

    padding: 20px;

    background: transparent;
    border: 0;

    text-align: left;

    cursor: pointer;
}


/* =========================================
   ICON
========================================= */

.archi-icon {
    flex: 0 0 46px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
}

.archi-icon svg {
    width: 30px;
    height: 30px;
}


/* Icon colors */

.archi-blue {
    color: #2563eb;
    background: #eff6ff;
}

.archi-teal {
    color: #0a93a0;
    background: #ecfeff;
}

.archi-violet {
    color: #7c3aed;
    background: #f5f3ff;
}

.archi-rose {
    color: #e11d48;
    background: #fff1f2;
}

.archi-green {
    color: #16a34a;
    background: #f0fdf4;
}

.archi-amber {
    color: #d97706;
    background: #fffbeb;
}

.archi-red {
    color: #dc2626;
    background: #fef2f2;
}


/* =========================================
   TEXT
========================================= */

.archi-text {
    flex: 1;
    min-width: 0;
}

.archi-text h4 {
    margin: 0 0 5px;

    color: #111827;

    font-size: 18px;
    font-weight: 800;

    line-height: 1.4;
}

.archi-text p {
    margin: 0;

    color: var(--muted);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}


/* =========================================
   PLUS ICON
========================================= */

.archi-plus {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #64748b;

    border-radius: 50%;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.archi-plus svg {
    width: 24px;
    height: 24px;
}


/* =========================================
   OPEN STATE
========================================= */

.archi-card.archi-open {
    border-color: #2563eb;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
}

.archi-card.archi-open .archi-plus {
    transform: rotate(45deg);
    color: #2563eb;
    background: #eff6ff;
}


/* =========================================
   ACCORDION BODY
========================================= */

.archi-body {
    display: grid;
    grid-template-rows: 0fr;

    transition: grid-template-rows 0.35s ease;
}

.archi-body>div {
    overflow: hidden;
}


/* Open body */

.archi-card.archi-open .archi-body {
    grid-template-rows: 1fr;
}


/* =========================================
   INNER CONTENT
========================================= */

.archi-inner {
    padding: 0 20px 22px;

    border-top: 1px solid #eef2f7;
}

.archi-inner p {
    margin: 16px 0 0;

    color: #292f37;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}


/* =========================================
   TAGS
========================================= */

.archi-tags {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    margin-top: 18px;
}

.archi-tags span {
    display: inline-flex;
    align-items: center;

    padding: 6px 11px;

    border-radius: 999px;

   
    border: 1px solid #e2e8f0;

    

    background: #0a93a014;
    
        color: #0a93a0;

    font-size: 12px;
    font-weight: 600;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767.98px) {

    .archi-head {
        padding: 17px;
        gap: 12px;
    }

    .archi-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .archi-icon svg {
        width: 20px;
        height: 20px;
    }

    .archi-text h4 {
        font-size: 15px;
    }

    .archi-text p {
        font-size: 12px;
    }

    .archi-inner {
        padding: 0 17px 20px;
    }

    .acc-inner p {
        font-size: 12px;
    }

}

.icon-show {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    transition: all 0.3s ease;
}

.icon-show svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #2563eb;
    stroke-width: 2;
    transition: all 0.3s ease;
}

/* Hover */
.icon-show:hover {
    transform: translateY(-3px);
    background: #dbeafe;
    border-color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.20);
}

.icon-show:hover svg {
    transform: scale(1.1);
    stroke: #1d4ed8;
}

.epf-titan {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 10px;
}

.epf-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.epf-title h3 {
    font-size: 16px;
    font-family: 'Manrope';
}

/* =========================================================
   PROGRAM CARDS
   ========================================================= */

.biqarch-program-grid {

    margin-top: 28px;

}


.biqarch-program-card {

    height: 100%;

    min-height: 145px;

    padding: 22px 24px;

    border: 1px solid var(--border);

    border-top: 2px solid var(--primary);

    border-radius: 10px;

    background: #fff;

    box-shadow: var(--shadow);

}


.biqarch-program-card:nth-child(2) {

    border-top-color: var(--cyan);

}


.biqarch-program-card:nth-child(3) {

    border-top-color: var(--teal);

}


.biqarch-program-label {

    color: var(--cyan);

    font-size: 10.5px;

    font-weight: 800;

    letter-spacing: .08em;

}


.biqarch-program-card h3 {

    margin: 4px 0 8px;

    font-size: 16px;

    font-weight: 800;

}


.biqarch-program-card ul {

    margin: 0;

    padding: 0;

    list-style: none;

}


.biqarch-program-card li {

    position: relative;

    margin-bottom: 5px;

    padding-left: 18px;

    color: #62738c;

    font-size: 13.5px;
    font-weight: 600;

    line-height: 1.4;
    gap: 5px;

}


.biqarch-program-card li::before {

    content: "✓";

    position: absolute;

    left: 0;

    color: var(--teal);

    font-weight: 800;


}


/* =========================================================
   METRICS
   ========================================================= */

.biqarch-metrics {

    margin-top: 25px;

}


.biqarch-metric-card {

    height: 100%;

    padding: 11px 8px;

    border: 1px solid var(--border);

    border-radius: 9px;

    background: #fff;

    text-align: center;

}


.biqarch-metric-card strong {

    display: block;

    color: var(--primary);

    font-size: 24px;

    line-height: 1.1;

    font-weight: 800;

}


.biqarch-metric-card span {

    display: block;

    margin-top: 4px;

    color: var(--muted);

    font-size: 12.5px;

    font-weight: 600;

    line-height: 1.35;

}


/* =========================================================
   GO DEEPER
   ========================================================= */

.biqarch-deeper-grid {

    margin-top: 28px;

}


.biqarch-deeper-card {

    height: 100%;

    min-height: 140px;

    padding: 24px;

    border: 1px solid var(--border);

    border-radius: 11px;

    background: #fff;

    box-shadow:
        0 4px 15px rgba(15, 42, 80, .04);

}


.biqarch-deeper-card>span {

    color: var(--cyan);

    font-size: 12.5px;

    font-weight: 800;

    letter-spacing: .08em;

}


.biqarch-deeper-card h3 {

    margin: 5px 0 9px;

    font-size: 18px;

    font-weight: 800;

}


.biqarch-deeper-card p {

    margin: 0;

    color: var(--muted);

    font-size: 14px;
    font-weight: 600;

    line-height: 1.45;

}


/* =========================================================
   CTA
   ========================================================= */

.biqarch-cta {

    padding: 78px 0;

    background:
        radial-gradient(circle at 50% 0%,
            rgba(42, 103, 232, .22),
            transparent 42%),
        linear-gradient(110deg,
            #061024,
            #102044 50%,
            #061024);

    text-align: center;

}


.biqarch-cta h2 {

    margin: 0;

    color: #fff;

    font-size: 42px;

    line-height: 1.15;

    margin-bottom: 16px;

    font-weight: 800;

    letter-spacing: -.025em;

}


.biqarch-cta p {

    max-width: 560px;

    margin: 10px auto 0;

    color: #9eabc1;

    font-size: 16px;

}


.biqarch-cta-actions {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 17px;

    margin-top: 19px;

}




/* =========================================================
   1200px
   ========================================================= */

@media (max-width: 1199.98px) {

    .biqarch-container {

        width: calc(100% - 48px);

    }

    .biqarch-hero-title {

        font-size: 40px;

    }

    .biqarch-section-title {

        font-size: 30px;

    }

}


/* =========================================================
   992px
   ========================================================= */

@media (max-width: 991.98px) {

    .biqarch-section {

        padding: 50px 0;

    }

    .biqarch-hero {

        padding: 45px 0 28px;

    }

    .biqarch-hero-title {

        font-size: 38px;

    }

    .biqarch-layer-card {

        min-height: 165px;

    }

}


/* =========================================================
   768px
   ========================================================= */

@media (max-width: 767.98px) {

    .biqarch-container {

        width: calc(100% - 30px);

    }

    .biqarch-section {

        padding: 42px 0;

    }

    .biqarch-hero {

        padding: 35px 0 25px;

    }

    .biqarch-hero-title {

        font-size: 34px;

    }

    .biqarch-hero-text {

        font-size: 13.5px;

    }

    .biqarch-section-title {

        font-size: 27px;

    }

    .biqarch-section-description {

        font-size: 13.5px;

    }

}


/* =========================================================
   576px
   ========================================================= */

@media (max-width: 575.98px) {

    .biqarch-container {

        width: calc(100% - 24px);

    }

    .biqarch-section {

        padding: 36px 0;

    }

    .biqarch-hero {

        padding: 30px 0 23px;

    }

    .biqarch-eyebrow {

        font-size: 13.5px;

    }

    .biqarch-hero-title {

        font-size: clamp(28px, 8.5vw, 34px);

    }

    .biqarch-hero-text {

        font-size: 13.5px;

    }

    .biqarch-hero-actions {

        flex-direction: column;

        align-items: stretch;

    }

    .biqarch-btn {

        width: 100%;

    }

    .biqarch-feature-list {

        gap: 8px 13px;

    }

    .biqarch-feature-list span {

        font-size: 12px;

    }

    .biqarch-section-title {

        font-size: 24px;

    }

    .biqarch-layer-card {

        min-height: auto;

    }

    .biqarch-program-card {

        min-height: auto;

    }

    .biqarch-metric-card strong {

        font-size: 18px;

    }

    .biqarch-cta {

        padding: 43px 0;

    }

    .biqarch-cta h2 {

        font-size: 24px;

    }

    .biqarch-cta-actions {

        flex-direction: column;

        gap: 11px;

    }

}

/* =========================================================
   ARCHI ACCORDION
   ========================================================= */

/* Main Card */
.archi-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}


/* Hover */
.archi-card:hover {
    border-color: #2f6fed;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}


/* Open Card */
.archi-card.archi-open {
    border-color: #2f6fed;
    box-shadow: 0 12px 30px rgba(47, 111, 237, 0.12);
}


/* =========================================================
   ACCORDION HEADER
   ========================================================= */

.archi-head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;

    padding: 22px;

    margin: 0;

    border: 0;
    outline: none;

    background: transparent;

    text-align: left;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* Remove Bootstrap button focus background */
.archi-head:focus,
.archi-head:active {
    outline: none;
    box-shadow: none;
}


/* =========================================================
   ICON
   ========================================================= */

.archi-head .ic {
    flex: 0 0 44px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    transition:
        background 0.25s ease,
        color 0.25s ease;
}


.archi-head .ic svg {
    width: 22px;
    height: 22px;
}


/* Icon Colors */

.ic-blue {
    color: #2f6fed;
    background: rgba(47, 111, 237, 0.10);
}


.ic-teal {
    color: #0a93a0;
    background: rgba(10, 147, 160, 0.10);
}


.ic-violet {
    color: #6a5cd0;
    background: rgba(106, 92, 208, 0.10);
}


.ic-rose {
    color: #d04f72;
    background: rgba(208, 79, 114, 0.10);
}


.ic-green {
    color: #0ca34c;
    background: rgba(12, 163, 76, 0.10);
}


/* =========================================================
   TEXT
   ========================================================= */

.archi-head .txt {
    flex: 1;
    min-width: 0;
}


.archi-head .txt h4 {
    margin: 0 0 6px;

    font-size: 18px;
    line-height: 1.35;

    font-weight: 800;

    color: #111827;
}


.archi-head .txt p {
    margin: 0;

    font-size: 14px;
    line-height: 1.6;

    font-weight: 600;

    color: var(--muted);
}


/* =========================================================
   PLUS ICON
   ========================================================= */

.archi-head .plus {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 2px;

    border-radius: 50%;

    background: #f8fafc;
    color: #64748b;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


.archi-head .plus svg {
    width: 17px;
    height: 17px;
}


/* Open = Plus becomes X */

.archi-card.archi-open .plus {
    transform: rotate(45deg);

    background: #2f6fed;
    color: #ffffff;
}


/* =========================================================
   ACCORDION BODY
   ========================================================= */

/*
   IMPORTANT:
   We use max-height instead of grid-template-rows.
   This prevents the small hidden/sliver section.
*/

.archi-body {
    max-height: 0;

    overflow: hidden;

    transition:
        max-height 0.35s ease;
}


/* Open body */

.archi-card.archi-open .archi-body {
    max-height: 1000px;
}


/* =========================================================
   INNER CONTENT
   ========================================================= */

.archi-inner {
    padding: 0 22px 22px 82px;
}


.archi-inner p {
    margin: 0 0 16px;

    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #292f37;
}


/* Last paragraph */
.archi-inner p:last-of-type {
    margin-bottom: 16px;
}


/* =========================================================
   TAGS
   ========================================================= */

.tag-row {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 12px;
}


.tag {
    display: inline-flex;
    align-items: center;

    padding: 6px 11px;

    border-radius: 999px;

    border: 1px solid #0a93a014;

    background: #0a93a014;

    color: #0a93a0;

    font-size: 12px;
    line-height: 1.3;

    font-weight: 600;

    white-space: nowrap;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}


/* Tag hover */

.archi-card:hover .tag {
    border-color: #dbe5f5;
}


/* =========================================================
   INTEGRATION READY
   ========================================================= */

.readiness-note {
    display: inline-flex;
    align-items: center;

    margin-top: 14px;

    padding: 6px 12px;

    border-radius: 999px;

    border: 1px solid rgba(12, 163, 76, 0.20);

    background: rgba(12, 163, 76, 0.08);

    color: #0ca34c;

    font-size: 12px;
    line-height: 1.3;

    font-weight: 700;
}


/* =========================================================
   BOOTSTRAP GRID SPACING
   ========================================================= */

.archi-card+.archi-card {
    margin-top: 0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .archi-head {
        padding: 20px;
    }


    .archi-head .txt h4 {
        font-size: 16px;
    }


    .archi-head .txt p {
        font-size: 13.5px;
    }


    .archi-inner {
        padding: 0 20px 20px 80px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .archi-head {
        gap: 12px;
        padding: 18px;
    }


    /* Smaller icon */

    .archi-head .ic {
        flex: 0 0 40px;

        width: 40px;
        height: 40px;

        border-radius: 10px;
    }


    .archi-head .ic svg {
        width: 20px;
        height: 20px;
    }


    /* Text */

    .archi-head .txt h4 {
        font-size: 15px;
        line-height: 1.4;
    }


    .archi-head .txt p {
        font-size: 13px;
        line-height: 1.55;
    }


    /* Plus */

    .archi-head .plus {
        flex: 0 0 28px;

        width: 28px;
        height: 28px;
    }


    .archi-head .plus svg {
        width: 15px;
        height: 15px;
    }


    /* Body */

    .archi-inner {
        padding: 0 18px 20px 70px;
    }


    .archi-inner p {
        font-size: 12px;
        line-height: 1.7;
    }


    /* Tags */

    .tag-row {
        gap: 6px;
    }


    .tag {
        padding: 5px 9px;

        font-size: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .archi-head {
        gap: 10px;
        padding: 16px;
    }


    .archi-head .ic {
        flex: 0 0 36px;

        width: 36px;
        height: 36px;
    }


    .archi-head .ic svg {
        width: 18px;
        height: 18px;
    }


    .archi-head .txt h4 {
        font-size: 14px;
    }


    .archi-head .txt p {
        font-size: 12px;
    }


    .archi-head .plus {
        flex: 0 0 26px;

        width: 26px;
        height: 26px;
    }


    .archi-inner {
        padding: 0 16px 18px 62px;
    }

}

/* =========================================================
   ECOSYSTEM IMAGE
   ========================================================= */

.biqint-ecosystem-section {
    background: #fff;
}

.biqint-ecosystem-image-wrap {
    max-width: 1280px;
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.biqint-ecosystem-image {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.biqint-ecosystem-image img {
    width: 1280px;
    height: auto;
    object-fit: cover;
}

.biqint-ecosystem-note {
    max-width: 680px;
    margin: 12px auto 0;
    padding-top: 10px;
    border-top: 1px solid var(--border);
    color: #8a98aa;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.capabilities {
    background-color: var(--soft-bg);
}

@media (max-width: 768px) {
    .biqint-ecosystem-image-wrap {
        margin: 12px auto 0;
    }

    .biqint-ecosystem-image img {
        width: 100%;
        height: auto;
    }
}

/* =========================================================
   SOLUTION ACCORDION
   ========================================================= */

.sol-accordion-section {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sol-accordion-grid {
    margin-top: 20px;
    align-items: stretch;
}

.sol-accordion-col {
    display: flex;
}


/* =========================================================
   CARD
   ========================================================= */

.sol-accordion-card {
    width: 100%;
    height: fit-content;
    background: #ffffff;
    border: 1px solid #e3e8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(15, 35, 65, 0.06);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.sol-accordion-card:hover {
    border-color: #cdd8e8;
    box-shadow: 0 14px 35px rgba(15, 35, 65, 0.09);
}


/* =========================================================
   HEADER
   IMPORTANT:
   .archi-head is required by your existing JavaScript
   ========================================================= */

.sol-accordion-head {
    width: 100%;
    min-height: 94px;

    display: flex;
    align-items: center;

    gap: 18px;

    padding: 20px 22px;

    border: 0;
    outline: 0;

    background: #ffffff;

    text-align: left;

    cursor: pointer;

    transition: background 0.3s ease;
}

.sol-accordion-head:hover {
    background: #f9fbfe;
}

.sol-accordion-head:focus {
    outline: none;
}


/* =========================================================
   ICON
   ========================================================= */

.sol-accordion-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: #f5f8fc;

    flex-shrink: 0;
}

.sol-accordion-icon svg {
    width: 48px;
    height: 48px;

    display: block;
}


/* Individual icon backgrounds */

.sol-icon-blue {
    background: #f1f6ff;
}

.sol-icon-teal {
    background: #eefafa;
}

.sol-icon-orange {
    background: #fff8ed;
}

.sol-icon-purple {
    background: #f4f2ff;
}

.sol-icon-green {
    background: #f0faf4;
}


/* =========================================================
   TEXT
   ========================================================= */

.sol-accordion-text {
    min-width: 0;
    flex: 1;

    display: flex;
    flex-direction: column;

    gap: 5px;
}

.sol-accordion-title {
    display: block;

    color: #111827;

    font-size: 18px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    line-height: 1.35;

    margin: 0;
}

.sol-accordion-subtitle {
    display: block;

    color: #64748b;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}


/* =========================================================
   PLUS ICON
   ========================================================= */

.sol-accordion-plus {
    width: 38px;
    min-width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f3f6fa;

    transition:
        background 0.3s ease,
        transform 0.35s ease;
}

.sol-accordion-plus svg {
    width: 19px;
    height: 19px;

    stroke: #33405c;
    stroke-width: 2;

    transition:
        transform 0.35s ease,
        stroke 0.3s ease;
}


/* =========================================================
   OPEN STATE
   IMPORTANT:
   .archi-open is required by your existing JavaScript
   ========================================================= */

.sol-accordion-card.archi-open {
    border-color: #cbd9ed;

    box-shadow: 0 15px 40px rgba(15, 35, 65, 0.10);
}

.sol-accordion-card.archi-open .sol-accordion-head {
    background: #fbfcfe;
}

.sol-accordion-card.archi-open .sol-accordion-plus {
    background: #eaf1fb;
}

.sol-accordion-card.archi-open .sol-accordion-plus svg {
    transform: rotate(45deg);
    stroke: #2f6fed;
}


/* =========================================================
   PANEL
   ========================================================= */

.sol-accordion-panel {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows 0.4s ease;
}

.sol-accordion-card.archi-open .sol-accordion-panel {
    grid-template-rows: 1fr;
}


/*
   IMPORTANT:
   min-height: 0 prevents the content from being clipped
   during the accordion animation.
*/

.sol-accordion-inner {
    min-height: 0;
    overflow: hidden;
}


/* =========================================================
   BODY
   ========================================================= */

.sol-accordion-body {
    padding: 0 22px 24px;

    color: #292f37;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

.sol-accordion-body p {
    margin: 0 0 12px;
}

.sol-accordion-body p:last-of-type {
    margin-bottom: 18px;
}


/* =========================================================
   TAGS
   ========================================================= */

.sol-tag-row {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;
}

.sol-tag {
    display: inline-flex;
    align-items: center;

    min-height: 30px;

    padding: 6px 11px;

    border-radius: 999px;

    border: 1px solid #dfe6ef;

    
    background: #0a93a014;
    
        color: #0a93a0;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;

    white-space: nowrap;
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .sol-accordion-head {
        min-height: 88px;

        padding: 18px;
        gap: 15px;
    }

    .sol-accordion-icon {
        width: 54px;
        min-width: 54px;
        height: 54px;
    }

    .sol-accordion-icon svg {
        width: 44px;
        height: 44px;
    }

    .sol-accordion-title {
        font-size: 16px;
    }

    .sol-accordion-body {
        padding-left: 87px;
        padding-right: 18px;
        padding-bottom: 20px;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .sol-accordion-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sol-accordion-grid {
        --bs-gutter-y: 16px;
    }

    .sol-accordion-head {
        min-height: 82px;

        padding: 16px;

        gap: 12px;
    }

    .sol-accordion-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;

        border-radius: 12px;
    }

    .sol-accordion-icon svg {
        width: 40px;
        height: 40px;
    }

    .sol-accordion-title {
        font-size: 15px;
        line-height: 1.35;
    }

    .sol-accordion-subtitle {
        font-size: 12px;
        line-height: 1.4;
    }

    .sol-accordion-plus {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .sol-accordion-plus svg {
        width: 17px;
        height: 17px;
    }

    .sol-accordion-body {
        padding: 0 16px 20px 76px;

        font-size: 12px;
        line-height: 1.7;
    }

    .sol-tag-row {
        gap: 6px;
    }

    .sol-tag {
        font-size: 12px;
        padding: 6px 11px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .sol-accordion-head {
        align-items: flex-start;
    }

    .sol-accordion-icon {
        margin-top: 2px;
    }

    .sol-accordion-plus {
        margin-top: 3px;
    }

    .sol-accordion-title {
        font-size: 14px;
    }

    .sol-accordion-subtitle {
        font-size: 13px;
    }

    .sol-accordion-body {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* =========================================================
   INDUSTRY / USE CASE SECTION
   ========================================================= */

.industry-section {
    width: 100%;
    padding: 20px 0 50px;
}

.industry-grid {
    align-items: stretch;
}

.industry-col {
    display: flex;
}


/* =========================================================
   CARD
   ========================================================= */

.industry-card {
    --industry-accent: #2f6fed;

    position: relative;

    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 4px 14px rgba(15, 35, 65, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* Colored top border */

.industry-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 3px;

    background: var(--industry-accent);

    border-radius: 16px 16px 0 0;
}

/* =========================================================
   CARD TOP BORDER COLORS
   Match the icon color
   ========================================================= */

.industry-card:has(.industry-icon-blue) {
    --industry-accent: #2f6fed;
}

.industry-card:has(.industry-icon-teal) {
    --industry-accent: #0a93a0;
}

.industry-card:has(.industry-icon-purple) {
    --industry-accent: #6a5cd0;
}

.industry-card:has(.industry-icon-green) {
    --industry-accent: #0ca34c;
}

.industry-card:has(.industry-icon-orange) {
    --industry-accent: #c9820a;
}

.industry-card:has(.industry-icon-dark-blue) {
    --industry-accent: #1c4fc9;
}

.industry-card:has(.industry-icon-cyan) {
    --industry-accent: #0f8bb0;
}

.industry-card:has(.industry-icon-red) {
    --industry-accent: #d03b3b;
}

.industry-card:has(.industry-icon-violet) {
    --industry-accent: #7a3fd0;
}

.industry-card:hover {
    transform: translateY(-3px);

    border-color: #d7dee8;

    box-shadow:
        0 12px 28px rgba(15, 35, 65, 0.10);
}


/* =========================================================
   HEADER
   ========================================================= */

.industry-head {
    display: flex;
    align-items: center;

    gap: 12px;

    padding: 17px 16px 10px;

    border-bottom: 0;

    background: #ffffff;
}


/* =========================================================
   ICON
   ========================================================= */

.industry-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    flex-shrink: 0;

    background: #f4f7fb;

    border: 1px solid rgba(0, 0, 0, 0.04);
}

.industry-icon svg {
    width: 20px;
    height: 20px;

    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;

    fill: none;
}


/* =========================================================
   ICON COLORS
   ========================================================= */

.industry-icon-blue {
    color: #2f6fed;
    background: #eef4ff;
    border-color: #cddcff;
}

.industry-icon-teal {
    color: #0a93a0;
    background: #edfafa;
    border-color: #c7e8eb;
}

.industry-icon-purple {
    color: #6a5cd0;
    background: #f2f0ff;
    border-color: #d9d3fa;
}

.industry-icon-green {
    color: #0ca34c;
    background: #eefaf3;
    border-color: #c9ead8;
}

.industry-icon-orange {
    color: #c9820a;
    background: #fff7e9;
    border-color: #f1ddb5;
}

.industry-icon-dark-blue {
    color: #1c4fc9;
    background: #edf2ff;
    border-color: #cad8fa;
}

.industry-icon-cyan {
    color: #0f8bb0;
    background: #edf9fc;
    border-color: #c8e8f0;
}

.industry-icon-red {
    color: #d03b3b;
    background: #fff0f0;
    border-color: #f2cccc;
}

.industry-icon-violet {
    color: #7a3fd0;
    background: #f5efff;
    border-color: #ddcff8;
}


/* =========================================================
   META
   ========================================================= */

.industry-meta {
    min-width: 0;

    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 5px;
}

.industry-bank {
    display: block;

    color: #0a1428;

    font-size: 17.5px;
    font-weight: 800;

    line-height: 1.25;
    font-family: 'Manrope';
}

.industry-focus {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    padding: 3px 8px;

    border-radius: 999px;

    color: var(--industry-accent);
    background: #f4f4f64a;
    border: 1px solid #d2dfff;

    font-size: 10.5px;
    font-weight: 800;

    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: 1px;

    white-space: nowrap;
}


/* =========================================================
   BODY
   ========================================================= */

.industry-body {
    display: flex;
    flex-direction: column;

    flex: 1;

    gap: 9px;

    padding: 7px 16px 16px;
}


/* =========================================================
   ROW / INFORMATION BOX
   ========================================================= */

.industry-row {
    display: block;

    padding: 10px 11px;

    border: 1px solid transparent;
    border-radius: 9px;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.industry-row:hover {
    transform: translateY(-1px);
}


/* =========================================================
   LABEL
   ========================================================= */

.industry-label {
    position: relative;

    display: flex;
    align-items: center;

    padding-left: 11px;

    margin-bottom: 6px;

    color: #26354d;

    font-size: 13px;
    font-weight: 800;

    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.industry-label::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 5px;
    height: 5px;

    transform: translateY(-50%);

    border-radius: 1px;

    background: currentColor;
}

.industry-label-normal {
    position: relative;

    display: flex;
    align-items: center;

    padding-left: 11px;

    margin-bottom: 6px;

    color: #26354d;

    font-size: 13px;
    font-weight: 800;

    line-height: 1.2;

    text-transform: normal;
    letter-spacing: 1px;
    color: #2868dc;
}

.industry-label-normal::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 5px;
    height: 5px;

    transform: translateY(-50%);

    border-radius: 1px;

    background: currentColor;
}


/* =========================================================
   VALUE
   ========================================================= */

.industry-value {
    color: #52627a;

    font-size: 13.5px;
    font-weight: 400;

    line-height: 1.55;
}


/* =========================================================
   CHALLENGE BOX
   ========================================================= */

.industry-challenge {
    background: #fff5f5;

    border-color: #f4d7d7;
}

.industry-challenge .industry-label {
    color: #d63d3d;
}


/* =========================================================
   BANKIQ DEPLOYS BOX
   ========================================================= */

.industry-deploy {
    background: #f2f6ff;

    border-color: #d7e3fb;
}

.industry-deploy .industry-label{
    color: #2868dc;
}


/* =========================================================
   OUTCOME BOX
   ========================================================= */

.industry-outcome {
    background: #f0faf5;

    border-color: #d3ecdf;
}

.industry-outcome .industry-label {
    color: #0c9b4c;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .industry-section {
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .industry-head {
        padding: 16px 15px 10px;
    }

    .industry-body {
        padding: 7px 15px 15px;
    }

    .industry-bank {
        font-size: 14px;
    }

    .industry-value {
        font-size: 11.5px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .industry-section {
        padding: 10px 0 35px;
    }

    .industry-grid {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }

    .industry-head {
        padding: 15px 14px 9px;

        gap: 11px;
    }

    .industry-icon {
        width: 36px;
        min-width: 36px;
        height: 36px;

        border-radius: 9px;
    }

    .industry-icon svg {
        width: 19px;
        height: 19px;
    }

    .industry-bank {
        font-size: 14px;
    }

    .industry-focus {
        font-size: 8.5px;
        padding: 3px 7px;
    }

    .industry-body {
        padding: 6px 14px 14px;

        gap: 8px;
    }

    .industry-row {
        padding: 9px 10px;
    }

    .industry-label {
        font-size: 9px;
    }

    .industry-value {
        font-size: 11.5px;
        line-height: 1.55;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .industry-head {
        padding: 14px 13px 8px;
    }

    .industry-icon {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .industry-icon svg {
        width: 18px;
        height: 18px;
    }

    .industry-bank {
        font-size: 13px;
    }

    .industry-focus {
        font-size: 8px;
    }

    .industry-body {
        padding-left: 13px;
        padding-right: 13px;
    }

    .industry-row {
        padding: 9px;
    }

    .industry-label {
        font-size: 8.5px;
    }

    .industry-value {
        font-size: 11px;
    }
}

/* =========================================================
   TECHNOLOGY ACCORDION SECTION
   ========================================================= */

.tech-section {
    width: 100%;
    padding: 20px 0 50px;
}

.tech-accordion-grid {
    align-items: flex-start;
}

.tech-accordion-col {
    display: flex;
}


/* =========================================================
   CARD
   ========================================================= */

.tech-card {
    width: 100%;
    height: fit-content;

    background: #ffffff;

    border: 1px solid #e1e7ef;
    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 7px 24px rgba(15, 35, 65, 0.055);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.tech-card:hover {
    border-color: #cbd7e8;

    box-shadow:
        0 14px 35px rgba(15, 35, 65, 0.09);

    transform: translateY(-2px);
}


/* =========================================================
   ACCORDION HEADER
   .archi-head is intentionally preserved for JS
   ========================================================= */

.tech-head {
    width: 100%;

    min-height: 82px;

    display: flex;
    align-items: center;

    gap: 16px;

    padding: 16px 20px;

    border: 0;
    outline: none;

    background: #ffffff;

    text-align: left;

    cursor: pointer;

    transition:
        background 0.25s ease;
}

.tech-head:hover {
    background: #f9fbfd;
}

.tech-head:focus {
    outline: none;
}

.tech-head:focus-visible {
    box-shadow: inset 0 0 0 2px #2f6fed;
}


/* =========================================================
   ICON
   ========================================================= */

.tech-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 14px;

    background: #f3f6fb;
}

.tech-icon svg {
    width: 32px;
    height: 32px;

    display: block;
}


/* =========================================================
   TITLE
   ========================================================= */

.tech-title {
    flex: 1;
    min-width: 0;

    color: #111827;

    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;

    line-height: 1.4;
}


/* =========================================================
   PLUS
   ========================================================= */

.tech-plus {
    width: 36px;
    min-width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f1f4f8;

    transition:
        background 0.3s ease,
        transform 0.35s ease;
}

.tech-plus svg {
    width: 18px;
    height: 18px;

    fill: none;

    stroke: #536177;
    stroke-width: 1.8;

    stroke-linecap: round;

    transition:
        transform 0.35s ease,
        stroke 0.3s ease;
}


/* =========================================================
   OPEN STATE
   .archi-open is intentionally preserved for JS
   ========================================================= */

.tech-card.archi-open {
    border-color: #cbd8e8;

    box-shadow:
        0 15px 40px rgba(15, 35, 65, 0.10);
}

.tech-card.archi-open .tech-head {
    background: #fbfcfe;
}

.tech-card.archi-open .tech-plus {
    background: #eaf1fb;
}

.tech-card.archi-open .tech-plus svg {
    transform: rotate(45deg);
    stroke: #2f6fed;
}


/* =========================================================
   ACCORDION PANEL
   ========================================================= */

.tech-panel {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows 0.4s ease;
}

.tech-card.archi-open .tech-panel {
    grid-template-rows: 1fr;
}


/*
   Critical for smooth animation.
   Prevents content from being clipped.
*/

.tech-panel-inner {
    min-height: 0;

    overflow: hidden;
}


/* =========================================================
   BODY
   ========================================================= */

.tech-body {
    padding: 14px 18px 18px;

    color: #292f37;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.75;
    font-family: 'Inter', sans-serif;
}

.tech-body p {
    margin: 0 0 12px;
}

.tech-body p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   DETAIL TEXT
   ========================================================= */

.tech-detail {
    color: #292f37;

    font-size: 14px;

    line-height: 1.8;
    font-weight: 500;
    font-family: 'Inter' , sans-serif;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .tech-section {
        padding: 15px 0 40px;
    }

    .tech-head {
        min-height: 78px;

        padding: 15px 18px;

        gap: 14px;
    }

    .tech-icon {
        width: 47px;
        min-width: 47px;
        height: 47px;
    }

    .tech-icon svg {
        width: 30px;
        height: 30px;
    }

    .tech-title {
        font-size: 15px;
    }

    .tech-body {
        padding-left: 79px;
        padding-right: 18px;
        padding-bottom: 20px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .tech-section {
        padding: 10px 0 35px;
    }

    .tech-accordion-grid {
        --bs-gutter-x: 14px;
        --bs-gutter-y: 14px;
    }

    .tech-head {
        min-height: 72px;

        padding: 14px 15px;

        gap: 12px;
    }

    .tech-icon {
        width: 44px;
        min-width: 44px;
        height: 44px;

        border-radius: 12px;
    }

    .tech-icon svg {
        width: 28px;
        height: 28px;
    }

    .tech-title {
        font-size: 14px;

        line-height: 1.4;
    }

    .tech-plus {
        width: 33px;
        min-width: 33px;
        height: 33px;
    }

    .tech-plus svg {
        width: 17px;
        height: 17px;
    }

    .tech-body {
        padding: 0 15px 18px 71px;

        font-size: 12.5px;

        line-height: 1.7;
    }

    .tech-detail {
        font-size: 12px;

        line-height: 1.75;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .tech-card {
        border-radius: 15px;
    }

    .tech-head {
        padding: 13px;
    }

    .tech-icon {
        width: 41px;
        min-width: 41px;
        height: 41px;

        border-radius: 11px;
    }

    .tech-icon svg {
        width: 26px;
        height: 26px;
    }

    .tech-title {
        font-size: 16px;
    }

    .tech-plus {
        width: 31px;
        min-width: 31px;
        height: 31px;
    }

    .tech-body {
        padding-left: 13px;
        padding-right: 13px;
    }
}

/* =========================================================
   DEPLOYMENT SECTION
   ========================================================= */

.deploy-section {
    width: 100%;
    padding: 20px 0;
}


/* =========================================================
   CARD
   ========================================================= */

.deploy-card {
    position: relative;
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 30, 60, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

    overflow: hidden;
}


/* Subtle top accent */

.deploy-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;

    background: linear-gradient(90deg,
            #2f6fed,
            #0a93a0,
            #6a5cd0);

    opacity: 0;
    transition: opacity 0.3s ease;
}


/* Hover */

.deploy-card:hover {
    transform: translateY(-5px);

    border-color: #d7dfed;

    box-shadow:
        0 16px 35px rgba(15, 30, 60, 0.10);
}

.deploy-card:hover::before {
    opacity: 1;
}


/* =========================================================
   ICON
   ========================================================= */

.deploy-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    background: #f7f9fc;
    border: 1px solid #e6ebf3;
    border-radius: 14px;
}

.deploy-ico {
    width: 32px;
    height: 32px;

    display: block;
}


/* =========================================================
   TITLE
   ========================================================= */

.deploy-title {
    margin: 0 0 10px;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;

    color: #0a1428;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.deploy-text {
    margin: 0;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;

    color: #667085;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .deploy-section {
        padding: 15px 0;
    }

    .deploy-card {
        padding: 26px 24px;
    }

    .deploy-title {
        font-size: 19px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .deploy-section {
        padding: 10px 0;
    }

    .deploy-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .deploy-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }

    .deploy-ico {
        width: 30px;
        height: 30px;
    }

    .deploy-title {
        font-size: 18px;
    }

    .deploy-text {
        font-size: 14px;
        line-height: 1.65;
    }

}

/* =========================================================
   COMPLIANCE SECTION
   ========================================================= */

.compliance-section {
    width: 100%;
    padding: 20px 0;
}


/* =========================================================
   COMPLIANCE CARD
   ========================================================= */

.compliance-card {
    position: relative;

    padding: 28px 24px;

    background: #ffffff;

    border: 1px solid #e4e9f1;
    border-radius: 18px;

    text-align: center;

    box-shadow: 0 8px 24px rgba(15, 30, 60, 0.055);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

    overflow: hidden;
}


/* Top gradient line */

.compliance-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(90deg,
            #2f6fed,
            #0a93a0,
            #6a5cd0);

    opacity: 0;

    transition: opacity 0.3s ease;
}


/* Hover */

.compliance-card:hover {
    transform: translateY(-5px);

    border-color: #d6deeb;

    box-shadow:
        0 16px 36px rgba(15, 30, 60, 0.10);
}

.compliance-card:hover::before {
    opacity: 1;
}


/* =========================================================
   ICON
   ========================================================= */

.compliance-icon {
    width: 52px;
    height: 52px;

    margin: 0 auto 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f9fc;

    border: 1px solid #e5eaf2;

    border-radius: 14px;
}

.compliance-ico {
    width: 32px;
    height: 32px;

    display: block;
}


/* =========================================================
   TITLE
   ========================================================= */

.compliance-title {
    margin: 0 0 10px;

    color: #0a1428;

    font-size: 18px;
    line-height: 1.4;

    font-weight: 700;
}


/* =========================================================
   MAIN DESCRIPTION
   ========================================================= */

.compliance-description {
    margin: 0;

    color: #667085;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}


/* =========================================================
   DETAIL TEXT
   ========================================================= */

.compliance-detail {
    margin: 12px 0 0;

    color: #667085;
    font-weight: 600;

    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .compliance-section {
        padding: 15px 0;
    }

    .compliance-card {
        padding: 26px 22px;
    }

    .compliance-title {
        font-size: 17px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .compliance-section {
        padding: 10px 0;
    }

    .compliance-card {
        padding: 24px 20px;

        border-radius: 16px;
    }

    .compliance-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 14px;
    }

    .compliance-ico {
        width: 30px;
        height: 30px;
    }

    .compliance-title {
        font-size: 17px;
    }

    .compliance-description {
        font-size: 14px;
    }

    .compliance-detail {
        font-size: 12.5px;
        line-height: 1.6;
    }

}

.services-content {
    text-align: center;
    max-width: 750px;
    margin: 20px auto;
}

.services-content h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    color: #0a1428;
}

.services-content p {
    margin: 0;
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1.7;
    color: #667085;
}

/* =========================================================
   COLORS
   ========================================================= */

:root {
    --primary: #0879e8;
    --blue: #2563eb;
    --cyan: #06b6d4;
    --teal: #12b8a6;
    --navy: #102a56;
    --text: #14233d;
    --muted: #64748b;
    --border: #e4eaf1;
    --soft-bg: #f6faff;

    --shadow: 0 8px 28px rgba(15, 42, 80, .07);
    --shadow-lg: 0 16px 45px rgba(15, 42, 80, .10);
}


/* =========================================================
   SECTION
   ========================================================= */

.case-study-section {
    width: 100%;
    padding: 50px 0;

    background: var(--soft-bg);
}


/* =========================================================
   CARD
   ========================================================= */

.case-study-card {
    position: relative;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: 10px;

    box-shadow: var(--shadow);

    transition:
        box-shadow .25s ease,
        border-color .25s ease;
}


/* Very subtle hover */

.case-study-card:hover {
    border-color: rgba(8, 121, 232, .22);

    box-shadow: var(--shadow-lg);
}


/* =========================================================
   CONTENT AREA
   ========================================================= */

.case-study-content {

    height: 100%;

    padding: 30px 32px;
}


/* =========================================================
   BANK NAME
   ========================================================= */

.case-bank {
    margin: 0 0 4px;

    color: var(--navy);

    font-size: 24px;
    line-height: 1.35;

    font-weight: 700;
}


/* =========================================================
   FOCUS
   ========================================================= */

.case-focus {
    display: block;

    margin-bottom: 18px;

    color: var(--primary);

    font-size: 12px;
    line-height: 1.3;

    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .04em;
}


/* =========================================================
   DETAILS GRID
   ========================================================= */

.case-details {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 13px;
}


/* =========================================================
   INDIVIDUAL DETAIL
   ========================================================= */

.case-detail {
    height: 100%;

    padding: 0;

    border: 0;
}


/* =========================================================
   LABEL
   ========================================================= */

.case-label {
    margin-bottom: 4px;

    color: var(--primary);

    font-size: 11.5px;
    line-height: 1.3;

    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .05em;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.case-detail p {
    margin: 0;

    max-width: 300px;

    color: var(--muted);

    font-size: 13.5px;
    line-height: 1.55;

    font-weight: 400;
}


/* =========================================================
   IMAGE
   ========================================================= */

.case-study-image {
    position: relative;

    width: 100%;
    height: 100%;

    padding: 20px 20px 20px 0;

    overflow: hidden;

    background: #ffffff;
}


.case-study-image img {
    display: block;

    width: 100%;
    height: 300px;
    object-fit: cover;

    min-height: 187px;

    object-fit: cover;

    border-radius: 12px;

    transition: transform .35s ease;
}


/* Image hover */

.case-study-card:hover .case-study-image img {
    transform: scale(1.025);
}


/* =========================================================
   REVERSE CARD
   IMAGE LEFT
   ========================================================= */

.case-study-reverse .case-study-image {
    padding: 32px 0 32px 32px;
}


/* =========================================================
   REMOVE EXTRA IMAGE OVERLAY
   ========================================================= */

.case-study-image::after {
    display: none;
}


/* =========================================================
   NOTE
   ========================================================= */

.case-study-note {
    margin-top: 18px;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.6;

    text-align: center;
}

.case-study-content {
    padding: 30px 32px;
}

.case-study-image {
    padding: 32px 32px 32px 0;
}

.case-study-image img {
    min-height: 187px;
    border-radius: 8px;
}

.case-study-card {
    border-radius: 10px;
    box-shadow: var(--shadow);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .case-study-section {
        padding: 40px 0;
    }


    .case-study-content {
        padding: 24px 20px;
    }


    .case-study-image,
    .case-study-reverse .case-study-image {
        padding: 0 20px 20px;
    }


    .case-study-image img {
        height: 250px;
        min-height: 250px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .case-study-section {
        padding: 30px 0;
    }


    .case-study-card {
        border-radius: 10px;
    }


    .case-study-content {
        padding: 22px 18px;
    }


    .case-bank {
        font-size: 17px;
    }


    .case-focus {
        font-size: 9px;
        margin-bottom: 18px;
    }


    .case-details {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }


    .case-label {
        font-size: 7px;
    }


    .case-detail p {
        max-width: none;

        font-size: 10px;
        line-height: 1.55;
    }


    .case-study-image,
    .case-study-reverse .case-study-image {
        padding: 0 18px 18px;
    }


    .case-study-image img {
        height: 220px;
        min-height: 220px;

        border-radius: 8px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .case-study-content {
        padding: 20px 16px;
    }


    .case-bank {
        font-size: 16px;
    }


    .case-focus {
        font-size: 8px;
    }


    .case-details {
        --bs-gutter-y: 18px;
    }


    .case-detail p {
        font-size: 9px;
    }


    .case-study-image,
    .case-study-reverse .case-study-image {
        padding: 0 16px 16px;
    }


    .case-study-image img {
        height: 200px;
        min-height: 200px;
    }

}

/* =========================================================
   SECTION
========================================================= */

.resources-section {
    width: 100%;
    padding: 60px 0;

    background: var(--soft-bg);
}


/* =========================================================
   GRID
========================================================= */

.resources-grid {
    align-items: stretch;
}

.resources-grid {
    --bs-gutter-x: 24px;
    /* column gap */
    --bs-gutter-y: 24px;
    /* row gap */
}


/* =========================================================
   CARD
========================================================= */

.resource-card {
    height: 100%;

    padding: 28px;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: 10px;

    box-shadow: var(--shadow);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;

    gap: 15px;
}


/* =========================================================
   CARD HOVER
========================================================= */

.resource-card:hover {
    transform: translateY(-3px);

    border-color: rgba(8, 121, 232, .20);

    box-shadow: var(--shadow-lg);
}


/* =========================================================
   ICON
========================================================= */

.resource-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    margin-bottom: 12px;

    border-radius: 6px;

    background: rgba(8, 121, 232, .10);

    color: var(--primary);
}


/* SVG */

.resource-icon svg {
    width: 28px;
    height: 28px;

    display: block;
}


/* =========================================================
   HEADING
========================================================= */

.resource-card h4 {
    margin: 0 0 6px;

    color: var(--text);

    font-size: 18px;
    line-height: 1.4;

    font-weight: 700;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.resource-card p {
    margin: 0;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.55;

    font-weight: 400;
}



.resource-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 35px;

    padding: 12px 24px;

    border: 0;

    border-radius: 999px;

    background: linear-gradient(90deg,
            var(--primary),
            var(--cyan));

    color: #fff;

    font-size: 13px;

    font-weight: 800;
    letter-spacing: 1px;

    box-shadow:
        0 9px 22px rgba(8, 121, 232, .18);

    transition: all .2s ease;

    margin-top: 20px;
}

.resource-btn:hover {
    background: linear-gradient(90deg,
            var(--primary),
            var(--blue));

}





/* =========================================================
   LINK
========================================================= */

.resource-card a {
    color: #fff;

    font-weight: 700;

    text-decoration: none;
}


.resource-card a:hover {
    color: #fff;
    text-decoration: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .resources-section {
        padding: 50px 0;
    }


    .resource-card {
        padding: 18px 16px 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .resources-section {
        padding: 40px 0;
    }


    .resource-card {
        padding: 18px 16px;
    }


    .resource-card h4 {
        font-size: 13px;
    }


    .resource-card p {
        font-size: 11px;
        line-height: 1.6;
    }

}

.biqcompany-page a {
    text-decoration: none;
}

.biqcompany-container {
    max-width: 1280px;
    width: min(1280px, calc(100% - 64px));
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   COMMON
   ========================================================= */

.biqcompany-section {
    padding: 58px 0;
}

.biqcompany-soft {
    background: var(--soft-bg);
}

.biqcompany-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.biqcompany-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #08a5c2;
    font-size: 13.5px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.biqcompany-eyebrow::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-right: 7px;
    margin-bottom: 3px;
    background: var(--cyan);
}

.biqcompany-title {
    margin: 0 0 16px;
    color: var(--text);
    font-size: 40px;
    line-height: 1.13;
    font-weight: 800;
    letter-spacing: -.028em;
}

.biqcompany-small-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.biqcompany-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 35px;
    padding: 14px 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--cyan));
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 9px 22px rgba(8, 121, 232, .18);
    transition: .2s ease;
}

.biqcompany-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.biqcompany-btn-outline {
    background: #fff;
    color: var(--text);
    border: 1px solid var(--border);
    box-shadow: none;
    font-size: 16px;
}

.biqcompany-btn-outline:hover {
    color: var(--primary);
    border-color: #9fd8e7;
}


/* =========================================================
   HERO
   ========================================================= */

.biqcompany-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    padding: 58px 0 75px;
    background:
        linear-gradient(180deg,
            #061525 0%,
            #06182b 60%,
            #071c31 100%);
    overflow: hidden;
}

.biqcompany-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    opacity: .7;
    background:
        radial-gradient(circle at 10% 65%, rgba(0, 188, 255, .45) 0 2px, transparent 3px),
        radial-gradient(circle at 28% 40%, rgba(0, 188, 255, .5) 0 2px, transparent 3px),
        radial-gradient(circle at 47% 70%, rgba(0, 188, 255, .45) 0 2px, transparent 3px),
        radial-gradient(circle at 65% 35%, rgba(0, 188, 255, .5) 0 2px, transparent 3px),
        radial-gradient(circle at 82% 58%, rgba(0, 188, 255, .5) 0 2px, transparent 3px),
        radial-gradient(circle at 96% 30%, rgba(0, 188, 255, .45) 0 2px, transparent 3px);
    background-size: 170px 110px;
    mask-image: linear-gradient(to top, black, transparent);
    pointer-events: none;
}

.biqcompany-hero .biqcompany-container {
    position: relative;
    z-index: 2;
}

.biqcompany-hero .biqcompany-eyebrow {
    color: #18bfd2;
}

.biqcompany-hero-title {
    max-width: 760px;
    margin: 0 0 18px 0;
    color: #fff;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.035em;
}

.biqcompany-hero-copy {
    max-width: 680px;
    margin: 14px 0 16px;
    color: var(--muted);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.62;
}

.biqcompany-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.biqcompany-hero .biqcompany-btn-outline {
    background: rgba(255, 255, 255, .02);
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
}


/* =========================================================
   IMAGE / STORY CARDS
   ========================================================= */

.biqcompany-image-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);

}

.biqcompany-card-image {
    display: block;
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.biqcompany-card-body {
    padding: 32px;
}

.biqcompany-card-body h3 {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 800;
}

.biqcompany-card-body p {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.biqcompany-card-body p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   TECHNOLOGY PHILOSOPHY
   ========================================================= */

.biqcompany-philosophy-grid {
    max-width: 1280px;
    margin: 30px auto 0;
}

.biqcompany-info-card {
    height: 100%;
    min-height: 165px;
    padding: 32px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #fff;
    box-shadow: var(--shadow);
}

.biqcompany-info-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.biqcompany-icon-blue {
    color: var(--primary);
    background: #e8f3ff;
}

.biqcompany-icon-green {
    color: #23a968;
    background: #e6f7ee;
}

.biqcompany-info-card h3 {
    margin: 0 0 9px;
    font-size: 20px;
    font-weight: 800;
}

.biqcompany-info-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}


/* =========================================================
   LEADERSHIP / PARTNERS
   ========================================================= */

.biqcompany-text-block {
    max-width: 520px;
}

.biqcompany-text-block p {
    max-width: 520px;
    margin: 10px 0 15px;
    color: var(--muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.biqcompany-feature-image {
    max-width: 520px;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #fff;
    box-shadow: var(--shadow-lg);
}

.biqcompany-feature-image img {
    display: block;
    width: 100%;
    height: auto;
}

.biqcompany-partner-image {
    margin-left: 0;
    margin-right: auto;
}

.biqcompany-partner-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 1000px;
    margin: 20px auto 0;
}

.biqcompany-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .04em;
}

.biqcompany-tag-blue {
    color: #fff;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.biqcompany-tag-lightblue {
    color: var(--primary);
    background: #eaf4ff;
}

.biqcompany-tag-cyan {
    color: #078ca3;
    background: #e7f8fa;
}

.biqcompany-tag-purple {
    color: #7655d8;
    background: #f0eaff;
}

.biqcompany-tag-green {
    color: #22a565;
    background: #e8f7ee;
}


/* =========================================================
   CAREERS
   ========================================================= */

.biqcompany-careers {
    padding: 90px 40px;
    background: var(--soft-bg);
}

.biqcompany-career-title {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.biqcompany-careers p {
    max-width: 600px;
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}


/* =========================================================
   CTA
   ========================================================= */

.biqcompany-cta {
    padding: 88px 0;
    background:
        radial-gradient(circle at 50% 0%,
            rgba(42, 103, 232, .22),
            transparent 42%),
        linear-gradient(110deg,
            #061024,
            #102044 50%,
            #061024);
    text-align: center;
}

.biqcompany-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.025em;
}

.biqcompany-cta p {
    max-width: 560px;
    margin: 10px auto 0;
    color: #9eabc1;
    font-size: 16px;
}

.biqcompany-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 19px;
}



/* =========================================================
   1200px
   ========================================================= */

@media(max-width:1199.98px) {

    .biqcompany-container {
        width: calc(100% - 48px);
    }

    .biqcompany-hero-title {
        font-size: 40px;
    }

    .biqcompany-title {
        font-size: 30px;
    }

}


/* =========================================================
   992px
   ========================================================= */

@media(max-width:991.98px) {

    .biqcompany-section {
        padding: 50px 0;
    }

    .biqcompany-hero {
        min-height: 350px;
        padding: 45px 0 55px;
    }

    .biqcompany-hero-title {
        font-size: 38px;
    }

    .biqcompany-feature-image {
        margin-left: auto;
        margin-right: auto;
    }

    .biqcompany-text-block {
        max-width: none;
    }

}


/* =========================================================
   768px
   ========================================================= */

@media(max-width:767.98px) {

    .biqcompany-container {
        width: calc(100% - 30px);
    }

    .biqcompany-section {
        padding: 42px 0;
    }

    .biqcompany-hero {
        min-height: auto;
        padding: 38px 0 48px;
    }

    .biqcompany-hero-title {
        font-size: 34px;
    }

    .biqcompany-hero-copy {
        font-size: 10.5px;
    }

    .biqcompany-title {
        font-size: 27px;
    }

    .biqcompany-card-image {
        height: 200px;
    }

    .biqcompany-careers {
        padding: 40px 0;
    }

    .biqcompany-cta h2 {
        font-size: 27px;
    }

}


/* =========================================================
   576px
   ========================================================= */

@media(max-width:575.98px) {

    .biqcompany-container {
        width: calc(100% - 24px);
    }

    .biqcompany-section {
        padding: 36px 0;
    }

    .biqcompany-eyebrow {
        font-size: 11.5px;
    }

    .biqcompany-hero {
        padding: 30px 0 38px;
    }

    .biqcompany-hero-title {
        font-size: clamp(28px, 8.5vw, 34px);
    }

    .biqcompany-hero-copy {
        font-size: 10px;
    }

    .biqcompany-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .biqcompany-btn {
        width: 100%;
    }

    .biqcompany-title {
        font-size: 24px;
    }

    .biqcompany-card-image {
        height: 175px;
    }

    .biqcompany-info-card {
        min-height: auto;
    }

    .biqcompany-small-title {
        font-size: 19px;
    }

    .biqcompany-feature-image {
        max-width: 100%;
    }

    .biqcompany-partner-tags {
        gap: 6px;
    }

    .biqcompany-tag {
        font-size: 10px;
        padding: 12px 10px;
    }

    .biqcompany-career-title {
        font-size: 24px;
    }

    .biqcompany-cta {
        padding: 43px 0;
    }

    .biqcompany-cta h2 {
        font-size: 24px;
    }

    .biqcompany-cta-actions {
        flex-direction: column;
        gap: 11px;
    }

}

/* =========================================================
   DARK BREADCRUMB
   ========================================================= */

.biqcontact-breadcrumb {

    height: 200px;

    display: flex;

    align-items: center;

    background:
        linear-gradient(100deg,
            #061021 0%,
            #10264a 52%,
            #061021 100%);

    border-bottom: 1px solid rgba(255, 255, 255, .08);

}

.biqcontact-breadcrumb-inner {

    display: flex;

    align-items: center;

    gap: 9px;

}

.biqcontact-breadcrumb-label {

    color: white;

    font-size: 42px;

    font-weight: 800;

    letter-spacing: 1px;



    font-family: 'Manrope';

}



.biqcontact-breadcrumb-separator {

    color: #71829e;

    font-size: 11px;

}

.biqcontact-breadcrumb-current {

    color: #c7d2e3;

    font-size: 56px;

    font-weight: 500;

}


/* =========================================================
   MAIN CONTACT AREA
   ========================================================= */

.biqcontact-main {

    padding: 54px 0 64px;

    background: var(--soft-bg);

}

.biqcontact-left {

    padding-top: 23px;

}

.biqcontact-eyebrow {

    display: inline-block;

    margin-bottom: 25px;

    color: var(--blue);

    font-size: 13.5px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: .16em;

    text-transform: uppercase;

}

.biqcontact-eyebrow::before {

    content: "";

    display: inline-block;

    width: 25px;

    height: 2px;

    margin: 0 9px 3px 0;

    background: var(--blue);

}

.biqcontact-title {

    max-width: 580px;

    margin: 0;

    color: #0d1933;

    font-size: 50px;

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -.045em;

}

.biqcontact-intro {

    max-width: 580px;

    margin: 22px 0 0;

    color: var(--muted);

    font-size: 17px;
    font-weight: 600;

    line-height: 1.8;

}


/* =========================================================
   WAYS WE CAN HELP
   ========================================================= */

.biqcontact-help {

    max-width: 570px;

    margin-top: 43px;

}

.biqcontact-help-heading {

    margin-bottom: 14px;

    color: var(--blue);

    font-size: 16.5px;

    font-weight: 800;

    letter-spacing: .16em;

    text-transform: uppercase;

}

.biqcontact-help-card {

    display: flex;

    align-items: center;

    min-height: 84px;

    margin-bottom: 11px;

    padding: 11px 15px;

    border: 1px solid var(--border);

    border-radius: 13px;

    background: #fff;

    color: var(--text);

    box-shadow: 0 3px 12px rgba(15, 42, 80, .025);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;

}

.biqcontact-help-card:hover {

    color: var(--text);

    border-color: #c5dce9;

    box-shadow: var(--shadow);

    transform: translateY(-1px);

}

.biqcontact-help-icon {

    width: 48px;

    height: 48px;

    flex: 0 0 48px;

    display: grid;

    place-items: center;

    margin-right: 15px;

    border-radius: 12px;

    font-size: 27px;

    line-height: 1;

    font-weight: 400;

}

.biqcontact-icon-blue {

    color: var(--primary);

    background: #eaf3ff;

}

.biqcontact-icon-cyan {

    color: #04a5c2;

    background: #e8fbfc;

}

.biqcontact-icon-purple {

    color: #7655d8;

    background: #f1edff;

}

.biqcontact-help-content {

    min-width: 0;

}

.biqcontact-help-content h3 {

    margin: 0 0 4px;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 800;

}

.biqcontact-help-content p {

    max-width: 425px;

    margin: 0;

    color: #58708f;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.45;

}

.biqcontact-help-arrow {

    margin-left: auto;

    padding-left: 12px;

    color: var(--primary);

    font-size: 17px;

}


/* =========================================================
   FORM CARD
   ========================================================= */

.biqcontact-form-card {

    max-width: 650px;

    margin-left: auto;

    padding: 31px 34px 27px;

    border: 1px solid #dce5ef;

    border-radius: 22px;

    background: #fff;

    box-shadow: 0 8px 25px rgba(15, 42, 80, .025);

}

.biqcontact-form-heading {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 27px;

}

.biqcontact-form-heading-icon {

    width: 53px;

    height: 53px;

    flex: 0 0 53px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: #edf5ff;

    color: var(--blue);

    font-size: 23px;

}

.biqcontact-form-heading h2 {

    margin: 0;

    color: #101c35;

    font-size: 26px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -.02em;

}

.biqcontact-form-heading p {

    margin: 5px 0 0;

    color: #657996;

    font-size: 13px;
    font-weight: 600;

    line-height: 1.45;

}


/* =========================================================
   FORM FIELDS
   ========================================================= */

.biqcontact-form .row {

    --bs-gutter-x: 16px;

    --bs-gutter-y: 13px;

}

.biqcontact-label {

    display: block;

    margin-bottom: 12px;

    color: #14233d;

    font-size: 14.5px;

    line-height: 1.2;

    font-weight: 600;

}

.biqcontact-input {

    min-height: 43px;

    padding: 10px 13px;

    border: 1px solid #dce5ef;

    border-radius: 10px;

    background-color: #f9fbfd;

    color: var(--text);

    font-family: "Inter", sans-serif;

    font-size: 11px;

    box-shadow: none !important;

}

.biqcontact-input::placeholder {

    color: #9aaac0;

    opacity: 1;

}

.biqcontact-input:focus {

    border-color: #8dcde0;

    background: #fff;

}

select.biqcontact-input {

    cursor: pointer;

}

.biqcontact-field {

    margin-top: 14px;

}

.biqcontact-textarea {

    height: 165px;

    resize: vertical;

    line-height: 1.5;

}

.biqcontact-textarea::placeholder {

    color: #9aaac0;

}


/* =========================================================
   FORM SUBMIT
   ========================================================= */

.biqcontact-submit-wrap {

    display: flex;

    justify-content: center;

    margin-top: 24px;

}

.biqcontact-submit {

    width: 100%;

    min-height: 43px;

    padding: 9px 22px;

    border: 1px solid #dce5ef;

    border-radius: 999px;

    background: linear-gradient(90deg,
            #0879e8,
            #12b8a6);

    color: #ffffff;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    font-weight: 800;

    cursor: pointer;

    transition: .2s ease;

}

.biqcontact-submit:hover {

    color: #ffffff;

    border-color: #9fd8e7;

    transform: translateY(-1px);

}

.biqcontact-response-note {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-top: 22px;

    color: #657996;

    font-size: 8.5px;

}

.biqcontact-response-icon {

    color: var(--cyan);

    font-size: 15px;

}


/* =========================================================
   1200px
   ========================================================= */

@media (max-width: 1199.98px) {

    .biqcontact-container {

        width: calc(100% - 48px);

    }

    .biqcontact-title {

        font-size: 46px;

    }

    .biqcontact-form-card {

        padding: 28px 30px 25px;

    }

}


/* =========================================================
   992px
   ========================================================= */

@media (max-width: 991.98px) {

    .biqcontact-main {

        padding: 45px 0 55px;

    }

    .biqcontact-left {

        padding-top: 0;

    }

    .biqcontact-title {

        font-size: 42px;

    }

    .biqcontact-intro {

        font-size: 13px;

    }

    .biqcontact-help {

        max-width: none;

        margin-top: 34px;

    }

    .biqcontact-form-card {

        max-width: none;

        margin-left: 0;

    }

}


/* =========================================================
   768px
   ========================================================= */

@media (max-width: 767.98px) {

    .biqcontact-container {

        width: calc(100% - 30px);

    }

    .biqcontact-main {

        padding: 38px 0 48px;

    }

    .biqcontact-title {

        font-size: 37px;

    }

    .biqcontact-intro {

        font-size: 12px;

        line-height: 1.7;

    }

    .biqcontact-help {

        margin-top: 30px;

    }

    .biqcontact-form-card {

        padding: 25px 23px 23px;

        border-radius: 18px;

    }

    .biqcontact-form-heading h2 {

        font-size: 21px;

    }

}


/* =========================================================
   576px
   ========================================================= */

@media (max-width: 575.98px) {

    .biqcontact-container {

        width: calc(100% - 24px);

    }

    .biqcontact-breadcrumb {

        max-height: 120px;

    }

    .biqcontact-breadcrumb-label,
    .biqcontact-breadcrumb-current {

        font-size: 28px;

    }

    .biqcontact-main {

        padding: 30px 0 38px;

    }

    .biqcontact-eyebrow {

        margin-bottom: 19px;

        font-size: 13.5px;

    }

    .biqcontact-title {

        font-size: clamp(31px, 9vw, 39px);

        letter-spacing: -.04em;

    }

    .biqcontact-intro {

        margin-top: 17px;

        font-size: 11px;

    }

    .biqcontact-help {

        margin-top: 28px;

    }

    .biqcontact-help-heading {

        font-size: 14px;

    }

    .biqcontact-help-card {

        min-height: 76px;

        padding: 10px;

    }

    .biqcontact-help-icon {

        width: 42px;

        height: 42px;

        flex-basis: 42px;

        margin-right: 11px;

        font-size: 22px;

    }

    .biqcontact-help-content h3 {

        font-size: 14px;

    }

    .biqcontact-help-content p {

        font-size: 12px;

    }

    .biqcontact-help-arrow {

        font-size: 15px;

    }

    .biqcontact-form-card {

        padding: 21px 17px 20px;

        border-radius: 16px;

    }

    .biqcontact-form-heading {

        gap: 11px;

        margin-bottom: 22px;

    }

    .biqcontact-form-heading-icon {

        width: 44px;

        height: 44px;

        flex-basis: 44px;

        font-size: 19px;

    }

    .biqcontact-form-heading h2 {

        font-size: 24px;

    }

    .biqcontact-form-heading p {

        font-size: 12px;

    }

    .biqcontact-label {

        font-size: 14px;

    }

    .biqcontact-input {

        min-height: 42px;

        font-size: 14px;

    }

    .biqcontact-textarea {

        min-height: 110px;

    }

    .biqcontact-submit {

        width: 100%;

    }

}

.biquse-page a {
    text-decoration: none;
}

.biquse-container {
    max-width: 1280px;

}


/* ---------------- Common ---------------- */

.biquse-eyebrow {
    display: block;
    width: fit-content;
    margin-bottom: 11px;
    color: #079db9;
    font-size: 11.5px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.biquse-eyebrow::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin: 0 7px 3px 0;
    background: var(--cyan);
}

.biquse-heading {
    max-width: 760px;
    margin: 0 auto 28px;
}

.biquse-heading .biquse-eyebrow {
    margin-left: auto;
    margin-right: auto;
}

.biquse-title {
    margin: 0 0 14px;
    color: #101c35;
    font-size: 42px;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -.03em;

}

.biquse-desc {
    max-width: 720px;
    font-family: 'Inter';
    margin: 10px auto 0;
    color: var(--muted);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.biquse-left-desc {
    margin-left: 0;
    font-family: 'Inter';
        color: var(--muted);
        font-size: 17px;
        font-weight: 600;
        line-height: 1.55;
}

/* ---------------- Buttons ---------------- */

.biquse-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 14px 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--cyan));
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 9px 22px rgba(8, 121, 232, .18);
    transition: .2s ease;
}

.biquse-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.biquse-btn-outline {
    color: var(--text);
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: none;
    font-size: 16px;
}

.biquse-btn-outline:hover {
    color: var(--biqplat-blue);
        border-color: var(--biqplat-blue);
        background: #ffffff;
}

/* ---------------- Hero ---------------- */

.biquse-hero {
    padding: 58px 0 48px;
    background:
        radial-gradient(circle at 78% 48%, rgba(6, 182, 212, .12), transparent 20%),
        linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.biquse-hero-title {
    max-width: 680px;
    margin: 0;
    color: #0d1933;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.045em;
}

.biquse-hero-copy {
    max-width: 650px;
    font-family: 'Inter';
    margin: 15px 0 0;
    color: #5d7190;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
}

.biquse-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 19px;
}

.biquse-hero-stats {
    display: flex;
    gap: 35px;
    margin-top: 40px;
}

.biquse-hero-stats div {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.biquse-hero-stats strong {
    color: var(--primary);
    font-size: 30px;
    line-height: 1;
}

.biquse-hero-stats span {
    margin-top: 4px;
    color: var(--muted);
    text-transform: uppercase;
    font-size: 12.5px;
}

/* =========================================================
   SHIELD ORBIT
========================================================= */

.shield-orbit-wrapper {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* =========================================================
   GRID BACKGROUND
========================================================= */

.shield-grid-veil {
    position: absolute;
    inset: 0;

    opacity: 0.6;

    background-image:
        linear-gradient(rgba(20, 184, 166, 0.08) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(20, 184, 166, 0.08) 1px,
            transparent 1px);

    background-size: 28px 28px;

    mask-image: radial-gradient(circle,
            black 20%,
            transparent 75%);

    -webkit-mask-image: radial-gradient(circle,
            black 20%,
            transparent 75%);
}


/* =========================================================
   SVG
========================================================= */

.shield-orbit-svg {
    position: relative;

    width: 100%;
    height: auto;

    display: block;

    animation: shieldFloat 6s ease-in-out infinite;
}


/* =========================================================
   FLOATING ANIMATION
========================================================= */

@keyframes shieldFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


/* =========================================================
   ORBIT LINES
========================================================= */

.orbit-line {
    fill: none;

    stroke: #14b8a6;

    stroke-width: 1;
}


.orbit-solid {
    stroke-opacity: 0.34;
}


.orbit-dashed {
    stroke-dasharray: 3 9;
    stroke-opacity: 0.30;
}


.orbit-opacity-3 {
    stroke-opacity: 0.26;
}


.orbit-opacity-4 {
    stroke-opacity: 0.22;
}


.orbit-opacity-5 {
    stroke-opacity: 0.18;
}


/* =========================================================
   ORBIT DOTS
========================================================= */

.orbit-dot {
    fill: #14b8a6;
}


/* =========================================================
   ORBIT ROTATION
========================================================= */

.orbit-spinner {
    transform-box: fill-box;
    transform-origin: center;

    animation-name: orbitSpin;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.orbit-speed-1 {
    animation-duration: 14s;
}


.orbit-speed-2 {
    animation-duration: 19s;
}


.orbit-speed-3 {
    animation-duration: 24s;
}


.orbit-speed-4 {
    animation-duration: 29s;
}


.orbit-speed-5 {
    animation-duration: 34s;
}


@keyframes orbitSpin {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


/* =========================================================
   ORBIT LABELS
========================================================= */

.orbit-label {
    font-family:
        Inter,
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.06em;

    fill: #64748b;

    text-transform: uppercase;
}


/* =========================================================
   CENTER SHIELD
========================================================= */

.center-shield {
    fill: none;

    stroke: #14b8a6;

    stroke-width: 1.6;

    filter: url(#soGlow);
}


/* Shield background */
.center-shield path:first-child {
    fill: #0f172a;

    fill-opacity: 0.55;
}


/* Check mark */
.shield-check {
    stroke: #14b8a6;

    stroke-width: 1.6;

    fill: none;

    stroke-linecap: round;

    stroke-linejoin: round;

    animation: shieldPulse 2.4s ease-in-out infinite;
}


@keyframes shieldPulse {

    0%,
    100% {
        stroke-opacity: 0.3;
    }

    50% {
        stroke-opacity: 1;
    }

}


/* =========================================================
   THREAT SIGNALS
========================================================= */

.threat-line {
    stroke: #ef4444;

    stroke-opacity: 0.18;

    stroke-width: 1;
}


.threat-dot {
    fill: #ef4444;

    filter:
        drop-shadow(0 0 5px rgba(239, 68, 68, 0.7));
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .shield-orbit-wrapper {
        max-width: 450px;
    }

}


@media (max-width: 575px) {

    .shield-orbit-wrapper {
        max-width: 340px;
    }

    .orbit-label {
        font-size: 9px;
    }

}


/* =========================================================
   REDUCE MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .shield-orbit-svg,
    .orbit-spinner,
    .shield-check {
        animation: none !important;
    }

}

/* ---------------- Flow ---------------- */

/* =========================================================
   TRANSACTION FLOW
========================================================= */

.biquse-flow-section {
    padding: 80px 0 0;
}

.transaction-section {
    background: #ffffff;
    overflow: hidden;
    max-width: 1280px;
}


.transaction-flow-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


.transaction-flow-svg {
    width: 100%;
    height: auto;
    display: block;
}


/* =========================================================
   PAYMENT RAILS
========================================================= */

.payment-rail {
    opacity: 0.9;
}


.rail-line {
    fill: none;
    stroke: #14b8a6;
    stroke-opacity: 0.22;
    stroke-width: 1.5;
}


.rail-node {
    fill: #14b8a6;
    fill-opacity: 0.8;
}


.rail-label {
    fill: #000000;
    font-size: 13px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}


.flow-dot {
    fill: #14b8a6;
    filter: drop-shadow(0 0 5px rgba(20, 184, 166, 0.7));
}


/* =========================================================
   MAIN FLOW LINE
========================================================= */

.dash-animation {
    animation: dashRun 4s linear infinite;
}


@keyframes dashRun {

    to {
        stroke-dashoffset: -100;
    }

}


/* =========================================================
   PAYMENT IN-FLIGHT
========================================================= */

.flight-circle {
    fill: #ffffff;
    stroke: #14b8a6;
    stroke-opacity: 0.6;
}


.flight-pulse {
    fill: none;
    stroke: #14b8a6;
    stroke-opacity: 0.5;

    animation:
        pulseCircle 2.6s ease-out infinite;
}


@keyframes pulseCircle {

    0% {
        r: 14;
        opacity: 0.5;
    }

    100% {
        r: 34;
        opacity: 0;
    }

}


.flight-dot {
    fill: #14b8a6;
}


.flight-label {
    fill: #000000;
    font-size: 13px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}


/* =========================================================
   BANKIQ ENGINE
========================================================= */

.engine-box {
    fill: url(#tfEngine);

    stroke: #14b8a6;
    stroke-opacity: 0.5;

    filter:
        drop-shadow(0 10px 30px rgba(20, 184, 166, 0.12));
}


.engine-glow-line {
    fill: #14b8a6;
    opacity: 0.85;

    filter: url(#tfGlow);
}


.engine-shield {
    fill: none;
    stroke: #14b8a6;
    stroke-width: 2;
}


.engine-title {
    fill: #111827;
    font-size: 13px;
    font-weight: 800;
    font-family: Arial, sans-serif;
}


.engine-subtitle {
    fill: #64748b;
    font-size: 10.5px;
    font-family: Arial, sans-serif;
}


.engine-speed {
    fill: #14b8a6;
    font-size: 10.5px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}


/* =========================================================
   APPROVE
========================================================= */

.approve-box {
    fill: #ffffff;
    stroke: #22c55e;
    stroke-opacity: 0.45;
}


.approve-text {
    fill: #22c55e;
    font-size: 11px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}


.approve-dot {
    fill: #22c55e;

    filter:
        drop-shadow(0 0 5px rgba(34, 197, 94, 0.7));
}


/* =========================================================
   STEP UP
========================================================= */

.challenge-box {
    fill: #ffffff;
    stroke: #f59e0b;
    stroke-opacity: 0.45;
}


.challenge-text {
    fill: #f59e0b;
    font-size: 11px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}


.challenge-dot {
    fill: #f59e0b;

    filter:
        drop-shadow(0 0 5px rgba(245, 158, 11, 0.7));
}


/* =========================================================
   BLOCK
========================================================= */

.block-box {
    fill: #ffffff;
    stroke: #ef4444;
    stroke-opacity: 0.45;
}


.block-text {
    fill: #ef4444;
    font-size: 11px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}


.block-dot {
    fill: #ef4444;

    filter:
        drop-shadow(0 0 5px rgba(239, 68, 68, 0.7));
}


/* =========================================================
   MAIN TRANSACTION DOT
========================================================= */

.main-flow-dot {
    fill: #ef4444;

    filter:
        drop-shadow(0 0 8px rgba(239, 68, 68, 0.8));
}



/* ================================
   TABLET
================================ */

@media (max-width: 991.98px) {

    .transaction-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .transaction-flow-wrapper {
        width: 100%;
    }

    .transaction-flow-svg {
        width: 100%;
        height: auto;
    }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767.98px) {

    .transaction-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .transaction-flow-wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .transaction-flow-svg {
        /*
         * Keep the diagram readable instead of
         * shrinking everything too much.
         */
        width: 850px;
        max-width: none;
        height: auto;
    }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 575.98px) {

    .transaction-flow-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .transaction-flow-svg {
        width: 780px;
    }
}


/* ================================
   DESKTOP / MOBILE VISIBILITY
================================ */

.transaction-mobile {
    display: none;
}


/* ================================
   MOBILE TRANSACTION FLOW
================================ */

@media (max-width: 767.98px) {

    .transaction-desktop {
        display: none;
    }

    .transaction-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 300px;
        padding: 20px 15px 40px;
    }


    /* PAYMENT RAILS */

    .mobile-rails {
        width: 100%;
        max-width: 320px;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mobile-rail {
        position: relative;
        min-height: 58px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 12px 20px;

        border: 1px solid rgba(37, 99, 235, 0.15);
        border-radius: 12px;

        background: rgba(37, 99, 235, 0.04);

        font-size: 14px;
        font-weight: 600;
        color: #334155;
    }

    .mobile-rail+.mobile-rail {
        margin-top: 10px;
    }

    .rail-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #2563eb;
        margin-right: 10px;
        flex-shrink: 0;
    }


    /* CONNECTOR */

    .mobile-connector {
        width: 2px;
        height: 38px;
        background: linear-gradient(to bottom,
                #2563eb,
                #14b8a6);
        position: relative;
    }

    .mobile-connector::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);

        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #14b8a6;
    }


    /* PAYMENT IN FLIGHT */

    .mobile-flight {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .flight-circle {
        width: 42px;
        height: 42px;

        display: flex;
        align-items: center;
        justify-content: center;

        border: 2px solid #14b8a6;
        border-radius: 50%;

        background: rgba(20, 184, 166, 0.08);
    }

    .flight-circle span {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #14b8a6;
    }

    .flight-label {
        font-size: 13px;
        font-weight: 600;
        color: #64748b;
    }


    /* BANKIQ ENGINE */

    .mobile-engine {
        width: 100%;
        max-width: 320px;

        padding: 28px 20px;

        text-align: center;

        border: 1px solid rgba(20, 184, 166, 0.35);
        border-radius: 20px;

        background:
            linear-gradient(135deg,
                rgba(37, 99, 235, 0.08),
                rgba(20, 184, 166, 0.08));

        box-shadow:
            0 15px 40px rgba(15, 23, 42, 0.08);
    }

    .mobile-shield {
        width: 52px;
        height: 52px;

        margin: 0 auto 15px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 14px;

        background: rgba(37, 99, 235, 0.1);

        color: #2563eb;

        font-size: 24px;
        font-weight: 700;
    }

    .mobile-engine h3 {
        margin: 0 0 6px;

        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
    }

    .mobile-engine p {
        margin: 0 0 8px;

        font-size: 13px;
        color: #64748b;
    }

    .mobile-engine strong {
        font-size: 13px;
        color: #14b8a6;
    }


    /* DECISIONS */

    .mobile-decisions {
        width: 100%;
        max-width: 320px;

        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .decision {
        min-height: 48px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 12px;

        font-size: 14px;
        font-weight: 600;
    }

    .decision-dot {
        width: 8px;
        height: 8px;
        margin-right: 9px;
        border-radius: 50%;
    }


    /* APPROVE */

    .approve {
        color: #15803d;
        background: rgba(34, 197, 94, 0.08);
        border: 1px solid rgba(34, 197, 94, 0.2);
    }

    .approve .decision-dot {
        background: #22c55e;
    }


    /* CHALLENGE */

    .challenge {
        color: #b45309;
        background: rgba(245, 158, 11, 0.08);
        border: 1px solid rgba(245, 158, 11, 0.2);
    }

    .challenge .decision-dot {
        background: #f59e0b;
    }


    /* BLOCK */

    .block {
        color: #dc2626;
        background: rgba(239, 68, 68, 0.08);
        border: 1px solid rgba(239, 68, 68, 0.2);
    }

    .block .decision-dot {
        background: #ef4444;
    }
}

/* ---------------- Use Case Sections ---------------- */

.biquse-use-section {
    padding: 56px 0;
    background: #fff;
}

.biquse-soft {
    background: var(--soft-bg);
}

.biquse-section-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin: 0 auto 50px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800;
}

/* Family Icon Container */
.family-icon {
    width: 56px;
    height: 56px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    border: 1px solid rgba(20, 184, 166, 0.25);

    background: rgba(20, 184, 166, 0.10);

    color: #14b8a6;

    box-sizing: border-box;
}


/* SVG Icon */
.family-icon-svg {
    width: 24px;
    height: 24px;

    display: block;

    color: #14b8a6;
}

.biquse-blue-icon {
    color: var(--blue);
    background: #eaf3ff;
}

.biquse-cyan-icon {
    color: #069fb9;
    background: #e8fafc;
}

.biquse-purple-icon {
    color: #7655d8;
    background: #f1edff;
}

.biquse-orange-icon {
    color: #e99a12;
    background: #fff4e3;
}

.biquse-green-icon {
    color: #25a96a;
    background: #e9f8ef;
}

.biquse-case-grid {
    max-width: 1000px;
    margin: 0 auto;
}

.biquse-case-card {
    min-height: 68px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 42, 80, .035);
    transition: .2s ease;
}

.biquse-case-card:hover {
    border-color: #c7dce9;
    box-shadow: var(--shadow);
}

.biquse-case-open {
    border-color: #91d6e5;
}

.biquse-case-head {
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
}

.biquse-case-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eaf3ff;
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
}

.biquse-case-icon.purple {
    color: #7655d8;
    background: #f0ecff;
}

.biquse-case-icon.green {
    color: #25a96a;
    background: #e7f8ee;
}

.biquse-case-icon.cyan {
    color: #049eb9;
    background: #e6f9fb;
}

.biquse-case-icon.orange {
    color: #e59a12;
    background: #fff3df;
}

.biquse-case-icon.blue {
    color: var(--blue);
    background: #e9f2ff;
}

.biquse-case-head h3 {
    margin: 0 0 3px;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 800;
}

.biquse-case-head p {
    margin: 0;
    color: var(--muted);
    font-size: 7px;
    line-height: 1.35;
}

.biquse-plus {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    display: grid;
    place-items: center;
    margin-left: auto;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: #7c8da5;
    font-size: 11px;
    cursor: pointer;
}

.biquse-case-body {
    display: none;
    padding: 0 13px 13px;
    border-top: 1px solid #edf1f5;
}

.biquse-case-open .biquse-case-body {
    display: block;
}

.biquse-case-body p {
    margin: 11px 0 8px;
    color: #5b6f8b;
    font-size: 7.5px;
    line-height: 1.55;
}

.biquse-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.biquse-tags span {
    padding: 4px 7px;
    border: 1px solid #cce8ed;
    border-radius: 999px;
    color: #368d9d;
    background: #f2fbfc;
    font-size: 6px;
    line-height: 1;
    font-weight: 700;
}


/* ==========================================
   USE CASE ACCORDION
   All classes start with use-
========================================== */

.use-accordion-section {
    max-width: 1280px;
}

.use-accordion-container {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Heading */

.use-accordion-heading {
    margin: 0 auto 35px;
}

.use-accordion-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 50px;
    background: #eaf9fb;
    color: #079db9;
    font-size: 13.5px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}


.use-accordion-title {
    margin: 0;
    color: #10233f;
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.03em;
}

.use-accordion-description {
    max-width: 620px;
    margin: 10px auto 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.6;
}


/* ==========================================
   GRID
========================================== */

.use-accordion-grid {
    max-width: 1200px;
    margin: 0 auto;
}


/* ==========================================
   ACCORDION ITEM
========================================== */

.use-accordion-item {
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 42, 80, .045);
    transition: all .25s ease;
}

.use-accordion-item:hover {
    border-color: #c9dce9;
    box-shadow: 0 8px 25px rgba(15, 42, 80, .075);
}

.use-accordion-item.use-active {
    border-color: #9bdce7;
    box-shadow: 0 8px 25px rgba(6, 182, 212, .08);
}

.use-accordion-icon {
    width: 60px;
    height: 60px;

    flex: 0 0 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 12px;

    border-radius: 8px;

    background: #eaf3ff;

    overflow: hidden;
}

.use-accordion-icon img {
    width: 54px;
    height: 54px;

    object-fit: contain;

    display: block;
}


/* ==========================================
   BUTTON
========================================== */

.use-accordion-button {
    width: 100%;
    min-height: 70px;

    display: flex;
    align-items: center;

    padding: 10px 13px;

    border: 0;
    background: #fff;

    text-align: left;
    cursor: pointer;
}


/* ==========================================
   ICON
========================================== */

.use-accordion-icon {
    width: 35px;
    height: 35px;

    flex: 0 0 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 11px;

    border-radius: 8px;

    background: #eaf3ff;
    color: #0879e8;

    font-size: 13px;
}

.use-icon-purple {
    color: #7655d8;
    background: #f0ecff;
}

.use-icon-green {
    color: #20a467;
    background: #e8f8ef;
}

.use-icon-cyan {
    color: #049eb9;
    background: #e8fafc;
}

.use-icon-orange {
    color: #e69a13;
    background: #fff4e1;
}


/* ==========================================
   TEXT
========================================== */

.use-accordion-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.use-accordion-text strong {
    color: #152640;

    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.use-accordion-text small {
    margin-top: 3px;

    color: #71829a;

    font-family: "Inter", sans-serif;
    font-size: 7.5px;
    line-height: 1.4;
}


/* ==========================================
   PLUS / MINUS
========================================== */
.use-accordion-toggle {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;

    border: 1px solid #e1e7ee;
    border-radius: 50%;

    color: #7b8ba2;
    font-size: 9px;

    transition: all .25s ease;
}

.use-accordion-toggle svg {
    width: 15px;
    height: 15px;
    margin: 0;

    transition: transform .25s ease;
}

.use-accordion-item.use-active .use-accordion-toggle {
    border-color: #9bdce7;
    background: #eefbfd;
    color: #079db9;
}

/* + becomes × */
.use-accordion-item.use-active .use-accordion-toggle svg {
    transform: rotate(45deg);
}

/* ==========================================
   CONTENT
========================================== */

.use-accordion-content {
    display: none;

    padding: 0 22px 22px 46px;

    border-top: 1px solid #edf1f5;
}

.use-accordion-item.use-active .use-accordion-content {
    display: block;
}

.use-accordion-content p {
    margin: 11px 0 10px;

    font-family: 'Inter';

    color: #292f37;

    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}


/* ==========================================
   TAGS
========================================== */

.use-accordion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.use-accordion-tags span {
    display: inline-flex;
    align-items: center;

    padding: 6px 11px;

    border: 1px solid #cce8ed;
    border-radius: 50px;

    background: #0a93a014;
    color: #0A93A0;

    font-size: 12px;
    font-family: "Inter", sans-serif;
    line-height: 1;
    font-weight: 600;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991.98px) {

    .use-accordion-section {
        padding: 55px 0;
    }

    .use-accordion-title {
        font-size: 28px;
    }

    .use-accordion-description {
        font-size: 10px;
    }
}


@media (max-width: 767.98px) {

    .use-accordion-section {
        padding: 45px 0;
    }

    .use-accordion-heading {
        margin-bottom: 25px;
    }

    .use-accordion-title {
        font-size: 25px;
    }

    .use-accordion-description {
        font-size: 9px;
    }

    .use-accordion-button {
        min-height: 65px;
    }

    .use-accordion-text strong {
        font-size: 13px;
    }

    .use-accordion-text small {
        font-size: 7px;
    }
}


@media (max-width: 575.98px) {

    .use-accordion-section {
        padding: 38px 0;
    }

    .use-accordion-title {
        font-size: 23px;
    }

    .use-accordion-eyebrow {
        font-size: 12.5px;
    }

    .use-accordion-button {
        min-height: 63px;
        padding: 9px;
    }

    .use-accordion-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        margin-right: 8px;
        font-size: 11px;
    }

    .use-accordion-text strong {
        font-size: 14px;
    }

    .use-accordion-text small {
        font-size: 12px;
    }

    .use-accordion-content p {
        font-size: 12px;
    }
}


/* ---------------- Regulatory ---------------- */

.biquse-regulatory {
    padding: 58px 0;
}

.biquse-reg-grid {
    max-width: 1000px;
    margin: 0 auto;
}

.biquse-reg-card {
    height: 100%;
    min-height: 115px;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 42, 80, .035);
}

.biquse-reg-card strong {
    display: block;
    margin-bottom: 6px;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
}

.biquse-reg-card p {
    margin: 0 0 9px;
    color: var(--muted);
    font-size: 7px;
    line-height: 1.5;
}

.biquse-reg-note {
    max-width: 760px;
    margin: 22px auto 0;
    color: #70829a;
    font-size: 14px;
    text-align: center;
}

/* ---------------- CTA ---------------- */

.biquse-cta {
    padding: 58px 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .24), transparent 42%),
        linear-gradient(110deg, #061024, #102044 50%, #061024);
}

.biquse-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.025em;
}

.biquse-cta p {
    margin: 10px auto 0;
    color: #9eabc1;
    font-size: 9px;
}

.biquse-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 32px;
}


.biquse-responsive-img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

/* Tablet */
@media (max-width: 991.98px) {

    .biquse-highlight-row {
        text-align: center;
    }

    .biquse-left-desc {
        text-align: center;
    }

    .biquse-responsive-img {
        max-width: 100%;
        margin: 0;
    }

    .biquse-check-list {
        display: inline-block;
        text-align: left;
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {

    .biquse-highlight-row {
        row-gap: 30px !important;
    }

    .biquse-responsive-img {
        width: 100%;
        max-width: 350px;
    }

    .biquse-title {
        font-size: 28px;
        line-height: 1.2;
    }

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

/* ---------------- Responsive ---------------- */

@media (max-width: 1199.98px) {
    .biquse-container {
        width: calc(100% - 48px);
    }

    .biquse-hero-title {
        font-size: 40px;
    }

    .biquse-title {
        font-size: 29px;
    }
}

@media (max-width: 991.98px) {
    .biquse-hero {
        padding: 48px 0;
    }

    .biquse-hero-title {
        font-size: 38px;
    }

    .biquse-hero-visual {
        width: 250px;
        height: 250px;
    }

    .biquse-orbit-one {
        width: 180px;
        height: 180px;
        top: 35px;
        left: 35px;
    }

    .biquse-orbit-two {
        width: 120px;
        height: 120px;
        top: 65px;
        left: 65px;
    }

    .biquse-shield {
        top: 99px;
        left: 99px;
    }

    .biquse-network {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .biquse-container {
        width: calc(100% - 30px);
    }

    .biquse-hero,
    .biquse-use-section,
    .biquse-flow-section,
    .biquse-regulatory {
        padding: 42px 0;
    }

    .biquse-hero-title {
        font-size: 34px;
    }

    .biquse-title {
        font-size: 26px;
    }

    .biquse-hero-visual {
        width: 220px;
        height: 220px;
    }

    .biquse-orbit-one {
        width: 160px;
        height: 160px;
        top: 30px;
        left: 30px;
    }

    .biquse-orbit-two {
        width: 105px;
        height: 105px;
        top: 57px;
        left: 57px;
    }

    .biquse-shield {
        top: 86px;
        left: 86px;
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .biquse-flow-card {
        min-height: 145px;
        padding: 25px;
    }

    .biquse-network {
        width: 100%;
        height: 200px;
    }

    .biquse-network-center {
        left: calc(50% - 50px);
    }
}

@media (max-width: 575.98px) {
    .biquse-container {
        width: calc(100% - 24px);
    }

    .biquse-breadcrumb {
        min-height: 47px;
    }

    .biquse-breadcrumb-label,
    .biquse-breadcrumb-current {
        font-size: 8px;
    }

    .biquse-hero {
        padding: 34px 0 38px;
    }

    .biquse-eyebrow {
        font-size: 7.5px;
    }

    .biquse-hero-title {
        font-size: clamp(29px, 8.8vw, 35px);
    }

    .biquse-hero-copy {
        font-size: 9.5px;
    }

    .biquse-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .biquse-btn {
        width: 100%;
    }

    .biquse-hero-stats {
        justify-content: space-between;
        gap: 10px;
    }

    .biquse-title {
        font-size: 23px;
    }

    .biquse-desc {
        font-size: 8.5px;
    }

    .biquse-flow-card {
        padding: 20px 14px;
    }

    .biquse-flow-left,
    .biquse-flow-right {
        font-size: 6.5px;
    }

    .biquse-flow-core {
        width: 78px;
        height: 68px;
    }

    .biquse-case-head h3 {
        font-size: 8.5px;
    }

    .biquse-case-head p {
        font-size: 6.5px;
    }

    .biquse-case-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
    }

    .biquse-network {
        height: 170px;
    }

    .biquse-network-center {
        top: 62px;
    }

    .biquse-network .nw1 {
        left: 20px;
        top: 28px;
    }

    .biquse-network .nw2 {
        right: 20px;
        top: 28px;
    }

    .biquse-network .nw3 {
        left: 15px;
        bottom: 28px;
    }

    .biquse-network .nw4 {
        right: 15px;
        bottom: 28px;
    }

    .biquse-network .nw5 {
        left: calc(50% - 15px);
        top: 10px;
    }

    .biquse-network .nw6 {
        left: calc(50% - 15px);
        bottom: 10px;
    }

    .biquse-cta {
        padding: 43px 0;
    }

    .biquse-cta h2 {
        font-size: 24px;
    }

    .biquse-cta-actions {
        flex-direction: column;
        gap: 11px;
    }
}

/* =========================================================
   INDIA — NATIONAL FRAUD INTELLIGENCE ECOSYSTEM
   ========================================================= */

.india-fraud-section {
    position: relative;
    padding: 50px 0;
    background-color: #fbfdfe;

    /* subtle grid background */
    background-image:
        linear-gradient(rgba(0, 150, 180, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 150, 180, 0.045) 1px, transparent 1px);

    background-size: 68px 68px;
}


/* =========================================================
   HEADING
   ========================================================= */

.fraud-heading {
    max-width: 760px;
    margin-bottom: 42px;
    margin-top: 42px;

}

.fraud-heading h3 {
    margin: 0;
    color: #101828;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.fraud-heading p {
    margin: 12px 0 0;
    color: #456080;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}


/* =========================================================
   CARD
   ========================================================= */

.fraud-card {
    height: 100%;
    min-height: 150px;

    padding: 26px 25px;

    border: 1px solid #d9e0e5;
    border-radius: 28px;

    background: rgba(255, 255, 255, 0.68);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;

    display: flex;
    flex-direction: column;
}


/* Hover effect */

.fraud-card:hover {
    transform: translateY(-4px);

    border-color: rgba(0, 168, 190, 0.45);

    box-shadow:
        0 10px 30px rgba(0, 150, 180, 0.08),
        0 0 24px rgba(0, 180, 190, 0.06);
}


/* =========================================================
   CARD TITLE
   ========================================================= */

.fraud-card-title {
    color: #101828;

    font-size: 18px;
    font-family: 'Manrope';
    line-height: 1.3;

    font-weight: 800;

    margin-bottom: 13px;
}


/* =========================================================
   CARD DESCRIPTION
   ========================================================= */

.fraud-card-text {
    margin: 0;

    color: #456080;

    font-size: 14px;
    font-family: 'Inter';
    line-height: 1.65;

    font-weight: 600;
}


/* =========================================================
   TAGS
   ========================================================= */

.fraud-tags {
    display: flex;
    flex-wrap: wrap;

    gap: 9px;
    padding-top: 20px;
}


.fraud-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 33px;

    padding: 5px 13px;

    border-radius: 999px;

    border: 1px solid rgba(0, 168, 190, 0.32);

    background: rgba(0, 168, 190, 0.08);

    color: #0088a1;

    font-size: 13px;
    line-height: 1.2;
    font-family: 'Inter';

    font-weight: 600;

    white-space: nowrap;
}


/* =========================================================
   BOOTSTRAP ROW ADJUSTMENT
   ========================================================= */

.india-fraud-section .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .fraud-heading {
        margin-bottom: 32px;
    }

    .fraud-heading h3 {
        font-size: 24px;
    }

    .fraud-heading p {
        font-size: 16px;
    }

    .fraud-card {
        min-height: 250px;
        padding: 24px 22px;
        border-radius: 24px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .india-fraud-section {
        padding-bottom: 20px;
        background-size: 55px 55px;
    }

    .fraud-heading {
        margin-bottom: 28px;
        padding: 0 15px;
    }

    .fraud-heading h3 {
        font-size: 21px;
        line-height: 1.4;
    }

    .fraud-heading p {
        margin-top: 10px;
        font-size: 14.5px;
        line-height: 1.55;
    }

    .fraud-card {
        min-height: auto;
        padding: 22px 20px;
        border-radius: 22px;
    }

    .fraud-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fraud-card-text {
        font-size: 14px;
        line-height: 1.65;
    }

    .fraud-tags {
        margin-top: 18px;
        padding-top: 0;
        gap: 7px;
    }

    .fraud-tag {
        min-height: 31px;
        padding: 5px 11px;
        font-size: 12px;
    }

}

/* =====================================================
           PAGE
        ===================================================== */

.reports-page {
    overflow: hidden;
}


/* =====================================================
           HERO
        ===================================================== */

.reports-hero {
    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #ffffff 72%,
            #f6faff 100%);

    padding: 34px 0 46px;
}

.reports-hero-inner {
    max-width: 760px;
}


/* Breadcrumb */

.reports-breadcrumb {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 22px;

    font-size: 13px;

    color: #6b7c93;
}

.reports-breadcrumb a {
    color: #64748b;

    font-weight: 500;
}

.reports-breadcrumb span {
    color: #c5cfda;
}

.reports-breadcrumb strong {
    color: var(--text);

    font-weight: 700;
}


/* Eyebrow */

.reports-eyebrow {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 14px;

    color: #0789a4;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .14em;

    text-transform: uppercase;
}

.reports-eyebrow::before {
    content: "";

    width: 13px;

    height: 1px;

    background: var(--primary);
}


/* Hero title */

.reports-hero h1 {
    margin: 0 0 18px;

    color: var(--navy);

    font-size: 48px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.025em;
}

.reports-hero-lead {
    max-width: 690px;

    margin: 0 0 12px;

    color: #617695;

    font-size: 17px;

    line-height: 1.65;
}

.reports-hero-description {
    max-width: 720px;

    margin: 0;

    color: #7890ad;

    font-size: 15px;
    

    line-height: 1.65;
}


/* =====================================================
           FEATURED REPORT
        ===================================================== */

.featured-wrapper {
    position: relative;

    margin-top: 0;
}

.featured-report {
    display: grid;

    grid-template-columns: 44% 56%;

    min-height: 175px;

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--border);

    border-radius: 15px;

    box-shadow: var(--shadow);
}


/* Featured left */

.featured-visual {
    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 42px;

    background:
        linear-gradient(120deg,
            #3769d7 0%,
            #0879e8 45%,
            #0b9a9e 100%);

    color: #fff;
}

.featured-visual::after {
    content: "";

    position: absolute;

    width: 290px;

    height: 290px;

    right: -75px;

    top: -80px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .06);
}

.featured-kicker {
    position: relative;

    z-index: 2;

    margin-bottom: 16px;

    font-size: 11.5px;

    font-weight: 800;

    letter-spacing: 1.15px;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .88);
}

.featured-visual h2 {
    position: relative;

    z-index: 2;

    max-width: 400px;

    margin: 0 0 16px;

    color: #fff;

    font-size: 22px;

    line-height: 1.25;

    font-weight: 800;
    letter-spacing: -0.02em;
}

.featured-visual p {
    position: relative;

    z-index: 2;

    margin: 0;

    color: rgba(255, 255, 255, .85);

    font-size: 13px;
}


/* Featured right */

.featured-content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 38px 40px;
}

.featured-meta {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 11.5px;

}

.featured-date {
    color: #8a9bb1;

    font-size: 12.5px;

    font-weight: 600;
}


/* Badge */

.report-badge {
    display: inline-flex;

    align-items: center;

    width: fit-content;

    padding: 5px 10px;

    border: 1px solid #d5e1fb;

    border-radius: 999px;

    background: #eef4ff;

    color: #2563eb;

    font-size: 11.5px;

    line-height: 1;

    font-weight: 700;

    white-space: nowrap;
}

.featured-content p {
    max-width: 550px;

    margin: 0 0 15px;

    color: #687d98;

    font-size: 15px;

    line-height: 1.6;
}


/* =====================================================
           BUTTON
        ===================================================== */

.btn-report {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: fit-content;

    padding: 10px 20px;

    border: 0;

    border-radius: 999px;

    background:
        linear-gradient(90deg,
            var(--primary),
            #0797ad);

    color: #fff;

    font-size: 13.5px;

    font-weight: 700;

    box-shadow: 0 7px 18px rgba(8, 121, 232, .18);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.btn-report:hover {
    color: #fff;

    transform: translateY(-1px);

    box-shadow: 0 10px 24px rgba(8, 121, 232, .25);
}


/* =====================================================
           REPORT CONTROLS
        ===================================================== */

.reports-content {
    padding: 36px 0 65px;
}


/* Category pills */

.category-filters {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 13px;
}

.category-filter {
    padding: 8px 16px;

    border: 1px solid var(--border);

    border-radius: 999px;

    background: #fff;

    color: #435570;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.category-filter:hover {
    border-color: #bcd5f5;

    color: var(--primary);
}

.category-filter.active {
    border-color: var(--primary);

    background: var(--primary);

    color: #fff;
}


/* Search / Sort */

.report-tools {
    display: flex;

    align-items: center;

    gap: 9px;

    padding-bottom: 20px;

    border-bottom: 1px solid #edf1f5;
}

.report-search {
    position: relative;

    width: 240px;
}

.report-search i {
    position: absolute;

    left: 11px;

    top: 50%;

    transform: translateY(-50%);

    color: #9aabc0;

    font-size: 11px;
}

.report-search input {
    width: 100%;

    height: 32px;

    padding: 0 9px 0 16px;

    border: 1px solid var(--border);

    border-radius: 999px;

    outline: none;

    background: #fff;

    color: var(--text);

    font-family: "Inter", sans-serif;

    font-size: 16px;
}

.report-search input::placeholder {
    color: #9aaabd;
}

.report-search input:focus {
    border-color: #b8d2f5;

    box-shadow: 0 0 0 3px rgba(37, 99, 235, .06);
}


/* Sort */

.sort-label {
    color: #64748b;

    font-size: 13px;
}

.report-sort {
    height: 32px;

    min-width: 100px;

    padding: 0 28px 0 12px;

    border: 1px solid var(--border);

    border-radius: 999px;

    background: #fff;

    color: #263b59;

    font-size: 13px;

    font-weight: 600;
}


/* Report count */

.report-count {
    margin: 22px 0 14px;

    color: #8a9bb0;

    font-size: 13px;
}


/* =====================================================
           REPORT CARDS
        ===================================================== */

.report-grid {
    row-gap: 17px;
}

.report-card {
    height: 100%;

    display: flex;

    flex-direction: column;

    padding: 19px;

    background: #fff;

    border: 1px solid var(--border);

    border-radius: 13px;

    box-shadow: 0 5px 18px rgba(15, 42, 80, .035);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.report-card:hover {
    transform: translateY(-2px);

    border-color: #d5e2f0;

    box-shadow: var(--shadow);
}


/* Card badge */

.card-badge {
    margin-bottom: 11px;
    font-size: 11.5;
}

.card-badge.thematic {
    border-color: #f1caca;

    background: #fff0f0;

    color: #dc4c4c;
}

.card-badge.channel {
    border-color: #b9dfe5;

    background: #eefafb;

    color: #16889a;
}

.card-badge.threat {
    border-color: #e9d6ad;

    background: #fff9ed;

    color: #a97922;
}


/* Card title */

.report-card h3 {
    margin: 0 0 4px;

    color: var(--text);

    font-size: 16.5px;

    line-height: 1.35;

    font-weight: 800;
}

.report-card-subtitle {
    margin: 0 0 10px;

    color: #7d91aa;

    font-size: 12.5px;

    line-height: 1.4;
}


/* Card description */

.report-card-description {
    margin: 0;

    color: #60738c;

    font-size: 13.5px;

    line-height: 1.65;
}


/* Card footer */

.report-card-footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-top: auto;

    padding-top: 15px;

    margin-top: 14px;

    border-top: 1px solid #edf1f5;
}

.report-date {
    color: #8a9bb0;

    font-size: 12px;

    font-weight: 600;
}

.read-report {
    color: var(--blue);

    font-size: 12.5px;

    font-weight: 700;

    white-space: nowrap;
}

.read-report i {
    margin-left: 2px;

    font-size: 8px;
}

.read-report:hover {
    color: var(--primary);
}


/* =====================================================
           LOAD MORE
        ===================================================== */

.load-more-wrapper {
    display: flex;

    justify-content: center;

    margin-top: 28px;
}

.load-more {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 8px 20px;

    border: 1px solid var(--border);

    border-radius: 999px;

    background: #fff;

    color: var(--text);

    font-size: 15px;

    font-weight: 700;

    box-shadow: 0 3px 12px rgba(15, 42, 80, .035);

    transition:
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.load-more:hover {
    border-color: #b8d2f5;

    color: var(--primary);

    transform: translateY(-1px);
}


/* =====================================================
           WEBINAR / SOURCING POLICY
        ===================================================== */

.policy-box {
    margin-top: 43px;

    padding: 24px;

    border: 1px solid #d7e4f5;

    border-radius: 13px;

    background:
        linear-gradient(135deg,
            #eff6ff 0%,
            #e8f1fd 100%);
}

.policy-icon {
    width: 44px;

    height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px 0 0 5px;

    margin-bottom: 13px;

    border-radius: 7px;

    background: linear-gradient(135deg,
            var(--primary),
            var(--cyan));

    color: #fff;

    font-size: 16px;

    box-shadow: 0 5px 14px rgba(8, 121, 232, .18);
}

.policy-box h3 {
    margin: 0 0 4px;

    color: var(--text);

    font-size: 16px;

    font-weight: 800;
}

.policy-box p {
    max-width: 900px;

    margin: 0;

    color: #627a98;

    font-size: 13.5px;

    line-height: 1.6;
}


/* =====================================================
           TABLET
        ===================================================== */

@media (max-width: 991.98px) {

    .reports-hero {
        padding-top: 28px;

        padding-bottom: 35px;
    }

    .reports-hero h1 {
        font-size: 32px;
    }

    .featured-report {
        grid-template-columns: 1fr;
    }

    .featured-visual {
        min-height: 155px;
    }

    .featured-content {
        padding: 23px;
    }

    .reports-content {
        padding-top: 28px;
    }

}


/* =====================================================
           MOBILE
        ===================================================== */

@media (max-width: 767.98px) {

    body {
        font-size: 13px;
    }

    .reports-hero {
        padding: 24px 0 30px;
    }

    .reports-breadcrumb {
        margin-bottom: 18px;

        font-size: 10px;
    }

    .reports-eyebrow {
        font-size: 9px;

        margin-bottom: 11px;
    }

    .reports-hero h1 {
        font-size: 28px;

        line-height: 1.2;
    }

    .reports-hero-lead {
        font-size: 13px;
    }

    .reports-hero-description {
        font-size: 11px;
    }

    .featured-visual {
        padding: 22px;
    }

    .featured-visual h2 {
        font-size: 18px;
    }

    .featured-content {
        padding: 22px;
    }

    .featured-content p {
        font-size: 11px;
    }

    .category-filters {
        gap: 6px;
    }

    .category-filter {
        padding: 6px 10px;

        font-size: 8.5px;
    }

    .report-tools {
        flex-wrap: wrap;
    }

    .report-search {
        width: 100%;
    }

    .sort-label {
        margin-left: 3px;
    }

    .report-card {
        padding: 18px;
    }

    .policy-box {
        padding: 20px;
    }

}


/* =====================================================
           SMALL MOBILE
        ===================================================== */

@media (max-width: 480px) {

    .reports-hero h1 {
        font-size: 25px;
    }

    .featured-report {
        border-radius: 12px;
    }

    .featured-visual {
        min-height: 145px;
    }

    .featured-content {
        padding: 18px;
    }

    .category-filter {
        font-size: 8px;

        padding: 6px 9px;
    }

    .report-card h3 {
        font-size: 12.5px;
    }

}

.upi-report-hero {

    padding: 45px 0 18px;

    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #ffffff 70%,
            #f8fbff 100%);
}


/* =========================================================
   BREADCRUMB
========================================================= */

.upi-report-breadcrumb {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 7px;

    color: #7d8da2;

    font-size: 13px;

    line-height: 1.4;
}

.upi-report-breadcrumb a {
    color: #64748b;
}

.upi-report-breadcrumb strong {
    color: var(--text);

    font-weight: 700;
}

.upi-report-breadcrumb span {
    color: #b9c4d0;
}


/* =========================================================
   PRINT BUTTON
========================================================= */

.upi-report-print-row {

    display: flex;

    justify-content: flex-end;

    margin-bottom: 16px;
}

.upi-report-print-btn {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 9px 18px;

    border: 1px solid var(--border);

    border-radius: 999px;

    background: #fff;

    color: #50647d;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: all .2s ease;
}

.upi-report-print-btn:hover {

    border-color: #bdd4ef;

    color: var(--primary);
}


/* =========================================================
   EYEBROW
========================================================= */

.upi-report-eyebrow {

    display: inline-block;

    margin-bottom: 11px;

    color: #08a5c2;

    font-size: 12px;

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: 1px;

    text-transform: uppercase;

    background: var(--border);

    border: 1px solid var(--blue);

    border-radius: 40px;

    padding: 8px 12px;
}

.theme-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
    padding: 0 10px;
}



/* =========================================================
   TITLE
========================================================= */

.upi-report-title {

    margin: 0 0 10px;

    color: var(--navy);

    font-family: "Manrope", sans-serif;

    font-size: 38px;

    font-weight: 800;

    line-height: 1.18;

    letter-spacing: -.025em;
}

.upi-report-intro {

    max-width: 710px;

    margin: 0 0 22px;

    color: #647a96;

    font-size: 17.5px;

    line-height: 1.65;
}

.upi-report-meta {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #8293a8;

    font-size: 13px;

    font-weight: 500;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.upi-report-content {

    padding: 0 0 70px;

    background: #fff;
}


/* =========================================================
   TABLE OF CONTENTS
========================================================= */

.upi-report-toc {

    margin-bottom: 27px;

    padding: 15px 17px;

    border: 1px solid var(--border);

    border-radius: 11px;

    background: #fff;

    box-shadow: 0 3px 12px rgba(15, 42, 80, .025);
}

.upi-report-toc-title {

    margin-bottom: 14px;

    color: #7990aa;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .1em;

    text-transform: uppercase;
}

.upi-report-toc a {

    display: block;

    margin-bottom: 9px;

    color: #263b59;

    font-size: 13.5px;

    font-weight: 600;

    line-height: 1.35;

    transition: color .2s ease;
}

.upi-report-toc a:hover {
    color: var(--primary);
}


/* =========================================================
   ARTICLE
========================================================= */

.upi-report-article {

    max-width: 1020px;

    margin: 0;
}


/* =========================================================
   ARTICLE SECTIONS
========================================================= */

.upi-report-section {

    scroll-margin-top: 100px;

    margin-bottom: 26px;
}

.upi-report-section h2 {

    margin: 0 0 8px;

    color: var(--text);

    font-family: "Manrope", sans-serif;

    font-size: 22px;

    font-weight: 800;

    line-height: 1.35;
}

.upi-report-section p {

    margin: 0 0 8px;

    color: #61748d;

    font-size: 15.5px;

    line-height: 1.65;
}

.upi-report-section p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   INSIGHT
========================================================= */

.upi-report-insight-section {
    margin-top: 5px;

    margin-bottom: 28px;
}

.upi-report-insight {

    position: relative;

    overflow: hidden;

    padding: 30px 32px;

    border-radius: 9px;

    background:
        linear-gradient(120deg,
            #2168d8 0%,
            #0879e8 48%,
            #0c9aa0 100%);

    color: #fff;

    box-shadow:
        0 10px 28px rgba(8, 121, 232, .13);
}

.upi-report-insight-label {

    display: block;

    margin-bottom: 7px;

    color: rgba(255, 255, 255, .68);

    font-size: 11.5px;

    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;
}

.upi-report-insight p {

    margin: 0;

    color: #fff;

    font-size: 18px;

    line-height: 1.5;

    font-weight: 500;
}


/* =========================================================
   SOURCES
========================================================= */

.upi-report-sources {

    padding-top: 3px;

    margin-bottom: 22px;
}

.upi-report-sources h2 {

    margin: 0 0 10px;

    color: var(--text);

    font-family: "Manrope", sans-serif;

    font-size: 22px;

    font-weight: 800;
}

.upi-report-sources ul {

    padding: 0;

    margin: 0 0 12px;

    list-style: none;
}

.upi-report-sources li {
    margin-bottom: 7px;
}

.upi-report-sources a {

    color: var(--blue);

    font-size: 14.5px;

    font-weight: 600;
}

.upi-report-sources a i {

    margin-right: 4px;

    font-size: 6px;
}

.upi-report-source-note {

    margin: 14px 0 16px;

    color: #778aa2;

    font-size: 15.5px;

    line-height: 1.55;
}


/* =========================================================
   SHARE
========================================================= */

.upi-report-share {

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 12px 0;

    border-top: 1px solid #edf1f5;
}

.upi-report-share>span {

    margin-right: 5px;

    color: #8797aa;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: .1em;
}

.upi-report-share a {

    width: 21px;

    height: 21px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid var(--border);

    border-radius: 5px;

    color: #71849b;

    background: #fff;

    font-size: 8px;

    transition: all .2s ease;
}

.upi-report-share a:hover {

    color: var(--primary);

    border-color: #bfd7f3;

    background: #f7fbff;
}


/* =========================================================
   RELATED REPORTS
========================================================= */

.upi-related-reports {

    margin-top: 30px;

    padding-top: 25px;

    border-top: 1px solid #e8edf2;
}

.upi-related-eyebrow {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 16px;

    color: #078ba6;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;
}

.upi-related-eyebrow::before {

    content: "";

    width: 10px;

    height: 1px;

    background: var(--primary);
}

.upi-related-reports>h2 {

    margin: 0 0 16px;

    color: var(--text);

    font-size: 26px;

    font-weight: 800;
}


/* =========================================================
   RELATED CARD
========================================================= */

.upi-related-card {

    height: 100%;

    display: flex;

    flex-direction: column;

    padding: 16px;

    border: 1px solid var(--border);

    border-radius: 9px;

    background: #fff;

    box-shadow: 0 4px 15px rgba(15, 42, 80, .035);
}

.upi-related-badge {

    width: fit-content;

    display: inline-flex;

    padding: 5px 8px;

    margin-bottom: 9px;

    border: 1px solid #d5e1fb;

    border-radius: 999px;

    background: #eef4ff;

    color: var(--blue);

    font-size: 11.5px;

    font-weight: 700;
}

.upi-related-badge-channel {

    border-color: #b9dfe5;

    background: #eefafb;

    color: #16889a;
}

.upi-related-card h3 {

    margin: 0 0 4px;

    color: var(--text);

    font-family: "Manrope", sans-serif;

    font-size: 16.5px;

    font-weight: 800;

    line-height: 1.4;
}

.upi-related-subtitle {

    margin: 0 0 16px;

    color: #8192a7;

    font-size: 12.5px;

    line-height: 1.45;
}

.upi-related-card>p {

    margin: 0 0 8px;

    color: #63768d;

    font-size: 12.5px;

    line-height: 1.6;
}

.upi-related-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-top: auto;

    padding-top: 12px;

    margin-top: 12px;

    border-top: 1px solid #edf1f5;
}

.upi-related-footer span {

    color: #8797aa;

    font-size: 12.5px;

    font-weight: 600;
}

.upi-related-footer a {

    color: var(--blue);

    font-size: 12.5px;

    font-weight: 700;
}

.upi-related-footer a i {
    margin-left: 2px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .upi-report-article {
        max-width: 700px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .upi-report-hero {
        padding-top: 22px;
    }

    .upi-report-title {
        font-size: 25px;
    }

    .upi-report-intro {
        font-size: 11px;
    }

    .upi-report-article {
        max-width: 100%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .upi-report-hero {
        padding: 20px 0 15px;
    }

    .upi-report-breadcrumb {
        font-size: 8px;

        margin-bottom: 20px;
    }

    .upi-report-print-row {
        margin-bottom: 13px;
    }

    .upi-report-print-btn {
        font-size: 7px;
    }

    .upi-report-eyebrow {
        font-size: 8px;
    }

    .upi-report-title {
        font-size: 24px;
    }

    .upi-report-intro {
        font-size: 10px;

        line-height: 1.6;
    }

    .upi-report-meta {
        font-size: 7px;
    }

    .upi-report-content {
        padding-bottom: 45px;
    }

    .upi-report-toc {
        padding: 13px;

        margin-bottom: 22px;
    }

    .upi-report-toc a {
        font-size: 7px;
    }

    .upi-report-section {
        margin-bottom: 24px;
    }

    .upi-report-section h2 {
        font-size: 12px;
    }

    .upi-report-section p {
        font-size: 8px;
    }

    .upi-report-insight {
        padding: 15px;
    }

    .upi-report-insight p {
        font-size: 8px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .upi-report-title {
        font-size: 22px;
    }

    .upi-report-toc .col-md-6 {
        width: 100%;
    }

    .upi-report-section h2 {
        font-size: 11px;
    }

    .upi-report-section p {
        font-size: 7.5px;
    }

    .upi-report-related-reports {
        margin-top: 25px;
    }

    .upi-related-reports>h2 {
        font-size: 13px;
    }

}


/* =========================================================
   PRINT
========================================================= */

@media print {

    .upi-report-print-row,
    .upi-report-share {
        display: none !important;
    }

    .upi-report-page {
        color: #000;
    }

    .upi-report-section {
        break-inside: avoid;
    }

    .upi-report-insight {
        box-shadow: none;
    }

    .upi-related-reports {
        break-inside: avoid;
    }

}

/* =========================================================
   BANKIQ NETWORK ESCALATION SECTION
========================================================= */

.bankiq-network-escalation {
    width: 100%;
    background: #ffffff;
    padding: 34px 0 28px;
}

.bankiq-network-escalation-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0;
}


/* =========================================================
   HEADING
========================================================= */

.bankiq-network-escalation-title {
    margin: 0 0 20px;

    font-family: "Manrope", sans-serif;

    color: #071a38;

    font-size: 27px;

    font-weight: 800;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* =========================================================
   LIST
========================================================= */

.bankiq-network-escalation-list {
    margin: 0;
    padding: 0 0 0 29px;

    list-style: none;
}


/* =========================================================
   LIST ITEM
========================================================= */

.bankiq-network-escalation-item {
    position: relative;

    margin: 0 0 14px;

    padding-left: 0;

    color: #193b6b;

    font-family: "Inter", sans-serif;

    font-size: 18px;

    font-weight: 400;

    line-height: 1.5;
}

.bankiq-network-escalation-item:last-child {
    margin-bottom: 0;
}


/* Custom bullet */

.bankiq-network-escalation-item::before {
    content: "";

    position: absolute;

    left: -27px;

    top: 11px;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #079ba9;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bankiq-network-escalation {
        padding: 30px 0 25px;
    }

    .bankiq-network-escalation-inner {
        max-width: 900px;
    }

    .bankiq-network-escalation-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .bankiq-network-escalation-item {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 13px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .bankiq-network-escalation {
        padding: 26px 0 22px;
    }

    .bankiq-network-escalation-title {
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 17px;
    }

    .bankiq-network-escalation-list {
        padding-left: 25px;
    }

    .bankiq-network-escalation-item {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 12px;
    }

    .bankiq-network-escalation-item::before {
        left: -23px;
        top: 9px;

        width: 7px;
        height: 7px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bankiq-network-escalation {
        padding: 22px 0 20px;
    }

    .bankiq-network-escalation-title {
        font-size: 19px;
    }

    .bankiq-network-escalation-item {
        font-size: 13px;
        line-height: 1.55;
    }

}

/* =====================================================
   BANKIQ PERSPECTIVE SECTION
   All classes are uniquely prefixed
===================================================== */

.bankiq-perspective-section {
    width: 100%;
    padding: 30px 0 34px;
    background: #ffffff;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.bankiq-perspective-heading {
    margin: 0 0 34px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 27px;
    font-weight: 800;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* =====================================================
   PERSPECTIVE BOX
===================================================== */

.bankiq-perspective-box {
    width: 100%;

    padding: 34px 35px;

    border: 1px solid #b9dfea;

    border-radius: 20px;

    background:
        linear-gradient(135deg,
            #f4f9fd 0%,
            #eef8f8 100%);
}


/* =====================================================
   LABEL
===================================================== */

.bankiq-perspective-label {
    margin-bottom: 18px;

    color: #0097a7;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: .08em;

    line-height: 1.3;
}


/* =====================================================
   PERSPECTIVE TEXT
===================================================== */

.bankiq-perspective-text {
    max-width: 1040px;

    margin: 0;

    color: #193b6b;

    font-family: "Inter", sans-serif;

    font-size: 19px;

    font-style: italic;

    font-weight: 400;

    line-height: 1.58;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

    .bankiq-perspective-section {
        padding: 28px 0 30px;
    }

    .bankiq-perspective-heading {
        font-size: 24px;

        margin-bottom: 27px;
    }

    .bankiq-perspective-box {
        padding: 28px 30px;

        border-radius: 17px;
    }

    .bankiq-perspective-label {
        font-size: 13px;

        margin-bottom: 15px;
    }

    .bankiq-perspective-text {
        font-size: 17px;

        line-height: 1.55;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .bankiq-perspective-section {
        padding: 24px 0 27px;
    }

    .bankiq-perspective-heading {
        font-size: 21px;

        margin-bottom: 22px;
    }

    .bankiq-perspective-box {
        padding: 23px 22px;

        border-radius: 15px;
    }

    .bankiq-perspective-label {
        font-size: 11px;

        margin-bottom: 13px;
    }

    .bankiq-perspective-text {
        font-size: 15px;

        line-height: 1.55;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .bankiq-perspective-heading {
        font-size: 19px;
    }

    .bankiq-perspective-box {
        padding: 20px 18px;

        border-radius: 13px;
    }

    .bankiq-perspective-label {
        font-size: 10px;
    }

    .bankiq-perspective-text {
        font-size: 14px;

        line-height: 1.55;
    }

}

/* =====================================================
   BANKIQ DETECTION SIGNALS
   Unique classes only
===================================================== */

.bankiq-detection-signals-section {
    width: 100%;
    padding: 30px 0 34px;
    background: #ffffff;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.bankiq-detection-signals-heading {
    margin: 0 0 34px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 27px;
    font-weight: 800;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* =====================================================
   SIGNAL BOX
===================================================== */

.bankiq-detection-signals-box {
    position: relative;

    width: 100%;

    padding: 34px 35px 28px;

    border: 1px solid #d8e0e8;

    border-left: 5px solid #079ba9;

    border-radius: 20px;

    background: #f6f9fc;

    box-sizing: border-box;
}


/* =====================================================
   LABEL
===================================================== */

.bankiq-detection-signals-label {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 20px;

    color: #071a38;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.3;
}


/* Label dot */

.bankiq-detection-signals-label-dot {
    display: inline-block;

    width: 10px;
    height: 10px;

    flex: 0 0 10px;

    border-radius: 50%;

    background: #079ba9;
}


/* =====================================================
   LIST
===================================================== */

.bankiq-detection-signals-list {
    margin: 0;

    padding-left: 27px;

    color: #193b6b;

    font-family: "Inter", sans-serif;

    font-size: 18px;

    font-weight: 400;

    line-height: 1.55;
}


/* =====================================================
   LIST ITEM
===================================================== */

.bankiq-detection-signals-list li {
    padding-left: 3px;

    margin-bottom: 13px;
}

.bankiq-detection-signals-list li:last-child {
    margin-bottom: 0;
}


/* Bootstrap/browser bullet */

.bankiq-detection-signals-list li::marker {
    color: #8a9bb3;

    font-size: .72em;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

    .bankiq-detection-signals-section {
        padding: 28px 0 30px;
    }

    .bankiq-detection-signals-heading {
        font-size: 24px;

        margin-bottom: 27px;
    }

    .bankiq-detection-signals-box {
        padding: 29px 30px 25px;

        border-radius: 17px;
    }

    .bankiq-detection-signals-label {
        font-size: 14px;

        margin-bottom: 17px;
    }

    .bankiq-detection-signals-list {
        font-size: 16px;

        line-height: 1.55;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .bankiq-detection-signals-section {
        padding: 25px 0 27px;
    }

    .bankiq-detection-signals-heading {
        font-size: 21px;

        margin-bottom: 22px;
    }

    .bankiq-detection-signals-box {
        padding: 23px 21px 21px;

        border-left-width: 4px;

        border-radius: 15px;
    }

    .bankiq-detection-signals-label {
        gap: 9px;

        font-size: 12px;

        margin-bottom: 15px;
    }

    .bankiq-detection-signals-label-dot {
        width: 8px;
        height: 8px;

        flex-basis: 8px;
    }

    .bankiq-detection-signals-list {
        padding-left: 21px;

        font-size: 14px;

        line-height: 1.55;
    }

    .bankiq-detection-signals-list li {
        padding-left: 2px;

        margin-bottom: 11px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .bankiq-detection-signals-section {
        padding: 22px 0 24px;
    }

    .bankiq-detection-signals-heading {
        font-size: 19px;
    }

    .bankiq-detection-signals-box {
        padding: 20px 17px 19px;

        border-radius: 13px;
    }

    .bankiq-detection-signals-label {
        font-size: 11px;
    }

    .bankiq-detection-signals-list {
        font-size: 13px;
    }

}

/* =====================================================
   BANKIQ - LENDING FRAUD LIFECYCLE
   Unique classes only
===================================================== */

.bankiq-lending-lifecycle-section {
    width: 100%;
    padding: 30px 0 34px;
    background: #ffffff;
}


/* =====================================================
   TITLE
===================================================== */

.bankiq-lending-lifecycle-title {
    margin: 0 0 30px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 27px;
    font-weight: 800;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* =====================================================
   LIFECYCLE BOX
===================================================== */

.bankiq-lending-lifecycle-box {
    width: 100%;

    padding: 25px;

    border: 1px solid #d8e0e8;

    border-radius: 18px;

    background: #f6f9fc;

    box-sizing: border-box;

    max-width: 950px;
}


/* =====================================================
   FLOW
===================================================== */

.bankiq-lending-lifecycle-flow {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px 12px;
}


/* =====================================================
   STEP
===================================================== */

.bankiq-lending-lifecycle-step {
    min-width: 130px;

    padding: 14px 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #dce3ea;

    border-radius: 12px;

    background: #ffffff;

    color: #071a38;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.25;

    white-space: nowrap;

    box-shadow:
        0 3px 8px rgba(15, 42, 80, .05);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.bankiq-lending-lifecycle-step:hover {

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(15, 42, 80, .08);
}


/* =====================================================
   ARROW
===================================================== */

.bankiq-lending-lifecycle-arrow {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    color: #8195b2;

    font-family: Arial, sans-serif;

    font-size: 27px;

    font-weight: 400;

    line-height: 1;

    flex: 0 0 auto;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199.98px) {

    .bankiq-lending-lifecycle-step {
        min-width: 115px;

        padding: 13px 15px;

        font-size: 15px;
    }

    .bankiq-lending-lifecycle-arrow {
        font-size: 24px;
    }

}


/* =====================================================
   TABLET / SMALL LAPTOP
===================================================== */

@media (max-width: 991.98px) {

    .bankiq-lending-lifecycle-section {
        padding: 28px 0 30px;
    }

    .bankiq-lending-lifecycle-title {
        font-size: 24px;

        margin-bottom: 25px;
    }

    .bankiq-lending-lifecycle-box {
        padding: 22px;
    }

    .bankiq-lending-lifecycle-flow {
        gap: 10px;
    }

    .bankiq-lending-lifecycle-step {
        min-width: 110px;

        padding: 12px 14px;

        font-size: 14px;
    }

    .bankiq-lending-lifecycle-arrow {
        font-size: 22px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .bankiq-lending-lifecycle-section {
        padding: 25px 0 27px;
    }

    .bankiq-lending-lifecycle-title {
        font-size: 21px;

        margin-bottom: 20px;
    }

    .bankiq-lending-lifecycle-box {
        padding: 18px;

        border-radius: 15px;
    }

    .bankiq-lending-lifecycle-flow {
        display: grid;

        grid-template-columns: 1fr auto 1fr;

        gap: 10px;
    }

    .bankiq-lending-lifecycle-step {
        min-width: 0;

        width: 100%;

        padding: 12px 8px;

        font-size: 13px;

        white-space: normal;

        text-align: center;
    }

    .bankiq-lending-lifecycle-arrow {
        font-size: 20px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .bankiq-lending-lifecycle-section {
        padding: 22px 0 24px;
    }

    .bankiq-lending-lifecycle-title {
        font-size: 19px;
    }

    .bankiq-lending-lifecycle-box {
        padding: 15px;
    }

    .bankiq-lending-lifecycle-flow {
        grid-template-columns: 1fr;

        gap: 8px;
    }

    .bankiq-lending-lifecycle-step {
        width: 100%;

        padding: 11px 12px;

        font-size: 13px;
    }

    .bankiq-lending-lifecycle-arrow {
        transform: rotate(90deg);

        font-size: 21px;

        height: 20px;
    }

}

/* =========================================================
   BANKIQ ALERT QUALITY BLOG
   Unique prefix:
   bankiq-alert-blog-
========================================================= */


/* =========================================================
   PAGE
========================================================= */

.bankiq-alert-blog-page {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================================
   BLOG HEADER
========================================================= */

.bankiq-alert-blog-header {
    padding: 26px 0 27px;
    background: #ffffff;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.bankiq-alert-blog-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    margin-bottom: 23px;

    color: #71839b;

    font-size: 12px;
    line-height: 1.4;
}

.bankiq-alert-blog-breadcrumb a {
    color: #647a96;
}

.bankiq-alert-blog-breadcrumb strong {
    color: #162944;
    font-weight: 700;
}

.bankiq-alert-blog-breadcrumb span {
    color: #b1bdc9;
}


/* =========================================================
   TAGS
========================================================= */

.bankiq-alert-blog-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    margin-bottom: 17px;
}

.bankiq-alert-blog-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    padding: 6px 10px;

    border: 1px solid #dce4ec;
    border-radius: 999px;

    background: #ffffff;

    color: #344b68;

    font-size: 12.5px;
    font-weight: 600;

    line-height: 1;
}

.bankiq-alert-blog-tag-green {
    border-color: #b9e2d0;
    background: #edf9f3;
    color: #19875b;
}

.bankiq-alert-blog-tag-dot {
    width: 4px;
    height: 4px;

    flex: 0 0 4px;

    border-radius: 50%;

    background: #0879e8;
}


/* =========================================================
   TITLE
========================================================= */

.bankiq-alert-blog-title {
    max-width: 850px;

    margin: 0 0 10px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 40px;
    font-weight: 800;

    line-height: 1.18;

    letter-spacing: -0.025em;
}


/* =========================================================
   SUBTITLE
========================================================= */

.bankiq-alert-blog-subtitle {
    max-width: 760px;

    margin: 0 0 16px;

    color: #657a96;

    font-size: 19px;

    font-weight: 400;

    line-height: 1.55;
}


/* =========================================================
   META
========================================================= */

.bankiq-alert-blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    color: #8192a7;

    font-size: 13px;
    font-weight: 600;
}

.bankiq-alert-blog-author {
    color: #7890ab;
}

.bankiq-alert-blog-author-icon {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #0879e8;

    color: #ffffff;

    font-size: 8px;
}

.bankiq-alert-blog-meta-separator {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: #c7d1dc;
}

.bankiq-alert-blog-meta i {
    margin-right: 3px;
}


/* =========================================================
   CONTENT
========================================================= */

.bankiq-alert-blog-content {
    padding: 0 0 70px;
}

.bankiq-alert-blog-article-wrap {
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   ARTICLE
========================================================= */

.bankiq-alert-blog-article {
    max-width: 950px;

    padding-top: 27px;

    border-top: 1px solid #e6ebf0;
}


/* =========================================================
   LEAD
========================================================= */

.bankiq-alert-blog-lead {
    max-width: 770px;

    margin: 0 0 28px;

    color: #334e73;

    font-size: 16.5px;

    line-height: 1.65;
}


/* =========================================================
   ARTICLE SECTIONS
========================================================= */

.bankiq-alert-blog-section {
    margin-bottom: 27px;
}

.bankiq-alert-blog-section h2 {
    margin: 0 0 8px;

    color: #0b1e39;

    font-family: "Manrope", sans-serif;

    font-size: 18px;

    font-weight: 800;

    line-height: 1.35;
}

.bankiq-alert-blog-section p {
    margin: 0;

    color: #334e73;

    font-size: 16.5px;

    line-height: 1.65;
}


/* =========================================================
   QUOTE
========================================================= */

.bankiq-alert-blog-quote {
    max-width: 760px;

    margin: 28px 0 26px;

    padding: 4px 0 4px 22px;

    border-left: 2px solid #2563eb;

    color: #0b1e39;

    font-family: "Manrope", sans-serif;

    font-size: 22px;

    font-weight: 700;

    line-height: 1.45;
}


/* =========================================================
   KEY TAKEAWAYS
========================================================= */

.bankiq-alert-blog-takeaways {
    max-width: 770px;

    margin: 0 0 22px;

    padding: 24px 28px;

    border: 1px solid #dce5ed;

    border-radius: 12px;

    background: #f7faff;
}

.bankiq-alert-blog-takeaways-title {
    margin-bottom: 10px;

    color: #8092a8;

    font-size: 12.5px;

    font-weight: 800;

    letter-spacing: .1em;

    text-transform: uppercase;
}

.bankiq-alert-blog-takeaways ul {
    margin: 0;

    padding-left: 16px;
}

.bankiq-alert-blog-takeaways li {
    margin-bottom: 6px;

    color: #405878;

    font-size: 14.5px;

    line-height: 1.5;
}

.bankiq-alert-blog-takeaways li:last-child {
    margin-bottom: 0;
}

.bankiq-alert-blog-takeaways li::marker {
    color: #2563eb;
}


/* =========================================================
   BANKIQ ANGLE
========================================================= */

.bankiq-alert-blog-angle {
    max-width: 770px;

    margin: 0 0 25px;

    padding: 26px 28px;

    border: 1px solid #c4e4ed;

    border-radius: 12px;

    background:
        linear-gradient(135deg,
            #f4faff 0%,
            #eff9f9 100%);
}

.bankiq-alert-blog-angle-title {
    margin-bottom: 9px;

    color: #0094a6;

    font-size: 12.5px;

    font-weight: 800;

    letter-spacing: .1em;

    text-transform: uppercase;
}

.bankiq-alert-blog-angle p {
    margin: 0;

    color: #365273;

    font-size: 16px;

    line-height: 1.6;
}


/* =========================================================
   SHARE
========================================================= */

.bankiq-alert-blog-share {
    max-width: 770px;

    display: flex;
    align-items: center;
    gap: 7px;

    padding: 15px 0 18px;

    border-top: 1px solid #e8edf2;
}

.bankiq-alert-blog-share-label {
    margin-right: 3px;

    color: #8191a5;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: .08em;
}

.bankiq-alert-blog-share-btn {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e1e7ed;
    border-radius: 5px;

    background: #ffffff;

    color: #667b95;

    font-size: 8px;

    transition: all .2s ease;
}

.bankiq-alert-blog-share-btn:hover {
    color: #0879e8;
    border-color: #bdd6ef;
    background: #f7fbff;
}


/* =========================================================
   RELATED ARTICLES
========================================================= */

.bankiq-alert-blog-related {
    margin-top: 37px;

    padding-top: 29px;

    border-top: 1px solid #e7ecf1;
}

.bankiq-alert-blog-related-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 8px;

    color: #0093a5;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .13em;

    text-transform: uppercase;
}

.bankiq-alert-blog-related-eyebrow::before {
    content: "";

    width: 11px;
    height: 1px;

    background: #0879e8;
}

.bankiq-alert-blog-related-title {
    margin: 0 0 20px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 26px;

    font-weight: 800;

    line-height: 1.3;
}


/* =========================================================
   RELATED CARD
========================================================= */

.bankiq-alert-blog-card {
    height: 100%;

    display: flex;
    flex-direction: column;

    padding: 28px;

    border: 1px solid #e1e7ed;

    border-radius: 11px;

    background: #ffffff;

    box-shadow:
        0 5px 18px rgba(15, 42, 80, .035);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.bankiq-alert-blog-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(15, 42, 80, .07);
}


/* Card top */

.bankiq-alert-blog-card-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 8px;

    margin-bottom: 12px;
}


/* Card tag */

.bankiq-alert-blog-card-tag {
    display: inline-flex;

    padding: 5px 12px;

    border: 1px solid #b9e2d0;

    border-radius: 999px;

    background: #edf9f3;

    color: #19875b;

    font-size: 11.5px;

    font-weight: 700;

    line-height: 1;
}


/* Reading time */

.bankiq-alert-blog-card-time {
    color: #8192a7;

    font-size: 11.5px;

    font-weight: 600;
}


/* Card title */

.bankiq-alert-blog-card h3 {
    margin: 0 0 7px;

    color: #0b1e39;

    font-family: "Manrope", sans-serif;

    font-size: 16.5px;

    font-weight: 800;

    line-height: 1.4;
}


/* Card description */

.bankiq-alert-blog-card>p {
    margin: 0;

    color: #637791;

    font-size: 13.5px;

    line-height: 1.6;
}


/* Card footer */

.bankiq-alert-blog-card-footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-top: auto;

    padding-top: 14px;

    margin-top: 18px;

    border-top: 1px solid #edf1f5;
}

.bankiq-alert-blog-card-footer span {
    color: #8796a8;

    font-size: 12px;

    font-weight: 600;
}

.bankiq-alert-blog-card-footer a {
    color: #2563eb;

    font-size: 12.5px;

    font-weight: 700;
}

.bankiq-alert-blog-card-footer i {
    margin-left: 2px;
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .bankiq-alert-blog-title {
        font-size: 28px;
    }

    .bankiq-alert-blog-article {
        max-width: 800px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bankiq-alert-blog-header {
        padding-top: 23px;
    }

    .bankiq-alert-blog-title {
        font-size: 26px;
    }

    .bankiq-alert-blog-subtitle {
        font-size: 13px;
    }

    .bankiq-alert-blog-article {
        max-width: 100%;
    }

    .bankiq-alert-blog-lead,
    .bankiq-alert-blog-quote,
    .bankiq-alert-blog-takeaways,
    .bankiq-alert-blog-angle,
    .bankiq-alert-blog-share {
        max-width: 100%;
    }

    .bankiq-alert-blog-section p {
        font-size: 10px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .bankiq-alert-blog-header {
        padding: 20px 0 23px;
    }

    .bankiq-alert-blog-breadcrumb {
        font-size: 7px;
        margin-bottom: 18px;
    }

    .bankiq-alert-blog-tags {
        margin-bottom: 14px;
    }

    .bankiq-alert-blog-tag {
        font-size: 7px;
        padding: 5px 8px;
    }

    .bankiq-alert-blog-title {
        font-size: 23px;
        line-height: 1.2;
    }

    .bankiq-alert-blog-desktop-break {
        display: none;
    }

    .bankiq-alert-blog-subtitle {
        font-size: 11px;
        line-height: 1.55;
    }

    .bankiq-alert-blog-meta {
        font-size: 7px;
    }

    .bankiq-alert-blog-content {
        padding-bottom: 45px;
    }

    .bankiq-alert-blog-article {
        padding-top: 22px;
    }

    .bankiq-alert-blog-lead {
        font-size: 9px;
        line-height: 1.65;
    }

    .bankiq-alert-blog-section {
        margin-bottom: 23px;
    }

    .bankiq-alert-blog-section h2 {
        font-size: 11px;
    }

    .bankiq-alert-blog-section p {
        font-size: 8.5px;
    }

    .bankiq-alert-blog-quote {
        padding-left: 16px;
        font-size: 12px;
    }

    .bankiq-alert-blog-takeaways,
    .bankiq-alert-blog-angle {
        padding: 15px;
    }

    .bankiq-alert-blog-related {
        margin-top: 28px;
        padding-top: 23px;
    }

    .bankiq-alert-blog-related-title {
        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bankiq-alert-blog-title {
        font-size: 21px;
    }

    .bankiq-alert-blog-subtitle {
        font-size: 10px;
    }

    .bankiq-alert-blog-section p {
        font-size: 8px;
    }

    .bankiq-alert-blog-quote {
        font-size: 11px;
    }

    .bankiq-alert-blog-card h3 {
        font-size: 10px;
    }

}

/* =====================================================
   BANKIQ CHANNEL FLOW
   Unique classes only
===================================================== */

.bankiq-channel-flow-section {
    width: 100%;
    padding: 10px 0 20px;
    background: #ffffff;
}


/* =====================================================
   OUTER BOX
===================================================== */

.bankiq-channel-flow-box {
    width: 100%;

    padding: 25px;

    border: 1px solid #d8e0e8;

    border-radius: 18px;

    background: #f6f9fc;

    box-sizing: border-box;
}


/* =====================================================
   FLOW WRAPPER
===================================================== */

.bankiq-channel-flow-wrapper {
    display: flex;

    align-items: center;

    justify-content: flex-start;

    flex-wrap: nowrap;

    gap: 11px;
}


/* =====================================================
   FLOW STEP
===================================================== */

.bankiq-channel-flow-step {
    min-width: 95px;

    min-height: 49px;

    padding: 12px 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #dce3ea;

    border-radius: 12px;

    background: #ffffff;

    color: #071a38;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.25;

    white-space: nowrap;

    box-shadow:
        0 3px 8px rgba(15, 42, 80, .05);

    box-sizing: border-box;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.bankiq-channel-flow-step:hover {

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(15, 42, 80, .08);
}


/* =====================================================
   ARROW
===================================================== */

.bankiq-channel-flow-arrow {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 auto;

    color: #8195b2;

    font-family: Arial, sans-serif;

    font-size: 26px;

    font-weight: 400;

    line-height: 1;
}


/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1199.98px) {

    .bankiq-channel-flow-box {
        padding: 22px;
    }

    .bankiq-channel-flow-wrapper {
        gap: 8px;
    }

    .bankiq-channel-flow-step {
        min-width: 88px;

        padding: 11px 13px;

        font-size: 15px;
    }

    .bankiq-channel-flow-arrow {
        font-size: 23px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

    .bankiq-channel-flow-section {
        padding: 8px 0 18px;
    }

    .bankiq-channel-flow-box {
        padding: 20px;
    }

    .bankiq-channel-flow-wrapper {
        gap: 7px;
    }

    .bankiq-channel-flow-step {
        min-width: 78px;

        min-height: 45px;

        padding: 10px 11px;

        font-size: 14px;
    }

    .bankiq-channel-flow-arrow {
        font-size: 20px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .bankiq-channel-flow-section {
        padding: 6px 0 16px;
    }

    .bankiq-channel-flow-box {
        padding: 18px;

        border-radius: 15px;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }

    .bankiq-channel-flow-wrapper {
        width: max-content;

        gap: 9px;
    }

    .bankiq-channel-flow-step {
        min-width: 90px;

        min-height: 44px;

        padding: 10px 13px;

        font-size: 13px;
    }

    .bankiq-channel-flow-arrow {
        font-size: 21px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .bankiq-channel-flow-box {
        padding: 15px;
    }

    .bankiq-channel-flow-wrapper {
        gap: 8px;
    }

    .bankiq-channel-flow-step {
        min-width: 82px;

        min-height: 42px;

        padding: 9px 11px;

        font-size: 12px;
    }

    .bankiq-channel-flow-arrow {
        font-size: 19px;
    }

}

/* =====================================================
   BANKIQ EXPLAINABILITY REQUIREMENTS
   All custom classes are uniquely prefixed
===================================================== */

.bankiq-explainability-section {
    width: 100%;

    padding: 28px 0 30px;

    background: #ffffff;
}


/* =====================================================
   WRAPPER
===================================================== */

.bankiq-explainability-wrapper {
    max-width: 1100px;

    margin: 0 auto;
}


/* =====================================================
   HEADING
===================================================== */

.bankiq-explainability-heading {
    margin: 0 0 18px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 24px;

    font-weight: 800;

    line-height: 1.3;

    letter-spacing: -0.02em;
}


/* =====================================================
   LIST
===================================================== */

.bankiq-explainability-list {
    margin: 0;

    padding: 0 0 0 27px;

    list-style: none;
}


/* =====================================================
   LIST ITEM
===================================================== */

.bankiq-explainability-item {
    position: relative;

    margin: 0 0 12px;

    padding-left: 0;

    color: #193b6b;

    font-family: "Inter", sans-serif;

    font-size: 18px;

    font-weight: 400;

    line-height: 1.5;
}

.bankiq-explainability-item:last-child {
    margin-bottom: 0;
}


/* =====================================================
   CUSTOM BULLET
===================================================== */

.bankiq-explainability-item::before {
    content: "";

    position: absolute;

    left: -25px;

    top: 10px;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #079ba9;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

    .bankiq-explainability-section {
        padding: 26px 0 28px;
    }

    .bankiq-explainability-heading {
        font-size: 22px;

        margin-bottom: 17px;
    }

    .bankiq-explainability-item {
        font-size: 16px;

        line-height: 1.5;

        margin-bottom: 11px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .bankiq-explainability-section {
        padding: 23px 0 25px;
    }

    .bankiq-explainability-heading {
        font-size: 20px;

        line-height: 1.3;

        margin-bottom: 16px;
    }

    .bankiq-explainability-list {
        padding-left: 24px;
    }

    .bankiq-explainability-item {
        font-size: 14px;

        line-height: 1.55;

        margin-bottom: 10px;
    }

    .bankiq-explainability-item::before {
        left: -22px;

        top: 8px;

        width: 7px;

        height: 7px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .bankiq-explainability-section {
        padding: 20px 0 22px;
    }

    .bankiq-explainability-heading {
        font-size: 18px;
    }

    .bankiq-explainability-item {
        font-size: 13px;

        line-height: 1.55;
    }

}

/* =========================================================
   BANKIQ RBI RESOURCE PAGE
   Unique prefix:
   bankiq-rbi-resource-
========================================================= */

.bankiq-rbi-resource-page {
    width: 100%;
    background: #ffffff;
    color: var(--text);
}


/* =========================================================
   HEADER
========================================================= */

.bankiq-rbi-resource-header {
    padding: 25px 0 28px;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.bankiq-rbi-resource-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    margin-bottom: 18px;

    color: #71839b;

    font-size: 13px;
    line-height: 1.4;
}

.bankiq-rbi-resource-breadcrumb a {
    color: #657993;
}

.bankiq-rbi-resource-breadcrumb span {
    color: #b5c0cb;
}

.bankiq-rbi-resource-breadcrumb strong {
    color: #162944;
    font-weight: 700;
}


/* =========================================================
   META BOX
========================================================= */

.bankiq-rbi-resource-meta-box {
    max-width: 100%;

    margin-bottom: 21px;

    padding: 26px 30px;

    border: 1px solid #e1e8ef;

    border-radius: 12px;

    background: #f6f9fc;
}


/* Meta labels */

.bankiq-rbi-resource-meta-label {
    margin-bottom: 5px;

    color: #8a9bad;

    font-size: 10.5px;

    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;
}


/* Meta values */

.bankiq-rbi-resource-meta-value {
    color: #172b46;

    font-size: 10.5px;

    font-weight: 700;
}


/* Status */

.bankiq-rbi-resource-status {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 5px 9px;

    border-radius: 999px;

    background: #e9f8ef;

    color: #15925d;

    font-size: 10.5px;

    font-weight: 800;
}

.bankiq-rbi-resource-status span {
    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #20a965;
}


/* Applicable */

.bankiq-rbi-resource-applicable {
    display: flex;

    align-items: center;

    gap: 5px;
}

.bankiq-rbi-resource-applicable span {
    padding: 4px 8px;

    border: 1px solid #dce5ed;

    border-radius: 999px;

    background: #edf3fa;

    color: #637893;

    font-size: 10.5px;

    font-weight: 700;
}


/* Source */

.bankiq-rbi-resource-source-link {
    display: block;

    color: #2563eb;

    font-size: 13.5px;

    font-weight: 600;

    line-height: 1.45;
}

.bankiq-rbi-resource-source-link i {
    margin-right: 4px;
}


/* =========================================================
   TAGS
========================================================= */

.bankiq-rbi-resource-tags {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 18px;
}

.bankiq-rbi-resource-tag {
    display: inline-flex;

    align-items: center;

    padding: 5px 9px;

    border: 1px solid #e0e6ed;

    border-radius: 999px;

    background: #ffffff;

    color: #71839a;

    font-size: 11.5px;

    font-weight: 700;
}

.bankiq-rbi-resource-tag-blue {
    border-color: #c6d8f4;

    background: #eef5ff;

    color: #3465c0;
}


/* =========================================================
   TITLE
========================================================= */

.bankiq-rbi-resource-title {
    max-width: 820px;

    margin: 0 0 10px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 36px;

    font-weight: 800;

    line-height: 1.18;

    letter-spacing: -.025em;
}


/* =========================================================
   INTRO
========================================================= */

.bankiq-rbi-resource-intro {
    max-width: 760px;

    margin: 0 0 15px;

    color: #627792;

    font-size: 17px;

    line-height: 1.6;
}


/* =========================================================
   AUTHOR
========================================================= */

.bankiq-rbi-resource-author {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #8393a7;

    font-size: 13px;

    font-weight: 600;
}

.bankiq-rbi-resource-author-divider {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: #c8d1db;
}


/* =========================================================
   CONTENT
========================================================= */

.bankiq-rbi-resource-content {
    padding: 0 0 70px;
}

.bankiq-rbi-resource-content-wrap {
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   RESOURCE NAVIGATION
========================================================= */

.bankiq-rbi-resource-navigation {
    margin-bottom: 27px;

    padding: 17px 20px;

    border: 1px solid #e1e7ed;

    border-radius: 12px;

    background: #ffffff;
}

.bankiq-rbi-resource-navigation-title {
    margin-bottom: 10px;

    color: #8998aa;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .08em;
}

.bankiq-rbi-resource-navigation a {
    display: block;

    margin-bottom: 8px;

    color: #304b70;

    font-size: 13.5px;

    font-weight: 600;
}

.bankiq-rbi-resource-navigation a:last-child {
    margin-bottom: 0;
}


/* =========================================================
   ARTICLE
========================================================= */

.bankiq-rbi-resource-article {
    max-width: 860px;
}


/* =========================================================
   ARTICLE SECTION
========================================================= */

.bankiq-rbi-resource-section {
    margin-bottom: 27px;
}

.bankiq-rbi-resource-section h2,
.bankiq-rbi-resource-sources h2 {
    margin: 0 0 9px;

    color: #0b1e39;

    font-family: "Manrope", sans-serif;

    font-size: 21px;

    font-weight: 800;

    line-height: 1.35;
}

.bankiq-rbi-resource-section p {
    margin: 0;

    color: #405876;

    font-size: 15.5px;

    line-height: 1.65;
}


/* =========================================================
   LIFECYCLE
========================================================= */

.bankiq-rbi-resource-lifecycle {
    margin-top: 16px;

    padding: 14px;

    border: 1px solid #dce5ed;

    border-radius: 9px;

    background: #f7faff;
}

.bankiq-rbi-resource-lifecycle-flow {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 7px;
}

.bankiq-rbi-resource-lifecycle-flow>span {
    color: #8497b1;

    font-size: 15px;
}

.bankiq-rbi-resource-lifecycle-step {
    display: flex;

    align-items: center;

    justify-content: center;

    padding: 8px 11px;

    border: 1px solid #e0e6ed;

    border-radius: 7px;

    background: #ffffff;

    color: #263d5b;

    font-size: 15.5px;

    font-weight: 700;

    box-shadow: 0 2px 6px rgba(15, 42, 80, .04);
}


/* =========================================================
   CHECKLIST
========================================================= */

.bankiq-rbi-resource-checklist {
    margin: 0;

    padding-left: 17px;
}

.bankiq-rbi-resource-checklist li {
    margin-bottom: 7px;

    padding-left: 2px;

    color: #405876;

    font-size: 15.5px;

    line-height: 1.55;
}

.bankiq-rbi-resource-checklist li::marker {
    color: #079ba9;
}


/* =========================================================
   BANKIQ PERSPECTIVE
========================================================= */

.bankiq-rbi-resource-perspective {
    margin-top: 18px;

    padding: 24px 26px;

    border: 1px solid #c6e5ec;

    border-radius: 11px;

    background:
        linear-gradient(135deg,
            #f2faff 0%,
            #eff9fa 100%);
}

.bankiq-rbi-resource-perspective-label {
    margin-bottom: 9px;

    color: #0096a7;

    font-size: 12.5px;

    font-weight: 800;

    letter-spacing: .1em;
}

.bankiq-rbi-resource-perspective p {
    margin: 0;

    color: #42607e;

    font-size: 15px;

    font-style: italic;

    line-height: 1.6;
}


/* =========================================================
   SOURCES
========================================================= */

.bankiq-rbi-resource-sources {
    margin-top: 33px;

    padding-top: 1px;
}

.bankiq-rbi-resource-source-list {
    display: flex;

    flex-direction: column;

    gap: 8px;
}

.bankiq-rbi-resource-source-list a {
    color: #2563eb;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.5;
}

.bankiq-rbi-resource-source-list i {
    margin-right: 4px;
}

.bankiq-rbi-resource-source-note {
    max-width: 720px;

    margin: 11px 0 0;

    color: #73869d;

    font-size: 14px;

    line-height: 1.55;
}


/* =========================================================
   SHARE
========================================================= */

.bankiq-rbi-resource-share {
    display: flex;

    align-items: center;

    gap: 7px;

    margin-top: 19px;

    padding-top: 14px;

    border-top: 1px solid #e8edf2;
}

.bankiq-rbi-resource-share>span {
    margin-right: 3px;

    color: #8797aa;

    font-size: 12.5px;

    font-weight: 800;

    letter-spacing: .08em;
}

.bankiq-rbi-resource-share a {
    width: 22px;
    height: 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #e1e7ed;

    border-radius: 5px;

    color: #71849a;

    background: #ffffff;

    font-size: 8px;
}


/* =========================================================
   RELATED
========================================================= */

.bankiq-rbi-resource-related {
    margin-top: 39px;

    padding-top: 27px;

    border-top: 1px solid #e7ecf1;
}

.bankiq-rbi-resource-related-eyebrow {
    display: flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 7px;

    color: #0093a5;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .13em;

    text-transform: uppercase;
}

.bankiq-rbi-resource-related-eyebrow::before {
    content: "";

    width: 11px;
    height: 1px;

    background: #0879e8;
}

.bankiq-rbi-resource-related>h2 {
    margin: 0 0 17px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 26px;

    font-weight: 800;
}


/* =========================================================
   RELATED CARD
========================================================= */

.bankiq-rbi-resource-related-card {
    height: 100%;

    display: flex;

    flex-direction: column;

    padding: 28px;

    border: 1px solid #e0e6ed;

    border-radius: 10px;

    background: #ffffff;

    box-shadow:
        0 5px 16px rgba(15, 42, 80, .035);

    transition: transform .2s ease,
        box-shadow .2s ease;
}

.bankiq-rbi-resource-related-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(15, 42, 80, .07);
}


/* Card tags */

.bankiq-rbi-resource-card-tags {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 6px;

    margin-bottom: 11px;
}

.bankiq-rbi-resource-card-tags>span:first-child {
    padding: 5px 8px;

    border: 1px solid #c8d9f3;

    border-radius: 999px;

    background: #eef5ff;

    color: #3464bd;

    font-size: 11.5px;

    font-weight: 700;
}

.bankiq-rbi-resource-current {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 4px 7px;

    border-radius: 999px;

    background: #eaf8ef;

    color: #16915c;

    font-size: 11px;

    font-weight: 800;
}

.bankiq-rbi-resource-current b {
    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #1fa965;
}


/* Card heading */

.bankiq-rbi-resource-related-card h3 {
    margin: 0 0 7px;

    color: #0b1e39;

    font-family: "Manrope", sans-serif;

    font-size: 16px;

    font-weight: 800;

    line-height: 1.4;
}


/* Card description */

.bankiq-rbi-resource-related-card p {
    margin: 0;

    color: #647891;

    font-size: 13.5px;

    line-height: 1.6;
}


/* Card footer */

.bankiq-rbi-resource-card-footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-top: auto;

    padding-top: 13px;

    margin-top: 17px;

    border-top: 1px solid #edf1f5;
}

.bankiq-rbi-resource-card-footer span {
    color: #8797aa;

    font-size: 11px;

    font-weight: 600;
}

.bankiq-rbi-resource-card-footer a {
    color: #2563eb;

    font-size: 11.5px;

    font-weight: 700;
}

.bankiq-rbi-resource-card-footer i {
    margin-left: 2px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bankiq-rbi-resource-header {
        padding-top: 22px;
    }

    .bankiq-rbi-resource-title {
        font-size: 24px;
    }

    .bankiq-rbi-resource-intro {
        font-size: 9px;
    }

    .bankiq-rbi-resource-article {
        max-width: 100%;
    }

    .bankiq-rbi-resource-section p,
    .bankiq-rbi-resource-checklist li {
        font-size: 9px;
    }

    .bankiq-rbi-resource-lifecycle-flow {
        gap: 6px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .bankiq-rbi-resource-header {
        padding: 20px 0 24px;
    }

    .bankiq-rbi-resource-breadcrumb {
        font-size: 7px;
        margin-bottom: 16px;
    }

    .bankiq-rbi-resource-meta-box {
        padding: 15px;
    }

    .bankiq-rbi-resource-title {
        font-size: 21px;

        line-height: 1.22;
    }

    .bankiq-rbi-resource-intro {
        font-size: 9px;
    }

    .bankiq-rbi-resource-author {
        font-size: 6.5px;
    }

    .bankiq-rbi-resource-content {
        padding-bottom: 45px;
    }

    .bankiq-rbi-resource-navigation {
        padding: 15px;
    }

    .bankiq-rbi-resource-section h2,
    .bankiq-rbi-resource-sources h2 {
        font-size: 12px;
    }

    .bankiq-rbi-resource-section p,
    .bankiq-rbi-resource-checklist li {
        font-size: 8px;
    }

    .bankiq-rbi-resource-lifecycle {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }

    .bankiq-rbi-resource-lifecycle-flow {
        width: max-content;

        flex-wrap: nowrap;
    }

    .bankiq-rbi-resource-perspective {
        padding: 15px;
    }

    .bankiq-rbi-resource-related {
        margin-top: 30px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bankiq-rbi-resource-title {
        font-size: 19px;
    }

    .bankiq-rbi-resource-intro {
        font-size: 8.5px;
    }

    .bankiq-rbi-resource-section p,
    .bankiq-rbi-resource-checklist li {
        font-size: 7.8px;
    }

    .bankiq-rbi-resource-related>h2 {
        font-size: 14px;
    }

}

/* =========================================================
   BANKIQ - IMPORTANT DISTINCTION CALLOUT
   Unique classes: bankiq-important-
========================================================= */

.bankiq-important-section {
    width: 100%;
    padding: 15px 0;
    background: #ffffff;
}


/* Main Box */

.bankiq-important-box {
    position: relative;

    width: 100%;

    padding: 30px 36px;

    border: 1px solid #dbe3ec;
    border-left: 5px solid var(--blue);

    border-radius: 20px;

    background: #f7faff;

    box-sizing: border-box;
}


/* Heading */

.bankiq-important-heading {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;

    color: #0b1d38;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: .01em;
}


/* Blue Dot */

.bankiq-important-dot {
    flex: 0 0 auto;

    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: var(--blue);
}


/* Description */

.bankiq-important-text {
    max-width: 930px;

    margin: 0;

    color: #294a72;

    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;

    line-height: 1.5;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .bankiq-important-box {
        padding: 31px 36px;
    }

    .bankiq-important-heading {
        font-size: 16px;
    }

    .bankiq-important-text {
        font-size: 20px;
        line-height: 1.5;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bankiq-important-box {
        padding: 27px 30px;
        border-radius: 17px;
    }

    .bankiq-important-heading {
        font-size: 15px;
        margin-bottom: 17px;
    }

    .bankiq-important-text {
        font-size: 17px;
        line-height: 1.5;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .bankiq-important-section {
        padding: 10px 0;
    }

    .bankiq-important-box {
        padding: 22px 20px;

        border-left-width: 4px;
        border-radius: 14px;
    }

    .bankiq-important-heading {
        gap: 9px;

        margin-bottom: 14px;

        font-size: 13px;
    }

    .bankiq-important-dot {
        width: 8px;
        height: 8px;
    }

    .bankiq-important-text {
        font-size: 14px;
        line-height: 1.55;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bankiq-important-box {
        padding: 20px 17px;
    }

    .bankiq-important-heading {
        font-size: 12px;
    }

    .bankiq-important-text {
        font-size: 13px;
        line-height: 1.55;
    }

}

/* =========================================================
   BANKIQ - MULE ACCOUNT ECONOMY ARTICLE
   All classes use:
   bankiq-mule-
========================================================= */

.bankiq-mule-page {
    width: 100%;
    background: #fff;
    color: var(--text);
}


/* =========================================================
   HEADER
========================================================= */

.bankiq-mule-header {
    padding: 44px 0 50px;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.bankiq-mule-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    margin-bottom: 22px;

    color: #7b8da2;

    font-size: 13px;
    line-height: 1.4;
}

.bankiq-mule-breadcrumb a {
    color: #657993;
}

.bankiq-mule-breadcrumb span {
    color: #b8c3ce;
}

.bankiq-mule-breadcrumb strong {
    color: #172a45;
    font-weight: 700;
}


/* =========================================================
   TAGS
========================================================= */

.bankiq-mule-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    margin-bottom: 18px;
}

.bankiq-mule-tag {
    display: inline-flex;
    align-items: center;

    padding: 5px 10px;

    border: 1px solid #dfe6ed;
    border-radius: 999px;

    background: #f8fafc;

    color: #49627f;

    font-size: 11.5px;
    font-weight: 700;
}

.bankiq-mule-tag-red {
    border-color: #f1caca;
    background: #fff1f1;
    color: #c64d4d;
}


/* =========================================================
   TITLE
========================================================= */

.bankiq-mule-title {
    max-width: 820px;

    margin: 0 0 16px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 38px;
    font-weight: 800;

    line-height: 1.16;

    letter-spacing: -.025em;
}


/* =========================================================
   INTRO
========================================================= */

.bankiq-mule-intro {
    max-width: 790px;

    margin: 0 0 16px;

    color: #607793;

    font-size: 17.5px;
    line-height: 1.6;
}


/* =========================================================
   META
========================================================= */

.bankiq-mule-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    color: #8796a8;

    font-size: 13.5px;
    font-weight: 600;
}

.bankiq-mule-meta-dot {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: #bdc8d3;
}


/* =========================================================
   CONTENT
========================================================= */

.bankiq-mule-content {
    padding: 0 0 70px;
}

.bankiq-mule-content-inner {
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   ARTICLE
========================================================= */

.bankiq-mule-section {
    max-width: 820px;
    margin-bottom: 29px;
}

.bankiq-mule-section h2,
.bankiq-mule-perspective-section h2,
.bankiq-mule-references h2 {
    margin: 0 0 10px;

    color: #0b1d38;

    font-family: "Manrope", sans-serif;

    font-size: 22px;
    font-weight: 800;

    line-height: 1.35;
}

.bankiq-mule-section p {
    margin: 0;

    color: #405a79;

    font-size: 15.5px;
    line-height: 1.65;
}


/* =========================================================
   CALLOUT BOXES
========================================================= */

.bankiq-mule-callout {
    max-width: 760px;

    margin: 0 0 20px;

    padding: 17px 19px;

    border: 1px solid #dce4ec;

    border-radius: 11px;

    background: #f7faff;
}


/* Teal variation */

.bankiq-mule-callout-teal {
    border-left: 4px solid #08a1a8;
}


/* Blue variation */

.bankiq-mule-callout-blue {
    border-left: 4px solid #2868f2;
}


/* Heading */

.bankiq-mule-callout-heading {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;

    color: #132944;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: .04em;
}


/* Dot */

.bankiq-mule-callout-dot {
    width: 6px;
    height: 6px;

    flex: 0 0 auto;

    border-radius: 50%;

    background: #079fa8;
}

.bankiq-mule-callout-blue .bankiq-mule-callout-dot {
    background: #2868f2;
}


/* List */

.bankiq-mule-list {
    margin: 0;
    padding-left: 15px;
}

.bankiq-mule-list li {
    margin-bottom: 7px;

    padding-left: 2px;

    color: #405b7b;

    font-size: 14.5px;
    line-height: 1.55;
}

.bankiq-mule-list li:last-child {
    margin-bottom: 0;
}

.bankiq-mule-list li::marker {
    color: #8296b1;
}


/* =========================================================
   BANKIQ PERSPECTIVE
========================================================= */

.bankiq-mule-perspective-section {
    max-width: 760px;

    margin-top: 31px;
    margin-bottom: 31px;
}

.bankiq-mule-perspective {
    padding: 18px 20px;

    border: 1px solid #c8e5ec;

    border-radius: 11px;

    background:
        linear-gradient(135deg,
            #f1faff 0%,
            #eef9fa 100%);
}

.bankiq-mule-perspective-label {
    margin-bottom: 9px;

    color: #0799a7;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: .1em;
}

.bankiq-mule-perspective p {
    margin: 0;

    color: #3e5c7c;

    font-size: 15.5px;
    font-style: italic;

    line-height: 1.65;
}


/* =========================================================
   REFERENCES
========================================================= */

.bankiq-mule-references {
    max-width: 760px;

    margin-top: 30px;
}

.bankiq-mule-reference-list {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

.bankiq-mule-reference-list a {
    color: #2563eb;

    font-size: 15.5px;
    font-weight: 600;

    line-height: 1.5;
}

.bankiq-mule-reference-list i {
    margin-right: 4px;
}

.bankiq-mule-reference-note {
    margin: 10px 0 0;

    color: #70839b;

    font-size: 15.5px;
    line-height: 1.55;
}


/* =========================================================
   SHARE
========================================================= */

.bankiq-mule-share {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-top: 19px;
    padding-top: 14px;

    border-top: 1px solid #e8edf2;
}

.bankiq-mule-share>span {
    margin-right: 4px;

    color: #8595a8;

    font-size: 12.5px;
    font-weight: 800;

    letter-spacing: .08em;
}

.bankiq-mule-share a {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e0e7ee;
    border-radius: 5px;

    background: #fff;

    color: #6e8198;

    font-size: 8px;

    transition: .2s ease;
}

.bankiq-mule-share a:hover {
    color: var(--primary);
    border-color: var(--primary);
}


/* =========================================================
   RELATED ARTICLES
========================================================= */

.bankiq-mule-related {
    margin-top: 42px;
    padding-top: 28px;

    border-top: 1px solid #e7ecf1;
}

.bankiq-mule-related-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 16px;

    color: #0798a8;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .13em;
    text-transform: uppercase;
}

.bankiq-mule-related-eyebrow::before {
    content: "";

    width: 12px;
    height: 1px;

    background: var(--primary);
}

.bankiq-mule-related>h2 {
    margin: 0 0 17px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 26px;
    font-weight: 800;
}


/* =========================================================
   RELATED CARD
========================================================= */

.bankiq-mule-related-card {
    height: 100%;

    display: flex;
    flex-direction: column;

    padding: 28px;

    border: 1px solid #e0e6ed;
    border-radius: 11px;

    background: #fff;

    box-shadow:
        0 5px 17px rgba(15, 42, 80, .035);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.bankiq-mule-related-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(15, 42, 80, .08);
}


/* Related tag */

.bankiq-mule-related-tag {
    align-self: flex-start;

    margin-bottom: 11px;

    padding: 5px 8px;

    border: 1px solid #c9d9f2;
    border-radius: 999px;

    background: #eef5ff;

    color: #3464bd;

    font-size: 11.5px;
    font-weight: 700;
}

.bankiq-mule-related-tag-green {
    border-color: #c7e8d5;

    background: #effaf3;

    color: #188a57;
}


/* Card heading */

.bankiq-mule-related-card h3 {
    margin: 0 0 7px;

    color: #0a1d39;

    font-family: "Manrope", sans-serif;

    font-size: 17px;
    font-weight: 800;

    line-height: 1.4;
}


/* Card description */

.bankiq-mule-related-card p {
    margin: 0;

    color: #657a93;

    font-size: 13.5px;

    line-height: 1.6;
}


/* Card footer */

.bankiq-mule-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    margin-top: auto;
    padding-top: 13px;

    border-top: 1px solid #edf1f5;

    margin-top: 17px;
}

.bankiq-mule-card-footer span {
    color: #8798aa;

    font-size: 12px;
    font-weight: 600;
}

.bankiq-mule-card-footer a {
    color: #2563eb;

    font-size: 12.5px;
    font-weight: 700;
}

.bankiq-mule-card-footer i {
    margin-left: 2px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bankiq-mule-header {
        padding-top: 22px;
    }

    .bankiq-mule-title {
        font-size: 25px;
    }

    .bankiq-mule-intro {
        font-size: 9px;
    }

    .bankiq-mule-section p {
        font-size: 9px;
    }

    .bankiq-mule-list li {
        font-size: 8px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .bankiq-mule-header {
        padding: 20px 0 25px;
    }

    .bankiq-mule-breadcrumb {
        font-size: 7px;
    }

    .bankiq-mule-title {
        font-size: 21px;
        line-height: 1.2;
    }

    .bankiq-mule-intro {
        font-size: 8.5px;
    }

    .bankiq-mule-meta {
        font-size: 6.5px;
    }

    .bankiq-mule-section {
        margin-bottom: 25px;
    }

    .bankiq-mule-section h2,
    .bankiq-mule-perspective-section h2,
    .bankiq-mule-references h2 {
        font-size: 12px;
    }

    .bankiq-mule-section p {
        font-size: 8px;
    }

    .bankiq-mule-callout {
        padding: 15px;
    }

    .bankiq-mule-list li {
        font-size: 7.5px;
    }

    .bankiq-mule-perspective {
        padding: 15px;
    }

    .bankiq-mule-related {
        margin-top: 32px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bankiq-mule-title {
        font-size: 19px;
    }

    .bankiq-mule-intro {
        font-size: 8px;
    }

    .bankiq-mule-section p {
        font-size: 7.8px;
    }

    .bankiq-mule-list li {
        font-size: 7.2px;
    }

    .bankiq-mule-related>h2 {
        font-size: 14px;
    }

}

/* =========================================================
   BANKIQ REGULATORY WATCH
   Unique class prefix:
   bankiq-regwatch-
========================================================= */


/* =========================================================
   MAIN PAGE
========================================================= */

.bankiq-regwatch-page {
    width: 100%;
    background: #ffffff;
    color: var(--text);
}


/* =========================================================
   SECTION CONTAINER
========================================================= */

.bankiq-regwatch-page>.container {
    max-width: 1280px;
}


/* =========================================================
   KEY DEVELOPMENTS
========================================================= */

.bankiq-regwatch-development {
    padding: 35px 0 0;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.bankiq-regwatch-title {
    margin: 0 0 30px;

    color: #071a38;

    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 800;

    line-height: 1.25;
    letter-spacing: -0.02em;
}


/* =========================================================
   TABLE WRAPPER
========================================================= */

.bankiq-regwatch-table-wrap {
    width: 100%;

    overflow: hidden;

    border: 1px solid #dbe3ec;
    border-radius: 20px;

    background: #ffffff;
}


/* =========================================================
   TABLE
========================================================= */

.bankiq-regwatch-table {
    width: 100%;

    margin: 0;

    table-layout: fixed;

    border-collapse: separate;
    border-spacing: 0;
}


/* Header */

.bankiq-regwatch-table thead th {
    padding: 23px 20px;

    border-bottom: 1px solid #d4deea;

    background: #eaf2fd;

    color: #7890ad;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 0.02em;
}


/* Column widths */

.bankiq-regwatch-table th:nth-child(1),
.bankiq-regwatch-table td:nth-child(1) {
    width: 19%;
}

.bankiq-regwatch-table th:nth-child(2),
.bankiq-regwatch-table td:nth-child(2) {
    width: 35%;
}

.bankiq-regwatch-table th:nth-child(3),
.bankiq-regwatch-table td:nth-child(3) {
    width: 15%;
}

.bankiq-regwatch-table th:nth-child(4),
.bankiq-regwatch-table td:nth-child(4) {
    width: 31%;
}


/* Table body */

.bankiq-regwatch-table tbody td {
    padding: 24px 20px;

    border-bottom: 1px solid #e7ebf0;

    color: #27456d;

    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;

    line-height: 1.5;

    vertical-align: top;
}


/* Last row */

.bankiq-regwatch-table tbody tr:last-child td {
    border-bottom: 0;
}


/* =========================================================
   MOBILE TABLE
========================================================= */

.bankiq-regwatch-mobile-list {
    display: none;
}


/* =========================================================
   INTRO TEXT
========================================================= */

.bankiq-regwatch-intro {
    max-width: 1120px;

    margin: 42px 0 58px;

    color: #294a72;

    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 400;

    line-height: 1.55;
}


/* =========================================================
   ITEM SECTION
========================================================= */

.bankiq-regwatch-item-section {
    padding-bottom: 70px;
}


.bankiq-regwatch-item-title {
    margin: 0 0 30px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 27px;
    font-weight: 800;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* =========================================================
   DETAIL CARD
========================================================= */

.bankiq-regwatch-detail-card {
    width: 100%;

    padding: 27px 32px;

    border: 1px solid #dce3eb;

    border-radius: 20px;

    background: #ffffff;
}


/* =========================================================
   DETAIL ROW
========================================================= */

.bankiq-regwatch-detail-row {
    display: grid;

    grid-template-columns: 25% 75%;

    gap: 20px;

    padding: 17px 0;

    border-bottom: 1px solid #e7ebf0;
}


/* Remove border from final row */

.bankiq-regwatch-detail-row:last-child {
    border-bottom: 0;
}


/* =========================================================
   DETAIL LABEL
========================================================= */

.bankiq-regwatch-detail-label {
    padding-top: 2px;

    color: #7890ad;

    font-family: "Inter", sans-serif;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 0.03em;
}


/* =========================================================
   DETAIL CONTENT
========================================================= */

.bankiq-regwatch-detail-content {
    color: #294a72;

    font-family: "Inter", sans-serif;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.5;
}


/* =========================================================
   SOURCE LINK
========================================================= */

.bankiq-regwatch-source-link {
    display: inline-flex;
    align-items: flex-start;

    gap: 9px;

    color: #2563eb;

    font-size: 18px;
    font-weight: 700;

    line-height: 1.4;

    text-decoration: none;
}


.bankiq-regwatch-source-link:hover {
    color: #0879e8;
}


.bankiq-regwatch-source-link i {
    flex-shrink: 0;

    margin-top: 3px;

    font-size: 14px;
}


/* =========================================================
   1200PX+
========================================================= */

@media (min-width: 1200px) {

    .bankiq-regwatch-development {
        padding-top: 35px;
    }

    .bankiq-regwatch-title {
        font-size: 28px;
    }

    .bankiq-regwatch-table thead th {
        font-size: 13px;
    }

    .bankiq-regwatch-table tbody td {
        font-size: 17px;
    }

    .bankiq-regwatch-intro {
        font-size: 19px;
    }

    .bankiq-regwatch-item-title {
        font-size: 27px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bankiq-regwatch-development {
        padding-top: 30px;
    }

    .bankiq-regwatch-title {
        font-size: 25px;

        margin-bottom: 24px;
    }


    .bankiq-regwatch-table thead th {
        padding: 18px 15px;

        font-size: 11px;
    }


    .bankiq-regwatch-table tbody td {
        padding: 20px 15px;

        font-size: 14px;
    }


    .bankiq-regwatch-intro {
        margin-top: 32px;

        font-size: 16px;
    }


    .bankiq-regwatch-item-title {
        font-size: 23px;

        margin-bottom: 24px;
    }


    .bankiq-regwatch-detail-card {
        padding: 22px 25px;
    }


    .bankiq-regwatch-detail-row {
        grid-template-columns: 28% 72%;
    }


    .bankiq-regwatch-detail-label {
        font-size: 12px;
    }


    .bankiq-regwatch-detail-content {
        font-size: 15px;
    }


    .bankiq-regwatch-source-link {
        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .bankiq-regwatch-development {
        padding-top: 25px;
    }


    .bankiq-regwatch-title {
        font-size: 22px;

        margin-bottom: 20px;
    }


    /* Hide desktop table */

    .bankiq-regwatch-table-wrap {
        display: none;
    }


    /* Show mobile version */

    .bankiq-regwatch-mobile-list {
        display: block;
    }


    .bankiq-regwatch-mobile-item {
        margin-bottom: 15px;

        padding: 20px;

        border: 1px solid #dbe3ec;

        border-radius: 15px;

        background: #ffffff;

        box-shadow: var(--shadow);
    }


    .bankiq-regwatch-mobile-label {
        margin-top: 13px;
        margin-bottom: 5px;

        color: #7890ad;

        font-size: 10px;
        font-weight: 700;

        letter-spacing: .03em;
    }


    .bankiq-regwatch-mobile-label:first-child {
        margin-top: 0;
    }


    .bankiq-regwatch-mobile-value {
        color: #294a72;

        font-size: 14px;
        line-height: 1.5;
    }


    .bankiq-regwatch-intro {
        margin: 28px 0 42px;

        font-size: 15px;
    }


    .bankiq-regwatch-item-section {
        padding-bottom: 45px;
    }


    .bankiq-regwatch-item-title {
        font-size: 21px;

        line-height: 1.3;

        margin-bottom: 20px;
    }


    .bankiq-regwatch-detail-card {
        padding: 18px 20px;

        border-radius: 15px;
    }


    .bankiq-regwatch-detail-row {
        display: block;

        padding: 15px 0;
    }


    .bankiq-regwatch-detail-label {
        margin-bottom: 7px;

        font-size: 10px;
    }


    .bankiq-regwatch-detail-content {
        font-size: 14px;

        line-height: 1.55;
    }


    .bankiq-regwatch-source-link {
        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bankiq-regwatch-title {
        font-size: 20px;
    }


    .bankiq-regwatch-mobile-item {
        padding: 17px;
    }


    .bankiq-regwatch-mobile-label {
        font-size: 9px;
    }


    .bankiq-regwatch-mobile-value {
        font-size: 13px;
    }


    .bankiq-regwatch-intro {
        font-size: 14px;
    }


    .bankiq-regwatch-item-title {
        font-size: 19px;
    }


    .bankiq-regwatch-detail-card {
        padding: 15px 17px;
    }


    .bankiq-regwatch-detail-content {
        font-size: 13px;
    }


    .bankiq-regwatch-source-link {
        font-size: 13px;
    }

}

/* =========================================================
   BANKIQ - SIX LEVEL MATURITY MODEL
   Unique class prefix:
   bankiq-maturity-
========================================================= */


/* =========================================================
   SECTION
========================================================= */

.bankiq-maturity-section {
    width: 100%;
    padding: 30px 0 70px;

    background: #ffffff;
}


/* Keep aligned with existing BANKiQ container */

.bankiq-maturity-section>.container {
    max-width: 1280px;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.bankiq-maturity-title {
    margin: 0 0 30px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 26px;
    font-weight: 800;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* =========================================================
   MATURITY CARD
========================================================= */

.bankiq-maturity-card {
    display: flex;
    align-items: flex-start;

    width: 100%;

    margin-bottom: 15px;

    padding: 22px 24px;

    border: 1px solid #dce2e9;

    border-radius: 17px;

    background: #ffffff;

    box-sizing: border-box;
}


/* =========================================================
   LEVEL BADGE
========================================================= */

.bankiq-maturity-level {
    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 18px;

    border-radius: 12px;

    background:
        linear-gradient(135deg,
            #2875ee 0%,
            #079eaa 100%);

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 14px;
    font-weight: 800;

    line-height: 1;
}


/* =========================================================
   CONTENT
========================================================= */

.bankiq-maturity-content {
    flex: 1;
    min-width: 0;
}


/* =========================================================
   LEVEL NAME
========================================================= */

.bankiq-maturity-name {
    margin: 3px 0 17px;

    color: #071a38;

    font-family: "Manrope", sans-serif;

    font-size: 17px;
    font-weight: 800;

    line-height: 1.3;
}


/* =========================================================
   INFORMATION GRID
========================================================= */

.bankiq-maturity-grid {
    margin: 0;

    row-gap: 14px;
}


/* Bootstrap row compensation */

.bankiq-maturity-grid>.bankiq-maturity-item {
    padding-left: 0;
    padding-right: 35px;
}


/* =========================================================
   INFORMATION ITEM
========================================================= */

.bankiq-maturity-item {
    min-height: 50px;
}


/* =========================================================
   LABEL
========================================================= */

.bankiq-maturity-label {
    margin-bottom: 5px;

    color: #7890ad;

    font-family: "Inter", sans-serif;

    font-size: 11px;
    font-weight: 700;

    line-height: 1.35;

    letter-spacing: 0.04em;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.bankiq-maturity-item p {
    max-width: 390px;

    margin: 0;

    color: #294a72;

    font-family: "Inter", sans-serif;

    font-size: 15px;
    font-weight: 400;

    line-height: 1.55;
}


/* =========================================================
   1200PX+
========================================================= */

@media (min-width: 1200px) {

    .bankiq-maturity-section {
        padding-top: 30px;
    }

    .bankiq-maturity-title {
        font-size: 26px;
    }

    .bankiq-maturity-card {
        padding: 22px 24px;
    }

    .bankiq-maturity-name {
        font-size: 17px;
    }

    .bankiq-maturity-item p {
        font-size: 15px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bankiq-maturity-section {
        padding: 25px 0 55px;
    }

    .bankiq-maturity-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .bankiq-maturity-card {
        padding: 20px;
    }

    .bankiq-maturity-level {
        flex-basis: 42px;

        width: 42px;
        height: 42px;

        margin-right: 16px;
    }

    .bankiq-maturity-name {
        font-size: 16px;
    }

    .bankiq-maturity-grid>.bankiq-maturity-item {
        padding-right: 20px;
    }

    .bankiq-maturity-item p {
        font-size: 14px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .bankiq-maturity-section {
        padding: 22px 0 45px;
    }

    .bankiq-maturity-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .bankiq-maturity-card {
        display: block;

        padding: 18px;

        border-radius: 14px;
    }

    .bankiq-maturity-level {
        margin: 0 0 14px;

        width: 42px;
        height: 42px;
    }

    .bankiq-maturity-name {
        margin-bottom: 17px;

        font-size: 16px;
    }

    .bankiq-maturity-grid {
        row-gap: 16px;
    }

    .bankiq-maturity-grid>.bankiq-maturity-item {
        padding-left: 0;
        padding-right: 0;
    }

    .bankiq-maturity-label {
        font-size: 10px;
    }

    .bankiq-maturity-item p {
        max-width: none;

        font-size: 14px;
        line-height: 1.5;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bankiq-maturity-title {
        font-size: 19px;
    }

    .bankiq-maturity-card {
        padding: 16px;
    }

    .bankiq-maturity-level {
        width: 40px;
        height: 40px;

        font-size: 13px;
    }

    .bankiq-maturity-name {
        font-size: 15px;
    }

    .bankiq-maturity-item p {
        font-size: 13px;
    }

}

/* =========================================================
   BANKIQ - EXECUTIVE SUMMARY
   Unique prefix: bankiq-exec-
========================================================= */


/* ---------------------------------------------------------
   SECTION
--------------------------------------------------------- */

.bankiq-exec-section {
    width: 100%;
    padding: 20px 0 60px;
    background: #ffffff;
}


/* ---------------------------------------------------------
   CONTAINER
--------------------------------------------------------- */

.bankiq-exec-container {
    max-width: 1280px;
}


/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.bankiq-exec-title {
    margin: 0 0 24px;

    color: var(--text, #14233d);

    font-family: "Manrope", sans-serif;

    font-size: 28px;
    font-weight: 800;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* ---------------------------------------------------------
   INTRODUCTION
--------------------------------------------------------- */

.bankiq-exec-intro {
    max-width: 1180px;

    margin-bottom: 34px;

    color: #294a72;

    font-family: "Inter", sans-serif;

    font-size: 20px;
    font-weight: 400;

    line-height: 1.55;
}


/* ---------------------------------------------------------
   STATISTICS ROW
--------------------------------------------------------- */

.bankiq-exec-stats {
    margin-top: 0;
}


/* ---------------------------------------------------------
   STAT CARD
--------------------------------------------------------- */

.bankiq-exec-card {
    height: 100%;
    min-height: 305px;

    padding: 28px 22px 22px;

    border: 1px solid var(--border, #e4eaf1);

    border-radius: 17px;

    background: #ffffff;

    box-shadow: none;

    display: flex;
    flex-direction: column;
}


/* ---------------------------------------------------------
   STAT NUMBER
--------------------------------------------------------- */

.bankiq-exec-number {
    margin-bottom: 15px;

    color: var(--primary, #0879e8);

    font-family: "Manrope", sans-serif;

    font-size: 29px;
    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -0.025em;
}


/* ---------------------------------------------------------
   DESCRIPTION
--------------------------------------------------------- */

.bankiq-exec-description {
    margin: 0;

    color: #294a72;

    font-family: "Inter", sans-serif;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.5;
}


/* ---------------------------------------------------------
   SOURCE
--------------------------------------------------------- */

.bankiq-exec-source {
    margin-top: auto;
    padding-top: 18px;

    color: #7890ad;

    font-family: "Inter", sans-serif;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 0.02em;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .bankiq-exec-section {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .bankiq-exec-title {
        font-size: 28px;
    }

    .bankiq-exec-intro {
        font-size: 20px;
        line-height: 1.55;
    }

    .bankiq-exec-card {
        min-height: 305px;
    }

    .bankiq-exec-number {
        font-size: 29px;
    }

    .bankiq-exec-description {
        font-size: 16px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bankiq-exec-section {
        padding: 25px 0 50px;
    }

    .bankiq-exec-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .bankiq-exec-intro {
        font-size: 17px;
        line-height: 1.55;
        margin-bottom: 28px;
    }

    .bankiq-exec-card {
        min-height: 270px;
        padding: 24px 20px 20px;
    }

    .bankiq-exec-number {
        font-size: 26px;
    }

    .bankiq-exec-description {
        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .bankiq-exec-section {
        padding: 20px 0 45px;
    }

    .bankiq-exec-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .bankiq-exec-intro {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .bankiq-exec-card {
        min-height: 0;

        padding: 22px 18px 20px;

        border-radius: 14px;
    }

    .bankiq-exec-number {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .bankiq-exec-description {
        font-size: 14px;
        line-height: 1.55;
    }

    .bankiq-exec-source {
        margin-top: 22px;
        padding-top: 0;

        font-size: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bankiq-exec-title {
        font-size: 20px;
    }

    .bankiq-exec-intro {
        font-size: 14px;
    }

    .bankiq-exec-card {
        padding: 20px 16px;
    }

    .bankiq-exec-number {
        font-size: 23px;
    }

    .bankiq-exec-description {
        font-size: 14px;
    }

}


/* =========================================================
   ACCOUNT / FINANCIAL CRIME
========================================================= */

.biquse-use-section {
    position: relative;
    overflow: hidden;
    padding: 56px 0;
}

.biquse-soft {
    background: rgba(248, 250, 252, 0.35);
}

.biquse-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}


/* =========================================================
   CONTENT
========================================================= */

.biquse-content {
    max-width: 720px;
}

.biquse-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 6px 14px;

    border: 1px solid rgba(18, 184, 166, 0.30);
    border-radius: 999px;

    background: rgba(18, 184, 166, 0.10);

    color: var(--teal);

    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.biquse-title {
    margin: 0 0 16px;

    color: var(--text);

    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
}

.biquse-desc {
    margin: 12px 0 0;

    color: var(--muted);

    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;

    font-family: 'Inter';

    text-align: center;
}


/* =========================================================
   CHECK LIST
========================================================= */

.biquse-check-list {
    margin: 24px 0 0;
    padding: 0;

    list-style: none;
}

.biquse-check-list li {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 10px;

    color: var(--text);

    font-size: 14px;
    line-height: 1.5;
}

.biquse-check-list li span {
    flex: 0 0 6px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: var(--teal);
}


/* =========================================================
   RIGHT IMAGE CARD
========================================================= */

.biquse-image-card {
    width: 100%;

    padding: 16px;

    border: 1px solid var(--border);
    border-radius: 24px;

    background: rgba(255, 255, 255, 0.65);

    box-shadow: var(--shadow);
}




/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .biquse-use-section {
        padding: 64px 0;
    }

    .biquse-image-card {
        padding: 18px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .biquse-use-section {
        padding: 50px 0;
    }

    .biquse-content {
        max-width: 700px;
    }

    .biquse-image-card {
        max-width: 760px;
        margin: 0 auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .biquse-use-section {
        padding: 42px 0;
    }

    .biquse-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .biquse-title {
        font-size: 26px;
    }

    .biquse-desc {
        font-size: 14px;
        line-height: 1.65;
    }

    .biquse-image-card {
        padding: 10px;
        border-radius: 18px;
    }

    .biquse-responsive-img {
        border-radius: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .biquse-title {
        font-size: 24px;
    }

    .biquse-eyebrow {
        padding: 5px 11px;
        font-size: 10px;
    }

    .biquse-image-card {
        padding: 7px;
        border-radius: 15px;
    }

}



/* ============================================================
   FRONTEND — RICH TEXT CONTENT
============================================================ */

.upi-report-article .resource-rich-content {
    font-family: inherit;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--ink-700);
}

.upi-report-article .resource-rich-content p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;

    margin: 0 0 1.25rem;
}

.upi-report-article .resource-rich-content p:last-child {
    margin-bottom: 0;
}


/* Headings inside Rich Text */

.upi-report-article .resource-rich-content h1,
.upi-report-article .resource-rich-content h2,
.upi-report-article .resource-rich-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}


/* Lists */
/* ============================================================
   RICH TEXT LISTS
============================================================ */
/* ============================================================
   RICH TEXT LISTS
============================================================ */
/* ============================================================
   RICH TEXT LISTS
============================================================ */

.upi-report-article .resource-rich-content ol,
.upi-report-article .resource-rich-content ul,
.upi-report-article .resource-rich-content li {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}


/* ============================================================
   QUILL LIST CONTAINER
============================================================ */

.upi-report-article .resource-rich-content ol {
    list-style: none;
    counter-reset: resource-list;
}


/* ============================================================
   LIST ITEMS
============================================================ */

.upi-report-article .resource-rich-content ol>li {
    position: relative;

    margin-bottom: 0.75rem;
    padding: 0;

    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    color: inherit;

    list-style: none;
}


/* ============================================================
   NUMBERED LIST
============================================================ */

.upi-report-article .resource-rich-content ol>li[data-list="ordered"] {
    counter-increment: resource-list;
}

.upi-report-article .resource-rich-content ol>li[data-list="ordered"]::before {

    content: counter(resource-list) ".";

    position: absolute;
    left: -1.75rem;
    top: 0;

    width: 1.25rem;

    text-align: right;

    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    color: inherit;
}


/* ============================================================
   BULLET LIST
============================================================ */

.upi-report-article .resource-rich-content ol>li[data-list="bullet"] {
    counter-increment: none;
}

.upi-report-article .resource-rich-content ol>li[data-list="bullet"]::before {

    content: "•";

    position: absolute;
    left: -1.25rem;
    top: 0;

    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    color: inherit;
}


/* ============================================================
   NORMAL UL
============================================================ */

.upi-report-article .resource-rich-content ul {
    list-style-type: disc;
}


/* ============================================================
   SPACING
============================================================ */

.upi-report-article .resource-rich-content li:last-child {
    margin-bottom: 0;
}


/* ============================================================
   QUILL INTERNAL ELEMENT
============================================================ */

.upi-report-article .resource-rich-content .ql-ui {
    display: none;
}

/* Blockquotes */

.upi-report-article .resource-rich-content blockquote {
    margin: 2rem 0;
    padding: 0.15rem 0 0.15rem 1.75rem;
    border-left: 3px solid #2f6df6;
    font-family: inherit;
    font-size: 1.30rem;
    font-weight: 600;
    line-height: 1.45;
    color: inherit;

    font-style: normal;
}


/* ============================================================
   RESOURCE TABLE
============================================================ */

.upi-report-article .resource-table-block {

    width: 100%;

    margin: 2rem 0 2.5rem;

}


/* ------------------------------------------------------------
   Table Title
------------------------------------------------------------ */

.upi-report-article .resource-table-title {

    margin: 0 0 1rem;

    font-size: 1.5rem;

    font-weight: 700;

    line-height: 1.3;

}


/* ------------------------------------------------------------
   Table Wrapper
------------------------------------------------------------ */

.upi-report-article .resource-table-wrap {

    width: 100%;

    overflow-x: auto;

    border: 1px solid #d9e0e8;

    border-radius: 8px;

}


/* ------------------------------------------------------------
   Table
------------------------------------------------------------ */

.upi-report-article .resource-table {

    width: 100%;

    border-collapse: collapse;

    border-spacing: 0;

    margin: 0;

    font-family: inherit;

    font-size: inherit;

    line-height: 1.6;

    color: inherit;

    background: #ffffff;

}


/* ------------------------------------------------------------
   Header
------------------------------------------------------------ */

.upi-report-article .resource-table thead th {

    padding: 0.9rem 1rem;

    text-align: left;

    font-weight: 700;

    white-space: nowrap;

    background: #f4f7fa;

    color: #0a1428;

    border-bottom: 2px solid #d9e0e8;

}


/* ------------------------------------------------------------
   Body Cells
------------------------------------------------------------ */

.upi-report-article .resource-table tbody td {

    padding: 0.85rem 1rem;

    vertical-align: top;

    border-bottom: 1px solid #e3e8ee;

}


/* ------------------------------------------------------------
   Remove Last Border
------------------------------------------------------------ */

.upi-report-article .resource-table tbody tr:last-child td {

    border-bottom: 0;

}


/* ------------------------------------------------------------
   Row Hover
------------------------------------------------------------ */

.upi-report-article .resource-table tbody tr:hover {

    background: #fafbfd;

}


/* ------------------------------------------------------------
   Mobile Table Cards
------------------------------------------------------------ */

.upi-report-article .resource-table-mobile {

    display: none;

}

/* ============================================================
   MOBILE TABLE CARDS
============================================================ */

@media (max-width: 767px) {

    .upi-report-article .resource-table-wrap {

        display: none;

    }


    .upi-report-article .resource-table-mobile {

        display: block;

    }


    .upi-report-article .resource-table-mobile-card {

        padding: 1rem;

        margin-bottom: 1rem;

        border: 1px solid #d9e0e8;

        border-radius: 8px;

        background: #ffffff;

    }


    .upi-report-article .resource-table-mobile-row {

        display: grid;

        grid-template-columns: 40% 60%;

        gap: 0.75rem;

        padding: 0.65rem 0;

        border-bottom: 1px solid #e8edf2;

    }


    .upi-report-article .resource-table-mobile-row:last-child {

        border-bottom: 0;

    }


    .upi-report-article .resource-table-mobile-label {

        font-weight: 700;

        color: #0a1428;

    }


    .upi-report-article .resource-table-mobile-value {

        color: inherit;

        word-break: break-word;

    }

}

.thank-you-section {
    min-height: calc(100vh - 400px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.thank-you-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.thank-you-content h1 {
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 1.2;
}

.thank-you-content p {
    margin: 0 auto 30px;
    max-width: 800px;
    font-size: 18px;
    line-height: 1.7;
}

.thank-you-content .btn {
    padding: 12px 24px;
}

/* =========================================
   FORCE HEADER DEMO BUTTON TO STAY ROUNDED
========================================= */

.bankiq-mobile-nav .btn-bankiq {
    border-radius: 999px !important;
    color: #ffffff;
    overflow: hidden;
    font-size: 12.5px;
    font-family: "Inter", sans-serif;
    padding: 9px 17px;
}

.bankiq-mobile-nav .btn-bankiq:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
}
.nav-item{
    font-family: "Inter", sans-serif !important;
}



.biqarch-privacy-section {
    padding: 0px 0 90px;
    background: #fff;
}

.biqarch-privacy-content {
    margin: 0 auto;
}

.biqarch-privacy-content p {
    margin: 0 0 22px;
    color: #5f6670;
    font-size: 16px;
    line-height: 1.8;
}

.biqarch-privacy-content h2 {
    margin: 45px 0 18px;
    color: #202733;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.biqarch-privacy-content h2:first-of-type {
    margin-top: 40px;
}

.biqarch-privacy-content ul {
    margin: 0 0 25px;
    padding-left: 22px;
}

.biqarch-privacy-content li {
    margin-bottom: 10px;
    padding-left: 5px;
    color: #5f6670;
    font-size: 16px;
    line-height: 1.7;
}

.biqarch-privacy-content a {
    color: #202733;
    font-weight: 600;
    text-decoration: none;
}

.biqarch-privacy-content a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {

    .biqarch-privacy-section {
        padding: 50px 0 65px;
    }

    .biqarch-privacy-content p,
    .biqarch-privacy-content li {
        font-size: 15px;
        line-height: 1.75;
    }

    .biqarch-privacy-content h2 {
        margin-top: 35px;
        font-size: 23px;
    }

}


.resource-card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 15px;
}

.resource-card-header .resource-icon {
    flex: 0 0 auto;
    margin: 0;
}

.resource-card-header h4 {
    margin: 0;
}