.mv-btn-default {
    width: 120px;
}

/* Custom CSS for feature box hover effect
-----------------------------------------------------------------*/
.feature-box.fbox-effect:hover .fbox-icon i.fa-solid {
    background-color: transparent !important;
    color: #444 !important; /* Keeps the original icon color */
}

.feature-box.fbox-effect:hover .fbox-icon i.fa-solid::after {
    opacity: 0 !important; /* Completely hides the overlay layer */
}

/* Contact Buttons Styles
-----------------------------------------------------------------*/
.contact-buttons-container {
    margin-top: 20px;
    margin-bottom: 20px;
}