@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//vilagneked.hu/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(58,58,58);
	--wd-text-font-size: 15px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(214,130,92);
	--wd-alternative-color: rgb(214,130,92);
	--btn-default-bgcolor: rgb(214,130,92);
	--btn-default-bgcolor-hover: rgb(192,106,66);
	--btn-accented-bgcolor: rgb(214,130,92);
	--btn-accented-bgcolor-hover: rgb(192,106,66);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center top;
}
.wd-footer {
	background-color: rgb(46,62,74);
	background-image: none;
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-size: 15px;
	text-transform: uppercase;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.gform_validation_container,
.gfield--type-honeypot {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* =========================================================
   VILÁG NEKED – CUSTOM CSS
========================================================= */

/* =========================
   01. BASE / ROOT
========================= */

:root {
  --beige: #F9F7F5;
  --terra: #D6825C;
  --terra-dark: #C06A42;
  --blue-light: #E1EDF0;
  --blue-mid: #E6EFF5;
  --blue-dark: #4A677D;
  --wd-main-bgcolor: #F9F7F5;

  --text: #2C2C2C;
  --text-mid: #5A5A5A;
  --text-light: rgba(255,255,255,0.9);

  --radius: 12px;
  --transition: all .22s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif !important;
  overflow-x: hidden;
  color: var(--text);
  background: var(--beige);
}

body.page-template .wd-page-title {
  display: none !important;
}

.wd-content-layout {
  padding-block: 0;
}

.neked-highlight {
  color: var(--terra);
  font-weight: 800;
}

/* =========================
   02. LOGO TEXT
========================= */

.vn-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: -18px;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.vn-logo-text:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  text-decoration: none !important;
}

.vn-logo-blue {
  color: #2A5BA8;
}

.vn-logo-terra {
  color: var(--terra);
}

@media (max-width: 768px) {
  .vn-logo-text {
    font-size: 1.05rem;
    gap: 4px;
    letter-spacing: 0.03em;
    margin-left: -8px;
  }

  .site-logo {
    gap: 7px;
  }

  .site-logo img {
    max-width: 170px !important;
  }

  .webro-logo-text {
    font-size: 1.05rem;
    letter-spacing: 0.03em;
  }
	.vn-logo-blue {
  font-size:24px;
	font-weight:800;	
}

.vn-logo-terra {
  font-size:24px;
	font-weight:800;	
}
}

/* =========================
   03. PAGE TITLE
========================= */

.wd-page-title {
  position: relative;
  overflow: hidden;
}

.wd-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.22) 0%,
    rgba(0,0,0,0.38) 50%,
    rgba(0,0,0,0.24) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.wd-page-title .wd-page-title-bg {
  z-index: 0;
}

.wd-page-title > .container {
  position: relative;
  z-index: 2;
}

.wd-page-title .entry-title.title {
  font-size: 36pt;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.05;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.45),
    0 8px 24px rgba(0,0,0,0.35);
  -webkit-text-stroke: 0.6px rgba(0,0,0,0.35);
}

.wd-page-title .wd-breadcrumbs,
.wd-page-title .wd-breadcrumbs a,
.wd-page-title .wd-breadcrumbs span {
  color: rgba(255,255,255,0.92) !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
  font-weight: 500;
}

@media (max-width: 768px) {
  .wd-page-title .entry-title.title {
    font-size: 38px;
    letter-spacing: -0.5px;
    -webkit-text-stroke: 0.4px rgba(0,0,0,0.35);
  }

  .wd-page-title::before {
    background: rgba(0,0,0,0.38);
  }
}

/* =========================
   04. HERO
========================= */

.utazas-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
	
}
.utazas-hero {
  height: 85vh;
  min-height: 650px;
  display: flex;
  align-items: center; 
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    0deg,
    rgba(8,16,28,0.62) 0%,
    rgba(10,18,32,0.42) 40%,
    rgba(10,18,32,0.18) 70%,
    rgba(10,18,32,0.08) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 1260px;
}

.hero-back-btn {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 5;
  padding: 10px 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.92);
  color: #243245;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}

.hero-back-btn:hover {
  background: #fff;
  transform: translateY(-1px);
}

.hero-badge {
  margin-bottom: 20px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 14px;
}

.hero-title em,
.hero-highlight {
  display: block;
  margin-top: 6px;
  color: #F5D5A8;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600 !important;
}

