body {
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

.top-bar a,
.footer-dark a,
.contact-one-inner-right a {
  color: inherit;
}

.main-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-header {
  width: auto;
}

.logo-header-inner {
  display: flex;
  align-items: center;
  min-height: 78px;
}

.zion-wordmark,
.footer-wordmark {
  color: #111;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.footer-wordmark {
  display: inline-block;
  margin-bottom: 18px;
  color: #fff;
}

.zion-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.zion-nav > li > a {
  padding: 30px 16px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}

.zion-nav > li.active > a,
.zion-nav > li > a:hover {
  color: #d7a21c;
}

.zion-slider {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #eee;
}

.zion-slider > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zion-slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.48), rgba(0,0,0,0.35));
}

.zion-slider-content {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: 130px minmax(0, 760px);
  align-items: center;
  gap: 36px;
}

.zion-slider .slider-block {
  position: static;
  width: 100%;
  height: 500px;
  background: rgba(215, 162, 28, 0.92);
}

.zion-caption span {
  display: block;
  margin-bottom: 14px;
  color: #d7a21c;
  font-weight: 800;
  text-transform: uppercase;
}

.zion-caption h1 {
  margin-bottom: 18px;
  color: #111;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.zion-caption p {
  max-width: 680px;
  margin-bottom: 28px;
  color: #111;
  font-size: 20px;
  font-weight: 500;
}

.image-effect-one img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}

.zion-about-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.zion-about-gallery .mt-img-effect:first-child {
  grid-column: 1 / -1;
}

.zion-about-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.zion-about-gallery .mt-img-effect:first-child img {
  height: 370px;
}

.video-section-full,
.mission-mid {
  min-height: 260px;
}

.mission-mid {
  height: calc(100% - 30px);
}

.relative.icon-count-2 {
  min-height: 295px;
}

.mt-icon-box-wraper.box-shadow,
.relative.icon-count-2,
.about-home-right,
.mission-left,
.contact-home1-left,
.contact-one,
.contact-one-inner-right {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.zion-inner-banner {
  min-height: 430px;
}

.zion-inner-banner .mt-bnr-inr-entry {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  padding-bottom: 70px;
}

.zion-inner-banner h2 {
  max-width: 880px;
  color: #fff;
  font-size: clamp(36px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.service-about-left img,
.mt-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.contact-one-inner .form-control {
  min-height: 52px;
}

.footer-dark {
  margin-top: 0;
}

@media (max-width: 991px) {
  .main-bar .container,
  .zion-nav,
  .top-bar .row {
    align-items: flex-start;
    flex-direction: column;
  }

  .zion-nav > li > a {
    padding: 10px 10px;
  }

  .zion-slider-content {
    grid-template-columns: 1fr;
  }

  .zion-slider .slider-block {
    display: none;
  }

  .zion-about-gallery {
    grid-template-columns: 1fr;
  }

  .zion-about-gallery img,
  .zion-about-gallery .mt-img-effect:first-child img,
  .service-about-left img,
  .mt-media img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}
