* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    display: block;
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 730px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.container-width {
    width: 90%;
    margin: 0 auto;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.container,
.row {
    position: relative;
    z-index: 2;
}

.Maint-hero-content {
    width: 100%;
    max-width: 795px;
}

.Maint-hero-content h1 {


    letter-spacing: .4%;
    color: #F5F6FF;
    margin-bottom: 24px;
    max-width: 760px;

}

.Maint-hero-content h1 span {
    color: #7B61FF;
}

.Maint-hero-content p {
    width: 100%;
    max-width: 730px;

    font-weight: 400;
    letter-spacing: 1.2%;
    color: #A8AED0;
}

.Maint-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    min-width: 260px;
    max-width: 100%;
    padding: 12px 26px;
    text-decoration: none;
    background: linear-gradient(90deg, #6B5BFF 0%, #B8A7FF 100%);
    border-radius: 6px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: .3s ease;
}

.Maint-hero-btn:hover {
    transform: translateY(-5px);
}

.Maint-hero-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}



@media (min-width:1600px) {

    .hero-section {
        min-height: 850px;
        padding: 140px 0;
    }

    .Maint-hero-content {
        max-width: 900px;
    }





}

@media (max-width:1400px) {

    .hero-section {
        min-height: 700px;
    }

    .Maint-hero-content {
        max-width: 720px;
    }

}

@media (max-width:1200px) {

    .hero-section {
        min-height: 650px;
        padding: 90px 0;
    }

    .Maint-hero-content h1 {
        font-size: 48px;
        line-height: 58px;
    }



}

@media (max-width:992px) {

    .hero-section {
        min-height: auto;
        padding: 80px 0;
        text-align: center;
    }

    .Maint-hero-content {
        max-width: 100%;
        margin: 0 auto;
    }

    .Maint-hero-content h1 {
        max-width: 100%;
        font-size: 42px;
        line-height: 52px;
    }



}

@media (max-width:768px) {

    .hero-section {
        padding: 70px 0;
    }

    .Maint-hero-content h1 {
        font-size: 36px;
        line-height: 46px;
    }



    .Maint-hero-btn {
        min-width: 220px;
        height: 52px;
        font-size: 15px;
    }

}

@media (max-width:576px) {

    .container-width {
        width: 92%;
    }

    .hero-section {
        padding: 60px 0;
    }

    .Maint-hero-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 18px;
    }



    .Maint-hero-btn {
        width: 100%;
        min-width: 100%;
        height: 50px;
        margin-top: 20px;
        font-size: 15px;
    }

}

@media (max-width:425px) {

    .hero-section {
        padding: 50px 0;
    }

    .Maint-hero-content h1 {
        font-size: 26px;
        line-height: 34px;
    }



    .Maint-hero-btn {
        height: 48px;
        font-size: 14px;
        padding: 10px 20px;
    }

}

@media (max-width:375px) {

    .Maint-hero-content h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .Maint-hero-content p {
        font-size: 13px;
    }

}

@media (max-width:320px) {

    .Maint-hero-content h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .Maint-hero-content p {
        font-size: 12px;
        line-height: 20px;
    }

    .Maint-hero-btn {
        font-size: 13px;
        height: 46px;
    }

}

/* ENDS HERE */


/* MAKE MONEY */
a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}


.revenue-section {
    width: 100%;
    padding: 50px 0;
    background: #F5F6FF;
}


.left-content {
    max-width: 392px;
    width: 100%;
}

.left-content h2 {
    line-height: 45px;
    color: #0B0B2E;
    font-weight: 700;
    margin-bottom: 24px;
}

.left-content h2 span {
    color: #7B61FF;
}

.left-content p {
    line-height: 26px;
    color: #474650 !important;
    margin-bottom: 34px;
    max-width: 392px;
}

.maintaudit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 35px;
    width: 300px;
    height: 60px;
    background: linear-gradient(90deg, #6B5BFF 0%, #B8A7FF 100%);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    transition: .35s;
}

.maintaudit-btn:hover {
    transform: translateY(-3px);
}

.left-content a {
    text-decoration: none;
}

.right-wrapper {
    width: 100%;
}


.image-box {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 26px;
    overflow: visible;
    margin-bottom: 18px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0px 20px 60px 0px #1826412E;
}


