body {
    font-family: 'Open Sans', sans-serif;
    background: #091030;
    margin: 0;
    padding: 0;
}

nav {
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

#mobile-menu a:hover {
    background-color: #e3f2fd;
}

/* Niestandardowy kolor tła nawigacji z wzorkiem */
.bg-custom-navy {
    background: #091030;
    background-image: linear-gradient(45deg, #091030 0%, #1c2a5e 100%),
                      url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.2)" /><circle cx="18" cy="18" r="1" fill="rgba(255,255,255,0.2)" /><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.2)" /></svg>');
    background-size: cover, 20px 20px;
}

/* Stylizacja kart i przycisków */
.rounded-lg {
    border-radius: 12px;
}

.shadow-xl {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.shadow-lg {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Efekt hover dla przycisków */
button, a.bg-gradient-to-r, .contact-button {
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    background: #0a1a4f;
    z-index: 10;
}

button:hover, a.bg-gradient-to-r:hover, .contact-button:hover {
    background: #0c2070;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Stylizacja przycisku "Panel kierowcy" w nawigacji */
nav a[href="login.php"] {
    background: #0a1a4f;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

nav a[href="login.php"]:hover {
    background: #0c2070;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Animacja fade-in dla sekcji */
.animate-fade-in {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Aktywne linki w navbarze */
.nav-link.active {
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
}

/* Ogólny styl dla wszystkich nagłówków h2 */
h2 {
    text-align: center;
    color: #ffffff !important;
    background: #091030 !important;
    padding: 1.5rem 2rem;
    line-height: 1;
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
}

h2:hover {
    background: #091030 !important;
    color: #ffffff !important;
    padding: 1.5rem 2rem !important;
    line-height: 1 !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    scale: 1 !important;
}

/* Stylizacja sekcji cennika */
#pricing {
    position: relative;
    background-image: url('tlocennik.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    scroll-margin-top: 80px;
    padding: 2rem 0;
}

/* Nakładka na tło dla sekcji cennika */
#pricing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 16, 48, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1;
}

/* Div z treścią (tekst) */
.pricing-content {
    position: relative;
    z-index: 2;
    background: rgba(9, 16, 48, 0.7);
    padding: 20px;
    border-radius: 12px;
    margin-left: 0;
    width: 100%;
    max-width: 1200px;
}

/* Stylizacja kart cennika */
.pricing-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
    min-height: 19rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem 0;
}

/* Stylizacja checkboxów */
#pricing input[type="checkbox"] {
    accent-color: #2563eb;
}

/* Stylizacja etykiety "Popularne" */
#pricing .absolute {
    background-color: #091030;
    color: #ffffff;
    font-weight: 600;
}

/* Specyficzne style dla sekcji "Cennik rozliczeń" */
#pricing h2 {
    background: none !important;
    color: #ffffff !important;
    padding: 1.5rem 2rem;
    line-height: 1;
}

#pricing h2:hover {
    background: none !important;
    color: #ffffff !important;
    padding: 1.5rem 2rem;
    line-height: 1;
}

/* Stylizacja sekcji "Dlaczego my?" */
#why-partner {
    position: relative;
    background-image: url('tlocennik.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 2rem 0;
}

/* Nakładka na tło dla sekcji "Dlaczego my?" */
#why-partner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(5px);
    z-index: 1;
}

/* Zawartość sekcji "Dlaczego my?" musi być powyżej nakładki */
#why-partner .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Zmiana koloru tekstu i ikon */
#why-partner h2 {
    color: #ffffff;
    background: #091030;
    padding: 1.5rem 2rem;
    line-height: 1;
}

#why-partner h2:hover {
    background: #091030;
    color: #ffffff;
}

#why-partner h3 {
    color: #ffffff;
}

#why-partner p {
    color: #e2e8f0;
}

#why-partner i {
    color: #2563eb;
}

#why-partner .bg-gray-800 {
    background: #0a1a4f;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.3s ease;
    margin: 1rem 0;
}

#why-partner .bg-gray-800:hover {
    transform: scale(1.05);
}

/* Stylizacja slajdera */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 380px;
    box-sizing: border-box;
    padding: 0 0.5rem;
    height: 420px;
    overflow: hidden;
}

/* Strzałki nawigacyjne */
.prev, .next {
    cursor: pointer;
    background: #0a1a4f;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 1.5rem;
}

.prev:hover, .next:hover {
    background: #0c2070;
}

