* {
	font-family: "IBM Plex Sans", sans-serif;
	scroll-behavior: smooth;
}
/* Kontajner 1270px zarovnany na stred */
.site-header {
  width: 100%;
  border-bottom: 1px solid #e5e7eb; /* svetlosivá */
  position: fixed;
  background-color: white;
  z-index: 9999;
}

.site-header-inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo vlavo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-logo img {
  height: 40px;
  width: auto;
  padding-right:15px;
}

.site-logo-text img {
  height: 38px;
  width: auto;
  border-left:1px solid #d4d4d4;
  padding-left:15px;
}

/* Navigácia vpravo (desktop) */
.main-nav {
  display: none;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 24px; /* medzery medzi položkami */
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: color 0.15s ease;
}

.main-nav a:hover {
  color: #c8a041; 
}

/* Posledná položka – tlačidlo Prihlasovací formulár */
.nav-cta {
  display: none;
  margin-left: 32px; /* väčšia medzera od menu */
}

.nav-cta a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #c8a041;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-cta a:hover {
  background-color: #c8a041;
}

/* Hamburger mobil */
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: #000;
}

.nav-toggle:hover {
  background-color: #f3f4f6;
}

/* Mobilné menu */
.mobile-nav {
  display: none;
  border-top: 1px solid #e5e7eb;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 12px 16px 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-nav a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}

.mobile-nav a:hover {
  color: #c8a041;
}

.mobile-nav-cta {
  padding: 4px 16px 12px 16px;
}

.mobile-nav-cta a {
  display: block;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #c8a041;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.mobile-nav-cta a:hover {
  background-color: #c8a041;
  color:#000;
}

/* Breakpoint – desktop od 768px */
@media (min-width: 768px) {
  .main-nav {
    display: flex;
  }

  .nav-cta {
    display: block;
  }

  .nav-toggle {
    display: none;
  }

  .mobile-nav {
    display: none !important;
  }
}

/* Trieda na otvorenie mobilného menu (pridáš cez JS) */
.mobile-nav.is-open {
  display: block;
}

/* Carousel vylepšenia */
#hero-carousel {
  max-width: 1270px;
  margin: 60px auto 3rem auto;
  padding: 0 1rem;
}


#hero-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover efekty na šípky */
#hero-carousel [data-carousel-prev]:hover,
#hero-carousel [data-carousel-next]:hover {
  transform: scale(1.05);
  transition: all 0.2s ease;
}

/* Indikátory */
#hero-carousel button[data-carousel-slide-to] {
  transition: all 0.3s ease;
}

#hero-carousel button[aria-current="true"] {
  background-color: #c8a041;
  width: 40px;
}

/* Mobilné úpravy */
@media (max-width: 768px) {
  #hero-carousel {
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }
  
  #hero-carousel [data-carousel-prev],
  #hero-carousel [data-carousel-next] {
    h-10 w-10;
  }
}

/* Leaflet map - Zlaté šípky/zoom kontroly */
#gastro-map .leaflet-control-zoom-in,
#gastro-map .leaflet-control-zoom-out {
  background-color: #c8a041 !important;
  border-color: #c8a041 !important;
  box-shadow: 0 2px 8px rgba(200,160,65,0.4) !important;
}

#gastro-map .leaflet-control-zoom-in:hover,
#gastro-map .leaflet-control-zoom-out:hover {
  background-color: #a8833a !important;
}

.leaflet-bar a.leaflet-control-zoom-in,
.leaflet-bar a.leaflet-control-zoom-out {
  color: white !important;
  background-color: rgba(200,160,65,0.9) !important;
}

.leaflet-bar a.leaflet-control-zoom-in:hover,
.leaflet-bar a.leaflet-control-zoom-out:hover {
  background-color: #a8833a !important;
}

.leaflet-control-attribution { 
	display:none !important;
}

/* Popup close button zlatý */
#gastro-map .leaflet-popup-close-button {
  color: #c8a041 !important;
  font-size: 20px !important;
  top: 3px !important;
  right: 3px !important;
}

