/* =============================================
   Reach Won Ministry - Exact Design Match
   ============================================= */

:root {
  --primary-navy: #003366;
  --primary-navy-dark: #001a33;
  --primary-navy-light: #004080;
  --accent-gold: #D4AF37;
  --accent-gold-light: #e8c84a;
  --accent-gold-dark: #b8962e;
  --text-dark: #2c2c2c;
  --text-muted: #666666;
  --bg-cream: #f5ecd7;
  --bg-grey: #f2f2f2;
  --white: #ffffff;
  --shadow-sm: 0 2px 15px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 25px rgba(0, 0, 0, 0.1);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 50px;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-script: 'Dancing Script', cursive;
  --font-sans: 'Roboto', 'Segoe UI', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.3;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section-padding {
  padding: 70px 0;
}

.section-label {
  display: block;
  color: var(--accent-gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
  color: #0E4A7B;
  font-size: 48px;
  margin-bottom: 14px;
  font-weight: bold;
  font-family: 'Lora', Georgia, serif;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 550px;
  margin: 0 auto 35px;
  line-height: 1.7;
}

/* ---- Buttons ---- */
.btn-gold {
  background: #D4AF37;
  color: var(--primary-navy-dark);

  padding: 11px 28px;
  font-weight: 500;
 border-radius: 50px;
  font-size: 0.9rem;
  display: inline-block;
}

.btn-gold:hover {
  background: var(--accent-gold-light);
  border-color: var(--accent-gold-light);
  color: var(--primary-navy-dark);
}

.btn-navy {
  background: var(--primary-navy);
  color: var(--white);
  border: 2px solid var(--primary-navy);
  padding: 11px 28px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  display: inline-block;
}

.btn-navy:hover {
  background: var(--primary-navy-light);
  border-color: var(--primary-navy-light);
  color: var(--white);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 11px 28px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  display: inline-block;
}

.btn-outline-white:hover {
  background: var(--white);
  color: var(--primary-navy);
}

.btn-outline-navy {
  background: transparent;
  color: var(--primary-navy);
  border: 2px solid var(--primary-navy);
  padding: 11px 28px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  display: inline-block;
}

.btn-outline-navy:hover {
  background: var(--primary-navy);
  color: var(--white);
}

/* =============================================
   NAVBAR - Exact match (logo | links | Join Us)
   ============================================= */
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: 18px 0;
  background: transparent;
}

.navbar-custom .container-fluid {
  max-width: 1320px;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-custom .navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.navbar-custom .navbar-brand img {
  width: 42px;
  height: 42px;
}

.navbar-custom .brand-text {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

.navbar-custom .brand-text span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-sans);
  letter-spacing: 0.5px;
}

.navbar-custom .navbar-nav {
  gap: 4px;
}

.navbar-custom .nav-link {
  color: #F3F4F6 !important;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 8px 14px !important;
  letter-spacing: 0.3px;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--accent-gold) !important;
}

.navbar-custom .nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-custom .btn-join {
  background: #0E4A7B;
  color: #ffffff;
  border: none;
  padding: 10px 26px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.navbar-custom .btn-join:hover {
  background: 0E4A7B;
  color: var(--primary-navy-dark);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.4);
  padding: 6px 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand-mobile {
  flex: 1;
  min-width: 0;
  margin-right: 12px;
}

.navbar-brand-mobile img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.navbar-brand-mobile .brand-text {
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, rgba(59, 67, 75, 0.55) 0%, rgba(0, 20, 40, 0.7) 100%),
    url('../images/Container.png') center/cover no-repeat;
  /* padding-top: 120px; */
  padding-bottom: 100px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #F3E5AB;
  border: 2px solid #556879;
  background-color: #465461;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 18px;
  margin-bottom: 18px;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.hero-badge img {
  width: 22px;
  height: auto;
  flex-shrink: 0;
}

.hero-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 96px;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: bold;
}

.hero-title .highlight {
  font-family: var(--font-script);
  color: var(--accent-gold);
  font-size: 4.5rem;
  font-weight: 700;
}

.hero-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #E5E7EB;
  font-size: 20px;
  max-width: 570px;
  margin-bottom: 32px;
  line-height: 24px;
  
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}

.hero-wave svg {
  width: 100%;
  height: 70px;
}

/* =============================================
   ABOUT SECTION
   ============================================= */
.about-section {
  background: var(--white);
}

