@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap');
.strip[data-id="21eb59"] {
  --section-id: "21eb59";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/21eb59";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/21eb59";
}
.strip[data-id="21eb59"] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
  background-color: transparent;
  padding: 25px 0;
}
.strip[data-id="21eb59"] .header-section.scrolled {
  background-color: hsla(40, 30%, 98%, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
}
.strip[data-id="21eb59"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="21eb59"] .logo-link {
  display: block;
  flex-shrink: 0;
}
.strip[data-id="21eb59"] .logo-link img {
  height: 70px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id="21eb59"] .header-section.scrolled .logo-link img {
  height: 55px;
}
.strip[data-id="21eb59"] .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.strip[data-id="21eb59"] .contact-info {
  display: flex;
  gap: 25px;
}
.strip[data-id="21eb59"] .info-item {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: hsl(160, 100%, 10%);
  text-decoration: none;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}
.strip[data-id="21eb59"] .info-item:hover {
  color: hsl(43, 48%, 59%);
}
.strip[data-id="21eb59"] .navigation {
  display: flex;
  align-items: center;
}
.strip[data-id="21eb59"] .nav-menu {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.strip[data-id="21eb59"] .nav-menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: hsl(160, 100%, 10%);
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
}
.strip[data-id="21eb59"] .nav-menu li a:hover {
  color: hsl(43, 48%, 59%);
}
.strip[data-id="21eb59"] .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: hsl(43, 48%, 59%);
  transition: width 0.3s ease;
}
.strip[data-id="21eb59"] .nav-menu li a:hover::after {
  width: 100%;
}
.strip[data-id="21eb59"] .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
}
.strip[data-id="21eb59"] .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: hsl(160, 100%, 10%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .strip[data-id="21eb59"] .header-section {
    padding: 15px 0;
  }
  .strip[data-id="21eb59"] .contact-info {
    display: none;
  }
  .strip[data-id="21eb59"] .menu-toggle {
    display: flex;
  }
  .strip[data-id="21eb59"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: hsl(40, 30%, 98%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    gap: 40px;
  }
  .strip[data-id="21eb59"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="21eb59"] .nav-menu li a {
    font-size: 20px;
    text-shadow: none;
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id="8aa895"] {
  --section-id: "8aa895";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/8aa895";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/8aa895";
}
.strip[data-id="8aa895"] .wedding-floristry {
  background-color: hsl(40, 30%, 98%);
  padding: 100px 0;
  position: relative;
}
.strip[data-id="8aa895"] .wedding-floristry .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8aa895"] .wedding-floristry .frame-wrapper {
  border: 3px double #D4AF37;
  padding: 60px 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
.strip[data-id="8aa895"] .wedding-floristry .frame-wrapper::before, .strip[data-id="8aa895"] .wedding-floristry .frame-wrapper::after, .strip[data-id="8aa895"] .wedding-floristry .frame-wrapper .corner-top-right, .strip[data-id="8aa895"] .wedding-floristry .frame-wrapper .corner-bottom-left {
  content: "✿";
  position: absolute;
  color: #D4AF37;
  font-size: 28px;
  line-height: 1;
}
.strip[data-id="8aa895"] .wedding-floristry .frame-wrapper::before {
  top: 15px;
  left: 15px;
}
.strip[data-id="8aa895"] .wedding-floristry .frame-wrapper::after {
  bottom: 15px;
  right: 15px;
}
.strip[data-id="8aa895"] .wedding-floristry .frame-wrapper .corner-top-right {
  top: 15px;
  right: 15px;
}
.strip[data-id="8aa895"] .wedding-floristry .frame-wrapper .corner-bottom-left {
  bottom: 15px;
  left: 15px;
}
.strip[data-id="8aa895"] .wedding-floristry .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 48px;
  color: #2E8B57; /* Emerald Green */
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
}
.strip[data-id="8aa895"] .wedding-floristry .image-container {
  margin-bottom: 50px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.strip[data-id="8aa895"] .wedding-floristry .image-container img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  display: block;
}
.strip[data-id="8aa895"] .wedding-floristry .description {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #444;
}
.strip[data-id="8aa895"] .wedding-floristry .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .strip[data-id="8aa895"] .wedding-floristry .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.strip[data-id="8aa895"] .wedding-floristry .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="8aa895"] .wedding-floristry .service-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  line-height: 1.4;
}
.strip[data-id="8aa895"] .wedding-floristry .service-list li::before {
  content: "❀";
  position: absolute;
  left: 0;
  top: -2px;
  color: #D4AF37;
  font-size: 22px;
}
.strip[data-id="8aa895"] .wedding-floristry .closing-text {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-style: italic;
  color: #2E8B57;
  margin-top: 30px;
}
.strip[data-id="8aa895"] .wedding-floristry .fab-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #FFB2D1; /* Powder Pink */
  color: white;
  text-decoration: none;
  padding: 18px 30px;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(255, 178, 209, 0.4);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="8aa895"] .wedding-floristry .fab-button:hover {
  transform: translateY(-5px) scale(1.05);
  background-color: #ff99c2;
  box-shadow: 0 12px 30px rgba(255, 178, 209, 0.6);
}
.strip[data-id="8aa895"] .wedding-floristry .fab-button .fab-icon {
  font-size: 22px;
}
.strip[data-id="8aa895"] .wedding-floristry .fab-button .fab-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}.strip[data-id="810c4b"] {
  --section-id: "810c4b";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/810c4b";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/810c4b";
}
.strip[data-id="810c4b"] .footer-section {
  background-color: hsl(160, 100%, 8%);
  color: hsl(40, 30%, 98%);
  padding: 80px 0 60px 0;
  border-top: 2px solid hsl(43, 48%, 59%);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.strip[data-id="810c4b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="810c4b"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 60px;
}
.strip[data-id="810c4b"] .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="810c4b"] .col-title {
  color: hsl(43, 48%, 59%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="810c4b"] .col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: hsl(43, 48%, 59%);
}
.strip[data-id="810c4b"] .col-content p {
  margin: 0 0 12px 0;
  line-height: 1.8;
  opacity: 0.9;
}
.strip[data-id="810c4b"] .social-icons {
  display: flex;
  gap: 25px;
  align-items: center;
}
.strip[data-id="810c4b"] .social-link {
  color: hsl(43, 48%, 59%);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.strip[data-id="810c4b"] .social-link:hover {
  transform: translateY(-5px) scale(1.1);
  filter: brightness(1.3);
}
.strip[data-id="810c4b"] .social-link svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 992px) {
  .strip[data-id="810c4b"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="810c4b"] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id="810c4b"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="810c4b"] .col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="810c4b"] .social-icons {
    justify-content: center;
  }
  .strip[data-id="810c4b"] .footer-col {
    align-items: center;
  }
}