.floating-badge {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 118px;
    background: #05053E;
    border-radius: 18px;
    padding: 18px 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.floating-badge h3 {
    font-size: 28px;
    font-weight: 900;
    color: #B6A7FF;
    line-height: 1;
    margin-bottom: 6px;
}

.floating-badge p {
    color: #D9D9FF;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
}


.stats-wrapper {
    display: flex;
    gap: 14px;
}

.stat-card {
    flex: 1;
    background: #fff;
    border-radius: 18px;
    height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(24, 38, 65, .08);
}

.stat-card h3 {
    font-weight: 900;
    margin-bottom: 8px;
    font-size: 32px !important;
}

.danger-color {
    color: #E84545;
    font-family: Inter;
    font-weight: 900;
    font-size: 28px;
}

.purple-color {
    color: #9B8BFF;
    font-family: Inter;
    font-weight: 900;
    font-size: 28px;
}

.purples-color {
    color: #9B97E8;
    font-family: Inter;
    font-weight: 900;
    font-size: 28px;
}

.stat-card p {
    font-size: 11px;
    color: #6D7088;
    line-height: 18px;
    margin: 0;
    max-width: 203px;
}

@media (max-width:1400px) {

    .left-content {
        max-width: 100%;
    }

    .image-box {
        height: 440px;
    }

}

@media (max-width:1200px) {

    .left-content h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .left-content p {
        max-width: 100%;
    }

    .maintaudit-btn {
        width: 260px;
    }

    .image-box {
        height: 420px;
    }

}

@media (max-width:992px) {

    .revenue-section {
        padding: 70px 0;
    }

    .left-content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .left-content p {
        max-width: 100%;
        margin: auto auto 30px;
    }

    .maintaudit-btn {
        width: auto;
        min-width: 250px;
    }

    .image-box {
        height: 450px;
    }

    .floating-badge {
        top: 20px;
        right: 20px;
    }

}

@media (max-width:768px) {

    .revenue-section {
        padding: 60px 0;
    }

    .left-content h2 {
        font-size: 34px;
        line-height: 45px;
    }

    .left-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .image-box {
        height: 380px;
        border-radius: 20px;
    }

    .image-box img {
        border-radius: 20px;
    }

    .floating-badge {
        width: 105px;
        padding: 15px;
        border-radius: 15px;
    }

    .floating-badge h3 {
        font-size: 24px;
    }

    .stats-wrapper {
        gap: 12px;
    }

    .stat-card {
        padding: 18px 15px;
        height: 105px;
    }

    .stat-card h3 {
        font-size: 28px !important;
    }

}

@media (max-width:576px) {

    .revenue-section {
        padding: 50px 0;
    }

    .left-content {
        text-align: center;
    }

    .left-content h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .left-content p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .maintaudit-btn {
        width: 100%;
        height: 55px;
        padding: 0 20px;
        font-size: 15px;
    }

    .image-box {
        height: 300px;
        margin-bottom: 15px;
    }

    .floating-badge {
        width: 95px;
        padding: 12px;
        top: 15px;
        right: 15px;
        border-radius: 12px;
    }

    .floating-badge h3 {
        font-size: 20px;
    }

    .floating-badge p {
        font-size: 9px;
        line-height: 13px;
    }

    .stats-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .stat-card {
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 20px;
    }

    .stat-card h3 {
        font-size: 30px !important;
    }

    .stat-card p {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }

}

@media (max-width:400px) {

    .left-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .left-content p {
        font-size: 14px;
    }

    .maintaudit-btn {
        font-size: 14px;
        height: 52px;
    }

    .image-box {
        height: 250px;
    }

    .floating-badge {
        width: 85px;
        padding: 10px;
    }

    .floating-badge h3 {
        font-size: 18px;
    }

    .floating-badge p {
        font-size: 8px;
        line-height: 12px;
    }

    .stat-card h3 {
        font-size: 26px !important;
    }

}

/* ENDS HERE */


/* AI Powered */

.services-section {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

.containers-widths {
    width: 80%;
    margin: 0 auto;
}

.services-heading {
    width: 100%;
    margin: 0 auto;
}

.services-heading h2 {
    max-width: 1292px;
    line-height: 45px;
    color: #0B0B2E;

    text-align: left;
}

.services-heading h2 span {
    display: block;
    color: #7B61FF;
}

.services-heading p {
    max-width: 760px;
    line-height: 30px;
    color: #6B6A78;
    text-align: left;
}


.service-item {
    width: 100%;
    display: grid;
    grid-template-columns: 634px 1fr;
    gap: 24px;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #E8E8F4;
}

.last-item {
    border-bottom: none;
}


.service-image {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 16px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #9B97E8;
    color: #fff;
    padding: 12px 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}


.service-content {
    width: 100%;
    padding: 68px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.services-section .row:nth-of-type(2n + 3) .service-content {
    background: #F5F6FF;
}


.icon-box {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #DDE1F7 0%, #E0E2F8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.icon-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.service-content h3 {
    line-height: 48px;
    color: #05053E;
    margin-bottom: 22px;
}


.service-content p {
    line-height: 24px;
    color: #05053EA6;
    font-size: 13.5px;
}


.service-item {
    transition: .35s;
}

.service-item:hover {
    transform: translateY(-4px);
}

.service-item:hover .service-image img {
    transform: scale(1.04);
}

.service-image img {
    transition: .5s;
}



.service-item:hover .icon-box img {
    filter: brightness(100);
}

@media (max-width:1280px) {

    .containers-widths {
        width: 90%;
    }

    .service-item {
        grid-template-columns: minmax(500px, 55%) 1fr;
        gap: 30px;
    }

    .service-image {
        width: 100%;
        height: 380px;
    }

    .service-content {
        padding: 45px 35px;
    }

    .services-heading h2 {
        max-width: 100%;
    }

    .services-heading p {
        max-width: 700px;
    }

}

@media (max-width:1200px) {

    .containers-widths {
        width: 90%;
    }

    .service-item {
        grid-template-columns: 55% 1fr;
    }

    .service-image {
        width: 100%;
        height: 360px;
    }

    .service-content {
        padding: 40px 30px;
    }

}

@media (max-width:991px) {

    .containers-widths {
        width: 92%;
    }

    .services-section {
        padding: 60px 0;
    }

    .service-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Order Change */
    .service-content {
        order: 1;
        padding: 0;
    }

    .service-image {
        order: 2;
        width: 100%;
        height: 420px;
    }

    .services-heading h2 {
        line-height: 42px;
    }

    .service-content h3 {
        line-height: 42px;
        margin-bottom: 16px;
    }

}

@media (max-width:768px) {

    .containers-widths {
        width: 94%;
    }

    .services-section {
        padding: 50px 0;
    }

    .service-item {
        padding: 30px 0;
    }

    .service-image {
        height: 340px;
    }

    .services-heading h2 {
        line-height: 36px;
        margin-bottom: 10px;
    }

    .services-heading p {
        line-height: 28px;
    }

    .service-content h3 {
        line-height: 36px;
    }

    .service-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .image-badge {
        padding: 10px 18px;
        font-size: 13px;
    }

}

@media (max-width:576px) {

    .containers-widths {
        width: 95%;
    }

    .services-section {
        padding: 40px 0;
    }

    .service-item {
        gap: 22px;
        padding: 25px 0;
    }

    .service-image {
        height: 240px;
        border-radius: 12px;
    }

    .service-content {
        padding: 0;
    }

    .services-heading h2 {
        line-height: 32px;
    }

    .services-heading p {
        line-height: 26px;
    }

    .service-content h3 {
        line-height: 32px;
        margin-bottom: 12px;
    }

    .service-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .icon-box {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        margin-bottom: 16px;
    }

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

    .image-badge {
        top: 12px;
        left: 12px;
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 8px;
    }

}

/* ends here */



/* WHY Neglected */
.neglected-section {
    width: 100%;
    padding: 50px 0;
    background: #ffffff;
}


.section-heading {
    margin-bottom: 54px;
}

.section-heading h2 {
    max-width: 629px;
    line-height: 52px;
    color: #0B0B2E;
    margin-bottom: 14px;
}

.section-heading h2 span {
    display: block;
    color: #7B61FF;
}

.section-heading p {
    width: 629px;
    line-height: 26px;
    color: #474650;
}

.website-image {
    width: 100%;
    max-width: 634px;
    height: 440px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0px 20px 60px 0px #1826412E;
}

.website-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s;
}

.website-image:hover img {
    transform: scale(1.05);
}


.cards-wrapper {
    width: 100%;
    max-width: 634px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.risk-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #E9ECF7;
    border-left: 3px solid #FF4A4A;
    box-shadow: 0px 12px 35px rgba(24, 38, 65, .08);
    transition: .35s;
}

.risk-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 20px 55px rgba(24, 38, 65, .15);
}


.risk-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(232, 69, 69, 0.1) 0%, rgba(232, 69, 69, 0.04) 100%);
    border: 1px solid #E8454526;
    display: flex;
    align-items: center;
    justify-content: center;
}

