@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:ital,wght@0,400;1,400&family=Montserrat:wght@400;600&family=Playfair+Display:wght@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;
  }
}.strip[data-id=bd7c32] {
  --section-id: "bd7c32";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/bd7c32";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/bd7c32";
}
.strip[data-id=bd7c32] .wedding-floristry {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.strip[data-id=bd7c32] .hero-banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.strip[data-id=bd7c32] .hero-banner img, .strip[data-id=bd7c32] .hero-banner generated-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=bd7c32] .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
.strip[data-id=bd7c32] .text-block {
  max-width: 800px;
  width: 100%;
  padding: 50px;
  background-color: #fcfcfc;
  background-image: radial-gradient(#efefef 0.5px, transparent 0.5px);
  background-size: 10px 10px;
  border: 1px solid #d4af37;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=bd7c32] .text-block h2 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.2;
}
.strip[data-id=bd7c32] .text-block .subtitle {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 20px;
  color: #87a96b;
  margin-bottom: 30px;
}
.strip[data-id=bd7c32] .text-block .description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 40px;
}
.strip[data-id=bd7c32] .text-block .description p {
  margin-bottom: 15px;
}
.strip[data-id=bd7c32] .cta-container {
  display: flex;
  justify-content: center;
}
.strip[data-id=bd7c32] .btn-consultation {
  display: inline-block;
  background-color: #87a96b;
  color: #ffffff;
  padding: 15px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=bd7c32] .btn-consultation:hover {
  background-color: #76945d;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .strip[data-id=bd7c32] .hero-banner {
    height: 350px;
  }
  .strip[data-id=bd7c32] .text-block {
    padding: 30px 20px;
  }
  .strip[data-id=bd7c32] .text-block h2 {
    font-size: 36px;
  }
  .strip[data-id=bd7c32] .text-block .subtitle {
    font-size: 18px;
  }
}@charset "UTF-8";
.strip[data-id=c2c995] {
  --section-id: "c2c995";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/c2c995";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/c2c995";
}
.strip[data-id=c2c995] .events-celebrations {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}
.strip[data-id=c2c995] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c2c995] .grid-layout {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id=c2c995] .image-side {
  flex: 1;
  position: relative;
}
.strip[data-id=c2c995] .image-wrapper {
  position: relative;
  z-index: 2;
}
.strip[data-id=c2c995] .image-wrapper::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  border: 2px solid #d4af37;
  z-index: -1;
}
.strip[data-id=c2c995] .image-wrapper img, .strip[data-id=c2c995] .image-wrapper generated-img {
  width: 100%;
  display: block;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.strip[data-id=c2c995] .text-side {
  flex: 1;
}
.strip[data-id=c2c995] .text-side h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #333333;
  margin-bottom: 10px;
}
.strip[data-id=c2c995] .text-side h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #87a96b;
  margin-bottom: 25px;
  font-weight: 400;
}
.strip[data-id=c2c995] .text-side p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 20px;
}
.strip[data-id=c2c995] .leaf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=c2c995] .leaf-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #555555;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}
.strip[data-id=c2c995] .leaf-list li::before {
  content: "🌿"; /* Leaf icon */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #d4af37;
}
@media (max-width: 991px) {
  .strip[data-id=c2c995] .grid-layout {
    flex-direction: column;
    gap: 40px;
  }
  .strip[data-id=c2c995] .image-side {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .strip[data-id=c2c995] .text-side {
    text-align: center;
  }
  .strip[data-id=c2c995] .leaf-list li {
    text-align: left;
    display: inline-block;
    width: 100%;
  }
}.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;
  }
}