/* Start custom CSS for html, class: .elementor-element-7f4f5af */.patc-resources-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:#262e31;
}

.patc-resources-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 24px;
  color: #ffffff;
}

.patc-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #d6921a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.patc-resources-hero h1 {
  margin: 0 0 18px;
  max-width: 720px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
  color: #ffffff;
}

.patc-resources-hero p {
  max-width: 660px;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.patc-hero-btn {
  display: inline-block;
  padding: 14px 24px;
  background: #1b71be;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.patc-hero-btn:hover {
  background: #d6921a;
  color: #0F2438;
}

@media (max-width: 767px) {
  .patc-resources-hero {
    min-height: 360px;
  }

  .patc-resources-hero__content {
    padding: 64px 20px;
  }

  .patc-resources-hero p {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3edbb4 */.patc-resource-steps {
  background: #f4f6f8;
  padding: 80px 24px;
}

.patc-resource-steps__wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.patc-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.patc-eyebrow-dark {
  display: inline-block;
  margin-bottom: 12px;
  color: #d6921a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.patc-section-heading h2 {
  margin: 0 0 14px;
  color: #0F2438;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.patc-section-heading p {
  margin: 0;
  color: #526170;
  font-size: 18px;
  line-height: 1.6;
}

.patc-resource-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.patc-step-card {
  background: #ffffff;
  border: 1px solid rgba(15, 36, 56, 0.1);
  border-top: 5px solid #1b71be;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 14px 32px rgba(15, 36, 56, 0.08);
}

.patc-step-number {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0F2438;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  border-radius: 33px;
}

.patc-step-card h3 {
  margin: 0 0 10px;
  color: #0F2438;
  font-size: 22px;
}

.patc-step-card p {
  margin: 0;
  color: #526170;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .patc-resource-steps__grid {
    grid-template-columns: 1fr;
  }

  .patc-resource-steps {
    padding: 64px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6bcc137 */.patc-resource-library {
  padding: 90px 24px;
  background: #ffffff;
}

.patc-resource-library__wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.patc-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.patc-resource-card {
  background: #ffffff;
  border: 1px solid rgba(15, 36, 56, 0.08);
  border-radius: 15px;
  padding: 34px;
  box-shadow: 0 14px 34px rgba(15, 36, 56, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.patc-resource-card__icon {
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  background: rgba(27, 113, 190, 0.1);
  color: #1b71be;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.patc-resource-card h3 {
  margin: 0 0 14px;
  color: #0F2438;
  font-size: 24px;
  line-height: 1.25;
}

.patc-resource-card p {
  margin: 0 0 24px;
  color: #526170;
  line-height: 1.6;
  font-size: 16px;
}

.patc-resource-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  background: #1b71be;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.patc-resource-btn:hover {
  background: #d6921a;
  color: #0F2438;
}

@media (max-width: 900px) {
  .patc-resource-grid {
    grid-template-columns: 1fr;
  }

  .patc-resource-library {
    padding: 70px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97ce3ed */.patc-resource-help {
  position: relative;
  padding: 90px 24px;
  background:
    linear-gradient(rgba(15,36,56,.94), rgba(15,36,56,.94)),
    url('PASTE-BACKGROUND-IMAGE-URL') center center/cover no-repeat;
  overflow: hidden;
}

.patc-resource-help__wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.patc-resource-help__content {
  max-width: 850px;
}

.patc-eyebrow-light {
  display: inline-block;
  margin-bottom: 14px;
  color: #d6921a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.patc-resource-help h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
}

.patc-help-intro {
  margin: 0 0 40px;
  max-width: 720px;
  color: rgba(255,255,255,.88);
  font-size: 19px;
  line-height: 1.7;
}

.patc-help-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.patc-help-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 3px;
  backdrop-filter: blur(6px);
}

.patc-help-icon {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  background: rgba(214,146,26,.14);
  color: #d6921a;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.patc-help-text h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 21px;
}

.patc-help-text p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
}

.patc-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #1b71be;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  transition: all .2s ease;
}

.patc-help-btn:hover {
  background: #d6921a;
  color: #0F2438;
}

@media (max-width: 767px) {
  .patc-resource-help {
    padding: 70px 20px;
  }

  .patc-help-item {
    flex-direction: column;
  }
}/* End custom CSS */