a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #FF5F00;
  outline-offset: 2px;
}
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); /* vagy clip-path: inset(50%) */
  white-space: nowrap;
}

.image-container {
    max-width: 100%; /* Maximális szélesség 100% */
    overflow: hidden; /* Elrejti a túlnyúló részt */
}

.responsive-image {
    width: 100%; /* Kép szélessége 100% */
    height: auto; /* Magasság automatikusan beállítva, hogy megőrizzük az arányt */
    display: block; /* Kép megjelenítése blokk szinten */
}
.specification-icon svg{
	margin:0 auto;
}
.collection-item {
    width: 280px;
    display: flex;
	background-color:#555;
    background-image: url(images/sixtplus_carpic_sample_grey_background_500x862px.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    color: #fff;
}
/*language selector*/
.language-selector {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
#languageList li {
    list-style-image: none; /* Eltávolítja a pipát */
    margin: 0 10px; /* Igazítsd a margókat, ha szükséges */
}
.selected-lang {
	cursor: pointer;
	padding: 30px 20px 10px 20px;
	border-radius: 5px;
}

.lang-icon {
	vertical-align: middle;
	margin-right: 10px;
}

.lang-menu {
	display: none;
	position: absolute;
	background-color: black;
	border: 1px solid #888;
	border-radius: 5px;
	list-style-type: none;
	padding: 10px;
	margin-top: 5px;
	width: 120px;
}

.lang-menu li {
	cursor: pointer;
	padding: 10px;
}

.lang-menu li:hover {
	background-color: transparent;
}

.lang-menu.show {
	display: block;
}
.selected-lang[role="button"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 30px 20px 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  border: none;
  vertical-align: middle;
}

.language-selector-con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.language-selector {
  position: relative;
  display: inline-block;
}

/* Gombként működő nyelvválasztó elemek */
.lang-btn {
  background: none;
  border: none;
  padding: 6px 10px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Ne legyen szürke háttér vagy extra keret fókusznál */
.selected-lang:focus,
.lang-btn:focus {
  outline: 2px solid #FF5F00; /* Vagy valamilyen jól látható fókuszkeret */
  outline-offset: 2px;
  background: transparent;
}

/* Menü lista */
.lang-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* Slider teljes szélességben */
.slider-2 {
    width: 100%;
    max-height: 640px;
    background-color: #fff; /* Lehet átlátszó, hogy ne látszódjon a fehér háttér */
    position: relative;
    opacity: 0; /* Kezdő opacity */
    transition: opacity 0.5s ease; /* Lassan tűnik fel */
}
    /* Slide-okat körülölelő maszk */

    /* A slideok teljes szélessége és magassága */
.single-slide {
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}
.slider-2.slick-initialized {
    opacity: 1; /* Amikor a slider betöltődött, 1-re állítjuk az opacity-t */
}
	.single-slide {
		background-color: rgba(255, 255, 255, 0.8); /* Vagy egyéb szín */
		transition: background-image 0.5s ease; /* Az áttűnés lassítása */
	}

/* Nyilak formázása */
.single-arrow-holder {
    color: #ff5f00;
    border: 2px solid #ff5f00;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    display: flex;
}

.single-slider-left-arrow {
	left: 20px;
}

.single-slider-right-arrow {
	right: 20px;
}
/* A navigációs pöttyök megfelelő igazítása */
.slick-dots {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

.slick-dots li button::before {
	font-size: 12px;
	color: #fff;
}

.slick-dots li.slick-active button::before {
	color: #FF5F00; /* Aktív pötty színe */
}
.slick-dotted.slick-slider {
	margin-bottom:0;
}
.single-specifications-cont {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
	padding: 20px;
}

/*.specification-item {
	margin: 0 20px;
	color: white;
}*/

.specification-description {
	font-size: 12px;
	line-height: 16px;
	display: inline;
}
.specification-description.static {
	color: #a4a4a4;
	margin-right: 5px;
	display: inline;
}
/* A sorrend választó tároló jobb felső sarokban */
.order-form-container {
    display: flex;
    justify-content: flex-end; /* Jobb oldalra helyezés */
    align-items: center; /* Soron belüli elemek igazítása */
    margin-bottom: 20px; /* Alsó margó az elválasztáshoz */
}

/* Label és select egymás mellett */
#order-form {
    display: flex; /* Flexbox használata a label és select egy sorba helyezéséhez */
    align-items: center; /* Középre igazítja a label és select vertikálisan */
    margin-right: 15px;
}

#order-form label {
    margin-right: 10px; /* Hely a label és a select között */
    font-size: 14px; /* Kisebb betűméret */
    font-weight: bold; /* Félkövér stílus */
}

/* Select mező stílusai */
#order-by {
    padding: 3px 5px; /* Beljebb húzás a szöveg körül */
    font-size: 14px; /* Betűméret */
    color: #333; /* Szöveg színe */
    cursor: pointer; /* Kéz kurzor a hover állapothoz */
	border:#ccc 1px solid;
}
#order-by option{
    padding: 3px 5px; /* Beljebb húzás a szöveg körül */
}
/* Select mező opció hover állapota */
#order-by option:hover {
    color: #ff5f00; /* Szöveg színe hover állapotban */
}
#order-by option:checked {
    background-color: #fff;
    color: #ff5f00;
}
.advantage-item-txt {
    text-align: left; /* Szöveg balra igazítása */
}
.flexslider {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.flexslider .slides img {
  width: 100%;
  height: auto;
  display: block;
}
.flex-control-nav {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.flex-direction-nav a.flex-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: '\f104' !important;
    font-weight: 900 !important;
    font-size: 40px !important;
    color: #fff !important;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 40px !important;
    color: #fff !important;
}
#map {
	height: 400px;
	width: 100%;
	display: none;
}
#info {
	margin-top: 10px;
}

