.cm2_banner_heading {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #1e1e1f;
    margin: 0 0 15px;
}

.cm2_banner_heading span {
    color: #4f3ff0;
}

.cm2_banner_description {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #5b6475;
    margin: 0;
    max-width: 460px;
}

.cm2_platform_wrapper {
    display: flex;
}

.cm2_platform_item {
    width: 33.333%;
    text-align: center;
    padding: 0 28px;
    position: relative;
}

.cm2_platform_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 15px);
    background: #e8e8e8;
}

.cm2_platform_icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 12px;
}

.cm2_platform_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.cm2_platform_title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b223b;
}

.cm2_platform_text {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: #5f6678;
}

.cm2_platform_item:first-child {
    padding-left: 0;
}

.cm2_platform_item:last-child {
    padding-right: 0;
}

.cm2_platform_wrapper {
    margin: 25px 0;
}

.cm2_store_button_group {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.cm2_store_button {
    display: flex;
    align-items: center;
    background: #000;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 175px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cm2_store_button:hover {
    background: #111;
    border-color: #555;
}

.cm2_store_icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    flex-shrink: 0;
}

.cm2_store_icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.cm2_store_content span {
    display: block;
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.cm2_store_content h5 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.cm2_store_button_group {
    margin-top: 30px;
}
.sy_banneR_img{
    display: flex;
}
.inner_sy_banner {
    padding: 0px;
    background: #ffffff;
    /* border-radius: 32px;
    box-shadow:
        0 8px 20px rgba(15, 23, 42, 0.04),
        0 20px 50px rgba(15, 23, 42, 0.06),
        0 35px 80px rgba(15, 23, 42, 0.05);
    position: relative;
    overflow: hidden; */
}

.inner_sy_banner .cus_row {
    position: relative;
    z-index: 2;
}
.cus_row {
    display: flex;
    margin: 0px -12px;
    align-items: center;
    flex-wrap: wrap;
}
.cus_row > div {
    padding: 0 12px;
}
.col_leftt {
    width: 45%;
}
.col_rightt {
    width: 55%;
}

.sy_banneR_img img {
    width: 90%;
    margin: 0 auto;
    margin-right: 0;
}

.cm2_trust_info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    background: #f1f3ff;
    border-radius: 50px;
    gap: 18px;
    margin: auto;
    margin-top: 20px;
    width: max-content;
    position: relative;
    z-index: 3;
}

.cm2_trust_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cm2_trust_item i {
    font-size: 14px;
    color: #2a17ff;
}

.cm2_trust_item span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #020204;
    white-space: nowrap;
}

.cm2_trust_divider {
    width: 1px;
    height: 18px;
    background: #d8d8d8;
}

.cm2_corner_blur {
    position: absolute;
    width: 452px;
    height: 385px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(228, 238, 255, 0.45) 0%,
        rgba(146, 71, 255, 0.28) 35%,
        rgba(59, 130, 246, 0.12) 65%,
        rgba(59, 130, 246, 0) 100%
    );
    filter: blur(59px);
    pointer-events: none;
    z-index: 1;
    top: -94px;
    right: -131px;
}

.inner_sy_banner::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    left: -16px;
    bottom: -29px;
    background-image: radial-gradient(#2a17ff21 1.8px, transparent 1.8px);
    background-size: 16px 16px;
    opacity: 1;
    z-index: 1;
}

/*==========================
Responsive CSS
===========================*/

@media (max-width: 1440px) {


    .cm2_banner_heading {
        font-size: 28px;
    }

    .cm2_store_button {
        min-width: 165px;
    }
    .col_leftt {
        width: 50%;
    }
    .col_rightt {
        width: 50%;
    }
}