.about-text .section-label {
  text-align: left;
}

.about-text p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 14px;
  line-height: 1.8;
}

.about-link {
  color: #0E4A7B;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  width: 100%;
font-family: 'Lora', Georgia, serif;
}

.about-link:hover {
  color: var(--accent-gold);
}

.about-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  /* box-shadow: var(--shadow-md); */
}

.about-image img {
  /* width: 100%;
  height: 380px; */
  object-fit: cover;
}

/* =============================================
   CORE VALUES
   ============================================= */
.values-section {
  background: var(--white);
  padding-top: 30px;
}

.values-section .section-title,
.fellowship-section .section-title,
.contact-section .section-title {
  display: inline-block;
}

.values-section .section-title::after,
.fellowship-section .section-title::after,
.contact-section .section-title::after {
  content: '';
  display: block;
  width: 222px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent-gold) 30%,
    var(--accent-gold) 70%,
    transparent 100%
  );
  border-radius: 2px;
}

.value-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 32px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  height: 100%;
  border: 1px solid #eee;
}

.value-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.3rem;
}

.value-icon.faith {
  background: rgba(0, 51, 102, 0.1);
  color: var(--primary-navy);
}

.value-icon.hope {
  background: rgba(212, 175, 55, 0.15);
  color: var(--accent-gold-dark);
}

.value-icon.love {
  background: rgba(200, 60, 80, 0.1);
  color: #c83c50;
}

.value-icon.community {
  background: rgba(0, 100, 180, 0.1);
  color: #0064b4;
}

.value-card h4 {
  color: var(--primary-navy);
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-family: var(--font-sans);
  font-weight: 700;
}

.value-card p {
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-bottom: 0;
  line-height: 1.65;
}

/* =============================================
   FELLOWSHIP
   ============================================= */
.fellowship-section {
  background: var(--white);
}

.fellowship-graphic {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-md);
}

.fellowship-graphic img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.fellowship-graphic-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, rgba(0, 30, 60, 0.75) 0%, rgba(0, 30, 60, 0.85) 100%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.fellowship-graphic-overlay .logo-small {
  width: 50px;
  margin-bottom: 16px;
}

.fellowship-graphic-overlay h3 {
  color: var(--accent-gold);
  font-size: 1.1rem;
  letter-spacing: 3px;
  margin-bottom: 6px;
  font-family: var(--font-sans);
  font-weight: 700;
}

.fellowship-graphic-overlay p {
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1.5rem;
}

.fellowship-graphic-overlay p em {
  font-family: var(--font-script);
  color: var(--accent-gold);
  font-style: normal;
  font-size: 1.8rem;
}

.fellowship-info-card {
  background: #f5f5f5;
  border-radius: var(--radius-md);
  border-left: 5px solid var(--accent-gold);
  padding: 24px 28px;
  margin-bottom: 28px;
}

.fellowship-location-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
  line-height: 1.35;
}

.fellowship-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.fellowship-address i {
  color: #0E4A7B;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.fellowship-info-divider {
  height: 1px;
  background: #e0e0e0;
  margin: 18px 0;
}

.fellowship-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.fellowship-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0E4A7B;
}

.fellowship-meta-item i {
  color: var(--accent-gold);
  font-size: 1.05rem;
}

.fellowship-schedule {
  margin-bottom: 24px;
}

.fellowship-schedule-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Lora', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.fellowship-schedule-title i {
  color: #0E4A7B;
  font-size: 1.2rem;
}

.month-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.month-btn {
  padding: 12px 10px;
  border-radius: var(--radius-sm);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}

.month-btn.filled {
  background: #0E4A7B;
  color: var(--white);
  border: 2px solid #0E4A7B;
}

.month-btn.outline {
  background: var(--white);
  color: #0E4A7B;
  border: 2px solid #d0dce6;
}

.btn-fellowship-cta {
  background: var(--accent-gold);
  color: var(--text-dark);
  border: none;
  border-radius: var(--radius-pill);
  padding: 16px 28px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--shadow-sm);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn-fellowship-cta:hover {
  background: var(--accent-gold-light);
  color: var(--text-dark);
  box-shadow: var(--shadow-md);
}

.btn-fellowship-cta i {
  font-size: 1.1rem;
}

/* =============================================
   FACILITATORS
   ============================================= */
.facilitators-section {
  background: #0a2540;
  position: relative;
  overflow: hidden;
}

