.volunteer {
  --volunteer-primary: #242a30;
  --volunteer-secondary: #a80532;
  --volunteer-accent: #06c0c7;
  --volunteer-dark: #242a30;
  --volunteer-muted: #86818D;
  --volunteer-soft: #f3f4ff;
  --volunteer-soft-alt: #fff2f8;
  --volunteer-border: rgba(16, 21, 59, 0.08);
  --volunteer-radius: 18px;
  color: var(--volunteer-dark);
  background: #ffffff;
}

.volunteer-nav .menu-item > a {
  color: inherit;
  text-decoration: none;
  font-weight: bold !important;
  font-size: 16px !important;
}

.volunteer-nav .menu-item > a:hover {
  color: #a80532 !important;
}

.volunteer p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--volunteer-dark);
}

.volunteer-container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.volunteer-nav-main {
  font-style: italic;
  color: #a80532;
  font-size: 16px;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.volunteer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  border: 2px solid transparent;
  cursor: pointer;
  flex: 1;
}

.volunteer-red-btn {
  background-color: #a80532 !important;
  color: #fff !important;
  border-color: #a80532 !important;
}

.volunteer-red-btn:hover {
  background-color: white !important;
  color: #A80532 !important;
  transition: 0.2s !important;
}

.volunteer-button--large {
  padding: 1rem 2.3rem;
  font-size: 1.05rem;
}

.volunteer-button--primary {
  background: linear-gradient(135deg, var(--volunteer-secondary), #f473b3);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(229, 0, 125, 0.25);
}

.volunteer-button--primary:hover,
.volunteer-button--primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(229, 0, 125, 0.3);
}

.volunteer-button--ghost {
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  background: transparent;
}

.volunteer-button--ghost:hover,
.volunteer-button--ghost:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.volunteer-button--outline {
  color: var(--volunteer-primary);
  border-color: rgba(18, 25, 91, 0.2);
  background: transparent;
}

.volunteer-button--outline:hover,
.volunteer-button--outline:focus-visible {
  border-color: var(--volunteer-primary);
  color: var(--volunteer-primary);
  background: rgba(18, 25, 91, 0.06);
}

.volunteer-button--light {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: var(--volunteer-primary);
  box-shadow: 0 12px 36px rgba(12, 16, 46, 0.12);
}

.volunteer-button--light:hover,
.volunteer-button--light:focus-visible {
  background: #ffffff;
  transform: translateY(-2px);
}

.volunteer-button:hover,
.volunteer-button:focus-visible {
  text-decoration: none;
}

.volunteer-hero {
  background: radial-gradient(circle at top left, rgba(6, 192, 199, 0.2), transparent 60%), linear-gradient(135deg, #181f69 0%, #110e38 100%);
  color: #ffffff;
  padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(3rem, 5vw, 5rem);
  position: relative;
  overflow: hidden;
}

.volunteer-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
  gap: 4rem;
  align-items: center;
}

.volunteer-hero__content {
  max-width: 620px;
}

.volunteer-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 600;
}

.volunteer-hero__title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin: 1.2rem 0;
}

.volunteer-hero__description {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
}

.volunteer-hero--compact {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.volunteer-hero__content--narrow {
  max-width: 520px;
}

.volunteer-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2.2rem 0 2.6rem;
}

.volunteer-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin: 0;
}

.volunteer-hero__stat {
  background: rgba(255, 255, 255, 0.08);
  padding: 1.2rem 1.4rem;
  border-radius: var(--volunteer-radius);
  text-align: left;
}

.volunteer-hero__stat dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.volunteer-hero__stat dd {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.8;
}

.volunteer-hero__media {
  position: relative;
  min-height: 320px;
  border-radius: calc(var(--volunteer-radius) * 1.2);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(6, 192, 199, 0.25));
  backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-end;
  padding: 2.2rem;
}

.volunteer-hero__badge {
  background: #ffffff;
  color: var(--volunteer-primary);
  border-radius: calc(var(--volunteer-radius) * 0.8);
  padding: 1.8rem;
  box-shadow: 0 28px 40px rgba(10, 13, 36, 0.22);
  max-width: 260px;
}

