@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Rajdhani:wght@500;600;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=c36a32] {
  --section-id: "c36a32";
  --storage-url: "https://www.hala-slany.cz/_section/c36a32";
  --public-url: "https://www.hala-slany.cz/_section/c36a32";
}
.strip[data-id=c36a32] .hero-subpage {
  position: relative;
  padding: 100px 0 80px;
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.strip[data-id=c36a32] .hero-subpage .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
  object-fit: cover;
}
.strip[data-id=c36a32] .hero-subpage .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c36a32] .hero-subpage h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 64px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}
.strip[data-id=c36a32] .hero-subpage .breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0.8;
  margin-bottom: 25px;
}
.strip[data-id=c36a32] .hero-subpage .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.strip[data-id=c36a32] .hero-subpage .breadcrumb a:hover {
  color: #E30613;
}
.strip[data-id=c36a32] .hero-subpage .breadcrumb span {
  color: #E30613;
}
@media (max-width: 768px) {
  .strip[data-id=c36a32] .hero-subpage {
    padding: 80px 0 60px;
  }
  .strip[data-id=c36a32] .hero-subpage h1 {
    font-size: 42px;
  }
  .strip[data-id=c36a32] .hero-subpage .breadcrumb {
    margin-bottom: 15px;
  }
}.strip[data-id="9e5118"] {
  --section-id: "9e5118";
  --storage-url: "https://www.hala-slany.cz/_section/9e5118";
  --public-url: "https://www.hala-slany.cz/_section/9e5118";
}
.strip[data-id="9e5118"] .ssk-section {
  position: relative;
  padding: 100px 0;
  background-color: #ffffff;
  border-left: 8px solid #E30613;
  overflow: hidden;
}
.strip[data-id="9e5118"] .ssk-section .ssk-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.hala-slany.cz/_section/9e5118/ssk-meeting-bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}
.strip[data-id="9e5118"] .ssk-section .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 1;
}
.strip[data-id="9e5118"] .ssk-section .ssk-header {
  margin-bottom: 70px;
  max-width: 900px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-header h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -1px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-header .intro-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #2c3e50;
  font-weight: 400;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .team-group h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .team-group h3::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(to right, #F0F0F0, transparent);
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 51, 102, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 51, 102, 0.1);
  border-color: rgba(227, 6, 19, 0.2);
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card .member-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card .member-info .member-icon {
  width: 44px;
  height: 44px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card .member-info .member-icon svg {
  width: 22px;
  height: 22px;
  fill: #003366;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card .member-info .member-details .member-name {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 2px;
  line-height: 1.2;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card .member-info .member-details .member-role {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #E30613;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card .member-contact {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #003366;
  text-decoration: none;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  transition: color 0.2s ease;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card .member-contact svg {
  width: 18px;
  height: 18px;
  fill: #E30613;
}
.strip[data-id="9e5118"] .ssk-section .ssk-team .member-card .member-contact:hover {
  color: #E30613;
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads {
  background: #F8F9FA;
  padding: 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #eee;
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-label {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #003366;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-item .icon-wrapper {
  width: 36px;
  height: 36px;
  background: rgba(227, 6, 19, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-item .icon-wrapper svg {
  width: 20px;
  height: 20px;
  fill: #E30613;
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-item:hover {
  background: #E30613;
  color: #ffffff;
  transform: translateX(5px);
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-item:hover .icon-wrapper {
  background: rgba(255, 255, 255, 0.2);
}
.strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-item:hover .icon-wrapper svg {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id="9e5118"] .ssk-section {
    padding: 80px 0;
  }
  .strip[data-id="9e5118"] .ssk-section .container {
    padding: 0 30px;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-header h2 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="9e5118"] .ssk-section {
    padding: 60px 0;
    border-left-width: 5px;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-header {
    margin-bottom: 40px;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-header h2 {
    font-size: 36px;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-header .intro-text {
    font-size: 18px;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-team {
    gap: 40px;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-team .team-group h3 {
    font-size: 26px;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-team .team-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-downloads {
    padding: 25px;
  }
  .strip[data-id="9e5118"] .ssk-section .ssk-downloads .download-links {
    grid-template-columns: 1fr;
  }
}.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;
  }
}