.hero-sub {
  max-width: 680px;
  margin-bottom: 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: var(--text-light);
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-btn {
  padding: 13px 26px;
  border-radius: var(--radius);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: var(--transition);
  text-decoration: none !important;
}

.hero-btn.primary {
  background: var(--terra);
  color: #fff;
  box-shadow: 0 4px 20px rgba(214,130,92,0.5);
}

.hero-btn.primary:hover {
  background: var(--terra-dark);
  color: #fff;
  transform: translateY(-2px);
}

.hero-btn.secondary {
  border: 1.5px solid rgba(255,255,255,0.6);
  color: #fff;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(6px);
}

.hero-btn.secondary:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-badge,
.hero-title,
.hero-sub,
.hero-buttons {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
}

.hero-badge { animation-delay: 0.1s; }
.hero-title { animation-delay: 0.2s; }
.hero-sub { animation-delay: 0.35s; }
.hero-buttons { animation-delay: 0.5s; }

@media (max-width: 1024px) {
  .utazas-hero {
    height: auto;
    min-height: 560px;
  }

  .hero-content {
    min-height: 560px;
    padding: 100px 24px 60px;
  }

  .hero-back-btn {
    top: 18px;
    right: 24px;
  }
}

@media (max-width: 768px) {
  .utazas-hero {
    min-height: 500px;
  }

  .hero-content {
    padding: 90px 20px 40px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
  }

  .hero-back-btn {
    top: 14px;
    right: 16px;
    font-size: 13px;
  }

  .hero-badge {
    font-size: 11px;
    padding: 6px 12px;
  }
}

.utazas-hero {
  min-height: 650px;
}

@media (max-width: 768px) {
  .utazas-hero {
    height: auto;
    min-height: 500px;
  }
}


/* =========================
   05. INTRO
========================= */

.intro-text {
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
  line-height: 1.7;
  color: var(--text-mid);
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
}

/* =========================
   06. GLOBAL SECTION HEAD
========================= */

.section-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

.section-head-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.section-head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.section-head-icon img,
.section-head-icon svg {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
  object-fit: contain;
}

.section-head-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.15;
  color: #1f2933;
}

.section-head-line {
  display: block;
  flex: 1;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--terra), transparent);
}

/* =========================
   07. ÉLMÉNYEK SLIDER
========================= */

.elmenyek-section {
  padding: 60px 0;
  background: transparent;
}

.elmenyek-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.elmenyek-icon {
  width: clamp(20px, 3vw, 42px);
  height: clamp(20px, 3vw, 42px);
  object-fit: contain;
}

.elmenyek-desc {
  font-size: 20px;
  color: #666;
  margin: 0 0 30px 5px;
}

.elmenyek-wrapper {
  position: relative;
  overflow: visible;
  background: transparent !important;
}

.elmenyek-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #f9f7f5 99%);
  pointer-events: none;
}

.elmenyek-track {
  display: flex;
  gap: 20px;
  padding: 20px 10px 67px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  cursor: default;
}

.elmenyek-track::-webkit-scrollbar {
  display: none;
}

.elmenyek-track.is-dragging {
  cursor: grabbing;
}

.elmenyek-wrapper.is-slider .elmenyek-card {
  flex: 0 0 calc(33.333% - 16px);
}

.elmenyek-card {
  flex: 0 0 calc(33.333% - 16px);
  scroll-snap-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(0.95);
  opacity: 0.85;
  box-shadow: rgba(0,0,0,0.16) 0 3px 6px, rgba(0,0,0,0.23) 0 3px 6px;
  transition: transform .25s ease, opacity .25s ease, box-shadow .25s ease;
}

.elmenyek-card:hover {
  box-shadow:
    0 20px 40px rgba(0,0,0,0.08),
    0 8px 16px rgba(0,0,0,0.06);
}

.elmenyek-card.is-active {
  transform: scale(1.05);
  opacity: 1;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.12),
    0 8px 16px rgba(0,0,0,0.08);
}

.card-image {
  width: 100%;
  height: 260px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 18px 18px 20px;
}

.card-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 18px;
  color: #555;
  line-height: 1.5;
}

.elmenyek-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: -20px;
}

.elmenyek-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  opacity: 0.8;
  transition: all .25s ease;
  cursor: pointer;
}

.elmenyek-dot.active {
  background: #2a7b9b;
  opacity: 1;
  transform: scale(1.4);
  box-shadow: 0 0 0 4px rgba(42,123,155,0.2);
}

.elmenyek-nav {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 10;
  pointer-events: none;
}

.nav-left,
.nav-right {
  flex: 1;
  pointer-events: auto;
  position: relative;
  cursor: pointer;
}

.nav-left::after,
.nav-right::after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.46);
  opacity: 0;
  transition: .2s;
}

.nav-left::before,
.nav-right::before {
  content: "";
  position: absolute;
  top: 40%;
  width: 18px;
  height: 18px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  opacity: 0;
  transition: .2s;
  z-index: 100;
}

.nav-left::after,
.nav-left::before {
  left: -20px;
}

.nav-right::after,
.nav-right::before {
  right: -12px;
}
.nav-left::before {
  margin-left: 12px;
}
.nav-right::before {
	margin-right:12px;
}

.nav-left::before {
  transform: translateY(-50%) rotate(-135deg);
}

.nav-right::before {
  transform: translateY(-50%) rotate(45deg);
}

.elmenyek-wrapper:hover .nav-left::after,
.elmenyek-wrapper:hover .nav-right::after,
.elmenyek-wrapper:hover .nav-left::before,
.elmenyek-wrapper:hover .nav-right::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .elmenyek-section {
    padding: 0;
  }

  .elmenyek-wrapper.is-slider .elmenyek-card,
  .elmenyek-card {
    flex: 0 0 95%;
  }

  .elmenyek-wrapper {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .elmenyek-nav {
    display: none;
  }
}

/* =========================
   08. PRICE SECTION
========================= */

.price-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px 0 90px;
  background: #dfe8ee;
}