.volunteer-hero__badge-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.volunteer-hero__badge-value {
  font-size: 2.1rem;
  margin: 0 0 0.3rem;
}

.volunteer-hero__badge-meta {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(16, 21, 59, 0.75);
}

.volunteer-hero--activities {
  background: linear-gradient(135deg, #10153b 0%, #0a0d2b 70%);
}

.volunteer-subnav {
  background: #fff4f8;
  border-bottom: 1px solid var(--volunteer-border);
  padding: 1.1rem 0;
  position: relative;
  z-index: 5;
  margin-bottom: -20px;
}

.volunteer-subnav--sticky {
  position: sticky;
  top: 0;
  backdrop-filter: blur(8px);
}

.volunteer-nav {
  overflow-x: auto;
}

.volunteer-nav__list {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  list-style: none;
}

.volunteer-nav__item {
  margin: 0;
}

.volunteer-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--volunteer-muted);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.volunteer-nav__item.is-active .volunteer-nav__link,
.volunteer-nav__list .current-menu-item > a,
.volunteer-nav__list .current_page_item > a,
.volunteer-nav__link:hover,
.volunteer-nav__link:focus-visible {
  color: #a80532 !important;
}

.volunteer-section-header {
  display: grid;
  gap: 0.7rem;
  max-width: 720px;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.volunteer-section-header--compact {
  max-width: 560px;
}

.volunteer-section-header--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.6rem;
}

.volunteer-section-header--invert {
  color: #ffffff;
}

.volunteer-section-header--center {
  text-align: center;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
}

.volunteer-section-header__kicker {

  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--volunteer-secondary);
  font-weight: 700;
}

.volunteer-section-header--invert .volunteer-section-header__kicker {
  color: rgba(255, 255, 255, 0.7);
}

.volunteer-section-header__title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin: 0;
  color: var(--volunteer-dark);
}

.volunteer-section-header--invert .volunteer-section-header__title {
  color: #ffffff;
}

.volunteer-section-header__description {
  margin: 0;
  color: var(--volunteer-muted);
}

.mirror .gallery-template {
  width: 100%;
  height: auto;
  margin: 0 !important;
}

#about .align-items-lg-end {
  align-items: center !important;
}

#about .align-items-end {
  margin-top: -50px;
}

#about .important-info .info-title {
  display: none;
}

#about .important-info .btn {
  margin-bottom: 30px;
  width: 100%;
}

#about .important-info h4 {
  font-size: 24px;
  margin-bottom: 13px;
  color: #86818D;
}

.volunteer-overview__grid,
.volunteer-impact__grid,
.volunteer-stories__grid,
.volunteer-gallery__grid,
.volunteer-updates__grid,
.volunteer-posts {
  display: grid;
  gap: 1.5rem;
}

.volunteer-overview__grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.volunteer-overview__card {
  padding: 1.8rem;
  border-radius: var(--volunteer-radius);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(14, 18, 43, 0.07);
  border: 1px solid rgba(16, 21, 59, 0.06);
}

.volunteer-overview__card h3 {

  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.volunteer-impact {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  background: linear-gradient(135deg, #edf0ff 0%, #ffffff 40%);
}

.volunteer-impact__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.volunteer-impact__card {
  padding: 2.1rem;
  border-radius: calc(var(--volunteer-radius) * 1.1);
  background: #ffffff;
  border: 1px solid var(--volunteer-border);
  box-shadow: 0 24px 36px rgba(16, 21, 59, 0.08);
  display: grid;
  gap: 1rem;
}

.volunteer-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--volunteer-secondary);
}

.volunteer-card-link span {
  transition: transform 0.2s ease;
}

.volunteer-card-link:hover span,
.volunteer-card-link:focus-visible span {
  transform: translateX(4px);
}

.volunteer-stories {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  background: #ffffff;
}

