:root {
  --airplus-blue: #005cb9;
  --airplus-blue-deep: #004890;
  --airplus-blue-light: #b2ceea;
  --airplus-green: #789904;
  --airplus-yellow: #ffe200;
  --airplus-text: #ffffff;
  --airplus-ink: #10324f;
  --airplus-body: #ffffff;
  --airplus-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  --airplus-shadow-hover: 0 2px 4px rgba(0, 0, 0, 0.7);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--airplus-body);
  color: var(--airplus-ink);
  min-height: 100vh;
  font-family: "Zalando Sans", sans-serif;
  font-weight: 400;
}

section#jobs, section#work {
  padding: 3rem 1rem;
}
section#work {
  background: rgb(185, 219.8108108108, 255);
}
@media (min-width: 576px) {
  section#jobs, section#work {
    padding: 4.5rem 4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 700;
}

a {
  color: inherit;
}

.btn-primary {
  font-weight: 700;
  background: #005cb9;
  border-color: #005cb9;
  color: white;
  font-size: 0.82rem;
}
.btn-primary.btn-airplus {
  padding: 0.75rem 1.25rem;
  border-radius: 0;
}
.btn-primary.btn-airplus.btn-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 2rem;
  background: #789904;
  border-color: #789904;
}
.btn-primary.btn-airplus.btn-footer.emergency {
  justify-content: flex-start;
  align-items: flex-start;
  background: #005cb9;
  border-color: #005cb9;
}
.btn-primary.btn-airplus.btn-footer.emergency:hover {
  background: rgb(0, 66.6378378378, 134);
  border-color: rgb(0, 66.6378378378, 134);
  color: white;
}
.btn-primary.btn-airplus.btn-footer span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.btn-primary.btn-airplus.btn-footer:hover {
  background: rgb(81.0191082803, 103.2993630573, 2.7006369427);
  border-color: rgb(81.0191082803, 103.2993630573, 2.7006369427);
  color: white;
}
@media (min-width: 576px) {
  .btn-primary.btn-airplus.btn-footer {
    width: 20em;
  }
}
.btn-primary:hover {
  background: rgb(0, 66.6378378378, 134);
  border-color: rgb(0, 66.6378378378, 134);
  color: white;
}

.btn-close {
  background-color: white;
  border-radius: 100%;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.topbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.topbar .topbar__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  min-height: 70px;
}
.topbar .topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.25rem;
  text-decoration: none;
}
.topbar .topbar__brand img {
  width: 85px;
  height: auto;
}
@media (min-width: 576px) {
  .topbar .topbar__brand img {
    width: 105px;
  }
}
.topbar .topbar__toggle {
  margin: 0 0.75rem;
  border: 0;
  border-radius: 0.35rem;
  color: rgb(0, 66.6378378378, 134);
  margin-right: 20px;
}
.topbar .topbar__toggle:focus {
  box-shadow: none;
}
.topbar .topbar__toggle .topbar__toggle-icon {
  background-color: #005cb9;
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.topbar .topbar__toggle .topbar__toggle-icon.opened {
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.topbar .topbar__toggle .topbar__toggle-icon.opened:last-of-type {
  transform: rotate(-45deg);
}
.topbar .topbar__collapse {
  height: 100vh;
  top: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 576px) {
  .topbar .topbar__collapse {
    height: 100%;
    top: inherit;
    position: inherit;
    width: inherit;
  }
}
.topbar .topbar__nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  height: 100%;
  background-color: #005cb9;
}
.topbar .topbar__nav a {
  display: inline-flex;
  align-items: center;
  padding: 2.5rem 1.35rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (min-width: 576px) {
  .topbar .topbar__nav {
    background-color: white;
  }
  .topbar .topbar__nav a {
    padding: 0 1.35rem;
    color: rgb(0, 66.6378378378, 134);
    font-size: 0.76rem;
  }
}
.topbar .topbar__phone {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 0.4rem 1rem 0.35rem;
  min-width: 260px;
  background: var(--airplus-green);
  color: white;
  text-align: left;
}
.topbar .topbar__phone span {
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.05;
}
.topbar .topbar__phone span small {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .topbar {
    top: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .topbar .topbar__inner {
    grid-template-columns: auto auto 1fr;
    align-items: center;
    min-height: 64px;
  }
  .topbar .topbar__collapse {
    grid-column: 1/-1;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(16, 50, 79, 0.12);
  }
  .topbar .topbar__nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.25rem 1rem 0.75rem;
  }
  .topbar .topbar__nav a {
    padding: 0.8rem 0.5rem;
    border-bottom: 1px solid rgba(16, 50, 79, 0.1);
  }
}
.hero {
  position: relative;
  top: 0;
  min-height: 80vh;
}
.hero .slogan {
  position: absolute;
  bottom: 0;
}
.hero h1 {
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.95;
  font-weight: 900;
}
.hero h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 600;
}
.hero h1,
.hero h2 {
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
}
.hero .video-hero {
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.hero .video-hero video {
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  text-align: center;
  flex: 1 1 22%;
  width: auto;
  padding: 0.3em;
  border-radius: 25px;
  background: #005cb9;
  color: white;
  box-shadow: var(--airplus-shadow);
  margin: 0.75rem;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  top: inherit;
  position: relative;
  cursor: pointer;
}
.service-card:hover {
  transform: scale(0.97);
  box-shadow: var(--airplus-shadow-hover);
}
.service-card .span img {
  width: 2.85rem;
  height: 2.85rem;
  display: grid;
  place-items: center;
  margin: 0 auto 0.75rem;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.35rem;
}
.service-card h2 {
  margin: 0;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}
.service-card p {
  margin: 0.5rem 0 1rem;
  min-height: 4.5rem;
  font-size: 0.8rem;
  line-height: 1.35;
  text-align: center;
}
.service-card a {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 28px;
  padding: 0.75rem 1.25rem;
  width: 100%;
  background: var(--airplus-green);
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 576px) {
  .service-card {
    top: -60px;
  }
}

.top-address-panel,
.address-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 4.5rem 4rem 2.5rem;
  color: white;
  background: var(--airplus-green);
  width: 100%;
}

.top-address-panel {
  padding: 4.5rem 4rem 1.5rem;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.45);
  z-index: 2;
  position: relative;
}

