/*
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
*/



.parametry-maszyny {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.parametry-maszyny h2 {
  font-size: 51px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  text-align: left;
}

.parametry-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  
}

/* ===== LEWA KOLUMNA – SLIDER ===== */
.diagram-slider {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.slider-container {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: 100%;
  text-align: center;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.prev,
.next {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    border: none;
    border-radius: 100%;
    background-color: #f3b00d;
    background-image: url('https://testhungaryweb.dkonto.pl/wp-content/uploads/2025/11/arrow-swhite-cursed.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 17px;
    cursor: pointer;
}

.prev {
transform: rotate(180deg); /* Obrócenie strzałki dla .prev */
}
	
.prev { left: 10px; }
.next { right: 10px; }

/* ===== PRAWA KOLUMNA – TABELA ===== */
.parametry-tabela-container {
  flex: 0.8;
}

.czerwona-linia {
  background-color: #f3b10d;
  height: 4px;
  width: 5%;
  
}

.parametry-tabela {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.parametry-tabela td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.parametry-tabela .literka {
  font-weight: 700;
  width: 40px;
  text-align: center;
}

.parametry-tabela .opis {
  width: 50%;
  color: #333;
}

.parametry-tabela .wartosc {
  text-align: right;
  font-weight: 600;
  color: #000;
}

/* ===== RESPONSYWNOŚĆ ===== */
@media (max-width: 1024px) {
  .parametry-content {
    flex-direction: column;
    
  }

  .diagram-slider, .parametry-tabela-container {
    width: 100%;
  }

  .parametry-tabela .wartosc {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .parametry-maszyny h2 {
    font-size: 35px;
  }

  .parametry-tabela td {
    font-size: 12px;
    padding: 10px;
  }
}

.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;
  }
}

@media (max-width: 1750px) {
    .level1 {
        padding: 0px 250px 0px;
    }
}

.level1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 25px 300px 25px;
    overflow: hidden;
}

.level1 .container {
    max-width: 1284px;
    padding-right: 0px;
}

@media (max-width: 1750px) {
    .level1 .image {
        max-width: 320px;
    }
}
.level1 .image {
    position: absolute;
    bottom: -155px;
    left: 0px;
}
@media (max-width: 1160px) {
    .level1 {
        padding: 10px 0px 230px;
    }
}

@media (max-width: 1160px) {
    .level1 .image {
        max-width: 200px;
    }
}

@media (max-width: 992px) {
    .aboutt .image {
        margin: 0 auto;
    }
}

/* Podstawowy styl obrazka */
.aboutt__image {
    margin-top: 70px;
    width: 115%;
}

/* Podstawowy styl treści */
.aboutt__content {
    max-width: 529px;
    padding-right: 30px;
    padding-top: 100px;
}

.aboutt__content p {
    line-height: 1.45;
}

.aboutt__content h3 {
    margin-bottom: 40px;
    font-size: 1.77778rem;
}

/* Container - grid */
.aboutt .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-right: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Media queries */

/* Duże ekrany */
@media (max-width: 1790px) {
    .aboutt__image {
        width: 105%;
    }
}

/* Średnie ekrany */
@media (max-width: 1600px) {
    .aboutt .container {
        padding-right: 1rem;
    }
}

@media (max-width: 1300px) {
    .aboutt__content {
        padding-top: 55px;
    }
}

    .aboutt__content {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .aboutt .container {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

.aboutt .content p {
    line-height: 1.45;
}

.single_product__wrapper .border {
    background-color: #000;
    height: 1px;
    width: 100%;
    margin-top: 0;
}

.single_product__wrapper .border.border__none {
    display: none;
}