


/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 0;
    background: linear-gradient(180deg,
            #1b2ce8 0%,
            #2536ea 28%,
            #4457ef 46%,
            #93a0f6 66%,
            #ffffff 84%);
}

.hero-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 255, 255, .10) 0%, transparent 38%),
        radial-gradient(circle at 88% 10%, rgba(255, 255, 255, .10) 0%, transparent 32%);
}

.hero-top {
    position: relative;
    z-index: 2;
}

.hero-rating .stars {
    color: #FFB400;
    font-size: .75rem;
}

.avatar-stack {
    display: flex;
    justify-content: center;
}

.avatar-sm {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #2b3cea;
    margin-left: -10px;
    object-fit: cover;
    background: #cfd4fb;
}

.avatar-stack .avatar-sm:first-child {
    margin-left: 0;
}

.rating-info span {
    display: block;
    color: rgba(255, 255, 255, .85);
    font-size: .8rem;
    font-family: var(--font-heading);
    font-weight: 500;
}

.hero-heading-wrap {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}

.hero-title {
    color: #FFFFFF;
    font-size: clamp(2.1rem, 4.6vw, 3.4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.hero-subtitle {
    color: rgba(255, 255, 255, .85);
    font-size: 1.02rem;
    max-width: 520px;
    margin: 20px auto 32px;
}

/* Floating avatar & badge pills */
.hero-float-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.hero-float-badge .fb-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, .9);
    box-shadow: 0 10px 30px rgba(20, 30, 90, 0.08);
    background: #cfd4fb;
}

.hero-float-badge .fb-pill {
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(6px);
    color: #FFFFFF;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: .8rem;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .25);
    white-space: nowrap;
}

.hero-float-badge-left {
    left: -4%;
    top: -40px;
}

.hero-float-badge-left .fb-avatar {
    order: 1;
}

.hero-float-badge-left .fb-pill {
    order: 2;
    margin-left: -10px;
}

.hero-float-badge-right {
    right: -6%;
    top: 192px;
    flex-direction: row-reverse;
}

.hero-float-badge-right .fb-avatar {
    order: 1;
}

.hero-float-badge-right .fb-pill {
    order: 2;
    margin-right: -10px;
}

.btn-hero-cta {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    color: #1E30DE;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 32px;
    border-radius: 999px;
    box-shadow: 0 20px 50px rgba(20, 30, 90, 0.14);
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
    text-decoration: none;
}

.btn-hero-cta:hover {
    color: #1E30DE;
    transform: translateY(-3px);
}

/* ===== DASHBOARD MOCKUP ===== */
.test-background {
   margin:30px;

}

/* 2. Your wrapper styling */
.hero-mockup-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px; /* The width of your glass frame */
    max-width: 1200px;
    margin: 0 auto;
}

/* 3. The Glass Effect */
.hero-mockup-wrap::before {
    content: "";
    position: absolute;
    inset: 0; /* Stretches the glass across the whole wrapper */
    background: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 28px;
    box-shadow: 0 25px 60px -15px rgba(29, 78, 216, 0.25),
                0 10px 25px -8px rgba(0, 0, 0, 0.08);
    z-index: 0;
}

/* 4. The Image */
.hero-mockup-wrap img {
    position: relative;
    z-index: 1; /* Keeps image above the glass background */
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 20px 50px -12px rgba(29, 78, 216, 0.3),
                0 8px 20px -6px rgba(0, 0, 0, 0.1);
}


.dashboard-frame {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    border: 2px solid #bcd0ff;
    border-radius: 20px;
    box-shadow: 0 0 0 6px rgba(59, 130, 246, .08), 0 20px 50px rgba(20, 30, 90, 0.14);
    padding: 14px;
    max-width: 760px;
    margin: 0 auto;
}

.dbm-window {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    background: var(--bg-light);
    min-height: 340px;
}

