.navigation-menu > ul > li > a:hover {
    text-decoration: none;              /* Quitamos el subrayado por defecto */
    border-bottom: 3px solid #086ad8;   /* Subrayado grueso y color azul */
    padding-bottom: 5px;                /* Separación entre texto y línea */
    color: #086ad8;                     /* Cambia también el color del texto */
}

.navigation-menu > ul > li.has-children > a:after {
    content: "";
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.service-hero-space {
    height: 470px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .service-hero-space {
        height: 470px;
    }
}

.error-message {
    padding: 5px;
    color: red;
}