.risk-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}



.risk-content h3 {
    line-height: 30px;
    color: #10133D;
    margin-bottom: 10px;
}

.risk-content p {
    line-height: 26px;
    color: #474650;
    margin: 0;
}


.bottom-note {
    background: linear-gradient(97.11deg, rgba(15, 188, 176, 0.08) 0%, rgba(15, 188, 176, 0.02) 100%);
    border: 1px solid #0FBCB038;
    border-radius: 16px;
    padding: 22px 24px;
}

.bottom-note p {
    margin: 0;
    line-height: 28px;
    color: #0B0B2E;
    font-weight: 500;
}

.bottom-note strong {
    color: #111336;
}


@media (min-width:1600px) {

    .website-image img {
        width: 100%;
        height: auto;
    }

    .risk-card {
        padding: 25px;
    }

}

@media (max-width:1400px) {

    .website-image {
        width: 100%;
    }

    .website-image img {
        width: 100%;
        height: auto;
    }

    .risk-card {
        padding: 22px;
    }

}

@media (max-width:1200px) {

    .section-heading h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .section-heading p {
        font-size: 17px;
        line-height: 30px;
    }

    .risk-card {
        padding: 20px;
    }

    .risk-content h3 {
        font-size: 24px;
    }

}

@media (max-width:991px) {

    .neglected-section {
        padding: 70px 0;
    }

    .section-heading {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-heading h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .section-heading p {
        max-width: 100%;
        margin: auto;
    }

    .website-image {
        margin-bottom: 35px;
    }

    .website-image img {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    .cards-wrapper {
        width: 100%;
    }

}

@media (max-width:768px) {

    .section-heading h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .section-heading p {
        font-size: 16px;
        line-height: 28px;
    }

    .risk-card {
        display: flex;
        gap: 18px;
        padding: 18px;
    }

    .risk-icon {
        flex-shrink: 0;
    }

    .risk-icon img {
        width: 55px;
        height: 55px;
    }

    .risk-content h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .risk-content p {
        font-size: 15px;
        line-height: 26px;
    }

}

@media (max-width:576px) {

    .neglected-section {
        padding: 50px 0;
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .section-heading p {
        font-size: 15px;
        line-height: 26px;
    }

    .website-image img {
        border-radius: 12px;
    }

    .website-image {
        max-height: 300px;
    }

    .risk-card {

        display: flex;
        align-items: flex-start;
        gap: 15px;

        padding: 18px 15px;

    }

    .risk-icon {

        width: 52px;
        height: 52px;

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

        flex-shrink: 0;

    }

    .risk-icon img {

        width: 42px;
        height: 42px;

    }

    .risk-content h3 {

        font-size: 20px;
        line-height: 28px;

    }

    .risk-content p {

        font-size: 14px;
        line-height: 24px;

    }

    .bottom-note {

        padding: 20px;

    }

    .bottom-note p {

        font-size: 15px;
        line-height: 26px;

    }

}

@media (max-width:425px) {

    .section-heading h2 {

        font-size: 24px;
        line-height: 32px;

    }

    .website-image {
        max-height: 250px;
    }


    .risk-card {

        gap: 12px;
        padding: 15px;

    }

    .risk-icon {

        width: 46px;
        height: 46px;

    }

    .risk-icon img {

        width: 36px;
        height: 36px;

    }

    .risk-content h3 {

        font-size: 18px;

    }

    .risk-content p {

        font-size: 13px;
        line-height: 22px;

    }

}

@media (max-width:375px) {

    .section-heading h2 {

        font-size: 22px;
        line-height: 30px;

    }

    .section-heading p {

        font-size: 14px;

    }

    .bottom-note {

        padding: 18px;

    }

    .website-image {
        max-height: 250px;
    }

}

@media (max-width:320px) {

    .section-heading h2 {

        font-size: 20px;
        line-height: 28px;

    }

    .risk-card {

        flex-direction: column;
        text-align: center;
        align-items: center;

    }

    .risk-icon {

        margin-bottom: 10px;

    }

    .risk-content h3 {

        font-size: 18px;

    }

    .risk-content p {

        font-size: 13px;
        line-height: 22px;

    }

    .website-image {
        max-height: 220px;
    }

}


/* Ends here */


/* Platform Section */
.platform-section {
    width: 100%;
    padding: 50px 0;
    background: #F5F6FF;
}



.platform-heading {
    width: 100%;
    max-width: 1292px;
    margin-bottom: 40px;
}

.platform-heading h2 {
    margin-bottom: 12px;
    color: #0B0B2E;
}

.platform-heading h2 span {
    display: block;
    color: #7B61FF;
}

.platform-heading p {
    width: 100%;
    max-width: 762px;
    color: #474650;
    line-height: 26px;
}



.platform-wrapper {
    display: grid;
    grid-template-columns: 616px 616px;
    justify-content: space-between;
    align-items: start;
    gap: 60px;
}


.platform-image {
    width: 660px;
    height: 380px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0px 20px 60px rgba(24, 38, 65, .18);
}

.platform-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .45s;
}

.platform-image:hover img {
    transform: scale(1.05);
}


.platform-content {
    width: 614px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.platform-card {
    width: 100%;
    background: #fff;
    border: 1px solid #E4E6F4;
    border-radius: 18px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: .35s;
}

.platform-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(24, 38, 65, .10);
    border-color: #7B61FF;
}


.platform-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #F5F2FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.platform-text {
    flex: 1;
}

.platform-text h5 {
    margin-bottom: 14px;
    color: #9B97E8;
    font-weight: 500;
    line-height: 25px;
}

.platform-text p {
    line-height: 26px;
    letter-spacing: 1.2%;
    color: #474650;
    margin: 0;
}


.platform-card:hover .platform-icon {
    background: #7B61FF;
}

.platform-card:hover .platform-icon img {
    filter: brightness(0) invert(1);
}

@media (max-width: 1280px) {

    .platform-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .platform-image {
        width: 100%;
        height: 360px;
    }

    .platform-content {
        width: 100%;
    }

    .platform-card {
        padding: 24px;
    }

}

@media (max-width: 1200px) {

    .platform-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .platform-image,
    .platform-content {
        width: 100%;
    }

}

@media (max-width: 991.98px) {

    .platform-section {
        padding: 60px 0;
    }

    .platform-heading {
        text-align: center;
        margin-bottom: 35px;
    }

    .platform-heading p {
        max-width: 100%;
        margin: auto;
    }

    .platform-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .platform-image {
        width: 100%;
        max-width: 700px;
        height: 400px;
        margin: auto;
    }

    .platform-content {
        width: 100%;
    }

}

@media (max-width: 767.98px) {

    .platform-section {
        padding: 50px 0;
    }

    .platform-image {
        height: 320px;
    }

    .platform-card {
        padding: 24px;
    }

    .platform-card {
        gap: 15px;
    }

}

@media (max-width: 575.98px) {

    .platform-section {
        padding: 40px 0;
    }

    .platform-heading {
        margin-bottom: 30px;
    }

    .platform-image {
        height: 260px;
        border-radius: 18px;
    }

    .platform-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 15px;
        border-radius: 16px;
    }

    .platform-icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .platform-icon img {
        width: 20px;
        height: 20px;
    }

    .platform-text h5 {
        margin-bottom: 10px;
    }

    .platform-text p {
        line-height: 24px;
    }

}

