.elementor-4511 .elementor-element.elementor-element-cdefaeb{--display:flex;}.elementor-4511 .elementor-element.elementor-element-3b385af{--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-70646cc */.nilang-footer {
  background: #000 !important;
  padding: 35px 20px;
}

.nilang-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 22px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nilang-footer .footer-box {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  padding: 28px 24px;
  overflow: hidden;
}

.nilang-footer .footer-box::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  filter: blur(35px);
  pointer-events: none;
}

.nilang-footer .footer-brand {
  flex: 1 1 42%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nilang-footer .footer-logo img {
  max-width: 155px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.nilang-footer .footer-brand p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  max-width: 95%;
}

.nilang-footer .footer-links-contact {
  flex: 1 1 52%;
  min-width: 320px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

.nilang-footer .footer-links,
.nilang-footer .footer-contact {
  flex: 1;
}

.nilang-footer .footer-links h3,
.nilang-footer .footer-contact h3 {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 700;
  color: #ff6b2c;
}

.nilang-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nilang-footer .footer-links ul li {
  margin-bottom: 10px;
}

.nilang-footer .footer-links ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nilang-footer .footer-links ul li a:hover {
  color: #ff6b2c;
}

.nilang-footer .footer-contact p {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.nilang-footer .footer-contact strong {
  color: #ffffff;
}

.nilang-footer .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.nilang-footer .social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  transition: all 0.3s ease;
}

.nilang-footer .social-icons a:hover {
  transform: translateY(-3px);
}

.nilang-footer .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.nilang-footer .facebook {
  background: #1877f2;
}

.nilang-footer .linkedin {
  background: #0a66c2;
}

.nilang-footer .youtube {
  background: #ff0000;
}

@media (max-width: 991px) {
  .nilang-footer .footer-container {
    flex-direction: column;
  }

  .nilang-footer .footer-links-contact {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .nilang-footer {
    padding: 22px 15px;
  }

  .nilang-footer .footer-box {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .nilang-footer .footer-brand,
  .nilang-footer .footer-links-contact {
    min-width: 100%;
  }

  .nilang-footer .footer-logo img {
    max-width: 135px;
  }

  .nilang-footer .footer-brand p,
  .nilang-footer .footer-links ul li a,
  .nilang-footer .footer-contact p {
    font-size: 14px;
  }

  .nilang-footer .footer-links h3,
  .nilang-footer .footer-contact h3 {
    font-size: 16px;
  }

  .nilang-footer .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}/* End custom CSS */