@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Montserrat:wght@500;700&family=Playfair+Display:ital,wght@1,700&family=Playfair+Display:wght@700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id=bd40f4] {
  --section-id: "bd40f4";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/bd40f4";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/bd40f4";
}
.strip[data-id=bd40f4] .luxury-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id=bd40f4] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=bd40f4] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}
.strip[data-id=bd40f4] .logo-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.strip[data-id=bd40f4] .brand-name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1B3022;
  margin: 0;
}
.strip[data-id=bd40f4] .desktop-nav {
  display: flex;
  gap: 30px;
}
.strip[data-id=bd40f4] .desktop-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1B3022;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=bd40f4] .desktop-nav a:hover {
  color: #C5A059;
}
.strip[data-id=bd40f4] .desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #C5A059;
  transition: width 0.3s ease;
}
.strip[data-id=bd40f4] .desktop-nav a:hover::after {
  width: 100%;
}
.strip[data-id=bd40f4] .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.strip[data-id=bd40f4] .phone-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1B3022;
  text-decoration: none;
  margin-bottom: 2px;
  transition: color 0.3s ease;
}
.strip[data-id=bd40f4] .phone-link:hover {
  color: #C5A059;
}
.strip[data-id=bd40f4] .address-text {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #1B3022;
  opacity: 0.8;
  letter-spacing: 0.5px;
}
.strip[data-id=bd40f4] .hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100;
}
.strip[data-id=bd40f4] .hamburger span {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #1B3022;
  margin: 6px 0;
  transition: 0.4s;
}
.strip[data-id=bd40f4] .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  z-index: 1050;
}
.strip[data-id=bd40f4] .mobile-menu.active {
  right: 0;
}
.strip[data-id=bd40f4] .mobile-menu nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.strip[data-id=bd40f4] .mobile-menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1B3022;
  text-decoration: none;
}
.strip[data-id=bd40f4] .hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.strip[data-id=bd40f4] .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id=bd40f4] .hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}
@media (max-width: 992px) {
  .strip[data-id=bd40f4] .desktop-nav, .strip[data-id=bd40f4] .contact-info {
    display: none;
  }
  .strip[data-id=bd40f4] .hamburger {
    display: block;
  }
}@charset "UTF-8";
.strip[data-id=e31bfd] {
  --section-id: "e31bfd";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/e31bfd";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/e31bfd";
}
.strip[data-id=e31bfd] .hero-section {
  height: 100vh;
  min-height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id=e31bfd] .hero-section .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(https://test-k4ickqul.proweb.cz/_section/e31bfd/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  animation: slowZoom 20s infinite alternate ease-in-out;
}
.strip[data-id=e31bfd] .hero-section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 20px 20px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.strip[data-id=e31bfd] .hero-section .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeInUp 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.strip[data-id=e31bfd] .hero-section h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 8vw, 72px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
}
.strip[data-id=e31bfd] .hero-section .divider {
  width: 120px;
  height: 1px;
  background: #d4af37;
  margin: 0 0 32px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=e31bfd] .hero-section .divider::after {
  content: "✿";
  position: absolute;
  background: transparent;
  padding: 0 10px;
  color: #d4af37;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.strip[data-id=e31bfd] .hero-section .subtitle {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 300;
  color: #ffffff;
  max-width: 700px;
  margin: 0 0 48px 0;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.strip[data-id=e31bfd] .hero-section .btn-group {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.strip[data-id=e31bfd] .hero-section .btn {
  padding: 16px 40px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.strip[data-id=e31bfd] .hero-section .btn-primary {
  background-color: #d4af37;
  color: #013220;
  border: 1px solid #d4af37;
}
.strip[data-id=e31bfd] .hero-section .btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.strip[data-id=e31bfd] .hero-section .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id=e31bfd] .hero-section .btn-primary:hover {
  background-color: #c5a02c;
  border-color: #c5a02c;
}
.strip[data-id=e31bfd] .hero-section .btn-secondary:hover {
  background-color: #ffffff;
  color: #013220;
}
.strip[data-id=e31bfd] .hero-section .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
  color: #ffffff;
  font-size: 24px;
  opacity: 0.7;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=e31bfd] .hero-section {
    height: auto;
    padding: 120px 0 80px 0;
  }
  .strip[data-id=e31bfd] .hero-section .btn-group {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }
  .strip[data-id=e31bfd] .hero-section .btn {
    width: 100%;
    text-align: center;
  }
  .strip[data-id=e31bfd] .hero-section .scroll-indicator {
    display: none;
  }
}.strip[data-id=f1a5e3] {
  --section-id: "f1a5e3";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/f1a5e3";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/f1a5e3";
}
.strip[data-id=f1a5e3] .philosophy-section {
  width: 100%;
  padding: 100px 0;
  background-color: #ffffff;
}
.strip[data-id=f1a5e3] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f1a5e3] .split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.strip[data-id=f1a5e3] .text-content {
  background-color: #fef5f6; /* hsl(350, 60%, 98%) approximation */
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id=f1a5e3] .title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #228B22;
  margin-bottom: 30px;
  line-height: 1.2;
  margin-top: 0;
}
.strip[data-id=f1a5e3] .description {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #333333; /* hsl(0, 0%, 20%) approximation */
  line-height: 1.8;
  margin-bottom: 40px;
}
.strip[data-id=f1a5e3] .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=f1a5e3] .features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.strip[data-id=f1a5e3] .petal-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=f1a5e3] .petal-icon svg {
  width: 100%;
  height: 100%;
}
.strip[data-id=f1a5e3] .feature-item {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #333333;
  line-height: 1.6;
}
.strip[data-id=f1a5e3] .feature-item strong {
  display: block;
  color: #228B22;
  margin-bottom: 4px;
  font-size: 19px;
}
.strip[data-id=f1a5e3] .image-wrapper {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
}
.strip[data-id=f1a5e3] .image-frame {
  border: 1px solid #D4AF37;
  padding: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.strip[data-id=f1a5e3] .parallax-target {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.strip[data-id=f1a5e3] .parallax-target img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
@media (max-width: 991px) {
  .strip[data-id=f1a5e3] .split-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f1a5e3] .text-content {
    padding: 60px 40px;
  }
  .strip[data-id=f1a5e3] .image-wrapper {
    order: -1;
    padding: 10px;
  }
  .strip[data-id=f1a5e3] .parallax-target {
    min-height: 350px;
  }
  .strip[data-id=f1a5e3] .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .strip[data-id=f1a5e3] .philosophy-section {
    padding: 60px 0;
  }
  .strip[data-id=f1a5e3] .text-content {
    padding: 40px 20px;
  }
  .strip[data-id=f1a5e3] .parallax-target {
    min-height: 300px;
  }
}.strip[data-id=c11012] {
  --section-id: "c11012";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/c11012";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/c11012";
}
.strip[data-id=c11012] .servizi-evidenza {
  background-color: hsl(150, 30%, 12%);
  background-image: radial-gradient(circle at 50% 50%, hsl(150, 30%, 15%) 0%, hsl(150, 30%, 12%) 100%);
  padding: 120px 0;
  color: #F7E7CE;
  overflow: hidden;
}
.strip[data-id=c11012] .servizi-evidenza .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=c11012] .servizi-evidenza .section-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id=c11012] .servizi-evidenza .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: #F7E7CE;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id=c11012] .servizi-evidenza .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.strip[data-id=c11012] .servizi-evidenza .service-card {
  padding: 60px 40px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Vertical decorative lines */
}
.strip[data-id=c11012] .servizi-evidenza .service-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.03);
}
.strip[data-id=c11012] .servizi-evidenza .service-card:hover .icon-box svg {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 0 8px rgba(247, 231, 206, 0.4));
}
.strip[data-id=c11012] .servizi-evidenza .service-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(247, 231, 206, 0.2), transparent);
}
.strip[data-id=c11012] .servizi-evidenza .service-card .icon-box {
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=c11012] .servizi-evidenza .service-card .icon-box svg {
  width: 100%;
  height: 100%;
  stroke: #F7E7CE;
  stroke-width: 1.25;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strip[data-id=c11012] .servizi-evidenza .service-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #F7E7CE;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.strip[data-id=c11012] .servizi-evidenza .service-card p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #FFD1DC;
  line-height: 1.7;
  margin: 0;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .strip[data-id=c11012] .servizi-evidenza .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=c11012] .servizi-evidenza .service-card:nth-child(2)::after {
    display: none;
  }
  .strip[data-id=c11012] .servizi-evidenza .service-card:nth-child(3) {
    grid-column: span 2;
  }
  .strip[data-id=c11012] .servizi-evidenza .service-card:nth-child(3)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c11012] .servizi-evidenza {
    padding: 80px 0;
  }
  .strip[data-id=c11012] .servizi-evidenza .section-header {
    margin-bottom: 40px;
  }
  .strip[data-id=c11012] .servizi-evidenza .section-header h2 {
    font-size: 34px;
  }
  .strip[data-id=c11012] .servizi-evidenza .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=c11012] .servizi-evidenza .service-card {
    padding: 40px 24px;
    grid-column: span 1 !important;
    /* Horizontal line for mobile */
  }
  .strip[data-id=c11012] .servizi-evidenza .service-card:not(:last-child)::after {
    display: none;
  }
  .strip[data-id=c11012] .servizi-evidenza .service-card:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(247, 231, 206, 0.15), transparent);
  }
}.strip[data-id=a70271] {
  --section-id: "a70271";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/a70271";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/a70271";
}
.strip[data-id=a70271] .reviews-section {
  background-color: #fcfaf7;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=a70271] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
.strip[data-id=a70271] .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #228B22;
  margin-bottom: 50px;
  font-weight: 700;
}
.strip[data-id=a70271] .carousel-container {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=a70271] .review-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=a70271] .review-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.strip[data-id=a70271] .stars {
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
}
.strip[data-id=a70271] .star-icon {
  width: 24px;
  height: 24px;
  fill: #d4c191;
}
.strip[data-id=a70271] .quote-text p {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic;
  color: #228B22;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto 30px;
}
.strip[data-id=a70271] .author span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d4c191;
  letter-spacing: 2px;
}
.strip[data-id=a70271] .watermark-quote {
  position: absolute;
  font-family: "Playfair Display", serif;
  font-size: 250px;
  line-height: 1;
  color: rgba(255, 192, 203, 0.2);
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.strip[data-id=a70271] .watermark-quote.left {
  top: -50px;
  left: 5%;
}
.strip[data-id=a70271] .watermark-quote.right {
  bottom: -100px;
  right: 5%;
}
.strip[data-id=a70271] .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.strip[data-id=a70271] .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e0d5ba;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.strip[data-id=a70271] .dot.active {
  background-color: #d4c191;
}
@media (max-width: 768px) {
  .strip[data-id=a70271] .reviews-section {
    padding: 60px 0;
  }
  .strip[data-id=a70271] .quote-text p {
    font-size: 22px;
  }
  .strip[data-id=a70271] .watermark-quote {
    font-size: 150px;
  }
  .strip[data-id=a70271] .section-header h2 {
    font-size: 26px;
  }
}.strip[data-id=a2ae94] {
  --section-id: "a2ae94";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/a2ae94";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/a2ae94";
}
.strip[data-id=a2ae94] .roma-footer {
  background-color: #013220;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #FFD1DC;
  position: relative;
  overflow: hidden;
}
.strip[data-id=a2ae94] .roma-footer .floral-border {
  height: 40px;
  width: 100%;
  background-image: url(https://test-k4ickqul.proweb.cz/_section/a2ae94/floral-pattern.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  opacity: 0.6;
  margin-bottom: 40px;
}
.strip[data-id=a2ae94] .roma-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
.strip[data-id=a2ae94] .roma-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=a2ae94] .roma-footer .footer-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #F7E7CE;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=a2ae94] .roma-footer .footer-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=a2ae94] .roma-footer .footer-text a {
  color: #FFD1DC;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=a2ae94] .roma-footer .footer-text a:hover {
  color: #F7E7CE;
}
.strip[data-id=a2ae94] .roma-footer .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.strip[data-id=a2ae94] .roma-footer .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #F7E7CE;
  color: #F7E7CE;
  font-size: 16px;
  transition: all 0.3s ease;
}
.strip[data-id=a2ae94] .roma-footer .social-icons .social-icon:hover {
  background-color: #F7E7CE;
  color: #013220;
}
.strip[data-id=a2ae94] .roma-footer .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=a2ae94] .roma-footer .hours-list li {
  font-size: 14px;
  margin-bottom: 10px;
}
.strip[data-id=a2ae94] .roma-footer .map-container {
  border: 1px solid #F7E7CE;
  overflow: hidden;
  border-radius: 4px;
  height: 150px;
}
.strip[data-id=a2ae94] .roma-footer .bottom-bar {
  text-align: center;
  padding-top: 20px;
}
.strip[data-id=a2ae94] .roma-footer .bottom-bar .gold-line {
  border: 0;
  border-top: 1px solid #F7E7CE;
  margin-bottom: 20px;
  opacity: 0.3;
}
.strip[data-id=a2ae94] .roma-footer .bottom-bar .copyright {
  font-size: 12px;
  color: #FFD1DC;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id=a2ae94] .roma-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id=a2ae94] .roma-footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id=a2ae94] .roma-footer .social-icons {
    justify-content: center;
  }
  .strip[data-id=a2ae94] .roma-footer .floral-border {
    height: 30px;
  }
}