.elementor-2709 .elementor-element.elementor-element-d3fb6db{margin-top:131px;margin-bottom:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-01b6f1a */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  max-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Video - locked, no scroll effects */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  pointer-events: none; /* prevents any interaction issues */
}

/* Strong cinematic overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(15, 10, 25, 0.92) 0%,
    rgba(20, 12, 30, 0.82) 35%,
    rgba(25, 15, 35, 0.55) 60%,
    rgba(30, 18, 40, 0.35) 100%
  );
  z-index: 2;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 3;
  max-width: 640px;
  padding: 0 40px 0 60px;
  color: #ffffff;
}

.hero-content h1 {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  color: #e85d04;
}

.hero-content p {
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 480px;
  margin-bottom: 2.2rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-orange {
  background: #e85d04;
  color: #ffffff;
  border: 2px solid #e85d04;
  box-shadow: 0 8px 25px rgba(232, 93, 4, 0.35);
}

.btn-orange:hover {
  background: #d14f00;
  border-color: #d14f00;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(232, 93, 4, 0.45);
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {
  .hero {
    height: 100vh;
    min-height: 580px;
    align-items: flex-end;
  }

  .hero-overlay {
    background: linear-gradient(
      to top,
      rgba(12, 8, 20, 0.95) 0%,
      rgba(18, 12, 28, 0.85) 40%,
      rgba(25, 15, 35, 0.5) 100%
    );
  }

  .hero-content {
    padding: 0 24px 50px;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 2.1rem;
  }

  .hero-content p {
    font-size: 1.05rem;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.85rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn {
    width: 100%;
    max-width: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4e34d7 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mission-section {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #fdf8f3;
  color: #3d2c1e;
  padding-top: 12px;
  padding-bottom: 0;
}

/* ========== TOP SECTION ========== */
.mission-top {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 16px 32px 36px;
}

.mission-image-wrapper {
  flex: 0 0 40%;
  max-width: 420px;
}

.mission-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.mission-content {
  flex: 1;
}

.mission-label {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #e85d04;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mission-content h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.25;
  color: #2a1f17;
  margin-bottom: 16px;
}

.mission-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #5c4a3a;
  max-width: 500px;
}

/* ========== WHAT WE DO ========== */
.what-we-do {
  background: #faf3eb;
  padding: 2px 32px 5px;
  text-align: center;
}

.what-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.what-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.what-label {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #e85d04;
  text-transform: uppercase;
}

.what-intro {
  max-width: 640px;
  margin: 0 auto 38px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4a3a2c;
}

/* Services Grid with vertical lines */
.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.service-item {
  padding: 0 18px;
  position: relative;
  text-align: center;
}

/* Vertical divider lines */
.service-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #e8d9c9;
}

.service-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(232, 93, 4, 0.1);
}

.service-icon img {
  width: 59px;
  height: 78px;
  object-fit: contain;
}

.service-item h4 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  color: #2a1f17;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 1.0rem;
  line-height: 1.55;
  color: #6b5748;
}

/* ========== QUOTE SECTION ========== */
.quote-section {
  background: #fdf8f3;
  padding: 20px 32px 24px;
}

.quote-inner {
  max-width: 1140px;
  margin: 0 auto;
  background: #4a2c1a;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 22px 28px;
  gap: 24px;
  position: relative;
}

.quote-mark {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #e85d04;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-mark span {
  font-size: 7.4rem;
  font-family: Georgia, serif;
  color: #fff;
  line-height: 1;
  margin-top: 8px;
}

.quote-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.quote-content p {
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.quote-author {
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.9;
  white-space: nowrap;
}

.quote-photo {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.quote-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1050px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }

  .service-item:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 800px) {
  .mission-top {
    flex-direction: column;
    gap: 28px;
    padding: 12px 20px 32px;
  }

  .mission-image-wrapper {
    max-width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-item:nth-child(2n)::after {
    display: none;
  }

  .quote-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 24px 20px;
  }

  .quote-content {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-item::after {
    display: none !important;
  }

  .quote-content p {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-272a048 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.impact-section {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #ffffff;
  color: #2c1f16;
  padding: 16px 0 30px;
}

/* ========== TOP SECTION ========== */
.impact-top {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1140px;
  margin: 0 auto 50px;
  padding: 10px 32px 0;
}

.impact-content {
  flex: 1;
  max-width: 480px;
}

.impact-label {
  display: block;
  font-size: 1.75rem;          /* matched */
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #e85d04;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.impact-content h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);  /* matched */
  font-weight: 900;                         /* matched */
  line-height: 1.25;
  color: #2a1f17;
  margin-bottom: 16px;
}

.impact-desc {
  font-size: 1.5rem;            /* matched to what-intro */
  line-height: 1.6;
  color: #5c4a3a;
  margin-bottom: 22px;
}

.impact-list {
  list-style: none;
  margin-bottom: 20px;
}

.impact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #3d2c1e;
  margin-bottom: 12px;
}

.impact-list .check {
  color: #e85d04;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
}

.impact-goal {
  font-size: 1.2rem;
  color: #e85d04;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.5;
}

.impact-goal strong {
  font-weight: 700;
}

.btn-impact {
  display: inline-block;
  background: #e85d04;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 6px;
  transition: background 0.25s ease;
}

.btn-impact:hover {
  background: #d14f00;
}

.impact-image {
  flex: 0 0 48%;
  max-width: 520px;
}

.impact-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* ========== WAYS TO HELP ========== */
.ways-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.ways-label {
  display: block;
  font-size: 1.75rem;           /* matched */
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #e85d04;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.ways-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.way-card {
  background: #fff;
  border: 1px solid #f0e6dc;
  border-radius: 14px;
  padding: 28px 20px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.25s ease;
}

.way-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.way-icon {
  width: 64px;
  height: 64px;
  background: #e85d04;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.way-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.way-card h3 {
  font-size: 1.3rem;            /* matched to service-item h4 */
  font-weight: 700;
  color: #2a1f17;
  margin-bottom: 12px;
}

.way-card p {
  font-size: 1.0rem;            /* matched */
  line-height: 1.55;
  color: #6b5748;
  margin-bottom: 22px;
  flex-grow: 1;
}

.btn-way {
  display: inline-block;
  background: #e85d04;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  transition: background 0.25s ease;
}

.btn-way:hover {
  background: #d14f00;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1000px) {
  .impact-top {
    flex-direction: column;
    gap: 36px;
  }

  .impact-content {
    max-width: 100%;
  }

  .impact-image {
    max-width: 100%;
  }

  .ways-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .impact-top {
    padding: 10px 20px 0;
  }

  .ways-section {
    padding: 0 20px;
  }

  .ways-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .impact-content h2 {
    font-size: 1.7rem;
  }

  .impact-desc {
    font-size: 1.25rem;
  }
}/* End custom CSS */