body.page-id-100 {
  box-sizing: border-box;
  visibility: hidden;
}

/* Floating Header */
#masthead.services-header {
  position: absolute;
  background-color: rgb(0, 0, 0, 0);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-image: none;
}

#masthead.services-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 43, 91, 0);
  transition: background-color ease-in-out 0.3s;
}

/* Services Hero */
.services-hero-container {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  align-items: flex-end !important;
}
.services-hero-background {
  position: absolute;
  top: 0;
  left: 0;
}

.services-hero-title {
  z-index: 1;
  font-weight: 300 !important;
}

.service-section-title-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-section-title {
  margin: 100px 0;
  padding: 0 !important;
  position: relative;
  width: auto;
  will-change: transform;
  color: var(--accent-blue);
  font-size: 18rem !important;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  background: linear-gradient(
    60deg,
    var(--accent-blue) 15%,
    rgb(22, 87, 211) 60%,
    var(--accent-bright-blue) 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-icon {
  margin-bottom: 20px;
}

/* Main Containers (Sections) */
.service-outer-container {
  position: relative;
  overflow: hidden;
}

.services-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 23, 50, 0.3) 0%,
    rgba(0, 0, 0, 0) 15%,
    rgb(15, 43, 91) 47%
  );
}
.service-outer-container-text-right .services-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(0, 23, 50, 0.3) 0%,
    rgba(0, 0, 0, 0) 15%,
    rgb(15, 43, 91) 47%
  );
}

/* Text Side */
.services-text-container {
  color: white;
  height: 100% !important;
  width: 100% !important;
  min-height: 100% !important;
  z-index: 1;
}

/* Images Side */

.services-image-container {
  position: relative;
  height: 100% !important;
  width: 50% !important;
  min-height: 100% !important;
  min-width: 50% !important;
}

.services-image-container figure {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  position: relative;
}

.services-image-container figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .service-outer-container {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
  }
  .service-section-title {
    font-size: 9rem !important;
    margin-block: 150px !important;
  }
  .service-outer-container-text-right {
    flex-direction: column-reverse !important;
  }
  .services-text-container {
    width: 100% !important;
    min-height: 50% !important;
    padding: 50px 20px 100px 20px !important;
  }

  .services-image-container {
    width: 100% !important;
    height: 50% !important;
  }
  .services-image-container figure {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
  }
  .services-image-container figure img {
    width: auto !important;
    height: 100% !important;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .service-outer-container-text-right .services-container-overlay,
  .services-container-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgb(15, 43, 91) 47%
    );
  }
}
@media (max-width: 768px) {
  .wp-block-button a {
    font-size: 20px !important;
  }
  #masthead.services-header.toggled::after {
    display: block;
    background-color: rgba(15, 43, 91) !important;
  }
  .service-section-title {
    font-size: 6rem !important;
    margin-block: 150px !important;
  }
  .services-text-container p {
    font-size: 1.2rem !important;
    font-weight: 300;
  }
}
@media (max-width: 480px) {
  .services-hero-title {
    font-size: 4rem !important;
  }
  .services-hero-title::after {
    content: "";
    position: absolute;
    top: -2vmin;
  }
  .service-section-title {
    font-size: 4rem !important;
    margin-block: 100px !important;
  }
  .services-text-container {
    padding: 0px 20px 50px 20px !important;
  }
  .services-text-container h2 {
    font-size: 2rem !important;
  }
  .services-text-container p {
    font-size: 1rem !important;
    font-weight: 300;
  }
}
