.elementor-651 .elementor-element.elementor-element-27068b3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-651 .elementor-element.elementor-element-1426eb6f{--display:flex;}.elementor-651 .elementor-element.elementor-element-354a4fb{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:36px 36px;--row-gap:36px;--column-gap:36px;--margin-top:55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-651 .elementor-element.elementor-element-92f7bde{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-651 .elementor-element.elementor-element-354a4fb{--content-width:100%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-651 .elementor-element.elementor-element-354a4fb{--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-be30c3d *//* =========================================================
   ASCENSION CORPORATE SERVICES
   HOME HERO — DESKTOP, TABLET AND MOBILE
   ========================================================= */

.acs-new-hero-section,
.acs-new-hero-section * {
  box-sizing: border-box;
}

.acs-new-hero-section {
  width: 100%;
  min-height: 620px;
  margin: 0;
  padding: 0;

  background-image:
    url("https://ascensioncorporateservices.com/wp-content/uploads/2026/06/acs-home-hero-desktop-1600.webp");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.acs-new-hero-overlay {
  width: 100%;
  min-height: 620px;

  background: linear-gradient(
    90deg,
    rgba(10, 61, 98, 0.95) 0%,
    rgba(10, 61, 98, 0.90) 32%,
    rgba(10, 61, 98, 0.60) 53%,
    rgba(10, 61, 98, 0.20) 78%,
    rgba(10, 61, 98, 0.08) 100%
  );
}

.acs-new-hero-inner {
  width: 100%;
  max-width: 1400px;
  min-height: 620px;
  margin: 0 auto;
  padding: 78px 40px 80px 40px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.acs-new-hero-content {
  width: 100%;
  max-width: 760px;
}

/* =========================================================
   COMPANY LABEL
   ========================================================= */

.acs-new-hero-label {
  margin: 0 0 22px 0;

  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;

  color: #B89454;
}

/* =========================================================
   MAIN HEADING
   ========================================================= */

.acs-new-hero-title {
  max-width: 760px;
  margin: 0 0 26px 0;

  font-family: "Montserrat", sans-serif;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 700;
  text-transform: uppercase;

  color: #FFFFFF;
}

.acs-new-hero-title span {
  display: block;
}

.acs-new-hero-title-white {
  color: #FFFFFF;
}

.acs-new-hero-confidence-text {
  color: #B89454;
}

/* =========================================================
   SUPPORTING TEXT
   ========================================================= */

.acs-new-hero-text {
  max-width: 715px;
  margin: 0 0 34px 0;

  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;

  color: #F7F9FC;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.acs-new-hero-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;

  gap: 18px;
}

.acs-new-hero-btn,
.acs-new-hero-btn:link,
.acs-new-hero-btn:visited,
.acs-new-hero-btn:hover,
.acs-new-hero-btn:focus,
.acs-new-hero-btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;
  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,
    transform 0.2s ease;
}

/* Primary button */

.acs-new-hero-btn-primary,
.acs-new-hero-btn-primary:link,
.acs-new-hero-btn-primary:visited {
  background: #B89454;
  color: #062B45;
  border: 2px solid #B89454;
}

.acs-new-hero-btn-primary:hover,
.acs-new-hero-btn-primary:focus,
.acs-new-hero-btn-primary:active {
  background: #062B45;
  color: #F7F9FC;
  border-color: #062B45;
  transform: translateY(-1px);
}

/* Secondary button */

.acs-new-hero-btn-secondary,
.acs-new-hero-btn-secondary:link,
.acs-new-hero-btn-secondary:visited {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.acs-new-hero-btn-secondary:hover,
.acs-new-hero-btn-secondary:focus,
.acs-new-hero-btn-secondary:active {
  background: #FFFFFF;
  color: #0A3D62;
  border-color: #FFFFFF;
  transform: translateY(-1px);
}

/* Keyboard accessibility */

.acs-new-hero-btn:focus-visible {
  outline: 3px solid #F7F9FC;
  outline-offset: 4px;
}

/* =========================================================
   SUPPORTING SERVICE LINE
   ========================================================= */

.acs-new-hero-services-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;

  gap: 8px;
  max-width: 715px;
  margin: 24px 0 0 0;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  color: #F7F9FC;
}

.acs-new-hero-services-line span {
  white-space: nowrap;
}

.acs-new-hero-services-separator {
  color: #B89454;
  font-size: 15px;
  line-height: 1;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .acs-new-hero-section {
    min-height: 570px;

    background-image:
      url("https://ascensioncorporateservices.com/wp-content/uploads/2026/06/acs-home-hero-tablet-1200.webp");

    background-position: center center;
  }

  .acs-new-hero-overlay {
    min-height: 570px;

    background: linear-gradient(
      90deg,
      rgba(10, 61, 98, 0.96) 0%,
      rgba(10, 61, 98, 0.90) 42%,
      rgba(10, 61, 98, 0.54) 72%,
      rgba(10, 61, 98, 0.22) 100%
    );
  }

  .acs-new-hero-inner {
    min-height: 570px;
    padding: 68px 32px 72px 32px;
  }

  .acs-new-hero-content {
    max-width: 680px;
  }

  .acs-new-hero-label {
    margin-bottom: 20px;

    font-size: 17px;
    line-height: 1.35;
    letter-spacing: 1.4px;
  }

  .acs-new-hero-title {
    max-width: 680px;
    margin-bottom: 24px;

    font-size: 46px;
    line-height: 1.1;
  }

  .acs-new-hero-text {
    max-width: 630px;
    margin-bottom: 32px;

    font-size: 18px;
    line-height: 1.6;
  }

  .acs-new-hero-btn,
  .acs-new-hero-btn:link,
  .acs-new-hero-btn:visited,
  .acs-new-hero-btn:hover,
  .acs-new-hero-btn:focus,
  .acs-new-hero-btn:active {
    min-height: 52px;
    padding: 15px 26px;

    font-size: 14px;
  }

  .acs-new-hero-services-line {
    max-width: 630px;
    margin-top: 22px;

    font-size: 12px;
    line-height: 1.55;
    gap: 7px;
  }

  .acs-new-hero-services-separator {
    font-size: 14px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .acs-new-hero-section {
    min-height: 590px;

    background-image:
      url("https://ascensioncorporateservices.com/wp-content/uploads/2026/06/acs-home-hero-mobile-800.webp");

    background-position: center center;
  }

  .acs-new-hero-overlay {
    min-height: 590px;
    background: rgba(10, 61, 98, 0.90);
  }

  .acs-new-hero-inner {
    min-height: 590px;
    padding: 54px 20px 58px 20px;

    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .acs-new-hero-content {
    max-width: 400px;
    margin: 0 auto;
  }

  .acs-new-hero-label {
    margin-bottom: 18px;

    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.1px;
  }

  .acs-new-hero-title {
    max-width: 390px;
    margin: 0 auto 22px auto;

    font-size: 30px;
    line-height: 1.14;
  }

  .acs-new-hero-text {
    max-width: 360px;
    margin: 0 auto 30px auto;

    font-size: 17px;
    line-height: 1.55;
  }

  .acs-new-hero-buttons {
    width: 100%;
    justify-content: center;
    gap: 14px;
  }

  .acs-new-hero-btn,
  .acs-new-hero-btn:link,
  .acs-new-hero-btn:visited,
  .acs-new-hero-btn:hover,
  .acs-new-hero-btn:focus,
  .acs-new-hero-btn:active {
    width: 100%;
    max-width: 320px;
    min-height: 52px;
    padding: 15px 22px;

    font-size: 13px;
    letter-spacing: 0.4px;
    white-space: normal;
  }

  .acs-new-hero-services-line {
    justify-content: center;
    max-width: 350px;
    margin: 22px auto 0 auto;

    font-size: 10.5px;
    line-height: 1.65;
    letter-spacing: 0.3px;
    gap: 5px 7px;
  }

  .acs-new-hero-services-separator {
    font-size: 12px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

  .acs-new-hero-title {
    font-size: 27px;
  }

  .acs-new-hero-text {
    font-size: 16px;
  }

  .acs-new-hero-services-line {
    max-width: 315px;
    gap: 4px 6px;

    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }

  .acs-new-hero-services-separator {
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d60ea8e *//* ===== ASCENSION CORPORATE SERVICES — TRUSTED PARTNER SECTION ===== */

.acs-trusted-section,
.acs-trusted-section * {
  box-sizing: border-box;
}

.acs-trusted-section {
  width: 100%;
  background: #FFFFFF;
  margin: 0;
  padding: 48px 24px 2px 24px;
}

.acs-trusted-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.acs-trusted-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  color: #0A3D62;
  margin: 0 auto 24px auto;
  max-width: 780px;
  text-align: center;
}

.acs-trusted-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .acs-trusted-section {
    padding: 44px 32px 20px 32px;
  }

  .acs-trusted-heading {
    font-size: 38px;
    line-height: 46px;
    max-width: 760px;
    margin-bottom: 22px;
  }

  .acs-trusted-text {
    font-size: 18px;
    line-height: 30px;
    max-width: 760px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .acs-trusted-section {
    padding: 38px 20px 18px 20px;
  }

  .acs-trusted-inner {
    max-width: 100%;
  }

  .acs-trusted-heading {
    font-size: 27px;
    line-height: 34px;
    font-weight: 700;
    color: #0A3D62;
    max-width: 340px;
    margin: 0 auto 22px auto;
    text-align: center;
  }

  .acs-trusted-text {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #1A1A1A;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-361753b *//* =========================================================
   ICONS — STATIC, NO HOVER EFFECT
   ========================================================= */

.acs-wcsl-icon-wrap {
  width: 78px;
  height: 78px;
  margin: 0 auto 24px auto;
  padding: 5px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(184, 148, 84, 0.45);
  border-radius: 50%;

  background: #FFFFFF;
}

.acs-wcsl-icon {
  width: 66px;
  height: 66px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #F7F9FC;
}

.acs-wcsl-icon svg {
  width: 42px;
  height: 42px;

  fill: none;
  stroke: #B89454;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b044b53 *//* ===== ASCENSION CORPORATE SERVICES — SERVICES TABLET + MOBILE DESIGN ===== */

.acs-services-mobile-section,
.acs-services-mobile-section * {
  box-sizing: border-box;
}

.acs-services-mobile-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #0A3D62;
  background-color: #0A3D62;
}

.acs-services-mobile-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 58px 34px 64px 34px;
}

.acs-services-mobile-label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B89454;
  margin: 0 0 18px 0;
}

.acs-services-mobile-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  line-height: 1.16;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 22px 0;
  max-width: 720px;
}

.acs-services-mobile-divider {
  width: 80px;
  height: 3px;
  background: #B89454;
  margin: 0 0 28px 0;
}

.acs-services-mobile-intro {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #F7F9FC;
  margin: 0;
  max-width: 720px;
}

.acs-services-mobile-grid {
  width: 100%;
  margin: 44px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.acs-services-mobile-card {
  width: 100%;
  min-width: 0;
  padding: 26px 24px 28px 24px;
  border: 1px solid rgba(247, 249, 252, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.acs-services-mobile-icon {
  width: 34px;
  height: 34px;
  color: #B89454;
  margin: 0 0 18px 0;
}

.acs-services-mobile-icon svg {
  width: 32px;
  height: 32px;
  stroke: #B89454;
  fill: none;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.acs-services-mobile-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.acs-services-mobile-card p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #F7F9FC;
  margin: 0;
}

/* ===== MOBILE ONLY ===== */

@media (max-width: 767px) {
  .acs-services-mobile-inner {
    max-width: 430px;
    padding: 48px 22px 54px 22px;
  }

  .acs-services-mobile-label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 16px;
  }

  .acs-services-mobile-heading {
    font-size: 29px;
    line-height: 36px;
    max-width: 360px;
    margin-bottom: 20px;
  }

  .acs-services-mobile-divider {
    width: 72px;
    margin-bottom: 26px;
  }

  .acs-services-mobile-intro {
    font-size: 17px;
    line-height: 28px;
    max-width: 360px;
  }

  .acs-services-mobile-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 40px;
  }

  .acs-services-mobile-card {
    padding: 24px 22px 26px 22px;
  }

  .acs-services-mobile-card h3 {
    font-size: 21px;
    line-height: 1.22;
  }

  .acs-services-mobile-card p {
    font-size: 16px;
    line-height: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e151a7 *//* ===== ASCENSION CORPORATE SERVICES — MOBILE SERVICES TILES, ONE TILE PER ROW ===== */

.acs-mobile-services-section,
.acs-mobile-services-section * {
  box-sizing: border-box;
}

.acs-mobile-services-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #0A3D62;
}

.acs-mobile-services-inner {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 48px 22px 54px 22px;
}

.acs-mobile-services-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #B89454;
  margin: 0 0 16px 0;
}

.acs-mobile-services-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 29px;
  line-height: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  max-width: 360px;
}

.acs-mobile-services-divider {
  width: 72px;
  height: 3px;
  background: #B89454;
  margin: 0 0 26px 0;
}

.acs-mobile-services-intro {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #F7F9FC;
  margin: 0;
  max-width: 360px;
}

.acs-mobile-services-tiles {
  width: 100%;
  margin: 38px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.acs-mobile-service-tile {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(247, 249, 252, 0.22);
  border-radius: 8px;
}

.acs-mobile-service-icon {
  width: 34px;
  height: 34px;
  color: #B89454;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.acs-mobile-service-icon svg {
  width: 30px;
  height: 30px;
  stroke: #B89454;
  fill: none;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.acs-mobile-service-copy {
  min-width: 0;
}

.acs-mobile-service-copy h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 9px 0;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.acs-mobile-service-copy p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #F7F9FC;
  margin: 0;
}

/* Smaller phones */
@media (max-width: 390px) {
  .acs-mobile-services-inner {
    max-width: 360px;
    padding: 46px 18px 52px 18px;
  }

  .acs-mobile-services-heading {
    font-size: 27px;
    line-height: 34px;
  }

  .acs-mobile-service-tile {
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 14px;
    padding: 20px 16px;
  }

  .acs-mobile-service-copy h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .acs-mobile-service-copy p {
    font-size: 15.5px;
    line-height: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92f7bde *//* ===== ASCENSION CORPORATE SERVICES — HOW IT WORKS DESKTOP ONLY ===== */

.acs-hiw-section,
.acs-hiw-section * {
  box-sizing: border-box;
}

.acs-hiw-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #F8F9FA;
}

.acs-hiw-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 58px 40px;

  display: grid;
  grid-template-columns: 36% 64%;
  gap: 54px;
  align-items: stretch;
}

.acs-hiw-image-wrap {
  width: 100%;
  min-height: 760px;
  border-radius: 14px;
  overflow: hidden;
  background: #F8F9FA;
}

.acs-hiw-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.acs-hiw-content {
  width: 100%;
  padding: 18px 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.acs-hiw-label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B89454;
  margin: 0 0 14px 0;
}

.acs-hiw-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  color: #0A3D62;
  margin: 0 0 22px 0;
  max-width: 760px;
}

.acs-hiw-divider {
  width: 86px;
  height: 3px;
  background: #B89454;
  margin: 0 0 26px 0;
}

.acs-hiw-intro {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0;
  max-width: 820px;
}

.acs-hiw-steps {
  width: 100%;
  margin: 34px 0 0 0;
  padding: 0;
}

.acs-hiw-step {
  width: 100%;

  display: grid;
  grid-template-columns: 58px 1px minmax(0, 1fr);
  column-gap: 24px;
  align-items: start;

  padding: 22px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}

.acs-hiw-step:first-child {
  padding-top: 0;
}

.acs-hiw-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.acs-hiw-number {
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: #B89454;
  text-align: left;
}

.acs-hiw-separator {
  width: 1px;
  min-height: 72px;
  background: #B89454;
  opacity: 0.75;
}

.acs-hiw-copy {
  min-width: 0;
}

.acs-hiw-copy h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
  color: #0A3D62;
  margin: 0 0 8px 0;
}

.acs-hiw-copy p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0;
}

/* ===== DESKTOP BUTTONS ===== */

.acs-hiw-desktop-buttons {
  width: 100%;
  margin: 38px 0 0 0;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;

  gap: 16px;
}

.acs-hiw-desktop-btn,
.acs-hiw-desktop-btn:link,
.acs-hiw-desktop-btn:visited,
.acs-hiw-desktop-btn:hover,
.acs-hiw-desktop-btn:focus,
.acs-hiw-desktop-btn:active {
  min-width: 230px;
  min-height: 54px;
  padding: 15px 26px;
  border-radius: 6px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

/* Primary button */

.acs-hiw-desktop-btn-primary,
.acs-hiw-desktop-btn-primary:link,
.acs-hiw-desktop-btn-primary:visited {
  background: #0A3D62;
  color: #FFFFFF;
  border: 2px solid #0A3D62;
}

.acs-hiw-desktop-btn-primary:hover,
.acs-hiw-desktop-btn-primary:focus,
.acs-hiw-desktop-btn-primary:active {
  background: #062B45;
  color: #FFFFFF;
  border-color: #062B45;
  transform: translateY(-1px);
}

/* Secondary button */

.acs-hiw-desktop-btn-secondary,
.acs-hiw-desktop-btn-secondary:link,
.acs-hiw-desktop-btn-secondary:visited {
  background: transparent;
  color: #0A3D62;
  border: 2px solid #0A3D62;
}

.acs-hiw-desktop-btn-secondary:hover,
.acs-hiw-desktop-btn-secondary:focus,
.acs-hiw-desktop-btn-secondary:active {
  background: #B89454;
  color: #062B45;
  border-color: #B89454;
  transform: translateY(-1px);
}

.acs-hiw-desktop-btn:focus-visible {
  outline: 3px solid #B89454;
  outline-offset: 4px;
}

/* ===== HIDE DESKTOP VERSION ON TABLET AND MOBILE ===== */

@media (max-width: 1024px) {
  .acs-hiw-section {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffc2fb3 *//* ===== ASCENSION CORPORATE SERVICES — WHY CHOOSE ACS SECTION ===== */

.acs-why-section,
.acs-why-section * {
  box-sizing: border-box;
}

.acs-why-section {
  width: 100%;
  background: #F8F9FA;
  margin: 0;
  padding: 86px 24px 96px 24px;
}

.acs-why-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.acs-why-header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.acs-why-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 16px 0;
}

.acs-why-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 700;
  color: #0A3D62;
  margin: 0 0 24px 0;
}

.acs-why-intro {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0 auto;
  max-width: 880px;
}

.acs-why-divider {
  width: 86px;
  height: 3px;
  background: #B89454;
  margin: 34px auto 0 auto;
}

.acs-why-grid {
  width: 100%;
  max-width: 1120px;
  margin: 56px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.acs-why-card {
  width: 100%;
  min-width: 0;
  background: #0A3D62;
  border-radius: 8px;
  padding: 36px 34px 38px 34px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 28px;
  align-items: start;
  border: 1px solid rgba(247, 249, 252, 0.14);
}

.acs-why-icon {
  width: 54px;
  height: 54px;
  color: #B89454;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.acs-why-icon svg {
  width: 52px;
  height: 52px;
  stroke: #B89454;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.acs-why-card-copy {
  min-width: 0;
}

.acs-why-card-copy h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.24;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 14px 0;
}

.acs-why-card-copy p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #F7F9FC;
  margin: 0;
}

/* ===== TABLET ===== */

@media (max-width: 1024px) {
  .acs-why-section {
    padding: 72px 32px 82px 32px;
  }

  .acs-why-header {
    max-width: 820px;
  }

  .acs-why-heading {
    font-size: 40px;
    line-height: 1.16;
  }

  .acs-why-intro {
    font-size: 18px;
    line-height: 1.6;
    max-width: 760px;
  }

  .acs-why-grid {
    max-width: 820px;
    gap: 26px;
  }

  .acs-why-card {
    padding: 32px 28px 34px 28px;
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 22px;
  }

  .acs-why-icon {
    width: 48px;
    height: 48px;
  }

  .acs-why-icon svg {
    width: 46px;
    height: 46px;
  }

  .acs-why-card-copy h3 {
    font-size: 22px;
    line-height: 1.25;
  }

  .acs-why-card-copy p {
    font-size: 17px;
    line-height: 1.5;
  }
}

/* ===== MOBILE ===== */

@media (max-width: 767px) {
  .acs-why-section {
    padding: 62px 20px 72px 20px;
  }

  .acs-why-header {
    max-width: 390px;
  }

  .acs-why-label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .acs-why-heading {
    font-size: 31px;
    line-height: 1.18;
    margin-bottom: 22px;
  }

  .acs-why-intro {
    font-size: 17px;
    line-height: 1.58;
    max-width: 360px;
  }

  .acs-why-divider {
    width: 74px;
    margin-top: 30px;
  }

  .acs-why-grid {
    max-width: 390px;
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .acs-why-card {
    padding: 30px 24px 32px 24px;
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .acs-why-icon {
    width: 46px;
    height: 46px;
  }

  .acs-why-icon svg {
    width: 44px;
    height: 44px;
  }

  .acs-why-card-copy h3 {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .acs-why-card-copy p {
    font-size: 16px;
    line-height: 1.52;
  }
}/* End custom CSS */