.dbm-sidebar {
    width: 120px;
    flex-shrink: 0;
    background: #FFFFFF;
    border-right: 1px solid #ECEDF6;
    padding: 14px 10px;
}

.dbm-new-btn {
    background: #1E30DE;
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    font-family: var(--font-heading);
    text-align: center;
    border-radius: 8px;
    padding: 8px 4px;
    margin-bottom: 14px;
}

.dbm-nav-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .62rem;
    font-weight: 600;
    color: #6B7280;
    padding: 7px 6px;
    border-radius: 8px;
    margin-bottom: 3px;
}

.dbm-nav-item i {
    width: 14px;
    text-align: center;
    font-size: .65rem;
}

.dbm-nav-item.active {
    background: rgba(30, 48, 222, .08);
    color: #1E30DE;
}

.dbm-main {
    flex: 1;
    padding: 14px 16px;
}

.dbm-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.dbm-title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: .95rem;
    color: var(--dark-heading);
}

.dbm-search {
    background: #fff;
    border: 1px solid #E7E9F5;
    border-radius: 8px;
    font-size: .6rem;
    color: #6B7280;
    padding: 5px 10px;
    width: 120px;
}

.dbm-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #cfd4fb;
}

.dbm-stats {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.dbm-stat {
    flex: 1;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 8px 10px;
}

.dbm-stat .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.dbm-stat .val {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: .78rem;
    color: var(--dark-heading);
}

.dbm-stat .lbl {
    font-size: .55rem;
    color: #6B7280;
}

.dbm-body {
    display: flex;
    gap: 10px;
}

.dbm-table {
    flex: 1.4;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 10px;
}

.dbm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .58rem;
    color: #6B7280;
    padding: 5px 2px;
    border-bottom: 1px dashed #F0F1F8;
}

.dbm-row span:first-child {
    color: var(--dark-heading);
    font-weight: 600;
}

.dbm-status {
    padding: 1px 7px;
    border-radius: 999px;
    font-size: .5rem;
    font-weight: 700;
}

.dbm-status.done {
    background: #E4F8EE;
    color: #12A150;
}

.dbm-status.progress {
    background: #FFF3DC;
    color: #C77E05;
}

.dbm-progress {
    flex: 1;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.dbm-progress .lbl {
    font-size: .55rem;
    color: #6B7280;
    margin-bottom: 2px;
}

.dbm-progress .pct {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1rem;
    color: var(--dark-heading);
}

/* Floating side cards */
.hero-float-card {
    position: absolute;
    z-index: 3;
    width: 210px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(20, 30, 90, 0.14);
    padding: 12px 14px;
}

.hero-float-card-left {
    left: -6%;
    top: 44%;
}

.hero-float-card-right {
    right: -4%;
    top: 60%;
}

.hfc-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .7rem;
    color: var(--dark-heading);
    margin-bottom: 6px;
}

.hfc-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.hfc-val {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--dark-heading);
}

.hfc-delta {
    font-size: .65rem;
    font-weight: 700;
    color: #00B894;
}

.hfc-chart {
    margin-top: 6px;
}

.hfc-legend {
    display: flex;
    justify-content: space-between;
    font-size: .6rem;
    font-weight: 700;
    margin-top: 8px;
}

.hfc-legend .a {
    color: #8B5CF6;
}

.hfc-legend .b {
    color: #FF7A45;
}

/* Responsive Hero Overrides */
@media (max-width:991.98px) {
    .hero-float-badge,
    .hero-float-card {
        display: none !important;
    }

    .hero-mockup-wrap {
        padding: 5px;
    }
}

@media (max-width:767.98px) {
    .hero-title {
        font-size: 2rem;
    }

    .dbm-sidebar {
        display: none;
    }
}

/* ===== MARQUEE LOGO CAROUSEL SECTION ===== */
.logo-marquee-section {
    background-color: #ffffff;
    overflow: hidden;
}

.divider-line {
    height: 1px;
    background-color: #e2e8f0;
}

