.elementor-27 .elementor-element.elementor-element-376f887{--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-797ced8 *//* ============================================================
   SETINO FOOTER
   Elementor kompatibilis
   ============================================================ */


/* ---------- VARIABLES ---------- */

.stn-footer {
  --stn-ink: #0B2545;
  --stn-blue: #0065A1;
  --stn-line: #D5E5F4;
  --stn-yellow: #FFC42D;
  --stn-yellow-hover: #FFB300;
  --stn-yellow-ink: #15233C;
  --stn-max-width: 1280px;

  width: 100%;
  background: linear-gradient(
    160deg,
    #0F5488 0%,
    #0C3F6B 100%
  );

  color: #EAF3FC;

  font-family: "Montserrat", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;

  line-height: 1.55;
}


/* Elementor esetleges alap margóinak semlegesítése */

.stn-footer *,
.stn-footer *::before,
.stn-footer *::after {
  box-sizing: border-box;
}


/* ---------- CONTAINER ---------- */

.stn-footer .stn-container {
  width: 100%;
  max-width: var(--stn-max-width);

  margin-left: auto;
  margin-right: auto;

  padding-left: clamp(20px, 4vw, 44px);
  padding-right: clamp(20px, 4vw, 44px);

  padding-top: clamp(56px, 7vw, 84px);
  padding-bottom: 26px;
}


/* ---------- LINKS ---------- */

.stn-footer a {
  text-decoration: none;
  color: inherit;
}


/* ============================================================
   TOP SECTION
   ============================================================ */

.stn-foot-top {
  display: grid;

  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(0, 1.5fr);

  gap: clamp(32px, 5vw, 72px);

  align-items: start;
}


/* ============================================================
   BRAND
   ============================================================ */

.stn-brand {
  display: inline-flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 7px;

  line-height: 1;
}


.stn-logo {
  display: block;

  width: auto;
  height: 30px;

  max-width: 100%;
}


.stn-slogan-footer {
  display: inline-block;

  padding-top: 7px;

  border-top: 1px solid rgba(255, 255, 255, 0.18);

  color: #AFCDE8;

  font-size: 10px;
  font-weight: 600;

  line-height: 1.4;

  letter-spacing: 0.22em;

  text-transform: uppercase;
}


.stn-foot-about {
  max-width: 38ch;

  margin: 20px 0 0;

  color: #BBD6EC;

  font-size: 14px;
  line-height: 1.7;
}


/* ============================================================
   SOCIAL ICONS
   ============================================================ */

.stn-socials {
  display: flex;

  gap: 8px;

  margin-top: 22px;
}


.stn-socials a {
  display: grid;

  width: 36px;
  height: 36px;

  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;

  background: rgba(255, 255, 255, 0.08);

  color: #DCEAF6;

  transition:
    background 0.22s ease,
    transform 0.3s cubic-bezier(.2, .7, .2, 1);
}


.stn-socials a:hover {
  background: rgba(255, 255, 255, 0.16);

  transform: translateY(-2px);
}


.stn-socials svg {
  display: block;

  width: 17px;
  height: 17px;
}


/* ============================================================
   FOOTER COLUMNS
   ============================================================ */

.stn-foot-cols {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  gap: 28px;
}


.stn-foot-col h4 {
  margin: 0 0 14px;

  color: #8FB6D6;

  font-size: 12px;
  font-weight: 700;

  line-height: 1.4;

  letter-spacing: 0.06em;

  text-transform: uppercase;
}


.stn-foot-col > a {
  display: block;

  padding: 6px 0;

  color: #DCEAF6;

  font-size: 14px;
  font-weight: 400;

  transition: color 0.2s ease;
}


.stn-foot-col > a:hover {
  color: #FFFFFF;
}


.stn-foot-map-col {
  grid-column: 1 / -1;
}


/* ============================================================
   MAP
   ============================================================ */

.stn-map {
  overflow: hidden;

  width: 100%;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.06);
}


.stn-map iframe {
  display: block;

  width: 100%;
  height: 200px;

  border: 0;

  filter: saturate(1.05);
}


/* ---------- MAP BOTTOM BAR ---------- */

.stn-map-bar {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 12px;

  padding: 14px 16px;
}


.stn-addr {
  color: #DCEAF6;

  font-size: 13px;

  line-height: 1.45;
}


.stn-addr b {
  color: #FFFFFF;

  font-weight: 600;
}


/* ---------- DIRECTIONS BUTTON ---------- */

.stn-dir {
  display: inline-flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 10px 16px;

  border-radius: 100px;

  background: var(--stn-yellow);

  color: var(--stn-yellow-ink) !important;

  font-size: 13.5px;
  font-weight: 700;

  line-height: 1;

  white-space: nowrap;

  transition:
    transform 0.3s cubic-bezier(.2, .7, .2, 1),
    box-shadow 0.3s cubic-bezier(.2, .7, .2, 1),
    background 0.25s ease;
}


.stn-dir:hover {
  background: var(--stn-yellow-hover);

  transform: translateY(-2px);

  box-shadow:
    0 8px 18px -8px rgba(0, 0, 0, 0.4);
}


.stn-dir svg {
  display: block;

  flex: 0 0 auto;

  width: 15px;
  height: 15px;
}


/* ============================================================
   FOOTER BOTTOM
   ============================================================ */

.stn-foot-bottom {
  display: flex;

  align-items: center;
  justify-content: space-between;

  flex-wrap: wrap;

  gap: 16px;

  margin-top: 40px;

  padding-top: 22px;

  border-top: 1px solid rgba(255, 255, 255, 0.15);

  color: #9FC0DD;

  font-size: 12.5px;

  line-height: 1.6;
}


.stn-foot-legal {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 7px;
}


.stn-foot-bottom a {
  color: #BBD6EC;

  transition: color 0.2s ease;
}


.stn-foot-bottom a:hover {
  color: #FFFFFF;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 980px) {

  .stn-foot-top {
    grid-template-columns: 1fr;
  }


  .stn-foot-cols {
    max-width: 620px;
  }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 620px) {

  .stn-footer .stn-container {
    padding-left: 20px;
    padding-right: 20px;
  }


  .stn-foot-cols {
    grid-template-columns: 1fr 1fr;

    gap: 30px 20px;
  }


  .stn-map-bar {
    flex-direction: column;

    align-items: flex-start;
  }


  .stn-foot-bottom {
    align-items: flex-start;

    flex-direction: column;
  }


  .stn-foot-legal {
    gap: 5px 7px;
  }

}


/* ============================================================
   VERY SMALL MOBILE
   ============================================================ */

@media (max-width: 420px) {

  .stn-foot-cols {
    grid-template-columns: 1fr;
  }


  .stn-foot-map-col {
    grid-column: auto;
  }


  .stn-dir {
    width: 100%;
  }

}


/* ============================================================
   ACCESSIBILITY
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .stn-footer *,
  .stn-footer *::before,
  .stn-footer *::after {
    transition-duration: 0.001ms !important;
  }

}/* End custom CSS */