/*
Theme Name: Gunter
Author: Gunter
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.about_col .image img {
    margin-bottom: 20px; /* Odstęp poniżej obrazu */
}

.hero_slider1 .swiper-slide h5 {
    margin-bottom: 10px;
    font-size: 1.11111rem;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Tło wideo */
.hero_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}

/* Obrazek tła (jeśli brak wideo) */
.hero_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* Styl slajdów */
.hero_slider1 .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 120px 0 140px 0;
}

.hero_slider1 .swiper-slide .container {
  display: grid;
  grid-template-columns: 902px calc(100% - 902px);
  position: relative;
  z-index: 1;
}

.hero_slider1 .swiper-slide .content {
  max-width: 700px;
  z-index: 2;
  position: relative;
  text-align: left;
}

/* Pagination */
.hero_slider1 .swiper-pagination {
  left: calc(50% - 750px);
  transform: translateY(-50%);
  text-align: left;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.swiper-pagination-bullets span {
  width: 30px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullets-active {
  background-color: white;
}

.hero_slider1 .swiper-button-next {
  width: 73px;
  height: 73px;
  background-color: #FFF;
  border-radius: 50%;
  right: calc(50% - 770px + 310px);
  transform: translateY(-50%);
  top: 58%;
}

.hero_slider1 .swiper-button-next:after {
  content: '';
  display: block;
  background-image: url("https://gunter.pl/wp-content/uploads/2025/07/pobrane-4.webp");
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 8px;
}

/* Stylowanie tytułów slajdów */
.hero_slider1 .swiper-slide h2 {
  margin: 0;
  font-size: 4.55556rem;
  text-transform: uppercase;
  font-weight: 900;
}

.hero_slider1 .swiper-slide .cta {
  margin-top: 80px;
  font-size: 1rem;
  background-color: #ededed;
  opacity: 1;
  transition: all 0.4s;
  padding: 18px 22px;
}

/* Media Queries */

@media (max-width: 1580px) {
  .hero_slider1 .swiper-slide h2 {
    font-size: 3.88889rem;
    max-width: 500px;
  }

  .hero_slider1 .swiper-slide .container {
    grid-template-columns: 1fr 162px;
  }

  .hero_video {
    object-position: center top;
  }
}

@media (max-width: 1550px) {
  .hero_slider1 .swiper-button-next {
    top: 65%;
    right: 55px;
  }
}

@media (max-width: 590px) {
  /* *** KLUCZOWE POPRAWKI DLA TELEFONU *** */
  .hero_slider1 .swiper-slide {
    padding-top: 0;
    padding-bottom: 40px;
    min-height: 90vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero_video,
  .hero_background {
    height: 90vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .hero_slider1 .swiper-slide .container {
    grid-template-columns: 1fr 162px;
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
  }

  .hero_slider1 .swiper-slide .content {
    max-width: 100%;
    text-align: left;
    color: white;
  }

  .hero_slider1 .swiper-slide .cta {
    margin-top: 40px;
    opacity: 1;
    position: relative;
    z-index: 10;
  }

  .hero_slider1 .swiper-button-next {
    display: none;
  }

  .hero_slider1 .swiper-pagination {
    gap: 20px;
    left: 30px;
  }
}

@media (max-width: 992px) {
  .hero_slider1 .swiper-button-next {
    top: 90%;
  }
}

.title_section {
    width: 100%; /* Zapewnia pełną szerokość tła */
    background-color: #ffffff; /* Kolor tła */
    padding: 0px 0px; /* Wewnętrzne odstępy na górze i dole */
}

.title_up {
    text-align: center;
    margin-bottom: 0px;
    font-size: 32px;
    color: #333;
    font-weight: 400;
}

/* Responsywność */
@media (max-width: 1580px) {
    .title_up {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .title_up {
        font-size: 28px;  /* Dostosowanie czcionki */
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .title_up {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .title_up {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

footer .container .logo_wrapper {
	    padding: 30px 0px 0px;
}

@media ( max-width: 590px ) {
	footer .container .logo_wrapper {
	    padding: 0px 0px 0px;
}
	.header_vehicle .seria {
		width: 100px;
	}
	.header_vehicle .seria .wrapper {
width: 90px;
		height: 90px;
	}
	.header_vehicle .seria h2 {
		font-size: 30px;
}
		.header_vehicle .seria h3 {
		font-size: 15px;
}
}

header .wrapper__right .language-switcher {
	order: -1;
}
header .wrapper__right .language-switcher a,
header .wrapper__right .language-switcher li{
	font-weight: 700;
	font-size: 18px;
}

@media ( max-width: 590px ) {
	header .wrapper__right .language-switcher a,
header .wrapper__right .language-switcher li{
	
	font-size: 15px;
}
}

.parametry-produktu {
  display: flex;
  flex-wrap: wrap; /* Dla lepszej responsywności */
  gap: 20px; /* Mniejszy odstęp między elementami */
  margin-top: 40px; /* Większy odstęp od góry */
  max-width: 600px; /* Zmniejszona szerokość */
  font-size: 0.9rem; /* Trochę mniejszy tekst */
  padding: 10px; /* Dodatkowy odstęp wewnętrzny (opcjonalnie) */
}


.kolumna {
  flex: 1;
  border-top: 1px solid #ddd; /* osobna linia dla każdej kolumny */
}

.parametrp {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

.parametrp .label {
  color: #333;
  font-style: italic;
}

.parametrp .value {
  font-weight: bold;
  font-style: italic;
  color: #000;
}

/* Ustawienie kontenera bliżej lewej, z marginesem */
.parametry-produktu {
  margin-left: 0;
}
/* ✅ Widok mobilny /* ✅ MOBILE: zachowuj się jak jedna kolumna */
@media (max-width: 768px) {
  .parametry-produktu {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
  }

  .kolumna {
    width: 100%;
    border-top: none; /* 🔥 Usuwamy osobne nagłówki kolumn */
  }

  .kolumna:not(:first-child) .parametr:first-child {
    border-top: none; /* 🔥 Usunięcie podziału między kolumnami */
  }

  .parametrp {
    font-size: 13px;
    padding: 6px 0;
  }

  .kolumna .parametrp:first-child {
    font-size: 12.5px;
  }
}