@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@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="1a84b9"] {
  --section-id: "1a84b9";
  --storage-url: "https://www.jadrove-vrty.cz/_section/1a84b9";
  --public-url: "https://www.jadrove-vrty.cz/_section/1a84b9";
}
.strip[data-id="1a84b9"] .header-section {
  --accent: hsl(28, 91%, 54%);
  --ink: #171717;
  position: relative;
  z-index: 1000;
  width: 100%;
  color: #fff;
  background: rgba(23, 23, 23, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.strip[data-id="1a84b9"] .header-container {
  max-width: 1200px;
  min-height: 78px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.strip[data-id="1a84b9"] .logo-area {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  flex: 0 0 auto;
}
.strip[data-id="1a84b9"] .footer-style-logo {
  width: 145px;
  height: auto;
  display: block;
  overflow: visible;
}
.strip[data-id="1a84b9"] .header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.strip[data-id="1a84b9"] .header-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #171717;
  background: var(--accent);
  font-size: 17px;
  font-weight: 700;
}
.strip[data-id="1a84b9"] .header-phone-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  white-space: nowrap;
}
.strip[data-id="1a84b9"] .header-phone-label {
  color: var(--accent);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.strip[data-id="1a84b9"] .header-phone strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.strip[data-id="1a84b9"] .header-phone:hover, .strip[data-id="1a84b9"] .header-phone:focus-visible {
  transform: translateY(-2px);
}
.strip[data-id="1a84b9"] .header-phone:hover strong, .strip[data-id="1a84b9"] .header-phone:focus-visible strong {
  color: var(--accent);
}
.strip[data-id="1a84b9"] .nav-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="1a84b9"] .nav-item {
  position: relative;
}
.strip[data-id="1a84b9"] .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 13px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease;
}
.strip[data-id="1a84b9"] .nav-link::before {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 5px;
  left: 13px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.strip[data-id="1a84b9"] .nav-link:hover, .strip[data-id="1a84b9"] .nav-link:focus-visible {
  color: #fff;
}
.strip[data-id="1a84b9"] .nav-link:hover::before, .strip[data-id="1a84b9"] .nav-link:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}
.strip[data-id="1a84b9"] .nav-arrow {
  color: var(--accent);
  font-size: 18px;
  line-height: 0;
}
.strip[data-id="1a84b9"] .nav-link-cta {
  color: #fff;
  background: var(--accent);
  margin-left: 7px;
  padding-right: 16px;
  padding-left: 16px;
}
.strip[data-id="1a84b9"] .nav-link-cta::before {
  display: none;
}
.strip[data-id="1a84b9"] .nav-link-cta:hover, .strip[data-id="1a84b9"] .nav-link-cta:focus-visible {
  background: #fff;
  color: var(--ink);
}
.strip[data-id="1a84b9"] .submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 290px;
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
  list-style: none;
  background: #242424;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 3px solid var(--accent);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.strip[data-id="1a84b9"] .has-submenu:hover .submenu, .strip[data-id="1a84b9"] .has-submenu:focus-within .submenu, .strip[data-id="1a84b9"] .has-submenu.active .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.strip[data-id="1a84b9"] .submenu-link {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}
