.elementor-4273 .elementor-element.elementor-element-ce47b85{--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;--justify-content:center;--overlay-opacity:0.56;}.elementor-4273 .elementor-element.elementor-element-ce47b85::before, .elementor-4273 .elementor-element.elementor-element-ce47b85 > .elementor-background-video-container::before, .elementor-4273 .elementor-element.elementor-element-ce47b85 > .e-con-inner > .elementor-background-video-container::before, .elementor-4273 .elementor-element.elementor-element-ce47b85 > .elementor-background-slideshow::before, .elementor-4273 .elementor-element.elementor-element-ce47b85 > .e-con-inner > .elementor-background-slideshow::before, .elementor-4273 .elementor-element.elementor-element-ce47b85 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://dulegend.com/wp-content/uploads/2025/08/360_F_265323269_QoipYNMdd97ZbQJGlSN5TLBXxRUoe0ju.jpg");--background-overlay:'';}/* Start custom CSS for shortcode, class: .elementor-element-ead4466 *//* Footer Styling */
.moran-footer {
  background-color: #1e1e1e; /* Light black */
  color: #f5f5f5;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 40px;
  animation: fadeInFooter 1.2s ease-in-out;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 20px;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  position: relative;
  color: #ffffff;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 40px;
  background: #ffb400;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffb400;
  padding-left: 5px;
}

.contact-info li {
  margin-bottom: 8px;
  color: #dddddd;
}

/* Social Icons */
.social-icons a {
  display: inline-block;
  margin-right: 15px;
  color: #cccccc;
  font-size: 32px; /* Bigger icons */
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #ffb400;
  text-shadow: 0 0 12px rgba(255, 180, 0, 0.9);
  transform: translateY(-4px) scale(1.1);
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #333;
  font-size: 0.9rem;
  background-color: #1a1a1a;
  color: #aaaaaa;
}

/* Fade-in Animation */
@keyframes fadeInFooter {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */