.strip[data-id="54fd46"] {
  --section-id: "54fd46";
  --storage-url: "https://ales-novak.proweb.cz/_section/54fd46";
  --public-url: "https://ales-novak.proweb.cz/_section/54fd46";
}
.strip[data-id="54fd46"] .main-header {
  background-color: #f9f9f9;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.strip[data-id="54fd46"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="54fd46"] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.strip[data-id="54fd46"] .main-header .logo-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="54fd46"] .main-header .logo-area h1 {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
  font-weight: 600;
}
.strip[data-id="54fd46"] .main-header .logo-area img {
  max-height: 80px;
  width: auto;
}
.strip[data-id="54fd46"] .main-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.strip[data-id="54fd46"] .main-header .main-nav ul li a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
.strip[data-id="54fd46"] .main-header .main-nav ul li a:hover {
  color: #007bff;
}
@media (max-width: 992px) {
  .strip[data-id="54fd46"] .main-header .header-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .strip[data-id="54fd46"] .main-header .logo-area {
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id="54fd46"] .main-header .main-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}.strip[data-id=ab9cd7] {
  --section-id: "ab9cd7";
  --storage-url: "https://ales-novak.proweb.cz/_section/ab9cd7";
  --public-url: "https://ales-novak.proweb.cz/_section/ab9cd7";
}
.strip[data-id=ab9cd7] .hero-gallery {
  padding: 40px 0;
  background-color: #fff;
}
.strip[data-id=ab9cd7] .hero-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id=ab9cd7] .hero-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.strip[data-id=ab9cd7] .hero-gallery .gallery-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .strip[data-id=ab9cd7] .hero-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ab9cd7] .hero-gallery .gallery-item img {
    height: 300px;
  }
}.strip[data-id=d9929b] {
  --section-id: "d9929b";
  --storage-url: "https://ales-novak.proweb.cz/_section/d9929b";
  --public-url: "https://ales-novak.proweb.cz/_section/d9929b";
}
.strip[data-id=d9929b] .branches-section {
  padding: 60px 0;
  background-color: #fff;
}
.strip[data-id=d9929b] .branches-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id=d9929b] .branches-section .branches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.strip[data-id=d9929b] .branches-section .branch-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id=d9929b] .branches-section .branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.strip[data-id=d9929b] .branches-section .branch-card.hudebni {
  background-color: #0098d8;
}
.strip[data-id=d9929b] .branches-section .branch-card.vytvarny {
  background-color: #ffc20e;
}
.strip[data-id=d9929b] .branches-section .branch-card.tanecni {
  background-color: #e61e6e;
}
.strip[data-id=d9929b] .branches-section .branch-card.ldo {
  background-color: #5c2d91;
}
@media (max-width: 992px) {
  .strip[data-id=d9929b] .branches-section .branches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id=d9929b] .branches-section .branches-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="6cf695"] {
  --section-id: "6cf695";
  --storage-url: "https://ales-novak.proweb.cz/_section/6cf695";
  --public-url: "https://ales-novak.proweb.cz/_section/6cf695";
}
.strip[data-id="6cf695"] .news-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.strip[data-id="6cf695"] .news-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="6cf695"] .news-section .section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #333;
}
.strip[data-id="6cf695"] .news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="6cf695"] .news-section .news-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.strip[data-id="6cf695"] .news-section .news-card:hover {
  transform: translateY(-5px);
}
.strip[data-id="6cf695"] .news-section .news-card .news-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.strip[data-id="6cf695"] .news-section .news-card .news-content {
  padding: 20px;
}
.strip[data-id="6cf695"] .news-section .news-card .news-content h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: #333;
}
.strip[data-id="6cf695"] .news-section .news-card .news-content p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}
.strip[data-id="6cf695"] .news-section .more-news {
  text-align: center;
  margin-top: 40px;
}
.strip[data-id="6cf695"] .news-section .more-news a {
  display: inline-block;
  padding: 12px 30px;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
  border-bottom: 2px solid #333;
  transition: color 0.3s, border-color 0.3s;
}
.strip[data-id="6cf695"] .news-section .more-news a:hover {
  color: #007bff;
  border-color: #007bff;
}
@media (max-width: 992px) {
  .strip[data-id="6cf695"] .news-section .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="6cf695"] .news-section .news-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="89cad4"] {
  --section-id: "89cad4";
  --storage-url: "https://ales-novak.proweb.cz/_section/89cad4";
  --public-url: "https://ales-novak.proweb.cz/_section/89cad4";
}
.strip[data-id="89cad4"] .about-section {
  padding: 80px 0;
  background-color: #fff;
}
.strip[data-id="89cad4"] .about-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id="89cad4"] .about-section .about-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.strip[data-id="89cad4"] .about-section .about-text {
  flex: 1;
}
.strip[data-id="89cad4"] .about-section .about-text h2 {
  font-size: 2.5rem;
  color: #333;
  margin: 0 0 30px;
}
.strip[data-id="89cad4"] .about-section .about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin: 0 0 20px;
}
.strip[data-id="89cad4"] .about-section .about-image {
  flex: 0 0 350px;
  text-align: center;
}
.strip[data-id="89cad4"] .about-section .about-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="89cad4"] .about-section .about-image .image-caption {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .strip[data-id="89cad4"] .about-section .about-content {
    flex-direction: column;
    gap: 40px;
  }
  .strip[data-id="89cad4"] .about-section .about-image {
    flex: 1;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}.strip[data-id=bffbbb] {
  --section-id: "bffbbb";
  --storage-url: "https://ales-novak.proweb.cz/_section/bffbbb";
  --public-url: "https://ales-novak.proweb.cz/_section/bffbbb";
}
.strip[data-id=bffbbb] .main-footer {
  background-color: #333;
  color: #fff;
  padding: 60px 0 30px;
}
.strip[data-id=bffbbb] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.strip[data-id=bffbbb] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=bffbbb] .main-footer .footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=bffbbb] .main-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=bffbbb] .main-footer .footer-col ul li {
  margin-bottom: 12px;
}
.strip[data-id=bffbbb] .main-footer .footer-col ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=bffbbb] .main-footer .footer-col ul li a:hover {
  color: #fff;
}
.strip[data-id=bffbbb] .main-footer .footer-col p {
  color: #bbb;
  line-height: 1.6;
  margin-bottom: 10px;
}
.strip[data-id=bffbbb] .main-footer .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #444;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .strip[data-id=bffbbb] .main-footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}