@charset "UTF-8";
:root {
  --font-primary: "Montserrat", sans-serif;
}

h1,
h1 > span {
  font-size: 55px !important;
}

h2,
h2 > span {
  font-size: 40px !important;
}

h1.wp-block-heading {
  font-size: 55px !important;
}

h1.wp-block-heading span {
  font-size: 55px !important;
}

.h1-white {
  color: #fff !important;
}

.a-seo > a,
.a-seo > strong > a {
  text-decoration: none !important;
  color: #FABE2C !important;
}

.circled {
  position: relative;
  white-space: nowrap;
}

.circled::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 120%;
  background-image: url("../assets/svg/circle.svg");
  -webkit-transform: translate(-5%, -10%);
  transform: translate(-5%, -10%);
  background-size: 100% 100%;
}

.circled-h1 {
  font-size: 55px !important;
}

.underlined {
  position: relative;
  white-space: nowrap;
}

.underlined::before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 50% !important;
  left: 0;
  background-image: url("/wp-content/themes/srcsl/assets/svg/underlined.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-10px, 35%);
  transform: translate(-10px, 35%);
}

@media screen and (max-width: 991px) {
  h1,
  h1 > span,
  h2,
  h2 > span,
  h1.wp-block-heading,
  h1.wp-block-heading span {
    font-size: 35px !important;
    text-align: center !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-primary: "Montserrat", sans-serif;
}

body {
  font-family: var(--font-primary) !important;
}

.navbar {
  position: fixed !important;
  top: 0;
  max-width: 100%;
  width: 100% !important;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 20px !important;
  margin: 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
  z-index: 1003 !important;
  overflow: visible;
}

.navbar.scrolled {
  height: 85px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.menu-container {
  min-width: 100% !important;
}

.menu {
  margin-bottom: 0;
}

.logo > a > img {
  margin-top: 5px;
  height: 80px !important;
  width: auto;
  transition: height 0.3s ease, transform 0.3s ease;
}

.navbar.scrolled .logo > a > img {
  height: 70px !important;
  transform: scale(0.9);
}

.navbar-menu {
  display: flex;
  justify-content: flex-end;
  z-index: 1002 !important;
}

.navbar-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-menu ul li {
  margin-left: 30px;
  position: relative;
}

.navbar-menu ul li a {
  color: #29354E !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  transition: color 0.3s;
}

.navbar-menu ul li a:hover {
  color: #FABE2C !important;
}

/* Podčiarknutie len aktuálnej položky a jej rodičovskej položky */
.current-menu-item > a,
.current-menu-ancestor > a {
  position: relative;
  white-space: nowrap;
  color: #29354E;
}

.current-menu-item > a::after,
.current-menu-ancestor > a::after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 50% !important;
  left: 0;
  background-image: url("/wp-content/themes/srcsl/assets/svg/underlined.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-10px, 35%);
  transform: translate(0px, 35%);
  color: #29354E;
}

/* Odstrániť podčiarknutie pre všetky ostatné položky */
.navbar-menu ul li:not(.current-menu-item):not(.current-menu-ancestor) a::after {
  content: none !important;
}

.navbar-menu ul .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 90px;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 1001 !important;
}

.navbar-menu ul .sub-menu li {
  margin: 0;
  width: 100%;
}

.navbar-menu ul .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #29354E !important;
  font-size: 16px;
}

.navbar-menu ul .sub-menu li a:hover {
  color: #FABE2C !important;
}

/* Ak je rodičovská položka aktívna, zabezpečiť viditeľnosť submenu */
.current-menu-ancestor .sub-menu li a {
  color: #29354E !important; /* Znovu nastav farbu submenu, aby nebola biela */
}

.navbar-toggler {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 1005 !important;
  position: relative;
  border: none !important;
}

.navbar-menu ul li:hover > .sub-menu {
  display: block;
}

.navbar-toggler {
  display: none;
}

#menu-item-65 {
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 1345px) {
  .navbar {
    justify-content: space-between;
    height: 110px;
  }
  .navbar.scrolled {
    height: 110px;
  }
  .logo {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1003;
    max-width: 100%;
  }
  .navbar-toggler {
    display: flex;
    position: fixed;
    top: 40px;
    left: 20px;
    z-index: 1002;
    color: #29354E;
    border: none !important;
  }
  .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100% !important;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 1001;
  }
  .navbar-menu.active {
    right: 0;
  }
  .navbar-menu ul {
    flex-direction: column;
    text-align: center;
  }
  .navbar-menu ul li {
    margin: 15px 0;
  }
  #menu-primary-menu {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar-menu ul .sub-menu {
    max-height: 50vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .navbar-menu {
    overflow-y: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    padding-top: 300px; /* ak máš fixované logo */
    box-sizing: border-box;
  }
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  margin-top: 0 !important;
}

footer {
  flex-shrink: 0;
}

:root {
  --font-primary: "Montserrat", sans-serif;
}

html {
  scroll-padding-top: 120px;
}

