.elementor-25115 .elementor-element.elementor-element-2c8affd{margin-top:-103px;margin-bottom:0px;padding:70px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a49f3ed *//* Our Work Hero Section */
.work-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.work-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
}

.work-hero-content {
  max-width: 700px;
  color: #fff;
}

.hero-subtitle {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0c040; /* gold accent */
  margin-bottom: 10px;
}

.work-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.work-hero p {
  font-size: 1.2rem;
  color: #f5f5f5;
  margin-bottom: 30px;
  line-height: 1.6;
}

.breadcrumb {
  font-size: 0.95rem;
  color: #ddd;
}

.breadcrumb a {
  color: #f0c040;
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 5px;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-9e695ae *//* Strategic Focus Areas Section */
.focus-areas {
  background-color: #fff;
  padding: 50px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.focus-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 35px;
}

/* Row Layout */
.focus-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* Left Column (Icon + Description) */
.focus-icon {
  flex: 1 1 30%;
  border-radius: 8px;
  padding: 30px;
  color: #fff;
}

.focus-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}

.focus-icon h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.focus-icon p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Color Variants */
.focus-icon.green { background-color: #0b3d2e; }
.focus-icon.gold { background-color: #f0c040; color: #333; }
.focus-icon.orange { background-color: #c76b00; }
.focus-icon.red { background-color: #c1272d; }
.focus-icon.green-dark { background-color: #064d3b; }

/* Right Column (Image + Text) */
.focus-content {
  flex: 1 1 65%;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.focus-content img {
  width: 45%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.focus-text {
  flex: 1 1 50%;
}

.focus-text h4.featured {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #c1272d;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.focus-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.focus-text p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.focus-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.focus-text ul li {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.focus-text ul li::before {
  content: "•";
  color: #0b3d2e;
  position: absolute;
  left: 0;
}

/* Button Styles (Exact Mockup Look) */
.btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Green Button */
.btn-green {
  background-color: #0b3d2e;
}
.btn-green:hover {
  background-color: #062a1f;
}

/* Gold Button */
.btn-gold {
  background-color: #f0c040;
  color: #333;
}
.btn-gold:hover {
  background-color: #d9a92f;
  color: #fff;
}

/* Orange Button */
.btn-orange {
  background-color: #c76b00;
}
.btn-orange:hover {
  background-color: #a85a00;
}

/* Red Button */
.btn-red {
  background-color: #c1272d;
}
.btn-red:hover {
  background-color: #a01f24;
}

/* Dark Green Button */
.btn-green-dark {
  background-color: #064d3b;
}
.btn-green-dark:hover {
  background-color: #043a2c;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-d15f193 *//* Integrated Impact Section */
.integrated-impact {
  background-color: #0b3d2e; /* deep green background */
  color: #fff;
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.impact-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.impact-image {
  flex: 1 1 45%;
}

.impact-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.impact-content {
  flex: 1 1 50%;
}

.impact-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f0c040; /* gold accent */
  margin-bottom: 20px;
}

.impact-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #f5f5f5;
  margin-bottom: 15px;
}

/* Circular Icons Row */
.impact-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

.impact-icons::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 8%;
  right: 8%;
  height: 2px;
  background-color: rgba(255,255,255,0.3);
  z-index: 0;
}

.icon-item {
  text-align: center;
  z-index: 1;
}

.icon-circle {
  background-color: #fff;
  color: #0b3d2e;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.icon-circle:hover {
  transform: scale(1.1);
}

.icon-circle img {
  width: 40px;
  height: 40px;
}

.icon-item span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

/* Footer CTA */
.impact-footer {
  text-align: center;
  margin-top: 40px;
}

.impact-footer p {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 20px;
}

.btn-light-outline {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-light-outline:hover {
  background-color: #f0c040;
  color: #0b3d2e;
  border-color: #f0c040;
}/* End custom CSS */