.trusted-badge {
    background-color: #eff6ff;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #dbeafe;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollLogos 25s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.marquee-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin-right: 3rem;
}

.client-logo {
    max-width: 180px;
    height: 48px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ===== BENTO GRID FEATURES SECTION ===== */
.features-grid-section {
    background-color: #ffffff;
}

.feature-pill {
    background-color: #eff6ff !important;
    color: #2563eb !important;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 50px;
}

.btn-view-all {
    background-color: var(--primary-blue);
    border-radius: 50px;
    font-size: 0.95rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}

.btn-view-all:hover {
    background-color: var(--primary-hover);
    transform: translateY(-1px);
}

/* Feature Card (Bento Grid) */
.feature-card {
    background:
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.08) 0px,
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px,
            transparent 14px),
        linear-gradient(180deg,
            #ffffff 0%,
            #ffffff 32%,
            #eef1fd 45%,
            #c9d3f7 62%,
            #a3b1ee 80%,
            #8496e8 100%);
    border-radius: 20px !important;
    border: 1px solid rgba(32, 65, 226, 0.5) !important;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 20px 45px -12px rgba(37, 99, 235, 0.18),
        0 0 0 1px rgba(226, 232, 240, 0.5);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 28px 55px -12px rgba(37, 99, 235, 0.25),
        0 0 0 1px rgba(191, 219, 254, 0.7);
}

.feature-card-text-col {
    flex: 0 0 auto;
    width: 100%;
}

.feature-card-graphic-col {
    flex: 1 1 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .feature-card-text-col {
        width: 42%;
    }

    .feature-card-graphic-col {
        width: 58%;
    }
}

.card-title-custom {
    font-family: var(--font-main);
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b;
    margin: 0 0 8px;
}

.small-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--muted-text) !important;
    margin: 0;
}

.icon-circle {
    width: 44px;
    height: 44px;
    background-color: var(--primary-blue);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(29, 78, 216, 0.25);
    flex-shrink: 0;
}

.icon-circle i {
    display: block;
}

