.aml-system-hero-section {
    background: #ffffff;
    padding: 100px 10px 0px 10px;
}


.aml-system-eyebrow {
    font-size: 25px;
    letter-spacing: 1.2px;
    font-weight: 700;
    color: #575F70;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 15px;
}

.aml-system-heading {
    font-size: 36px;
    font-weight: 700;
    color: #0A061C;
    text-align: center;
}

.aml-system-btn-group {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.aml-system-anchor {
    font-size: 16px;
    color: #0A1737;
    opacity: 60%;
    text-decoration: underline !important;
    display: block;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 4%;
}

.cta-shimmer {
    position: relative;
    overflow: hidden;
}

.cta-shimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 28%,
            rgba(255, 255, 255, 0.6) 29%,
            rgba(255, 255, 255, 0.6) 36%,
            rgba(255, 255, 255, 0) 37%,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.4) 41%,
            rgba(255, 255, 255, 0.4) 42%,
            rgba(255, 255, 255, 0) 43%);
    transform: skewX(-20deg);
    animation: shimmerEffect 2s ease-out 3s infinite;
    pointer-events: none;
    z-index: 0;
}

.cta-shimmer * {
    position: relative;
    z-index: 1;
}

@keyframes shimmerEffect {
    0% {
        left: -50%;
    }

    60% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.product_btn-group_tc {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
}

.product_btn1_tc,
.product_btn2_tc {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 245px;
    min-width: 245px;
}

.product_btn1_tc {
    background: #0E51CC;
    border: none;
    color: white;
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.2) inset !important;
}

.product_btn2_tc {
    background: #fff;
    border: 1px solid #2C4798;
    color: #2C4798;
}