.volunteer-stories__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.volunteer-story-card {
  padding: 2rem;
  background: linear-gradient(145deg, rgba(6, 192, 199, 0.12), rgba(255, 255, 255, 0.55));
  border-radius: calc(var(--volunteer-radius) * 1.1);
  border: 1px solid rgba(6, 192, 199, 0.18);
  display: grid;
  gap: 0.8rem;
  box-shadow: 0 16px 30px rgba(6, 192, 199, 0.16);
}

.volunteer-story-card__category {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--volunteer-secondary);
  margin: 0;
}

.volunteer-education {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  background: linear-gradient(120deg, #262d7d 0%, #171d56 100%);
  color: #ffffff;
}

.volunteer-education__inner {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: calc(var(--volunteer-radius) * 1.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 2rem;
}

.volunteer-education__list {
  display: grid;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.volunteer-education__list li {
  border-left: 3px solid rgba(255, 255, 255, 0.4);
  padding-left: 1.2rem;
}

.volunteer-gallery {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.volunteer-gallery__grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.volunteer-gallery__item {
  border-radius: calc(var(--volunteer-radius) * 1.2);
  padding: 2.3rem 1.6rem;
  background: linear-gradient(155deg, rgba(18, 25, 91, 0.08), rgba(244, 115, 179, 0.18));
  position: relative;
  overflow: hidden;
  min-height: 160px;
}

.volunteer-gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(18, 25, 91, 0.2), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
}

.volunteer-gallery__item--accent {
  background: linear-gradient(160deg, rgba(6, 192, 199, 0.25), rgba(244, 115, 179, 0.25));
}

.volunteer-gallery__tag {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.volunteer-updates {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  background: linear-gradient(180deg, rgba(255, 242, 248, 0.8) 0%, #ffffff 80%);
}

.volunteer-updates__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.volunteer-update-card {
  background: #ffffff;
  border-radius: calc(var(--volunteer-radius) * 1.1);
  padding: 2rem;
  border: 1px solid rgba(229, 0, 125, 0.16);
  box-shadow: 0 18px 36px rgba(229, 0, 125, 0.14);
  display: grid;
  gap: 0.9rem;
}

.volunteer-update-card__date {
  font-weight: 600;
  color: var(--volunteer-muted);
  margin: 0;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.volunteer-newsletter {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.volunteer-newsletter__inner {
  padding: clamp(2.4rem, 5vw, 3.5rem);
  border-radius: calc(var(--volunteer-radius) * 1.3);
  background: linear-gradient(135deg, rgba(18, 25, 91, 0.95), rgba(6, 192, 199, 0.85));
  color: #ffffff;
  display: grid;
  gap: 1.6rem;
}

.volunteer-newsletter__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.volunteer-newsletter__form input {
  flex: 1;
  min-width: 220px;
  border-radius: 999px;
  border: none;
  padding: 0.9rem 1.3rem;
  font-size: 1rem;
}

.volunteer-newsletter__note {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
}

.volunteer-cta {
  padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(4.5rem, 7vw, 6rem);
}

.volunteer-cta__inner {
  border-radius: calc(var(--volunteer-radius) * 1.4);
  padding: clamp(2.6rem, 5vw, 3.8rem);
  background: linear-gradient(125deg, rgba(255, 242, 248, 0.92), rgba(229, 0, 125, 0.1));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  border: 1px solid rgba(229, 0, 125, 0.18);
}

.volunteer-cta__inner h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 0.6rem;
}

.volunteer-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.volunteer--detail {
  padding-bottom: 100px;
}

.volunteer--detail .volunteer-detail-hero {
  padding: clamp(3.2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(140deg, #12195b 0%, #110d35 70%);
  color: #ffffff;
}

.volunteer-detail-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 2.5rem;
  align-items: center;
}

.volunteer-detail-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

.volunteer-detail-hero__title {
  font-size: clamp(2.2rem, 3.2vw, 2.8rem);
  margin: 0 0 1.2rem;
}

.volunteer-detail-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--volunteer-radius) * 1.1);
  padding: 2rem;
  display: grid;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.volunteer-detail-card__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.volunteer-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 2.6rem;
  margin: clamp(3rem, 5vw, 4rem) 0 clamp(3.5rem, 6vw, 5rem);
}

.volunteer-detail__content {
  display: grid;
  gap: 2.8rem;
}

.volunteer-detail__content h2,
.volunteer-detail__content h3 {
  color: var(--volunteer-primary);
}

.volunteer-detail__content ul {
  padding-left: 1.4rem;
}

.volunteer-detail__content li {
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

.volunteer-activities {
  padding: 0 0 100px 0;
}

.volunteer-activities h1 {
  margin-bottom: 30px;
}

.volunteer-activities-feed {
  padding: 2.4rem;
  border-radius: calc(var(--volunteer-radius) * 1.1);
  background: linear-gradient(180deg, rgba(6, 192, 199, 0.12), rgba(18, 25, 91, 0.05));
  border: 1px solid rgba(6, 192, 199, 0.2);
  box-shadow: 0 24px 40px rgba(6, 192, 199, 0.15);
}

.volunteer-posts {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.volunteer-posts__item {
  background: #ffffff;
  border-radius: var(--volunteer-radius);
  border: 1px solid rgba(18, 25, 91, 0.08);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(16, 21, 59, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.volunteer-posts__link {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.volunteer-posts__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.volunteer-posts__body {
  padding: 1.6rem;
  display: grid;
  gap: 0.75rem;
}

.volunteer-posts__date {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--volunteer-muted);
}

.volunteer-posts__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: var(--volunteer-primary);
}

.volunteer-posts__excerpt {
  margin: 0;
  font-size: 0.98rem;
  color: var(--volunteer-dark);
}

.volunteer-posts__item:hover,
.volunteer-posts__item:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(16, 21, 59, 0.12);
}

.volunteer--detail .carousel-image {
  width: auto;
  height: auto;
}


.volunteer--detail .slider-wrapper {
  max-width: none;
  margin: 0;
}

.volunteer--detail .carousel-field {
  margin-bottom: 100px;
  margin-top: 20px;
}

.volunteer--detail .slide-container {
  max-width: none;
  height: auto;
  margin-bottom: 30px;
}

.volunteer-empty-state {
  margin: 30px 0;
  font-weight: 600;
  color: var(--volunteer-muted);
}

.volunteer-detail__aside {
  display: grid;
  gap: 1.6rem;
  position: sticky;
  top: 6.5rem;
  align-self: start;
}

.volunteer-aside-card {
  padding: 1.8rem;
  border-radius: var(--volunteer-radius);
  border: 1px solid var(--volunteer-border);
  box-shadow: 0 18px 36px rgba(16, 21, 59, 0.08);
  background: #ffffff;
  display: grid;
  gap: 0.9rem;
}

.volunteer-aside-card h2 {
  margin: 0;
  font-size: 1.2rem;
}

.volunteer-aside-card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
}

.volunteer-aside-card--highlight {
  background: linear-gradient(140deg, rgba(229, 0, 125, 0.18), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(229, 0, 125, 0.22);
}

.volunteer-application {
  padding-top: 40px;
  padding-bottom: 100px;
}

.volunteer-application__intro {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  background: #ffffff;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border-radius: calc(var(--volunteer-radius) * 1.1);
  border: 1px solid rgba(18, 25, 91, 0.08);
}

.volunteer-application__form {
  background: #ffffff;
  display: grid;
  gap: 1.6rem;
}

.volunteer-form-type {
  border: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.volunteer-form-type legend {
  font-size: 1.2rem;
  color: var(--volunteer-primary);
}

.volunteer-form-type__buttons {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.volunteer-form-type__button {
  display: grid;
  gap: 0.4rem;
  align-content: start;
  padding: 1.4rem 1.6rem;
  border-radius: calc(var(--volunteer-radius) * 0.9);
  border: 1px solid rgba(18, 25, 91, 0.12);
  background: #fff4f8;
  text-align: left;
  font-weight: 600;
  color: var(--volunteer-primary);
  transition: border 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.volunteer-form-type__button:hover,
.volunteer-form-type__button:focus-visible {
  border-color: var(--volunteer-secondary);
  transform: translateY(-2px);
}

.volunteer-form-type__button.is-active {
  border-color: var(--volunteer-secondary);
}

.volunteer-form-type__title {
  color: var(--volunteer-secondary);
  font-weight: bold;
  font-size: 1.2rem;
}

.volunteer-form-type__description {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--volunteer-muted);
}

.volunteer-form__notice {
  border-radius: calc(var(--volunteer-radius) * 0.8);
  color: var(--volunteer-primary);
  font-weight: 600;
  font-size: 0.95rem;
}

.volunteer-form__body {
  display: grid;
  gap: 1.8rem;
}

.volunteer-form__section--context {
  background: #f7f8ff;
  border-radius: calc(var(--volunteer-radius) * 0.8);
  padding: 1.4rem 1.6rem;
  border: 1px dashed rgba(18, 25, 91, 0.18);
}

.volunteer-form__heading {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}

.volunteer-form__helper {
  margin: 0;
  color: var(--volunteer-muted);
}

.volunteer-form__grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(2, 1fr);
}

.volunteer-form__field {
  display: grid;
  gap: 0.45rem;
}

.volunteer-form__field label {
  font-weight: 600;
  color: var(--volunteer-primary);
}

.volunteer-form__field input,
.volunteer-form__field select,
.volunteer-form__field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(18, 25, 91, 0.18);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  text-indent: 0 !important;
  height: auto !important;
}

.volunteer-form__field input:focus,
.volunteer-form__field select:focus,
.volunteer-form__field textarea:focus {
  border-color: var(--volunteer-secondary);
  box-shadow: 0 0 0 3px rgba(229, 0, 125, 0.15);
  outline: none;
}

.volunteer-form__field textarea {
  resize: vertical;
  min-height: 120px;
}

.volunteer-form__field--full {
  grid-column: 1 / -1;
}

.volunteer-form__group {
  border: 1px solid rgba(18, 25, 91, 0.12);
  border-radius: calc(var(--volunteer-radius) * 0.9);
  padding: 1.6rem;
  background: #fdfdff;
}

.volunteer-form__group legend {
  font-weight: 700;
  color: var(--volunteer-primary);
  padding: 0 0.4rem;
}

.volunteer-form__options {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.volunteer-form__option {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  color: var(--volunteer-primary);
}

.volunteer-form__option input[type="checkbox"],
.volunteer-form__option input[type="radio"] {
  accent-color: var(--volunteer-secondary);
  width: 18px;
  height: 18px;
}

.volunteer-form__hint {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
  color: var(--volunteer-muted);
}

.volunteer-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.volunteer-form__privacy {
  margin: 0;
  font-size: 0.9rem;
  color: var(--volunteer-muted);
}

.volunteer-form__feedback {
  border-radius: calc(var(--volunteer-radius) * 0.9);
  background: #0f1436;
  color: #ffffff;
  padding: 2rem;
  box-shadow: 0 24px 38px rgba(15, 20, 54, 0.4);
}

.volunteer-form__feedback-inner {
  display: grid;
  gap: 0.8rem;
}

.volunteer-form__feedback h2 {
  margin: 0;
}

.volunteer-form__payload {
  margin: 0;
  padding: 1.2rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  line-height: 1.6;
  overflow: auto;
  max-height: 280px;
}

.volunteer-form__feedback-note {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
}

.volunteer-activities__list {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 2.6rem;
}

.volunteer-activities__cta {
  align-self: flex-end;
}

.volunteer-activity-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-radius: calc(var(--volunteer-radius) * 1.1);
  border: 1px solid rgba(18, 25, 91, 0.1);
  background: #ffffff;
  padding: 2rem;

}

.volunteer-activity-card__badge {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--volunteer-secondary);
}

.volunteer-activity-card__title {
  margin: 0;
  font-size: 1.4rem;
  color: var(--volunteer-primary);
  margin-bottom: 10px;
}

.volunteer-activity-card__link {
  color: inherit;
}

.volunteer-activity-card__excerpt {
  margin: 0;
  color: var(--volunteer-dark);
  font-size: 14px;
  line-height: 1.7;
}

.volunteer-activity-card__meta {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.volunteer-activity-card__meta div {
  display: grid;
  gap: 0.2rem;
}

.volunteer-activity-card__meta dt {
  color: #a80532;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.volunteer-activity-card__meta dd {
  margin: 0;
  font-weight: 600;
  color: var(--volunteer-primary);
  font-size: 16px;
}

[data-field-type="individual"],
[data-field-type="group"]  {
  display: none;
}

[data-applicant-type="organisation"] [data-field-type="group"] {
  display: block;
}

[data-applicant-type="individual"] [data-field-type="individual"] {
  display: block;
}


.volunteer-activity-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.volunteer-activity-detail {
  padding: 3.5rem 0 5rem;
}

.volunteer-activity-detail__card {
  padding: 70px 0 0;
}

.volunteer-activity-detail__hero {
  margin: -2.5rem -2.5rem 1.5rem;
  overflow: hidden;
  border-radius: 1.25rem;
  position: relative;
}

.volunteer-activity-detail__hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.volunteer-activity-detail__header {
  margin-bottom: 2rem;
}

.volunteer-activity-detail__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.volunteer-activity-detail__badge {
  padding: 0.15rem 0.85rem;
  border-radius: 999px;
  background: rgba(168, 5, 50, 0.08);
  color: #a80532;
  font-weight: 700;
}

.volunteer-activity-detail__type {
  padding: 0.15rem 0.75rem;
  border-radius: 999px;
  background: rgba(18, 25, 91, 0.08);
  color: var(--volunteer-primary);
  font-weight: 600;
}

.volunteer-activity-detail__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.volunteer-activity-detail__category {
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  background: rgba(6, 192, 199, 0.1);
  color: var(--volunteer-accent);
  font-size: 0.8rem;
}

.volunteer-activity-detail__title {
  margin: 0;
  margin-bottom: 0.8rem;
  font-size: 2.6rem;
  color: var(--volunteer-primary);
  margin-top: 40px;
}

.volunteer-activity-detail__excerpt {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--volunteer-dark);
}

.volunteer-activity-detail__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 60px;
}

.volunteer-activity-detail__layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.volunteer-activity-detail__content {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--volunteer-dark);
}

.volunteer-activity-detail__content > *:first-child {
  margin-top: 0;
}

.volunteer-activity-detail__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.volunteer-activity-detail__meta-card {
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: #f7f7fb;
  margin-bottom: 20px;
}

.volunteer-activity-detail__meta-card h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--volunteer-primary);
}

.volunteer-activity-detail__meta-grid {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.volunteer-activity-detail__meta-grid div {
  display: grid;
  gap: 0.15rem;
}

.volunteer-activity-detail__meta-grid dt {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a80532;
}

.volunteer-activity-detail__meta-grid dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--volunteer-dark);
}

