@media (max-width: 768px) {
    .header-top {
      display: none;
    }
}


.feature-area.fta-2 .feature-item:hover {
    transform: scale(1.02);  /* Smaller scale effect */
    box-shadow: 6px 12px 12px hsl(0deg 0% 0% / 0.49); 
}

.process-item:hover {
    transform: scale(1.02);  /* Slight scale effect */
    box-shadow: 6px 12px 12px hsl(0deg 0% 0% / 0.49);
}

.bb i{
    font-size: 30px;
    color: white;
}

/*.content {*/
/*    padding: 3px !important;*/
/*    text-align: center !important;*/
/*}*/

