@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');
@charset "UTF-8";
.strip[data-id="3f64d6"] {
  --section-id: "3f64d6";
  --storage-url: "https://slantour.proweb.cz/_section/3f64d6";
  --public-url: "https://slantour.proweb.cz/_section/3f64d6";
}
.strip[data-id="3f64d6"] .main-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: "Poppins", sans-serif;
}
.strip[data-id="3f64d6"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="3f64d6"] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="3f64d6"] .main-header .logo a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.strip[data-id="3f64d6"] .main-header .logo .logo-img {
  height: 36px;
  display: block;
  width: auto;
}
.strip[data-id="3f64d6"] .main-header .logo .logo-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  /* Pokud uživatel myslel barevné rozlišení jako v logu (modrá/oranžová) */
}
.strip[data-id="3f64d6"] .main-header .logo .logo-text .slan {
  color: #003580; /* Originální tmavě modrá Slantour */
  margin-right: 4px;
}
.strip[data-id="3f64d6"] .main-header .logo .logo-text .tour {
  color: #003580; /* Na webu mají text často jednobarevný, ale uživatel chce "v barvě" */
  font-weight: 400;
}
.strip[data-id="3f64d6"] .main-header .logo .logo-text.colored .slan {
  color: #003580;
}
.strip[data-id="3f64d6"] .main-header .logo .logo-text.colored .tour {
  color: #e30613;
  font-weight: 600;
}
.strip[data-id="3f64d6"] .main-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="3f64d6"] .main-header .main-nav ul li {
  margin: 0 15px;
}
.strip[data-id="3f64d6"] .main-header .main-nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s;
}
.strip[data-id="3f64d6"] .main-header .main-nav ul li a:hover {
  color: #e30613;
}
.strip[data-id="3f64d6"] .main-header .phone-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  background: #f8f9fa;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 15px;
  transition: all 0.3s;
}
.strip[data-id="3f64d6"] .main-header .phone-link:hover {
  background: #003580;
  color: #fff;
}
.strip[data-id="3f64d6"] .main-header .phone-link:hover i {
  color: #fff;
}
.strip[data-id="3f64d6"] .main-header .phone-link i {
  color: #e30613;
}
@media (max-width: 992px) {
  .strip[data-id="3f64d6"] .main-nav {
    display: none;
  }
  .strip[data-id="3f64d6"] .logo .logo-text {
    font-size: 20px;
  }
}.strip[data-id=ef9e9b] {
  --section-id: "ef9e9b";
  --storage-url: "https://slantour.proweb.cz/_section/ef9e9b";
  --public-url: "https://slantour.proweb.cz/_section/ef9e9b";
}
.strip[data-id=ef9e9b] .hero-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
}
.strip[data-id=ef9e9b] .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.strip[data-id=ef9e9b] .hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ef9e9b] .hero-section .hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=ef9e9b] .hero-section .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.strip[data-id=ef9e9b] .hero-section .hero-content p {
  font-size: 1.25rem;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.strip[data-id=ef9e9b] .hero-section .search-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.strip[data-id=ef9e9b] .hero-section .search-box .search-form {
  display: flex;
  gap: 15px;
  align-items: center;
}
.strip[data-id=ef9e9b] .hero-section .search-box .search-form .input-group {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
}
.strip[data-id=ef9e9b] .hero-section .search-box .search-form .input-group label {
  color: #888;
  margin-right: 10px;
}
.strip[data-id=ef9e9b] .hero-section .search-box .search-form .input-group input {
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  font-size: 16px;
  color: #333;
}
.strip[data-id=ef9e9b] .hero-section .search-box .search-form .btn-search {
  background: #e74c3c;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
}
.strip[data-id=ef9e9b] .hero-section .search-box .search-form .btn-search:hover {
  background: #c0392b;
}
@media (max-width: 768px) {
  .strip[data-id=ef9e9b] .hero-section {
    min-height: 400px;
    padding: 60px 0;
  }
  .strip[data-id=ef9e9b] .hero-section .hero-content h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=ef9e9b] .hero-section .search-form {
    flex-direction: column;
  }
  .strip[data-id=ef9e9b] .hero-section .search-form .input-group {
    width: 100%;
  }
  .strip[data-id=ef9e9b] .hero-section .search-form .btn-search {
    width: 100%;
  }
}.strip[data-id=cd2359] {
  --section-id: "cd2359";
  --storage-url: "https://slantour.proweb.cz/_section/cd2359";
  --public-url: "https://slantour.proweb.cz/_section/cd2359";
}
.strip[data-id=cd2359] .categories-section {
  padding: 80px 0;
  background: #fff;
}
.strip[data-id=cd2359] .categories-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=cd2359] .categories-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=cd2359] .categories-section .section-title h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}
.strip[data-id=cd2359] .categories-section .section-title p {
  color: #777;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id=cd2359] .categories-section .categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 20px;
}
.strip[data-id=cd2359] .categories-section .categories-grid .category-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.strip[data-id=cd2359] .categories-section .categories-grid .category-card.large {
  grid-column: span 2;
  grid-row: span 2;
}
.strip[data-id=cd2359] .categories-section .categories-grid .category-card a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.strip[data-id=cd2359] .categories-section .categories-grid .category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.strip[data-id=cd2359] .categories-section .categories-grid .category-card:hover img {
  transform: scale(1.1);
}
.strip[data-id=cd2359] .categories-section .categories-grid .category-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
}
.strip[data-id=cd2359] .categories-section .categories-grid .category-card .card-content h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.strip[data-id=cd2359] .categories-section .categories-grid .category-card .card-content p {
  margin: 5px 0 0;
  font-size: 0.9rem;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .strip[data-id=cd2359] .categories-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .strip[data-id=cd2359] .categories-grid .category-card.large {
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  .strip[data-id=cd2359] .categories-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: 200px;
  }
  .strip[data-id=cd2359] .categories-grid .category-card.large {
    grid-column: span 1;
    grid-row: span 1;
  }
}.strip[data-id="7817e2"] {
  --section-id: "7817e2";
  --storage-url: "https://slantour.proweb.cz/_section/7817e2";
  --public-url: "https://slantour.proweb.cz/_section/7817e2";
}
.strip[data-id="7817e2"] .tours-section {
  padding: 80px 0;
  background: #f9f9f9;
}
.strip[data-id="7817e2"] .tours-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7817e2"] .tours-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="7817e2"] .tours-section .section-title h2 {
  font-size: 2.5rem;
  color: #333;
}
.strip[data-id="7817e2"] .tours-section .section-title p {
  color: #777;
}
.strip[data-id="7817e2"] .tours-section .tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.strip[data-id="7817e2"] .tours-section .tour-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.strip[data-id="7817e2"] .tours-section .tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.strip[data-id="7817e2"] .tours-section .tour-card .tour-image {
  position: relative;
  height: 200px;
}
.strip[data-id="7817e2"] .tours-section .tour-card .tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="7817e2"] .tours-section .tour-card .tour-image .tour-price {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e74c3c;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
}
.strip[data-id="7817e2"] .tours-section .tour-card .tour-image .tour-tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
}
.strip[data-id="7817e2"] .tours-section .tour-card .tour-info {
  padding: 20px;
}
.strip[data-id="7817e2"] .tours-section .tour-card .tour-info h3 {
  font-size: 1.15rem;
  margin: 0 0 15px;
  color: #333;
  line-height: 1.4;
}
.strip[data-id="7817e2"] .tours-section .tour-card .tour-info .tour-meta {
  display: flex;
  gap: 15px;
  color: #888;
  font-size: 0.9rem;
}
.strip[data-id="7817e2"] .tours-section .tour-card .tour-info .tour-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.strip[data-id="7817e2"] .tours-section .view-all {
  text-align: center;
}
.strip[data-id="7817e2"] .tours-section .view-all .btn-outline {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #e74c3c;
  color: #e74c3c;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
}
.strip[data-id="7817e2"] .tours-section .view-all .btn-outline:hover {
  background: #e74c3c;
  color: #fff;
}.strip[data-id=fce9d8] {
  --section-id: "fce9d8";
  --storage-url: "https://slantour.proweb.cz/_section/fce9d8";
  --public-url: "https://slantour.proweb.cz/_section/fce9d8";
}
.strip[data-id=fce9d8] .reviews-section {
  padding: 80px 0;
  background: #fff;
}
.strip[data-id=fce9d8] .reviews-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fce9d8] .reviews-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=fce9d8] .reviews-section .reviews-list {
  max-width: 900px;
  margin: 0 auto 40px;
}
.strip[data-id=fce9d8] .reviews-section .review-item {
  display: flex;
  gap: 30px;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  align-items: center;
}
.strip[data-id=fce9d8] .reviews-section .review-item.alternative {
  background: #fff;
  border: 1px solid #eee;
  flex-direction: row-reverse;
  text-align: right;
}
.strip[data-id=fce9d8] .reviews-section .review-item .review-figure {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.strip[data-id=fce9d8] .reviews-section .review-item .review-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=fce9d8] .reviews-section .review-item .review-text h4 {
  margin: 0 0 5px;
  color: #e74c3c;
  font-size: 1.2rem;
}
.strip[data-id=fce9d8] .reviews-section .review-item .review-text .review-date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 15px;
  font-weight: 600;
}
.strip[data-id=fce9d8] .reviews-section .review-item .review-text p {
  margin: 0;
  line-height: 1.6;
  color: #555;
  font-style: italic;
}
.strip[data-id=fce9d8] .reviews-section .view-all {
  text-align: center;
}
.strip[data-id=fce9d8] .reviews-section .view-all .btn-primary {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.3s;
}
.strip[data-id=fce9d8] .reviews-section .view-all .btn-primary:hover {
  background: #c0392b;
}
@media (max-width: 768px) {
  .strip[data-id=fce9d8] .review-item {
    flex-direction: column !important;
    text-align: center !important;
  }
  .strip[data-id=fce9d8] .review-item .review-figure {
    margin: 0 auto;
  }
}.strip[data-id=e80ed6] {
  --section-id: "e80ed6";
  --storage-url: "https://slantour.proweb.cz/_section/e80ed6";
  --public-url: "https://slantour.proweb.cz/_section/e80ed6";
}
.strip[data-id=e80ed6] .stats-section {
  padding: 80px 0;
  background: #2c3e50;
  color: #fff;
  text-align: center;
}
.strip[data-id=e80ed6] .stats-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e80ed6] .stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id=e80ed6] .stats-section .stat-item .stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: #e74c3c;
  margin-bottom: 10px;
}
.strip[data-id=e80ed6] .stats-section .stat-item .stat-label {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.8;
}
.strip[data-id=e80ed6] .stats-section .history-text {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id=e80ed6] .stats-section .history-text h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.strip[data-id=e80ed6] .stats-section .history-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .strip[data-id=e80ed6] .stats-grid {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
}.strip[data-id=eb43b4] {
  --section-id: "eb43b4";
  --storage-url: "https://slantour.proweb.cz/_section/eb43b4";
  --public-url: "https://slantour.proweb.cz/_section/eb43b4";
}
.strip[data-id=eb43b4] .main-footer {
  background: #1a252f;
  color: #ecf0f1;
  padding: 60px 0 20px;
}
.strip[data-id=eb43b4] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=eb43b4] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 50px;
  margin-bottom: 40px;
}
.strip[data-id=eb43b4] .main-footer .logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id=eb43b4] .main-footer .logo-text .accent {
  color: #e74c3c;
}
.strip[data-id=eb43b4] .main-footer .footer-col h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id=eb43b4] .main-footer .footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #e74c3c;
}
.strip[data-id=eb43b4] .main-footer .footer-col p {
  line-height: 1.6;
  opacity: 0.8;
}
.strip[data-id=eb43b4] .main-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=eb43b4] .main-footer .footer-col ul li {
  margin-bottom: 10px;
}
.strip[data-id=eb43b4] .main-footer .footer-col ul li a {
  color: #ecf0f1;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s, color 0.3s;
}
.strip[data-id=eb43b4] .main-footer .footer-col ul li a:hover {
  opacity: 1;
  color: #e74c3c;
}
.strip[data-id=eb43b4] .main-footer .footer-col.contact .contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  opacity: 0.8;
}
.strip[data-id=eb43b4] .main-footer .footer-col.contact .contact-list li i {
  color: #e74c3c;
  width: 20px;
}
.strip[data-id=eb43b4] .main-footer .social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.strip[data-id=eb43b4] .main-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s;
}
.strip[data-id=eb43b4] .main-footer .social-links a:hover {
  background: #e74c3c;
}
.strip[data-id=eb43b4] .main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .strip[data-id=eb43b4] .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .strip[data-id=eb43b4] .footer-col.about {
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  .strip[data-id=eb43b4] .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .strip[data-id=eb43b4] .footer-col.about {
    grid-column: span 1;
  }
}