* {
    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;
}

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

.hero-content h1 {
    width: 100%;
    max-width: 760px;
    font-size: clamp(34px, 5vw, 55px);
    line-height: 1.15;
    letter-spacing: .4%;
    color: #F5F6FF;
    margin-bottom: 24px;
}

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

.hero-content p {
    width: 100%;
    max-width: 760px;
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, 2vw, 16px);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.2%;
    color: #A8AED0;
    margin-bottom: 30px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 260px;
    max-width: 100%;
    padding: 12px 26px;
    text-decoration: none;
    background: #7B61FF;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: .3s ease;
}

.hero-btn:hover {
    background: #684bff;
    color: #fff;
}

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

/* 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{
    font-size:18px;
    line-height:33px;
    color:#474650 !important;
    margin-bottom:34px;
    max-width: 392px;
}

.audit-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 20px 35px;
    width:300px;
    height:60px;
    background:#8C78FF;
    color:#fff;
    font-weight:500;
    font-size:16px;
    border-radius:6px;
    transition:.35s;
}

.audit-btn:hover{
    color:#fff;
    background:#6F58FF;
}

.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;
}


.floating-badge{
    position:absolute;
    top:-16px;
    right:-16px;
    width:118px;
    height:78px;
    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 h4{
    font-size:24px;
    font-weight:900;
    margin-bottom:8px;
}

.danger-color{
    color:#F04C41;
    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;
}

/* ENDS HERE */


/* AI Powered */

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


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

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

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

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


.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;
    width:634px;
    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:#8F79FF;
    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%;
    min-height:364px;
    padding:68px 48px;
    display:flex;
    flex-direction:column;
    justify-content:center;

}

.icon-box{
    width:54px;
    height:54px;
    border-radius:16px;
    background:#EEF0FF;
    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:#0B0B2E;
    margin-bottom:22px;
}


.service-content p{
    line-height:31px;
    color:#6D6C78;
}


.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{
    background:#7B61FF;
}

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

.service-item:hover .image-badge{
    background:#6F56FF;
}

/* ends here */



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


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

.section-heading h2{
    line-height:45px;
    color:#111336;
    margin-bottom:14px;
}

.section-heading h2 span{
    display:block;
    color:#7260FF;
}

.section-heading p{
    width:540px;
    line-height:28px;
    color:#5F6374;
}

.website-image{
    width:100%;
    max-width:634px;
    height:440px;
    overflow:hidden;
    border-radius:28px;
    box-shadow:0px 20px 60px rgba(24,38,65,.18);
}

.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:#FFF3F3;
    display:flex;
    align-items:center;
    justify-content:center;
}

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


.risk-content{
    width:524px;
}

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

.risk-content p{
    font-size:15px;
    line-height:28px;
    color:#64677A;
    margin:0;
}


.bottom-note{
    background:#F6FFFE;
    border:1px solid #CFEFE9;
    border-radius:14px;
    padding:22px 24px;
}

.bottom-note p{
    margin:0;
    font-size:15px;
    line-height:28px;
    color:#384257;
}

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

.risk-card:hover .risk-icon{
    background:#7260FF;
}

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


/* Ends here */


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



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

.platform-heading h2{
    margin-bottom:12px;
}

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

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



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


.platform-image{
    width:616px;
    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:616px;
    display:flex;
    flex-direction:column;
    gap:16px;
}


.platform-card{
    width:100%;
    background:#fff;
    border:1px solid #7B61FF24;
    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 h3{
    margin-bottom:14px;
    color:#7B61FF;
    line-height:25px;
}

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


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

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

/* 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%;
    max-width:1292px;
    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%;
    max-width:1292px;
}


.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);
}


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

.accordion-button:not(.collapsed){
    background:#fff;
    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:#030303;
    transition:.35s;
}

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


.accordion-body{
    padding:0 26px 22px;
    line-height:26px;
    color:#666;
}



.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;
}


/* Ends here */