/* =========================================================
   HERO SECTION
   Main full-width hero area using your uploaded hero image
   ========================================================= */

.custom-hero-section {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  background-color: #0B0B0B;
  background-image: url('/images/main-hero.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* =========================================================
   HERO OVERLAY
   Dark overlay for text readability
   ========================================================= */

.custom-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(11, 11, 11, 0.82) 0%,
      rgba(11, 11, 11, 0.68) 38%,
      rgba(11, 11, 11, 0.42) 65%,
      rgba(11, 11, 11, 0.30) 100%
    );
  z-index: 1;
}

/* =========================================================
   HERO INNER WRAP
   Keeps content centered and constrained
   ========================================================= */

.custom-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================================================
   HERO CONTENT
   Left-aligned text block for strong readability
   ========================================================= */

.custom-hero-content {
  max-width: 650px;
  text-align: center;
}

/* =========================================================
   HERO KICKER
   Small intro line above main heading
   ========================================================= */

.custom-hero-kicker {
  margin: 0 0 18px 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4A94F;
}

/* =========================================================
   HERO TITLE
   Main headline
   ========================================================= */

.custom-hero-title {
  margin: 0 0 24px 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 700;
  color: #FFFFFF;
}

/* =========================================================
   HERO SUBTITLE
   Supporting statement below title
   ========================================================= */

.custom-hero-subtitle {
  margin: 0 0 32px 0;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #F7F5F2;
  max-width: 600px;
}

/* =========================================================
   HERO BUTTON GROUP
   Keeps buttons aligned nicely
   ========================================================= */

.custom-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

/* =========================================================
   BASE BUTTON STYLES
   Shared styles for both hero buttons
   ========================================================= */

.custom-hero-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.3s ease;
}

/* =========================================================
   PRIMARY BUTTON
   Gold button for strongest CTA
   ========================================================= */

.custom-hero-btn-primary {
  background-color: #D4A94F;
  color: #0B0B0B;
  border: 2px solid #D4A94F;
}

.custom-hero-btn-primary:hover,
.custom-hero-btn-primary:focus {
  background-color: #E8C27A;
  border-color: #E8C27A;
  color: #0B0B0B;
}

/* =========================================================
   SECONDARY BUTTON
   Transparent button with gold outline
   ========================================================= */

.custom-hero-btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #D4A94F;
}

.custom-hero-btn-secondary:hover,
.custom-hero-btn-secondary:focus {
  background-color: #D4A94F;
  color: #0B0B0B;
}

/* =========================================================
   TABLET RESPONSIVE STYLES
   Adjust spacing and text sizes for medium screens
   ========================================================= */

@media (max-width: 991.98px) {
  .custom-hero-section {
    min-height: 620px;
    padding: 90px 20px;
    background-position: center center;
  }

  .custom-hero-content {
    max-width: 580px;
  }

  .custom-hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.65;
  }
}

/* =========================================================
   MOBILE RESPONSIVE STYLES
   Keeps text readable and buttons stacked nicely
   ========================================================= */

@media (max-width: 767.98px) {
  .custom-hero-section {
    min-height: 560px;
    padding: 80px 20px;
    align-items: center;
  }

  .custom-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(11, 11, 11, 0.72) 0%,
        rgba(11, 11, 11, 0.78) 45%,
        rgba(11, 11, 11, 0.88) 100%
      );
  }

  .custom-hero-content {
    max-width: 100%;
    text-align: left;
  }

  .custom-hero-kicker {
    font-size: 0.85rem;
    margin-bottom: 14px;
  }

  .custom-hero-title {
    margin-bottom: 18px;
  }

  .custom-hero-subtitle {
    margin-bottom: 26px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .custom-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-hero-btn {
    width: 100%;
    text-align: center;
  }
}
/* =========================================================
   ABOUT / INTRO SECTION (DARK VERSION)
   Optimal Community Development Services
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION WRAPPER
   Black background to match your site
   --------------------------------------------------------- */
.ocds-intro-section {
  background-color: #000000 !important;
  padding: 80px 20px !important;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   REMOVE ANY TEMPLATE OVERLAYS
   --------------------------------------------------------- */
.ocds-intro-section::before,
.ocds-intro-section::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
   HEADING AREA
   --------------------------------------------------------- */
.ocds-intro-heading {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

/* ---------------------------------------------------------
   KICKER TEXT
   --------------------------------------------------------- */
.ocds-intro-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3BABB0 !important;
}

/* ---------------------------------------------------------
   MAIN TITLE (WHITE FOR DARK BG)
   --------------------------------------------------------- */
.ocds-intro-title {
  margin: 0 0 18px 0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff !important;
}

/* ---------------------------------------------------------
   INTRO TEXT (LIGHT GRAY FOR READABILITY)
   --------------------------------------------------------- */
.ocds-intro-text {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #d1d5db !important;
}

/* ---------------------------------------------------------
   GRID LAYOUT
   --------------------------------------------------------- */
.ocds-intro-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* ---------------------------------------------------------
   CARDS (STAY WHITE)
   --------------------------------------------------------- */
.ocds-intro-card {
  background-color: #E8D8A8 !important;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  border: 1px solid rgba(59, 171, 176, 0.15);
  position: relative;
  z-index: 3;
}

/* ---------------------------------------------------------
   CARD TITLES (DARK TEXT)
   --------------------------------------------------------- */
.ocds-intro-card h3 {
  margin: 0 0 14px 0;
  font-size: 1.7rem;
  line-height: 1.25;
  color: #1f2a37 !important;
}

/* ---------------------------------------------------------
   CARD TEXT
   --------------------------------------------------------- */
.ocds-intro-card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #5b6470 !important;
}

/* ---------------------------------------------------------
   TABLET (2 COLUMNS)
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .ocds-intro-section {
    padding: 70px 20px !important;
  }

  .ocds-intro-title {
    font-size: 2rem;
  }

  .ocds-intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------------------------
   MOBILE (1 COLUMN)
   --------------------------------------------------------- */