.route-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.route-form input {
  flex: 1 1 250px;
  background-color: black;
  border: none;
  border-bottom: 2px solid white;
  padding: 10px 15px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  outline: none;
  transition: border-color 0.3s;
}

.route-form input::placeholder {
  color: #ff5f00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.route-form input:focus {
  border-bottom-color: #ff5f00;
}

.route-btn {
  padding: 10px 20px;
  background-color: #ff5f00;
  color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.route-btn:hover {
  background-color: #e65400;
}
.route-info {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: white;
  flex-wrap: wrap;
}

.route-info span {
  white-space: nowrap;
}

.route-link-btn {
  background: none;
  border: none;
  color: #ff5f00;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.route-link-btn .link-text {
  text-decoration: underline;
}

.route-link-btn .arrow {
  font-size: 14px;
  text-decoration: none;
}

.contact-tab {
  position: fixed;
  top: 40%;
  right: 0;
  background-color: #ff5f00;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 9999;
  transition: background-color 0.3s, transform 0.2s;
  margin-right:0px;
}

.contact-tab:hover {
  background-color: #e65500;
  /*transform: translateX(-5px);*/
  width: 60px; 
  text-decoration:none;
}
.formContactPage {
  background-color: white;
  padding: 10px 40px;
  border-radius: 0; /* nincs lekerekítés, ha teljes széles */
  width: 100%;
  margin: 0;
}

.form-heading {
  color: #ff5f00;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 4px;
  transition: border-color 0.3s;
}

.contact-form textarea {
  width: 100%;
  resize: vertical;
  margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ff5f00;
  outline: none;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.form-checkbox input[type="checkbox"] {
  margin-top: 3px; /* optikai igazítás */
}

.contact-form a {
  color: #ff5f00;
  text-decoration: underline;
}

.submit-btn {
  background-color: #ff5f00;
  color: #000;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #e65500;
}
.main-section-contact {
    justify-content: center;
    padding: 20px 50px;
    display: flex;
}
.contact-con{
	width:100%;
	max-width:1400px;
	color:#000;
}
.divContactPage {
    padding: 10px 40px;
    width: 100%;
    margin: 0;
}
.dynamic-item.hidden-faq {
  display: none;
}
.show-more-toggle {
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
}
.show-more-toggle svg {
  transition: transform 0.3s ease;
}
.margo_150{
	padding:0 150px;
}
/* ✨ Ajánlati űrlap stílus */
#route-form-container {
  text-align:left;
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 600px;
  margin: 2rem auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  font-family: 'SIXT Regular', Roboto, sans-serif;
}

#route-form-container h3 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color:#000;
}

.formContactPage {
  text-align:left;
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 1200px;
  margin: 2rem auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  font-family: 'SIXT Regular', Roboto, sans-serif;
}

.formContactPage h3 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color:#000;
}

#routeForm label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top:10px;
  color: #000;
}