/* Pozycjonowanie strzałek */
.prev {
    left: 10px; /* Przesunięte bliżej krawędzi slajdera */
}

.next {
    right: 10px; /* Przesunięte bliżej krawędzi slajdera */
}
@media (min-width: 769px) {
    #pricing .pricing-content {
        margin-bottom: 2rem; /* Dodaje przerwę pod boxem tekstowym */
    }

    #other-services .pricing-content {
        margin-bottom: 2rem; /* Dodaje przerwę pod boxem tekstowym */
    }

    #pricing .pricing-card,
    #other-services .pricing-card {
        margin-top: 2rem; /* Opcjonalnie: dodatkowy margines górny dla boxów z ofertą */
    }
}
/* Responsywność dla urządzeń mobilnych */
@media (max-width: 768px) {
    /* Sekcja cennika */
    #pricing {
        background-attachment: scroll;
        min-height: auto;
        padding: 1rem 0;
    }

    .pricing-content {
        margin-left: 0;
        padding: 15px;
    }

    .pricing-card {
        margin: 0.5rem 0;
    }

    /* Sekcja "Dlaczego my?" */
    #why-partner {
        background-attachment: scroll;
        min-height: auto;
        padding: 1rem 0;
    }

    #why-partner .container {
        padding: 0 15px;
    }

    #why-partner .bg-gray-800 {
        margin: 0.5rem 0;
    }

    /* Strzałki nawigacyjne dla slajdera */
    .prev, .next {
        width: 32px; /* Mniejszy rozmiar na mobilnych */
        height: 32px;
        font-size: 1.2rem;
    }

    .prev {
        left: 5px; /* Jeszcze bliżej krawędzi na mniejszych ekranach */
    }

    .next {
        right: 5px; /* Jeszcze bliżej krawędzi na mniejszych ekranach */
    }
}

@media (max-width: 640px) {
    /* Sekcja cennika */
    #pricing {
        padding: 0.5rem 0;
    }

    .pricing-content {
        padding: 10px;
    }

    .pricing-card {
        min-height: auto;
    }

    /* Sekcja "Dlaczego my?" */
    #why-partner {
        padding: 0.5rem 0;
    }

    #why-partner .bg-gray-800 {
        min-height: auto;
    }

    /* Slajder */
    .slide {
        flex: 0 0 360px;
        height: 420px;
    }

    #vehicles .bg-gray-800 {
        width: 340px;
    }

    .slider-img {
        width: 280px;
        height: 180px;
    }

    /* Strzałki nawigacyjne dla slajdera */
    .prev, .next {
        width: 28px; /* Jeszcze mniejszy rozmiar dla małych ekranów */
        height: 28px;
        font-size: 1rem;
    }

    .prev {
        left: 3px;
    }

    .next {
        right: 3px;
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    .slide {
        flex: 0 0 370px;
        height: 420px;
    }

    #vehicles .bg-gray-800 {
        width: 350px;
    }

    .slider-img {
        width: 290px;
        height: 190px;
    }
}

/* Stylizacja sekcji "Inne usługi Semel" */
#other-services {
    position: relative;
    background-image: url('tlocennik.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Nakładka na tło dla sekcji "Inne usługi Semel" */
#other-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(5px);
    z-index: 1;
}

/* Stylizacja boxów w sekcji "Inne usługi Semel" */
#other-services .pricing-card {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efekt hover dla boxów */
#other-services .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

/* Stylizacja lewej części (tekstowej) */
#other-services .pricing-content {
    background: rgba(9, 16, 48, 1);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Stylizacja ikonek w sekcji "Inne usługi Semel" */
#other-services .pricing-card i {
    color: #2563eb;
}

/* Ujednolicenie koloru przycisków w sekcji "Inne usługi Semel" */
#other-services .pricing-card a {
    background: #0a1a4f;
    z-index: 10;
}

#other-services .pricing-card a:hover {
    background: #0c2070;
}

/* Specyficzne style dla sekcji "Inne usługi Semel" */
#other-services h2 {
    background: none !important;
    color: #ffffff !important;
    padding: 1.5rem 2rem;
    line-height: 1;
}

#other-services h2:hover {
    background: none !important;
    color: #ffffff !important;
    padding: 1.5rem 2rem;
    line-height: 1;
}

/* Stylizacja podstron pojazdów */
.vehicle-details img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.vehicle-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.vehicle-details ul li {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    color: #1a202c;
}

