.elementor-1963 .elementor-element.elementor-element-e86fbfa{--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-1963 .elementor-element.elementor-element-e86fbfa:not(.elementor-motion-effects-element-type-background), .elementor-1963 .elementor-element.elementor-element-e86fbfa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#82251A;}.elementor-widget-heading .neb-protected-content-message, .elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1963 .elementor-element.elementor-element-58049a2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-1963 .elementor-element.elementor-element-58049a2 .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:62px;font-weight:600;color:#FFFFFF;}.elementor-1963 .elementor-element.elementor-element-e40a820{--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-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1963 .elementor-element.elementor-element-049d3d3{--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;}/* Start custom CSS for html, class: .elementor-element-03450bf *//* English Bibles / New Testaments Page
   All classes prefixed with .map-bible- to avoid conflicts
*/

.map-bible-section {
  --bible-primary: #82251A;
  --bible-primary-soft: rgba(130, 37, 26, 0.08);
  --bible-bg: #fffcf8;
  --bible-text: #2c2624;
  --bible-muted: #6d5f5b;
  --bible-radius-lg: 26px;
  --bible-radius-md: 18px;
  --bible-shadow-soft: 0 14px 35px rgba(0,0,0,0.07);
  --bible-transition-fast: 0.2s ease-out;

  background: var(--bible-bg);
  padding: 3rem 1.5rem 3.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--bible-text);
}

.map-bible-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HERO */

.map-bible-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.7rem;
}

.map-bible-title {
  margin: 0 0 0.6rem;
  font-size: 2.1rem;
  color: var(--bible-primary);
  letter-spacing: 0.02em;
}

.map-bible-lead {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--bible-text);
}

.map-bible-hero-note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--bible-muted);
}

.map-bible-hero-cta {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* VIDEO */

.map-bible-video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  border-radius: var(--bible-radius-lg);
  overflow: hidden;
  box-shadow: var(--bible-shadow-soft);
}

.map-bible-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* BUTTONS */

.map-bible-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.7rem;
  border-radius: 999px;
  background: var(--bible-primary);
  color: #fff;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(130,37,26,0.3);
  transition:
    background-color var(--bible-transition-fast),
    box-shadow var(--bible-transition-fast),
    transform var(--bible-transition-fast);
}

.map-bible-button-primary:hover {
  background: #6d1f16;
  box-shadow: 0 14px 30px rgba(130,37,26,0.4);
  transform: translateY(-1px);
}

/* TYPOGRAPHY BASICS */

.map-bible-section-title {
  margin: 0 0 0.6rem;
  font-size: 1.35rem;
  color: var(--bible-primary);
}

.map-bible-body {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--bible-text);
}

/* LANGUAGES */

.map-bible-languages {
  margin-bottom: 2.4rem;
}

.map-bible-language-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.map-bible-language-card {
  background: #fff;
  border-radius: var(--bible-radius-md);
  padding: 1.1rem 1.1rem 1.2rem;
  border: 1px solid rgba(130,37,26,0.12);
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.map-bible-card-title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--bible-primary);
}

/* WHY SECTION */

.map-bible-why {
  margin-bottom: 2.4rem;
}

.map-bible-why-inner {
  background: #fff;
  border-radius: var(--bible-radius-lg);
  padding: 1.6rem 1.5rem 1.7rem;
  border: 1px solid rgba(130,37,26,0.12);
  box-shadow: var(--bible-shadow-soft);
}

/* STATS */

.map-bible-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 2.1rem 0 2.4rem;
}

.map-bible-stat-pill {
  background: #fff;
  border-radius: 999px;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(130,37,26,0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.map-bible-stat-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--bible-muted);
}

.map-bible-stat-value {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--bible-primary);
}

/* LEVELS */

.map-bible-levels {
  margin-bottom: 2.7rem;
}

.map-bible-level-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.map-bible-level-card {
  background: #fff;
  border-radius: var(--bible-radius-md);
  padding: 1.1rem 1.1rem 1.25rem;
  border: 1px solid rgba(130,37,26,0.12);
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
  text-align: center;
}

