.elementor-4325 .elementor-element.elementor-element-76ea1e3c > .elementor-background-overlay{background-color:#151515;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4325 .elementor-element.elementor-element-76ea1e3c > .elementor-container{max-width:500px;}.elementor-4325 .elementor-element.elementor-element-76ea1e3c:not(.elementor-motion-effects-element-type-background), .elementor-4325 .elementor-element.elementor-element-76ea1e3c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:top center;background-size:cover;}.elementor-4325 .elementor-element.elementor-element-76ea1e3c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4325 .elementor-element.elementor-element-5bf0a177{padding:0% 16.5% 0% 16.5%;}.elementor-4325 .elementor-element.elementor-element-68046ed > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4325 .elementor-element.elementor-element-11cdcd21{text-align:center;}.elementor-4325 .elementor-element.elementor-element-11cdcd21 .elementor-heading-title{text-transform:uppercase;letter-spacing:6px;color:#000000;}.elementor-4325 .elementor-element.elementor-element-1197429{text-align:center;}.elementor-4325 .elementor-element.elementor-element-1197429 .elementor-heading-title{color:#C9DA5A;}.elementor-4325 .elementor-element.elementor-element-8bfd648{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4325 .elementor-element.elementor-element-6a1ed01{--display:flex;}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-4325 .elementor-element.elementor-element-7850923.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-4325 .elementor-element.elementor-element-7850923 .elementor-progress-wrapper .elementor-progress-bar{background-color:#C9DA5A;}.elementor-4325 .elementor-element.elementor-element-7850923 .elementor-progress-wrapper{background-color:#E6E6E6;border-radius:20px;overflow:hidden;}.elementor-4325 .elementor-element.elementor-element-7850923 .elementor-progress-bar{height:38px;line-height:38px;font-weight:bold;}.elementor-4325 .elementor-element.elementor-element-642d88c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4325 .elementor-element.elementor-element-18a36ef{--display:flex;}@media(max-width:599px){.elementor-4325 .elementor-element.elementor-element-5bf0a177{padding:0% 0% 0% 0%;}.elementor-4325 .elementor-element.elementor-element-11cdcd21 > .elementor-widget-container{margin:24px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-3c53d01 */.nehemiah-intro {
  max-width: 900px;
  margin: 2em auto 4em auto;
  padding: 0 1em;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 1.7;
  color: #333;
}

.nehemiah-intro p {
  font-size: 1.15em;
  margin-bottom: 1.5em;
}

.nehemiah-intro p strong {
  color: #c9da5a; /* green accent for emphasis */
}

.nehemiah-intro p em {
  font-style: italic;
  color: #555;
}

@media (max-width: 768px) {
  .nehemiah-intro p {
    font-size: 1em;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f9bf152 */.nehemiah-cta-aligned {
  text-align: left;
  max-width: 900px;
  margin: 3em auto;
  padding: 2em 1em;
  background-color: #f9f9f9;
  border-left: 6px solid #c9da5a; /* Green accent bar on the left */
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

.nehemiah-cta-aligned h2 {
  color: #c9da5a;
  font-size: 2em;
  margin-bottom: 0.5em;
}

.nehemiah-cta-aligned p {
  font-size: 1.1em;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cta-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #c9da5a;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
  transition: background-color 0.3s;
}

.cta-btn:hover {
  background-color: #b0c743;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-buttons {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37bf793 *//* Goal Section Table Styling */
.nehemiah-goal {
  text-align: center;
  margin: 2em auto;
  max-width: 900px;
  font-family: Arial, sans-serif;
}

.nehemiah-goal h2 {
  color: #c9da5a;
  font-size: 2em;
  margin-bottom: 0.5em;
}

.nehemiah-goal p {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  color: #333;
}

.phase-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.phase-table th, .phase-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.phase-table th {
  background-color: #c9da5a;
  color: #000;
  font-weight: bold;
}

.phase-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.phase-table tbody tr:hover {
  background-color: #e6f5c9;
}

@media (max-width: 768px) {
  .phase-table th, .phase-table td {
    padding: 8px 10px;
    font-size: 0.9em;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9af283a */.nehemiah-why {
  text-align: left;
  max-width: 900px;
  margin: 3em auto;
  padding: 2em 1em;
  background-color: #f9f9f9;
  border-left: 6px solid #c9da5a; /* Green accent bar on the left */
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

.nehemiah-why h2 {
  color: #c9da5a;
  font-size: 2em;
  margin-bottom: 0.5em;
}

.nehemiah-why p {
  font-size: 1.1em;
  color: #333;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6b9a6b2 */.nehemiah-partner {
  text-align: center;
  margin: 3em auto;
  max-width: 1000px;
  font-family: Arial, sans-serif;
}

.nehemiah-partner h2 {
  font-size: 2em;
  color: #c9da5a;
  margin-bottom: 0.5em;
}

.nehemiah-partner p {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 2em;
}

.giving-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.giving-options .tier {
  background-color: #f9f9f9;
  border: 2px solid #c9da5a;
  border-radius: 15px;
  padding: 20px;
  width: 220px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.giving-options .tier:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.giving-options .tier h3 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
  color: #000;
}

.giving-options .tier p {
  font-size: 1em;
  margin-bottom: 1em;
  color: #333;
}

.giving-options .give-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #c9da5a;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
  transition: background-color 0.3s;
}

.giving-options .give-btn:hover {
  background-color: #b0c743;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .giving-options {
    flex-direction: column;
    align-items: center;
  }

  .giving-options .tier {
    width: 80%;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5c3d257 */.nehemiah-verse-feature {
  max-width: 800px;
  margin: 3em auto;
  padding: 3em 2em;
  text-align: center;
  font-family: Georgia, serif;
  background: linear-gradient(to right, #f9f9f9, #ffffff);
  border-left: 8px solid #c9da5a; /* green accent bar */
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  position: relative;
}

.nehemiah-verse-feature blockquote {
  font-size: 1.8em;
  font-style: italic;
  color: #333;
  margin: 0;
  line-height: 1.4;
  position: relative;
}

.nehemiah-verse-feature blockquote::before,
.nehemiah-verse-feature blockquote::after {
  content: '“';
  font-size: 2.5em;
  color: #c9da5a;
  position: absolute;
}

.nehemiah-verse-feature blockquote::before {
  left: -20px;
  top: -10px;
}

.nehemiah-verse-feature blockquote::after {
  content: '”';
  right: -20px;
  bottom: -10px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d4c8b25 */.nehemiah-commitment {
  text-align: center;
  max-width: 900px;
  margin: 3em auto;
  padding: 2em 1em;
  background-color: #f9f9f9;
border-left: 6px solid #c9da5a;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

.nehemiah-commitment h2 {
  color: #c9da5a;
  font-size: 2em;
  margin-bottom: 0.5em;
}

.nehemiah-commitment p {
  font-size: 1.1em;
  color: #333;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f9123c5 */.nehemiah-story {
  max-width: 900px;
  margin: 3em auto;
  padding: 2em 1em;
  text-align: center;
  font-family: Arial, sans-serif;
}

.nehemiah-story h2 {
  color: #c9da5a; /* green accent */
  font-size: 2em;
  margin-bottom: 0.5em;
}

.nehemiah-story p {
  font-size: 1.1em;
  color: #333;
  line-height: 1.6;
}/* End custom CSS */