@media (max-width: 767px) {
  .ocds-intro-section {
    padding: 60px 20px !important;
  }

  .ocds-intro-heading {
    margin-bottom: 35px;
  }

  .ocds-intro-title {
    font-size: 1.7rem;
  }

  .ocds-intro-text {
    font-size: 1rem;
  }

  .ocds-intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ocds-intro-card {
    padding: 24px 20px;
  }

  .ocds-intro-card h3 {
    font-size: 1.45rem;
  }

  .ocds-intro-card p {
    font-size: 1rem;
  }
}
/* =========================================================
   HOW IT WORKS SECTION
   Optimal Community Development Services
   Dark version for black site background
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION WRAPPER
   --------------------------------------------------------- */
.ocds-process-section {
  background-color: #000000 !important;
  padding: 80px 20px !important;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   REMOVE ANY TEMPLATE OVERLAYS
   --------------------------------------------------------- */
.ocds-process-section::before,
.ocds-process-section::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
   HEADING AREA
   --------------------------------------------------------- */
.ocds-process-heading {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

/* ---------------------------------------------------------
   KICKER TEXT
   --------------------------------------------------------- */
.ocds-process-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3BABB0 !important;
}

/* ---------------------------------------------------------
   MAIN TITLE
   --------------------------------------------------------- */
.ocds-process-title {
  margin: 0 0 18px 0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff !important;
}

/* ---------------------------------------------------------
   INTRO TEXT
   --------------------------------------------------------- */
.ocds-process-text {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #d1d5db !important;
}

/* ---------------------------------------------------------
   PROCESS GRID
   Desktop: 4 columns
   --------------------------------------------------------- */
.ocds-process-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* ---------------------------------------------------------
   PROCESS CARD
   --------------------------------------------------------- */
.ocds-process-card {
  background-color: #E8D8A8 !important;
  border-radius: 18px;
  padding: 32px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  border: 1px solid rgba(59, 171, 176, 0.15);
  position: relative;
  z-index: 3;
}

/* ---------------------------------------------------------
   STEP NUMBER CIRCLE
   --------------------------------------------------------- */
.ocds-process-number {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background-color: #3BABB0 !important;
  color: #ffffff !important;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ---------------------------------------------------------
   CARD TITLE
   --------------------------------------------------------- */
.ocds-process-card h3 {
  margin: 0 0 14px 0;
  font-size: 1.45rem;
  line-height: 1.3;
  color: #1f2a37 !important;
}

/* ---------------------------------------------------------
   CARD TEXT
   --------------------------------------------------------- */
.ocds-process-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #5b6470 !important;
}

/* ---------------------------------------------------------
   LARGE TABLET
   2 columns
   --------------------------------------------------------- */
@media (max-width: 1199px) {
  .ocds-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .ocds-process-section {
    padding: 70px 20px !important;
  }

  .ocds-process-title {
    font-size: 2rem;
  }

  .ocds-process-heading {
    margin-bottom: 40px;
  }
}

/* ---------------------------------------------------------
   MOBILE
   1 column
   --------------------------------------------------------- */
@media (max-width: 767px) {
  .ocds-process-section {
    padding: 60px 20px !important;
  }

  .ocds-process-title {
    font-size: 1.7rem;
  }

  .ocds-process-text {
    font-size: 1rem;
  }

  .ocds-process-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ocds-process-card {
    padding: 24px 20px;
  }

  .ocds-process-card h3 {
    font-size: 1.3rem;
  }

  .ocds-process-card p {
    font-size: 1rem;
  }

  .ocds-process-number {
    width: 52px;
    height: 52px;
    font-size: 1.1rem;
  }
}
/* =========================================================
   WHO WE HELP SECTION
   Optimal Community Development Services
   Dark version for black site background
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION WRAPPER
   --------------------------------------------------------- */
.ocds-help-section {
  background-color: #000000 !important;
  padding: 80px 20px !important;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   REMOVE ANY TEMPLATE OVERLAYS
   --------------------------------------------------------- */
.ocds-help-section::before,
.ocds-help-section::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
   HEADING AREA
   --------------------------------------------------------- */
.ocds-help-heading {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

/* ---------------------------------------------------------
   KICKER TEXT
   --------------------------------------------------------- */
.ocds-help-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3BABB0 !important;
}

/* ---------------------------------------------------------
   MAIN TITLE
   --------------------------------------------------------- */
.ocds-help-title {
  margin: 0 0 18px 0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff !important;
}

/* ---------------------------------------------------------
   INTRO TEXT
   --------------------------------------------------------- */
.ocds-help-text {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #d1d5db !important;
}

/* ---------------------------------------------------------
   CARD GRID
   Desktop: 2 columns
   --------------------------------------------------------- */
.ocds-help-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* ---------------------------------------------------------
   INDIVIDUAL CARD
   --------------------------------------------------------- */
.ocds-help-card {
  background-color: #E8D8A8 !important;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  border-left: 5px solid #3BABB0;
  border-top: 1px solid rgba(59, 171, 176, 0.12);
  border-right: 1px solid rgba(59, 171, 176, 0.12);
  border-bottom: 1px solid rgba(59, 171, 176, 0.12);
  position: relative;
  z-index: 3;
}

/* ---------------------------------------------------------
   CARD TITLES
   --------------------------------------------------------- */
.ocds-help-card h3 {
  margin: 0 0 14px 0;
  font-size: 1.55rem;
  line-height: 1.3;
  color: #1f2a37 !important;
}

/* ---------------------------------------------------------
   CARD TEXT
   --------------------------------------------------------- */
.ocds-help-card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #5b6470 !important;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .ocds-help-section {
    padding: 70px 20px !important;
  }

  .ocds-help-title {
    font-size: 2rem;
  }

  .ocds-help-heading {
    margin-bottom: 40px;
  }
}

