.elementor-38 .elementor-element.elementor-element-82278d4{--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 container, class: .elementor-element-82278d4 */.ps-footer {
  background-color: #FCE4EC80; 
  padding: 80px 0 40px;
  border-top: 1px solid #F1DAE2;
  font-family: 'Inter', sans-serif;
}

.ps-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.ps-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.ps-footer-brand {
  max-width: 320px;
}

.ps-footer-info {
  margin-top: 25px;
  font-size: 14px;
  color: #A37885;
  line-height: 1.7;
  font-weight: 400;
}

.ps-logo { display: flex; align-items: center; }
.ps-logo-name { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: #1A1A1A; }
.ps-logo-divider { color: #F8BBD0; font-size: 26px; margin: 0 10px; font-weight: 300; transform: rotate(-10deg); display: inline-block; }
.ps-logo-surname { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3em; color: #A37885; }

.ps-footer-nav, .ps-footer-social {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ps-footer-nav a, .ps-footer-social a {
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #381620; 
  transition: opacity 0.3s ease;
}

.ps-footer-nav a:hover, .ps-footer-social a:hover {
  opacity: 0.5;
}

.ps-soc-link {
  position: relative;
  padding-left: 20px;
}

.ps-soc-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #C2185B;
  border-radius: 50%;
}

.ps-footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(241, 218, 226, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ps-copy, .ps-legal a {
  font-size: 10px;
  font-weight: 500;
  color: #A37885;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.ps-legal {
  display: flex;
  gap: 30px;
}

.ps-legal a:hover {
  color: #C2185B;
}
.ps-attribution {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #A37885;
  font-weight: 500;
}

.ps-attribution a {
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.ps-attribution a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C2185B;
  transform: scaleX(1);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.ps-attribution a:hover {
  color: #C2185B;
}

.ps-attribution a:hover::after {
  transform: scaleX(0);
  transform-origin: bottom left;
}

@media (max-width: 768px) {
  .ps-footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .ps-footer-main {
    flex-direction: column;
    gap: 50px;
    text-align: center;
    align-items: center;
  }
  .ps-logo { justify-content: center; }
  .ps-footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}/* End custom CSS */