.elementor-4681 .elementor-element.elementor-element-f398b8f{--display:flex;}@media(min-width:768px){.elementor-4681 .elementor-element.elementor-element-f398b8f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-46cb543 */<style>
.custom-footer {
  background: linear-gradient(135deg, #0062cd 0%, #0098cd 100%);
  color: #fff;
  padding: 60px 0 0;
  font-family: 'Manrope', sans-serif;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
}

.footer-container {
  max-width: 100%;
  margin: auto;
  padding: 0 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1.4fr 1.2fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-col h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 12px;
}
.footer-col ul li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #fff;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.5;
}
.contact-item svg {
  flex-shrink: 0;
  opacity: 0.8;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

.footer-license {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-license p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}
.footer-license strong {
  color: #fff;
  font-weight: 600;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.footer-social a:hover {
  background: rgba(255, 255, 255, 0.35);
}
.footer-social a svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  fill: #fff;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-brand-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-logo-biznext {
  height: 28px !important;
  width: auto !important;
  max-width: 120px !important;
  object-fit: contain !important;
  display: inline-block !important;
}
.footer-powered {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-logo-fpt {
  height: 24px !important;
  width: auto !important;
  max-width: 60px !important;
  object-fit: contain !important;
  display: inline-block !important;
}
.footer-copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media (max-width: 640px) {
  .footer-container {
    padding: 0 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
</style>/* End custom CSS */