.elementor-772 .elementor-element.elementor-element-f5a2eae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7c1814c */.csu-service-areas-page {
  font-family: "DM Sans", Arial, sans-serif;
  color: #071938;
  background: #ffffff;
}

.csu-sa-container {
  width: min(100% - 110px, 1690px);
  margin: 0 auto;
}

.csu-sa-hero {
  position: relative;
  min-height: 430px;
  background-image: url("http://csucommercial.com/wp-content/uploads/2026/05/Service-Areas-Page-Hero-Image.jpg");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.csu-sa-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 25, 65, 0.98) 0%,
    rgba(0, 31, 78, 0.92) 28%,
    rgba(0, 31, 78, 0.62) 51%,
    rgba(0, 31, 78, 0.12) 100%
  );
}

.csu-sa-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 5px;
}

.csu-breadcrumb {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

.csu-breadcrumb::first-word {
  color: #1c8cff;
}

.csu-breadcrumb span {
  color: #ffffff;
  margin: 0 8px;
}

.csu-sa-hero h1 {
  font-size: 72px;
  line-height: 0.95;
  letter-spacing: -3px;
  color: #ffffff;
  margin: 0 0 28px;
  font-weight: 900;
}

.csu-sa-hero p {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 30px;
}

.csu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #f9ba2e;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  padding: 22px 34px;
  border-radius: 6px;
  min-width: 312px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.csu-btn span {
  font-size: 28px;
  line-height: 1;
}

.csu-btn:hover {
  background: #ffd047;
  transform: translateY(-2px);
}

.csu-sa-info {
  padding: 48px 0 24px;
}

.csu-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 42px;
  align-items: start;
  margin-bottom: 52px;
}

.csu-feature-card {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 28px;
  align-items: start;
}

.csu-icon {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;

  /* REMOVE BACKGROUND */
  background: transparent;
  box-shadow: none;
  border-radius: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.csu-icon img {
  width: 95px;
  height: 95px;
  object-fit: contain;
}

.csu-feature-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 6px 0 18px;
  font-weight: 900;
  color: #071938;
}

.csu-feature-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #000000;
  margin: 0;
  font-weight: 500;
}

.csu-divider {
  width: 1px;
  height: 176px;
  background: #c8d7ea;
  margin-top: 6px;
}

.csu-cta-box {
  background: linear-gradient(90deg, #edf6ff 0%, #e8f2ff 100%);
  border-radius: 7px;
  padding: 24px 80px 24px 170px;
  min-height: 157px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.csu-cta-left {
  display: flex;
  align-items: center;
  gap: 42px;
}

.cta-icon {
  width: 130px;
  height: 130px;
  flex: 0 0 130px;

  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.cta-icon img {
  width: 105px;
  height: 105px;
}

.csu-cta-box h2 {
  font-size: 31px;
  line-height: 1.15;
  margin: 0 0 10px;
  font-weight: 900;
  color: #071938;
}

.csu-cta-box p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  color: #000000;
  font-weight: 500;
}

.cta-btn {
  min-width: 332px;
  padding: 21px 34px;
}

@media (max-width: 1024px) {
  .csu-sa-container {
    width: min(100% - 48px, 100%);
  }

  .csu-feature-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .csu-divider {
    display: none;
  }

  .csu-cta-box {
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .csu-sa-hero {
    min-height: 520px;
    background-position: center;
  }

  .csu-sa-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(0, 25, 65, 0.98) 0%,
      rgba(0, 31, 78, 0.88) 100%
    );
  }

  .csu-sa-hero h1 {
    font-size: 48px;
  }

  .csu-sa-hero p {
    font-size: 18px;
  }

  .csu-feature-card {
    grid-template-columns: 1fr;
  }

  .csu-cta-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .csu-btn,
  .cta-btn {
    width: 100%;
    min-width: unset;
  }
}/* End custom CSS */