.elementor-25106 .elementor-element.elementor-element-1dcaac9{margin-top:-34px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dc07504 *//* About Us Hero Section */
.about-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-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%;
}

.about-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;
}

.about-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.about-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-485caa5 *//* Our Mission & Vision Section */
.mission-vision {
  background-color: #fff;
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mission-vision-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

.mv-card {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.mv-card:hover {
  transform: translateY(-5px);
}

.mv-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission .mv-icon {
  background-color: #0b3d2e; /* deep green */
}

.vision .mv-icon {
  background-color: #f0c040; /* gold */
}

.mv-icon img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1); /* makes icon white */
}

.mv-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.mv-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7b037d2 *//* Our Story Section */
.our-story {
  background-color: #fff;
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.story-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.story-content {
  flex: 1 1 55%;
}

.story-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c1272d;
  margin-bottom: 10px;
}

.story-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.story-content p {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.btn-green {
  display: inline-block;
  padding: 12px 28px;
  background-color: #0b3d2e; /* deep green */
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-green:hover {
  background-color: #062a1f;
}

.story-image {
  flex: 1 1 40%;
}

.story-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-d44af5a *//* How We Work Section (Thin Version) */
.how-we-work {
  background-color:d3d3d3;
  padding: 25px 0; /* thinner vertical spacing */
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.work-heading {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c1272d;
  margin-bottom: 15px;
}

.work-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap; /* keeps all items on one line */
}

.work-card {
  flex: 1;
  background: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
}

.work-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-icon img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

/* Icon colors */
.work-icon.green { background-color: #0b3d2e; }
.work-icon.red { background-color: #c1272d; }
.work-icon.gold { background-color: #f0c040; }
.work-icon.dark { background-color: #333; }

.work-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.work-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-df74681 *//* Leadership Team Section - Flashy Design */
.leadership-team {
  background: linear-gradient(135deg, #f9f9f9, #fff);
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.team-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #c1272d;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.team-subtext {
  font-size: 1.1rem;
  color: #555;
  flex: 1 1 100%;
  margin-top: 10px;
}

.view-link {
  font-size: 1rem;
  font-weight: 600;
  color: #0b3d2e;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.view-link:hover {
  border-bottom: 2px solid #0b3d2e;
}

.team-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

.team-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: center;
  position: relative;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.team-image {
  width: 100%;
  height: 280px; /* uniform size */
  overflow: hidden;
  position: relative;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.1);
}

.team-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
}

.team-card p {
  font-size: 1rem;
  color: #777;
  margin-bottom: 15px;
}

.linkedin-icon img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.linkedin-icon img:hover {
  transform: scale(1.2);
  filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(748%) hue-rotate(182deg) brightness(92%) contrast(90%);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7baa244 *//* Transparency & Accountability Section */
.transparency {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.transparency-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.transparency-subtext {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

.transparency-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

.transparency-card {
  flex: 1 1 calc(20% - 20px);
  background: #fff;
  border-radius: 8px;
  padding: 25px 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transparency-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.transparency-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-color: #0b3d2e; /* deep green */
  display: flex;
  align-items: center;
  justify-content: center;
}

.transparency-icon img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.transparency-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.transparency-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}/* End custom CSS */