.logo-img {
    height: 40px;
    width: 40px;
}

.logo-img-menu {
    height: 25px;
    width: 25px;
}

.nav-link {
    font-weight: 600;
}

.nav-link:hover {
    color: #4A90E2 !important;
    /* Alt blue */
}

.navbar-toggler {
    border: none !important;
    background: transparent !important;
}

.navbar-toggler:focus {
    outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-link.active {
    color: #4A90E2 !important;
}



.footer-section {
    background-color: rgb(241 245 249/var(--tw-bg-opacity));
    height: 10rem;
    padding: 2rem;
    text-align: center;
}

/* General Footer Styling */
footer {
    background-color: #f1f5f9;
    /* slate-100 */
    padding: 5rem 1.5rem;
    /* Adjust padding for spacing */
}

footer .max-w-7xl {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Navigation Links */
footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    /* Spacing between links */
}

footer nav a {
    color: #4b5563;
    /* gray-600 */
    font-size: 0.875rem;
    /* text-sm */
    line-height: 1.5rem;
    /* leading-6 */
    text-decoration: none;
    transition: color 0.3s ease;
}

footer nav a:hover {
    color: #111827;
    /* gray-900 */
}

/* Social Media Icons */
footer .social-icons {
    margin-top: 2.5rem;
    /* Spacing above icons */
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    /* Spacing between icons */
}

footer .social-icons a {
    color: #9ca3af;
    /* gray-400 */
    transition: color 0.3s ease, transform 0.3s ease;
}

footer .social-icons a:hover {
    color: #374151;
    transform: scale(1.1);
}

/* Accessibility: Screen Reader Only */
footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

footer .reserve {
    font-size: 0.8rem;
    color: #4b5563;
    margin-top: 2rem;
}

