

.custom-footer-theme {
  background-color: #0f2163;
  /* background: linear-gradient(to bottom right, rgba(10, 29, 100, 0.4), rgba(16, 40, 145, 0.4)) !important;
  backdrop-filter: blur(10px); */ */
  /* -webkit-backdrop-filter: blur(10px); */
  /* border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff; */
  /* padding: 20px 0; */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4); /* shadow at the top */
  color: #ffffff;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  padding: 30px 0;
  text-align: left;
  
}

.custom-footer-theme h1,
.custom-footer-theme h2,
.custom-footer-theme h3,
.custom-footer-theme h4,
.custom-footer-theme h5,
.custom-footer-theme h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.custom-footer-theme a {
  color: #0f2163;
  text-decoration: none;
  transition: color 0.3s ease;

}

.custom-footer-theme a:hover {
  color: #0f2163;
}

.custom-footer-theme ul {
  all:unset;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.custom-footer-theme ul li {
    all:unset;
   list-style: none !important;
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight:bolder ;
}

.custom-footer-theme ul li::before {
    all:unset;
  color: #0f2163;
  margin-right: 5px;
}

.custom-footer-theme .footer_copy {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: #a8a8a8;
}

.custom-footer-theme .footer_copy .social li a {
  color: #65666C;
  margin: 0 10px;
}

.custom-footer-theme .footer_copy .social li a:hover {
  color: #ffffff;
}

.custom-footer-theme .brand-logos img {
  max-height: 40px;
  margin-right: 15px;
  vertical-align: middle;
}

.custom-footer-theme .footercolor {
  color: white !important;
}



.custom-footer-theme .ncagroup{
  margin-bottom: 0px !important;
  font-size: 16px !important;
}


.custom-footer-theme hr{
  margin-bottom: 5px !important;
  margin-top:5px !important;
  color:white !important;
}

.custom-footer-theme .aixpanza{
  text-align: center !important;
  color: white !important;
  font-weight: bold !important;
}

/* Responsive Footer Layout */
@media (max-width: 767px) {
  .custom-footer-theme {
    text-align: center;
  }

  .custom-footer-theme .widget {
    margin-bottom: 30px;
  }

  .custom-footer-theme .brand-logos img {
    margin-bottom: 10px;
  }
}