.price-section .container {
  max-width: 1140px;
}

.price-section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.price-section-head-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.price-section-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.price-section-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #22364a;
  line-height: 1;
}

.price-section-line {
  height: 1px;
  background: rgba(34,54,74,0.15);
  flex: 1;
}

.price-box {
  max-width: 1280px;
  margin: 0 auto;
  background: linear-gradient(180deg, #769dbc 0%, #184d77 100%);
  color: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.price-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.price-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.price-eyebrow {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #dbeeff;
}

.price-value,
.price-main-value {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #fff;
}

.price-sub {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
}

.price-block {
  margin-top: 22px;
}

.price-block + .price-block {
  margin-top: 26px;
}

.price-block h3,
.price-block-title {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.28);
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}

.price-text p {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.92);
  line-height: 1.75;
  font-size: 1.5rem;
}

.price-includes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 34px;
}

.price-check-item {
  position: relative;
  margin: 0 0 14px;
  padding-left: 30px;
  break-inside: avoid;
  color: #dbedff;
  line-height: 1.45;
  font-size: 20px;
}

.price-check-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dd875c;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(221,135,92,0.22);
}

.price-extra-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f4f1ee;
  color: #5c5a57;
  font-size: 15px;
  line-height: 1.2;
}

.price-note,
.price-main-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.18);
}

.price-note p,
.price-main-note p {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  font-size: 18px;
}

.price-cta-wrap {
  text-align: center;
  margin-top: 26px;
}

.price-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  background: #fff;
  color: #184d77;
  text-decoration: none !important;
  font-weight: 700;
  transition: all .25s ease;
}

.price-cta-btn:hover {
  transform: translateY(-2px);
  color: #184d77;
  text-decoration: none;
}

@media (max-width: 767px) {
  .price-section {
    padding: 44px 0 56px;
  }

  .price-box {
    padding: 24px;
    border-radius: 18px;
  }

  .price-includes-list {
    columns: 1;
  }

  .price-section-head {
    gap: 12px;
    margin-bottom: 20px;
  }

  .price-section-title {
    font-size: 2.2rem;
  }

  .price-value,
  .price-main-value {
    font-size: 2rem;
  }

  .price-sub,
  .price-text p {
    font-size: 1.05rem;
  }
}

/* =========================
   09. TRIP META
========================= */

.trip-meta-section {
  display: none;
  padding-bottom: 60px;
}

.trip-meta-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.trip-meta-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f8f8f8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: .2s ease;
}

.trip-meta-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.1);
}

.meta-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 2px;
}

.trip-meta-card strong {
  font-size: 15px;
}

/* =========================
   10. TRAVEL TIMING
========================= */

.travel-timing-section {
  padding: 48px 0 24px;
}

.travel-timing-section .section-head {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.travel-timing-section .section-head-inner {
  display: inline-flex;
  gap: 12px;
}

.travel-timing-section .section-head-icon {
  width: 50px;
  height: 50px;
}

.travel-timing-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 22px;
  align-items: stretch;
}

.travel-timing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: 24px 18px 20px;
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(24,39,75,0.07);
  transition: transform .2s ease, box-shadow .2s ease;
}

.travel-timing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(24,39,75,0.10);
}

.timing-month {
  margin-bottom: 14px;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3f5060;
}

.timing-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  flex-shrink: 0;
}

.timing-icon img,
.timing-icon svg {
  display: block;
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  object-fit: contain;
}

.timing-desc {
  max-width: 240px;
  flex-grow: 1;
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #5b6672;
}

.timing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.timing-badge.ideal {
  background: #dff3e5;
  color: #2f8a57;
}

.timing-badge.ok {
  background: #fde8b4;
  color: #9b6a00;
}

.timing-badge.bad {
  background: #f9dddd;
  color: #b54747;
}

.travel-timing-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  font-size: 1rem;
  font-style: italic;
  color: #5f6670;
}

.travel-timing-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.travel-timing-note-icon img,
.travel-timing-note-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .travel-timing-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 767px) {
  .travel-timing-section {
    padding: 36px 0 18px;
  }

  .travel-timing-section .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .travel-timing-section .section-head-line {
    width: 100%;
    flex: none;
  }

  .travel-timing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .travel-timing-card {
    padding: 20px 16px 18px;
  }

  .timing-desc {
    max-width: none;
  }
}

/* =========================
   11. FONTOS INFÓK
========================= */

.info-section {
  padding: 28px 0 34px;
}

.info-section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.info-section-head-inner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.info-section-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 40px;
}

.info-section-icon img,
.info-section-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
}

.info-section-title {
  margin: 0;
  color: #1f2933;
  font-size: clamp(1.8rem,2.5vw,2.35rem);
  line-height: 1.15;
  font-weight: 600;
}

.info-section-line {
  height: 2px;
  flex: 1;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(214,130,92,0.9), rgba(214,130,92,0.12));
}

.info-box {
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 22px;
  padding: 28px 30px;
  box-shadow: 0 10px 28px rgba(24,39,75,0.06);
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.info-row + .info-row {
  margin-top: 20px;
}

.info-row-icon {
  display: none;
}

.info-row-content {
  min-width: 0;
}

.info-row-title {
  margin: 0 0 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2933;
}

.info-row-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #54606c;
}