.facilitators-section::before,
.facilitators-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}

.facilitators-section::before {
  top: -120px;
  width: 700px;
  height: 700px;
}

.facilitators-section::after {
  top: -60px;
  width: 520px;
  height: 520px;
}

.facilitators-section .container {
  position: relative;
  z-index: 1;
}

.facilitators-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-gold);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.facilitators-label i {
  font-size: 0.65rem;
}

.facilitators-section .section-title {
  display: inline-block;
  color: var(--white);
  font-family: 'Lora', Georgia, serif;
  font-size: 2.75rem;
  text-align: center;
  margin-bottom: 14px;
}

.facilitators-section .section-title::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent-gold) 30%,
    var(--accent-gold) 70%,
    transparent 100%
  );
  border-radius: 2px;
}

.facilitators-section .section-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.95rem;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
}

.facilitator-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 40px 32px 28px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 100%;
}

.facilitator-avatar-wrap {
  display: inline-block;
  margin-bottom: 8px;
}

.facilitator-avatar-wrap::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent-gold) 30%,
    var(--accent-gold) 70%,
    transparent 100%
  );
  border-radius: 2px;
}

.facilitator-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--accent-gold);
  margin: 0 auto;
  display: block;
}

.facilitator-card h4 {
  font-family: 'Lora', Georgia, serif;
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.facilitator-card .role {
  color: var(--accent-gold);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.facilitator-card .bio {
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  margin-bottom: 24px;
  line-height: 1.7;
  padding: 0 8px;
}

.facilitator-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  flex-wrap: wrap;
}

.facilitator-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.facilitator-tag i {
  font-size: 0.85rem;
}

.facilitator-tag-dot {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
}

/* =============================================
   TESTIMONY
   ============================================= */
.testimony-section {
  background: radial-gradient(ellipse at center, #fdf9ee 0%, #f5ecd0 70%, #efe4c4 100%);
}

.testimony-icon {
  width: 48px;
  height: 48px;
  background: #0E4A7B;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: var(--white);
  font-size: 1.15rem;
}

.testimony-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0E4A7B;
  margin-bottom: 20px;
  line-height: 1.25;
}

.testimony-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  color: #3d4f5f;
  max-width: 640px;
  margin: 0 auto 14px;
  line-height: 1.75;
}

.testimony-text-secondary {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.92rem;
  color: #6b7f94;
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.testimony-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-testimony-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0E4A7B;
  color: var(--white);
  border: 2px solid #0E4A7B;
  padding: 12px 26px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  border-radius: var(--radius-pill);
}

.btn-testimony-primary:hover {
  background: var(--primary-navy-light);
  border-color: var(--primary-navy-light);
  color: var(--white);
}

.btn-testimony-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: #0E4A7B;
  border: 2px solid var(--white);
  padding: 12px 26px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.btn-testimony-secondary:hover {
  background: #f8fafc;
  color: #0E4A7B;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* =============================================
   CONTACT
   ============================================= */
.contact-section {
  background: #f4f6f8;
}

.contact-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-gold);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.contact-label i {
  font-size: 0.85rem;
}

.contact-section .section-subtitle {
  max-width: 560px;
  margin: 0 auto;
  font-family: 'Nunito Sans', sans-serif;
}

.contact-left-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info-card,
.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}

.contact-presenter-card {
  background: #eef2f6;
  border-radius: var(--radius-md);
  padding: 24px 28px;
}