.product_btn1_tc .discoveryCall_arrow-icon {
    transition: transform 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.product_btn1_tc:hover .discoveryCall_arrow-icon {
    animation: arrowFlyDisappear 0.2s ease-in-out;
}

@keyframes arrowFlyDisappear {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }

    40% {
        opacity: 0;
        transform: translate(10px, -10px);
    }

    41% {
        opacity: 0;
        transform: translate(-10px, 10px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.product_btn1_tc:hover {
    box-shadow: -4px 4px #24194A !important;
    transform: translateY(-5px);
    cursor: pointer;
    color: #fff;
}

.product_btn2_tc:hover {
    box-shadow: -4px 4px #2C4798;
    transform: translateY(-5px);
    cursor: pointer;
    color: #2C4798;
}

.product_btn3_tc {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-underline-offset: 5px;
    text-decoration-thickness: 5px;
    color: #2C4798 !important;
}

div#product_btn3_tc {
    margin-top: 20px;
}

.product_btn-group_entity {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    ;
}

@media (max-width: 767px) {
    .aml-system-img-card {
        background: #ffffff;
        border-radius: 6px 0 6px;
    }

    .aml-system-heading {
        font-size: 30px;
    }

    p.aml-system-eyebrow {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 8px;
        text-align: center;
    }

    h1.aml-system-heading {
        font-size: 28px;
        text-align: center;
        margin-bottom: 8%;
    }

    .product_btn-group_entity {
        display: grid;
        padding: 0px;
        width: 100%;
        justify-content: normal;
    }

    a.product_btn1_tc.cta-shimmer {
        max-width: none;
    }

    a.product_btn2_tc {
        max-width: none;
    }

    p.zigram-solution-eyebrow {
        font-size: 16px;
        text-align: left;
        font-weight: 400;
        margin-bottom: 20px;
    }

    h2.zigram-solution-heading {
        font-size: 24px;
        text-align: left;
        font-weight: 600;
        margin-bottom: 15px;
    }

    section.zigram-solution-section {
        padding: 32px 16px 60px 16px;
    }

    .zigram-solution-carousel .item {
        padding: 0px !important;
    }

    h2.zigram-stats-title {
        font-size: 24px;
        text-align: left;
        font-weight: 600;
    }

    p.zigram-stats-subtitle {
        text-align: left;
    }

    p.zigram-stat-text {
        font-size: 20px;
        font-weight: 600;
    }

    p.aml-video-eyebrow {
        font-size: 14px;
        text-align: left;
        font-weight: 700;
        color: #3366FF;
        margin-bottom: 10px;
    }

    h2.aml-video-title {
        font-size: 24px;
        font-weight: 600;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    p.aml-video-subtitle {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin: 0px;
    }

    section.aml-video-section {
        padding: 60px 16px;
    }

    .aml-video-header {
        margin: 0px 0px 20px 0px !important;
    }
}

/* Tablet Only */
@media (min-width: 768px) and (max-width: 1024px) {
    .aml-system-heading {
        padding: 0 100px;
    }
}

@media (min-width: 100px) and (max-width: 399.98px) {
    .product_btn-group_entity {
        display: grid;
        padding: 0px;
        width: 100%;
        justify-content: normal;
    }

    .zigram-solution-heading {
        font-size: 24px;
        font-weight: 700;
        color: #0A061C;
        margin-bottom: 50px;
    }

    .zigram-solution-eyebrow {
        font-size: 12px;
        font-weight: 600;
        color: #3366ff;
        margin-bottom: 6px;
    }
}

.aml-video-section {
    position: relative;
    z-index: 3;
    background-color: #0A285F;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
    color: #ffffff;
}

/* HOVER EFFECT */
.aml-video-nav:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.05);
}

/* HEADER */
.aml-video-eyebrow {
    color: #3366FF;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700
}

.aml-video-subtitle {
    font-size: 16px;
    color: #FFFFFF;
    opacity: 60%;
    margin: 0 auto 50px;
    font-weight: 400;
}

/* SLIDER */
.aml-video-slider-wrap {
    position: relative;
}

/* Card size consistency */
.aml-video-card {
    margin: 0 auto;
}

/* Fixed Shorts ratio */
.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
    border: 1px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

/* Inner layer */
.video-inner,
.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Thumbnail image */
.youtube-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* YouTube iframe fix */
.video-wrapper iframe {
    object-fit: cover;
}

/* Play button */
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0px;
    color: #ffffff00;
    background: rgb(0 0 0 / 9%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.aml-video-nav {
    position: absolute;
    top: 40%;
    width: 35.5px;
    height: 35.5px;

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

    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;

    color: #ffffff;
    cursor: pointer;
    z-index: 5;

    /* IMPORTANT FIX */
    line-height: 1;
    padding: 0;
}

/* ICON ITSELF */
.aml-video-nav span,
.aml-video-nav i {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: translateX(-1px);
    /* optical centering */
}


.aml-video-nav.prev {
    left: -50px;
}

.aml-video-nav.next {
    right: -50px;
}

/* MOBILE */
@media (max-width: 768px) {
    .aml-video-nav {
        display: none;
    }

    .video-wrapper video {
        height: 420px;
    }
}
/* Mobile + Tablet (iPad Mini & Pro included) */
@media (max-width: 1199px) {
.aml-video-nav.prev {
    display: none;
}
.aml-video-nav.next {
    display: none;
}
    .aml-video-header {
        max-width: 760px;
        margin: 0 auto 20px;
    }

    .aml-video-carousel .owl-dots {
        text-align: center;
        margin-top: 18px;
    }

    .aml-video-carousel .owl-dot {
        background: none;
        border: none;
        padding: 0;
    }

    .aml-video-carousel .owl-dot span {
        width: 33px;
        height: 4px;
        background: #E1E5E9;
        border-radius: 1px;
        margin-left: 4px;
        display: block;
        transition: all 0.3s ease;
    }

    .aml-video-carousel .owl-dot.active span {
        width: 28px;
        background: #3366FF;
    }

}
@media (max-width: 768px) {
    .aml-video-header {
        max-width: 760px;
        margin: 0 auto 20px;
    }   
}
.zigram-solution-section {
    padding: 40px 0px 80px 0px;
    background: #ffffff;
    text-align: center;
}

.zigram-solution-eyebrow {
    font-size: 16px;
    font-weight: 400;
    color: #575F70;
    margin-bottom: 40px;
}

.zigram-solution-heading {
    font-size: 32px;
    font-weight: 600;
    color: #0D152D;
    margin-bottom: 10px;
    line-height: 140%;
}

.afasa-report-btn {
    display: inline-block;
    /* IMPORTANT for <a> */
    background-color: #0E204E;
    color: #ffffff !important;
    /* ensure anchor text stays white */
    border: 1px solid #0E204E;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 22px;
    border-radius: 6px;
    text-decoration: none;
    /* remove underline */
    transition: background 0.3s ease, color 0.3s ease;
}

.afasa-report-btn:hover,
.afasa-report-btn:focus {
    background-color: #0B1A3F;
    color: #ffffff !important;
    text-decoration: none;
}

.afasa-report-section {
    padding: 60px 0;
}

/* LEFT */
.afasa-report-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0D152D;
    margin-bottom: 10px;
}

.afasa-report-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #575F70;
    margin-bottom: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* IMAGE SIZE CONTROL */
.afasa-report-image img {
    max-width: 300px;
}

.afasa-report-content {
    background: #EDF4FB;
    padding: 40px;
    border-radius: 20px;
}

@media (max-width: 767px) {

    .afasa-report-content {
        background: #f5f9fd;
        padding: 24px 16px;
        border-radius: 12px;
    }

    .afasa-report-image img {
        margin: 0 auto;
        display: block;
        width: 260px;
    }

    .afasa-report-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .afasa-report-desc {
        font-size: 14px;
        line-height: 1.6;
        -webkit-box-orient: horizontal;
    }
}

.video-wrapper:hover .play-icon-img {
    animation: pulsePlay 1.2s ease infinite;
}

@keyframes pulsePlay {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.08);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* Wrapper */
.video-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Play icon default state */
.play-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 64px;
    height: 64px;
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 2;
}

