@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="6ee3af"] {
  --section-id: "6ee3af";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/6ee3af";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/6ee3af";
}
.strip[data-id="6ee3af"] .main-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  padding: 0.5rem 0;
  /* Custom Hamburger Menu */
}
.strip[data-id="6ee3af"] .main-header .navbar {
  padding: 0;
}
.strip[data-id="6ee3af"] .main-header .navbar-brand {
  padding: 0;
}
.strip[data-id="6ee3af"] .main-header .navbar-brand img {
  max-height: 55px;
  width: auto;
  transition: transform 0.3s ease;
  filter: invert(1) brightness(0);
}
.strip[data-id="6ee3af"] .main-header .navbar-brand:hover img {
  transform: scale(1.02);
}
.strip[data-id="6ee3af"] .main-header .nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333 !important;
  padding: 0.4rem 0.8rem !important;
  transition: color 0.3s ease;
}
.strip[data-id="6ee3af"] .main-header .nav-link:hover, .strip[data-id="6ee3af"] .main-header .nav-link.active {
  color: #d4af37 !important;
}
.strip[data-id="6ee3af"] .main-header .nav-link.dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.4em;
  border-top-color: currentColor;
}
.strip[data-id="6ee3af"] .main-header .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  margin-top: 0;
  background: #fff;
}
.strip[data-id="6ee3af"] .main-header .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 8px 20px;
  font-weight: 500;
  color: #333;
  transition: all 0.2s ease;
}
.strip[data-id="6ee3af"] .main-header .dropdown-menu .dropdown-item:hover {
  background: #f8f9fa;
  color: #d4af37;
  padding-left: 25px;
}
.strip[data-id="6ee3af"] .main-header .dropdown-menu .dropdown-item.active {
  background: #f8f9fa;
  color: #d4af37;
}
.strip[data-id="6ee3af"] .main-header .nonstop-btn {
  background: #1a1a1a;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.strip[data-id="6ee3af"] .main-header .nonstop-btn i {
  color: #d4af37;
  font-size: 0.85rem;
}
.strip[data-id="6ee3af"] .main-header .nonstop-btn:hover {
  background: #d4af37;
  color: #1a1a1a !important;
}
.strip[data-id="6ee3af"] .main-header .nonstop-btn:hover i {
  color: #1a1a1a;
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler {
  border: none;
  padding: 0;
  width: 26px;
  height: 18px;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler:focus {
  box-shadow: none;
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler span:nth-child(1) {
  top: 0px;
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler span:nth-child(2), .strip[data-id="6ee3af"] .main-header .navbar-toggler span:nth-child(3) {
  top: 8px;
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler span:nth-child(4) {
  top: 16px;
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  transform: rotate(45deg);
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg);
}
.strip[data-id="6ee3af"] .main-header .navbar-toggler:not(.collapsed) span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
@media (min-width: 992px) {
  .strip[data-id="6ee3af"] .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .strip[data-id="6ee3af"] .main-header {
    padding: 0.3rem 0;
  }
  .strip[data-id="6ee3af"] .navbar-brand img {
    max-height: 45px;
  }
  .strip[data-id="6ee3af"] .navbar-collapse {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    border-top: 1px solid #eee;
  }
  .strip[data-id="6ee3af"] .header-cta {
    margin-top: 10px;
  }
  .strip[data-id="6ee3af"] .dropdown-menu {
    box-shadow: none;
    padding-left: 15px;
    border-left: 2px solid #eee;
    margin-bottom: 10px;
  }
}.strip[data-id="96cdbd"] {
  --section-id: "96cdbd";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/96cdbd";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/96cdbd";
}
.strip[data-id="96cdbd"] .reference-hero {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://pwai-6ba8e567.praweb.cz/_section/96cdbd/hero-bg.jpg") center/cover no-repeat;
  color: #fff;
}
.strip[data-id="96cdbd"] .reference-hero .container {
  position: relative;
  z-index: 2;
}
.strip[data-id="96cdbd"] .reference-hero h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .strip[data-id="96cdbd"] .reference-hero {
    height: 200px;
  }
}.strip[data-id="667e77"] {
  --section-id: "667e77";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/667e77";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/667e77";
}
.strip[data-id="667e77"] .reference-item {
  transition: transform 0.3s ease;
  border-left: 4px solid #d4af37;
}
.strip[data-id="667e77"] .reference-item:hover {
  transform: translateY(-5px);
}
.strip[data-id="667e77"] .reference-item .quote-icon {
  color: rgba(212, 175, 55, 0.2);
  font-size: 2rem;
  position: absolute;
  top: 20px;
  right: 20px;
}
.strip[data-id="667e77"] .reference-item .client-name {
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}
.strip[data-id="667e77"] .reference-item .reference-text {
  font-style: italic;
  color: #555;
}@charset "UTF-8";
.strip[data-id="2364b0"] {
  --section-id: "2364b0";
  --storage-url: "https://pwai-6ba8e567.praweb.cz/_section/2364b0";
  --public-url: "https://pwai-6ba8e567.praweb.cz/_section/2364b0";
}
.strip[data-id="2364b0"] .main-footer {
  background: #111;
  color: #eee;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.strip[data-id="2364b0"] .main-footer h5 {
  color: #d4af37;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.strip[data-id="2364b0"] .main-footer h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #d4af37;
}
.strip[data-id="2364b0"] .main-footer .footer-logo img {
  max-height: 100px;
  width: auto;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1); /* Logo je tmavé, v patičce ho dáme do bíla */
}
.strip[data-id="2364b0"] .main-footer .footer-description {
  color: #ccc; /* Zesvětlený text pod logem */
  line-height: 1.6;
}
.strip[data-id="2364b0"] .main-footer .footer-links {
  list-style: none;
  padding: 0;
}
.strip[data-id="2364b0"] .main-footer .footer-links li {
  margin-bottom: 1rem;
}
.strip[data-id="2364b0"] .main-footer .footer-links li a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id="2364b0"] .main-footer .footer-links li a:hover {
  color: #d4af37;
  padding-left: 5px;
}
.strip[data-id="2364b0"] .main-footer .contact-info li {
  margin-bottom: 1.25rem;
  display: flex;
  gap: 15px;
  color: #aaa;
}
.strip[data-id="2364b0"] .main-footer .contact-info li i {
  color: #d4af37;
  margin-top: 4px;
}
.strip[data-id="2364b0"] .main-footer .contact-info li a {
  color: #aaa;
  text-decoration: none;
}
.strip[data-id="2364b0"] .main-footer .contact-info li a:hover {
  color: #fff;
}
.strip[data-id="2364b0"] .main-footer .footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #222;
  font-size: 0.85rem;
  color: #666;
}