:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-808d06b *//* ===== ASCENSION CORPORATE SERVICES — SERVICES PAGE HERO ===== */

.acs-services-hero,
.acs-services-hero * {
  box-sizing: border-box;
}

.acs-services-hero {
  width: calc(100% - 50px);
  max-width: 1475px;
  margin: 0 auto;
  padding: 0;
  background: #0A3D62;
}

.acs-services-hero-inner {
  width: 100%;
  max-width: 1400px;
  min-height: 440px;
  margin: 0 auto;
  padding: 92px 40px 96px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.acs-services-hero-content {
  width: 100%;
  max-width: 880px;
}

.acs-services-hero-label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B89454;
  margin: 0 0 18px 0;
}

.acs-services-hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 26px 0;
  max-width: 880px;
}

.acs-services-hero-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
  color: #F7F9FC;
  max-width: 800px;
  margin: 0 0 38px 0;
}

.acs-services-hero-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.acs-services-hero-btn,
.acs-services-hero-btn:link,
.acs-services-hero-btn:visited,
.acs-services-hero-btn:hover,
.acs-services-hero-btn:focus,
.acs-services-hero-btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 30px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.acs-services-hero-btn-primary,
.acs-services-hero-btn-primary:link,
.acs-services-hero-btn-primary:visited {
  background: #B89454;
  color: #0A3D62;
  border: 2px solid #B89454;
}

.acs-services-hero-btn-primary:hover,
.acs-services-hero-btn-primary:focus,
.acs-services-hero-btn-primary:active {
  background: #9C7A3E;
  color: #0A3D62;
  border-color: #9C7A3E;
}

.acs-services-hero-btn-secondary,
.acs-services-hero-btn-secondary:link,
.acs-services-hero-btn-secondary:visited {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.acs-services-hero-btn-secondary:hover,
.acs-services-hero-btn-secondary:focus,
.acs-services-hero-btn-secondary:active {
  background: #FFFFFF;
  color: #0A3D62;
  border-color: #FFFFFF;
}

/* ===== TABLET ===== */

@media (max-width: 1024px) {
  .acs-services-hero-inner {
    min-height: 400px;
    padding: 78px 32px 84px 32px;
  }

  .acs-services-hero-content {
    max-width: 760px;
  }

  .acs-services-hero-title {
    font-size: 42px;
    line-height: 1.14;
  }

  .acs-services-hero-text {
    font-size: 19px;
    max-width: 720px;
  }

  .acs-services-hero-btn,
  .acs-services-hero-btn:link,
  .acs-services-hero-btn:visited,
  .acs-services-hero-btn:hover,
  .acs-services-hero-btn:focus,
  .acs-services-hero-btn:active {
    min-height: 52px;
    padding: 15px 28px;
    font-size: 14px;
  }
}

/* ===== MOBILE ===== */

@media (max-width: 767px) {
  .acs-services-hero-inner {
    min-height: 390px;
    padding: 64px 20px 70px 20px;
    text-align: center;
    justify-content: center;
  }

  .acs-services-hero-content {
    max-width: 390px;
    margin: 0 auto;
  }

  .acs-services-hero-label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }

  .acs-services-hero-title {
    font-size: 31px;
    line-height: 1.18;
    margin-bottom: 22px;
  }

  .acs-services-hero-text {
    font-size: 17px;
    line-height: 1.58;
    max-width: 350px;
    margin: 0 auto 32px auto;
  }

  .acs-services-hero-buttons {
    width: 100%;
    justify-content: center;
    gap: 14px;
  }

 /* ===== SERVICES HERO BUTTON FIX ===== */

.acs-services-page-hero-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.acs-services-page-hero-btn,
.acs-services-page-hero-btn:link,
.acs-services-page-hero-btn:visited,
.acs-services-page-hero-btn:hover,
.acs-services-page-hero-btn:focus,
.acs-services-page-hero-btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 28px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.acs-services-page-hero-btn-primary {
  min-width: 245px;
}

.acs-services-page-hero-btn-secondary {
  min-width: 190px;
}

@media (max-width: 767px) {
  .acs-services-page-hero-buttons {
    width: 100%;
    justify-content: center;
    gap: 14px;
  }

  .acs-services-page-hero-btn,
  .acs-services-page-hero-btn:link,
  .acs-services-page-hero-btn:visited,
  .acs-services-page-hero-btn:hover,
  .acs-services-page-hero-btn:focus,
  .acs-services-page-hero-btn:active {
    width: 100%;
    max-width: 320px;
    min-height: 52px;
    padding: 15px 20px;
    font-size: 13.5px;
    line-height: 1.15;
  }

  .acs-services-page-hero-btn-primary,
  .acs-services-page-hero-btn-secondary {
    min-width: 0;
  }
}
}<style>
/* ===== ASCENSION CORPORATE SERVICES — SERVICES PAGE HERO ===== */