/* ---------------------------------------------------------
   MOBILE
   1 column
   --------------------------------------------------------- */
@media (max-width: 767px) {
  .ocds-help-section {
    padding: 60px 20px !important;
  }

  .ocds-help-title {
    font-size: 1.7rem;
  }

  .ocds-help-text {
    font-size: 1rem;
  }

  .ocds-help-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ocds-help-card {
    padding: 24px 20px;
  }

  .ocds-help-card h3 {
    font-size: 1.35rem;
  }

  .ocds-help-card p {
    font-size: 1rem;
  }
}
/* =========================================================
   SERVICES SECTION
   Optimal Community Development Services
   Black background + soft gold cards
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION WRAPPER
   --------------------------------------------------------- */
.ocds-services-section {
  background-color: #000000 !important;
  padding: 80px 20px !important;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   REMOVE ANY TEMPLATE OVERLAYS
   --------------------------------------------------------- */
.ocds-services-section::before,
.ocds-services-section::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
   HEADING AREA
   --------------------------------------------------------- */
.ocds-services-heading {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

/* ---------------------------------------------------------
   KICKER TEXT
   --------------------------------------------------------- */
.ocds-services-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3BABB0 !important;
}

/* ---------------------------------------------------------
   MAIN TITLE
   --------------------------------------------------------- */
.ocds-services-title {
  margin: 0 0 18px 0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff !important;
}

/* ---------------------------------------------------------
   INTRO TEXT
   --------------------------------------------------------- */
.ocds-services-text {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #d1d5db !important;
}

/* ---------------------------------------------------------
   SERVICES GRID
   Desktop: 3 columns
   --------------------------------------------------------- */
.ocds-services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* ---------------------------------------------------------
   SERVICE CARD
   --------------------------------------------------------- */
.ocds-service-card {
  background-color: #E8D8A8 !important;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

/* ---------------------------------------------------------
   CARD TITLE
   --------------------------------------------------------- */
.ocds-service-card h3 {
  margin: 0 0 14px 0;
  font-size: 1.45rem;
  line-height: 1.3;
  color: #1f2a37 !important;
}

/* ---------------------------------------------------------
   CARD TEXT
   --------------------------------------------------------- */
.ocds-service-card p {
  margin: 0 0 20px 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #3f3f3f !important;
}

/* ---------------------------------------------------------
   LINK AT BOTTOM OF CARD
   --------------------------------------------------------- */
.ocds-service-link {
  margin-top: auto;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #1f2a37 !important;
  border-bottom: 2px solid #3BABB0;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.ocds-service-link:hover {
  color: #000000 !important;
  border-bottom-color: #000000;
  text-decoration: none;
}

/* ---------------------------------------------------------
   LARGE TABLET
   2 columns
   --------------------------------------------------------- */
@media (max-width: 1199px) {
  .ocds-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .ocds-services-section {
    padding: 70px 20px !important;
  }

  .ocds-services-title {
    font-size: 2rem;
  }

  .ocds-services-heading {
    margin-bottom: 40px;
  }
}

/* ---------------------------------------------------------
   MOBILE
   1 column
   --------------------------------------------------------- */
@media (max-width: 767px) {
  .ocds-services-section {
    padding: 60px 20px !important;
  }

  .ocds-services-title {
    font-size: 1.7rem;
  }

  .ocds-services-text {
    font-size: 1rem;
  }

  .ocds-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ocds-service-card {
    padding: 24px 20px;
  }

  .ocds-service-card h3 {
    font-size: 1.3rem;
  }

  .ocds-service-card p {
    font-size: 1rem;
  }
}
/* =========================================================
   WHY CHOOSE US SECTION
   Optimal Community Development Services
   Black background + soft gold box
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION WRAPPER
   --------------------------------------------------------- */
.ocds-why-section {
  background-color: #000000 !important;
  padding: 80px 20px !important;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   REMOVE ANY TEMPLATE OVERLAYS
   --------------------------------------------------------- */
.ocds-why-section::before,
.ocds-why-section::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
   MAIN TWO-COLUMN LAYOUT
   --------------------------------------------------------- */
.ocds-why-wrap {
  display: grid !important;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 40px;
  align-items: center;
}

/* ---------------------------------------------------------
   LEFT CONTENT AREA
   --------------------------------------------------------- */
.ocds-why-content {
  position: relative;
  z-index: 3;
}

/* ---------------------------------------------------------
   KICKER TEXT
   --------------------------------------------------------- */
.ocds-why-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3BABB0 !important;
}

/* ---------------------------------------------------------
   MAIN TITLE
   --------------------------------------------------------- */
.ocds-why-title {
  margin: 0 0 18px 0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff !important;
}

/* ---------------------------------------------------------
   BODY TEXT
   --------------------------------------------------------- */
.ocds-why-text {
  margin: 0 0 24px 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #d1d5db !important;
  max-width: 700px;
}

/* ---------------------------------------------------------
   BENEFITS LIST
   --------------------------------------------------------- */
.ocds-why-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ocds-why-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #ffffff !important;
}

.ocds-why-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #3BABB0 !important;
  font-size: 1.4rem;
  line-height: 1;
}

/* ---------------------------------------------------------
   RIGHT FEATURE BOX
   --------------------------------------------------------- */
.ocds-why-box {
  background-color: #E8D8A8 !important;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
}

.ocds-why-box h3 {
  margin: 0 0 14px 0;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #1f2a37 !important;
}

.ocds-why-box p {
  margin: 0 0 24px 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #3f3f3f !important;
}

/* ---------------------------------------------------------
   BUTTON
   --------------------------------------------------------- */
.ocds-why-button {
  display: inline-block;
  padding: 14px 26px;
  background-color: #3BABB0 !important;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.ocds-why-button:hover {
  background-color: #2f8f93 !important;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
}