.map-bible-level-card--highlight {
  border-color: rgba(130,37,26,0.45);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.map-bible-level-qty {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--bible-primary);
  margin-bottom: 0.1rem;
}

.map-bible-level-amount {
  margin: 0.1rem 0 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--bible-primary);
}

.map-bible-level-note {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--bible-muted);
}

/* CTA */

.map-bible-cta {
  display: flex;
  justify-content: center;
}

.map-bible-cta-card {
  max-width: 720px;
  width: 100%;
  background: linear-gradient(
    135deg,
    rgba(130,37,26,0.12),
    rgba(130,37,26,0.02)
  );
  border-radius: var(--bible-radius-lg);
  padding: 1.8rem 1.6rem 2rem;
  border: 1px solid rgba(130,37,26,0.22);
  text-align: center;
  box-shadow: var(--bible-shadow-soft);
}

.map-bible-cta-title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  color: var(--bible-primary);
}

.map-bible-cta-text {
  max-width: 560px;
  margin: 0 auto 1rem;
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .map-bible-hero {
    grid-template-columns: 1fr;
  }

  .map-bible-language-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .map-bible-level-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .map-bible-section {
    padding: 2.5rem 1rem 3rem;
  }

  .map-bible-title {
    font-size: 1.8rem;
  }

  .map-bible-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .map-bible-level-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-016172a *//* ========== GIVE NOW CTA SECTION ========== */

.map-give-cta-section {
  --cta-primary: #82251A;
  --cta-bg: #fff9f4;
  --cta-text: #2b2623;
  --cta-muted: #6d5f5b;

  padding: 3rem 1.5rem;
  background: linear-gradient(135deg, #fffdfb, #fff8f2 60%, #fdf3ea);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.map-give-cta-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* Card */
.map-give-cta-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 2.5rem 2rem 2.8rem;
  box-shadow: 0 14px 35px rgba(0,0,0,0.07);
  text-align: center;
  border: 1px solid rgba(130,37,26,0.12);
}

/* Titles */
.map-give-cta-title {
  margin: 0 0 0.7rem;
  font-size: 1.9rem;
  color: var(--cta-primary);
  font-weight: 800;
}

.map-give-cta-subtitle {
  margin: 0 0 1.8rem;
  color: var(--cta-muted);
  font-size: 1rem;
  max-width: 620px;
  margin-inline: auto;
}

/* BIG BUTTON */
.map-give-cta-button {
  display: inline-block;
  background: var(--cta-primary);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem 2.6rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(130, 37, 26, 0.35);
  transition: 
    background 0.25s ease-out,
    box-shadow 0.25s ease-out,
    transform 0.25s ease-out;
  letter-spacing: 0.03em;
}

/* Hover */
.map-give-cta-button:hover {
  background: #6d1d15;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 34px rgba(130, 37, 26, 0.45);
}

/* ===================== */
/* FIXED DIVIDER SECTION */
/* ===================== */

.map-give-cta-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 2rem 0 1.5rem;
  width: 100%;
}

.map-give-cta-divider hr {
  flex: 1;
  border: none !important;
  height: 1px !important;
  background-color: rgba(130, 37, 26, 0.35) !important;
  margin: 0 !important;
  opacity: 1 !important;
  display: block !important;
}

.map-give-cta-divider span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cta-muted);
  text-transform: lowercase;
  white-space: nowrap;
  z-index: 2;
}

/* Text-to-Give */
.map-give-cta-textgive {
  margin: 0;
  font-size: 1.1rem;
  color: var(--cta-text);
}

.map-give-cta-highlight {
  color: var(--cta-primary);
  font-weight: 700;
}

/* Responsive */
@media (max-width: 600px) {
  .map-give-cta-card {
    padding: 2rem 1.2rem 2.4rem;
  }

  .map-give-cta-button {
    width: 100%;
    font-size: 1.2rem;
    padding: 0.95rem 0;
  }

  .map-give-cta-title {
    font-size: 1.6rem;
  }

  .map-give-cta-divider {
    gap: 8px;
  }
}/* End custom CSS */