.strip[data-id="1a84b9"] .submenu-link span {
  color: var(--accent);
  font-size: 12px;
}
.strip[data-id="1a84b9"] .submenu-link:hover, .strip[data-id="1a84b9"] .submenu-link:focus-visible {
  padding-left: 16px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.06);
}
.strip[data-id="1a84b9"] .burger-btn {
  display: none;
  padding: 10px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.strip[data-id="1a84b9"] .burger-icon {
  width: 28px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strip[data-id="1a84b9"] .burger-icon i {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.strip[data-id="1a84b9"] .burger-btn.active .burger-icon i:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.strip[data-id="1a84b9"] .burger-btn.active .burger-icon i:nth-child(2) {
  opacity: 0;
}
.strip[data-id="1a84b9"] .burger-btn.active .burger-icon i:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.strip[data-id="1a84b9"] .back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.strip[data-id="1a84b9"] .back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id="1a84b9"] .back-to-top:hover {
  background: #fff;
  color: var(--ink);
}
@media (max-width: 1180px) {
  .strip[data-id="1a84b9"] .header-container {
    gap: 14px;
  }
  .strip[data-id="1a84b9"] .header-phone strong {
    font-size: 14px;
  }
  .strip[data-id="1a84b9"] .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="1a84b9"] .header-container {
    min-height: 70px;
    padding: 10px 20px;
    gap: 14px;
  }
  .strip[data-id="1a84b9"] .footer-style-logo {
    width: 132px;
  }
  .strip[data-id="1a84b9"] .header-phone {
    margin-left: auto;
    margin-right: 2px;
  }
  .strip[data-id="1a84b9"] .header-phone-label {
    display: none;
  }
  .strip[data-id="1a84b9"] .header-phone strong {
    font-size: 14px;
  }
  .strip[data-id="1a84b9"] .header-phone-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .strip[data-id="1a84b9"] .burger-btn {
    display: block;
    position: relative;
    z-index: 1102;
  }
  .strip[data-id="1a84b9"] .nav-menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 92px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: rgba(23, 23, 23, 0.985);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .strip[data-id="1a84b9"] .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .strip[data-id="1a84b9"] .nav-item {
    width: min(100%, 440px);
    text-align: center;
  }
  .strip[data-id="1a84b9"] .nav-link {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding: 16px;
    font-size: 22px;
  }
  .strip[data-id="1a84b9"] .nav-link::before {
    right: 25%;
    left: 25%;
    bottom: 7px;
  }
  .strip[data-id="1a84b9"] .nav-link-cta {
    margin: 7px 0 0;
  }
  .strip[data-id="1a84b9"] .submenu, .strip[data-id="1a84b9"] .has-submenu:hover .submenu, .strip[data-id="1a84b9"] .has-submenu:focus-within .submenu, .strip[data-id="1a84b9"] .has-submenu.active .submenu {
    position: static;
    left: auto;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    display: none;
    margin: 2px auto 8px;
    padding: 5px 0;
    border: 0;
    border-left: 2px solid var(--accent);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .strip[data-id="1a84b9"] .has-submenu.active .submenu {
    display: block;
  }
  .strip[data-id="1a84b9"] .submenu-link {
    justify-content: center;
    grid-template-columns: 28px auto;
    font-size: 18px;
    padding: 12px;
  }
  .strip[data-id="1a84b9"] .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 560px) {
  .strip[data-id="1a84b9"] .header-container {
    padding-right: 14px;
    padding-left: 14px;
    gap: 8px;
  }
  .strip[data-id="1a84b9"] .footer-style-logo {
    width: 108px;
  }
  .strip[data-id="1a84b9"] .header-phone strong {
    font-size: 12px;
    letter-spacing: 0;
  }
  .strip[data-id="1a84b9"] .header-phone-icon {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .strip[data-id="1a84b9"] .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.strip[data-id="1a84b9"] .no-scroll {
  overflow: hidden;
}.strip[data-id=f9187d] {
  --section-id: "f9187d";
  --storage-url: "https://www.jadrove-vrty.cz/_section/f9187d";
  --public-url: "https://www.jadrove-vrty.cz/_section/f9187d";
}
.strip[data-id=f9187d] .hero-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%), url(https://www.jadrove-vrty.cz/_section/f9187d/jadrove-vrtani.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.strip[data-id=f9187d] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.strip[data-id=f9187d] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.strip[data-id=f9187d] .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: fadeInUp 1s ease-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=f9187d] .title-group {
  display: flex;
  align-items: stretch;
}
.strip[data-id=f9187d] .vertical-line {
  width: 6px;
  background-color: #ff6600;
  margin-right: 30px;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(255, 102, 0, 0.5);
  animation: growLine 1.5s ease-out forwards;
}
@keyframes growLine {
  from {
    transform: scaleY(0);
    transform-origin: top;
  }
  to {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.strip[data-id=f9187d] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 8vw, 72px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id=f9187d] h1 .accent {
  color: #ff6600;
}
.strip[data-id=f9187d] .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.6;
  color: #e0e0e0;
  max-width: 650px;
  margin: 0 0 40px 0;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
}
.strip[data-id=f9187d] .button-group {
  display: flex;
  gap: 20px;
}
.strip[data-id=f9187d] .cta-button {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ff6600;
  color: #ffffff;
  padding: 20px 45px;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.strip[data-id=f9187d] .cta-button::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=f9187d] .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.4);
}
.strip[data-id=f9187d] .cta-button:hover::after {
  left: 100%;
}
.strip[data-id=f9187d] .cta-button:hover .btn-icon {
  transform: translateX(5px);
}
.strip[data-id=f9187d] .cta-button .btn-icon {
  transition: transform 0.3s ease;
  font-size: 22px;
}
.strip[data-id=f9187d] .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
  opacity: 0.7;
}
.strip[data-id=f9187d] .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  position: relative;
}
.strip[data-id=f9187d] .mouse .wheel {
  width: 4px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px);
  }
}
.strip[data-id=f9187d] .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  margin: -5px;
  animation: arrowDown 2s infinite;
}
.strip[data-id=f9187d] .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
@keyframes arrowDown {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=f9187d] .hero-section {
    min-height: 60vh;
    padding: 60px 0;
  }
  .strip[data-id=f9187d] .container {
    padding: 0 20px;
  }
  .strip[data-id=f9187d] .vertical-line {
    width: 4px;
    margin-right: 15px;
  }
  .strip[data-id=f9187d] .subtitle {
    margin-bottom: 30px;
  }
  .strip[data-id=f9187d] .cta-button {
    padding: 16px 30px;
    font-size: 16px;
    width: 100%;
    justify-content: center;
  }
  .strip[data-id=f9187d] .scroll-indicator {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id=b50c10] {
  --section-id: "b50c10";
  --storage-url: "https://www.jadrove-vrty.cz/_section/b50c10";
  --public-url: "https://www.jadrove-vrty.cz/_section/b50c10";
}
.strip[data-id=b50c10] .service-detail-section {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=b50c10] .service-detail-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=b50c10] .service-detail-section .content-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id=b50c10] .service-detail-section .main-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id=b50c10] .service-detail-section .main-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=b50c10] .service-detail-section .main-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #cccccc;
  margin-bottom: 20px;
}
.strip[data-id=b50c10] .service-detail-section .usage-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.strip[data-id=b50c10] .service-detail-section .usage-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 16px;
  color: #dddddd;
}
.strip[data-id=b50c10] .service-detail-section .usage-list li i {
  color: #ff6600;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.strip[data-id=b50c10] .service-detail-section .sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=b50c10] .service-detail-section .service-box {
  background: #222;
  border: 1px solid rgba(255, 102, 0, 0.15);
  border-radius: 8px;
  padding: 35px;
  border-left: 4px solid #ff6600;
}
.strip[data-id=b50c10] .service-detail-section .service-box h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.strip[data-id=b50c10] .service-detail-section .service-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=b50c10] .service-detail-section .service-box ul li {
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: 15px;
  color: #dddddd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.strip[data-id=b50c10] .service-detail-section .service-box ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #ff6600;
}
.strip[data-id=b50c10] .service-detail-section .contact-box {
  background: linear-gradient(135deg, #ff6600 0%, #e65c00 100%);
  border-radius: 8px;
  padding: 35px;
  text-align: center;
}
.strip[data-id=b50c10] .service-detail-section .contact-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.strip[data-id=b50c10] .service-detail-section .contact-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 20px 0;
}
.strip[data-id=b50c10] .service-detail-section .contact-box .cta-btn {
  display: inline-block;
  background: #fff;
  color: #e65c00;
  padding: 12px 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.strip[data-id=b50c10] .service-detail-section .contact-box .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .strip[data-id=b50c10] .service-detail-section {
    padding: 80px 20px;
  }
  .strip[data-id=b50c10] .service-detail-section .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=b50c10] .service-detail-section .main-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b50c10] .service-detail-section {
    padding: 60px 15px;
  }
  .strip[data-id=b50c10] .service-detail-section .main-content h2 {
    font-size: 26px;
  }
}.strip[data-id="7dad3d"] {
  --section-id: "7dad3d";
  --storage-url: "https://www.jadrove-vrty.cz/_section/7dad3d";
  --public-url: "https://www.jadrove-vrty.cz/_section/7dad3d";
}
.strip[data-id="7dad3d"] .gallery-section {
  background-color: #121212;
  color: #ffffff;
  padding: 80px 20px;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid rgba(255, 102, 0, 0.15);
  border-bottom: 1px solid rgba(255, 102, 0, 0.15);
  /* Lightbox modal styling */
}
.strip[data-id="7dad3d"] .gallery-section .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-header h2 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin: 0 0 12px 0;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-header p {
  font-size: 16px;
  color: #aaaaaa;
  margin: 0 0 20px 0;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-header .header-line {
  width: 70px;
  height: 4px;
  background: #ff6600;
  margin: 0 auto;
  border-radius: 2px;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-item {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-item:hover {
  transform: translateY(-6px);
  border-color: #ff6600;
  box-shadow: 0 12px 30px rgba(255, 102, 0, 0.2);
}
.strip[data-id="7dad3d"] .gallery-section .gallery-item:hover .gallery-img-wrapper img {
  transform: scale(1.08);
}
.strip[data-id="7dad3d"] .gallery-section .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #181818;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-overlay .overlay-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff6600;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.4);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox.active {
  display: flex;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
  z-index: 100001;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-close:hover {
  color: #ff6600;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-prev,
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  z-index: 100001;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-prev:hover,
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-next:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-prev {
  left: 20px;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-next {
  right: 20px;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-content {
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-content img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}
.strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-content .lightbox-caption {
  margin-top: 15px;
  color: #dddddd;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  .strip[data-id="7dad3d"] .gallery-section {
    padding: 60px 20px;
  }
  .strip[data-id="7dad3d"] .gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .strip[data-id="7dad3d"] .gallery-section .gallery-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="7dad3d"] .gallery-section {
    padding: 50px 15px;
  }
  .strip[data-id="7dad3d"] .gallery-section .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id="7dad3d"] .gallery-section .gallery-header h2 {
    font-size: 24px;
  }
  .strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-prev {
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-next {
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .strip[data-id="7dad3d"] .gallery-section .gallery-lightbox .lightbox-close {
    top: 15px;
    right: 15px;
    font-size: 32px;
  }
}.strip[data-id="0ebcd4"] {
  --section-id: "0ebcd4";
  --storage-url: "https://www.jadrove-vrty.cz/_section/0ebcd4";
  --public-url: "https://www.jadrove-vrty.cz/_section/0ebcd4";
}
.strip[data-id="0ebcd4"] .contact-form-section {
  background-color: #000;
  color: #fff;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="0ebcd4"] .contact-form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255, 102, 0, 0.03) 0%, transparent 50%);
  pointer-events: none;
}
.strip[data-id="0ebcd4"] .contact-form-section .container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="0ebcd4"] .contact-form-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="0ebcd4"] .contact-form-section .section-header h2 {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.strip[data-id="0ebcd4"] .contact-form-section .section-header h2 span {
  color: #f60;
}
.strip[data-id="0ebcd4"] .contact-form-section .section-header p {
  font-size: 18px;
  color: #b0b0b0;
  max-width: 600px;
  margin: 0 auto;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-wrapper {
  background: #111;
  padding: 50px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
.strip[data-id="0ebcd4"] .contact-form-section .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-group.full-width {
  grid-column: span 2;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-group label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f60;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-group input, .strip[data-id="0ebcd4"] .contact-form-section .form-group textarea {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-group input:focus, .strip[data-id="0ebcd4"] .contact-form-section .form-group textarea:focus {
  outline: 0;
  border-color: #f60;
  background: #222;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.1);
}
.strip[data-id="0ebcd4"] .contact-form-section .form-group input::placeholder, .strip[data-id="0ebcd4"] .contact-form-section .form-group textarea::placeholder {
  color: #555;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-group textarea {
  min-height: 150px;
  resize: vertical;
}
.strip[data-id="0ebcd4"] .contact-form-section .anti-bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.strip[data-id="0ebcd4"] .contact-form-section .submit-btn {
  width: 100%;
  background: #f60;
  color: #fff;
  border: 0;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.strip[data-id="0ebcd4"] .contact-form-section .submit-btn:hover {
  background: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.3);
}
.strip[data-id="0ebcd4"] .contact-form-section .submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.strip[data-id="0ebcd4"] .contact-form-section .submit-btn .icon {
  font-size: 22px;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-status {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  display: none;
}
.strip[data-id="0ebcd4"] .contact-form-section .form-status.success {
  display: block;
  background: rgba(46, 204, 113, 0.1);
  color: #2ecc71;
  border: 1px solid rgba(46, 204, 113, 0.2);
}
.strip[data-id="0ebcd4"] .contact-form-section .form-status.error {
  display: block;
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.2);
}
@media (max-width: 768px) {
  .strip[data-id="0ebcd4"] .contact-form-section {
    padding: 70px 20px;
  }
  .strip[data-id="0ebcd4"] .contact-form-section .form-wrapper {
    padding: 30px 20px;
  }
  .strip[data-id="0ebcd4"] .contact-form-section .form-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="0ebcd4"] .contact-form-section .form-group.full-width {
    grid-column: span 1;
  }
  .strip[data-id="0ebcd4"] .contact-form-section .section-header h2 {
    font-size: 32px;
  }
}.strip[data-id="931324"] {
  --section-id: "931324";
  --storage-url: "https://www.jadrove-vrty.cz/_section/931324";
  --public-url: "https://www.jadrove-vrty.cz/_section/931324";
}
.strip[data-id="931324"] .cookie-consent {
  --cookie-orange: #ff6600;
  --cookie-ink: #171717;
  --cookie-muted: #5e6065;
  font-family: inherit;
}
.strip[data-id="931324"] .cookie-consent__panel,
.strip[data-id="931324"] .cookie-consent__settings {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  align-items: end;
  padding: 1rem;
  overscroll-behavior: contain;
}
.strip[data-id="931324"] .cookie-consent__panel[hidden], .strip[data-id="931324"] .cookie-consent__settings[hidden] {
  display: none;
}
.strip[data-id="931324"] .cookie-consent__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 15, 18, 0.52);
}
.strip[data-id="931324"] .cookie-consent__content, .strip[data-id="931324"] .cookie-consent__settings-card {
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto;
  background: #fff;
  color: var(--cookie-ink);
  border-radius: 16px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.24);
}
.strip[data-id="931324"] .cookie-consent__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 1.75rem;
}
.strip[data-id="931324"] .cookie-consent__copy {
  max-width: 670px;
}
.strip[data-id="931324"] .cookie-consent__eyebrow {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--cookie-orange);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.strip[data-id="931324"] .cookie-consent h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
}
.strip[data-id="931324"] .cookie-consent p {
  margin: 0;
  color: var(--cookie-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}
.strip[data-id="931324"] .cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  min-width: 300px;
}
.strip[data-id="931324"] .cookie-button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0.7rem 1rem;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.strip[data-id="931324"] .cookie-button:hover {
  transform: translateY(-1px);
}
.strip[data-id="931324"] .cookie-button--primary {
  background: var(--cookie-orange);
  color: #fff;
}
.strip[data-id="931324"] .cookie-button--secondary {
  background: #fff;
  color: var(--cookie-ink);
  border-color: #d7d9dc;
}
.strip[data-id="931324"] .cookie-button--link {
  border-color: transparent;
  background: transparent;
  color: var(--cookie-ink);
  text-decoration: underline;
}
.strip[data-id="931324"] .cookie-consent__settings {
  align-items: center;
  justify-items: center;
}
.strip[data-id="931324"] .cookie-consent__settings-card {
  max-height: min(90vh, 620px);
  overflow: auto;
  padding: 1.75rem;
}
.strip[data-id="931324"] .cookie-consent__settings-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.strip[data-id="931324"] .cookie-consent__close {
  border: 0;
  background: transparent;
  color: var(--cookie-muted);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.strip[data-id="931324"] .cookie-consent__options {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0;
}
.strip[data-id="931324"] .cookie-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #e1e3e6;
  border-radius: 10px;
  cursor: pointer;
}
.strip[data-id="931324"] .cookie-option > span:first-child {
  display: grid;
  gap: 0.25rem;
}
.strip[data-id="931324"] .cookie-option strong {
  font-size: 0.95rem;
}
.strip[data-id="931324"] .cookie-option small {
  color: var(--cookie-muted);
  line-height: 1.4;
}
.strip[data-id="931324"] .cookie-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.strip[data-id="931324"] .cookie-toggle {
  flex: 0 0 44px;
  width: 44px;
  height: 24px;
  border-radius: 20px;
  background: #c9ccd0;
  position: relative;
}
.strip[data-id="931324"] .cookie-toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: left 0.2s ease;
}
.strip[data-id="931324"] .cookie-option input:checked + .cookie-toggle {
  background: var(--cookie-orange);
}
.strip[data-id="931324"] .cookie-option input:checked + .cookie-toggle::after {
  left: 23px;
}
.strip[data-id="931324"] .cookie-consent__settings-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.65rem;
}
@media (max-width: 760px) {
  .strip[data-id="931324"] .cookie-consent__panel, .strip[data-id="931324"] .cookie-consent__settings {
    padding: 0.75rem;
  }
  .strip[data-id="931324"] .cookie-consent__content {
    display: block;
    width: 100%;
    max-height: calc(100dvh - 1.5rem);
    overflow-y: auto;
    padding: 1.25rem;
  }
  .strip[data-id="931324"] .cookie-consent__actions {
    min-width: 0;
    justify-content: stretch;
    margin-top: 1rem;
  }
  .strip[data-id="931324"] .cookie-consent__actions .cookie-button {
    flex: 1 1 100%;
  }
  .strip[data-id="931324"] .cookie-consent__settings-card {
    width: 100%;
    max-height: calc(100dvh - 1.5rem);
    padding: 1.25rem;
  }
  .strip[data-id="931324"] .cookie-consent__settings-actions .cookie-button {
    flex: 1 1 100%;
  }
}.strip[data-id="014841"] {
  --section-id: "014841";
  --storage-url: "https://www.jadrove-vrty.cz/_section/014841";
  --public-url: "https://www.jadrove-vrty.cz/_section/014841";
}
.strip[data-id="014841"] .footer-section {
  background-color: #0b0b0b;
  border-top: 4px solid #FF8C00;
  padding: 80px 0 40px 0;
  color: #a0a0a0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.strip[data-id="014841"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% -20%, rgba(255, 140, 0, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="014841"] .footer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.strip[data-id="014841"] .footer-section .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id="014841"] .footer-section .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="014841"] .footer-section .footer-col h4 {
  color: #FFFFFF;
  margin: 0 0 30px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}
