/* [BEGIN: /home/nxscom/knox-conn.com/assets/css/about.css] */
/**
 * Knox-Conn.com About Page Specific Styles
 */

.page-header-section {
    /* Custom styles if needed */
}

#mission .row,
#infrastructure .row {
    /* Adjust vertical alignment if needed */
}

#network .card {
    background-color: #f8f9fa; /* Light background for network cards */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#network .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

#network .card i {
    transition: color 0.3s ease;
}
/* #network .card:hover i { */
    /* Optional: Slightly change icon color on hover */
/* } */


/* Responsive adjustments */
@media (max-width: 991px) {
    #mission .row .col-lg-6 img,
    #infrastructure .row .col-lg-6 img {
        margin-bottom: 2rem;
    }
     #mission .row .col-lg-6,
    #infrastructure .row .col-lg-6 {
        text-align: center;
    }
     #mission .row .col-lg-6 a,
    #infrastructure .row .col-lg-6 a {
        /* Adjust button alignment if needed */
    }
}

/* [END: /home/nxscom/knox-conn.com/assets/css/about.css] */