
.ama-business-solutions{
    background:#f7f7f7;
    padding:70px 20px;
    font-family:Arial, Helvetica, sans-serif;
    color:#222;
}

.ama-container{
    max-width:1200px;
    margin:auto;
}

.ama-title{
    text-align:center;
    margin-bottom:50px;
}

.ama-title h2{
    font-size:38px;
    margin-bottom:15px;
    font-weight:800;
}

.ama-title p{
    color:#666;
    font-size:18px;
}


/* CARD */

.ama-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.ama-card{
    background:white;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.ama-card:hover{
    transform:translateY(-8px);
}


.ama-icon{
    width:60px;
    height:60px;
    border-radius:15px;
    background:#111827;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;
}


.ama-card h3{
    font-size:24px;
    margin-bottom:15px;
}


.ama-card h4{
    font-size:17px;
    margin:15px 0 8px;
    color:#f97316;
}


.ama-card p,
.ama-card li{
    color:#555;
    line-height:1.7;
    font-size:15px;
}


.ama-card ul{
    padding-left:18px;
}



/* ROI BOX */

.ama-roi{
    margin-top:40px;
    background:#111827;
    color:white;
    padding:35px;
    border-radius:20px;
    text-align:center;
}

.ama-roi strong{
    color:#f97316;
    font-size:28px;
}


/* TECH */

.ama-tech{
    margin-top:70px;
}


.ama-feature{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}


.ama-feature-box{
    background:white;
    padding:25px;
    border-radius:16px;
    text-align:center;
}


.ama-feature-box span{
    font-size:38px;
}


.ama-feature-box h4{
    margin:15px 0 8px;
}



/* SEO */

.ama-seo{
    margin-top:70px;
    background:white;
    padding:45px;
    border-radius:20px;
    line-height:1.8;
}

.ama-seo h2{
    font-size:30px;
}


/* FAQ */

.ama-faq{
    margin-top:60px;
}

.ama-faq-item{
    background:white;
    margin-bottom:15px;
    padding:25px;
    border-radius:15px;
}


.ama-faq-item h3{
    color:#111827;
    margin-bottom:10px;
}



@media(max-width:900px){

.ama-grid,
.ama-feature{
grid-template-columns:1fr;
}

.ama-title h2{
font-size:28px;
}

}

