/* Accessibility Skip Links */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    z-index: 1100;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 0;
    color: #fff;
    text-decoration: none;
}

/* Screen Reader Only Content */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sr-only-focusable:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

/* Focus indicators for better accessibility */
.btn:focus,
.nav-link:focus,
a:focus {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px rgba(0, 95, 204, 0.2);
}

/* High contrast focus for carousel controls */
.owl-carousel .owl-nav button:focus {
    outline: 3px solid #fff !important;
    outline-offset: 2px !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/* Mobile navigation button focus */
.header-btn-collapse-nav:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