/* ---------------------------------------------------------
   LARGE TABLET / SMALL DESKTOP
   --------------------------------------------------------- */
@media (max-width: 1199px) {
  .ocds-why-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ocds-why-box {
    max-width: 600px;
  }
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .ocds-why-section {
    padding: 70px 20px !important;
  }

  .ocds-why-title {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */
@media (max-width: 767px) {
  .ocds-why-section {
    padding: 60px 20px !important;
  }

  .ocds-why-title {
    font-size: 1.7rem;
  }

  .ocds-why-text {
    font-size: 1rem;
  }

  .ocds-why-list li {
    font-size: 1rem;
    padding-left: 24px;
  }

  .ocds-why-box {
    padding: 26px 22px;
  }

  .ocds-why-box h3 {
    font-size: 1.35rem;
  }

  .ocds-why-box p {
    font-size: 1rem;
  }

  .ocds-why-button {
    width: 100%;
    text-align: center;
  }
}
/* =========================================================
   RESOURCES SECTION
   Optimal Community Development Services
   Black background + soft gold cards
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION WRAPPER
   --------------------------------------------------------- */
.ocds-resources-section {
  background-color: #000000 !important;
  padding: 80px 20px !important;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   REMOVE ANY TEMPLATE OVERLAYS
   --------------------------------------------------------- */
.ocds-resources-section::before,
.ocds-resources-section::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
   HEADING AREA
   --------------------------------------------------------- */
.ocds-resources-heading {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

/* ---------------------------------------------------------
   KICKER TEXT
   --------------------------------------------------------- */
.ocds-resources-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3BABB0 !important;
}

/* ---------------------------------------------------------
   MAIN TITLE
   --------------------------------------------------------- */
.ocds-resources-title {
  margin: 0 0 18px 0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff !important;
}

/* ---------------------------------------------------------
   INTRO TEXT
   --------------------------------------------------------- */
.ocds-resources-text {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #d1d5db !important;
}

/* ---------------------------------------------------------
   RESOURCES GRID
   Desktop: 3 columns
   --------------------------------------------------------- */
.ocds-resources-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* ---------------------------------------------------------
   RESOURCE CARD
   --------------------------------------------------------- */
.ocds-resource-card {
  background-color: #E8D8A8 !important;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
}

/* ---------------------------------------------------------
   RESOURCE TITLE
   --------------------------------------------------------- */
.ocds-resource-card h3 {
  margin: 0 0 14px 0;
  font-size: 1.4rem;
  line-height: 1.3;
}

.ocds-resource-card h3 a {
  color: #1f2a37 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ocds-resource-card h3 a:hover {
  color: #3BABB0 !important;
  text-decoration: none;
}

/* ---------------------------------------------------------
   RESOURCE TEXT
   --------------------------------------------------------- */
.ocds-resource-card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #3f3f3f !important;
}

/* ---------------------------------------------------------
   LARGE TABLET
   2 columns
   --------------------------------------------------------- */
@media (max-width: 1199px) {
  .ocds-resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .ocds-resources-section {
    padding: 70px 20px !important;
  }

  .ocds-resources-title {
    font-size: 2rem;
  }

  .ocds-resources-heading {
    margin-bottom: 40px;
  }
}

/* ---------------------------------------------------------
   MOBILE
   1 column
   --------------------------------------------------------- */
@media (max-width: 767px) {
  .ocds-resources-section {
    padding: 60px 20px !important;
  }

  .ocds-resources-title {
    font-size: 1.7rem;
  }

  .ocds-resources-text {
    font-size: 1rem;
  }

  .ocds-resources-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ocds-resource-card {
    padding: 24px 20px;
  }

  .ocds-resource-card h3 {
    font-size: 1.28rem;
  }

  .ocds-resource-card p {
    font-size: 1rem;
  }
}
/* =========================================================
   FINAL CTA SECTION
   Optimal Community Development Services
   Black background + centered CTA
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION WRAPPER
   --------------------------------------------------------- */
.ocds-final-cta-section {
  background-color: #000000 !important;
  padding: 90px 20px 100px !important;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   REMOVE ANY TEMPLATE OVERLAYS
   --------------------------------------------------------- */
.ocds-final-cta-section::before,
.ocds-final-cta-section::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
   CTA BOX
   --------------------------------------------------------- */
.ocds-final-cta-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 30px;
  border-top: 1px solid rgba(232, 216, 168, 0.30);
}

/* ---------------------------------------------------------
   KICKER TEXT
   --------------------------------------------------------- */
.ocds-final-cta-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3BABB0 !important;
}

/* ---------------------------------------------------------
   MAIN TITLE
   --------------------------------------------------------- */
.ocds-final-cta-title {
  margin: 0 0 18px 0;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #ffffff !important;
}

/* ---------------------------------------------------------
   BODY TEXT
   --------------------------------------------------------- */
.ocds-final-cta-text {
  max-width: 760px;
  margin: 0 auto 30px auto;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #d1d5db !important;
}

/* ---------------------------------------------------------
   BUTTON WRAP
   --------------------------------------------------------- */
.ocds-final-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------------------------------------------------------
   BASE BUTTON STYLE
   --------------------------------------------------------- */
.ocds-final-cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ---------------------------------------------------------
   PRIMARY BUTTON
   --------------------------------------------------------- */
.ocds-final-cta-button-primary {
  background-color: #3BABB0 !important;
  color: #ffffff !important;
  border: 2px solid #3BABB0;
}

.ocds-final-cta-button-primary:hover {
  background-color: #2f8f93 !important;
  border-color: #2f8f93;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
}

/* ---------------------------------------------------------
   SECONDARY BUTTON
   --------------------------------------------------------- */
.ocds-final-cta-button-secondary {
  background-color: transparent !important;
  color: #E8D8A8 !important;
  border: 2px solid #E8D8A8;
}

.ocds-final-cta-button-secondary:hover {
  background-color: #E8D8A8 !important;
  color: #000000 !important;
  text-decoration: none;
  transform: translateY(-2px);
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .ocds-final-cta-section {
    padding: 75px 20px 85px !important;
  }

  .ocds-final-cta-title {
    font-size: 2.1rem;
  }

  .ocds-final-cta-box {
    padding: 30px 20px;
  }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */
@media (max-width: 767px) {
  .ocds-final-cta-section {
    padding: 60px 20px 70px !important;
  }

  .ocds-final-cta-title {
    font-size: 1.75rem;
  }

  .ocds-final-cta-text {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .ocds-final-cta-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .ocds-final-cta-button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
/* =========================================================
   MANUAL IMAGE SLIDESHOW SECTION
   Optimal Community Development Services
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION WRAPPER
   --------------------------------------------------------- */
.ocds-gallery-section {
  background-color: #000000 !important;
  padding: 90px 20px !important;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   REMOVE ANY TEMPLATE OVERLAYS
   --------------------------------------------------------- */
.ocds-gallery-section::before,
.ocds-gallery-section::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
   HEADING AREA
   --------------------------------------------------------- */
.ocds-gallery-heading {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.ocds-gallery-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3BABB0 !important;
}

.ocds-gallery-title {
  margin: 0 0 18px 0;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #ffffff !important;
}

.ocds-gallery-text {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #d1d5db !important;
}

/* ---------------------------------------------------------
   OUTER SHELL
   --------------------------------------------------------- */
.ocds-gallery-shell {
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------------------------------------------------------
   MAIN STAGE
   --------------------------------------------------------- */
.ocds-gallery-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

/* ---------------------------------------------------------
   PREV / NEXT BUTTONS
   --------------------------------------------------------- */
.ocds-gallery-nav {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(232, 216, 168, 0.55);
  border-radius: 50%;
  background-color: rgba(232, 216, 168, 0.12) !important;
  color: #E8D8A8 !important;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 0 0 auto;
}

.ocds-gallery-nav:hover {
  background-color: #E8D8A8 !important;
  color: #000000 !important;
  transform: translateY(-2px);
}

/* ---------------------------------------------------------
   VIEWER WINDOW
   --------------------------------------------------------- */
.ocds-gallery-slide-window {
  position: relative;
  width: 100%;
  max-width: 535px;

  /* Portrait aspect ratio */
  aspect-ratio: 1530 / 1979;

  margin: 0 auto;

  background: linear-gradient(
    145deg,
    rgba(232,216,168,0.10),
    rgba(255,255,255,0.03)
  );

  border: 1px solid rgba(232, 216, 168, 0.25);
  border-radius: 28px;
  padding: 20px;

  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(232, 216, 168, 0.08) inset;

  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------------------------------
   SLIDES WRAPPER
   --------------------------------------------------------- */
.ocds-gallery-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------
   INDIVIDUAL SLIDE
   --------------------------------------------------------- */
.ocds-gallery-slide {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  animation: ocdsFadeIn 0.45s ease;
}

.ocds-gallery-slide.active {
  display: block;
}

/* ---------------------------------------------------------
   MAIN IMAGE
   Around 60% of original visual size target
   --------------------------------------------------------- */
.ocds-gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;

  object-fit: contain;

  border-radius: 18px;
  background-color: #111111;

  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(232, 216, 168, 0.16);
}

/* ---------------------------------------------------------
   COUNTER
   --------------------------------------------------------- */
.ocds-gallery-meta {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.ocds-gallery-counter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background-color: rgba(232, 216, 168, 0.10);
  border: 1px solid rgba(232, 216, 168, 0.22);
  color: #E8D8A8 !important;
  font-weight: 700;
  letter-spacing: 1px;
}

.ocds-gallery-counter-sep {
  opacity: 0.7;
}

/* ---------------------------------------------------------
   THUMBNAILS STRIP
   --------------------------------------------------------- */
.ocds-gallery-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 6px 4px 10px;
  scrollbar-width: thin;
  scrollbar-color: #3BABB0 #111111;
}

.ocds-gallery-thumb {
  flex: 0 0 auto;
  width: 76px;
  height: 98px;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid transparent;
  background-color: transparent !important;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.72;
}

.ocds-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #111111;
}

.ocds-gallery-thumb.active {
  border-color: #3BABB0;
  opacity: 1;
  box-shadow: 0 8px 22px rgba(59, 171, 176, 0.28);
}

.ocds-gallery-thumb:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* ---------------------------------------------------------
   ANIMATION
   --------------------------------------------------------- */
@keyframes ocdsFadeIn {
  from {
    opacity: 0;
    transform: scale(0.985);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .ocds-gallery-section {
    padding: 75px 20px !important;
  }

  .ocds-gallery-title {
    font-size: 2.05rem;
  }

  .ocds-gallery-stage {
    gap: 14px;
  }

  .ocds-gallery-slide-window {
    min-height: 600px;
    padding: 18px;
  }

  .ocds-gallery-slide img {
    max-width: 100%;
    max-height: 70vh;
  }

  .ocds-gallery-nav {
    width: 52px;
    height: 52px;
    font-size: 1.45rem;
  }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */
@media (max-width: 767px) {
  .ocds-gallery-section {
    padding: 60px 16px !important;
  }

  .ocds-gallery-title {
    font-size: 1.75rem;
  }

  .ocds-gallery-text {
    font-size: 1rem;
  }

  .ocds-gallery-stage {
    display: block;
    position: relative;
  }

  .ocds-gallery-slide-window {
    min-height: auto;
    padding: 14px;
    border-radius: 20px;
  }

  .ocds-gallery-slide img {
    max-width: 100%;
    max-height: 68vh;
    border-radius: 14px;
  }

  .ocds-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 46px;
    height: 46px;
    font-size: 1.25rem;
    background-color: rgba(0, 0, 0, 0.55) !important;
    border-color: rgba(232, 216, 168, 0.5);
  }

  .ocds-gallery-prev {
    left: 8px;
  }

  .ocds-gallery-next {
    right: 8px;
  }

  .ocds-gallery-nav:hover {
    transform: translateY(-50%);
  }

  .ocds-gallery-thumb {
    width: 62px;
    height: 82px;
  }

  .ocds-gallery-counter {
    font-size: 0.95rem;
  }
}
@media (max-width: 767px) {
  .ocds-gallery-slide-window {
    max-width: 100%;
    aspect-ratio: auto;
    max-height: 75vh;
  }
}
/* =========================================================
   MAIN FOOTER
   Optimal Community Support Services
   Background: #171717
   ========================================================= */

.main-footer {
  background-color: #171717;
  color: #cccccc;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #2a2a2a;
}

/* =========================================================
   CTA STRIP
   ========================================================= */

.footer-cta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 40px;
  text-align: center;
  border-bottom: 1px solid #2a2a2a;
}

.footer-cta h3 {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}

.footer-btn {
  display: inline-block;
  background-color: #3babb0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 999px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.footer-btn:hover,
.footer-btn:focus {
  background-color: transparent;
  border-color: #e6c27a;
  color: #e6c27a;
  text-decoration: none;
}

/* =========================================================
   FOOTER MAIN CONTENT AREA
   ========================================================= */

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 20px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

/* =========================================================
   INDIVIDUAL FOOTER COLUMNS
   ========================================================= */

.footer-col h4 {
  margin: 0 0 18px;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

.footer-col p {
  margin: 0 0 14px;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #cccccc;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #3babb0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover,
.footer-col a:focus {
  color: #e6c27a;
  text-decoration: none;
}

/* =========================================================
   CONTACT INFO SPACING
   ========================================================= */

.footer-col p:last-child,
.footer-col ul li:last-child {
  margin-bottom: 0;
}

/* =========================================================
   BOTTOM BAR
   ========================================================= */

.footer-bottom {
  border-top: 1px solid #2a2a2a;
  padding: 20px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #9f9f9f;
}

/* =========================================================
   OPTIONAL SMALL TEXT LINKS IN BOTTOM BAR
   If you later add Privacy Policy / Terms links
   ========================================================= */

.footer-bottom a {
  color: #3babb0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
  color: #e6c27a;
  text-decoration: none;
}

/* =========================================================
   TABLET STYLES
   2 columns
   ========================================================= */

@media (max-width: 991.98px) {
  .footer-cta {
    padding: 45px 20px 35px;
  }

  .footer-cta h3 {
    font-size: 1.75rem;
  }

  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
    padding: 45px 20px 35px;
  }
}

/* =========================================================
   MOBILE STYLES
   1 column
   ========================================================= */

@media (max-width: 767.98px) {
  .footer-cta {
    padding: 40px 18px 30px;
  }

  .footer-cta h3 {
    font-size: 1.45rem;
  }

  .footer-btn {
    width: 100%;
    max-width: 280px;
    padding: 14px 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 18px 30px;
  }

  .footer-col h4 {
    margin-bottom: 14px;
    font-size: 1.05rem;
  }

  .footer-col p,
  .footer-col ul li {
    font-size: 0.96rem;
  }

  .footer-bottom {
    padding: 18px 15px;
  }

  .footer-bottom p {
    font-size: 0.88rem;
  }
}
/* =========================================================
   RESOURCE IMAGE ICONS
   ========================================================= */

.ocds-resource-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  background: #f3ede4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ocds-resource-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Optional: soften look */
.ocds-resource-icon img {
  border-radius: 12px;
}
/* =========================================================
   MEET THE FOUNDER SECTION
   IMAGE CONTROLS HEIGHT
   ========================================================= */

.ocds-founder-section {
  position: relative;
  width: 100%;
  background: #000000;
  overflow: hidden;
}

/* The image stays in normal flow and determines section height */
.ocds-founder-bg {
  display: block;
  width: 100%;
  height: suto%;
}

/* Overlay covers the image */
.ocds-founder-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Entire text layer sits on top of image and does NOT affect height */
.ocds-founder-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* Re-enable pointer events for actual content */
.ocds-founder-copy {
  max-width: 860px;
  margin: 220px auto 0;
  pointer-events: auto;
}

/* Title */
.ocds-founder-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}

/* Card */
.ocds-founder-card {
  background: rgba(0, 0, 0, 0.50);
  border-radius: 18px;
  padding: 34px;
  color: #f2f2f2;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

/* Name */
.ocds-founder-name {
  margin: 0 0 14px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #ffffff;
}

/* Quotes */
.ocds-founder-quote {
  margin: 0 0 10px;
  font-style: italic;
  font-weight: 500;
  color: #e4c36a;
}

/* Paragraphs */
.ocds-founder-card p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #f1f1f1;
}

/* Highlight */
.ocds-founder-highlight {
  font-weight: 700;
  color: #ffffff;
}

/* Subtitle */
.ocds-founder-subtitle {
  margin: 28px 0 14px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #e4c36a;
}

/* List */
.ocds-founder-list {
  margin: 0 0 18px;
  padding-left: 20px;
}

.ocds-founder-list li {
  margin-bottom: 10px;
  line-height: 1.65;
  color: #f1f1f1;
}

/* Verse */
.ocds-founder-verse {
  margin-top: 20px;
  font-weight: 600;
  color: #e4c36a;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .ocds-founder-copy {
    margin-top: 50px;
    max-width: 92%;
  }

  .ocds-founder-title {
    font-size: 2.2rem;
  }

  .ocds-founder-card {
    padding: 26px 22px;
  }
}

@media (max-width: 767px) {
  .ocds-founder-copy {
    margin-top: 30px;
    max-width: 94%;
  }

  .ocds-founder-title {
    font-size: 1.9rem;
  }

  .ocds-founder-name {
    font-size: 1.45rem;
  }

  .ocds-founder-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .ocds-founder-card p,
  .ocds-founder-list li {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}
/* =========================================================
   CORE VALUES SECTION
   ========================================================= */

.ocds-values-section {
  background-color: #000000;
  padding: 90px 20px;
}

/* Main 2-column layout */
.ocds-values-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

/* ---------------------------------------------------------
   LEFT CONTENT
   --------------------------------------------------------- */

.ocds-values-content {
  color: #f5f5f5;
}

.ocds-values-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8b865;
}

.ocds-values-title {
  margin: 0 0 18px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}

.ocds-values-intro {
  max-width: 640px;
  margin-bottom: 30px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d7d7d7;
}

/* Values list */
.ocds-values-list {
  display: grid;
  gap: 18px;
}

/* Individual value card */
.ocds-value-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(216, 184, 101, 0.18);
  border-radius: 14px;
  padding: 20px 22px;
}

.ocds-value-item h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: #ffffff;
}

.ocds-value-item p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #d9d9d9;
}

/* ---------------------------------------------------------
   RIGHT IMAGE
   --------------------------------------------------------- */

.ocds-values-image-wrap {
  display: flex;
  justify-content: center;
}

.ocds-values-image {
  padding-top:100px;
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .ocds-values-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ocds-values-content {
    order: 1;
  }

  .ocds-values-image-wrap {
    order: 2;
  }

  .ocds-values-title {
    font-size: 2.2rem;
  }

  .ocds-values-intro {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ocds-values-section {
    padding: 70px 20px;
  }

  .ocds-values-title {
    font-size: 1.9rem;
  }

  .ocds-value-item {
    padding: 18px;
  }

  .ocds-values-image {
    border-radius: 16px;
  }
}
/* =========================================================
   OUR TEAM SECTION
   ========================================================= */

.ocds-team-section {
  background-color: #000000;
  padding: 90px 20px;
}

.ocds-team-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* ---------------------------------------------------------
   IMAGE
   --------------------------------------------------------- */

.ocds-team-image-wrap {
  display: flex;
  justify-content: center;
}

.ocds-team-image {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* ---------------------------------------------------------
   CONTENT
   --------------------------------------------------------- */

.ocds-team-content {
  color: #f4f4f4;
}

.ocds-team-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8b865;
}

.ocds-team-title {
  margin: 0 0 18px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}

.ocds-team-text {
  margin: 0 0 18px;
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #d9d9d9;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .ocds-team-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ocds-team-title {
    font-size: 2.2rem;
  }

  .ocds-team-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ocds-team-section {
    padding: 70px 20px;
  }

  .ocds-team-title {
    font-size: 1.9rem;
  }

  .ocds-team-image {
    border-radius: 16px;
  }

  .ocds-team-text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
/* =========================================================
   PHOTO / EVENTS SECTION
   Optimal Community Development Services
   Full Image Display Version
   ========================================================= */

.ocds-photo-section {
  background-color: #E8D8A8 !important;
  padding: 80px 20px;
}

/* ---------------------------------------------------------
   SECTION HEADER
   --------------------------------------------------------- */

.ocds-photo-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.ocds-photo-header h2 {
  margin: 0 0 12px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #222;
}

.ocds-photo-header p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #5a5a5a;
}

/* ---------------------------------------------------------
   ROW LAYOUT
   --------------------------------------------------------- */

.ocds-photo-row {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
}

.ocds-photo-row:last-child {
  margin-bottom: 0;
}

/* Top row = one full-width card */
.ocds-photo-row-top {
  grid-template-columns: 1fr;
}

/* Bottom row = two equal cards */
.ocds-photo-row-bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

/* ---------------------------------------------------------
   PHOTO CARD
   --------------------------------------------------------- */

.ocds-photo-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #E8D8A8 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* ---------------------------------------------------------
   IMAGE WRAP
   Added so the full image can sit nicely inside the card
   --------------------------------------------------------- */

.ocds-photo-image-wrap {
  background: #E8D8A8 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

/* ---------------------------------------------------------
   IMAGE STYLING
   IMPORTANT:
   - object-fit: contain shows the full image
   - no cropping top/bottom
   - no hover zoom
   --------------------------------------------------------- */

/* Top row image */
.ocds-photo-row-top .ocds-photo-card img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: #E8D8A8 !important;
}

/* Bottom row images */
.ocds-photo-row-bottom .ocds-photo-card img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: #E8D8A8 !important;
}