/* Dark overlay */
.video-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

/* 🎯 HOVER EFFECT */
.video-wrapper:hover::after {
    opacity: 1;
}

.video-wrapper:hover .play-icon-img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.video-wrapper {
    position: relative;
}

/* Hide thumb + play only when video plays */
.video-playing .youtube-thumb,
.video-playing .play-icon-img,
.video-playing::after {
    opacity: 0;
    pointer-events: none;
}

/* Smooth return */
.youtube-thumb,
.play-icon-img {
    transition: opacity 0.3s ease;
}

/* =========================
    CARD
    ========================= */
.zigram-solution-card {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #E1E5E9;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}




/* =========================
    IMAGE / GRADIENT AREA
    ========================= */
.zigram-solution-media {
    background: linear-gradient(135deg, #f3e9ff, #e3ecff);
}

.zigram-solution-media.blue {
    background: linear-gradient(135deg, #e6f0ff, #dbe7ff);
}

/* =========================
    CONTENT
    ========================= */
.zigram-solution-content {
    padding: 22px;
    height: 240px;
    text-align: left;
    position: relative;
    transition: transform 0.35s ease;
}

/* =========================
    TAG
    ========================= */
.zigram-solution-tag {
    display: inline-block;
    font-size: 14px;
    background: #E9EBF7;
    color: #273D72;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 22px;
    margin-bottom: 20px;
}

/* =========================
    TITLE
    ========================= */
.zigram-solution-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.zigram-solution-title img {
    width: 38px;
    height: 38px;
}

.zigram-solution-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #273D72;
}

/* =========================
    DESCRIPTION
    ========================= */
.zigram-solution-desc {
    font-size: 16px;
    color: #575F70;
    line-height: 1.5;
    font-weight: 400;
}

/* =========================
    LEARN MORE BUTTON
    ========================= */
.learn-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-bottom: 2px solid #0A061C;
    padding-bottom: 3px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #000000ff;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;

}

/* Show on hover */
.zigram-solution-card:hover .learn-more-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.learn-more-btn:hover {
    color: #000000ff;
}

/* =========================
    NAV BUTTONS
    ========================= */
.zigram-solution-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.zigram-solution-content {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zigram-solution-card:hover .zigram-solution-content {
    transform: translateY(-6px);
}

.zigram-prev,
.zigram-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4066da;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* MOBILE DOTS STYLE */
/* SLIDER DOTS — SHORT BAR STYLE */
@media (max-width: 1024px) {

    .zigram-solution-carousel .owl-dots {
        text-align: center;
        margin-top: 18px;
    }

    .zigram-solution-carousel .owl-dot {
        background: none;
        border: none;
        padding: 0;
    }

    .zigram-solution-carousel .owl-dot span {
        width: 33px;
        height: 4px;
        background: #E1E5E9;
        border-radius: 1px;
        margin-left: 4px;
        display: block;
        transition: all 0.3s ease;
    }

    .zigram-solution-carousel .owl-dot.active span {
        width: 28px;
        background: #3366FF;
    }
}

/* SECTION SPACING */
.aml-system-hero-image-section {
    padding: 40px 0;
}

/* CENTER ALIGN */
.aml-system-hero-image {
    display: flex;
    justify-content: center;
}

/* MAIN CARD WIDTH */
.aml-system-img-card {
    width: 100%;
}

/* EXACT RATIO WRAPPER */
.aml-system-vimeo-wrapper {
    width: 100%;
    aspect-ratio: 1115 / 493;
    /* MATCHES YOUR IMAGE */
    background: #ffffff;
    overflow: hidden;
}

/* MOBILE FIX */
@media (max-width: 768px) {



    .aml-system-vimeo-wrapper {
        aspect-ratio: 16 / 9;
    }
}

video.aml-system-hero-video {
    width: 100%;
    height: auto;
    display: block;
}


/* Header */
.aml-video-header {
    max-width: 760px;
    margin: 0 auto 50px;
}

.aml-video-title {
    color: #fff;
    font-size: 36px;
    font-weight: 600ssssss;
    margin: 8px 0;
}



.zigram-benefits-section {
    background: #0A1737;
    padding: 100px 40px 100px 40px;
    color: #ffffff;
}

/* LEFT */
.zigram-benefits-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

.zigram-benefits-desc {
    font-size: 16px;
    color: #FFFFFF;
    max-width: 280px;
    font-weight: 400;
    opacity: 60%;
}

/* ROW ITEM */
.zigram-benefit-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.zigram-benefit-row img {
    width: 40px;
    flex-shrink: 0;
    margin-top: 10px;
    height: auto;
}


.zigram-benefit-row p {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 40%;
    line-height: 1.6;
    margin: 0;
}

/* MOBILE */
@media (max-width: 767px) {
    .zigram-benefit-row {
        gap: 12px;
    }
}

.aml-system-vimeo-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.aml-system-hero-video {
    width: 100%;
    height: auto;
    display: block;
}
.play-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 55px;
    z-index: 2;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

/* Hover effect like YouTube */
.video-wrapper:hover .play-icon-img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.9;
}

.zigram-benefits-section {
    background: linear-gradient(180deg, #071a3a, #040f28);
}



/* BENEFIT ROW */
.zigram-benefit-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* NUMBER BOX */
.zigram-num-box {
    width: 25px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zigram-num-box img {
    width: 100%;
    height: auto;
}

/* TEXT */
.zigram-benefit-row h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 500;
}

/* MOBILE */
@media(max-width:768px) {
    .zigram-stats-section {
        padding: 60px 0px 60px 0px !important;
        background: #ffffff;
    }

    .zigram-benefits-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .zigram-benefits-section {
        padding: 60px 0;
    }

}

.zigram-benefits-section .row {
    align-items: flex-start;
}

.zigram-stats-section {
    padding: 90px 0px 42px 0px;
}

.zigram-stats-wrapper {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 32% 68%;
    gap: 60px;
    align-items: flex-start;
}

/* Laptop */
@media (max-width: 1200px) {
    .zigram-stats-wrapper {
        grid-template-columns: 38% 62%;
        gap: 40px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .zigram-stats-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .zigram-stats-wrapper {
        padding: 0 16px;
    }
}


/* LEFT TEXT */

.zigram-stats-left h2 {
    width: 300px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000;
}

.zigram-stats-left p {
    font-size: 16px;
    line-height: 28px;
    color: #575F70;
    max-width: 420px;
    font-weight: 400;
}

/* GRID */

.zigram-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 50px;
}

/* ITEM */

/* FORCE SAME ALIGNMENT FOR ALL ITEMS */

.zigram-stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 170px;
}

/* ICON TO COUNTER GAP SAME */

.zigram-icon-box {
    margin-bottom: 16px;
    background-color: #F7FAFF;
    border-radius: 5px;
    padding: 15px;
}

.zigram-icon-box img {
    width: 30px;
    height: auto;
}

/* COUNTER WRAPPER FIX */

.zigram-counter {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    margin-bottom: 8px;
}

/* NUMBER SIZE */

span.counter {
    color: #1164FF;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

/* PLUS ALIGNMENT */

.zigram-counter .plus {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    color: #1164FF;
    top: -4px;
}

/* LABEL POSITION FIX */

.zigram-label {
    font-size: 16px;
    color: #0D152D;
    font-weight: 400;
    line-height: 22px;
    margin-top: 2px;
}


/* RESPONSIVE */

@media (max-width: 1024px) {
    .zigram-stats-wrapper {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 576px) {
    .aml-system-hero-image-section {
        padding: 28px 10px;
    }

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

    .zigram-stats-left h2 {
        font-size: 30px;
    }

    .zigram-stat-item {
        align-items: center;
    }
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}

.stats-section {
    padding: 80px 0;
}

/* Header Styles */
.section-title {
    font-weight: 600;
    color: #0D152D;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #575F70;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* Stat Card Styles */
.stat-card {
    text-align: center;
}
.icon-box img{
 background-color: #F7FAFF;
padding: 10px;
border-radius: 5px;
}
.icon-box {
   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.icon-box img {
    max-width: 60px;
    height: auto;
}

.stat-number {
    color: #1164FF;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 5px;
}

.stat-label {
    color: #0D152D;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }
}

.aml-system-img-card {
    width: 100%;
    border: 17px solid #D8E8FF;
    border-radius: 10px;
}

.stats-grid-gap {
    display: grid !important;
    /* This creates 4 equal columns with exactly 60px between them */
    grid-template-columns: repeat(4, 1fr);
    column-gap: 60px;
    align-items: baseline;
}

/* Ensure Bootstrap columns don't override the grid on desktop */
.stats-grid-gap>[class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0;
    /* Let the grid-gap handle the spacing */
}

/* Keep it responsive for mobile (2 columns) */
@media (max-width: 768px) {
    .stats-grid-gap {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    .stats-grid-gap {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
    }
}

@media (min-width:641px) and (max-width:960px) {
    .afasa-report-image img {
        max-width: 240px;
    }
}

.row.our-story {
    align-items: baseline;
}




/* MOBILE DESIGN */
@media (max-width: 768px) {

    .col-lg-4.mb-5.col-first-our-story {
        margin-bottom: 20px !important;
        text-align: center;
    }

    .stat-card {
        background: #ffffff;
        padding: 0px 15px;
        border-radius: 12px;
        text-align: center;
    }

    .icon-box {
        margin-bottom: 10px;
    }

    .icon-box img {
        width: 60px;
        height: auto;
    }

    .stat-number {
        font-size: 42px;
        font-weight: 700;
        color: #1f5cff;
        /* your blue */
        margin-bottom: 8px;
        font-variant-numeric: tabular-nums;
        min-width: 120px;
        display: inline-block;
    }

    .stat-label {
        font-size: 16px;
        color: #333;
        margin-bottom: 0;
    }

    .zigram-benefits-desc {
        margin-bottom: 40px;
    }

    .col-md-6.mb-5.zigram-benefits-box-sec {
        margin-bottom: 40px !important;
    }
.aml-system-img-card {
    border-radius: 10px;
}
}
i.fas.fa-chevron-left, i.fas.fa-chevron-right {
    color: #ffffff !important;
}
i.fas.fa-chevron-left:hover,
i.fas.fa-chevron-right:hover {
    color: #000000 !important;
}