@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
.strip[data-id=b4f6b4] {
  --section-id: "b4f6b4";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/b4f6b4";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/b4f6b4";
  /* Mobile Toggle */
  /* Mobile Overlay */
  /* Responsive */
}
.strip[data-id=b4f6b4] .header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.strip[data-id=b4f6b4] .header-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=b4f6b4] .header-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.strip[data-id=b4f6b4] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id=b4f6b4] .header-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id=b4f6b4] .header-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=b4f6b4] .header-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #C5A059;
  transition: width 0.3s ease;
}
.strip[data-id=b4f6b4] .header-nav a:hover {
  color: #C5A059;
}
.strip[data-id=b4f6b4] .header-nav a:hover::after {
  width: 100%;
}
.strip[data-id=b4f6b4] .header-contact {
  display: flex;
  align-items: center;
  gap: 25px;
}
.strip[data-id=b4f6b4] .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #444444;
  text-decoration: none;
}
.strip[data-id=b4f6b4] .contact-item.phone {
  color: #C5A059;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.strip[data-id=b4f6b4] .contact-item.phone:hover {
  opacity: 0.8;
}
.strip[data-id=b4f6b4] .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id=b4f6b4] .mobile-menu-toggle span {
  width: 100%;
  height: 2px;
  background-color: #444444;
  transition: all 0.3s ease;
}
.strip[data-id=b4f6b4] .mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.strip[data-id=b4f6b4] .mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id=b4f6b4] .mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id=b4f6b4] .mobile-nav li {
  margin-bottom: 25px;
}
.strip[data-id=b4f6b4] .mobile-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #444444;
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.3s ease;
}
.strip[data-id=b4f6b4] .mobile-nav a:hover {
  color: #C5A059;
}
.strip[data-id=b4f6b4] .mobile-contact {
  margin-top: 40px;
  text-align: center;
}
.strip[data-id=b4f6b4] .mobile-contact p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.strip[data-id=b4f6b4] .mobile-contact a {
  font-size: 18px;
  color: #C5A059;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .strip[data-id=b4f6b4] .header-nav, .strip[data-id=b4f6b4] .header-contact {
    display: none;
  }
  .strip[data-id=b4f6b4] .mobile-menu-toggle {
    display: flex;
  }
  .strip[data-id=b4f6b4] .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
  }
  .strip[data-id=b4f6b4] .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=b4f6b4] .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }
}
@media (max-width: 480px) {
  .strip[data-id=b4f6b4] .logo-text {
    font-size: 16px;
  }
}@charset "UTF-8";
.strip[data-id="27b27d"] {
  --section-id: "27b27d";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/27b27d";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/27b27d";
}
.strip[data-id="27b27d"] .contact-info-map {
  padding: 100px 0;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="27b27d"] .contact-info-map .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="27b27d"] .contact-info-map .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  align-items: center;
}
.strip[data-id="27b27d"] .contact-info-map .info-side {
  flex: 1;
  min-width: 350px;
}
.strip[data-id="27b27d"] .contact-info-map .info-side h2 {
  font-size: 2.8rem;
  color: #383838;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id="27b27d"] .contact-info-map .info-side .contact-details {
  margin-bottom: 50px;
}
.strip[data-id="27b27d"] .contact-info-map .info-side .contact-details .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.strip[data-id="27b27d"] .contact-info-map .info-side .contact-details .item .icon-box {
  width: 30px;
  height: 30px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #87a96b; /* Šalvějově zelená */
  flex-shrink: 0;
}
.strip[data-id="27b27d"] .contact-info-map .info-side .contact-details .item .icon-box svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="27b27d"] .contact-info-map .info-side .contact-details .item .text-content p {
  margin: 0;
  color: #383838;
  line-height: 1.6;
  font-size: 17px;
}
.strip[data-id="27b27d"] .contact-info-map .info-side .contact-details .item .text-content .address-text {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
  display: block;
}
.strip[data-id="27b27d"] .contact-info-map .info-side .description p {
  color: #555;
  font-size: 19px;
  line-height: 1.8;
  max-width: 500px;
}
.strip[data-id="27b27d"] .contact-info-map .map-side {
  flex: 1.2;
  min-width: 350px;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="27b27d"] .contact-info-map .map-side iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.1) contrast(1.05);
}
@media (max-width: 992px) {
  .strip[data-id="27b27d"] .contact-info-map {
    padding: 70px 0;
  }
  .strip[data-id="27b27d"] .contact-info-map .grid {
    flex-direction: column;
    gap: 50px;
  }
  .strip[data-id="27b27d"] .contact-info-map .info-side {
    min-width: 100%;
    text-align: center;
  }
  .strip[data-id="27b27d"] .contact-info-map .info-side .item {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id="27b27d"] .contact-info-map .info-side .description {
    margin: 0 auto;
  }
  .strip[data-id="27b27d"] .contact-info-map .map-side {
    width: 100%;
    height: 400px;
  }
}@charset "UTF-8";
.strip[data-id="832d45"] {
  --section-id: "832d45";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/832d45";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/832d45";
}
.strip[data-id="832d45"] .contact-form-section {
  padding: 100px 0;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="832d45"] .contact-form-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="832d45"] .contact-form-section .form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id="832d45"] .contact-form-section .icon-header {
  color: #f4c2c2; /* Pudrově růžová */
  margin-bottom: 25px;
}
.strip[data-id="832d45"] .contact-form-section .icon-header svg {
  width: 50px;
  height: 50px;
}
.strip[data-id="832d45"] .contact-form-section h3 {
  font-size: 2.2rem;
  color: #383838;
  margin-bottom: 20px;
  font-weight: 700;
}
.strip[data-id="832d45"] .contact-form-section .lead-text {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.strip[data-id="832d45"] .contact-form-section .elegant-form {
  text-align: left;
}
.strip[data-id="832d45"] .contact-form-section .elegant-form .form-group {
  margin-bottom: 35px;
  position: relative;
}
.strip[data-id="832d45"] .contact-form-section .elegant-form .form-group input, .strip[data-id="832d45"] .contact-form-section .elegant-form .form-group textarea {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #383838; /* Grafitově šedá */
  color: #383838;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  transition: border-color 0.3s ease;
  outline: none;
}
.strip[data-id="832d45"] .contact-form-section .elegant-form .form-group input::placeholder, .strip[data-id="832d45"] .contact-form-section .elegant-form .form-group textarea::placeholder {
  color: #87a96b; /* Šalvějově zelená */
  font-weight: 300;
  opacity: 0.8;
}
.strip[data-id="832d45"] .contact-form-section .elegant-form .form-group input:focus, .strip[data-id="832d45"] .contact-form-section .elegant-form .form-group textarea:focus {
  border-bottom-color: #c5a059; /* Matné zlato */
}
.strip[data-id="832d45"] .contact-form-section .elegant-form .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.strip[data-id="832d45"] .contact-form-section .elegant-form button {
  width: 100%;
  padding: 18px;
  background-color: #383838;
  color: #ffffff;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.strip[data-id="832d45"] .contact-form-section .elegant-form button:hover {
  background-color: #c5a059; /* Matné zlato */
}
@media (max-width: 768px) {
  .strip[data-id="832d45"] .contact-form-section {
    padding: 60px 0;
  }
  .strip[data-id="832d45"] .contact-form-section h3 {
    font-size: 1.8rem;
  }
  .strip[data-id="832d45"] .contact-form-section .lead-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}.strip[data-id=b99af9] {
  --section-id: "b99af9";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/b99af9";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/b99af9";
}
.strip[data-id=b99af9] .footer-section {
  background-color: #2c2c2c;
  color: #f2d2d9;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 80px 0 40px 0;
  line-height: 1.6;
}
.strip[data-id=b99af9] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b99af9] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=b99af9] .footer-col h3, .strip[data-id=b99af9] .footer-col h4 {
  color: #ffffff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 16px;
}
.strip[data-id=b99af9] .footer-col h3 {
  font-size: 20px;
  border-bottom: 2px solid #9caf88;
  display: inline-block;
  padding-bottom: 5px;
}
.strip[data-id=b99af9] .footer-col p {
  margin: 0 0 12px 0;
}
.strip[data-id=b99af9] .social-links {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.strip[data-id=b99af9] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #c5a059;
  border-radius: 50%;
  color: #c5a059;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 18px;
}
.strip[data-id=b99af9] .social-icon:hover {
  background-color: #c5a059;
  color: #2c2c2c;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}
.strip[data-id=b99af9] .footer-bottom {
  text-align: center;
}
.strip[data-id=b99af9] .separator {
  height: 1px;
  background-color: #9caf88;
  width: 100%;
  margin-bottom: 30px;
  opacity: 0.3;
}
.strip[data-id=b99af9] .copyright {
  font-size: 13px;
  opacity: 0.7;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .strip[data-id=b99af9] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=b99af9] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=b99af9] .footer-col h3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .strip[data-id=b99af9] .social-links {
    justify-content: center;
  }
  .strip[data-id=b99af9] .footer-section {
    padding: 60px 0 30px 0;
  }
}