/* Remove zoom so image does not get cut off on hover */
.ocds-photo-card img {
  transition: none;
}

.ocds-photo-card:hover img {
  transform: none;
}

/* ---------------------------------------------------------
   CAPTION AREA
   --------------------------------------------------------- */

.ocds-photo-caption {
  background: #E8D8A8 !important;
  padding: 18px 20px;
  flex-grow: 1;
}

.ocds-photo-caption p {
  text-align: center;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #3f3a2f;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 991px) {
  .ocds-photo-section {
    padding: 60px 20px;
  }

  .ocds-photo-header {
    margin-bottom: 40px;
  }

  .ocds-photo-header h2 {
    font-size: 1.95rem;
  }

  .ocds-photo-row-top .ocds-photo-card img {
    height: 420px;
  }

  .ocds-photo-row-bottom .ocds-photo-card img {
    height: 260px;
  }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {
  .ocds-photo-section {
    padding: 50px 15px;
  }

  .ocds-photo-header h2 {
    font-size: 1.75rem;
  }

  .ocds-photo-row-bottom {
    grid-template-columns: 1fr;
  }

  .ocds-photo-row-top .ocds-photo-card img {
    height: 300px;
  }

  .ocds-photo-row-bottom .ocds-photo-card img {
    height: 260px;
  }

  .ocds-photo-caption {
    padding: 16px 18px;
  }

  .ocds-photo-caption p {
    font-size: 0.95rem;
  }
}
/* =========================================================
   VIMEO VIDEOS SECTION
   Optimal Community Development Services
   ========================================================= */

.ocds-vimeo-section {
  background: #E8D8A8 !important;
  padding: 80px 20px;
}

/* ---------------------------------------------------------
   SECTION HEADER
   --------------------------------------------------------- */

.ocds-vimeo-header {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}

.ocds-vimeo-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3BABB0;
}