.card-graphic-zone {
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.graphic-img {
    max-height: 200px;
    object-fit: contain;
    width: auto;
    margin: 0 auto;
    display: block;
}

.feature-card-graphic-col .card-graphic-zone {
    min-height: 100%;
    align-items: center;
}

.btn-connect-tools {
    background-color: var(--primary-blue);
    font-size: 0.875rem;
    border-radius: 50px;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.btn-connect-tools:hover {
    background-color: var(--primary-hover);
}

.py-2-5 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

@media (max-width: 991.98px) {
    .card-graphic-zone {
        min-height: auto;
        margin-top: 1.5rem !important;
    }

    .feature-card-graphic-col .card-graphic-zone {
        min-height: auto;
    }
}

/* ===== PROCESS TIMELINE SECTION ===== */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.process-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    letter-spacing: -0.5px;
}

.process-step-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.step-badge {
    display: inline-block;
    font-size: 0.85rem;
    color: #4f46e5;
    background-color: transparent;
    border: 1px solid rgba(79, 70, 229, 0.2);
    padding: 4px 18px;
    border-radius: 30px;
    transition: all 0.25s ease;
}

.icon-circle-wrapper {
    width: 90px;
    height: 90px;
    background-color: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-circle-wrapper svg {
    width: 36px;
    height: 36px;
    color: #1e293b;
    transition: all 0.3s ease;
}

.step-label {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-top: 4px;
    max-width: 160px;
    transition: color 0.2s ease;
}

.process-steps-timeline {
    padding: 20px 0;
}

.timeline-connecting-line {
    position: absolute;
    top: 45%;
    left: 10%;
    right: 10%;
    height: 2px;
    border-top: 2px dashed #cbd5e1;
    z-index: 0;
    transform: translateY(-50%);
}

.process-step-node:hover .icon-circle-wrapper {
    background-color: var(--primary-blue);
    transform: scale(1.05);
    box-shadow: 0 10px 25px -5px rgba(29, 78, 216, 0.4);
}

.process-step-node:hover .icon-circle-wrapper svg {
    color: #ffffff;
}

.process-step-node:hover .step-badge {
    background-color: rgba(29, 78, 216, 0.05);
    border-color: rgba(29, 78, 216, 0.4);
}

.process-step-node:hover .step-label {
    color: #1e293b !important;
}

/* ===== FEATURE TABS & TABLET MOCKUP SECTION ===== */
.tablet-mockup-wrapper {
    max-width: 680px;
    background-color: #000000;
    border: 16px solid #111111;
    border-radius: 36px;
    padding: 2px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
}

@media (max-width: 575.98px) {
    .tablet-mockup-wrapper {
        border-width: 8px;
        border-radius: 20px;
    }
}

.tablet-mockup-wrapper .tab-content,
.tablet-mockup-wrapper .tab-pane {
    width: 100%;
    height: 100%;
}

.mockup-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f8fafc;
    border-radius: 16px;
}

.custom-feature-pills {
    gap: 12px;
}

.custom-feature-pills .nav-link {
    width: 100%;
    text-align: center;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #334155;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-feature-pills .nav-link:hover {
    color: #1e293b;
    border-color: #94a3b8;
    background-color: #f8fafc;
}

.custom-feature-pills .nav-link.active {
    color: #ffffff !important;
    background-color: var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
    box-shadow: 0 10px 20px -6px rgba(29, 78, 216, 0.35);
}

.tab-pane.fade {
    transition: opacity 0.25s linear;
}

/* ===== SERVICES & VIDEO SECTION ===== */
.payroll-services-wrapper {
    background-color: #ffffff;
}

.payroll-blue-bg {
    background-color: var(--brand-blue);
}

.video-split-bg {
    background: linear-gradient(to bottom, var(--brand-blue) 50%, #ffffff 50%);
}

.payroll-white-bg {
    background-color: #ffffff;
}

/* Card Container */
.payroll-feature-card {
    background-color: #ffffff;
    border: 1px solid rgba(30, 76, 237, 0.15);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.3s ease;
    z-index: 1;
}

/* Icon Box Styling */
.card-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #f0f3ff;
    color: #1e4ced;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

/* Content Elements Z-Index fix */
.payroll-feature-card .card-top,
.payroll-feature-card .card-action-link {
    position: relative;
    z-index: 3;
    transition: color 0.3s ease;
}

/* Background Animation Overlay (::before) */
.payroll-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    /* Corner triangle state */
    background: linear-gradient(225deg, #1e4ced 50%, transparent 50%);
    border-radius: 0 12px 0 0;
    z-index: 1;
    opacity: 0.85;
    /* Smooth scaling and expansion animation */
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                background 0.4s ease,
                border-radius 0.4s ease,
                opacity 0.3s ease;
}

/* Subtle corner decoration icon (::after) */
.payroll-feature-card::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 12px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0.9;
    transition: opacity 0.25s ease, transform 0.3s ease;
}

/* ================= HOVER STATES ================= */

/* Card lift and glow */
.payroll-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(30, 76, 237, 0.2);
    border-color: #1e4ced;
}

/* Expand background to cover the whole card on hover */
.payroll-feature-card:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    /* Animated Gradient Background */
    background: linear-gradient(135deg, #1e4ced 0%, #0f172a 100%);
    opacity: 1;
}

/* Hide small corner icon during full cover hover */
.payroll-feature-card:hover::after {
    opacity: 0;
    transform: scale(0.5);
}

/* Text & Icon color swaps for dark background visibility */
.payroll-feature-card:hover .card-top h3,
.payroll-feature-card:hover .card-action-link {
    color: #ffffff !important;
}

.payroll-feature-card:hover .card-top p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.payroll-feature-card:hover .card-icon-box {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: scale(1.05);
}

