/* high-contrast.css */

/* === Általános nagy kontraszt stílusok === */

/* Alap body stílus: fekete háttér, fehér szöveg */
body.high-contrast {
    background-color: #000 !important; 
    color: #fff !important; 
}

/* Linkek és interaktív elemek kiemelése */
body.high-contrast a {
    color: #ffff00 !important; 
}

body.high-contrast a:hover {
    color: #fff !important; 
}

/* === Navbar és Header === */
body.high-contrast .navbar.bg-dark {
    background-color: #343a40 !important;
    border-bottom: 2px solid #ffff00 !important; 
}

body.high-contrast .navbar-nav .nav-link {
    color: #ffff00 !important;
    border: none !important; 
}

body.high-contrast .navbar-nav .nav-link.active {
    color: #fff !important; 
    border-bottom: 2px solid #fff !important;
}

body.high-contrast .navbar-toggler-icon {
    filter: invert(100%) !important; 
}

/* === Rólam Szekció === */
body.high-contrast .rolam-section {
    color: #fff !important; 
}

body.high-contrast .rolam-section h2 {
    color: #ffff00 !important; 
    text-shadow: none !important; 
}

body.high-contrast .rolam-section .image-square-wrapper img {
    border: 2px solid #ffff00 !important; 
    box-shadow: none !important; 
}


/* === Galéria Preview Szekció === */
body.high-contrast #galeria-preview {
    background-color: #000 !important; 
    color: #fff !important; 
}

body.high-contrast #galeria-preview h2 {
    color: #ffff00 !important; 
}

body.high-contrast .gallery-card {
    background-color: #000 !important; 
    color: #fff !important; 
    border: 2px solid #ffff00 !important;
    box-shadow: none !important; 
}

body.high-contrast .gallery-card .card-title {
    color: #ffff00 !important; 
}

body.high-contrast .gallery-card img {
    border: 1px solid #ffff00 !important; 
}


/* === Kínálat Szekció === */
body.high-contrast #kinalat {
    background-color: #000 !important; 
    color: #fff !important; 
}

body.high-contrast #kinalat h2 {
     color: #ffff00 !important; 
}

body.high-contrast #kinalat .offer-card {
    background-color: #000 !important; 
    color: #fff !important; 
    border: 2px solid #ffff00 !important;
    box-shadow: none !important; 
}

body.high-contrast #kinalat .offer-card .card-title {
    color: #ffff00 !important; 
}

body.high-contrast #kinalat .offer-card .price {
     color: #fff !important; 
}

body.high-contrast #kinalat .offer-card hr {
    border-top-color: #fff !important; 
}

body.high-contrast #kinalat .offer-card ul li {
     color: #fff !important; 
}

body.high-contrast #kinalat .offer-card ul li i {
    color: #ffff00 !important; 
}


/* === Statisztika Szekció === */
body.high-contrast #statisztika {
    background-color: #000 !important; 
    color: #fff !important; 
}

body.high-contrast #statisztika h2 {
     color: #ffff00 !important; 
}

body.high-contrast #statisztika .ratio {
     border: 2px solid #ffff00 !important; 
     box-shadow: none !important; 
}

/* Details/Summary */
body.high-contrast details summary {
    color: #ffff00 !important; 
    border-bottom: 1px dotted #ffff00 !important; 
}

body.high-contrast details p {
     color: #fff !important; 
}

/* Táblázat a Statisztika szekcióban */
body.high-contrast .table {
    border: 2px solid #ffff00 !important; 
    background-color: #000 !important; 
    color: #fff !important; 
    box-shadow: none !important; 
}

body.high-contrast .table thead th {
    background-color: #333 !important;
    color: #ffff00 !important; 
    border-color: #ffff00 !important; 
}

body.high-contrast .table tbody tr {
     border-color: #fff !important;
}

body.high-contrast .table tbody td {
     color: #fff !important; 
     border-color: #fff !important; 
     background-color: #000 !important; 
}


/* === Gombok === */
body.high-contrast .btn-primary,
body.high-contrast .btn-success {
    background-color: #000 !important; 
    color: #ffff00 !important; 
    border: 2px solid #ffff00 !important; 
    box-shadow: none !important; 
    transition: none !important; 
}

body.high-contrast .btn-primary:hover,
body.high-contrast .btn-success:hover {
    background-color: #333 !important; 
    color: #ffff00 !important; 
    border-color: #ffff00 !important; 
}

/* Kontraszt gomb speciális stílusa */
body.high-contrast #toggle-contrast {
    background-color: #000 !important; 
    color: #ffff00 !important; 
    border: 2px solid #ffff00 !important; 
    box-shadow: none !important; 
    transition: none !important; 
}

body.high-contrast #toggle-contrast:hover {
    background-color: #333 !important; 
    color: #ffff00 !important; 
    border-color: #ffff00 !important; 
}


/* === Közösségi Média Szekció === */
body.high-contrast .social-media {
    background-color: #000 !important; 
    border-top-color: #fff !important; 
}

body.high-contrast .social-media a {
    color: #ffff00 !important;
    border-color: #ffff00 !important; 
     transition: none !important; 
}

body.high-contrast .social-media a:hover {
    color: #fff !important; 
    border-color: #fff !important; 
}


/* === Footer === */
body.high-contrast footer.bg-dark {
    color: #fff !important;
    border-top: 2px solid #ffff00 !important; 
}

body.high-contrast footer a {
    color: #ffff00 !important; 
}

body.high-contrast footer a:hover {
     color: #fff !important; 
}