.ocds-vimeo-title {
  margin: 0 0 16px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1F1F1F;
}

.ocds-vimeo-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5A5A5A;
}

/* =========================================================
   FORCE SIDE-BY-SIDE VIMEO LAYOUT (HELIX SAFE)
   ========================================================= */

/* Kill any Bootstrap/Helix interference */
.ocds-vimeo-section .ocds-vimeo-grid {
  display: flex !important;
  flex-wrap: nowrap !important;     /* FORCE side-by-side */
  gap: 30px;
  width: 100%;
}

/* Each video = half width */
.ocds-vimeo-section .ocds-vimeo-card {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  width: 50% !important;

  background: #E8D8A8 !important;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

/* ---------------------------------------------------------
   RESPONSIVE (STACK ON TABLET + MOBILE)
   --------------------------------------------------------- */

@media (max-width: 991px) {
  .ocds-vimeo-section .ocds-vimeo-grid {
    flex-wrap: wrap !important;
  }

  .ocds-vimeo-section .ocds-vimeo-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* ---------------------------------------------------------
   TABLET + MOBILE (STACK)
   --------------------------------------------------------- */

@media (max-width: 991px) {
  .ocds-vimeo-card {
    width: 100%;                         /* stack */
  }
}

/* ---------------------------------------------------------
   VIDEO CARD
   --------------------------------------------------------- */

.ocds-vimeo-card {
  background: #E8D8A8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.ocds-vimeo-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background: #000;
}

.ocds-vimeo-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ocds-vimeo-content {
  padding: 24px;
}

.ocds-vimeo-content h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #1F1F1F;
}

.ocds-vimeo-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #3F3F3F;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 991px) {
  .ocds-vimeo-section {
    padding: 70px 20px;
  }

  .ocds-vimeo-title {
    font-size: 2rem;
  }

  .ocds-vimeo-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 575px) {
  .ocds-vimeo-section {
    padding: 60px 15px;
  }

  .ocds-vimeo-title {
    font-size: 1.75rem;
  }

  .ocds-vimeo-text {
    font-size: 1rem;
  }

  .ocds-vimeo-content {
    padding: 20px;
  }

  .ocds-vimeo-content h3 {
    font-size: 1.15rem;
  }

  .ocds-vimeo-content p {
    font-size: 0.95rem;
  }
}
/* =========================================================
   PAST EVENTS SECTION
   Optimal Community Development Services
   ========================================================= */