@media (max-width: 767px) {
  .info-section {
    padding: 22px 0 28px;
  }

  .info-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
  }

  .info-section-line {
    width: 100%;
    flex: none;
  }

  .info-box {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .info-row-title {
    font-size: 1.2rem;
  }

  .info-row-text {
    font-size: .98rem;
    line-height: 1.6;
  }
}

/* =========================
   12. PLANNER FORM #4 – SINGLE OLDAL
========================= */

.planner-section {
  padding: 34px 0 52px;
}

.planner-box {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 26px;
  padding: 34px 36px;
  box-shadow: 0 14px 34px rgba(24,39,75,0.08);
}

.planner-section-head {
  margin-bottom: 26px;
}

.planner-section-head-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.planner-section-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.planner-section-icon img,
.planner-section-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
}

.planner-section-title {
  margin: 0;
  color: #1f2933;
  font-size: clamp(1.8rem,2.5vw,2.35rem);
  line-height: 1.15;
  font-weight: 600;
}

.planner-section-subtitle {
  max-width: 760px;
  margin-top: -20px;
  font-size: 20px;
  line-height: 1.6;
  color: #5a6672;
}

.planner-form-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid rgba(128,128,128,0.36);
  padding: 20px;
  border-radius: 8px;
}

.planner-form-wrap .gform_wrapper {
  margin: 0;
  max-width: 100%;
}

.planner-form-wrap .gform_heading {
  margin-bottom: 22px;
}

.planner-form-wrap .gform_title {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem,3vw,2.8rem);
  line-height: 1.15;
  font-weight: 600;
  color: #1f2933;
}

.planner-form-wrap .gform_description {
  color: #5a6672;
  font-size: 1.02rem;
  line-height: 1.6;
}

.planner-form-wrap #gform_wrapper_4 .gform_fields {
  gap: 28px;
}

.planner-form-wrap #gform_wrapper_4 .gfield {
  margin-bottom: 18px;
}

.planner-form-wrap #gform_wrapper_4 .gfield_label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #26323d;
}

.planner-form-wrap #gform_wrapper_4 fieldset {
  margin-bottom: 22px;
}

.planner-form-wrap #gform_wrapper_4 .gfield_radio {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 14px !important;
  align-items: flex-start !important;
}

.planner-form-wrap #gform_wrapper_4 .gchoice {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.planner-form-wrap #gform_wrapper_4 .gfield-choice-input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.planner-form-wrap #gform_wrapper_4 .gfield_radio label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 36px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #F3EFEB;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition);
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.planner-form-wrap #gform_wrapper_4 .gfield_radio label:hover {
  background: #EDE7E1;
  transform: translateY(-1px);
}

.planner-form-wrap #gform_wrapper_4 .gfield-choice-input:checked + label {
  background: var(--terra);
  color: #fff;
  box-shadow: 0 4px 14px rgba(214,130,92,0.35);
}

.planner-form-wrap #gform_wrapper_4 input[type="text"],
.planner-form-wrap #gform_wrapper_4 input[type="email"],
.planner-form-wrap #gform_wrapper_4 input[type="tel"],
.planner-form-wrap #gform_wrapper_4 input[type="number"],
.planner-form-wrap #gform_wrapper_4 textarea,
.planner-form-wrap #gform_wrapper_4 select {
  border: 1px solid #dfd8d1;
  border-radius: 14px;
  background: #fcfbfa;
  min-height: 52px;
  padding: 12px 16px;
  font-size: 15px;
  color: #27323c;
}

.planner-form-wrap #gform_wrapper_4 textarea {
  min-height: 140px;
  padding-top: 14px;
}

.planner-form-wrap #gform_wrapper_4 input:focus,
.planner-form-wrap #gform_wrapper_4 textarea:focus,
.planner-form-wrap #gform_wrapper_4 select:focus {
  border-color: var(--terra);
  box-shadow: 0 0 0 3px rgba(214,130,92,0.12);
  outline: none;
}

.planner-form-wrap #gform_wrapper_4 .gform_footer {
  margin-top: 28px !important;
  padding-top: 18px !important;
  border-top: 1px solid #eee;
  justify-content: center;
}

.planner-form-wrap #gform_submit_button_4 {
  display: block;
  min-height: 54px;
  margin: 0 auto;
  padding: 0 28px;
  border: 0;
  border-radius: 14px;
  background: var(--terra);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(214,130,92,0.24);
  transition: var(--transition);
}

.planner-form-wrap #gform_submit_button_4:hover {
  background: var(--terra-dark);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .planner-section {
    padding: 24px 0 36px;
  }

  .planner-box {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .planner-section-head {
    margin-bottom: 18px;
  }

  .planner-section-head-inner {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
  }

  .planner-form-wrap {
    padding: 16px;
  }

  .planner-form-wrap .gform_title {
    font-size: 2rem;
  }

  .planner-form-wrap #gform_wrapper_4 .gfield_radio {
    gap: 10px !important;
  }

  .planner-form-wrap #gform_wrapper_4 .gfield_radio label {
    white-space: normal;
  }
}

