.elementor-1889 .elementor-element.elementor-element-95583e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1889 .elementor-element.elementor-element-95583e6:not(.elementor-motion-effects-element-type-background), .elementor-1889 .elementor-element.elementor-element-95583e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1889 .elementor-element.elementor-element-a7efb66{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1889 .elementor-element.elementor-element-2367e48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-a7efb66 *//* Modern Minimalist Footer */
.modern-footer {
  background: #000000;
  color: rgba(255, 255, 255, 0.85);
  padding: 60px 8%;
  font-family: 'Montserrat', sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-left {
  flex: 1 1 300px;
}

.footer-logo {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-tagline {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.footer-right {
  text-align: right;
  flex: 1 1 250px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-block;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #FF6100;
}

.footer-socials {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-socials a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-socials a:hover {
  color: #FF6100;
  transform: translateY(-3px);
}

.footer-bottom {
  margin-top: 40px;
  text-align: center;
}

.footer-bottom hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #FF6100, transparent);
  margin-bottom: 15px;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-right {
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }
}

/* ==== FADE-UP SCROLL ANIMATION ==== */

/* Initial hidden state */
.modern-footer {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* When visible */
.modern-footer.visible {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */