@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="4d7abc"] {
  --section-id: "4d7abc";
  --storage-url: "https://www.hala-slany.cz/_section/4d7abc";
  --public-url: "https://www.hala-slany.cz/_section/4d7abc";
}
.strip[data-id="4d7abc"] .header-main {
  background: #003366;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="4d7abc"] .header-main .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.strip[data-id="4d7abc"] .header-main .logo-wrapper {
  display: block;
  flex-shrink: 0;
  z-index: 1002;
}
.strip[data-id="4d7abc"] .header-main .logo-wrapper .logo-img {
  max-height: 60px;
  width: auto;
  display: block;
}
.strip[data-id="4d7abc"] .header-main .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1002;
}
.strip[data-id="4d7abc"] .header-main .btn-reservation {
  background: #E30613;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
}
.strip[data-id="4d7abc"] .header-main .btn-reservation:hover {
  background: #c20510;
  transform: scale(1.03);
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  align-items: center;
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #E30613;
  transition: width 0.3s ease;
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-link:hover {
  color: #E30613;
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="4d7abc"] .header-main .lang-switcher-header {
  display: flex;
  gap: 12px;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}
.strip[data-id="4d7abc"] .header-main .lang-switcher-header .lang-link {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.2s ease;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 4px 2px;
  text-transform: uppercase;
}
.strip[data-id="4d7abc"] .header-main .lang-switcher-header .lang-link:hover, .strip[data-id="4d7abc"] .header-main .lang-switcher-header .lang-link.active {
  opacity: 1;
}
.strip[data-id="4d7abc"] .header-main .lang-switcher-header .lang-link.active {
  color: #E30613;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::before, .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::before {
  top: -8px;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::after {
  bottom: -8px;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotate(180deg);
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(45deg);
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .strip[data-id="4d7abc"] .header-main .header-container {
    padding: 10px 15px;
  }
  .strip[data-id="4d7abc"] .header-main .header-right {
    gap: 8px;
  }
  .strip[data-id="4d7abc"] .header-main .btn-reservation {
    padding: 6px 10px;
    font-size: 10px;
    border-radius: 3px;
  }
  .strip[data-id="4d7abc"] .header-main .lang-switcher-header {
    border-left: none;
    padding-left: 0;
    gap: 6px;
  }
  .strip[data-id="4d7abc"] .header-main .lang-link {
    font-size: 11px;
  }
  .strip[data-id="4d7abc"] .header-main .logo-img {
    max-height: 45px;
  }
  .strip[data-id="4d7abc"] .header-main .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #003366;
    padding: 80px 20px 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1001;
    display: flex;
    flex-direction: column;
  }
  .strip[data-id="4d7abc"] .header-main .nav-menu.is-active {
    right: 0;
  }
  .strip[data-id="4d7abc"] .header-main .nav-menu .nav-list {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle {
    display: block;
    padding: 5px;
  }
  .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-box {
    width: 24px;
  }
  .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner, .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::before, .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::after {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="4d7abc"] .header-main .header-container {
    padding: 8px 10px;
  }
  .strip[data-id="4d7abc"] .header-main .header-right {
    gap: 5px;
  }
  .strip[data-id="4d7abc"] .header-main .btn-reservation {
    padding: 5px 8px;
    font-size: 9px;
    letter-spacing: 0;
  }
  .strip[data-id="4d7abc"] .header-main .logo-img {
    max-height: 35px;
  }
  .strip[data-id="4d7abc"] .header-main .lang-link {
    font-size: 10px;
    padding: 2px;
  }
}
@media (max-width: 360px) {
  .strip[data-id="4d7abc"] .header-main .btn-reservation {
    padding: 4px 6px;
    font-size: 8px;
  }
  .strip[data-id="4d7abc"] .header-main .logo-img {
    max-height: 30px;
  }
}.strip[data-id=d2c29a] {
  --section-id: "d2c29a";
  --storage-url: "https://www.hala-slany.cz/_section/d2c29a";
  --public-url: "https://www.hala-slany.cz/_section/d2c29a";
}
.strip[data-id=d2c29a] .virtual-tour-section {
  padding: 100px 0;
  background-color: #0c1a2c;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=d2c29a] .virtual-tour-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d2c29a] .virtual-tour-section .header-block {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=d2c29a] .virtual-tour-section .header-block .section-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.strip[data-id=d2c29a] .virtual-tour-section .header-block .accent-line {
  width: 80px;
  height: 4px;
  background-color: #e63946;
  margin: 20px auto 0;
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container:hover {
  transform: translateY(-5px);
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container:hover .tour-overlay {
  opacity: 1;
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container:hover .tour-image {
  transform: scale(1.05);
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container .tour-link {
  display: block;
  text-decoration: none;
  position: relative;
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container .tour-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container .tour-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 26, 44, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container .tour-overlay .play-button {
  width: 80px;
  height: 80px;
  background-color: #e63946;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(230, 57, 70, 0.6);
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container .tour-overlay .play-button i {
  color: #fff;
  font-size: 2rem;
  margin-left: 5px;
}
.strip[data-id=d2c29a] .virtual-tour-section .tour-container .tour-overlay .overlay-text {
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .strip[data-id=d2c29a] .virtual-tour-section {
    padding: 60px 0;
  }
  .strip[data-id=d2c29a] .virtual-tour-section .header-block .section-title {
    font-size: 2.2rem;
  }
  .strip[data-id=d2c29a] .virtual-tour-section .tour-overlay {
    opacity: 1;
    background: rgba(12, 26, 44, 0.3);
  }
  .strip[data-id=d2c29a] .virtual-tour-section .tour-overlay .play-button {
    width: 60px;
    height: 60px;
  }
  .strip[data-id=d2c29a] .virtual-tour-section .tour-overlay .play-button i {
    font-size: 1.5rem;
  }
  .strip[data-id=d2c29a] .virtual-tour-section .tour-overlay .overlay-text {
    font-size: 1.2rem;
  }
}.strip[data-id="86bec4"] {
  --section-id: "86bec4";
  --storage-url: "https://www.hala-slany.cz/_section/86bec4";
  --public-url: "https://www.hala-slany.cz/_section/86bec4";
}
.strip[data-id="86bec4"] .social-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id="86bec4"] .social-sidebar .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #001a33;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px 0 0 5px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
}
.strip[data-id="86bec4"] .social-sidebar .social-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.strip[data-id="86bec4"] .social-sidebar .social-link.facebook:hover {
  background-color: #1877F2;
  width: 60px;
}
.strip[data-id="86bec4"] .social-sidebar .social-link.instagram:hover {
  background-color: #E4405F;
  width: 60px;
}
@media (max-width: 768px) {
  .strip[data-id="86bec4"] .social-sidebar {
    top: auto;
    bottom: 20px;
    flex-direction: row;
    right: 20px;
    transform: none;
    gap: 15px;
  }
  .strip[data-id="86bec4"] .social-sidebar .social-link {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .strip[data-id="86bec4"] .social-sidebar .social-link:hover {
    width: 45px;
    transform: scale(1.1);
  }
}.strip[data-id=a06c0d] {
  --section-id: "a06c0d";
  --storage-url: "https://www.hala-slany.cz/_section/a06c0d";
  --public-url: "https://www.hala-slany.cz/_section/a06c0d";
}
.strip[data-id=a06c0d] .footer-section {
  background-color: #001a33;
  color: #B0B0B0;
  font-family: "Montserrat", sans-serif;
  padding: 60px 0 0;
  width: 100%;
}
.strip[data-id=a06c0d] .footer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.strip[data-id=a06c0d] .footer-section .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id=a06c0d] .footer-section .footer-col h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=a06c0d] .footer-section .footer-col p {
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 15px;
}
.strip[data-id=a06c0d] .footer-section .footer-col .contact-link {
  display: block;
  color: #B0B0B0;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  font-size: 15px;
}
.strip[data-id=a06c0d] .footer-section .footer-col .contact-link:hover {
  color: #FFFFFF;
}
.strip[data-id=a06c0d] .footer-section .footer-col .phone-link {
  display: block;
  color: #E30613;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
  font-size: 16px;
}
.strip[data-id=a06c0d] .footer-section .footer-col .phone-link:hover {
  opacity: 0.8;
}
.strip[data-id=a06c0d] .footer-section .footer-col .spacer {
  height: 25px;
}
.strip[data-id=a06c0d] .footer-section .footer-col .column-map {
  margin-top: 25px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: grayscale(0.3);
  transition: filter 0.3s ease;
}
.strip[data-id=a06c0d] .footer-section .footer-col .column-map:hover {
  filter: grayscale(0);
}
.strip[data-id=a06c0d] .footer-section .footer-col .column-map iframe {
  width: 100%;
  height: 180px;
  border: 0;
}
.strip[data-id=a06c0d] .footer-section .footer-logo {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id=a06c0d] .footer-section address {
  font-style: normal;
  line-height: 1.8;
  font-size: 15px;
}
.strip[data-id=a06c0d] .footer-section .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.strip[data-id=a06c0d] .footer-section .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id=a06c0d] .footer-section .footer-links li a {
  color: #B0B0B0;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15px;
}
.strip[data-id=a06c0d] .footer-section .footer-links li a:hover {
  color: #FFFFFF;
}
.strip[data-id=a06c0d] .footer-section .social-icons {
  display: flex;
  gap: 12px;
}
.strip[data-id=a06c0d] .footer-section .social-icons .social-icon {
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001a33;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id=a06c0d] .footer-section .social-icons .social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id=a06c0d] .footer-section .social-icons .social-icon:hover {
  background-color: #E30613;
  color: #FFFFFF;
}
.strip[data-id=a06c0d] .footer-section .footer-bottom {
  border-top: 1px solid rgba(176, 176, 176, 0.15);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=a06c0d] .footer-section .footer-bottom p {
  font-size: 12px;
  margin: 0;
  color: rgba(176, 176, 176, 0.6);
}
@media (max-width: 1024px) {
  .strip[data-id=a06c0d] .footer-section .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=a06c0d] .footer-section .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id=a06c0d] .footer-section .social-icons {
    justify-content: center;
  }
  .strip[data-id=a06c0d] .footer-section .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .strip[data-id=a06c0d] .footer-section .footer-col .column-map {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}