.elementor-321 .elementor-element.elementor-element-f7f53ae{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--overflow:hidden;}.elementor-321 .elementor-element.elementor-element-f7f53ae:not(.elementor-motion-effects-element-type-background), .elementor-321 .elementor-element.elementor-element-f7f53ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1B33;}.elementor-321 .elementor-element.elementor-element-f7f53ae.e-con{--align-self:flex-start;--order:-99999 /* order start hack */;}.elementor-321 .elementor-element.elementor-element-a258a8b{width:100%;max-width:100%;}.elementor-321 .elementor-element.elementor-element-a258a8b.elementor-element{--align-self:center;--order:99999 /* order end hack */;--flex-grow:1;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-321 .elementor-element.elementor-element-f7f53ae{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-a258a8b */html, body { overflow-x: hidden; }

.site-footer {
  background: #0B1B33;
  color: rgba(255,255,255,.65);
  font-family: 'Outfit', sans-serif;
  padding: 72px 32px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ---- Pure-CSS fade-up on load (no JavaScript required, so it can never
   fail to show content the way a scroll-triggered JS animation can) ---- */
.footer-col {
  animation: footerFadeUp .7s ease both;
}
.footer-col:nth-child(1) { animation-delay: .05s; }
.footer-col:nth-child(2) { animation-delay: .15s; }
.footer-col:nth-child(3) { animation-delay: .25s; }
.footer-col:nth-child(4) { animation-delay: .35s; }
@keyframes footerFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-logo-box {
  width: 64px; height: 64px;
  background: #fff;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.footer-logo-icon { color: var(--blue, #1A5FD4); font-size: 1.8rem; }
.footer-brand-name { display: block; font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 14px; }

.footer-desc { font-size: .9rem; line-height: 1.7; max-width: 320px; margin-bottom: 24px; color: rgba(255,255,255,.6); }

.footer-col h5 {
  font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 20px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.footer-col ul li a {
  font-size: .9rem; color: rgba(255,255,255,.6); text-decoration: none;
  transition: color .25s ease, padding-left .25s ease;
  display: inline-block;
}
.footer-col ul li a:hover { color: #fff; padding-left: 4px; }

.footer-contact-list li a,
.footer-contact-list li.footer-contact-static {
  display: flex; align-items: center; gap: 10px;
  font-size: .9rem; color: rgba(255,255,255,.7);
}
.footer-contact-list svg { width: 16px; height: 16px; color: var(--blue-mid, #C3D6FA); flex-shrink: 0; }
.footer-contact-list li a { color: rgba(255,255,255,.75); text-decoration: none; transition: color .25s ease; }
.footer-contact-list li a:hover { color: #fff; }

.footer-bottom {
  max-width: 1300px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: .82rem; color: rgba(255,255,255,.45);
}
.footer-bottom-tags { color: rgba(255,255,255,.35); }

/* ---- BACK TO TOP ---- */
.footer-back-to-top {
  position: fixed; bottom: 28px; left: 28px; width: 48px; height: 48px;
  background: var(--blue, #1A5FD4); color: #fff; border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: 0 6px 20px rgba(26,95,212,.4); z-index: 900;
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, background .25s ease;
}
.footer-back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.footer-back-to-top:hover { background: var(--blue-dark, #0F3E9A); transform: translateY(-3px); }
.footer-back-to-top svg { width: 20px; height: 20px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .site-footer { padding: 56px 20px 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}/* End custom CSS */