#routeForm input,
#routeForm select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: 'SIXT Regular', Roboto, sans-serif;
  background-color: #f9f9f9;
  color: #000;
}

#routeForm button[type="submit"] {
  margin-top: 1.5rem;
  background-color: #ff5f00;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#routeForm button[type="submit"]:hover {
  background-color: #e35000;
}
.content-box{
	background-color:#ff5f00;
	color:#000;
}
.car-showcase-slider {
  position: relative;
  height: 640px;
  overflow: hidden;
}
.background-overlay {
  background-image: url(../images/SIXT-backplate_universal_RGB_1600x640px.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.slide-text-container {
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: 2;
  color: #fff;
  max-width: 60%;
  transition: opacity 0.4s ease;
  text-align: left;
}
.slide-text-content h2 {
  font-family: 'SIXT Regular', Roboto, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
}
.slide-text-content p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.custom-swiper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.custom-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0;
  height: 100%;
  position: relative;
}
.custom-swiper .swiper-slide img {
  position: absolute;
  bottom: 100px;
  right: 50px;
  width: 792px;
  height: 249px;
  object-fit: contain;
  z-index: 1;
  transition: transform 0.8s ease;
}

/* Navigációs nyilak jobb alul */
.custom-prev,
.custom-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background-color: #777 !important; /* alap: sötétszürke */
  color: #000 !important; /* nyíl színe: fekete */
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  pointer-events: auto;
  font-size: 16px;
}
.custom-prev.swiper-button-disabled,
.custom-next.swiper-button-disabled {
  background-color: #777; /* nem aktív: sötétszürke */
  pointer-events: none;
  opacity: 0.5 !important;
}
.custom-prev:not(.swiper-button-disabled),
.custom-next:not(.swiper-button-disabled) {
  background-color: #ff5f00 !important; /* aktív: narancssárga */
}
.custom-prev::after,
.custom-next::after {
  font-size: 16px !important;
  transform: rotate(180deg); /* Visszafordítjuk a nyilat jobbra */
}

.nav-buttons {
  position: absolute;
  right: 90px;
  bottom: 1.5rem;
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}

.custom-pagination {
  direction: ltr !important; /* Vissza az eredeti irányra */
  position: absolute;
  left: 1rem; /* kisebb margó */
  bottom: 1.5rem;
  display: flex;
  gap: 0.3rem; /* kisebb távolság */
  z-index: 2;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  left:50px !important;
}
.custom-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.4;
  background-color: #999;
}

.custom-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: orange;
  opacity: 1;
}
.rtl-swiper {
  direction: rtl;
}

.rtl-swiper .swiper-slide {
  direction: ltr; /* a slide tartalma marad normál irányú */
}
.slide-icons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.icon-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 10px;
  background-color: #f0f0f0; /* világosszürke */
  border-radius: 50vmax;
  font-size: 16px;
  color: #000;
}