/* =========================
   13. LUXUS POPUP + GF #4 COMPACT
========================= */

.luxus-popup {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10,18,28,0.68);
  backdrop-filter: blur(6px);
}

.luxus-popup.is-active {
  display: flex !important;
}

body.luxus-popup-open {
  overflow: hidden;
}

.luxus-popup-inner {
  position: relative;
  width: min(720px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border-radius: 14px;
  padding: 34px 30px 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.28);
}

.luxus-popup-close {
  position: absolute;
  top: 26px;
  right: 28px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #1f5c7c;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxus-popup-close:hover {
  background: #184b66;
}

.luxus-popup #gform_wrapper_4,
.luxus-popup #gform_4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.luxus-popup #gform_wrapper_4 * {
  box-sizing: border-box !important;
}

.luxus-popup #gform_wrapper_4 .gform_heading {
  margin: 0 56px 22px 0 !important;
  padding: 0 !important;
}

.luxus-popup #gform_wrapper_4 .gform_title {
  margin: 0 !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #242424 !important;
}

.luxus-popup #gform_wrapper_4 .gform_description {
  display: none !important;
}

.luxus-popup #gform_wrapper_4 .gform_validation_container,
.luxus-popup #gform_wrapper_4 .gfield--type-honeypot {
  display: none !important;
}

.luxus-popup #gform_wrapper_4 .gform-body,
.luxus-popup #gform_wrapper_4 .gform_fields {
  display: block !important;
  width: 100% !important;
}

.luxus-popup #gform_wrapper_4 .gfield {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
}

.luxus-popup #gform_wrapper_4 .gform_validation_container,
.luxus-popup #gform_wrapper_4 .gfield--type-honeypot {
  display: none !important;
}

.luxus-popup #gform_wrapper_4 .gfield[style*="display: none"],
.luxus-popup #gform_wrapper_4 [data-conditional-logic="hidden"] {
  display: none !important;
}

.luxus-popup #gform_wrapper_4 .gfield_label {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #13263a !important;
}

.luxus-popup #gform_wrapper_4 .ginput_container_radio {
  display: block !important;
  width: 100% !important;
}

.luxus-popup #gform_wrapper_4 .gfield_radio {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 12px 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.luxus-popup #gform_wrapper_4 .gchoice {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.luxus-popup #gform_wrapper_4 .gfield-choice-input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
}

.luxus-popup #gform_wrapper_4 .gchoice label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 9px 17px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #F3EFEB !important;
  color: #1f2933 !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
  transition: all .2s ease !important;
}

.luxus-popup #gform_wrapper_4 .gchoice label:hover {
  background: #EDE7E1 !important;
  transform: translateY(-1px);
}

.luxus-popup #gform_wrapper_4 .gfield-choice-input:checked + label {
  background: var(--terra) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(214,130,92,0.34) !important;
}

.luxus-popup #gform_wrapper_4 .gform_footer {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 28px 0 0 !important;
  padding: 26px 0 0 !important;
  border-top: 1px solid #eee !important;
}

.luxus-popup #gform_submit_button_4 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(420px, 100%) !important;
  min-height: 52px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--terra) !important;
  color: #fff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 14px 26px rgba(214,130,92,0.28) !important;
  transition: all .2s ease !important;
}

.luxus-popup #gform_submit_button_4:hover {
  background: var(--terra-dark) !important;
  transform: translateY(-2px);
}

.luxus-popup #gform_wrapper_4 .gform_validation_errors,
.luxus-popup #gform_wrapper_4 .validation_message {
  display: none !important;
}

.luxus-popup #gform_wrapper_4 .gfield_error .gchoice label {
  box-shadow: 0 0 0 2px rgba(225,75,59,0.18), 0 4px 12px rgba(0,0,0,0.06) !important;
}

@media (max-width: 767px) {
  .luxus-popup {
    padding: 12px;
    align-items: flex-start;
  }

  .luxus-popup-inner {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 24px 18px 22px;
    border-radius: 14px;
  }

  .luxus-popup-close {
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    font-size: 25px;
  }

  .luxus-popup #gform_wrapper_4 .gform_heading {
    margin-right: 48px !important;
    margin-bottom: 20px !important;
  }

  .luxus-popup #gform_wrapper_4 .gform_title {
    font-size: 21px !important;
  }

  .luxus-popup #gform_wrapper_4 .gfield {
    margin-bottom: 20px !important;
  }

  .luxus-popup #gform_wrapper_4 .gfield_radio {
    gap: 10px !important;
  }

  .luxus-popup #gform_wrapper_4 .gchoice {
    max-width: 100% !important;
  }

  .luxus-popup #gform_wrapper_4 .gchoice label {
    white-space: normal !important;
    min-height: 36px !important;
    padding: 8px 14px !important;
    font-size: 13.5px !important;
  }

  .luxus-popup #gform_submit_button_4 {
    width: 100% !important;
  }
}

/* =========================
   14. GALLERY
========================= */

.travel-gallery-section {
  background: #EFEAE3;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px 0 84px;
}

.travel-gallery-section .container {
  max-width: 1120px;
}

.travel-gallery-head {
  text-align: center;
  margin-bottom: 34px;
}

.travel-gallery-title-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 10px;
}