@media (max-width: 420px) {

    .platform-section {
        padding: 35px 0;
    }

    .platform-image {
        height: 220px;
    }

    .platform-card {
        padding: 18px;
    }

    .platform-heading h2 {
        line-height: 1.3;
    }

    .platform-heading p,
    .platform-text p {
        line-height: 22px;
    }

}

/* Ends here */


/* Faq  */
.faq-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #E6E2FF;
    padding: 50px 0;
    margin: 0 auo;
}


.faq-bg-text {
    position: absolute;
    top: 25px;
    left: 50px;
    font-size: 500px;
    line-height: 1;
    color: #7B61FF;
    opacity: .05;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}



.faq-heading {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.faq-heading h2 {
    width: 100%;
    max-width: 760px;
    line-height: 45px;
    color: #0B0B2E;
}

.faq-heading h2 span {
    color: #7B61FF;
}

.faq-wrapper {
    width: 100%;
}


.accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: transparent;
}

.accordion-item {
    border: none !important;
    border-radius: 14px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(24, 38, 65, .08);
}

.faq-section .accordion-button {
    font-weight: 500;
    line-height: 32px;
    color: #05053E;
    font-size: 24px;
}


.accordion-button {
    padding: 22px 26px;
    background: #fff !important;
    box-shadow: none !important;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: #be1919;
    color: #111336;
}