/* =========================================================
   PAST EVENTS HEADER - CENTER ALIGNMENT (WHITE TEXT)
   ========================================================= */

.ocds-past-events-header {
  text-align: center;          /* Centers all text */
  max-width: 760px;            /* Keeps content readable */
  margin: 0 auto 50px;         /* Centers block + spacing */
}

/* H2 Styling */
.ocds-past-events-header h2 {
  margin: 0 0 12px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #ffffff;              /* WHITE TEXT */
}

/* Paragraph Styling */
.ocds-past-events-header p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;              /* WHITE TEXT */
}
/* =========================================================
   NONPROFIT ARTICLE SECTION
   Matches OCDS Design Style
   ========================================================= */

.ocds-article-section {
  background-color: #E8D8A8;
  padding: 80px 20px;
}

/* Container */
.ocds-article-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ---------------------------------------------------------
   FEATURED IMAGE
   --------------------------------------------------------- */

.ocds-article-image {
  margin-bottom: 30px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.ocds-article-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------------------------------------
   CONTENT CARD
   --------------------------------------------------------- */

.ocds-article-content {
  background: #E8D8A8;
  padding: 40px 35px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

/* Heading */
.ocds-article-content h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.2rem;
  color: #222;
}

/* Paragraphs */
.ocds-article-content p {
  margin-bottom: 18px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3f3a2f;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 991px) {

  .ocds-article-section {
    padding: 60px 20px;
  }

  .ocds-article-content {
    padding: 30px 25px;
  }

  .ocds-article-content h2 {
    font-size: 1.9rem;
  }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .ocds-article-section {
    padding: 50px 15px;
  }

  .ocds-article-content {
    padding: 25px 20px;
  }

  .ocds-article-content h2 {
    font-size: 1.7rem;
  }

  .ocds-article-content p {
    font-size: 1rem;
  }
}

/* =========================================
   ARTICLE FLOAT LEFT IMAGE
   ========================================= */

.ocds-article-float-left {
  float: left;
  width: 325px;
  margin: 0 20px 15px 0;
}

.ocds-article-float-left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* optional */
}
/* =========================================================
   DONATION SECTION
   ========================================================= */

.ocds-donate-section {
  padding: 60px 20px;
  text-align: center;
}

/* Donation Card */
.ocds-donate-card {
  max-width: 900px;
  margin: 0 auto;
  background-color: #E8D8A8 !important;
  color: #000000 !important;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Heading */
.ocds-donate-card h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

/* Paragraphs */
.ocds-donate-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Highlight Line */
.ocds-donate-highlight {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 25px;
}

/* Donate Button */
.ocds-donate-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #000000;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.ocds-donate-button:hover {
  background-color: #333333;
}
/* Read More Links */
.ocds-read-more {
  display: inline-block;
  margin-top: 5px;
  font-weight: 600;
  text-decoration: none;
  color: #3BABB0;
  transition: all 0.3s ease;
}

.ocds-read-more:hover {
  color: #2a8c90;
  text-decoration: underline;
}