body {
  font-family: var(--font-primary) !important;
  font-size: 18px !important;
}

.content-container {
  margin-top: 120px;
}

.fullscreen-banner {
  width: 100vw;
  height: 100vh;
  background-size: cover;
}

.fullscreen-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.45) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 95%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}

.blog-container {
  margin-top: 120px !important;
}

.button {
  background-color: #FABE2C !important;
  border: none !important;
  text-decoration: none !important;
  color: #fff;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 20px 30px !important;
  text-align: center !important;
  border-radius: 5px !important;
}

.button:hover {
  color: #29354E;
  text-decoration: underline !important;
}

.button-banner {
  font-size: 70px !important;
  background-color: transparent !important;
  border: none !important;
}

.button-banner:hover {
  color: #FABE2C !important;
}

.img-with-border > img {
  border-radius: 20px !important;
}

.fa-solid {
  font-size: 40px;
  color: #29354E;
  margin: 20px 0;
}

.icon-svg {
  fill: red !important;
}

.hidden-section {
  display: none;
  flex-wrap: wrap;
}

.faq-section {
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}

.faq-item {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.faq-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #FABE2C;
  border-bottom: 3px solid #FABE2C;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 12px;
}

.faq-item.active .faq-icon {
  transform: rotate(-135deg);
}

.faq-answer {
  display: none;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-size: 18px;
}

.faq-item.active .faq-answer {
  display: block;
}

footer {
  background-color: #FABE2C !important;
}

.a-footer {
  text-decoration: none;
  gap: 3px;
}

.p-footer,
.p-footer > a,
.p-footer > a:hover {
  text-decoration: none !important;
  color: #fff;
  font-size: 12px;
}

.a-footer:hover {
  text-decoration: underline !important;
}

.footer-logo {
  width: 100px;
  height: auto;
}

.free-entry {
  background-color: #FABE2C !important;
}

.free-entry-button {
  background-color: #0262b8 !important;
}

.blog-posts {
  display: flex;
  flex-wrap: wrap; /* Ak sa články nezmestia, prejdú na nový riadok */
  justify-content: center; /* Vycentruje články */
  gap: 20px; /* Medzera medzi článkami */
}

.blog-post {
  width: 30%; /* Každý článok zaberie tretinu šírky */
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
}

.blog-thumbnail {
  width: 100%;
  height: 200px; /* Nastav fixnú výšku */
  object-fit: cover; /* Oreže obrázok tak, aby vyplnil danú výšku */
  border-radius: 8px;
}

.blog-post > h5 {
  margin-top: 15px;
}

.blog-post h5 a {
  color: #293550;
  text-decoration: none;
}

.blog-post h5 a:hover {
  text-decoration: underline;
}

.blog-section h2 {
  text-align: center;
  font-size: 28px; /* Môžeš upraviť veľkosť podľa dizajnu */
  margin: 20px 0; /* Pridaj medzeru pod nadpis */
}

.blog-post p:first-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.slider-container {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 0; /* Odstránenie medzier medzi obrázkami */
}

.slide {
  flex: 0 0 33.33%; /* Každý obrázok bude zaberať 1/3 šírky */
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.slide img {
  width: 100%;
  height: 300px; /* Pevná výška pre konzistentný vzhľad */
  object-fit: cover; /* Zachovanie proporcií a vyplnenie priestoru */
  display: block;
  border-radius: 0; /* Zrušenie zaoblených rohov */
}

.prev-slide, .next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FABE2C;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}

.prev-slide {
  left: 10px;
}

.next-slide {
  right: 10px;
}

/* Responzivita pre mobilné zariadenia */
@media (max-width: 768px) {
  .blog-post {
    width: 48%; /* Na menších obrazovkách budú 2 vedľa seba */
  }
}
@media (max-width: 480px) {
  .blog-post {
    width: 100%; /* Na mobile budú články pod sebou */
  }
}
@media screen and (max-width: 991px) {
  .content-container {
    margin-top: 110px !important;
  }
  .fullscreen-banner {
    height: calc(100vh - 100px);
  }
  .accomodation-container {
    display: flex;
    align-items: center; /* ikona a text zarovnané vertikálne */
    justify-content: flex-start; /* zarovnanie vľavo */
    padding-left: 20px; /* odsadenie od ľavého okraja obrazovky */
  }
  .accomodation-container > .col-1,
  .accomodation-container > .col-11 {
    flex: unset;
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .accomodation-container i {
    font-size: 20px;
    line-height: 1;
    margin-right: 0; /* istota, že ikona nemá margin */
  }
  .accomodation-container p {
    margin: 0;
    padding-left: 5px; /* malá medzera medzi ikonou a textom */
    line-height: 1.4;
  }
  .slide {
    flex: 0 0 100%; /* Mobil verzia: iba 1 obrázok na celú šírku */
  }
  .slide img {
    height: 250px; /* Môžeš upraviť výšku pre mobilné zariadenia */
  }
}

/*# sourceMappingURL=style.css.map */