/* Stylizacja kart pojazdów w sekcji */
#vehicles .bg-gray-800 p {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

/* Stylizacja boxów w slajderze */
#vehicles .bg-gray-800 {
    background: #0a1a4f;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    height: 420px;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center !important;
    align-items: center !important;
}

#vehicles .bg-gray-800:hover {
    transform: scale(1.05);
    background-color: #0a1a4f !important;
}

/* Obraz w slajdzie */
.slider-img {
    width: 300px;
    height: 200px;
    border-radius: 8px;
    margin: 0 auto 1rem !important;
    display: block !important;
    float: none !important;
    position: static !important;
    transform: none !important;
    object-fit: cover;
}

/* Tytuł pojazdu */
#vehicles .bg-gray-800 h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: white;
    flex-grow: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Informacje o pojeździe (skrzynia, paliwo) */
.vehicle-info {
    color: #d1d5db;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    flex-grow: 0;
}

/* Opis pojazdu */
#vehicles .bg-gray-800 p {
    color: #d1d5db;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    min-height: 40px;
    overflow: hidden;
}

section {
    scroll-margin-top: 100px;
}

.right-edge {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 1rem;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Style dla flag językowych */
.language-switch {
    font-size: 1.5rem;
    transition: opacity 0.3s ease;
}

.language-switch:hover {
    opacity: 0.8;
}

/* Stylizacja sekcji powitalnej */
.home-section {
    position: relative;
    background-image: url('tlotop.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

/* Nakładka na tło z efektem mgły */
.home-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 16, 48, 0.7);
    backdrop-filter: blur(5px);
    z-index: 1;
}

/* Div z treścią (tekst i formularz) */
.home-content {
    position: relative;
    z-index: 2;
    background: rgba(9, 16, 48, 0.7);
    padding: 20px;
    border-radius: 12px;
}

/* Kontener dla obrazu samochodu */
.car-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

/* Obraz samochodu */
.car-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(320px);
    z-index: 2;
}

/* Dopasowanie układu formularza */
.home-content form input[type="text"],
.home-content form input[type="tel"] {
    width: 100%;
    max-width: 400px;
}

/* Stylizacja checkboxa i etykiety */
.home-content form .mb-4.flex.items-start {
    align-items: center;
}

.home-content form label {
    line-height: 1.5;
}

/* Stylizacja przycisku "Wyślij" w sekcji powitalnej */
.home-content form button {
    width: 100%;
    max-width: 200px;
    background: #0a1a4f;
}

.home-content form button:hover {
    background: #0c2070;
}

/* Stylizacja przycisku szybkiego dzwonienia */
.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    background: #0a1a4f;
    color: white;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
    padding: 12px 24px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-button i {
    margin-right: 8px;
}

/* Stylizacja kontenera dla treści poniżej sekcji powitalnej */
.main-content {
    position: relative;
    background: #091030;
}

/* Stylizacja sekcji "Nasza oferta" */
#offer {
    background: #091030;
}

#offer .bg-gray-800 {
    background: #0a1a4f;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.3s ease;
}

#offer .bg-gray-800 h3 {
    color: #ffffff;
}

#offer .bg-gray-800 p {
    color: #e2e8f0;
}

#offer .bg-gray-800:hover {
    transform: scale(1.05);
}

#offer i {
    color: #2563eb;
}

/* Stylizacja sekcji "Warunki pracy i zasady" */
#terms {
    position: relative;
    background-image: url('tlocennik.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Nakładka na tło dla sekcji "Warunki pracy i zasady" */
#terms::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(5px);
    z-index: 1;
}

/* Zawartość sekcji "Warunki pracy i zasady" musi być powyżej nakładki */
#terms .container {
    position: relative;
    z-index: 2;
}

/* Stylizacja boxów w sekcji "Warunki pracy i zasady" */
#terms .pricing-card {
    background: #0a1a4f;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efekt hover dla boxów */
#terms .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

/* Dostosowanie kolorów tekstu w boxach */
#terms .pricing-card h3 {
    color: #ffffff;
}

#terms .pricing-card p {
    color: #e2e8f0;
}

#terms .pricing-card i {
    color: #2563eb;
}

/* Poszerzenie tła pod napisem "Warunki pracy i zasady" */
#terms h2 {
    padding: 1.5rem 2rem;
}

