.elementor-4657 .elementor-element.elementor-element-8db2bfa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4657 .elementor-element.elementor-element-ca8c39a{width:100%;max-width:100%;}/* Start custom CSS for container, class: .elementor-element-8db2bfa */html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

.dataflyesim-footer,
.dataflyesim-footer * {
  box-sizing: border-box;
}

.dataflyesim-footer {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  font-family: inherit;
  color: #f8fafc;
  background: #0f172a;
}

.dataflyesim-footer a {
  text-decoration: none;
}

.dataflyesim-footer .footer-menu-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #111827;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.dataflyesim-footer .footer-copyright {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #0b1220;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.dataflyesim-footer .footer-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.dataflyesim-footer .footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 56px;
  padding-bottom: 56px;
  align-items: start;
}

.dataflyesim-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dataflyesim-footer .footer-logo {
  display: inline-flex;
  align-items: center;
}

.dataflyesim-footer .logo-img {
  width: 140px;
  height: auto;
  display: block;
  object-fit: contain;
}

.dataflyesim-footer .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dataflyesim-footer .social-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
  background: transparent;
  transition: none !important;
}

.dataflyesim-footer .social-btn svg {
  width: 18px;
  height: 18px;
}

.dataflyesim-footer .social-btn:hover,
.dataflyesim-footer .social-btn:focus,
.dataflyesim-footer .social-btn:active {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #e5e7eb !important;
}

.dataflyesim-footer .footer-section h4 {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.dataflyesim-footer .footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dataflyesim-footer .footer-section li {
  margin: 0 0 10px;
}

.dataflyesim-footer .footer-section a {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.7;
  transition: color 0.2s ease;
}

.dataflyesim-footer .footer-section a:hover {
  color: #ffffff;
  background: transparent;
  padding-left: 0;
  transform: none;
}

.dataflyesim-footer .footer-bottom-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.dataflyesim-footer .footer-copyright p {
  margin: 0;
  text-align: center;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.6;
}

.dataflyesim-footer .footer-copyright a {
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .dataflyesim-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .dataflyesim-footer .footer-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .dataflyesim-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dataflyesim-footer .footer-brand {
    gap: 18px;
  }

  .dataflyesim-footer .social-links {
    gap: 10px;
  }

  .dataflyesim-footer .footer-bottom-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .dataflyesim-footer .footer-copyright p {
    font-size: 12px;
  }
}/* End custom CSS */