.elementor-1934 .elementor-element.elementor-element-89e14d5{--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-5767b89 *//* ---------- Base Footer ---------- */
.nilang-footer {
  background: #ffffff;
  color: #222;
  font-family: 'Poppins', sans-serif;
  padding: 70px 10% 30px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
  align-items: start;
}

/* ---------- Headings ---------- */
.footer-section h3 {
  color: #cc0000;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

/* remove underline */
.footer-section h3::after {
  display: none;
}

/* ---------- Text & Links ---------- */
.footer-section p,
.footer-section a {
  color: #555;
  font-size: 0.95rem;
  text-decoration: none;
  line-height: 1.6;
  transition: transform 0.25s ease;
}

.footer-section a {
  display: inline-block;
  transform-origin: left center;
}

.footer-section a:hover {
  transform: scale(1.05);
}

/* ---------- Lists ---------- */
.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 8px;
}

/* ---------- Logo ---------- */
.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

/* ---------- Social Icons ---------- */
.social-icons {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  transition: transform 0.3s ease;
  will-change: transform;
  text-decoration: none;
}

/* ✅ Brand Colors */
.social-icons a.fb { background: #1877F2; }     /* Facebook */
.social-icons a.li { background: #0077B5; }     /* LinkedIn */
.social-icons a.yt { background: #FF0000; }     /* YouTube */

/* ✅ Instagram Gradient Background */
.social-icons a.ig {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, 
    #fdf497 5%, 
    #fd5949 45%, 
    #d6249f 60%, 
    #285AEB 90%);
  color: #fff;
}

/* ✅ Hover Zoom Effect (no color change) */
.social-icons a:hover {
  transform: scale(1.15);
}

/* ---------- Footer Bottom ---------- */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: #cc0000;
  font-weight: 500;
  transition: transform 0.25s ease;
}

.footer-bottom a:hover {
  transform: scale(1.05);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .footer-container {
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .nilang-footer {
    padding: 50px 7% 25px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons a {
    margin: 0 5px;
  }
}/* End custom CSS */