@charset "UTF-8";
.strip[data-id="24632b"] {
  --section-id: "24632b";
  --storage-url: "https://tamas-ai.proweb.cz/_section/24632b";
  --public-url: "https://tamas-ai.proweb.cz/_section/24632b";
  /* Dropdown Styles */
  /* Pseudo-element pro přemostění mezery mezi tlačítkem a menu */
}
.strip[data-id="24632b"] .main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #1a1a1a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}
.strip[data-id="24632b"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.strip[data-id="24632b"] .logo img {
  height: 45px;
  width: auto;
  display: block;
}
.strip[data-id="24632b"] .nav-menu {
  display: flex;
  gap: 25px;
  align-items: center;
}
.strip[data-id="24632b"] .nav-menu a, .strip[data-id="24632b"] .dropdown-toggle {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px 0; /* Přidán padding pro zvětšení aktivní plochy */
}
.strip[data-id="24632b"] .nav-menu a:hover, .strip[data-id="24632b"] .nav-item:hover .dropdown-toggle {
  color: #ff6600;
}
.strip[data-id="24632b"] .nav-item {
  position: relative;
  padding-bottom: 15px; /* Vytvoření prostoru pod položkou */
  margin-bottom: -15px; /* Kompenzace prostoru pro vyrovnání */
}
.strip[data-id="24632b"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #1a1a1a;
  min-width: 200px;
  display: none;
  flex-direction: column;
  padding: 15px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-top: 2px solid #ff6600;
}
.strip[data-id="24632b"] .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}
.strip[data-id="24632b"] .dropdown-menu a {
  padding: 10px 20px;
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: 0;
}
.strip[data-id="24632b"] .nav-item:hover .dropdown-menu {
  display: flex;
}
.strip[data-id="24632b"] .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="24632b"] .btn-reservation {
  background: #ff6600;
  color: #fff;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.strip[data-id="24632b"] .btn-reservation:hover {
  background: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}
.strip[data-id="24632b"] .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.strip[data-id="24632b"] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .strip[data-id="24632b"] .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    flex-direction: column;
    padding: 20px;
    gap: 0;
    text-align: center;
    border-top: 1px solid #333;
  }
  .strip[data-id="24632b"] .nav-menu.active {
    display: flex;
  }
  .strip[data-id="24632b"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="24632b"] .nav-item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .strip[data-id="24632b"] .nav-menu a, .strip[data-id="24632b"] .dropdown-toggle {
    display: block;
    padding: 15px;
    width: 100%;
  }
  .strip[data-id="24632b"] .dropdown-menu {
    position: static;
    display: none;
    background: #222;
    padding: 0;
    box-shadow: none;
    border-top: none;
    margin-top: 0;
  }
  .strip[data-id="24632b"] .nav-item.active .dropdown-menu {
    display: flex;
  }
  .strip[data-id="24632b"] .dropdown-menu::before {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id="21222f"] {
  --section-id: "21222f";
  --storage-url: "https://tamas-ai.proweb.cz/_section/21222f";
  --public-url: "https://tamas-ai.proweb.cz/_section/21222f";
}
.strip[data-id="21222f"] .sub-hero-news {
  height: 45vh;
  min-height: 350px;
  /* Použití nového obrázku bez textu */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://tamas-ai.proweb.cz/_section/21222f/news_hero_bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.strip[data-id="21222f"] .sub-hero-news h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.strip[data-id="21222f"] .sub-hero-news h1 span {
  color: #ff6600;
}.strip[data-id=f3dc4e] {
  --section-id: "f3dc4e";
  --storage-url: "https://tamas-ai.proweb.cz/_section/f3dc4e";
  --public-url: "https://tamas-ai.proweb.cz/_section/f3dc4e";
}
.strip[data-id=f3dc4e] .news-listing {
  padding: 100px 0;
  background: #fff;
}
.strip[data-id=f3dc4e] .news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f3dc4e] .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
.strip[data-id=f3dc4e] .news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.strip[data-id=f3dc4e] .news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.strip[data-id=f3dc4e] .news-img-wrapper {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.strip[data-id=f3dc4e] .news-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.strip[data-id=f3dc4e] .news-card:hover .news-img-wrapper img {
  transform: scale(1.1);
}
.strip[data-id=f3dc4e] .news-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff6600;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.strip[data-id=f3dc4e] .news-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=f3dc4e] .news-date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 10px;
  display: block;
}
.strip[data-id=f3dc4e] .news-content h2 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #1a1a1a;
}
.strip[data-id=f3dc4e] .news-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 0.95rem;
}
.strip[data-id=f3dc4e] .news-footer {
  margin-top: auto;
}
.strip[data-id=f3dc4e] .btn-read-more {
  color: #ff6600;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}
.strip[data-id=f3dc4e] .btn-read-more:hover {
  gap: 12px;
}
@media (max-width: 768px) {
  .strip[data-id=f3dc4e] .news-grid {
    grid-template-columns: 1fr;
  }
}@charset "UTF-8";
.strip[data-id="18c5e5"] {
  --section-id: "18c5e5";
  --storage-url: "https://tamas-ai.proweb.cz/_section/18c5e5";
  --public-url: "https://tamas-ai.proweb.cz/_section/18c5e5";
}
.strip[data-id="18c5e5"] .main-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0 20px;
  border-top: 4px solid #ff6600;
}
.strip[data-id="18c5e5"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  padding: 0 20px;
}
.strip[data-id="18c5e5"] .footer-col h3 {
  color: #ff6600;
  font-size: 1.2rem;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="18c5e5"] .footer-col p {
  line-height: 1.6;
  color: #ccc;
  font-size: 0.95rem;
}
.strip[data-id="18c5e5"] .footer-links {
  list-style: none;
  padding: 0;
}
.strip[data-id="18c5e5"] .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="18c5e5"] .footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="18c5e5"] .footer-links a:hover {
  color: #ff6600;
}
.strip[data-id="18c5e5"] .footer-contact i {
  color: #ff6600;
  margin-right: 10px;
}
.strip[data-id="18c5e5"] .footer-socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.strip[data-id="18c5e5"] .footer-socials a {
  background: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
  font-size: 1.2rem;
}
.strip[data-id="18c5e5"] .footer-socials a:hover {
  background: #ff6600;
}
.strip[data-id="18c5e5"] .btn-reservation {
  display: inline-block;
  margin-top: 15px;
  background: #ff6600;
  color: #fff;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: all 0.3s ease; /* Sjednocený přechod */
}
.strip[data-id="18c5e5"] .btn-reservation:hover {
  background: #e65c00;
  transform: translateY(-3px); /* Sjednocené nadzvednutí */
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3); /* Sjednocený stín */
}
.strip[data-id="18c5e5"] .footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 20px;
  border-top: 1px solid #333;
  text-align: center;
  color: #777;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .strip[data-id="18c5e5"] .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id="18c5e5"] .footer-socials {
    justify-content: center;
  }
}