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

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id="0f238c"] {
  --section-id: "0f238c";
  --storage-url: "https://preview-pension-elektra-eu.proweb.cz/_section/0f238c";
  --public-url: "https://preview-pension-elektra-eu.proweb.cz/_section/0f238c";
}
.strip[data-id="0f238c"] .main-header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 1000;
  position: relative;
}
.strip[data-id="0f238c"] .main-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="0f238c"] .main-header.scrolled .header-container {
  min-height: 70px;
}
.strip[data-id="0f238c"] .main-header.scrolled .logo-area .header-logo {
  height: 55px;
}
.strip[data-id="0f238c"] .main-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1200px) {
  .strip[data-id="0f238c"] .main-header .header-container {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .strip[data-id="0f238c"] .main-header .header-container {
    min-height: 80px;
  }
}
.strip[data-id="0f238c"] .main-header .logo-area {
  flex-shrink: 0;
}
.strip[data-id="0f238c"] .main-header .logo-area .header-logo {
  height: 70px;
  width: auto;
  display: block;
  mix-blend-mode: multiply;
  transition: all 0.4s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.02));
}
@media (max-width: 1100px) {
  .strip[data-id="0f238c"] .main-header .logo-area .header-logo {
    height: 55px;
  }
}
.strip[data-id="0f238c"] .main-header .logo-area .header-logo:hover {
  transform: scale(1.05);
}
.strip[data-id="0f238c"] .main-header .desktop-nav {
  display: flex;
  align-items: center;
  margin: 0 30px;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 1100px) {
  .strip[data-id="0f238c"] .main-header .desktop-nav {
    display: none;
  }
}
.strip[data-id="0f238c"] .main-header .desktop-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media (max-width: 1200px) {
  .strip[data-id="0f238c"] .main-header .desktop-nav .nav-list {
    gap: 15px;
  }
}
.strip[data-id="0f238c"] .main-header .desktop-nav .nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000066; /* Darker navy for better contrast */
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.strip[data-id="0f238c"] .main-header .desktop-nav .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #c5a028; /* Darker gold for contrast */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}
.strip[data-id="0f238c"] .main-header .desktop-nav .nav-list li a:hover {
  color: #c5a028;
}
.strip[data-id="0f238c"] .main-header .desktop-nav .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id="0f238c"] .main-header .desktop-nav .nav-list li a.nav-cta {
  color: #c5a028;
  font-weight: 700;
  border: 1px solid rgba(197, 160, 40, 0.3);
  padding: 8px 16px;
  border-radius: 4px;
}
.strip[data-id="0f238c"] .main-header .desktop-nav .nav-list li a.nav-cta::after {
  display: none;
}
.strip[data-id="0f238c"] .main-header .desktop-nav .nav-list li a.nav-cta:hover {
  background-color: #c5a028;
  color: #ffffff;
  border-color: #c5a028;
}
.strip[data-id="0f238c"] .main-header .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.strip[data-id="0f238c"] .main-header .header-actions .lang-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #777;
  background: rgba(0, 0, 102, 0.03);
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 102, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .strip[data-id="0f238c"] .main-header .header-actions .lang-switcher {
    display: none;
  }
}
.strip[data-id="0f238c"] .main-header .header-actions .lang-switcher .lang-item {
  color: #777;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
}
.strip[data-id="0f238c"] .main-header .header-actions .lang-switcher .lang-item.active {
  color: #000066;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.strip[data-id="0f238c"] .main-header .header-actions .lang-switcher .lang-item:hover:not(.active) {
  color: #c5a028;
}
.strip[data-id="0f238c"] .main-header .header-actions .lang-switcher .lang-divider {
  color: rgba(0, 0, 102, 0.1);
  width: 1px;
  height: 12px;
  background-color: currentColor;
}
.strip[data-id="0f238c"] .main-header .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
@media (max-width: 1100px) {
  .strip[data-id="0f238c"] .main-header .mobile-toggle {
    display: flex;
  }
}
.strip[data-id="0f238c"] .main-header .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000066;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
}
.strip[data-id="0f238c"] .main-header .mobile-toggle.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.strip[data-id="0f238c"] .main-header .mobile-toggle.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id="0f238c"] .main-header .mobile-toggle.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.strip[data-id="0f238c"] .main-header .mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: 100px 40px 40px;
}
@media (max-width: 450px) {
  .strip[data-id="0f238c"] .main-header .mobile-menu {
    max-width: 100%;
  }
}
.strip[data-id="0f238c"] .main-header .mobile-menu.open {
  transform: translateX(0);
}
.strip[data-id="0f238c"] .main-header .mobile-menu .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.strip[data-id="0f238c"] .main-header .mobile-menu .mobile-nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000066;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 102, 0.05);
}
.strip[data-id="0f238c"] .main-header .mobile-menu .mobile-nav-list li a:hover {
  color: #c5a028;
  padding-left: 10px;
}
.strip[data-id="0f238c"] .main-header .mobile-menu .mobile-lang-switcher {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 25px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 102, 0.1);
}
.strip[data-id="0f238c"] .main-header .mobile-menu .mobile-lang-switcher .lang-item {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #888;
  text-decoration: none;
}
.strip[data-id="0f238c"] .main-header .mobile-menu .mobile-lang-switcher .lang-item.active {
  color: #000066;
  border-bottom: 2px solid #c5a028;
}.strip[data-id="3f05e0"] {
  --section-id: "3f05e0";
  --storage-url: "https://preview-pension-elektra-eu.proweb.cz/_section/3f05e0";
  --public-url: "https://preview-pension-elektra-eu.proweb.cz/_section/3f05e0";
  /* Entrance Animation */
}
.strip[data-id="3f05e0"] .hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  padding: 140px 0 100px;
  /* Elegant damask texture with a subtle gradient */
}
.strip[data-id="3f05e0"] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M60 15c-3 0-5 2-5 5s2 5 5 5 5-2 5-5-2-5-5-5zm0 90c-3 0-5 2-5 5s2 5 5 5 5-2 5-5-2-5-5-5zM15 60c0-3 2-5 5-5s5 2 5 5-2 5-5 5-5-2-5-5zm90 0c0-3 2-5 5-5s5 2 5 5-2 5-5 5-5-2-5-5zM40 40c-2 0-4 2-4 4s2 4 4 4 4-2 4-4-2-4-4-4zm40 40c-2 0-4 2-4 4s2 4 4 4 4-2 4-4-2-4-4-4z' fill='%23c5a059' fill-opacity='0.05'/%3E%3C/svg%3E");
  background-size: 240px 240px;
  z-index: 0;
}
.strip[data-id="3f05e0"] .hero-section .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.strip[data-id="3f05e0"] .hero-section .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="3f05e0"] .hero-section .hero-content {
  position: relative;
  padding: 70px;
  background-color: #ffffff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(197, 160, 89, 0.15);
}
.strip[data-id="3f05e0"] .hero-section .hero-content .ornament {
  position: absolute;
  top: -35px;
  left: -35px;
  width: 80px;
  height: 80px;
  z-index: 2;
  background: #ffffff;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.strip[data-id="3f05e0"] .hero-section .hero-content .ornament svg {
  fill: #c5a059;
  width: 100%;
  height: 100%;
}
.strip[data-id="3f05e0"] .hero-section .hero-content .subtitle-wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="3f05e0"] .hero-section .hero-content .subtitle-wrapper .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
}
.strip[data-id="3f05e0"] .hero-section .hero-content .subtitle-wrapper .line {
  flex-grow: 0;
  width: 50px;
  height: 1px;
  background-color: #c5a059;
  opacity: 0.6;
}
.strip[data-id="3f05e0"] .hero-section .hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 58px;
  color: #001f3f;
  line-height: 1.15;
  margin-bottom: 35px;
  font-weight: 700;
}
.strip[data-id="3f05e0"] .hero-section .hero-content .description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 50px;
  max-width: 90%;
}
.strip[data-id="3f05e0"] .hero-section .hero-content .cta-wrapper .btn-gold {
  display: inline-block;
  padding: 24px 50px;
  background-color: #c5a059;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 12px 24px rgba(197, 160, 89, 0.25);
  border: 1px solid #c5a059;
  position: relative;
  overflow: hidden;
}
.strip[data-id="3f05e0"] .hero-section .hero-content .cta-wrapper .btn-gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
.strip[data-id="3f05e0"] .hero-section .hero-content .cta-wrapper .btn-gold:hover {
  transform: translateY(-5px);
  background-color: #b38f4d;
  box-shadow: 0 18px 35px rgba(197, 160, 89, 0.35);
}
.strip[data-id="3f05e0"] .hero-section .hero-content .cta-wrapper .btn-gold:hover::after {
  left: 100%;
}
.strip[data-id="3f05e0"] .hero-section .hero-image-wrapper {
  position: relative;
  padding: 0 20px 20px 0;
}
.strip[data-id="3f05e0"] .hero-section .hero-image-wrapper::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  right: -20px;
  bottom: -20px;
  border: 2px solid #c5a059;
  z-index: 0;
  opacity: 0.4;
}
.strip[data-id="3f05e0"] .hero-section .hero-image-wrapper .image-container {
  position: relative;
  z-index: 1;
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.12);
  border: 15px solid #ffffff;
  line-height: 0;
  overflow: hidden;
}
.strip[data-id="3f05e0"] .hero-section .hero-image-wrapper .image-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.strip[data-id="3f05e0"] .hero-section .hero-image-wrapper:hover img {
  transform: scale(1.05);
}
.strip[data-id="3f05e0"] .hero-section .scroll-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #c5a059;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s;
  z-index: 2;
}
.strip[data-id="3f05e0"] .hero-section .scroll-arrow:hover {
  opacity: 0.8;
  transform: translateX(-50%) translateY(5px);
}
.strip[data-id="3f05e0"] .hero-section .scroll-arrow .scroll-text {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  color: #c5a059;
}
.strip[data-id="3f05e0"] .hero-section .scroll-arrow svg {
  width: 24px;
  height: 24px;
  fill: #c5a059;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.strip[data-id="3f05e0"] .hero-content, .strip[data-id="3f05e0"] .hero-image-wrapper {
  opacity: 0;
  transform: translateY(40px);
}
.strip[data-id="3f05e0"] .hero-section.active .hero-content, .strip[data-id="3f05e0"] .hero-section.active .hero-image-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.strip[data-id="3f05e0"] .hero-section.active .hero-image-wrapper {
  transition-delay: 0.3s;
}
@media (max-width: 1200px) {
  .strip[data-id="3f05e0"] .hero-section .hero-grid {
    gap: 40px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content {
    padding: 50px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="3f05e0"] .hero-section {
    padding: 120px 0 80px;
    min-height: auto;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content {
    order: 2;
    text-align: center;
    padding: 50px 40px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content .subtitle-wrapper {
    justify-content: center;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content .ornament {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content .description {
    max-width: 100%;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-image-wrapper {
    order: 1;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px 15px 0;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-image-wrapper::after {
    top: 20px;
    left: 20px;
    right: -10px;
    bottom: -10px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-image-wrapper .image-container {
    border-width: 10px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-image-wrapper .image-container img {
    aspect-ratio: 3/2;
  }
  .strip[data-id="3f05e0"] .hero-section .scroll-arrow {
    display: none;
  }
}
@media (max-width: 576px) {
  .strip[data-id="3f05e0"] .hero-section {
    padding-top: 100px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content {
    padding: 40px 25px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content h1 {
    font-size: 36px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content .description {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content .cta-wrapper .btn-gold {
    width: 100%;
    padding: 20px 30px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-content .subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .strip[data-id="3f05e0"] .hero-section .hero-image-wrapper {
    max-width: 100%;
  }
}.strip[data-id="906c41"] {
  --section-id: "906c41";
  --storage-url: "https://preview-pension-elektra-eu.proweb.cz/_section/906c41";
  --public-url: "https://preview-pension-elektra-eu.proweb.cz/_section/906c41";
}
.strip[data-id="906c41"] .hero-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.strip[data-id="906c41"] .hero-section .ornament-top-left {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  height: 120px;
  opacity: 0.15;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M0 0c50 0 50 50 100 50v50H0V0z' fill='%23D4AF37'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.strip[data-id="906c41"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id="906c41"] .hero-section .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="906c41"] .hero-section .hero-content {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0l30 30-30 30-30-30z' fill='%23f5f5f5'/%3E%3C/svg%3E");
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="906c41"] .hero-section .hero-content .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}
.strip[data-id="906c41"] .hero-section .hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  color: #002366;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  margin-top: 0;
}
.strip[data-id="906c41"] .hero-section .hero-content .description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 40px;
}
.strip[data-id="906c41"] .hero-section .hero-content .cta-btn {
  display: inline-block;
  background-color: #D4AF37;
  color: #ffffff;
  padding: 18px 36px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 2px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}
.strip[data-id="906c41"] .hero-section .hero-content .cta-btn:hover {
  transform: scale(1.05);
  background-color: #c4a030;
  color: #ffffff;
}
.strip[data-id="906c41"] .hero-section .hero-image-wrapper .image-frame {
  position: relative;
  padding: 12px;
  background: #D4AF37;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
}
.strip[data-id="906c41"] .hero-section .hero-image-wrapper .image-frame img {
  display: block;
  max-width: 100%;
  height: auto;
}
.strip[data-id="906c41"] .hero-section .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #D4AF37;
  animation: pulse 2s infinite;
  font-size: 40px;
  line-height: 1;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, 0);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, 15px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 0.5;
  }
}
@media (max-width: 991px) {
  .strip[data-id="906c41"] .hero-section {
    padding: 80px 0;
  }
  .strip[data-id="906c41"] .hero-section .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id="906c41"] .hero-section .hero-image-wrapper {
    order: -1;
  }
  .strip[data-id="906c41"] .hero-section .hero-content {
    background-image: none;
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .strip[data-id="906c41"] .hero-section .hero-content h1 {
    font-size: 36px;
  }
}.strip[data-id=af78f4] {
  --section-id: "af78f4";
  --storage-url: "https://preview-pension-elektra-eu.proweb.cz/_section/af78f4";
  --public-url: "https://preview-pension-elektra-eu.proweb.cz/_section/af78f4";
}
.strip[data-id=af78f4] .pricing-section {
  background-color: #001f3f;
  padding: 80px 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=af78f4] .pricing-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=af78f4] .pricing-section .section-title {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #ffffff;
}
.strip[data-id=af78f4] .pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.strip[data-id=af78f4] .pricing-section .pricing-card {
  background-color: #ffffff;
  color: #333333;
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  border-top: 4px solid #001f3f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id=af78f4] .pricing-section .pricing-card.active-season {
  border: 3px solid #d4af37;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .card-icon {
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .card-icon img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.strip[data-id=af78f4] .pricing-section .pricing-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #001f3f;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .season-dates {
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
  min-height: 40px;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .pricing-list li {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .pricing-list li:last-child {
  border-bottom: none;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .pricing-list li .room-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #555555;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .pricing-list li .price-tag {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #001f3f;
}
.strip[data-id=af78f4] .pricing-section .pricing-card .pricing-list li .price-tag .currency-eur {
  font-size: 16px;
  color: #888888;
  margin-left: 5px;
}
.strip[data-id=af78f4] .pricing-section .pricing-footer {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 8px;
}
.strip[data-id=af78f4] .pricing-section .pricing-footer .info-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}
.strip[data-id=af78f4] .pricing-section .pricing-footer .info-block i {
  color: #d4af37;
  font-size: 24px;
}
.strip[data-id=af78f4] .pricing-section .pricing-footer p {
  margin: 0;
  font-size: 14px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .strip[data-id=af78f4] .pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=af78f4] .pricing-section {
    padding: 60px 15px;
  }
  .strip[data-id=af78f4] .pricing-section .section-title {
    font-size: 32px;
  }
  .strip[data-id=af78f4] .pricing-section .pricing-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=af78f4] .pricing-section .pricing-card.active-season {
    transform: none;
  }
}.strip[data-id="961f92"] {
  --section-id: "961f92";
  --storage-url: "https://preview-pension-elektra-eu.proweb.cz/_section/961f92";
  --public-url: "https://preview-pension-elektra-eu.proweb.cz/_section/961f92";
}
.strip[data-id="961f92"] .accommodation-section {
  background-color: #fcfbf7;
  background-image: linear-gradient(rgba(212, 175, 55, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(212, 175, 55, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  background-attachment: fixed;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id="961f92"] .accommodation-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, transparent, #fcfbf7 85%);
  pointer-events: none;
}
.strip[data-id="961f92"] .accommodation-section .hero-image-container {
  max-width: 1200px;
  margin: 0 auto 100px;
  height: 650px;
  position: relative;
  padding: 20px;
  /* Decorative Gold Frame */
}
@media (max-width: 992px) {
  .strip[data-id="961f92"] .accommodation-section .hero-image-container {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="961f92"] .accommodation-section .hero-image-container {
    height: 350px;
    padding: 15px;
    margin-bottom: 60px;
  }
}
.strip[data-id="961f92"] .accommodation-section .hero-image-container .image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border-radius: 2px;
}
.strip[data-id="961f92"] .accommodation-section .hero-image-container .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: scale(1.05);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="961f92"] .accommodation-section .hero-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #D4AF37;
  z-index: 1;
  transform: translate(20px, 20px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .strip[data-id="961f92"] .accommodation-section .hero-image-container::after {
    transform: translate(10px, 10px);
  }
}
.strip[data-id="961f92"] .accommodation-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.strip[data-id="961f92"] .accommodation-section .section-header {
  text-align: center;
  margin-bottom: 90px;
}
.strip[data-id="961f92"] .accommodation-section .section-header .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
.strip[data-id="961f92"] .accommodation-section .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  color: #000080;
  margin: 0;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .strip[data-id="961f92"] .accommodation-section .section-header h2 {
    font-size: 38px;
  }
}
.strip[data-id="961f92"] .accommodation-section .section-header .header-line {
  width: 80px;
  height: 1px;
  background: #D4AF37;
  margin: 30px auto 0;
}
.strip[data-id="961f92"] .accommodation-section .rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .strip[data-id="961f92"] .accommodation-section .rooms-grid {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="961f92"] .accommodation-section .rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="961f92"] .accommodation-section .rooms-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.strip[data-id="961f92"] .accommodation-section .room-card {
  background: #ffffff;
  padding: 60px 40px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 128, 0.03);
  height: 100%;
  position: relative;
  overflow: hidden;
  /* Reveal state */
  opacity: 1; /* Visible by default for SEO/No-JS */
  transform: translateY(0);
}
.strip[data-id="961f92"] .accommodation-section .room-card.reveal-item.is-hidden {
  opacity: 0;
  transform: translateY(40px);
}
.strip[data-id="961f92"] .accommodation-section .room-card.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="961f92"] .accommodation-section .room-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #D4AF37;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: center;
}
.strip[data-id="961f92"] .accommodation-section .room-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border-color: rgba(212, 175, 55, 0.3);
}
.strip[data-id="961f92"] .accommodation-section .room-card:hover::before {
  transform: scaleX(1);
}
.strip[data-id="961f92"] .accommodation-section .room-card:hover .icon-circle {
  background-color: #000080;
  border-color: #000080;
  color: #ffffff;
  transform: rotateY(180deg);
}
.strip[data-id="961f92"] .accommodation-section .room-card .icon-circle {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  color: #D4AF37;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
}
.strip[data-id="961f92"] .accommodation-section .room-card .icon-circle svg {
  width: 36px;
  height: 36px;
  stroke-width: 1px;
}
.strip[data-id="961f92"] .accommodation-section .room-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #000080;
  margin: 0 0 25px 0;
  font-weight: 700;
  line-height: 1.3;
}
.strip[data-id="961f92"] .accommodation-section .room-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #333333; /* Darker for better contrast */
  line-height: 1.8;
  margin: 0;
}
.strip[data-id="961f92"] .accommodation-section .services-bar {
  background: #000080;
  padding: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 128, 0.2);
  /* Reveal state */
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="961f92"] .accommodation-section .services-bar.reveal-item.is-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.strip[data-id="961f92"] .accommodation-section .services-bar.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .strip[data-id="961f92"] .accommodation-section .services-bar {
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
    gap: 30px;
    text-align: center;
  }
}
.strip[data-id="961f92"] .accommodation-section .services-bar .service-item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.strip[data-id="961f92"] .accommodation-section .services-bar .service-item:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .strip[data-id="961f92"] .accommodation-section .services-bar .service-item {
    flex-direction: column;
    gap: 10px;
  }
}
.strip[data-id="961f92"] .accommodation-section .services-bar .service-item .icon-wrapper {
  color: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="961f92"] .accommodation-section .services-bar .service-item .icon-wrapper svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
}
.strip[data-id="961f92"] .accommodation-section .services-bar .service-item span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}.strip[data-id="197115"] {
  --section-id: "197115";
  --storage-url: "https://preview-pension-elektra-eu.proweb.cz/_section/197115";
  --public-url: "https://preview-pension-elektra-eu.proweb.cz/_section/197115";
}
.strip[data-id="197115"] .pricing-section {
  background: linear-gradient(rgba(0, 31, 63, 0.92), rgba(0, 21, 43, 0.95)), url(https://preview-pension-elektra-eu.proweb.cz/_section/197115/bg-pattern.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 120px 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="197115"] .pricing-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
}
.strip[data-id="197115"] .pricing-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="197115"] .pricing-section .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="197115"] .pricing-section .section-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id="197115"] .pricing-section .section-header .title-underline {
  width: 100px;
  height: 3px;
  background: #d4af37;
  margin: 0 auto 25px;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}