@media (max-width: 1199px) {

    .cm2_banner_heading {
        font-size: 26px;
    }

    .cm2_banner_description {
        font-size: 14px;
        max-width: 100%;
    }

    .cm2_platform_item {
        padding: 0 15px;
    }

    .col_leftt {
        width: 52%;
    }
    .col_rightt {
        width: 48%;
    }
    .cm2_platform_text {
        font-size: 11px;
    }

    .cm2_store_button_group {
        margin-top: 22px;
    }

    .cm2_store_button_group {
        gap: 12px;
    }

    .cm2_store_button {
        min-width: 160px;
        padding: 9px 12px;
    }

    .cm2_store_content h5 {
        font-size: 15px;
    }

    .cm2_corner_blur {
        width: 320px;
        height: 320px;
        top: -80px;
        right: -90px;
    }
}

@media (max-width: 991px) {
    .col_rightt {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }
    .col_leftt {
        order: 2;
        width: 100%;
    }



    .sy_banneR_img img {
        width: 80%;
        margin: auto;
    }

    .cm2_banner_heading {
        text-align: center;
        font-size: 30px;
    }
    .cm2_banner_description {
        text-align: center;
        margin: auto;
        max-width: 350px;
    }

    .cm2_platform_wrapper {
        margin: 30px 0;
    }

    .cm2_store_button_group {
        justify-content: center;
    }

    .cm2_trust_info {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {


    .cm2_banner_heading {
        font-size: 26px;
        text-align: center;
    }

    .cm2_banner_description {
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    .cm2_platform_wrapper {
        margin: 25px 0;
    }

    .cm2_platform_item {
        padding: 0 15px;
    }

    .sy_banneR_img img {
        width: 100%;
    }
    .cm2_trust_info {
        margin-top: 20px;
    }
    .cm2_trust_info {
        border-radius: 18px;
        padding: 16px;
        flex-wrap: wrap;
        gap: 12px;
    }

    .cm2_corner_blur {
        width: 220px;
        height: 220px;
        top: -70px;
        right: -80px;
        filter: blur(45px);
    }

    .inner_sy_banner::before {
        width: 100px;
        height: 100px;
        left: -15px;
        bottom: -15px;
        background-size: 14px 14px;
    }
}

@media (max-width: 575px) {
    .common-bl-titlesec-sm {
        font-size: 12px;
    }


    .cm2_banner_heading {
        font-size: 22px;
        letter-spacing: 0;
    }

    .cm2_banner_description {
        font-size: 13px;
    }

    .cm2_platform_icon {
        width: 28px;
        height: 28px;
    }

    .cm2_platform_title {
        font-size: 15px;
    }

    .cm2_platform_text {
        font-size: 12px;
    }

    .cm2_store_content h5 {
        font-size: 15px;
    }

    .cm2_trust_item span {
        font-size: 11px;
    }

    .cm2_corner_blur {
        width: 180px;
        height: 180px;
        filter: blur(35px);
    }

    .inner_sy_banner::before {
        display: none;
    }
}

@media (max-width: 440px) {
    .cm2_platform_title {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .cm2_platform_text {
        font-size: 10px;
    }
    .cm2_platform_icon {
        width: 20px;
        height: 20px;
        margin: 0 auto 8px;
    }
    .cm2_banner_heading {
        margin: 0 0 12px;
    }
}

@media (max-width: 390px) {
    .cm2_platform_item {
        width: 100%;
    }
    .cm2_platform_item {
        padding: 10px 0 !important;
    }
    .cm2_platform_wrapper {
        flex-wrap: wrap;
        max-width: 160px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .cm2_store_button_group {
        margin-top: 10px;
    }
    .cm2_platform_item:not(:last-child)::after {
        display: none;
    }
    .cm2_store_content h5 {
        font-size: 12px;
    }
    .cm2_store_icon {
        width: 17px;
        height: 17px;
        margin-right: 8px;
        flex-shrink: 0;
    }
    .cm2_store_button {
        min-width: 130px;
        padding: 9px 8px;
    }
    .cm2_store_button_group {
        flex-wrap: nowrap;
    }
    .cm2_trust_info {
        display: none;
    }
}
@media (max-width: 360px) {
    .cm2_store_content span {
        font-size: 8px;
    }
}
