/* navbar */
.navbar .navbar-brand {
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 520px) {

    /* container */
    .navbar .navbar-expand-lg {
        height: 70px;
    }

    /* logo */
    /* .horizantallogo {
        width: 150px;
    } */

    .horizantallogo {
        width: 50px !important;
        height: 50px !important;
    }

    .logo-text {
        font-size: 22px !important;
    }

    /* menu toggle */
    .navbar-toggler {
        margin-right: 20px !important;
        padding: 0.22rem !important;
        border: 0.5px solid transparent !important;
    }
}

/* footer */
@media screen and (max-width: 520px) {

    /* footer - main */
    .footer-info {
        margin-top: 0rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }


    /* footer - copyrights */
    .copyright {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        margin-bottom: 0rem !important;
        height: 50px !important;
    }

    .md-cr-text {
        margin-bottom: 0rem !important;
    }

    .container-fluid .quick-links-md {
        display: none;
    }
}

/* common page header */
@media screen and (max-width: 520px) {
    .page-header {
        height: 10vh;
        min-height: 0px;
    }

    .common-header-container {
        margin-bottom: 0 !important;
    }

    .common-header-content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .common-header-title {
        font-size: 35px !important;
        font-weight: 400 !important;
        margin-bottom: 0em !important;
    }
}

/* ============================= */
/* Disable hover + neon effects on mobile */
/* ============================= */
@media screen and (max-width: 500px) {

    /* Remove zoom on hover */
    .service-card:hover {
        transform: none !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    }

    /* Remove image hover animation */
    /* .service-card:hover img {
        transform: none !important;
    } */

    /* Remove animated border */
    /* .service-card::before {
        content: none !important;
        animation: none !important;
        background: none !important;
    } */

    /* Remove glow effect */
    /* .service-card::after {
        content: none !important;
        background: none !important;
    } */

    /* Optional: disable transition for better mobile performance */
    .service-card {
        transition: none !important;
    }
}