/* Homepage vertical rhythm — index.html only (.page-home on body) */

.page-home .section-content-block {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .page-home .section-content-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media (min-width: 992px) {
  .page-home .section-content-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.page-home .section-heading-wrapper {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .page-home .section-heading-wrapper {
    margin-bottom: 22px;
  }
}

.page-home .section-heading-wrapper h2 {
  margin-bottom: 12px;
}

.page-home .section-heading-wrapper-alt {
  margin-bottom: 20px;
}

/* Featured ABOUT US block */
.page-home .about-us-info-block {
  padding-top: 32px;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .page-home .about-us-info-block {
    padding: 40px 24px 44px 40px;
  }
}

@media (min-width: 992px) {
  .page-home .about-us-info-block {
    padding: 44px 32px 48px 48px;
  }
}

.page-home .about-us-info {
  margin-top: 36px;
  margin-bottom: 36px;
}

.page-home .about-us-slogan {
  margin-bottom: 28px;
}

.page-home .about-us-slogan:after {
  bottom: -22px;
}

.page-home .margin-top-48 {
  margin-top: 28px !important;
}

.page-home .padding-top-24 {
  padding-top: 16px !important;
}

/* Profile sections — heading + card */
.page-home .about-profile-heading-wrap .about-profile-heading-identity {
  margin-top: 2px;
}

.page-home .about-profile-heading-identity {
  gap: 14px;
}

@media (min-width: 768px) {
  .page-home .about-profile-heading-identity {
    gap: 22px;
  }
}

@media (min-width: 992px) {
  .page-home .about-profile-heading-identity {
    gap: 28px;
  }
}

.page-home .about-profile-card.margin-top-32 {
  margin-top: 16px !important;
}

.page-home .about-profile-bio-inner {
  padding: 22px 18px 28px;
}

@media (min-width: 768px) {
  .page-home .about-profile-bio-inner {
    padding: 26px 28px 32px;
  }
}

@media (min-width: 992px) {
  .page-home .about-profile-bio-inner {
    padding: 28px 36px 38px;
  }
}

.page-home .about-profile-card.theme-custom-box-shadow {
  border-radius: 4px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.06);
}

.page-home .about-profile-card.theme-custom-box-shadow:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
}

.page-home .about-profile-heading-photo {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Impact & Achievements — wider image column, full-height photo beside list */
.page-home .impact-achievements-img-col .impact-hero-img {
  margin: 0;
}

.page-home .impact-achievements-img-col .impact-hero-img img {
  width: 100%;
  display: block;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .page-home .impact-achievements-img-col .impact-hero-img img {
    min-height: 340px;
  }
}

@media (min-width: 1200px) {
  .page-home .impact-achievements-section .impact-achievements-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .page-home .impact-achievements-section .impact-achievements-row::before,
  .page-home .impact-achievements-section .impact-achievements-row::after {
    display: none !important;
  }

  .page-home .impact-achievements-text-col,
  .page-home .impact-achievements-img-col {
    float: none !important;
    display: flex;
    flex-direction: column;
  }

  .page-home .impact-achievements-text-col {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }

  .page-home .impact-achievements-img-col {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }

  .page-home .impact-achievements-img-col .impact-hero-img {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    border-radius: 4px;
  }

  .page-home .impact-achievements-img-col .impact-hero-img img {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: auto;
    object-fit: cover;
  }
}