.accordion-button::after {
    width: 26px;
    height: 26px;
    background-image: none !important;
    border: 1px solid #D8D8F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "+";
    font-size: 18px;
    color: #e50909;
    transition: .35s;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}


.accordion-body {
    padding: 0 26px 22px;
    line-height: 26px;
    color: #5F5D68;
    font-size: 18px;
    font-weight: 500;

}



.accordion-header {
    width: 100%;
}

.accordion-button {
    width: 100%;
    min-height: 70px;
}

.accordion-item:hover {
    transform: translateY(-3px);
    transition: .35s;
    box-shadow: 0 20px 45px rgba(24, 38, 65, .12);
}

.accordion-button:hover {
    color: #7B61FF;
}


.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #F0EEFF;
}


.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-item:first-of-type {
    border-radius: 14px;
}

.accordion-item:last-of-type {
    border-radius: 14px;
}

.accordion-button::before {
    display: none;
}


@media (min-width:1600px) {

    .faq-bg-text {
        font-size: 560px;
        left: 70px;
    }

    .faq-heading h2 {
        max-width: 900px;
    }

}

@media (max-width:1400px) {

    .faq-bg-text {
        font-size: 420px;
        left: 30px;
    }

}

@media (max-width:1200px) {

    .faq-heading h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .faq-heading p {
        max-width: 100%;
    }

    .faq-section .accordion-button {
        font-size: 22px;
        line-height: 30px;
    }

}