.contact-card-title {
  font-family: 'Lora', Georgia, serif;
  color: #0E4A7B;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-card-title i {
  color: #0E4A7B;
  font-size: 1rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-item .icon-box {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-box-location {
  background: #e3edf7;
}

.icon-box-location i {
  color: #0E4A7B;
  font-size: 1.05rem;
}

.icon-box-schedule {
  background: #f5ecd0;
}

.icon-box-schedule i {
  color: var(--accent-gold-dark);
  font-size: 1.05rem;
}

.icon-box-time {
  background: #e8edf2;
}

.icon-box-time i {
  color: #0E4A7B;
  font-size: 1.05rem;
}

.contact-info-item h5 {
  color: #0E4A7B;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-info-item p {
  color: var(--text-muted);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.84rem;
  margin: 0;
  line-height: 1.6;
}

.contact-map-image {
  display: block;
  width: 100%;
  max-width: 582px;
  height: auto;
  border-radius: var(--radius-md);
}

.presenter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.presenter-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.84rem;
  color: #4a5568;
  line-height: 1.55;
  margin-bottom: 12px;
}

.presenter-list li:last-child {
  margin-bottom: 0;
}

.presenter-list li i {
  color: var(--accent-gold);
  font-size: 0.9rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-form-card {
  height: 100%;
}

.contact-form-card h4 {
  font-family: 'Lora', Georgia, serif;
  color: #0E4A7B;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-form-subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 22px;
}

.form-label-custom {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 6px;
}

.form-control-custom {
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  font-size: 0.88rem;
  width: 100%;
  margin-bottom: 16px;
  font-family: 'Nunito Sans', sans-serif;
  background: #f8fafc;
  color: var(--text-dark);
}

.form-control-custom::placeholder {
  color: #a0aec0;
}

.form-control-custom:focus {
  outline: none;
  border-color: #0E4A7B;
  background: var(--white);
}

textarea.form-control-custom {
  min-height: 130px;
  resize: vertical;
}

.btn-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0E4A7B;
  color: var(--white);
  border: 2px solid #0E4A7B;
  padding: 14px 28px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  margin-top: 4px;
}

.btn-contact-submit:hover {
  background: var(--primary-navy-light);
  border-color: var(--primary-navy-light);
  color: var(--white);
}

/* =============================================
   FOOTER
   ============================================= */
.footer-section {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.65);
  padding: 48px 0 0;
  border-top: 3px solid var(--accent-gold);
}

.footer-main {
  padding-bottom: 36px;
}

.footer-ministry-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.footer-tagline {
  font-family: 'Lora', Georgia, serif;
  font-size: 1rem;
  color: var(--accent-gold);
  margin-bottom: 14px;
}

.footer-gold-line {
  width: 48px;
  height: 3px;
  background: var(--accent-gold);
  border-radius: 2px;
  margin-bottom: 18px;
}

.footer-mission-label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-gold);
  margin-bottom: 12px;
}

.footer-mission-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.84rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  max-width: 340px;
}

.footer-col-heading {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 14px;
}

.footer-col-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 20px;
}

.footer-meeting-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-meeting-item:last-child {
  margin-bottom: 0;
}

.footer-meeting-item i {
  color: var(--accent-gold);
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-meeting-item strong {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}

.footer-meeting-item p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.55;
}

.footer-map-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  margin-bottom: 16px;
}

.footer-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-nav-links a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-nav-links a:hover {
  color: var(--accent-gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copyright,
.footer-values {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.footer-values {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-values i {
  color: var(--accent-gold);
  font-size: 0.85rem;
  transform: rotate(45deg);
  display: inline-block;
}

.footer-motto {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.95rem;
  color: var(--accent-gold);
  margin: 0;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 991px) {
  .navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: rgba(0, 26, 51, 0.98);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .navbar-custom .container-fluid {
    padding: 10px 16px;
    align-items: center;
  }

  .navbar-custom .navbar-toggler {
    flex-shrink: 0;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 5px 8px;
  }

  .navbar-custom .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    background: transparent;
    padding: 4px 0 12px;
    margin: 0;
    border-radius: 0;
  }

  .navbar-custom .navbar-nav {
    align-items: stretch;
    gap: 0;
    margin: 0 !important;
    width: 100%;
  }

  .navbar-custom .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-custom .navbar-nav .nav-link {
    text-align: left;
    padding: 9px 4px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar-custom .nav-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .navbar-custom .nav-actions .nav-link {
    text-align: left;
    padding: 9px 4px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar-custom .btn-join {
    margin-top: 12px;
    width: fit-content;
    align-self: flex-start;
    padding: 9px 22px;
  }

  body {
    padding-top: 54px;
  }

  .hero-badge {
    font-size: 12px;
    padding: 8px 14px;
    letter-spacing: 1px;
    gap: 6px;
  }

  .hero-badge img {
    width: 18px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-title .highlight {
    font-size: 3.4rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .hero-badge {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    font-size: 11px;
    padding: 8px 12px;
    line-height: 1.3;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-title .highlight {
    font-size: 2.8rem;
  }

  .section-padding {
    padding: 50px 0;
  }

  .about-image img,
  .fellowship-graphic img {
    height: 260px;
  }

  .day-buttons {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-motto {
    order: -1;
  }
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}