.icon-chip svg {
  fill: #000;
  width: 24px;
  height: 24px;
}
.bg-antracit{
	background-color:#262627;
}
.main-section.privat {
	padding-top: 0;
	padding-bottom: 0;
}
.main-section.privat .contact-cont{
	width:100%;
}
.inside-sect {
	background-color: #000000;
	flex-direction: column;
	flex: 1;
	justify-content: left;
	align-items: start;
	height: 100%;
	padding: 80px 10px 60px 10px;
	display: flex;
}
.email_label{
  font-family: 'SIXT Condensed Black', Roboto Condensed, sans-serif;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.3);
  animation: fadeIn 0.3s ease-in-out;
}
.modal-content h2 {
  margin-top: 10px;
  color: #333;
  font-size:32px;
  line-height:36px;
}
.modal-content p {
  color: #555;
  margin-top: 10px;
}
.modal-content button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #007f3f;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.modal-icon {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
}
.modal-icon.success {
  background-color: #4CAF50;
  color: white;
}
.modal-icon.error {
  background-color: #f44336;
  color: white;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.selected-lang:focus,
.lang-btn:focus {
  outline: none; /* Alapból nincs fókuszkeret */
}

/* Csak billentyűzetes fókusz esetén jelenik meg */
.user-is-tabbing .selected-lang:focus,
.user-is-tabbing .lang-btn:focus {
  outline: 2px solid #FF5F00;
  outline-offset: 2px;
}
a:focus,
button:focus {
  outline: none;
}
.user-is-tabbing a:focus,
.user-is-tabbing button:focus {
  outline: 2px solid #FF5F00;
  outline-offset: 2px;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}
/* Mobil nézet */
@media (max-width: 991px) {
    /* Nyilak formázása */
    .single-arrow-holder {
        width: 40px; /* Kisebb méret */
        height: 40px; /* Kisebb méret */
    }

    .single-slider-left-arrow {
        left: 10px;
        position: absolute; /* Pozicionálás */
        top: 50%; /* Középre helyezés */
        transform: translateY(-40%); /* Függőleges középre igazítás */
    }

    .single-slider-right-arrow {
        right: 10px;
        position: absolute; /* Pozicionálás */
        top: 50%; /* Középre helyezés */
        transform: translateY(-40%); /* Függőleges középre igazítás */
    }

    /* A navigációs pöttyök megfelelő igazítása */
    .slick-dots {
        position: absolute;
        bottom: 20px; /* Lejjebb helyezés */
    }

    .slick-dots li button::before {
        font-size: 8px; /* Kisebb méret */
    }
    .image-2 {
      max-height: 40px; /* Mobilon kisebb logó */
    }
	.margo_150{
		padding:0 10px;
	}
	.main-section-contact {
		justify-content: center;
		padding: 10px 40px;
		display: flex;
	}
	.divContactPage {
		padding: 0px;
		width: 100%;
		margin: 0;
	}
	.formContactPage {
	  padding: 10px;
	}
	.custom-swiper .swiper-slide img {
	  right: 0px;
	}
	.footer-item-con{
		padding-right:0px;
	}
	.heading-1 {
		font-size: 50px;
		line-height: 56px;
	}
	h1, h2 {
		font-size: 50px;
		line-height: 56px;
	}
	.custom-swiper .swiper-slide img {
		max-width:500px;
		bottom:50px;
	}
	.inside-sect {
		background-color: #000000;
		height: 100%;
		padding: 40px 40px;
		display: flex;
	}
}
@media screen and (max-width: 479px) {
    .margo_150 {
        padding: 0 0px;
    }
	.slide-text-content h2 {
		font-size:34px;
		line-height:38px;
	}
	.custom-swiper .swiper-slide img {
		bottom:50px;
		width:100%;
	}
	.stairs-con {
		display: block;
	}
	.section-heading-why {
		text-align: center;
	}
	.heading-1 {
		font-size: 38px;
		line-height: 44px;
	}
	h1, h2 {
		font-size: 38px;
		line-height: 44px;
	}
	.custom-swiper .swiper-slide img {
		max-width:500px;
		bottom:50px;
	}
}
/*noui-slider*/
.noui-slider {
	height: 4px;
}

.noUi-target {
	background: #33191919;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	margin: 0 auto;
	width: 90%;
}

.noUi-connect {
	background: #FF5F00;
}

.noUi-handle {
	height: 24px !important;
	width: 24px !important;
	top: -9px !important;
	right: -12px !important;
	border-radius: 100%;
	box-shadow: none;
}

.noUi-handle:after, .noUi-handle:before {
	display: none;
}

.noUi-marker-large, .noUi-marker-sub {
	background: transparent;
}

.noUi-value-sub {
	color: inherit;
	font-size: unset;
}

.noUi-tooltip {
    font-family: 'SIXT Condensed Black', Roboto Condensed, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	background: transparent;
	border: 0;
}

.noUi-pips {
    font-family: 'SIXT Regular', Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}

.landing-hero-img {
	object-fit: cover;
	object-position: center;
}

.landing-large-image img {
	object-fit: cover;
}

.car-image-holder {
	background-size: cover; 
}

.input-field-error {
	border-bottom-color: red !important; 
}
.iti {
  --iti-path-flags-1x: url('../images/flags.png');
  --iti-path-flags-2x: url('../images/flags.png');
}
.iti__country {
    font-family: 'SIXT Regular', Roboto, sans-serif;
}
.iti__selected-dial-code {
    font-family: 'SIXT Regular', Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
}
li { 
list-style-image: url(../images/check_box_symbol.svg); 
margin: 0 10px 0 0;
} 

.tax-block span {
	color: #ff5f00;
  font-weight: 700;
}

input[type="radio"] {
    accent-color: #000000;
}
.specification-block .block-head{
	font-size:21px;
	margin-right: 5px;
}