.travel-gallery-head-icon {
  display: none;
}

.travel-gallery-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem,3vw,3rem);
  line-height: 1.1;
  font-weight: 600;
  color: #1f2933;
}

.travel-gallery-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.6;
  color: #6b7280;
}

.travel-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  grid-auto-rows: 255px;
  gap: 12px;
  grid-auto-flow: dense;
}

.travel-gallery-item:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.travel-gallery-item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.travel-gallery-item:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.travel-gallery-item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.travel-gallery-item:nth-child(5) {
  grid-column: 2 / span 2;
  grid-row: 2;
}

.travel-gallery-item:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}

.travel-gallery-item:nth-child(n+7) {
  grid-column: span 1;
}

.travel-gallery-item:nth-child(6n+7),
.travel-gallery-item:nth-child(6n+10) {
  grid-column: span 2;
}

.travel-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #ddd;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(24,39,75,0.08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.travel-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(24,39,75,0.12);
}

.travel-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.travel-gallery-item:hover img {
  transform: scale(1.03);
}

.travel-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.16));
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.travel-gallery-item:hover::after {
  opacity: 1;
}

.travel-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(10,12,16,0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 28px;
}

.travel-gallery-lightbox[hidden] {
  display: none !important;
}

.travel-gallery-lightbox-inner {
  position: relative;
  max-width: min(1100px,90vw);
  max-height: 90vh;
  text-align: center;
}

.travel-gallery-lightbox-image {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.travel-gallery-lightbox-caption {
  margin-top: 14px;
  color: rgba(255,255,255,0.86);
  font-size: .98rem;
  line-height: 1.6;
}

.travel-gallery-lightbox-caption:empty {
  display: none;
}

.travel-gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.travel-gallery-lightbox-close:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.04);
}

.travel-gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.travel-gallery-lightbox-nav:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-50%) scale(1.04);
}

.travel-gallery-lightbox-nav.prev {
  left: 22px;
}

.travel-gallery-lightbox-nav.next {
  right: 22px;
}

body.travel-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .travel-gallery-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: 240px;
  }

  .travel-gallery-item:nth-child(1),
  .travel-gallery-item:nth-child(5),
  .travel-gallery-item:nth-child(6n+7),
  .travel-gallery-item:nth-child(6n+10) {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .travel-gallery-item:nth-child(2),
  .travel-gallery-item:nth-child(3),
  .travel-gallery-item:nth-child(4),
  .travel-gallery-item:nth-child(6),
  .travel-gallery-item:nth-child(n+7) {
    grid-column: span 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .travel-gallery-section {
    padding: 46px 0 54px;
  }

  .travel-gallery-head {
    margin-bottom: 22px;
  }

  .travel-gallery-title {
    font-size: 2rem;
  }

  .travel-gallery-subtitle {
    font-size: .98rem;
  }

  .travel-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    gap: 10px;
  }

  .travel-gallery-item,
  .travel-gallery-item:nth-child(1),
  .travel-gallery-item:nth-child(2),
  .travel-gallery-item:nth-child(3),
  .travel-gallery-item:nth-child(4),
  .travel-gallery-item:nth-child(5),
  .travel-gallery-item:nth-child(6),
  .travel-gallery-item:nth-child(n+7),
  .travel-gallery-item:nth-child(6n+7),
  .travel-gallery-item:nth-child(6n+10) {
    grid-column: auto;
    grid-row: auto;
  }

  .travel-gallery-lightbox {
    padding: 28px 12px;
  }

  .travel-gallery-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 2rem;
  }

  .travel-gallery-lightbox-nav.prev {
    left: 10px;
  }

  .travel-gallery-lightbox-nav.next {
    right: 10px;
  }

  .travel-gallery-lightbox-close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }
}

/* =========================
   15. CLOSING / NEWSLETTER GF #5
========================= */

.travel-closing-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #58758d;
  padding: 88px 0 90px;
  color: #fff;
}

.travel-closing-section .container {
  max-width: 1120px;
}

.travel-closing-top {
  max-width: 860px;
  margin: 0 auto 110px;
  text-align: center;
}

.travel-closing-title {
  margin: 0 0 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem,4vw,4rem);
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
}

.travel-closing-subtitle {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
}

.travel-closing-subtitle strong {
  color: #f0c78f;
  font-weight: 700;
}

.travel-closing-cta-wrap {
  margin-top: 28px;
}

.travel-closing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  background: #dd875c;
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 14px 28px rgba(221,135,92,0.28);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.travel-closing-cta:hover {
  color: #fff;
  background: #d17a50;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(221,135,92,0.32);
}

.travel-closing-newsletter {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.travel-closing-newsletter-title {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem,3vw,3rem);
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.travel-closing-newsletter-subtitle {
  max-width: 760px;
  margin: 0 auto 22px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
}

.travel-closing-newsletter-note {
  margin-top: 14px;
  font-size: .92rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.52);
}