.address-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 4rem 4.5rem;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.25);
  color: white;
  background: var(--airplus-green);
  width: 100%;
  z-index: 2;
  position: relative;
}

.title-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.title-header img {
  width: 4rem;
  height: auto;
  margin-right: 15px;
}

.intro {
  padding: 4.5rem 2.25rem 2.25rem 2.25rem;
  text-align: center;
}
.intro h2 {
  margin: 0 0 28px 0;
  color: rgb(0, 66.6378378378, 134);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 900;
  line-height: 1.08;
}
.intro p {
  margin: 0 auto;
  max-width: 74ch;
  color: var(--airplus-green);
  font-size: clamp(1rem, 1.7vw, 1.7rem);
  line-height: 1.35;
}

.map-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 0.75rem;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0.5rem;
  flex: 1 1 24%;
}
.map-link p {
  margin: 0;
  line-height: 1.55;
}
.map-link:hover, .map-link.active {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
}

.map-section {
  padding: 0;
  position: relative;
}
.map-section__map {
  width: 100%;
  height: 500px;
}
.map-section__frame {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  background: #ece8db;
}
.map-section__tile {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(214, 102, 70, 0.85), rgba(214, 102, 70, 0.85) 0.25rem, transparent 0.26rem), linear-gradient(0deg, rgba(237, 233, 219, 0.9), rgba(237, 233, 219, 0.9)), url("http://localhost:3845/assets/9fcda7faf487ffa9a989ea8f44315905f0ff23fa.png") center/cover no-repeat;
  filter: saturate(0.75) contrast(0.96);
}
.map-section__controls {
  position: absolute;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 0.72rem;
}
.map-section__controls--zoom {
  top: 0.75rem;
  right: 0.75rem;
  width: 1.75rem;
  height: 3.35rem;
}
.map-section__controls--type {
  top: 0.75rem;
  left: 0.75rem;
  min-width: 5.8rem;
  height: 1.75rem;
  padding: 0 0.5rem;
}
.map-section__controls--street {
  right: 0.75rem;
  top: 4.4rem;
  width: 1.75rem;
  height: 1.75rem;
}

.map-personalized-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, #005cb9, #789904);
  border: 3px solid #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
  z-index: 5;
  pointer-events: none;
}
.map-personalized-pin::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: var(--airplus-green);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
.map-personalized-pin img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mission-grid__panel {
  padding: 4.5rem 4rem;
  color: white;
}
.mission-grid__panel p {
  margin-bottom: 1rem;
  font-size: 0.94rem;
  line-height: 1.65;
}
.mission-grid__panel--blue {
  background: #005cb9;
}
.mission-grid__panel--green {
  background: #789904;
}
.mission-grid__kicker {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 900;
  text-align: center;
}

.addresses {
  display: grid;
  gap: 1rem;
}
.addresses h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
}
.addresses p {
  margin: 0;
  line-height: 1.55;
}

.footer-cta {
  display: grid;
  grid-template-columns: 1fr 339px;
}
.footer-cta__button {
  display: grid;
  align-content: center;
  min-height: 70px;
  padding: 0.85rem 1.25rem;
  color: white;
  text-decoration: none;
}
.footer-cta__button span {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-cta__button small {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-cta__button--green {
  background: #789904;
}

.footer-cta__button--green strong {
  justify-self: end;
  font-size: 1.5rem;
  line-height: 1;
}

.footer-cta__button--blue {
  background: #005cb9;
}

.site-footer {
  padding: 1.5rem 1rem 2rem;
  background: #3f3f3f;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.site-footer a {
  color: inherit;
}

.site-footer__partners,
.site-footer__certs,
.site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}

.site-footer__partners {
  margin-bottom: 1rem;
  font-weight: 700;
}

.site-footer__certs {
  margin: 1rem 0;
  font-size: 0.85rem;
  opacity: 0.95;
}

.site-footer__meta {
  gap: 1rem 2.5rem;
  font-size: 0.72rem;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  width: 100% !important;
  color: white;
  background-color: rgb(0, 66.6378378378, 134);
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.35);
  border: none;
}
.offcanvas h5,
.offcanvas-xxl h5,
.offcanvas-xl h5,
.offcanvas-lg h5,
.offcanvas-md h5,
.offcanvas-sm h5 {
  margin: 0;
  color: rgb(83, 168.5351351351, 255);
}
@media only screen and (min-width: 768px) {
  .offcanvas,
  .offcanvas-xxl,
  .offcanvas-xl,
  .offcanvas-lg,
  .offcanvas-md,
  .offcanvas-sm {
    width: 50% !important;
  }
}

@media (max-width: 1199.98px) {
  .hero {
    min-height: 80vh;
  }
  .hero__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    top: 55rem;
  }
  .mission-grid {
    grid-template-columns: 1fr;
  }
  .footer-cta {
    grid-template-columns: 1fr;
  }
  .footer-cta__right {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .topbar__inner {
    grid-template-columns: 1fr auto;
  }
  .topbar__phone {
    min-width: 0;
    padding-inline: 0.75rem;
  }
  .topbar__phone span {
    font-size: 0.92rem;
  }
  .hero {
    min-height: 50vh;
  }
  .mission-grid__panel {
    padding-inline: 1.25rem;
  }
}
