/* ABOUT PAGE */

/* COMMISSION SECTION */

.commission {
  background: #d6d6d6;
  margin-top: 7rem;

  padding: 3rem 1rem;
  font-family: "Georgia", serif;
  line-height: 1.8;
  color: #333;
  font-style: italic;
}
/* 
.commission .container {
  max-width: 100rem;
  margin: auto;
} */

.common-heading {
  font-size: 4.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  text-align: center;
}

.commission h2 {
  margin-top: 2.8rem;
  color: #003b73;
  font-size: 2.2rem;
  border-bottom: 2px solid #74c0fc;
  padding-bottom: 0.5rem;
}

.commission p {
  font-size: 2rem;
  margin: 1rem 0;
}

.commission blockquote {
  font-size: 1.8rem;
  font-style: italic;
  border-left: 4px solid #74c0fc;
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: #555;
  background: rgba(116, 192, 252, 0.05);
}

.commission .scripture {
  font-size: 1.6rem;
  text-align: center;
  font-style: italic;
  margin: 2rem 0;
  color: #444;
}

.commission .scripture span {
  display: block;
  margin-top: 0.5rem;
  font-weight: bold;
  color: #003b73;
}

.beliefs-list {
  list-style: none;
}

.beliefs-items {
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  border-left: 4px solid #74c0fc;
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: #555;
  background: rgba(116, 192, 252, 0.05);
}

/* GIVE SECTION */
.section-give {
  padding-top: 10rem;
}

.give {
  text-align: center;
}

.give-heading {
  font-size: 4.2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 2rem;
}

.give-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  color: #4c4c4c;
  margin-bottom: 3.2rem;
  font-style: italic;
}

.give-subtext {
  font-size: 1.8rem;
  font-weight: 500;
  color: #666666;
}

.how {
  padding: 6rem 0 4rem 0;
}

.how-heading {
  font-size: 4.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #003b73;
  font-style: italic;
  text-align: center;
  margin-bottom: 2rem;
}

.giving-section {
  background: #f8f9fa; /* soft off-white */
  padding: 4rem 3.2rem;
  text-align: center;
}

.accounts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  column-gap: 2rem;
  row-gap: 3rem;
}

.account-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 2rem;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  cursor: pointer;
}

.account-card:hover {
  transform: translateY(-5px);
  border-color: #4dabf7; /* highlight with brand blue */
}

.account-title {
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  color: #4dabf7;
  margin-bottom: 1rem;
}

.bank-name,
.account-name,
.account-number {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 1rem;
}

/* SERMON SECTION */

.section-sermon {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/media.jpg);
  height: 50vh;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 6rem;
}

.sermon-heading {
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  text-align: center;
  padding-top: 5rem;
}

.sermon {
  padding: 4rem 0 9.6rem 0;
  text-align: center;
}

.sermon-text {
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8rem;
}

.sermon-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  row-gap: 6rem;
}

.sermon-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  border: 2px solid #333;
  border-radius: 9px;
  padding: 6rem;
}

.content-name {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
}

.sermon-content i {
  font-size: 5.2rem;
}

/* Facebook */
.fa-facebook {
  color: #1877f2;
}

/* Instagram */
.fa-instagram {
  color: #e1306c;
}

/* TikTok */
.fa-phone-volume {
  color: #000;
}

/* YouTube */
.fa-youtube {
  color: #ff0000;
}

.fa-facebook:hover {
  color: #0d65d9;
}

.fa-instagram:hover {
  color: #fd1d1d;
}

.fa-phone-volume:hover {
  color: #69c9d0;
}

.fa-youtube:hover {
  color: #cc0000;
}

/* MINISTRY PAGE */

.outreach-section {
  padding-top: 6rem;
}

.outreach-header {
  text-align: center;
  margin-bottom: 2rem;
}

.hos-header {
  font-size: 5.2rem;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  color: #1e3a8a;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.hos-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #555;
}

.outreach-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.outreach-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.outreach-card:hover {
  transform: translateY(-5px);
}

.outreach-card img {
  width: 100%;
}

.outreach-card .content {
  padding: 1rem;
}

.content-heading {
  margin: 0;
  font-size: 1.8rem;
  font-style: italic;
  text-transform: uppercase;
  color: #1e3a8a;
}

.content-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
  margin-top: 0.5rem;
}

.impact-section {
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 4rem;
}

.impact-section h2 {
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.impact-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  cursor: pointer;
}

.stat {
  background: #1e3a8a;
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  width: 180px;
}

.stat h4 {
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
}

.stat p {
  margin: 0.3rem 0 0;
  font-size: 1.2rem;
}