.strip[data-id="014841"] .footer-section .footer-col h4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #FF8C00;
}
.strip[data-id="014841"] .footer-section .footer-col p {
  line-height: 1.8;
  margin: 0;
  color: #b0b0b0;
}
.strip[data-id="014841"] .footer-section .footer-logo-link {
  display: inline-block;
  margin-bottom: 30px;
}
.strip[data-id="014841"] .footer-section .footer-logo {
  max-width: 160px;
  height: auto;
  /* Removed filter and low opacity to show colored version */
  opacity: 0.9;
  transition: all 0.4s ease;
}
.strip[data-id="014841"] .footer-section .footer-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}
.strip[data-id="014841"] .footer-section .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="014841"] .footer-section .footer-nav li {
  margin-bottom: 15px;
}
.strip[data-id="014841"] .footer-section .footer-nav li a {
  color: #a0a0a0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="014841"] .footer-section .footer-nav li a i {
  font-size: 10px;
  color: #FF8C00;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.strip[data-id="014841"] .footer-section .footer-nav li a:hover {
  color: #FFFFFF;
  transform: translateX(5px);
}
.strip[data-id="014841"] .footer-section .footer-nav li a:hover i {
  opacity: 1;
  transform: translateX(3px);
}
.strip[data-id="014841"] .footer-section .social-wrapper {
  margin-bottom: 40px;
}
.strip[data-id="014841"] .footer-section .social-wrapper .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id="014841"] .footer-section .social-wrapper .social-links a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  border: 1px solid transparent;
}
.strip[data-id="014841"] .footer-section .social-wrapper .social-links a:hover {
  background-color: #FF8C00;
  color: #000000;
  transform: translateY(-5px);
  border-color: #FF8C00;
  box-shadow: 0 10px 20px rgba(255, 140, 0, 0.2);
}
.strip[data-id="014841"] .footer-section .footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="014841"] .footer-section .copyright-text {
  font-size: 13px;
  opacity: 0.6;
  margin: 0;
}
.strip[data-id="014841"] .footer-section .footer-bottom-links {
  display: flex;
  gap: 20px;
}
.strip[data-id="014841"] .footer-section .footer-bottom-links a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
.strip[data-id="014841"] .footer-section .footer-bottom-links a:hover {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .strip[data-id="014841"] .footer-section .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .strip[data-id="014841"] .footer-section .about-col {
    grid-column: span 2;
    text-align: center;
  }
  .strip[data-id="014841"] .footer-section .about-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="014841"] .footer-section .footer-logo-link {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .strip[data-id="014841"] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id="014841"] .footer-section .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="014841"] .footer-section .about-col, .strip[data-id="014841"] .footer-section .links-col, .strip[data-id="014841"] .footer-section .contact-col {
    grid-column: span 1;
  }
  .strip[data-id="014841"] .footer-section .footer-nav li a {
    justify-content: center;
  }
  .strip[data-id="014841"] .footer-section .social-links {
    justify-content: center;
  }
  .strip[data-id="014841"] .footer-section .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="014841"] .footer-section h4::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}