/* ===================================
   Featured Projects Module Styles
   =================================== */

.gs-featured-projects-module {
  width: 100%;
  margin: 3rem 0;
  padding: 0;
}

/* Add extra spacing between multiple blocks */
.gs-featured-projects-module + .gs-featured-projects-module {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #e0e0e0;
}

.gs-featured-projects-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.wp-block-group.alignfull {
  width: 100%;
  padding: 0;
}

.page-template-template-project #left-area {
  width: 100% !important;
  padding-right: 0 !important;
}

/* ===================================
   Section Header Styles
   =================================== */

.section-header-wrapper {
  background-color: transparent;
  padding: 2rem 0 0 0;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0d6937;
  margin-bottom: 1rem;
  text-align: left;
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 2rem;
  }
}

/* ===================================
   Page Hero Header with Featured Image
   =================================== */

.page-template-template-project .section-header.page-hero-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-template-project .section-header.page-hero-header .et_pb_row {
  position: relative;
  z-index: 2;
}

/* .page-template-template-project
  .section-header.page-hero-header
  .et_pb_module_heading {
  color: #ffffff;
  font-size: 51px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
} */

@media (max-width: 980px) {
  .page-template-template-project
    .section-header.page-hero-header
    .et_pb_module_heading {
    font-size: 3rem;
  }

  .media-text-left {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 800px) {
  .column-cards-3 .et_pb_column {
    flex-direction: column;
    row-gap: 40px !important;
  }

  .column-cards-3 .services-list .et_pb_blurb,
  .column-cards-2 .services-list .et_pb_blurb {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .page-template-template-project
    .section-header.page-hero-header
    .et_pb_module_heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 600px) {
  .column-cards-2 .et_pb_column {
    flex-direction: column;
    row-gap: 40px !important;
  }

  .media-text-right .et_pb_equal_columns {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}

@media (max-width: 480px) {
  .page-template-template-project
    .section-header.page-hero-header
    .et_pb_module_heading {
    font-size: 2rem;
  }
}

/* ===================================
   Featured Projects Module Styles 
   =================================== */

.page-template-template-project .et_pb_main_blurb_image img {
  min-height: 203px;
  max-height: 203px;
}

.page-template-template-project .column-cards-3 .et_pb_column > .et_pb_module,
.page-template-template-project .column-cards-2 .et_pb_column > .et_pb_module {
  background-color: #fff;
  height: auto !important;
  display: flex;
}

.column-cards-3,
.column-cards-2 {
  background-color: #f5f6f7;
}

.column-cards-3 .services-list .et_pb_column {
  display: flex;
  flex-wrap: unset;
  gap: 0 1.875%;
  justify-content: space-between;
  /* align-items: stretch; */
}

.column-cards-2 .services-list .et_pb_column {
  display: flex;
  flex-wrap: unset;
  gap: 0 1.875%;
  justify-content: center;
}

.column-cards-3 .services-list .et_pb_blurb,
.column-cards-2 .services-list .et_pb_blurb {
  margin-bottom: 0 !important;
  max-width: 460px;
  width: 32%;
  display: flex;
  flex-direction: column;
}

.column-cards-2 .et_pb_column {
  gap: 45px !important;
}

.column-cards-2 .services-list .et_pb_blurb {
  max-width: 553px;
  width: 45%;
}

.column-cards-2 img {
  min-height: 310px !important;
  max-height: 310px !important;
  width: 100%;
  object-fit: cover;
}

.column-cards-3 .et_pb_blurb_content,
.column-cards-2 .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
  /* height: 100%;
  flex: 1; */
}

.column-cards-3 .et_pb_blurb_container,
.column-cards-2 .et_pb_blurb_container {
  font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (1920 - 320)));
  padding: 20px 25px 25px 25px;
  /* display: flex;
  flex-direction: column;
  flex: 1; */
}

.column-cards-3 .et_pb_main_blurb_image a,
.column-cards-2 .et_pb_main_blurb_image a {
  border-bottom: 9px solid #3adb7e;
  display: block;
  overflow: hidden;
}

.column-cards-3 .et_pb_module_header,
.column-cards-2 .et_pb_module_header {
  color: #0d6937;
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.column-cards-3 .et_pb_main_blurb_image,
.column-cards-2 .et_pb_main_blurb_image {
  margin-bottom: 10px;
}

.column-cards-3 .et_pb_blurb_description a,
.column-cards-2 .et_pb_blurb_description a {
  background: #fff;
  border: 1px solid #3adb7e;
  border-radius: 50px;
  color: #030707;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  line-height: 56px !important;
  margin-top: 15px;
  margin-bottom: 70px;
  padding: 0 49px !important;
  text-align: center;
  text-transform: uppercase;
}

.column-cards-3 .et_pb_blurb_description a:hover,
.column-cards-2 .et_pb_blurb_description a:hover {
  background: #3adb7e;
}

.column-cards-3 .et_pb_blurb_description a {
  margin-bottom: 15px;
}

.column-cards-3 .et_pb_main_blurb_image a img,
.column-cards-2 .et_pb_main_blurb_image a img {
  display: block;
  transition: 5s;
}

.column-cards-3 .et_pb_main_blurb_image a:hover img,
.column-cards-2 .et_pb_main_blurb_image a:hover img {
  transform: scale(1.2);
}

.media-text-left {
  background-color: #0d6937;
  color: #fff;
}

.media-text-right {
  background-color: #f5f6f7;
}

#page-container #main-content .media-text-right .et_pb_button {
  color: #030707 !important;
}

.media-text-left h2 {
  color: #fff;
}

.media-text-left .et_pb_button {
  background: transparent !important;
}

.media-text-left .et_pb_button:hover {
  background: #3adb7e !important;
}

@media screen and (min-width: 1000px) {
  .media-text-left .et_pb_column {
    min-height: 720px;
  }
}

.entry-content > .et_pb_section {
  margin-bottom: 65px;
}
