@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="7b9447"] {
  --section-id: "7b9447";
  --storage-url: "https://tamas-ai.proweb.cz/_section/7b9447";
  --public-url: "https://tamas-ai.proweb.cz/_section/7b9447";
}
.strip[data-id="7b9447"] .sub-hero-contact {
  height: 40vh;
  min-height: 300px;
  /* Jemné ztmavení pozadí přímo v background property */
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://tamas-ai.proweb.cz/_section/7b9447/contact_hero_bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="7b9447"] .sub-hero-contact h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-shadow: none; /* Odstraněn stín písma */
  margin: 0;
}
.strip[data-id="7b9447"] .sub-hero-contact h1 span {
  color: #ff6600;
}.strip[data-id="3c7b0e"] {
  --section-id: "3c7b0e";
  --storage-url: "https://tamas-ai.proweb.cz/_section/3c7b0e";
  --public-url: "https://tamas-ai.proweb.cz/_section/3c7b0e";
  /* Contact Form Styles */
}
.strip[data-id="3c7b0e"] .contact-page-info {
  padding: 100px 0;
  background: #fff;
}
.strip[data-id="3c7b0e"] .contact-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.strip[data-id="3c7b0e"] .contact-details h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.strip[data-id="3c7b0e"] .contact-item-large {
  margin-bottom: 35px;
  display: flex;
  gap: 20px;
}
.strip[data-id="3c7b0e"] .contact-item-large i {
  font-size: 1.5rem;
  color: #ff6600;
  margin-top: 5px;
}
.strip[data-id="3c7b0e"] .contact-item-large h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.strip[data-id="3c7b0e"] .contact-item-large p, .strip[data-id="3c7b0e"] .contact-item-large a {
  color: #555;
  line-height: 1.6;
  text-decoration: none;
  font-size: 1.05rem;
}
.strip[data-id="3c7b0e"] .contact-item-large a:hover {
  color: #ff6600;
}
.strip[data-id="3c7b0e"] .contact-form-wrapper {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="3c7b0e"] .contact-form-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1a1a1a;
}
.strip[data-id="3c7b0e"] .form-group {
  margin-bottom: 20px;
}
.strip[data-id="3c7b0e"] .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
}
.strip[data-id="3c7b0e"] .form-group input, .strip[data-id="3c7b0e"] .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.strip[data-id="3c7b0e"] .form-group input:focus, .strip[data-id="3c7b0e"] .form-group textarea:focus {
  outline: none;
  border-color: #ff6600;
}
.strip[data-id="3c7b0e"] .btn-submit {
  width: 100%;
  padding: 15px;
  background: #ff6600;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.strip[data-id="3c7b0e"] .btn-submit:hover {
  background: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}
@media (max-width: 992px) {
  .strip[data-id="3c7b0e"] .contact-page-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}.strip[data-id=a99586] {
  --section-id: "a99586";
  --storage-url: "https://tamas-ai.proweb.cz/_section/a99586";
  --public-url: "https://tamas-ai.proweb.cz/_section/a99586";
}
.strip[data-id=a99586] .contact-map-section {
  width: 100%;
  height: 500px;
  background: #eee;
  line-height: 0;
}
.strip[data-id=a99586] .contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.1);
}
@media (max-width: 768px) {
  .strip[data-id=a99586] .contact-map-section {
    height: 350px;
  }
}@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;
  }
}