.acs-services-page-hero,
.acs-services-page-hero * {
  box-sizing: border-box;
}

.acs-services-page-hero {
  width: calc(100% - 50px);
  max-width: 1475px;
  margin: 0 auto;
  padding: 0;
  background: #0A3D62;
}

.acs-services-page-hero-inner {
  width: 100%;
  max-width: 1400px;
  min-height: 430px;
  margin: 0 auto;
  padding: 88px 40px 94px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.acs-services-page-hero-content {
  width: 100%;
  max-width: 900px;
}

.acs-services-page-hero-label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B89454;
  margin: 0 0 18px 0;
}

.acs-services-page-hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 26px 0;
  max-width: 900px;
}

.acs-services-page-hero-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
  color: #F7F9FC;
  max-width: 820px;
  margin: 0 0 38px 0;
}

.acs-services-page-hero-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.acs-services-page-hero-btn,
.acs-services-page-hero-btn:link,
.acs-services-page-hero-btn:visited,
.acs-services-page-hero-btn:hover,
.acs-services-page-hero-btn:focus,
.acs-services-page-hero-btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 28px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.acs-services-page-hero-btn-primary,
.acs-services-page-hero-btn-primary:link,
.acs-services-page-hero-btn-primary:visited {
  min-width: 245px;
  background: #B89454;
  color: #0A3D62;
  border: 2px solid #B89454;
}

.acs-services-page-hero-btn-primary:hover,
.acs-services-page-hero-btn-primary:focus,
.acs-services-page-hero-btn-primary:active {
  background: #9C7A3E;
  color: #0A3D62;
  border-color: #9C7A3E;
}

.acs-services-page-hero-btn-secondary,
.acs-services-page-hero-btn-secondary:link,
.acs-services-page-hero-btn-secondary:visited {
  min-width: 190px;
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.acs-services-page-hero-btn-secondary:hover,
.acs-services-page-hero-btn-secondary:focus,
.acs-services-page-hero-btn-secondary:active {
  background: #FFFFFF;
  color: #0A3D62;
  border-color: #FFFFFF;
}

/* ===== TABLET ===== */

@media (max-width: 1024px) {
  .acs-services-page-hero-inner {
    min-height: 400px;
    padding: 76px 32px 82px 32px;
  }

  .acs-services-page-hero-content {
    max-width: 760px;
  }

  .acs-services-page-hero-title {
    font-size: 42px;
    line-height: 1.14;
  }

  .acs-services-page-hero-text {
    font-size: 19px;
    max-width: 720px;
  }

  .acs-services-page-hero-btn,
  .acs-services-page-hero-btn:link,
  .acs-services-page-hero-btn:visited,
  .acs-services-page-hero-btn:hover,
  .acs-services-page-hero-btn:focus,
  .acs-services-page-hero-btn:active {
    min-height: 52px;
    padding: 15px 24px;
    font-size: 14px;
  }

  .acs-services-page-hero-btn-primary {
    min-width: 230px;
  }

  .acs-services-page-hero-btn-secondary {
    min-width: 180px;
  }
}

/* ===== MOBILE ===== */

@media (max-width: 767px) {
  .acs-services-page-hero-inner {
    min-height: 390px;
    padding: 64px 20px 70px 20px;
    text-align: center;
    justify-content: center;
  }

  .acs-services-page-hero-content {
    max-width: 390px;
    margin: 0 auto;
  }

  .acs-services-page-hero-label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }

  .acs-services-page-hero-title {
    font-size: 31px;
    line-height: 1.18;
    margin-bottom: 22px;
  }

  .acs-services-page-hero-text {
    font-size: 17px;
    line-height: 1.58;
    max-width: 350px;
    margin: 0 auto 32px auto;
  }

  .acs-services-page-hero-buttons {
    width: 100%;
    justify-content: center;
    gap: 14px;
  }

  .acs-services-page-hero-btn,
  .acs-services-page-hero-btn:link,
  .acs-services-page-hero-btn:visited,
  .acs-services-page-hero-btn:hover,
  .acs-services-page-hero-btn:focus,
  .acs-services-page-hero-btn:active {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    min-height: 52px;
    padding: 15px 20px;
    font-size: 13.5px;
    line-height: 1.15;
  }

  .acs-services-page-hero-btn-primary,
  .acs-services-page-hero-btn-secondary {
    min-width: 0;
  }
}
</style>

/* ===== FINAL HERO WIDTH OVERRIDE — DO NOT REMOVE ===== */

.acs-services-hero,
.acs-services-page-hero {
  width: calc(100% - 50px) !important;
  max-width: 1475px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .acs-services-hero,
  .acs-services-page-hero {
    width: 100% !important;
    max-width: 100% !important;
  }
}/* End custom CSS */