.strip[data-id="197115"] .pricing-section .section-header .section-subtitle {
  font-size: 20px;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 300;
}
.strip[data-id="197115"] .pricing-section .pricing-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.strip[data-id="197115"] .pricing-section .pricing-card {
  background-color: #ffffff;
  color: #333333;
  flex: 1;
  min-width: 320px;
  max-width: 380px;
  border-radius: 15px;
  border-top: 6px solid #000080;
  padding: 50px 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id="197115"] .pricing-section .pricing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
.strip[data-id="197115"] .pricing-section .pricing-card.current-season {
  border-color: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.3), 0 20px 40px rgba(0, 0, 0, 0.3);
}
.strip[data-id="197115"] .pricing-section .pricing-card.current-season .season-badge {
  display: block;
}
.strip[data-id="197115"] .pricing-section .season-badge {
  display: none;
  position: absolute;
  top: -15px;
  right: 25px;
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  color: #000;
  padding: 6px 18px;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
  z-index: 10;
  letter-spacing: 1px;
}
.strip[data-id="197115"] .pricing-section .card-header {
  text-align: center;
  margin-bottom: 40px;
}
.strip[data-id="197115"] .pricing-section .card-header .icon-wrapper {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.strip[data-id="197115"] .pricing-section .card-header .icon-wrapper img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
.strip[data-id="197115"] .pricing-section .card-header h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  color: #000080;
  letter-spacing: 2px;
}
.strip[data-id="197115"] .pricing-section .card-header .season-dates {
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}
.strip[data-id="197115"] .pricing-section .card-body {
  flex-grow: 1;
}
.strip[data-id="197115"] .pricing-section .card-body .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.strip[data-id="197115"] .pricing-section .card-body .price-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.strip[data-id="197115"] .pricing-section .card-body .price-item .room-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="197115"] .pricing-section .card-body .price-item .room-icon {
  width: 20px;
  height: 20px;
  fill: #000080;
  opacity: 0.7;
}
.strip[data-id="197115"] .pricing-section .card-body .price-item .room-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555555;
  letter-spacing: 0.5px;
}
.strip[data-id="197115"] .pricing-section .card-body .price-item .price {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #000080;
  font-weight: 800;
  white-space: nowrap;
}
.strip[data-id="197115"] .pricing-section .card-footer {
  margin-top: 40px;
  text-align: center;
}
.strip[data-id="197115"] .pricing-section .card-footer .book-button {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  background: #000080;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.strip[data-id="197115"] .pricing-section .card-footer .book-button:hover {
  background: transparent;
  color: #000080;
  border-color: #000080;
}
.strip[data-id="197115"] .pricing-section .pricing-footer {
  margin-top: 100px;
  text-align: center;
}
.strip[data-id="197115"] .pricing-section .pricing-footer .info-note {
  display: inline-flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 50px;
  border-radius: 20px;
  max-width: 900px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id="197115"] .pricing-section .pricing-footer .info-note .info-icon {
  width: 28px;
  height: 28px;
  fill: #d4af37;
  margin-right: 25px;
  margin-top: 2px;
  flex-shrink: 0;
}
.strip[data-id="197115"] .pricing-section .pricing-footer .info-note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}
@media (max-width: 992px) {
  .strip[data-id="197115"] .pricing-section .pricing-cards {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="197115"] .pricing-section {
    padding: 80px 15px;
  }
  .strip[data-id="197115"] .pricing-section .section-header {
    margin-bottom: 60px;
  }
  .strip[data-id="197115"] .pricing-section .section-header .section-title {
    font-size: 40px;
  }
  .strip[data-id="197115"] .pricing-section .section-header .section-subtitle {
    font-size: 18px;
  }
  .strip[data-id="197115"] .pricing-section .pricing-card {
    min-width: 100%;
    padding: 45px 30px;
  }
  .strip[data-id="197115"] .pricing-section .pricing-footer .info-note {
    flex-direction: column;
    align-items: center;
    padding: 35px 25px;
  }
  .strip[data-id="197115"] .pricing-section .pricing-footer .info-note .info-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .strip[data-id="197115"] .pricing-section .pricing-footer .info-note p {
    text-align: center;
  }
}