.volunteer-activity-detail__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--volunteer-dark);
}

.volunteer-activity-detail__contact strong {
  display: inline-block;
  margin-right: 0.4rem;
  font-weight: 600;
  color: var(--volunteer-primary);
}

.volunteer-activity-detail__contact a {
  color: var(--volunteer-secondary);
  text-decoration: none;
}

.volunteer-activity-detail__contact a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .volunteer-activity-detail__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .volunteer-activity-detail {
    padding: 2.25rem 0 3rem;
  }

  .volunteer-activity-detail__card {
    padding: 1.75rem;
  }

  .volunteer-activity-detail__hero {
    margin: -1.75rem -1.75rem 1.25rem;
  }

  .volunteer-activity-detail__title {
    font-size: 2rem;
  }
}

.volunteer-pagination {
  display: flex;
  justify-content: center;
}

.volunteer-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(18, 25, 91, 0.12);
  font-weight: 600;
  color: var(--volunteer-primary);
  transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.volunteer-pagination .page-numbers.current,
.volunteer-pagination .page-numbers:hover {
  background: var(--volunteer-secondary);
  color: #ffffff;
  border-color: var(--volunteer-secondary);
}

.volunteer-empty-state--large {
  text-align: center;
  padding: clamp(2.4rem, 5vw, 3.2rem);
  border-radius: calc(var(--volunteer-radius) * 1.1);
  border: 1px dashed rgba(18, 25, 91, 0.2);
  background: rgba(18, 25, 91, 0.04);
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.volunteer-empty-state--large h3 {
  margin: 0;
  color: var(--volunteer-primary);
}

.volunteer-activities__list + .volunteer-empty-state--large {
  margin-top: 2rem;
}

.volunteer-cta {
  padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(4.5rem, 7vw, 6rem);
}

@media (max-width: 1024px) {
  .volunteer-hero__inner,
  .volunteer-detail-hero__inner,
  .volunteer-detail {
    grid-template-columns: 1fr;
  }

  .volunteer-detail__aside {
    position: static;
  }

  .volunteer-hero__media {
    min-height: 260px;
  }

  .volunteer-section-header--split {
    flex-direction: column;
    align-items: flex-start;
  }

  .volunteer-form-type__buttons {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .volunteer-form__options--multi {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .volunteer-activities__cta {
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .volunteer-hero {
    padding: 3.5rem 0 3rem;
  }

  .volunteer-hero__stats {
    grid-template-columns: 1fr;
  }

  .volunteer-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .volunteer-nav__list {
    gap: 0.4rem;
  }

  .volunteer-nav__link {
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
  }

  .volunteer-application__form {
    padding: 1.8rem;
  }

  .volunteer-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .volunteer-form-type__buttons,
  .volunteer-form__options--multi {
    grid-template-columns: 1fr;
  }

  .volunteer-activities__list {
    grid-template-columns: 1fr;
  }

  .volunteer-newsletter__form {
    flex-direction: column;
    align-items: stretch;
  }

  .volunteer-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .volunteer-container {
    width: min(100%, 90vw);
  }

  .volunteer-overview__card,
  .volunteer-impact__card,
  .volunteer-story-card,
  .volunteer-update-card,
  .volunteer-education__inner,
  .volunteer-activities-feed,
  .volunteer-application__intro {
    padding: 1.6rem;
  }

  .volunteer-gallery__item {
    min-height: 140px;
  }

  .volunteer-form__group {
    padding: 1.2rem;
  }
}

.activity-application-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 900;
}

.activity-application-modal.is-visible {
  display: flex;
}

.activity-application-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
}

.activity-application-modal__shell {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  width: min(740px, calc(100% - 3rem));
  box-shadow: 0 45px 80px rgba(15, 23, 42, 0.18);
  z-index: 1;
}

.activity-application-modal__close {
  position: absolute;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  color: #1f1f1f;
  right: 20px;
  top: 10px;
  font-size: 42px;
}

.activity-application-modal__body h2 {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}

.activity-application-modal__form {
  padding: 20px 0 0;
}

.activity-application-modal__activity-title {
  margin: 0 0 1rem;
  color: #a80532 !important;
  font-weight: 600;
}

.activity-application-modal__form label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #111;
}

.activity-application-modal__form input[type='email'] {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(15, 23, 42, 0.15);
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.activity-application-modal__status {
  min-height: 1.2rem;
  margin: 0 0 1rem;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  background-color: #f8d7da;
  color: #842029;
  display: none;
}

.activity-application-modal__status--error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #842029;
}

.activity-application-modal__status--success {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132;
}

.activity-application-modal__status--loading {
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298;
}

.activity-application-modal__actions {
  text-align: right;
}

.volunteer title {
  margin-top: 64px;
}

.volunteer .fed-up-field {
  margin: 100px 0px 80px 0px !important;
}