@media (max-width:991px) {

    .faq-section {
        padding: 70px 0;
    }

    .faq-heading {
        text-align: center;
    }

    .faq-heading h2 {
        max-width: 100%;
        font-size: 38px;
        line-height: 48px;
    }

    .faq-bg-text {
        font-size: 280px;
        left: 50%;
        transform: translateX(-50%);
        top: 40px;
    }

    .accordion-button {
        padding: 20px 22px;
    }

}

@media (max-width:768px) {

    .faq-section {
        padding: 60px 0;
    }

    .faq-heading h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .faq-section .accordion-button {
        font-size: 20px;
        line-height: 28px;
    }

    .accordion-body {
        font-size: 16px;
        line-height: 28px;
    }

    .accordion-button {
        padding: 18px 20px;
    }

    .accordion-button::after {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

}

@media (max-width:576px) {

    .faq-section {
        padding: 50px 0;
    }

    .faq-heading {
        margin-bottom: 25px;
    }

    .faq-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .faq-bg-text {
        font-size: 180px;
        top: 60px;
    }

    .accordion-button {
        min-height: 65px;
        padding: 16px 18px;
    }

    .faq-section .accordion-button {
        font-size: 18px;
        line-height: 26px;
    }

    .accordion-body {
        padding: 0 18px 18px;
        font-size: 15px;
        line-height: 26px;
    }

    .accordion-button::after {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

}

@media (max-width:425px) {

    .faq-heading h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .faq-bg-text {
        font-size: 140px;
    }

    .accordion-button {
        padding: 15px;
        min-height: 60px;
    }

    .faq-section .accordion-button {
        font-size: 17px;
        line-height: 24px;
    }

    .accordion-body {
        font-size: 14px;
        line-height: 24px;
    }

    .accordion-button::after {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }

}

@media (max-width:375px) {

    .faq-heading h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .faq-bg-text {
        font-size: 120px;
    }

    .faq-section .accordion-button {
        font-size: 16px;
    }

    .accordion-body {
        font-size: 13px;
        line-height: 22px;
    }

}

@media (max-width:320px) {

    .faq-heading h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .faq-bg-text {
        display: none;
    }

    .accordion-button {
        padding: 14px;
    }

    .faq-section .accordion-button {
        font-size: 15px;
        line-height: 22px;
    }

    .accordion-body {
        padding: 0 14px 16px;
        font-size: 13px;
        line-height: 20px;
    }

    .accordion-button::after {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

}

.trusted-section {
    margin-bottom: 40px !important;
}

/* Ends here */