#gastro-map .leaflet-popup-close-button:hover {
  color: #a8833a !important;
}

.animate-modal { 
overflow-y:scroll;
}

/* Gravity Forms #1 - Centered 1270px */
/* Gravity Forms #1 - Presný dizajn podľa screenshotu */
#gform_wrapper_1 {
  max-width: 1270px !important;
  margin: 0 auto !important;
  padding: 3rem !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
  border: 1px solid #e5e7eb !important;
}

#gform_wrapper_1 .gform_body {
  max-width: 1050px !important;
  margin: 0 auto !important;
}

/* Inputs - štandardné hrany */
#gform_wrapper_1 input.large,
#gform_wrapper_1 select.large,
#gform_wrapper_1 textarea.large,
#gform_wrapper_1 input[type="email"] {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  background: #fff !important;
  transition: border-color 0.2s ease !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

#gform_wrapper_1 input.large:focus,
#gform_wrapper_1 select.large:focus,
#gform_wrapper_1 textarea.large:focus {
  border-color: #c8a041 !important;
  box-shadow: 0 0 0 3px rgba(200,160,65,0.08) !important;
  outline: none !important;
}

/* Labels */
#gform_wrapper_1 .gfield_label {
  font-weight: 600 !important;
  color: #374151 !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
}

/* Submit */
#gform_wrapper_1 .gform_button {
  background: #c8a041 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  text-transform: none !important;
  box-shadow: 0 4px 12px rgba(200,160,65,0.3) !important;
}

#gform_wrapper_1 .gform_button:hover {
  background: #a8833a !important;
  transform: translateY(-1px) !important;
}

/* Checkbox legend */
#gform_wrapper_1 legend.gfield_label {
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}

/* Odstráň required legend */
#gform_wrapper_1 .gform_required_legend {
  display: none !important;
}

#gform_wrapper_1 .gfield_required_asterisk {
  color: #ef4444 !important;
  margin-left: 0.25rem !important;
}
/* Všetky gfield - 2 stĺpce */
#gform_wrapper_1 .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.5rem !important;
}

#gform_wrapper_1 .gfield {
  flex: 1 1 calc(50% - 0.75rem) !important;
  max-width: calc(50% - 0.75rem) !important;
  margin-bottom: 0 !important;
}

/* Full-width pre HTML sekcie a footer */
#gform_wrapper_1 .gfield--type-html,
#gform_wrapper_1 .gfield--width-full {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}
.gform_footer { 
max-width: 1050px !important;
margin: 30px auto !important;
}

/* Checkbox fieldsets */
#gform_wrapper_1 fieldset.gfield {
  flex: 1 1 calc(50% - 0.75rem) !important;
}

#field_1_1, #field_1_12, #field_1_17 { 
	color:#c8a041;
	font-size:20px;
	padding-bottom:15px;
}
.ginput_container_checkbox { 
	font-size:12px !important;
}

/* Mobile */
@media (max-width: 768px) {
  #gform_wrapper_1 .gfield {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

.gfield_validation_message { 
	color:red;
	font-size: 12px;
}
.gform_submission_error, .gform_validation_container { 
	display:none;
}

.info-vyzva {
	max-width:1270px;
	margin:0 auto;
	display:flex;
	justify-content: flex-end;
	padding-right: 30px;
}
.info-vyzva a {
	background-color: #c8a041;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
}

.bg-white-custom { 
	position: relative;
}
.icon { 
	position: absolute;
    bottom: 0;
    right: 20px;
}
.icon img {
	width:30px;
}
.max-1270 { 
max-width:1270px !important;
}

.open-book a {
	font-weight:bold;
}

.book-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.book-modal-content {
  margin: auto;
  background: #fff;
  width: 90%;
  max-width: 1270px;
  padding: 50px;
  border-radius: 6px;
  position: relative;
  margin-top:110px;
}

.book-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #000;
}



