.elementor-76 .elementor-element.elementor-element-ec9dea0{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-25e0eb7 */.araliya-footer {
  padding: 2.5rem 1.5rem 1.5rem;
  background: transparent;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: #2a2a2a;
}

/* BAR */
.araliya-footer-bar {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

/* LINKS */
.araliya-footer a {
  text-decoration: none;
  color: inherit;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.araliya-footer a:hover {
  opacity: 1;
}

/* LEFT */
.araliya-footer-left {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* CENTER – FLOWER IMAGE */
.araliya-footer-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.araliya-footer-flower-img {
  width: 48px;          /* vorher 36px */
  height: auto;
  opacity: 0.75;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.araliya-footer-flower-img:hover {
  opacity: 1;
  transform: scale(1.06);
}


/* RIGHT */
.araliya-footer-right {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
}

/* COPYRIGHT */
.araliya-footer-copy {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.5;
}/* End custom CSS */