*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --red: #BB2135;
    --dark: #0A0A1A;
    --dark2: #111130;
    --white: #fff;
    --gray: #6B7280;
    --light-gray: #F7F8FA;
    --border: #E5E7EB;
    --text: #1F2937;
    --subtext: #6B7280;
    --accent: #E53E3E;
    --blue-dark: #0A0A2E;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: #fff;
    overflow-x: hidden;
}

/* NAV */
nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #F5F7FA;
    border-bottom: 1px solid #FFFFFF;
    padding: 0 60px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-img {
    width: 124px;
    height: 65px;
    object-fit: contain;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 18px;
    color: var(--dark);
    text-decoration: none;
}

.nav-logo svg {
    width: 32px;
    height: 32px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 59px;
}

.nav-links a {
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    text-decoration: none;
}

.nav-links a:hover {
    color: var(--red);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-outline {
    padding: 8px 22px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    cursor: pointer;
    color: #223064;
    border: none;
}

.btn-red {
    width: 144px;
    height: 48px;
    /* padding: 17px 27px; */
    background: var(--red);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    cursor: pointer;
}

.btn-red:hover {
    background: #BB2135;
}

/* HERO */
/* HERO SECTION */
/* HERO SECTION */

.hero {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 70px 78px 0;
    background: #ffffff;
    overflow: hidden;
    min-height: 780px;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 100%;
    height: 321px;
    background: #223064;
    z-index: 0;
}

.strip-label {
    display: flex;
    justify-content: center;
    color: #64748B;
    font-size: 14px;
    margin-top: 14px;
}

.hero-left {
    position: relative;
    z-index: 2;
    max-width: 580px;
    width: 100%;
}

.hero-right {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

/* BADGE */

.hero-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 30px;
}

.hero-badge img {
    width: 24px;
    height: 24px;
}

.hero-badge span {
    color: rgba(100, 116, 139, 1);
    font-size: 16px;
    font-weight: 400;

}

/* HEADING */

.hero h1 {
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: -3px;
    color: rgba(34, 48, 100, 1);
    font-weight: 700;
    margin-bottom: 30px;
}

/* DESCRIPTION */

.hero p {
    max-width: 500px;
    font-size: 18px;
    line-height: 24px;
    color: #6B7280;
    margin-bottom: 38px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 70px;
}

.btn-primary-custom {
    width: 175px;
    height: 48px;
    padding: 0 36px;
    border: none;
    border-radius: 23px;
    background: #BB2135;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #223064;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.btn-outline-custom {
    height: 48px;
    width: 175px;
    padding: 0 27px;
    border-radius: 23px;
    border: 1px solid #D1D5DB;
    background: #ffffff;
    color: #223064;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #223064;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.btn-outline-custom img {
    width: 22px;
    height: 22px;
}

.floating-left {
    background: #DCFCE7;
    padding: 11px 10px 4px 10px;
    border-radius: 20px;
}

/* TRUSTED */

.trusted-section h5 {
    color: #8A95A6;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 24px;

}

.trusted-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.trusted-tags span {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 9px;
    background: #434f7b;
    border-radius: 23px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.trusted-section {
    width: 344px;
}

/* DASHBOARD */

.dashboard-wrapper {
    position: relative;
}

.dashboard-image {
    width: 570px;
    max-width: unset;
    display: block;
    height: 437px;
}

/* FLOATING CARD */

.floating-card {
    position: absolute;
    left: -60px;
    bottom: -42px;

    background: #ffffff;
    border-radius: 22px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.floating-left img {

    width: 22px;
    height: 22px;

}

.floating-center h4 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 1px;
}

.floating-center p {
    margin: 0;
    font-size: 12px;
    color: #8A95A6;
    letter-spacing: 1px;
    line-height: 18px;
}

.floating-badge {
    padding: 8px 14px;
    border-radius: 4px;
    background: #FFE4E6;
    color: #FF7A66;
    font-size: 12px;
    font-weight: 600;
}

/* NAVBAR */

nav {
    height: 92px;
    padding: 0 64px;
    background: #F5F7FA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* MOBILE */

@media(max-width: 991px) {

    /* .hero {
        flex-direction: column;
        padding: 40px 24px 0;
        min-height: auto;
    } */

    .hero::after {
        height: 320px;
    }

    .hero h1 {
        font-size: 54px;
        line-height: 1;
    }

    .hero-btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-image {
        width: 100%;
    }

    .floating-card {
        left: 0;
        bottom: -20px;
        transform: scale(.8);
    }

    .trusted-tags {
        gap: 12px;
    }

    .trusted-tags span {
        padding: 0 20px;
        height: 50px;
        font-size: 14px;
    }


}

.dash-header {
    background: #0A0A2E;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dash-dots {
    display: flex;
    gap: 5px;
}

.dash-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.d1 {
    background: #ff5f57;
}

.d2 {
    background: #febc2e;
}

.d3 {
    background: #28c840;
}

.dash-tab {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.dash-body {
    padding: 16px;
    background: #F8F9FD;
}

.dash-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

.dash-card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.dash-card-label {
    font-size: 10px;
    color: var(--gray);
    margin-bottom: 4px;
    font-weight: 500;
}

.dash-card-val {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
}

.dash-card-sub {
    font-size: 9px;
    color: #4ade80;
    font-weight: 600;
}

.dash-chart {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
}

.dash-chart-title {
    font-size: 11px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 60px;
}

.chart-bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
}

.bar-red {
    background: var(--red);
}

.bar-blue {
    background: #6366f1;
}

.dash-table {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.dash-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 10px;
}

.dash-table-row:last-child {
    border-bottom: none;
}

.status-badge {
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 600;
}

.s-open {
    background: #fee2e2;
    color: var(--red);
}

.s-closed {
    background: #d1fae5;
    color: #059669;
}

.s-pending {
    background: #fef3c7;
    color: #d97706;
}

.notification-bar {
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-size: 11px;
}

.notif-icon {
    width: 28px;
    height: 28px;
    background: #fee2e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FEATURES STRIP */
.features-strip {
    background: #fff;
    opacity: 60%;
    padding: 36px 60px;
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
}

.features-strip span {
    font-size: 12px;
    color: var(--gray);
    font-weight: 500;
    margin-right: 40px;
    white-space: nowrap;
}

.strip-logos {
    display: flex;
    gap: 80px;
    align-items: center;
    flex-wrap: wrap;
}

.strip-logo {
    font-size: 18px;
    font-weight: 700;
    color: rgba(15, 23, 42, 1);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* SECTION COMMONS */
/* section {
    padding: 80px 60px;
} */

.section-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.features-label {
    height: 52px;
    color: rgba(34, 48, 100, 1);
    display: flex;
    justify-content: center;
    background: #F7F8FC;
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1%;
}

.section-title {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient(180deg, #1E3A8A 19.01%, #132557 56.99%, #080F24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 72px;
    margin-bottom: 14px;
    letter-spacing: 1%;
}

.section-sub {
    font-size: 18px;
    color: rgba(100, 116, 139, 1);

}

.features-grid-images {
    width: 100%;
    /* height: 140px; */
    object-fit: contain;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* FEATURES */
/* FEATURES SECTION */

.features-section {
    background: rgba(255, 255, 255, 1);
    padding: 50px 78px;
}

.features-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.feature-card {
    background: rgba(247, 248, 252, 1);
    border-radius: 20px;
    padding: 20px 20px 20px;
    overflow: hidden;
    border: 1px solid #EEF0F6;
}

.feature-image-wrap {
    width: 100%;
    height: 240px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.features-grid-images {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* title should come BELOW image, not over description */
.feature-title {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 0 0 13px 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1%;

}

.red-bg {
    background: #BB2135;
}

.blue-bg {
    background: #223064;
}

.feature-desc {
    margin-top: 17px;
    padding: 0 8px;
    font-size: 17px;
    line-height: 28px;
    color: rgba(18, 25, 38, 1);
    font-weight: 400;
    letter-spacing: 1%;
}

/* Mobile */
@media (max-width: 991px) {
    .features-section {
        padding: 60px 24px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .feature-image-wrap {
        height: 220px;
    }

    .feature-title {
        font-size: 22px;
        min-height: 60px;
    }

    .feature-desc {
        font-size: 18px;
    }
}

/* MOBILE */

/* DASHBOARD PREVIEW */

/* =========================
   DASHBOARD PREVIEW
========================= */

.dashboard-preview {
    padding: 50px 78px;
    background: rgba(255, 255, 255, 1);

}

.preview-layout {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.preview-tabs {
    width: 100%;
    max-width: 406px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.preview-tab-header {
    gap: 12px;
    display: flex;
    align-items: baseline;
}

.preview-tab {
    position: relative;
    padding: 6px 22px 14px 21px;
    border-radius: 24px;
    transition: all .25s ease;
    cursor: pointer;
    height: 160px;
    width: 406px;
}

.preview-tab.active {
    background: #ffffff;
    border: 1.5px solid #223064;
    box-shadow: 0 10px 25px rgba(34, 48, 100, 0.08);
    height: 160px;
    width: 360px;
}

.preview-tab.active::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 78px;
    border-radius: 0 8px 8px 0;
    background: #BB2135;
}

.preview-tab-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F3F4F6;
    color: #94A3B8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
}

.preview-tab.active .preview-tab-num {
    background: #BB2135;
    color: #ffffff;
}

.preview-tab-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: rgba(33, 53, 91, 1);
    margin-bottom: 12px;
}

.preview-tab-desc {
    font-size: 16px;
    line-height: 26px;
    color: #64748B;
    max-width: 364px;
    margin-left: 47px;
}

.preview-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -41px;
}

.preview-screen {
    width: 100%;
    max-width: 662px;
}

.preview-screen-img {
    width: 662px;
    height: 407px;
    display: block;
    border-radius: 28px;
}

.dots {
    width: 120px;
    margin: 28px auto 0;
    display: block;
}

/* SECTION TITLE */

.dashboard-preview .section-title {
    font-size: 50px;
    line-height: 72px;
    letter-spacing: 1%;
    /* margin-bottom: 18px; */
}

.dashboard-preview .section-sub {
    font-size: 18px;
    color: rgba(100, 116, 139, 1);
}

/* MOBILE */

@media(max-width: 991px) {

    .dashboard-preview {
        padding: 60px 24px;
    }

    .preview-layout {
        flex-direction: column;
        gap: 40px;
    }

    .preview-tabs {
        max-width: 100%;
    }

    .preview-tab {
        padding: 22px 22px 22px 28px;
    }

    .preview-tab.active::before {
        height: 70px;
    }

    .preview-tab-title {
        font-size: 18px;
    }

    .preview-tab-desc {
        font-size: 15px;
        max-width: 100%;
    }

    .dashboard-preview .section-title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .dashboard-preview .section-sub {
        font-size: 18px;
    }

    .preview-screen-img {
        border-radius: 18px;
    }

    .dots {
        width: 90px;
        margin-top: 20px;
    }
}

/* TRUST SECTION */

.section-title2-query {
    background: linear-gradient(180deg, #1E3A8A 19.01%, #132557 56.99%, #080F24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;

    font-size: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.trust-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.trust-stat {
    text-align: center;
    width: 259px;
    border-right: 1px solid rgba(217, 217, 217, 0.4);
}

.trust-stat:last-child {

    border-right: none;
}

.trust-stat-num {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(180deg, #1E3A8A 19.01%, #132557 56.99%, #080F24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    display: block;
    font-family: 'Poppins', sans-serif;
    line-height: 72px;

}

.trust-stat-label {
    font-size: 18px;
    color: rgba(100, 116, 139, 1)
}

.trust-stat-main {
    display: flex;
    /* gap: 52px; */

    background: #fff;
    border-radius: 23px;
    padding: 20px 20px;

    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.03),
        0 12px 32px rgba(15, 23, 42, 0.06);

    overflow: hidden;
    height: 159px;
    width: 777px;
}


.trust-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
    align-items: start;
    padding: 50px 78px;
}

.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.trust-badge {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.trust-badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(226, 232, 240, 1);
}

.trust-badge-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(33, 53, 91, 1);
    margin-bottom: 4px;
}

.trust-left-side {
    width: 100%;
    max-width: 498px;
    min-height: 318px;
    padding: 20px;

    border-radius: 23px;
    border: 1px solid rgba(226, 232, 240, 0.5);

    background: #fff;

    box-shadow:
        0px 4px 6px -4px rgba(0, 0, 0, 0.1),
        0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.trust-badge-text p {
    font-size: 16px;
    color: rgba(100, 116, 139, 1);
    line-height: 26px;

}

.trust-right h2 {
    font-size: 40px;
    font-weight: 600;
    color: rgba(33, 53, 91, 1);
    line-height: 1.2;
    margin-bottom: 16px;
}

.trust-right p {
    font-size: 17px;
    color: rgba(100, 116, 139, 1);
    line-height: 28px;
    margin-bottom: 34px;
    letter-spacing: 1%;
    margin-top: 14px;

}

.main-trust-content {
    background: rgba(245, 247, 250, 1);
}

.btn-learn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    background: var(--red);
    color: #fff;
    border: none;
    border-radius: 23px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

/* WORKFLOW */

/* =========================
   WORKFLOW SECTION
========================= */
/* ==========================
   WORKFLOW SECTION
========================== */

.workflow-section {
    padding: 50px 78px;
    background: #fff;
}

.workflow-section .section-title {
    margin-bottom: 12px;
}

.workflow-section .section-sub {
    font-size: 18px;
    color: rgba(100, 116, 139, 1);
    /* margin-top: 12px; */
    line-height: 28px;

}

/* WORKFLOW ARROW FIX */
.workflow-steps {
    position: relative;
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.workflow-step {
    position: relative;
    text-align: center;
}

.step-number {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: rgba(183, 183, 183, 1);
    line-height: 38px;
    margin-bottom: 36px;
    z-index: 3;
}

/* dot after number */
.step-number::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #B8B8B8;
    border-radius: 50%;
    margin-left: 12px;
}

/* remove dot from 04 */
.workflow-step:last-child .step-number::after {
    display: none;
}

.workflow-header {
    color: rgba(33, 59, 116, 1);
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 32px;
}

.workfow-description {
    font-family: 'Poppins';
    font-size: 17px;
    color: rgba(100, 116, 139, 1);
}



/* arrow line */
.workflow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;

    left: calc(50% + 26px);
    width: calc(100% - 47px);
    height: 2px;
    background: #B8B8B8;
    z-index: 1;
}

/* arrow head */
.workflow-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 13px;
    left: calc(100% - -106px);
    width: 12px;
    height: 12px;
    border-top: 2px solid #B8B8B8;
    border-right: 2px solid #B8B8B8;
    transform: rotate(45deg);
    z-index: 2;
}

/* icon style */
/* .workflow1st,
.workflow2nd {
    width: 46px;
    height: 44px;
    padding: 8px 9px;
    border-radius: 27px;
    border: 2px solid #fff;
    object-fit: contain;
} */

.workflow1st {
    background: rgba(34, 48, 100, 1);
}

.workflow2nd {
    background: rgba(187, 33, 53, 1);
}

/* tablet */

@media(max-width:991px) {

    .workflow-section {
        padding: 80px 24px;
    }

    .workflow-steps {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 60px;
    }

    .step-number {
        font-size: 52px;
    }

    .workflow-step h3 {
        font-size: 24px;
    }
}

/* mobile */

@media(max-width:767px) {

    .workflow-steps {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }

    .step-number {
        font-size: 48px;
        margin-bottom: 24px;
    }

    .workflow-step h3 {
        font-size: 22px;
    }
}


.workflow1st {
    background: rgba(34, 48, 100, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    height: 59px;
    width: 62px;
    padding: 14px 14px;
    border-radius: 999px;
    margin: 31px;
}

.workflow2nd {
    background: rgba(187, 33, 53, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    height: 59px;
    width: 62px;
    padding: 14px 14px;
    border-radius: 999px;
    margin: 31px;
}

/* ===================================
   TESTIMONIALS
=================================== */

.testimonials-section {
    padding: 50px 78px;
    background: #fff;
}

.testimonial-stars {
    margin-top: 20px;
    font-size: 28px;
    color:rgba(251, 191, 36, 1);
    /* border: 1.67px solid rgba(251, 191, 36, 1); */
    letter-spacing: 4px;
}

.testimonial-wrapper {
    margin-top: 15px;
}

.testimonial-main-card {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background: #F7F8FC;
    border-radius: 32px;
    padding: 50px 20px;
    text-align: center;
}

.testimonial-quote {
    font-size: 17px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    max-width: 875px;
    margin: auto;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.testimonial-author {
    margin-top: 50px;
}

.author-name {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-right: 10px;
}

.author-role {
    color: rgba(138, 149, 166, 1);
    font-size: 13px;
    font-weight: 400;
}

.testimonial-pointer {
   position: absolute;
    bottom: -16px;
    left: 35%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    border-top: 16px solid rgba(187, 33, 53, 1);
}

.testimonial-users {
    margin-top: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.testimonial-avatar {
    width: 103px;
    height: 103px;
    border-radius: 24px;
    overflow: hidden;
}

.testimonial-avatar.active {
    transform: scale(1.05);
}

.testimonial-avatar img {
    width: 98px;
    height: 103px;
    object-fit: inherit;
    display: block;
    border-radius: 24px;
}

.testimonial-arrow {
    border: 2px rgba(28, 39, 76, 1);
    background: transparent;
    font-size: 28px;
    color: #64748B;
    cursor: pointer;
}

@media(max-width:991px) {

    .testimonials-section {
        padding: 80px 24px;
    }

    .testimonial-main-card {
        padding: 40px 24px;
    }

    .testimonial-quote {
        font-size: 20px;
    }

    .author-name {
        display: block;
        margin-bottom: 6px;
    }

    .testimonial-users {
        gap: 12px;
        flex-wrap: wrap;
    }

    .testimonial-avatar {
        width: 70px;
        height: 70px;
        border-radius: 18px;
    }

    .testimonial-arrow {
        font-size: 28px;
    }
}

/* PRICING */
/* ==========================
   PRICING SECTION
========================== */

.pricing-section {
    padding: 50px 78px;

    background: #fff;
}

.pricing-grid {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.pricing-card {
    position: relative;
    width: 426px;
    min-height: 577px;
    /* background: #F8F9FC; */
    border: 1px solid rgba(34, 48, 100, 0.1);
    border-radius: 24px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .08), 0px 10px 15px -3px rgba(0, 0, 0, .08);

}



.pricing-tag {
    font-size: 16px;
    font-weight: 400;
    color: rgb(100, 116, 139);
    margin-bottom: 12px;
    text-transform: none;
    letter-spacing: 0px;

}

.pricing-price {
    font-size: 37px;
    font-weight: 700;
    line-height: 1;
    color: rgba(187, 33, 53, 1);
    margin-bottom: 20px;
}

.pricing-price span {
    font-size: 37px;
    font-weight: 600;
}

.auto-style-51 {
    font-size: 12px !important;
    color: rgba(100, 116, 139, 1);
    font-weight: 500;
}

.pricing-card.featured {
    min-height: 577px;
}

.pricing-spacer {
    flex: 1;
}

.pricing-card.featured .btn-pricing {
    margin-top: auto;
}

.pricing-period {
    font-size: 15px;
    line-height: 28px;
    color: rgba(18, 25, 38, 1);
    margin-bottom: 30px;
    max-width: 360px;
    font-weight: 500;
    color: rgba(18, 25, 38, 1);
}

.pricing-contact-label {
    font-size: 37px;
    line-height: 28px;
    font-weight: 700;
    color: rgba(187, 33, 53, 1);
    margin-bottom: 20px;

}

.pricing-contact-sub {
    font-size: 15px;
    line-height: 1.8;
    color: #111827;
    margin-bottom: 30px;
    max-width: 360px;
    font-weight: 500;
    color: rgba(18, 25, 38, 1);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 17px;

    flex: 1;
}

.pricing-features li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: rgba(18, 25, 38, 1);
    line-height: 28px;
}
.pricing-features li::before {
    content: "";
    position: absolute;
    left: 0;
      top: 10px;
    width: 10px;
    height: 10px;

    background-image: url("assets/images/tick.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-pricing {
    width: 100%;
    height: 50px;

    border-radius: 30px;

    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;

    margin-top: 40px;
}

.btn-pricing-default {
    background: #223064;
    color: #fff;
    border: none;
}

.auto-style-52 {
    background: #fff;
    color: #223064;
    border: 1.5px solid #223064;
}

@media(max-width:991px) {

    .pricing-section {
        padding: 80px 24px;
    }

    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card {
        width: 100%;
        max-width: 500px;
        min-height: auto;
    }

    .pricing-price {
        font-size: 48px;
    }

    .pricing-contact-label {
        font-size: 48px;
    }
}

/* CTA */
.cta-section {
    padding: 50px 78px;
    text-align: center;
}

.cta-main-section {
    background: rgba(247, 248, 252, 1);
    padding: 50px 239px;
    border-radius: 23px;
}

.cta-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: rgba(34, 48, 100, 1);
    margin-bottom: 14px;
    font-family: 'Lato', sans-serif;

}

.cta-section p {
    font-size: 17px;
    color: rgba(133, 148, 173, 1);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-hero-primary {
    font-family: 'Poppins', sans-serif;
    background: rgba(187, 33, 52, 1);
    color: #fff;
    font-weight: 500;
    font-size: 16px;

    height: 53px;
    width: 181px;
    border-radius: 23px;
    border: 1px solid rgba(217, 221, 234, 1);

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 0 24px;
    cursor: pointer;
}

.btn-hero-primary img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.btn-hero-outline {
    width: 231px;
    height: 57px;
    border-radius: 28px;
    border: 1px solid rgba(217, 221, 234, 1);
    background: rgba(255, 255, 255, 1);
    color: rgba(34, 48, 100, 1);

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;

    padding: 0 28px;
    cursor: pointer;
}

.btn-hero-outline .btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .btn-hero-outline {
        width: 231px !important;
        height: 57px !important;
        border-radius: 28px !important;
        margin: 0 auto !important;
    }
}

.cta-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* FOOTER */
footer {
    background: rgba(34, 48, 100, 1);
    padding-top: 128px;
    padding-right: 78px;
    padding-bottom: 10px;
    padding-left: 78px;
}

.footer-logo {
    height: 101px;
    width: 165px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-brand p {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    margin-top: 14px;
    max-width: 286px;
}

.footer-social {
    display: flex;
    gap: 4px;
    margin-top: 20px;
}

.social-icon {
    width: 23px;
    height: 23px;
    /* background: rgba(255, 255, 255, 0.07); */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.contact-icon {
    height: 20px;
    width: 20px;
}


.footer-col h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.contact-foot {
    display: flex !important;
    gap: 8px !important;
}

.footer-col a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    margin-bottom: 20px;
    line-height: 23px;
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

.footer-bottom p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

/* LOGO SVG */
.logo-q {
    width: 32px;
    height: 32px;
}

@media (max-width: 900px) {
    nav {
        padding: 0 20px;
    }

    .nav-links {
        display: none;
    }

    .hero {
        flex-direction: column;
        padding: 40px 20px;
    }

    .hero h1 {
        font-size: 30px;
    }

    section {
        padding: 48px 20px;
    }

    .features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .trust-layout {
        grid-template-columns: 1fr;
    }

    .workflow-steps {
        grid-template-columns: 1fr 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-highlight {
        grid-column: span 1;
        flex-direction: column;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .footer-top> :first-child {
        grid-column: span 2;
    }

    .features-strip {
        padding: 14px 20px;
    }
}


/* Auto-generated inline style classes */
.auto-style-1 {
    background: #6366f1;
    margin-left: 0;
}

.auto-style-2 {
    background: #ec4899;
}

.auto-style-3 {
    background: #14b8a6;
}

.auto-style-4 {
    background: #f59e0b;
}

.auto-style-5 {
    color: #f59e0b;
}

.auto-style-6 {
    height: 40%
}

.auto-style-7 {
    height: 55%
}

.auto-style-8 {
    height: 70%
}

.auto-style-9 {
    height: 45%
}

.auto-style-10 {
    height: 80%
}

.auto-style-11 {
    height: 65%
}

.auto-style-12 {
    height: 90%
}

.auto-style-13 {
    height: 75%
}

.auto-style-14 {
    font-weight: 600;
    color: #374151;
}

.auto-style-15 {
    color: var(--red)
}

.auto-style-16 {
    font-weight: 600;
    color: var(--dark)
}

.auto-style-17 {
    color: var(--subtext);
    margin-left: auto
}

.auto-style-18 {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.auto-style-19 {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.auto-style-20 {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.auto-style-21 {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
}

.auto-style-22 {
    display: flex;
    gap: 5px;
}

.auto-style-23 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5f57
}

.auto-style-24 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #febc2e
}

.auto-style-25 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #28c840
}

.auto-style-26 {
    padding: 0;
}

.auto-style-27 {
    font-weight: 600
}

.auto-style-28 {
    background: #fee2e2;
    color: #dc2626;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
}

.auto-style-29 {
    color: var(--gray)
}

.auto-style-30 {
    background: #fafafa;
}

.auto-style-31 {
    background: #fef3c7;
    color: #d97706;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
}

.auto-style-32 {
    background: #d1fae5;
    color: #059669;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
}

.auto-style-33 {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 14px;
    background: #f8fafc;
}

.auto-style-34 {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background: var(--red);
}

.auto-style-35 {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
}

.auto-style-36 {
    margin-bottom: 0;
}

.auto-style-37 {
    color: #f87171;
}

.auto-style-38 {
    color: #fff;
}

.auto-style-39 {
    color: rgba(100, 116, 139, 1);
    font-size: 18px;
}

.auto-style-40 {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
    margin-bottom: -23px;

}

.auto-style-41 {
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.auto-style-42 {
    background: var(--dark);
    border-radius: 16px;
    padding: 36px 44px;
    margin: 32px 0 24px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.auto-style-43 {
    font-size: 17px;
    color: #fff;
    line-height: 1.7;
    font-style: italic;
    flex: 1;
}

.auto-style-44 {
    flex-shrink: 0;
    text-align: center;
}

.auto-style-45 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #ec4899);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 10px;
}

.auto-style-46 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.auto-style-47 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

.auto-style-48 {
    background: #fde68a;
    color: #d97706;
}

.auto-style-49 {
    background: #d1fae5;
    color: #059669;
}

.auto-style-50 {
    background: #ede9fe;
    color: #7c3aed;
}

.auto-style-51 {
    font-size: 16px;
    font-weight: 500;
}

.auto-style-52 {
    color: rgba(34, 48, 100, 1);
    border: 1.5px solid rgba(34, 48, 100, 1);
}



/* mobile screen responsiveness */

/* =====================================================
   FINAL MOBILE RESPONSIVE FIX
   Paste this at the very bottom of your CSS file
===================================================== */

@media (max-width: 767px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        background: #ffffff;
    }

    /* ================= NAV ================= */

    nav {
        height: 92px !important;
        padding: 0 28px !important;
        background: #F5F7FA !important;
        border-bottom: 1px solid #eef0f4;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .logo-img {
        width: 122px !important;
        height: auto !important;
        object-fit: contain;
    }

    .nav-links,
    .nav-actions {
        display: none !important;
    }

    nav::after {
        content: "☰";
        font-size: 28px;
        line-height: 1;
        color: #111827;
        font-weight: 400;
    }

    /* ================= HERO ================= */





    /* Blue background starts behind dashboard and trusted area */
    .hero::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 40% !important;
        background: #223064 !important;
        z-index: 0 !important;
    }

    /* Important: allows trusted-section to be reordered after hero-right */
    .hero-left {
        display: contents !important;
    }

    .hero-badge {
        order: 1;
        justify-content: center !important;
        margin-bottom: 18px !important;
        position: relative;
        z-index: 2;
    }

    .hero h1 {
        order: 2;
        font-size: 38px !important;
        line-height: 44px !important;
        letter-spacing: -1px !important;
        margin: 0 auto 18px !important;
        padding: 0 24px !important;
        position: relative;
        z-index: 2;
    }

    .hero p {
        order: 3;
        max-width: 330px !important;
        margin: 0 auto 26px !important;
        padding: 0 24px !important;
        font-size: 15px !important;
        line-height: 25px !important;
        position: relative;
        z-index: 2;
    }

    .hero-btns {
        order: 4;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        /* margin-bottom: 34px !important; */
        position: relative;
        z-index: 2;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        width: 174px !important;
        height: 42px !important;
        padding: 0 24px !important;
        font-size: 13px !important;
        border-radius: 24px !important;
    }

    /* Dashboard comes before trusted section */
    .hero-right {
        order: 5;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        position: relative !important;
        z-index: 2 !important;
        margin-top: 0 !important;
    }

    .dashboard-wrapper {
        width: 100% !important;
        max-width: 390px !important;
        position: relative !important;
        margin: 0 auto !important;
        padding: 0 12px !important;
    }

    .dashboard-image {
        width: 100% !important;
        max-width: 370px !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        border-radius: 22px !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .floating-card {
        height: 42px;
        width: 267px;
        position: absolute !important;
        left: 50% !important;
        bottom: -20px !important;
        transform: translateX(-26%) scale(0.76) !important;
        transform-origin: center !important;
        padding: 7px 10px !important;
        border-radius: 10px !important;
        gap: 14px !important;
        z-index: 5 !important;
        box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.16) !important;
    }

    .floating-left {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
        padding: 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }

    .floating-left img {
        width: 22px !important;
        height: 22px !important;
    }

    .floating-center {
        flex: 1;
        text-align: left;
    }

    .floating-center h4 {
        font-size: 8px !important;
        line-height: 13px !important;
        letter-spacing: 1px !important;
        margin-bottom: 4px !important;
    }

    .floating-center p {
        font-size: 7px !important;
        line-height: 13px !important;
        letter-spacing: 1px !important;
        white-space: nowrap;
        padding: 0 1px !important;
        margin: 0 auto 0px !important;
    }

    .floating-badge {
        font-size: 8px !important;
        padding: 8px 13px !important;
        border-radius: 8px !important;
        flex-shrink: 0;
    }

    /* Trusted section comes after dashboard */
    .trusted-section {
        order: 6;
        width: 100% !important;
        margin: 0 !important;
        /* padding: 26px 16px 17px !important; */
        position: relative !important;
        z-index: 2 !important;
        text-align: left !important;
        padding-right: 92px;

        padding-left: 1px;

        padding-bottom: 38px;
        padding-top: 36px;
    }

    .trusted-tags span:first-child {
        height: 32px !important;
        width: 139px !important;
    }

    .trusted-tags span:nth-child(2) {
        height: 32px !important;
        width: 104px !important;
    }

    .trusted-tags span:nth-child(3) {
        height: 32px !important;
        width: 105px !important;
    }

    .trusted-tags span:nth-child(4) {
        height: 32px !important;
        width: 84px !important;
    }

    .trusted-section h5 {
        font-size: 12px !important;
        line-height: 21px !important;
        letter-spacing: 2px !important;
        color: rgba(255, 255, 255, 0.55) !important;
        margin-bottom: 26px !important;
        text-align: left !important;
    }

    .trusted-tags {
        /* display: grid !important; */
        grid-template-columns: 1fr 1fr !important;
        gap: 14px 16px !important;
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 !important;
    }

    .trusted-tags span {
        height: 32px !important;
        padding: 0 18px !important;
        border-radius: 24px !important;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 1) !important;
        font-size: 10px !important;
        font-weight: 400 !important;
        justify-content: center !important;
        text-align: center !important;
        white-space: nowrap !important;
    }


    /* ================= LOGO STRIP ================= */

    .strip-label {
        display: block !important;
        text-align: center;
        margin: 28px auto 18px !important;
        padding: 0 28px;
        font-size: 12px !important;
        line-height: 1.5;
        color: #64748B;
    }

    .features-strip {
        padding: 0 24px 16px !important;
        background: #ffffff;
    }

    .strip-logos {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 7px !important;
        flex-wrap: wrap;
    }

    .strip-logo {
        font-size: 7px !important;
        gap: 8px !important;
        color: #9CA3AF;
    }

    .strip-logo img {
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

    /* ================= COMMON SECTION ================= */

    section {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .features-label {
        height: 48px !important;
        padding: 14px !important;
        font-size: 15px !important;
        align-items: center;
        background: #F7F8FC;
        color: #223064;
    }


    .preview-screen-img {
        border-radius: 18px;
        height: 241px;
        width: 360px;
    }

    .section-title,
    .section-title2-query,
    .dashboard-preview .section-title {
        font-size: 20px !important;
        line-height: 32px !important;
        /* letter-spacing: -0.6px !important; */
        text-align: center;
    }

    .section-sub,
    .dashboard-preview .section-sub {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        font-size: 13px !important;
        line-height: 1.6 !important;
        text-align: center;
    }

    /* ================= FEATURES ================= */

    .features-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .features-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        margin-top: 42px !important;
    }

    .feature-card {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 14px 14px 24px !important;
        border-radius: 20px !important;
    }

    .features-grid-images {
        width: 100% !important;
        height: 190px !important;
        object-fit: cover !important;
        border-radius: 16px 16px 0 0;
    }

    .feature-title {
        min-height: 44px !important;
        font-size: 15px !important;
        padding: 0 14px !important;
    }

    .feature-desc {
        margin-top: 16px !important;
        font-size: 15px !important;
        line-height: 28px !important;
        text-align: left;

    }

    /* ================= DASHBOARD PREVIEW ================= */

    .dashboard-preview {
        padding-top: 56px !important;
        padding-bottom: 60px !important;
    }

    .preview-layout {
        flex-direction: column !important;
        gap: 34px !important;
        margin-top: 42px !important;
    }

    .preview-tabs {
        width: 100%;
        max-width: 360px !important;
        margin: 0 auto;
        gap: 18px !important;
    }

    .preview-tab {
        padding: 18px 18px 20px 22px !important;
        border-radius: 20px !important;
    }

    .preview-tab.active::before {
        height: 66px !important;
    }

    .preview-tab-header {
        align-items: center !important;
        gap: 10px !important;
    }

    .preview-tab-num {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
        margin-bottom: 0 !important;
        flex-shrink: 0;
    }

    .preview-tab-title {
        font-size: 17px !important;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .preview-tab-desc {
        max-width: 100% !important;
        margin-top: 12px;
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: left;
    }

    .preview-screen {
        max-width: 360px !important;
    }

    .preview-screen-img {
        border-radius: 18px !important;
    }

    .dots {
        width: 80px !important;
        margin-top: 18px !important;
    }

    /* ================= TRUST SECTION ================= */

    .trust-section {
        padding: 56px 0 0 !important;
    }

    .trust-section .text-center {
        padding: 0 24px;
    }

    .trust-stat-main {
        /* width: calc(100% - 48px) !important; */
        max-width: 360px;
        height: 77px !important;
        padding: 10px 1px !important;
        /* display: grid !important; */
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .trust-stat {
        text-align: center;
    }

    .trust-stat-num {
        font-size: 25px !important;
        line-height: 36px !important;
    }

    .trust-stat-label {
        font-size: 10px !important;
    }

    .auto-style-41 {
        display: none !important;
    }

    /* .main-trust-content {
        margin-top: 42px;
        padding: 0;
    } */

    .trust-layout {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 46px 24px !important;
    }

    .trust-left-side {
        position: relative;
        top: -69px;
        order: 2;
        max-width: 360px !important;
        width: 100%;
        margin: 0 auto;
        min-height: auto !important;
        padding: 20px !important;
        border-radius: 22px !important;
    }

    .trust-badges {
        margin-top: 0 !important;
        gap: 18px !important;
    }

    .trust-badge {
        gap: 12px !important;
    }

    .trust-badge-icon {
        width: 36px !important;
        height: 36px !important;
    }

    .trust-badge-icon img {
        width: 18px;
        height: 18px;
    }

    .trust-badge-text h4 {
        font-size: 16px !important;
        line-height: 1.3;
    }

    .trust-badge-text p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .trust-right {
        text-align: center;
    }

    .trust-right h2 {
        font-size: 20px !important;
        line-height: 1.25 !important;
        text-align: left;
        width: 320px;
    }

    .trust-right p {
        font-size: 13px !important;
        line-height: 1.75 !important;
        text-align: left;
        width: 281px;
    }

    .btn-learn {
        margin: 6px auto 0;
        display: inline-flex !important;
        position: relative;
        left: -30%;
        /* top: 25%; */
        /* bottom: -343px; */
        top: 313px;
    }

    /* ================= WORKFLOW ================= */

    .workflow-section {
        padding-top: 58px !important;
        padding-bottom: 64px !important;
    }

    .workflow-steps {
        display: grid !important;
        grid-template-columns: 1fr !important;
        max-width: 360px !important;
        margin: 50px auto 0 !important;
        row-gap: 48px !important;
    }

    .workflow-step {
        text-align: center;
    }

    .workflow-step:not(:last-child)::after,
    .workflow-step:not(:last-child)::before {
        display: none !important;
    }

    .step-number {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .step-number::after {
        display: none;
    }

    .workflow1st,
    .workflow2nd {
        width: 64px !important;
        height: 64px !important;
        margin-bottom: 12px;
        margin: 0px;
    }

    .workflow-header {
        font-size: 21px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px;
    }

    .workfow-description {
        max-width: 300px;
        margin: 0 auto;
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    /* ================= TESTIMONIALS ================= */

    .testimonials-section {
        padding-top: 56px !important;
        padding-bottom: 62px !important;
    }

    .testimonial-stars {
        font-size: 22px !important;
        letter-spacing: 4px !important;
        margin-top: 16px !important;
    }

    .testimonial-wrapper {
        margin-top: 36px !important;
    }

    .testimonial-main-card {
        max-width: 390px !important;
        padding: 36px 0px !important;
        border-radius: 24px !important;
    }

    .testimonial-quote {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .testimonial-author {
        margin-top: 28px !important;
        display: flex;
        justify-content: center;
        gap: 6px;
        align-items: anchor-center;
    }

    .author-name {
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .testimonial-users {
             margin-top: 25px !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
    }

    .testimonial-avatar,
    .testimonial-avatar img {
               width: 44px !important;
        height: 44px !important;
    }

    .testimonial-avatar {
        border-radius: 13px !important;
    }

    .testimonial-arrow {
        font-size: 22px !important;
    }

    /* ================= PRICING ================= */

    .pricing-section {
        padding-top: 56px !important;
        padding-bottom: 64px !important;
    }

    .pricing-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        max-width: 360px !important;
        margin: 40px auto 0 !important;
    }

    .pricing-card {
        width: 100% !important;
        max-width: 360px !important;
        min-height: auto !important;
        padding: 26px 22px !important;
        border-radius: 22px !important;
    }

    .pricing-card.featured {
        min-height: 577px !important;
    }

    .pricing-tag {
        font-size: 14px !important;
    }

    .pricing-price,
    .pricing-contact-label {
        font-size: 30px !important;
        line-height: 28px !important;
    }

    .pricing-price span {
        font-size: 12px !important;

    }

    .pricing-period,
    .pricing-contact-sub {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .testimonial-avatar img {
        width: 98px;
        height: 103px;
        object-fit: inherit;
        display: block;
        border-radius: 7px;
    }

    .pricing-features {
        gap: 13px !important;
    }

    .pricing-features li {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .btn-pricing {
        height: 50px !important;
        margin-top: 30px !important;
    }

    /* ================= CTA ================= */

    .cta-section {
        padding-top: 58px !important;
        padding-bottom: 58px !important;
    }

    .cta-main-section {
        max-width: 360px;
        margin: 0 auto;
        padding: 40px 22px !important;
        border-radius: 22px !important;
    }

    .cta-section h2 {
        font-size: 20px !important;
        line-height: 32px !important;
    }

    .cta-section p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .cta-btns {
        /* flex-direction: column !important; */
        align-items: center;
        gap: 12px !important;
        flex-wrap: nowrap;
    }

    .btn-hero-primary,
    .btn-hero-outline {
        width: 165px !important;
        height: 42px !important;
        font-size: 13px !important;
        gap: 6px;
        padding: 0 12px;
    }

    /* ================= FOOTER ================= */

    footer {
        background: #223064 !important;
        padding: 40px 16px 40px !important;
        margin: 0 !important;
        text-align: left !important;
        overflow: hidden;
    }

    .footer-top {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        column-gap: 42px !important;
        row-gap: 26px !important;
        margin-bottom: 26px !important;
        align-items: start !important;
    }

    .footer-brand {
        grid-column: 1 / -1 !important;
        text-align: left !important;
    }

    .footer-logo {
        width: 150px !important;
        height: auto !important;
        margin: 0 0 10px 0 !important;
        display: block !important;
    }

    .footer-brand p {
        max-width: 310px !important;
        margin: 0 0 12px 0 !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
        color: #ffffff !important;
        text-align: left !important;
    }

    .footer-social {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 18px !important;
        margin-top: 10px !important;
    }

    .social-icon {
        width: 18px !important;
        height: 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }

    .social-icon img {
        width: 18px !important;
        height: 18px !important;
        object-fit: contain !important;
    }

    .footer-col {
        text-align: left !important;
    }

    .footer-col h4 {
        font-size: 17px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        color: #ffffff !important;
        margin: 0 0 12px 0 !important;
    }

    .footer-col a {
        display: block !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        color: rgba(255, 255, 255, 0.65) !important;
        margin-bottom: 8px !important;
        text-decoration: none !important;
    }

    .footer-col:nth-child(4) {
        grid-column: 1 / -1 !important;
        margin-top: 2px !important;
    }

    .contact-foot {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 9px !important;
        margin-bottom: 9px !important;
    }

    .contact-icon {
        width: 16px !important;
        height: 16px !important;
        object-fit: contain !important;
        flex-shrink: 0 !important;
    }

    .contact-foot span {
        font-size: 14px !important;
        line-height: 1.4 !important;
        color: rgba(255, 255, 255, 0.65) !important;
    }

    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
        padding-top: 16px !important;
        margin-top: 14px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-bottom p {
        font-size: 11px !important;
        line-height: 1.5 !important;
        color: rgba(255, 255, 255, 0.38) !important;
        margin: 0 !important;
    }
}

/* =========================================
   CLICKABLE MOBILE MENU
========================================= */

.menu-toggle,
.hamburger-icon,
.mobile-menu-panel {
    display: none;
}

@media (max-width: 767px) {

    nav {
        height: 92px !important;
        padding: 0 34px !important;
        background: #F5F7FA !important;
        border-bottom: 1px solid #eef0f4;
        /* border-radius: 0 0 24px 24px; */
        position: sticky;
        top: 0;
        z-index: 9999;
    }

    .logo-img {
        width: 116px !important;
        height: 61px !important;
    }

    .nav-links,
    .nav-actions {
        display: none !important;
    }

    nav::after {
        display: none !important;
        content: none !important;
    }

    .hamburger-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: rgba(0, 0, 0, 1);
        cursor: pointer;
        line-height: 1;
        font-weight: 300;
    }

    .mobile-menu-panel {
        display: block;
        position: fixed;
        inset: 0;
        width: 100%;
        min-height: 100vh;
        background: #ffffff;
        z-index: 10000;
        transform: translateX(100%);
        transition: transform 0.35s ease;
    }

    .menu-toggle:checked~.mobile-menu-panel {
        transform: translateX(0);
    }

    .mobile-menu-top {
        height: 118px;
        background: #F5F7FA;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 36px;
        border-bottom: 1px solid #eef0f4;
    }

    .mobile-close-icon {
        font-size: 24px;
        font-weight: 300;
        color: rgba(187, 33, 53, 1);
        cursor: pointer;
        line-height: 1;
    }

    .mobile-menu-content {
        min-height: calc(100vh - 118px);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 148px;

    }

    .mobile-menu-content a {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #6B7280;
        text-decoration: none;
        margin-bottom: 24px;
    }

    .mobile-login-btn {
        width: 174px;
        height: 48px;
        border-radius: 40px;
        border: 1px solid #E5E7EB;
        background: #ffffff;
        color: #223064;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-top: 12px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .mobile-start-btn {
        width: 174px;
        height: 48px;
        border-radius: 40px;
        border: none;
        background: #BB2135;
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-top: 12px;
        margin-bottom: 14px;
        cursor: pointer;
    }
}

@media (max-width: 376px) {
    .preview-tab.active {
        width: calc(100% - 39px);
        max-width: 337px;
        height: 160px;
        background: #ffffff;
        border: 1.5px solid #223064;
        box-shadow: 0 10px 25px rgba(34, 48, 100, 0.08);
    }

    .preview-tab {
        width: calc(100% - 39px);
        max-width: 337px;
        height: 160px;
    }
}


/* =====================================
   CONTACT PAGE CONTENT ONLY
===================================== */

.contact-page {
    background: #ffffff;
    padding: 0 64px 54px;
}

.contact-hero {
    text-align: center;
    padding: 70px 0 34px;
}

.contact-hero h1 {
    font-family: 'Lato', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    color: #223064;
    margin-bottom: 22px;
}

.contact-hero p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #64748B;
}

.contact-main-wrapper {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    align-items: start;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 58px 40px 50px;
    box-shadow: 0px 4px 14px rgba(15, 23, 42, 0.06);
}

.form-group {
    margin-bottom: 28px;
}

.form-group label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 10px;
}

.input-wrap {
    height: 48px;
    border: 1px solid #DADDE5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #ffffff;
}

.input-wrap img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    opacity: 0.65;
    margin-right: 10px;
}

.input-wrap input {
    width: 100%;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #223064;
    background: transparent;
}

.input-wrap input::placeholder,
.form-group textarea::placeholder {
    color: #A0A7B4;
}

.form-group textarea {
    width: 100%;
    height: 128px;
    resize: none;
    border: 1px solid #DADDE5;
    border-radius: 8px;
    padding: 16px;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #223064;
}

.contact-submit-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 28px;
    background: #BB2135;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.secure-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #64748B;
}

.contact-info-card {
    padding: 4px 0 0 0;
}

.contact-info-card h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #223064;
    margin-bottom: 24px;
}

.contact-info-card>p {
    max-width: 520px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #64748B;
    margin-bottom: 34px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #64748B;
}

.contact-info-item img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    opacity: 0.75;
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {

    .contact-page {
        padding: 0 30px 0;
    }

    .contact-hero {
        padding: 38px 0 22px;
    }

    .contact-hero h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .contact-hero p {
        max-width: 330px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.55;
    }

    .contact-main-wrapper {
        grid-template-columns: 1fr;
        gap: 26px;
        max-width: 100%;
    }

    .contact-form-card {
        padding: 24px 22px 26px;
        border-radius: 10px;
    }

    .form-group {
        margin-bottom: 18px;
    }

    .form-group label {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .input-wrap {
        height: 38px;
        border-radius: 7px;
    }

    .input-wrap img {
        width: 17px;
        height: 17px;
    }

    .input-wrap input {
        font-size: 13px;
    }

    .form-group textarea {
        height: 88px;
        font-size: 13px;
        padding: 12px;
    }

    .contact-submit-btn {
        height: 45px;
        font-size: 14px;
        margin-top: 14px;
    }

    .secure-note {
        font-size: 11px;
        margin-top: 16px;
        text-align: center;
    }

    .contact-info-card {
        padding: 0 2px 36px;
    }

    .contact-info-card h2 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .contact-info-card>p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 18px;
    }

    .contact-info-list {
        gap: 14px;
    }

    .contact-info-item {
        font-size: 14px;
        gap: 10px;
    }

    .contact-info-item img {
        width: 18px;
        height: 18px;
    }
}




/* aboutpage */

/* =========================================
   ABOUT PAGE EXACT DESIGN
   Only content area - nav/footer unchanged
========================================= */

.about-page {
    background: #ffffff;
}

/* HERO */

.about-hero-section {
    padding: 58px 76px 54px;
    display: grid;
    grid-template-columns: 0.9fr 1.35fr;
    gap: 55px;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    ;
}

.about-hero-left h1 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -1px;
    /* color: #223064; */
    background: linear-gradient(180deg,
            #1E3A8A 19.01%,
            #132557 56.99%,
            #080F24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-bottom: 24px;
}

.about-hero-left p {
    max-width: 385px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #64748B;
    margin-bottom: 28px;
}

.about-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 13px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(30, 41, 59, 1);
    line-height: 20px;
}

.about-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-check-list li {
    display: flex;
    align-items: center;
    gap: 10px;

    padding-left: 0 !important;
    margin-bottom: 14px;

    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(30, 41, 59, 1);
}

.about-check-list li img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

/* .about-check-list li::before {
    
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #BB2135;
    border-radius: 50%;
    color: #BB2135;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* RIGHT FLOW DESIGN */

.about-hero-right {
    position: relative;
    height: 354px;
}

.about-center-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    border: 2px dashed #E4E7EF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-center-logo::before {
    content: "";
    position: absolute;
    inset: 22px;
    border-radius: 50%;
    border: 2px dashed #E9ECF4;
}

.about-center-logo img {
    width: 52px;
    height: 61px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.about-float-card {
    position: absolute;
    width: 256px;
    min-height: 74px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(226, 232, 240, 1);
    box-shadow: 0px 8px 22px rgba(15, 23, 42, 0.06);
}

.about-float-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgba(30, 41, 59, 1);
    margin-bottom: 1px;
    line-height: 20px;

}

.about-float-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(100, 116, 139, 1);
    margin: 0;
}

.about-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.purple {
    background: rgba(250, 245, 255, 1);
}

.blue {
    background: rgba(239, 246, 255, 1);
}

.orange {
    background: rgba(255, 247, 237, 1);
}

.green {
    background: rgba(240, 253, 244, 1);
}

.about-card-ticket {
    left: 20px;
    top: 28px;
}

.about-card-assign {
    right: 0;
    top: 0;
}

.about-card-progress {
    left: 42px;
    bottom: -2px;
}

.about-card-resolve {
    right: 4px;
    bottom: 49px;

}

/* INFO CARDS */

.about-info-section {
    background: #F5F7FA;
    padding: 52px 76px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.about-info-card {
    background: #ffffff;
    border: 1px solid #E7EAF1;
    border-radius: 18px;
    padding: 28px 28px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-height: 155px;
    box-shadow: 0px 8px 22px rgba(15, 23, 42, 0.05);
}

.about-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-info-icon img {
    height: 24px;
    width: 24px;
}

.red-icon {
    background: #BB2135;
}

.navy-icon {
    background: #223064;
}

.about-info-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #223064;
    margin-bottom: 8px;
}

.about-info-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #64748B;
    margin: 0;
}

.about-info-card ul {
    margin: 0;
    padding-left: 16px;
}

.about-info-card ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #64748B;
    margin-bottom: 6px;
}

.about-info-card ul li::marker {
    color: #BB2135;
}

/* NUMBERS SECTION */

.about-numbers-section {
    padding: 58px 76px 62px;
    background: #ffffff;
}

.about-numbers-section h2 {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 700;
    /* color: #223064; */
    line-height: 1.25;
    text-align: center;
    margin-bottom: 42px;
    background: linear-gradient(180deg, #1E3A8A 19.01%, #132557 56.99%, #080F24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-number-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.about-number-card {
    background: #ffffff;
    border: 1px solid #EEF0F6;
    border-radius: 24px;
    padding: 26px 28px;
    min-height: 142px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0px 8px 22px rgba(15, 23, 42, 0.05);
}

.about-number-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-number-icon img {
    width: 24px;
    height: 24px;
}

.number-red {
    background: #FFF1F4;
    color: #BB2135;
}

.number-blue {
    background: #F1F4FA;
    color: #223064;
}

.number-green {
    background: #EAFBF1;
    color: #16A34A;
}

.about-number-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #223064;
    margin-bottom: 3px;
}

.about-number-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(30, 41, 59, 1);
    margin-bottom: 12px;
    line-height: 20px;
}

.about-number-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 19.5px;
    color: #64748B;
    margin: 0;
}

/* =========================================
   ABOUT PAGE MOBILE
========================================= */


@media (max-width: 767px) {

    .hero {
        gap: 0px;
    }

    .about-hero-section {
        padding: 36px 32px 30px;
        display: block;
    }

    .about-hero-left h1 {
        font-size: 20px;
        line-height: 1.15;
        margin-bottom: 20px;
    }

    .br {
        display: none;
    }

    .about-hero-left p {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 20px;
    }

    .about-check-list li {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .about-hero-right {
        height: auto;
        margin-top: 22px;
        padding-top: 78px;
    }

    .about-center-logo {
        width: 105px;
        height: 105px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-center-logo img {
        width: 62px;
    }

    .about-float-card {
        position: static;
        width: 100%;
        min-height: 62px;
        margin-bottom: 10px;
        border-radius: 15px;
        padding: 12px 16px;
    }

    .about-card-ticket {
        order: 3 !important;
    }

    .about-card-assign {
        order: 4 !important;
    }

    .about-card-progress {
        order: 1 !important;
    }

    .about-card-resolve {
        order: 2 !important;
    }

    .about-float-card h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .about-float-card p {
        font-size: 12px;
        width: 140px;
    }

    .about-icon img {
        height: 20px;
        width: 20px;
    }

    .about-info-section {
        padding: 28px 32px;
        grid-template-columns: 1fr;
        gap: 12px;
        background: rgba(248, 250, 252, 1);
        ;
    }

    .about-info-card {
        min-height: auto;
        padding: 18px 18px;
        border-radius: 14px;
        gap: 14px;
    }

    .about-info-icon {
        width: 45px;
        height: 45px;
    }

    .about-info-card h3 {
        font-size: 20px;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .about-info-card p,
    .about-info-card ul li {
        font-size: 14px;
        line-height: 22.75px;
        width: 253px;
    }

    .about-numbers-section {
        padding: 48px 24px 40px !important;
        text-align: left;
    }

    .about-numbers-section h2 {
        font-size: 19px !important;
        line-height: 32px !important;
        font-weight: 700 !important;
        color: #223064 !important;
        margin: 0 0 24px 0 !important;
        max-width: 477px;
        text-align: left !important;
        letter-spacing: 0 !important;
    }

    .about-numbers-section h2 .br {
        display: none !important;
    }

    .about-number-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .about-number-card {
        width: 100% !important;
    }

    .about-number-icon {
        width: 42px;
        height: 42px;
    }

    .about-number-card h3 {

        font-size: 24px;
        margin-bottom: 2px;

    }

    .about-number-card h4 {
        font-size: 14px;
    }

    .about-number-card p {
        font-size: 13px;
    }
}

/* =========================================
   ICONS INSIDE CENTER ORBIT CIRCLE
========================================= */

.orbit-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    box-shadow: 0px 10px 24px rgba(15, 23, 42, 0.12);
}

.orbit-icon img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

/* icon backgrounds */
.orbit-ticket {
    background: rgba(231, 233, 238, 1);
    left: calc(50% - 67px);
    top: calc(50% - 75px);
    box-shadow:
        0px 1px 2px -1px rgba(0, 0, 0, 0.1),
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);

}

.orbit-assign {
    background: rgba(219, 234, 254, 1);
    left: calc(50% + 62px);
    top: calc(50% - 51px);
    box-shadow:
        0px 1px 2px -1px rgba(0, 0, 0, 0.1),
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.orbit-progress {
    background: rgba(249, 229, 232, 1);
    left: calc(50% - 83px);
    top: calc(50% + 34px);
    box-shadow:
        0px 1px 2px -1px rgba(0, 0, 0, 0.1),
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);

}

.orbit-resolve {
    background: rgba(254, 249, 194, 1);
    left: calc(50% + 35px);
    top: calc(50% + 13px);
    box-shadow:
        0px 1px 2px -1px rgba(0, 0, 0, 0.1),
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);

}

/* keep card icons also visible inside cards */
.about-float-card .about-icon {
    position: static !important;
}

@media (max-width: 767px) {
    /* ================= ORBIT AREA ================= */

    .about-hero-right {
        width: 100% !important;
        height: auto !important;
        min-height: 430px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .about-center-logo {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 160px !important;
        height: 160px !important;
        margin: 0 auto 18px !important;
        z-index: 2;
    }

    .about-center-logo::before {
        inset: 18px !important;
    }

    .about-center-logo img {
        width: 52px !important;
        height: 61px !important;
    }

    .orbit-icon {
        position: absolute !important;
        width: 32px !important;
        height: 32px !important;
        z-index: 5 !important;
    }

    .orbit-icon img {
        width: 14px !important;
        height: 14px !important;
    }

    .orbit-ticket {
        left: calc(50% - 65px) !important;
        top: 7px !important;
        box-shadow:
            0px 1px 2px -1px rgba(0, 0, 0, 0.1),
            0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .orbit-assign {
        left: calc(50% + 56px) !important;
        top: 21px !important;
        box-shadow:
            0px 1px 2px -1px rgba(0, 0, 0, 0.1),
            0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .orbit-progress {
        left: calc(50% - 88px) !important;
        top: 102px !important;
        box-shadow:
            0px 1px 2px -1px rgba(0, 0, 0, 0.1),
            0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .orbit-resolve {
        left: calc(50% + 23px) !important;
        top: 102px !important;
        box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }
}



/* =====================================
   BOOK DEMO MODAL
===================================== */

.demo-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    display: none;
    align-items: center;
    justify-content: center;

    padding: 24px;
}

.demo-modal-overlay.active {
    display: flex;
}

.demo-modal-box {
    position: relative;
    width: 100%;
    max-width: 552px;
    min-height: 530px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, 1);
    box-shadow: 0px 18px 40px rgba(15, 23, 42, 0.18);
    padding: 48px 40px 42px;
    text-align: center;
}

.demo-modal-close {
    position: absolute;
    right: 79px;
    top: 50px;
    border: none;
    background: transparent;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.demo-modal-box h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(34, 48, 100, 1);
    margin-bottom: 12px;
}

.demo-modal-box>p {
    max-width: 467px;
    margin: 0px auto 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(107, 114, 128, 1);
    padding: 0px 38px;
}

.demo-input-icon img {
    height: 20px;
    width: 20px;
}

.demo-modal-form {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.demo-input-wrap {
    width: 467px;
    height: 40px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.demo-input-icon {
    width: 22px;
    margin-right: 12px;
    color: #7B8494;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-input-wrap input,
.demo-input-wrap textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(107, 114, 128, 0.6);
}

.demo-input-wrap input::placeholder,
.demo-input-wrap textarea::placeholder {
    color: #9CA3AF;
}

.demo-textarea-wrap {
    height: 106px;
    align-items: flex-start;
    padding-top: 16px;
}

.demo-textarea-wrap textarea {
    height: 78px;
    resize: none;
    line-height: 1.5;
}


.demo-submit-btn {
    width: 215px;
    height: 53px;
    margin-top: 18px;
    border-radius: 30px;
    font-size: 16px;
}

.demo-submit-btn {
    width: 230px;
    height: 58px;
    margin: 28px auto 0;
    border: none;
    border-radius: 28px;
    background: #BB2135;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.demo-submit-btn span {
    font-size: 32px;
    line-height: 1;
}

/* Prevent background scroll when modal open */
body.modal-open {
    overflow: hidden;
}

/* MOBILE MODAL */
@media (max-width: 767px) {

    .demo-modal-overlay {
        padding: 0 28px;
        align-items: center;
    }

    .demo-modal-box {
        max-width: 100%;
        min-height: auto;
        border-radius: 18px;
        padding: 58px 26px 34px;
    }

    .demo-modal-close {
        right: 30px;
        top: 28px;
        font-size: 24px;
    }

    .demo-modal-box h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .demo-modal-box>p {
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 30px;
    }

    .demo-input-wrap {
        height: 40px !important;
        border-radius: 13px;
        /* padding: 0 16px; */
        width: 274px;
    }

    .demo-input-wrap {
        height: 54px;
        border-radius: 13px;
        padding: 0 8px;
    }


}

.demo-modal-box>p {
    padding: 0px 0px;
}


.demo-modal-form {
    gap: 18px;
}

.demo-input-wrap {
    height: 40px;
    border-radius: 13px;
    padding: 0 16px;
}

.demo-textarea-wrap {
    height: 94px;
    padding-top: 16px;
}

.demo-submit-btn {
    width: 215px;
    height: 53px;
    margin-top: 18px;
    border-radius: 23px;
    font-size: 16px;
}