:root {
    --Primary-Color-1: #161925;
    --Gray-600: #475467;
    --Blue-light: #36BFFA;
    --Neutral-80: #7E8492;
    --Neutral-100: #1D1E25;
}

* {
    font-family: "FS-Regular";
}

.header-bg {
    margin-bottom: 63.5px;
}




/* .header-bg  .base-layout-2{
    padding: 0 112px;
} */

/* .banner-black {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/banner/Background-choose-why-platform.png), url(../img/banner/Accelerate.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

} */

.why-choose-platform-banner .banner-black {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

/* background chung */
.bg-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* layer dưới */
.bg-1 {
    z-index: 1;
}

/* layer trên */
.bg-2 {
    z-index: 0;
}

/* nội dung */
.banner-black .platform-main-content {
    position: relative;
    z-index: 2;
    margin-top: 153.5px;
}


.header-bg {
    border-bottom: none;
}

.platform-hero-section {
    margin-top: 0px;
}

.platform-main-content .breadcrumb {
    justify-content: center;
}

.platform-main-content .breadcrumb a {
    color: var(--Gray-100, #F2F4F7);
}

.platform-main-content .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


.main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;

}

.main-title h1 {
    color: #F5FFFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.245%;
    /* 83.357px */
}

.subtitle {
    display: flex;
    padding: 20px 25px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    max-width: 100%;
    flex-wrap: nowrap;
}

.subtitle-icon {
    width: 28.332px;
    height: 26.917px;
}

.subtitle-icon img {
    display: block;
    width: 28px;
    height: auto;
}

.subtitle-content {
    color: var(--Gray-300, #D0D5DD);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.marquee-section {
    margin-top: 48px;
    background: rgba(224, 224, 224, 0.20);

    /* Background blur/sm */
    backdrop-filter: blur(4px);
}

.product-trusted {
    padding: 48px 112px 0 112px;
    margin-bottom: 153.5px;
}

.stats-item .stats-item-number {
    color: var(--Blue-light-400, #36BFFA);
    text-shadow: 0 12px 16px rgba(16, 24, 40, 0.08), 0 4px 6px rgba(16, 24, 40, 0.03);
    font-size: 84px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 100.8px */
    letter-spacing: -0.84px;
}

.stats-item-titile {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 21.6px */
}

.why-choose-platform-banner .stats-item .stats-item-title {
    color: var(--Gray-200, #EAECF0);
}

.why-choose-platform-banner .stats-item .stats-item-desc {
    color: var(--Gray-300, #D0D5DD);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

.core-features-section>.container-xxl {
    padding-bottom: 300px;
}


@media(max-width:768px) {
    .product-trusted {
        padding: 0px 16px;
    }

    .main-title .h1 {
        color: #FFF;
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
        /* 140% */
    }

    .core-features-section .core-feature-content {
        margin-bottom: 50px;
    }

    .main-content .stats-item .stats-item-number {
        color: var(--Blue-light-400, #36BFFA);
        text-shadow: 0 12px 16px rgba(16, 24, 40, 0.08), 0 4px 6px rgba(16, 24, 40, 0.03);
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 48px */
        letter-spacing: -0.4px;
    }
}