.travel-closing-newsletter-note a,
.utazas-newsletter-block small a {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.travel-closing-newsletter-note a:hover,
.utazas-newsletter-block small a:hover {
  color: inherit !important;
  opacity: .8;
}

.travel-closing-newsletter .gform_wrapper,
.utazas-newsletter-block .gform_wrapper,
.travel-closing-mailster .gform_wrapper {
  max-width: 860px;
  margin: 0 auto;
}

.travel-closing-newsletter .gform_heading,
.utazas-newsletter-block .gform_heading,
.travel-closing-mailster .gform_heading {
  display: none !important;
}

.travel-closing-newsletter #gform_fields_5,
.utazas-newsletter-block #gform_fields_5,
.travel-closing-mailster #gform_fields_5 {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 18px !important;
}

.travel-closing-newsletter #gform_fields_5 .spacer,
.utazas-newsletter-block #gform_fields_5 .spacer,
.travel-closing-mailster #gform_fields_5 .spacer {
  display: none !important;
}

.travel-closing-newsletter #field_5_1,
.utazas-newsletter-block #field_5_1,
.travel-closing-mailster #field_5_1 {
  flex: 0 0 calc((100% - 36px) * 0.40) !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.travel-closing-newsletter #field_5_4,
.utazas-newsletter-block #field_5_4,
.travel-closing-mailster #field_5_4 {
  flex: 0 0 calc((100% - 36px) * 0.30) !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.travel-closing-newsletter #field_submit,
.utazas-newsletter-block #field_submit,
.travel-closing-mailster #field_submit {
  flex: 0 0 calc((100% - 36px) * 0.30) !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.travel-closing-newsletter #gform_5 .gfield_label,
.travel-closing-newsletter #gform_5 .gfield_required,
.travel-closing-newsletter #gform_5 .gfield_required_text,
.utazas-newsletter-block #gform_5 .gfield_label,
.utazas-newsletter-block #gform_5 .gfield_required,
.utazas-newsletter-block #gform_5 .gfield_required_text,
.travel-closing-mailster #gform_5 .gfield_label,
.travel-closing-mailster #gform_5 .gfield_required,
.travel-closing-mailster #gform_5 .gfield_required_text {
  display: none !important;
}

.travel-closing-newsletter #gform_5 input[type="email"],
.travel-closing-newsletter #gform_5 input[type="text"],
.utazas-newsletter-block #gform_5 input[type="email"],
.utazas-newsletter-block #gform_5 input[type="text"],
.travel-closing-mailster #gform_5 input[type="email"],
.travel-closing-mailster #gform_5 input[type="text"] {
  display: block !important;
  width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: none !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #1f2933 !important;
  font-size: 15px !important;
  text-align: left !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.travel-closing-newsletter #gform_5 input::placeholder,
.utazas-newsletter-block #gform_5 input::placeholder,
.travel-closing-mailster #gform_5 input::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}

.travel-closing-newsletter #gform_submit_button_5,
.utazas-newsletter-block #gform_submit_button_5,
.travel-closing-mailster #gform_submit_button_5 {
  width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: none !important;
  border-radius: 9px !important;
  background: #e58a5f !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-transform: none !important;
  transition: var(--transition) !important;
}

.travel-closing-newsletter #gform_submit_button_5:hover,
.utazas-newsletter-block #gform_submit_button_5:hover,
.travel-closing-mailster #gform_submit_button_5:hover {
  background: #d9784c !important;
  transform: translateY(-2px);
}

.travel-closing-newsletter #gform_5 .gform_footer,
.utazas-newsletter-block #gform_5 .gform_footer,
.travel-closing-mailster #gform_5 .gform_footer {
  display: none !important;
}

.travel-closing-newsletter #gform_5 .validation_message,
.utazas-newsletter-block #gform_5 .validation_message,
.travel-closing-mailster #gform_5 .validation_message,
.travel-closing-newsletter #gform_wrapper_5 .gform_validation_errors,
.utazas-newsletter-block #gform_wrapper_5 .gform_validation_errors,
.travel-closing-mailster #gform_wrapper_5 .gform_validation_errors {
  display: none !important;
}

.travel-closing-newsletter #gform_5 .gfield_error input[type="email"],
.travel-closing-newsletter #gform_5 .gfield_error input[type="text"],
.utazas-newsletter-block #gform_5 .gfield_error input[type="email"],
.utazas-newsletter-block #gform_5 .gfield_error input[type="text"],
.travel-closing-mailster #gform_5 .gfield_error input[type="email"],
.travel-closing-mailster #gform_5 .gfield_error input[type="text"] {
  border: 2px solid #e14b3b !important;
  box-shadow: 0 0 0 3px rgba(225,75,59,0.18) !important;
}

@media (max-width: 767px) {
  .travel-closing-section {
    padding: 58px 0 60px;
  }

  .travel-closing-top {
    margin-bottom: 70px;
  }

  .travel-closing-title {
    font-size: 2.5rem;
  }

  .travel-closing-subtitle {
    font-size: 1rem;
  }

  .travel-closing-newsletter-title {
    font-size: 2.2rem;
  }

  .travel-closing-newsletter-subtitle {
    font-size: .98rem;
    margin-bottom: 18px;
  }

  .travel-closing-newsletter #gform_fields_5,
  .utazas-newsletter-block #gform_fields_5,
  .travel-closing-mailster #gform_fields_5 {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .travel-closing-newsletter #field_5_1,
  .travel-closing-newsletter #field_5_4,
  .travel-closing-newsletter #field_submit,
  .utazas-newsletter-block #field_5_1,
  .utazas-newsletter-block #field_5_4,
  .utazas-newsletter-block #field_submit,
  .travel-closing-mailster #field_5_1,
  .travel-closing-mailster #field_5_4,
  .travel-closing-mailster #field_submit {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
}

