
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=f4dd82] {
  --section-id: "f4dd82";
  --storage-url: "https://www.cestazmesta.cz/_section/f4dd82";
  --public-url: "https://www.cestazmesta.cz/_section/f4dd82";
}
.strip[data-id=f4dd82] .main-header {
  --header-bg: rgba(255, 255, 255, 0.95);
  --text-color: #2e3b2e;
  --accent-color: #f39200;
  --nav-hover-bg: rgba(139, 195, 74, 0.1);
  --nav-hover-text: #689f38;
  background-color: var(--header-bg);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 1000;
}
.strip[data-id=f4dd82] .main-header.scrolled {
  padding: 12px 0;
  background-color: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.strip[data-id=f4dd82] .main-header .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id=f4dd82] .main-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=f4dd82] .main-header .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id=f4dd82] .main-header .logo-link .logo-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
.strip[data-id=f4dd82] .main-header .logo-link .logo-text .accent {
  color: var(--accent-color);
  display: inline-block;
  position: relative;
}
.strip[data-id=f4dd82] .main-header .logo-link .logo-text .accent::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent-color);
  border-radius: 2px;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .strip[data-id=f4dd82] .main-header .logo-link .logo-text {
    font-size: 1.4rem;
  }
}
.strip[data-id=f4dd82] .main-header .nav-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.strip[data-id=f4dd82] .main-header .nav-list li {
  position: relative;
}
.strip[data-id=f4dd82] .main-header .nav-list li a {
  text-decoration: none;
  color: #4a5568;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.strip[data-id=f4dd82] .main-header .nav-list li a i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .nav-list li a:hover {
  color: var(--nav-hover-text);
  background-color: var(--nav-hover-bg);
}
.strip[data-id=f4dd82] .main-header .nav-list li.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id=f4dd82] .main-header .nav-list li.has-dropdown:hover a i {
  transform: rotate(180deg);
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 12px;
  min-width: 220px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown li {
  margin-bottom: 4px;
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown li:last-child {
  margin-bottom: 0;
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown li a {
  padding: 10px 15px;
  color: #555;
  font-size: 0.9rem;
  border-radius: 6px;
}
.strip[data-id=f4dd82] .main-header .nav-list li .dropdown li a:hover {
  background-color: #f7fafc;
  color: var(--accent-color);
}
@media (max-width: 1150px) {
  .strip[data-id=f4dd82] .main-header .nav-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 5px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .strip[data-id=f4dd82] .main-header .nav-list.active {
    display: flex;
    animation: slideDown 0.4s ease forwards;
  }
  .strip[data-id=f4dd82] .main-header .nav-list li {
    width: 100%;
  }
  .strip[data-id=f4dd82] .main-header .nav-list li.has-dropdown .dropdown {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 20px;
    border-left: 2px solid #edf2f7;
    margin-top: 5px;
    width: 100%;
    background: #fcfcfc;
  }
  .strip[data-id=f4dd82] .main-header .nav-list li.has-dropdown .dropdown.open {
    display: block;
  }
}
.strip[data-id=f4dd82] .main-header .nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #f7fafc;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .nav-toggle:hover {
  background: #edf2f7;
}
@media (max-width: 1150px) {
  .strip[data-id=f4dd82] .main-header .nav-toggle {
    display: flex;
  }
}
.strip[data-id=f4dd82] .main-header .nav-toggle .hamburger {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: all 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .nav-toggle .hamburger::before, .strip[data-id=f4dd82] .main-header .nav-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: all 0.3s ease;
}
.strip[data-id=f4dd82] .main-header .nav-toggle .hamburger::before {
  transform: translateY(-6px);
}
.strip[data-id=f4dd82] .main-header .nav-toggle .hamburger::after {
  transform: translateY(6px);
}
.strip[data-id=f4dd82] .main-header .nav-toggle.open .hamburger {
  background-color: transparent;
}
.strip[data-id=f4dd82] .main-header .nav-toggle.open .hamburger::before {
  transform: rotate(45deg);
}
.strip[data-id=f4dd82] .main-header .nav-toggle.open .hamburger::after {
  transform: rotate(-45deg);
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.strip[data-id="7011fb"] {
  --section-id: "7011fb";
  --storage-url: "https://www.cestazmesta.cz/_section/7011fb";
  --public-url: "https://www.cestazmesta.cz/_section/7011fb";
}
.strip[data-id="7011fb"] .hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://www.cestazmesta.cz/_section/7011fb/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}
.strip[data-id="7011fb"] .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(46, 59, 46, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.strip[data-id="7011fb"] .hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.strip[data-id="7011fb"] .hero-section .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-title {
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
  line-height: 1.1;
  text-transform: uppercase;
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-title .accent {
  color: #f39200;
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-lead {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-actions .btn {
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-actions .btn.btn-primary {
  background-color: #8bc34a;
  color: #fff;
  box-shadow: 0 4px 15px rgba(139, 195, 74, 0.4);
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-actions .btn.btn-primary:hover {
  background-color: #7cb342;
  transform: translateY(-3px);
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-actions .btn.btn-outline {
  border: 2px solid #fff;
  color: #fff;
}
.strip[data-id="7011fb"] .hero-section .hero-content .hero-actions .btn.btn-outline:hover {
  background-color: #fff;
  color: #2e3b2e;
  transform: translateY(-3px);
}@charset "UTF-8";
.strip[data-id=b55373] {
  --section-id: "b55373";
  --storage-url: "https://www.cestazmesta.cz/_section/b55373";
  --public-url: "https://www.cestazmesta.cz/_section/b55373";
}
.strip[data-id=b55373] .infocentrum-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
}
.strip[data-id=b55373] .infocentrum-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=b55373] .infocentrum-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=b55373] .infocentrum-section .section-header .section-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}
.strip[data-id=b55373] .infocentrum-section .section-header .title-underline {
  width: 80px;
  height: 4px;
  background-color: #8bc34a;
  margin: 0 auto;
}
.strip[data-id=b55373] .infocentrum-section .ic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .strip[data-id=b55373] .infocentrum-section .ic-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=b55373] .infocentrum-section .ic-info, .strip[data-id=b55373] .infocentrum-section .ic-services {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=b55373] .infocentrum-section .ic-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: auto;
}
.strip[data-id=b55373] .infocentrum-section .ic-card h3 {
  font-size: 1.4rem;
  color: #8bc34a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=b55373] .infocentrum-section .ic-card h3 i {
  font-size: 1.2rem;
}
.strip[data-id=b55373] .infocentrum-section .ic-card p {
  margin-bottom: 10px;
  color: #555;
  line-height: 1.6;
}
.strip[data-id=b55373] .infocentrum-section .ic-card .season {
  color: #333;
  font-weight: 600;
  margin-top: 15px;
}
.strip[data-id=b55373] .infocentrum-section .ic-card .closed {
  color: #d32f2f;
  font-weight: 500;
}
.strip[data-id=b55373] .infocentrum-section .services-list {
  list-style: none;
  padding: 0;
}
.strip[data-id=b55373] .infocentrum-section .services-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 25px;
  color: #555;
}
.strip[data-id=b55373] .infocentrum-section .services-list li:last-child {
  border-bottom: none;
}
.strip[data-id=b55373] .infocentrum-section .services-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8bc34a;
  font-weight: bold;
}
.strip[data-id=b55373] .infocentrum-section .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.strip[data-id=b55373] .infocentrum-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strip[data-id=b55373] .infocentrum-section .ic-partners {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  opacity: 0.8;
}
.strip[data-id=b55373] .infocentrum-section .ic-partners img {
  max-height: 80px;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.strip[data-id=b55373] .infocentrum-section .ic-partners img:hover {
  filter: grayscale(0%);
}.strip[data-id="77c524"] {
  --section-id: "77c524";
  --storage-url: "https://www.cestazmesta.cz/_section/77c524";
  --public-url: "https://www.cestazmesta.cz/_section/77c524";
}
.strip[data-id="77c524"] .about-section {
  padding: 80px 20px;
  background-color: #fff;
}
.strip[data-id="77c524"] .about-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="77c524"] .about-section .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 992px) {
  .strip[data-id="77c524"] .about-section .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.strip[data-id="77c524"] .about-section .section-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}
.strip[data-id="77c524"] .about-section .title-underline {
  width: 80px;
  height: 4px;
  background-color: #8bc34a;
  margin-bottom: 30px;
}
.strip[data-id="77c524"] .about-section .about-text p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #555;
  font-size: 1.1rem;
}
.strip[data-id="77c524"] .about-section .about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.strip[data-id="7e06e6"] {
  --section-id: "7e06e6";
  --storage-url: "https://www.cestazmesta.cz/_section/7e06e6";
  --public-url: "https://www.cestazmesta.cz/_section/7e06e6";
}
.strip[data-id="7e06e6"] .topics-section {
  padding: 80px 20px;
  background-color: #f0f4f0;
}
.strip[data-id="7e06e6"] .topics-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="7e06e6"] .topics-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="7e06e6"] .topics-section .section-header .section-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}
.strip[data-id="7e06e6"] .topics-section .section-header .title-underline {
  width: 80px;
  height: 4px;
  background-color: #8bc34a;
  margin: 0 auto 20px;
}
.strip[data-id="7e06e6"] .topics-section .section-header .section-subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id="7e06e6"] .topics-section .topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
@media (max-width: 480px) {
  .strip[data-id="7e06e6"] .topics-section .topics-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="7e06e6"] .topics-section .topic-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="7e06e6"] .topics-section .topic-link:hover {
  transform: translateY(-10px);
}
.strip[data-id="7e06e6"] .topics-section .topic-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="7e06e6"] .topics-section .topic-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="7e06e6"] .topics-section .topic-card .topic-image {
  height: 250px;
  overflow: hidden;
}
.strip[data-id="7e06e6"] .topics-section .topic-card .topic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="7e06e6"] .topics-section .topic-card:hover .topic-image img {
  transform: scale(1.1);
}
.strip[data-id="7e06e6"] .topics-section .topic-card .topic-content {
  padding: 30px;
  flex-grow: 1;
}
.strip[data-id="7e06e6"] .topics-section .topic-card .topic-content h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
}
.strip[data-id="7e06e6"] .topics-section .topic-card .topic-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}.strip[data-id="1388ed"] {
  --section-id: "1388ed";
  --storage-url: "https://www.cestazmesta.cz/_section/1388ed";
  --public-url: "https://www.cestazmesta.cz/_section/1388ed";
}
.strip[data-id="1388ed"] .docs-contact-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.strip[data-id="1388ed"] .docs-contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="1388ed"] .docs-contact-section .section-header {
  margin-bottom: 50px;
  text-align: center;
}
.strip[data-id="1388ed"] .docs-contact-section .section-header h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}
.strip[data-id="1388ed"] .docs-contact-section .section-header .lead {
  font-size: 1.2rem;
  color: #666;
}
.strip[data-id="1388ed"] .docs-contact-section .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.strip[data-id="1388ed"] .docs-contact-section .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.strip[data-id="1388ed"] .docs-contact-section .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="1388ed"] .docs-contact-section .card .card-image {
  height: 200px;
  overflow: hidden;
}
.strip[data-id="1388ed"] .docs-contact-section .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="1388ed"] .docs-contact-section .card:hover .card-image img {
  transform: scale(1.1);
}
.strip[data-id="1388ed"] .docs-contact-section .card .card-body {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="1388ed"] .docs-contact-section .card .card-body h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #2c3e50;
}
.strip[data-id="1388ed"] .docs-contact-section .card .card-body p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}
.strip[data-id="1388ed"] .docs-contact-section .card .card-body .btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #27ae60;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  transition: background 0.3s ease;
}
.strip[data-id="1388ed"] .docs-contact-section .card .card-body .btn:hover {
  background-color: #219150;
}
@media (max-width: 768px) {
  .strip[data-id="1388ed"] .docs-contact-section {
    padding: 50px 0;
  }
  .strip[data-id="1388ed"] .docs-contact-section .section-header h2 {
    font-size: 2rem;
  }
}.strip[data-id="20d26b"] {
  --section-id: "20d26b";
  --storage-url: "https://www.cestazmesta.cz/_section/20d26b";
  --public-url: "https://www.cestazmesta.cz/_section/20d26b";
  /* Back to Top Button */
}
.strip[data-id="20d26b"] .main-footer {
  background-color: #1a241a;
  color: #ecf0f1;
  padding: 80px 20px 40px;
  position: relative;
}
.strip[data-id="20d26b"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="20d26b"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .strip[data-id="20d26b"] .main-footer .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="20d26b"] .main-footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.strip[data-id="20d26b"] .main-footer .footer-col h3, .strip[data-id="20d26b"] .main-footer .footer-col h4 {
  color: #7ab800;
  margin-bottom: 25px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.strip[data-id="20d26b"] .main-footer .footer-col h3.footer-logo {
  font-size: 2rem;
  color: #fff;
}
.strip[data-id="20d26b"] .main-footer .footer-col p {
  line-height: 1.8;
  color: #a0a0a0;
  font-size: 1.05rem;
}
.strip[data-id="20d26b"] .main-footer .footer-col .footer-links {
  list-style: none;
  padding: 0;
}
.strip[data-id="20d26b"] .main-footer .footer-col .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="20d26b"] .main-footer .footer-col .footer-links li a {
  color: #a0a0a0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="20d26b"] .main-footer .footer-col .footer-links li a:hover {
  color: #7ab800;
  transform: translateX(5px);
}
.strip[data-id="20d26b"] .main-footer .footer-col a {
  color: #7ab800;
  text-decoration: none;
  font-weight: 600;
}
.strip[data-id="20d26b"] .main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  text-align: center;
  font-size: 0.95rem;
  color: #666;
}
.strip[data-id="20d26b"] .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #7ab800;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 999;
  box-shadow: 0 10px 25px rgba(122, 184, 0, 0.4);
}
.strip[data-id="20d26b"] .back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="20d26b"] .back-to-top:hover {
  background-color: #6da200;
  transform: translateY(-5px) scale(1.1);
}
.strip[data-id="20d26b"] .back-to-top i {
  font-size: 1.2rem;
}