
.smart-city-faq *{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Roboto,sans-serif}
.smart-city-faq{max-width:1200px;margin:30px auto;padding:20px 15px;color:#2c3e50}
.smart-city-faq .faq-title{font-size:22px;color:#165DFF;margin-bottom:25px;border-bottom:2px solid #4080FF;padding-bottom:8px;display:inline-block}
.smart-city-faq .faq-item{background:#fff;padding:20px;border-radius:10px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all 0.3s ease}
.smart-city-faq .faq-item h3{font-size:16px;color:#165DFF;font-weight:600;margin-bottom:10px}
.smart-city-faq .faq-item p{font-size:14px;color:#333;line-height:1.7}
.smart-city-faq .whatsapp-link{color:#165DFF;font-weight:600;text-decoration:none;}
.smart-city-faq .email-link{color:#165DFF;font-weight:600;text-decoration:none;}
/* Hover Effect */
.smart-city-faq .faq-item:hover{
    transform: translateY(-3px);
    box-shadow:0 5px 15px rgba(0,0,0,0.12);
    border-left:4px solid #165DFF;
}
.smart-city-faq .faq-item:hover h3{
    color:#0E42D2;
}
@media(max-width:768px){
.smart-city-faq .faq-title{font-size:19px}
.smart-city-faq .faq-item{padding:16px}
}
