#main-content #left-area {
  padding-right: 0px;
  padding-bottom: 0px;
}

#main-content .container {
  padding-top: 6% !important;
  padding-bottom: 6%;
}

#main-content .container:before {
  display: none;
}

.project .entry-content {
  padding-top: 0px;
}

/* ATF */
.gla-project-hero {
  position: relative;
  width: 100%;
  min-height: 270px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}

.gla-project-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
}

.gla-project-hero__inner {
  position: relative;
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}

.gla-project-hero__title {
  margin: 0 0 10px;
  color: #fff;
  max-width: 768px;
}

/* =========================================================
   Project Hero – Breadcrumbs (Divi + fallback compatible)
   ========================================================= */

.gla-project-hero__breadcrumbs {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.gla-project-hero__breadcrumbs a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid;
  font-weight: 700;
  text-transform: uppercase;
}

.gla-breadcrumbs__current {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* =========================================================
   Chevron Separator (arrow right without tail)
   ========================================================= */

/* Hide any existing text separator */
.gla-project-hero__breadcrumbs .gla-breadcrumbs__sep,
.gla-project-hero__breadcrumbs .et-breadcrumbs .sep,
.gla-project-hero__breadcrumbs .et_breadcrumbs .sep,
.gla-project-hero__breadcrumbs .et_pb_breadcrumbs .sep {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 12px;
  vertical-align: middle;
  position: relative;

  color: transparent;
  font-size: 0;
  line-height: 0;
}

/* Chevron arrow */
.gla-project-hero__breadcrumbs .gla-breadcrumbs__sep::before,
.gla-project-hero__breadcrumbs .et-breadcrumbs .sep::before,
.gla-project-hero__breadcrumbs .et_breadcrumbs .sep::before,
.gla-project-hero__breadcrumbs .et_pb_breadcrumbs .sep::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
}

/* Video */
.gla-project-video {
  margin: 0 0 40px;
}

.gla-project-video__el {
  width: 100%;
  height: auto;
  display: block;
}

/* Make sure content area stays full width (no sidebar spacing) */
.gla-project-fullwidth {
  width: 100% !important;
  float: none !important;
}

@media (max-width: 980px) {

  #main-content .container {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }

}

@media (max-width: 767px) {

  .gla-project-hero {
    padding: 100px 0px 40px;
  }

  .gla-project-hero__title {
    font-size: 25px;
    padding: 0px;
  }

  .gla-project-video {
    margin-bottom: 25px;
  }
}