/* =========================
   16. PROCESS SECTION
========================= */

.process-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0;
  background: #E9EEF2;
  text-align: center;
}

.process-section * {
  font-family: 'DM Sans', sans-serif;
}

.process-section .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.process-title {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: #5a5a73;
}

.process-sub {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  color: #5a5a73;
}

.process-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}

.process-step:last-child {
  border-bottom: none;
}

.step-number {
  width: 66px;
  height: 64px;
  min-width: 36px;
  border-radius: 50%;
  border: 2px solid #E07A3F;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  color: #E07A3F;
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 600;
}

.step-number span {
  font-family: 'Cormorant Garamond', serif;
  margin-top: -7px;
}

.step-content h3 {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
}

.step-content p {
  margin: 0;
  color: #5a5a73;
  line-height: 1.6;
  font-size: 18px;
}

.process-box {
  max-width: 700px;
  margin: 50px auto 0;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  text-align: left;
}

.process-box-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--text);
}

.process-box-title::after {
  content: "";
  flex: 1;
  height: 2px;
  background: rgba(0,0,0,0.08);
}

.process-box-item {
  position: relative;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  padding-left: 25px;
}

.process-box-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dd875c;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(221,135,92,0.22);
}

.process-box-item::before {
  display: none;
}

.process-box-item.has-title::before {
  display: block;
}

.process-box-item strong {
  font-size: 18px;
  color: #000;
}

.process-box-item p {
  font-size: 16px;
  color: #5A5A5A;
}

.box-icon img {
  width: 28px;
  height: 28px;
}

.process-cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.process-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  background: #dd875c;
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 14px 28px rgba(221,135,92,0.28);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.process-btn:hover {
  background: var(--terra-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(214,130,92,0.55);
}

@media (max-width: 767px) {
  .process-section {
    padding: 56px 0;
  }

  .process-step {
    grid-template-columns: 64px 1fr;
    gap: 14px;
  }

  .step-number {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .step-content h3 {
    font-size: 24px;
  }

  .step-content p {
    font-size: 16px;
  }
}

/* =========================
   17. UTAZÁS CARD GRID
========================= */

.cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: .3s;
}

.card:hover {
  transform: translateY(-5px);
}

.badge-left,
.badge-right {
  position: absolute;
  top: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.badge-left {
  left: 15px;
  background: rgba(0,0,0,0.6);
  color: #fff;
}

.badge-right {
  right: 15px;
  background: #fff;
}

.card-hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  opacity: 0;
  transition: .3s;
}

.card:hover .card-hover {
  opacity: 1;
}

.card-body {
  padding: 20px;
}

.card-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card-excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.card-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  margin-bottom: 10px;
}

.card-price {
  font-weight: 700;
  color: #2a5d73;
}

.hover-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hover-item svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
}

.meta-item svg {
  width: 16px;
  height: 16px;
  fill: #1f3b57;
}

@media (max-width: 1024px) {
  .cards {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 767px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

/* =========================
   18. BREADCRUMB
========================= */

.breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,.8);
  margin-bottom: 12px;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

.breadcrumb a:hover {
  opacity: 1;
}

.breadcrumb span {
  margin: 0 6px;
}

/* =========================
   19. UTAZÁSOK MENU DROPDOWN
========================= */

.wd-dropdown-menu.wd-dropdown.wd-design-default.color-scheme-dark:has(.utazas-menu-lista-wrap) {
  min-width: 300px !important;
  width: 300px !important;
  max-width: 300px !important;
  padding: 0 !important;
  margin-top: 12px !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.14) !important;
  overflow: visible !important;
}

.wd-dropdown-menu:has(.utazas-menu-lista-wrap) .container.wd-entry-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wd-dropdown-menu:has(.utazas-menu-lista-wrap) .container.wd-entry-content > p {
  display: none !important;
}

.utazas-menu-lista-wrap {
  width: 100% !important;
  min-width: 0 !important;
  padding: 14px 0 12px !important;
  margin: 0 !important;
}

.utazas-menu-lista {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.utazas-menu-lista-item {
  margin: 0 !important;
  padding: 0 !important;
}

.utazas-menu-lista-item a {
  display: block;
  padding: 11px 24px;
  color: #1f2933;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: all .18s ease;
}

.utazas-menu-lista-item a:hover {
  color: var(--terra);
  background: rgba(214,130,92,0.08);
}

.utazas-menu-all-link {
  display: block;
  margin-top: 8px;
  padding: 13px 24px;
  border-top: 1px solid rgba(0,0,0,0.08);
  color: var(--terra) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .18s ease;
}

.utazas-menu-all-link:hover {
  color: var(--terra-dark) !important;
  background: rgba(214,130,92,0.08);
}

.utazas-menu-all-link::after {
  content: " →";
  font-weight: 700;
}