/* Stylizacja sekcji "Wymagane dokumenty" */
#required-documents {
    position: relative;
    background-image: url('tlocennik.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Nakładka na tło dla sekcji "Wymagane dokumenty" */
#required-documents::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(5px);
    z-index: 1;
}

/* Zawartość sekcji "Wymagane dokumenty" musi być powyżej nakładki */
#required-documents .container {
    position: relative;
    z-index: 2;
}

/* Stylizacja boxów w sekcji "Wymagane dokumenty" */
#required-documents .pricing-card {
    background: #0a1a4f;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efekt hover dla boxów */
#required-documents .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

/* Dostosowanie kolorów tekstu w boxach */
#required-documents .pricing-card h3 {
    color: #ffffff;
}

#required-documents .pricing-card p {
    color: #e2e8f0;
}

#required-documents .pricing-card i {
    color: #2563eb;
}

/* Poszerzenie tła pod napisem "Wymagane dokumenty" */
#required-documents h2 {
    padding: 1.5rem 2rem;
}

/* Stylizacja sekcji "Zasady współpracy" */
#cooperation-rules {
    position: relative;
    background-image: url('tlocennik.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Nakładka na tło dla sekcji "Zasady współpracy" */
#cooperation-rules::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(5px);
    z-index: 1;
}

/* Zawartość sekcji "Zasady współpracy" musi być powyżej nakładki */
#cooperation-rules .container {
    position: relative;
    z-index: 2;
}

/* Stylizacja boxów w sekcji "Zasady współpracy" */
#cooperation-rules .pricing-card {
    background: #0a1a4f;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efekt hover dla boxów */
#cooperation-rules .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

/* Dostosowanie kolorów tekstu w boxach */
#cooperation-rules .pricing-card h3 {
    color: #ffffff;
}

#cooperation-rules .pricing-card p {
    color: #e2e8f0;
}

#cooperation-rules .pricing-card i {
    color: #2563eb;
}

/* Poszerzenie tła pod napisem "Zasady współpracy" */
#cooperation-rules h2 {
    padding: 1.5rem 2rem;
}

/* Stylizacja sekcji "Kontakt" */
#contact {
    position: relative;
    z-index: 10;
    background: #091030;
}

/* Zawartość sekcji "Kontakt" */
#contact .container {
    position: relative;
    z-index: 11;
}

/* Stylizacja formularza w sekcji "Kontakt" */
#contact form {
    z-index: 12;
}

/* Stylizacja przycisków w sekcji "Kontakt" */
#contact form button {
    background: #0a1a4f;
    z-index: 13;
}

#contact form button:hover {
    background: #0c2070;
}

/* Stylizacja elementów w sekcji "Kontakt" */
#contact h2 {
    color: #ffffff;
    display: inline-block;
    padding: 1.5rem 2rem;
    line-height: 1;
}

/* Stylizacja ikonki telefonu w nagłówku "Kontakt" */
#contact h2 i {
    font-size: 1.5rem;
    vertical-align: middle;
}

#contact p {
    color: #e2e8f0;
}

#contact form input[type="text"],
#contact form input[type="tel"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #4b5563;
    border-radius: 8px;
    background: #2d3748;
    color: #e2e8f0;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

#contact form input[type="text"]:focus,
#contact form input[type="tel"]:focus {
    border-color: #2563eb;
    outline: none;
}

/* Stylizacja sekcji "Pojazdy" */
#vehicles {
    background: #091030 !important;
    background-image: none !important;
}

#vehicles h2 {
    background: #091030 !important;
    color: #ffffff !important;
    padding: 1.5rem 2rem;
    line-height: 1;
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

#vehicles h2:hover {
    background: #091030 !important;
    color: #ffffff !important;
    padding: 1.5rem 2rem !important;
    line-height: 1 !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    scale: 1 !important;
}

/* Klasa no-hover dla dodatkowego zabezpieczenia */
.no-hover:hover {
    background: inherit !important;
    color: inherit !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* Stylizacja menu mobilnego */
#mobile-menu {
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

#mobile-menu:not(.hidden) {
    transform: translateX(0);
}

/* Stylizacja przycisku hamburgera */
.hamburger-button {
    background: linear-gradient(45deg, #0a1a4f, #1c2a5e);
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.hamburger-button:hover {
    background: linear-gradient(45deg, #0c2070, #2a3a8a);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.hamburger-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.5);
}

/* Poprawa efektu hover dla linków w menu mobilnym */
#mobile-menu a:hover {
    background-color: #0c2070;
}

footer {
    background: #091030;
}