.content {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.reformed-by-truth {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 3rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  border-bottom: none; /* white line hata di if any */
}

.reformed-by-truth::after {
  content: "";
  position: absolute;
  bottom: -5px; /* Adjust this if needed */
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #e74c3c;
}


.about-info {
  background-color: white;
  padding: 2rem;
  margin-bottom: 3rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* matched shadow */
  line-height: 1.8;
}

.about-info p {
  margin-bottom: 1rem;
}
.About-Our-Name-content {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* .About-Our-Name {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    font-weight: 600;
} */

.About-Our-Name {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
  font-weight: 700;
}

.About-Our-Name-content {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}

.about-info p {
  margin-bottom: 1rem;
}
.T {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 250;
}
.R {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 250;
}
.U {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 250;
}
.Tt {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 250;
}
.H {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 250;
}
.table-of-content {
  table,
  th,
  td {
    border: 0.5px solid black;
  }
}
.About-Our-Name,
.about-slogan,
.About-Our-Logo {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.About-Our-Name-content,
.About-Our-Slogan-content,
.About-Our-Logo-content {
  margin-bottom: 3rem;
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.About-Our-Name-content h2,
.About-Our-Slogan-content h2,
.About-Our-Logo-content h2 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 10px;
}

.About-Our-Name-content h2::after,
.About-Our-Slogan-content h2::after,
.About-Our-Logo-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #3498db; /* Pretty blue underline */
}

@media (max-width: 768px) {
  .About-Our-Name-content,
  .About-Our-Slogan-content,
  .About-Our-Logo-content {
    padding: 1.5rem;
  }
}

.container-leadership {
  max-width: 100vw;
  margin: 0 auto;
  background: rgb(22, 4, 87);
  color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Header Styles */
h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.3rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

/* Leadership Profile Styles */
.leader-profile {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}

.leader-profile:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

p {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.leader-image {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  width: 150px;
  height: auto;
  border: 3px solid #eee;
}

/* Divider Style */
.divider {
  height: 1rem;
  background: linear-gradient(to right, transparent, #ffffff, transparent);
  margin: 30px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 20px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .leader-image {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
/* Google Font import (agar already import nahin) */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

/* Sirf Support section ka font Montserrat set karna */
.support-section {
  font-family: "Montserrat", sans-serif !important;
}

/* Home content pe Montserrat font apply karna */
/* Aap chahein to selectors adjust kar sakte hain */
.hero-slideshow,
.sermon-player,
.video-hero,
.more-video,
.articles-section,
.feature-section,
.cta-section {
  font-family: "Montserrat", sans-serif !important;
}