.card-action-link,
.view-more-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.2s ease;
}

.card-action-link:hover,
.view-more-link:hover {
    opacity: 0.75;
}

.video-preview-holder {
    aspect-ratio: 16 / 9;
    background-color: #e2e8f0;
}

.video-backdrop-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
}

.video-play-button {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.play-bg {
    transition: fill 0.2s ease;
}

.video-play-button:hover .play-bg {
    fill: #e11d48;
}

.custom-btn-blue {
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #ffffff;
}

.custom-btn-blue:hover {
    background-color: #163ecf;
    border-color: #163ecf;
    color: #ffffff;
}

.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-tight { letter-spacing: -0.025em; }

/* ===== COMPETITOR COMPARISON STAT CARDS ===== */
.max-w-custom {
    max-width: 960px;
}

.competitor-stat-card {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.competitor-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}

.stat-card-header {
    height: 90px;
    padding: 16px;
}

.competitor-logo {
    max-height: 42px;
    max-width: 140px;
    object-fit: contain;
}

.stat-percentage {
    font-size: 2.2rem;
    color: var(--primary-blue) !important;
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.35;

}

/* ===== TESTIMONIAL CAROUSEL SECTION ===== */
.custom-badge-blue {
    background-color: #f0f4ff;
    color: #3b50df;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.testimonial-text {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
}

.testimonial-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0 40px 0;
}

.testimonial-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: infinite-scroll 22s linear infinite;
}

.testimonial-track:hover {
    animation-play-state: paused;
}

.testimonial-card {
    width: 340px;
    background-color: #ffffff;
    border: 1px solid #d4ddfc;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-card:hover {
    box-shadow: 0 10px 25px rgba(29, 78, 216, 0.1) !important;
}

@media (max-width: 768px) {
    .testimonial-card {
        width: 290px;
    }
}

@keyframes infinite-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 12px));
    }
}

.avatar-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.quote-icon {
    width: 28px;
    height: 28px;
    background-color: #4f69f8 !important;
}

/* ===== FAQ ACCORDION SECTION ===== */
.badge-common {
    background-color: #e6edff;
    color: #274fe0;
    border: 1px solid #b8ccff;
    font-size: 0.85rem;
}

.text-heading {
    color: #1a1a1a;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.contact-card {
    border-radius: 16px;
}

.icon-circle-light {
    background-color: #eef2ff;
    color: #3b66f5;
    width: 48px;
    height: 48px;
}

.btn-blue {
    background-color: #2955f6;
    color: white;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
}

.btn-blue:hover {
    background-color: #1d40c6;
    color: white;
}

.faq-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 16px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.faq-accordion .accordion-button {
    border-radius: 12px !important;
    font-weight: 600;
    font-size: 0.95rem;
    color: #2d3748;
    padding: 1.25rem 1.5rem;
    background-color: #ffffff;
    position: relative;
}

.faq-accordion .accordion-button::after {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.25s ease-in-out;
    margin-left: auto;
    flex-shrink: 0;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #1a1a1a;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #596172;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ===== BOTTOM CTA BLUE SECTION ===== */
.cta-section {
    background-color: #2c54e4;
    color: white;
}

.btn-white {
    background-color: #ffffff;
    color: #2c54e4;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.btn-white:hover {
    background-color: #f1f1f1;
    color: #2c54e4;
}

/* Disambiguated CTA feature card class to avoid collision with Bento Grid .feature-card */
.cta-feature-card {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 10px 24px 10px 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.cta-feature-card:hover {
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, 0.22);
}

.feature-icon-box {
    background-color: #e6edff;
    color: #2955f6;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-circle-wrapper i {
    font-size: 32px;
    color: #1e293b;
    transition: all 0.3s ease;
}

.process-step-node:hover .icon-circle-wrapper i {
    color: #ffffff;
}


@media (max-width: 680px){

.fck-3{

  width:100% !important;   
}


}

