.elementor-22 .elementor-element.elementor-element-5ac5837{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-71e546a */:root {
  --dp-dark: #0B1220;
  --dp-primary: #2563EB;
  --dp-accent: #38BDF8;
  --dp-light: #F8FAFC;
  --dp-text: #1E293B;
  --dp-muted: #64748B;
  --dp-white: #FFFFFF;
}

/* FOOTER BASE */

.dp-footer-modern,
.dp-footer-modern * {
  box-sizing: border-box;
}

.dp-footer-modern a {
  text-decoration: none !important;
}

.dp-footer-modern {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.22), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(56, 189, 248, 0.16), transparent 32%),
    linear-gradient(180deg, #0B1220 0%, #070D18 100%);
  color: #FFFFFF;
  padding: 110px 0 0;
}

.dp-footer-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.dp-footer-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.dp-footer-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.20;
  animation: dpFooterGlow 8s ease-in-out infinite;
}

.dp-footer-glow-one {
  left: -120px;
  top: 90px;
  background: var(--dp-primary);
}

.dp-footer-glow-two {
  right: -120px;
  bottom: 120px;
  background: var(--dp-accent);
  animation-delay: -3s;
}

.dp-footer-container {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

/* TOP CTA */

.dp-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  padding: 46px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 15%, rgba(56, 189, 248, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.28), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  margin-bottom: 64px;
}

.dp-footer-cta span {
  display: inline-flex;
  color: #BAE6FD;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.dp-footer-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.dp-footer-cta p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: 1.03rem;
  line-height: 1.72;
}

.dp-footer-cta-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  color: #FFFFFF !important;
  font-size: 0.98rem;
  font-weight: 900;
  white-space: nowrap;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.34);
  transition: 0.25s ease;
}

.dp-footer-cta-btn:hover {
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(56, 189, 248, 0.36);
}

/* MAIN FOOTER GRID */

.dp-footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.9fr 1fr;
  gap: 42px;
  padding-bottom: 54px;
}

.dp-footer-brand p {
  max-width: 420px;
  margin: 22px 0 0;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.98rem;
  line-height: 1.75;
}

.dp-footer-logo {
  display: inline-flex;
}

.dp-footer-logo-box {
  width: 136px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.20), rgba(56, 189, 248, 0.10)),
    rgba(255, 255, 255, 0.055);
  border: 1px dashed rgba(56, 189, 248, 0.60);
}

.dp-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.dp-footer-socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #E0F2FE !important;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: 0.24s ease;
}

.dp-footer-socials a:hover {
  color: #FFFFFF !important;
  background: rgba(37, 99, 235, 0.24);
  border-color: rgba(56, 189, 248, 0.28);
  transform: translateY(-3px);
}

.dp-footer-column h3 {
  margin: 0 0 18px;
  color: #FFFFFF;
  font-size: 1.05rem;
  letter-spacing: -0.035em;
}

.dp-footer-column > a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: rgba(226, 232, 240, 0.68) !important;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.35;
  margin-bottom: 12px;
  transition: 0.22s ease;
}

.dp-footer-column > a:hover {
  color: #FFFFFF !important;
  transform: translateX(4px);
}

/* CONTACT */

.dp-footer-contact-link {
  gap: 10px;
}

.dp-footer-contact-link span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--dp-accent);
  background: rgba(56, 189, 248, 0.12);
  font-weight: 900;
}

.dp-footer-mini-note {
  margin-top: 24px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.dp-footer-mini-note strong {
  display: block;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.dp-footer-mini-note p {
  color: rgba(226, 232, 240, 0.65);
  margin: 0;
  line-height: 1.55;
  font-size: 0.92rem;
}

/* AREAS */

.dp-footer-areas {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.18);
  margin-bottom: 34px;
}

.dp-footer-areas-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dp-footer-areas-head h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.dp-footer-areas-head p {
  max-width: 520px;
  margin: 0;
  color: rgba(226, 232, 240, 0.65);
  line-height: 1.6;
}

.dp-footer-area-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.dp-footer-area-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.78) !important;
  font-size: 0.86rem;
  font-weight: 750;
  text-align: center;
  line-height: 1.25;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.075);
  transition: 0.22s ease;
}

.dp-footer-area-links a:hover {
  color: #FFFFFF !important;
  background: rgba(37, 99, 235, 0.22);
  border-color: rgba(56, 189, 248, 0.28);
  transform: translateY(-2px);
}

@media (max-width: 1050px) {
  .dp-footer-area-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .dp-footer-areas-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .dp-footer-areas {
    padding: 24px;
    border-radius: 24px;
  }

  .dp-footer-area-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .dp-footer-area-links {
    grid-template-columns: 1fr;
  }
}

/* BOTTOM */

.dp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.dp-footer-bottom p {
  margin: 0;
  color: rgba(226, 232, 240, 0.54);
  font-size: 0.9rem;
}

.dp-footer-bottom div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.dp-footer-bottom a {
  color: rgba(226, 232, 240, 0.58) !important;
  font-size: 0.9rem;
  font-weight: 650;
  transition: 0.22s ease;
}

.dp-footer-bottom a:hover {
  color: #FFFFFF !important;
}

/* ANIMATION */

@keyframes dpFooterGlow {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-24px) scale(1.06);
  }
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .dp-footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .dp-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .dp-footer-areas-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .dp-footer-modern {
    padding-top: 78px;
  }

  .dp-footer-container {
    width: min(100% - 28px, 1240px);
  }

  .dp-footer-cta {
    padding: 30px;
    border-radius: 28px;
    margin-bottom: 48px;
  }

  .dp-footer-cta-btn {
    width: 100%;
  }

  .dp-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dp-footer-areas {
    padding: 24px;
    border-radius: 24px;
  }

  .dp-footer-area-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dp-footer-area-links a {
    justify-content: center;
  }

  .dp-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .dp-footer-cta {
    padding: 26px 22px;
  }

  .dp-footer-cta h2 {
    font-size: 2.1rem;
  }

  .dp-footer-logo-box {
    width: 124px;
    height: 48px;
  }
}
/* FOOTER LOGO - FULL LOGO, NO CROP */

.dp-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.dp-footer-logo-box {
  width: 142px !important;
  height: 142px !important;
  padding: 0 !important;
  border-radius: 26px !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #ffffff !important;
  border: 1px solid rgba(56, 189, 248, 0.28) !important;

  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset !important;
}

.dp-footer-logo-box img,
.dp-footer-logo-img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  transform: none !important;
  border-radius: 26px !important;
}

/* Mobilon kicsit kisebb */
@media (max-width: 720px) {
  .dp-footer-logo-box {
    width: 128px !important;
    height: 128px !important;
    border-radius: 22px !important;
  }

  .dp-footer-logo-box img,
  .dp-footer-logo-img {
    border-radius: 22px !important;
  }
}/* End custom CSS */