/* =====================
MOBILE PREMIUM
===================== */


@media(max-width:768px){



body{

font-size:16px;

}




.hero-content{

text-align:center;

}



.hero-content h1{

font-size:38px;

}



.technology{


display:flex;

flex-wrap:wrap;

justify-content:center;

gap:10px;


}



.technology span{


padding:10px 18px;

background:white;

border-radius:30px;

font-size:13px;


}




.floating-contact{


right:15px;

bottom:15px;


}



.phone-float,
.whatsapp-float{


width:55px;

height:55px;


}




.review-card,
.digital-grid div,
.service-grid article{


padding:25px;


}




footer{


text-align:center;


}



}