
/*********** HERO SECTION ************/
.about-hero-section {
  position: relative;
  background: url('/static/images/get-involved-bg.png') center/cover no-repeat;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.about-hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  animation: fadeInUp 1s ease-out;
}

.hero-title {
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.btn-brand {
  background-color: #F47A1F;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-brand:hover {
  background-color: #d9671c;
}

/********* ANIMATION ************/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*********** SECTION COMMONS ************/
.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #EF3E2B;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #F47A1F;
  margin: 10px auto 0;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/*********** MISSION SECTION ************/

/*********** MISSION SECTION ************/
.mission-section {
  padding: 100px 20px;
  background: linear-gradient(to bottom right, #fff, #f0f6f7);
}

.mission-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.mission-text {
  flex: 1 1 55%;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.mission-text:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.07);
}

.mission-text p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.9;
  margin-bottom: 24px;
  text-align: justify;
}

.mission-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.mission-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 1.05rem;
  color: #2d2d2d;
  font-weight: 500;
}

.mission-list .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-image {
  flex: 1 1 40%;
  text-align: center;
}

.mission-image img {
  max-width: 100%;
  height: 20rem;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/*********** VISION SECTION ************/
.vision-section {
  padding: 100px 20px;
  background: linear-gradient(to bottom right, #fffdf9, #f6f9fc);
}

.vision-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.vision-text {
  flex: 1 1 55%;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.vision-text:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.07);
}

.vision-text p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.9;
  margin-bottom: 24px;
  text-align: justify;
}

.vision-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.vision-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 1.05rem;
  color: #2d2d2d;
  font-weight: 500;
}

.vision-list .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-image {
  flex: 1 1 40%;
  text-align: center;
}

.vision-image img {
  max-width: 100%;
  height: 20rem;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}




/*********** VALUES SECTION ************/
.values-section {
  padding: 100px 20px;
  background: linear-gradient(to bottom right, #f8fbfc, #ffffff);
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.value-card {
  flex: 1 1 250px;
  max-width: 280px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.value-card .icon {
  margin-bottom: 20px;
}

.value-card .icon svg {
  width: 32px;
  height: 32px;
}

.value-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #EF3E2B;
  margin-bottom: 12px;
}

.value-card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

/****** About | PILLARS (What We Stand For) *******/
.about-pillars {
  padding: 100px 20px;
  background: linear-gradient(to bottom right, #ffffff, #f7f9fb);
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-pillars .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #EF3E2B;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-pillars .section-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.pillar-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}

.pillar-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.pillar-card .icon {
  margin-bottom: 20px;
}

.pillar-card .icon svg {
  width: 40px;
  height: 40px;
}

.pillar-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.pillar-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .about-pillars .section-title {
    font-size: 2.2rem;
  }

  .pillar-card {
    padding: 25px 20px;
  }

  .pillar-card h3 {
    font-size: 1.1rem;
  }

  .pillar-card p {
    font-size: 0.95rem;
  }
}


/*********** CTA SECTION ************/
.about-cta {
  background: linear-gradient(to right, #f9fafb, #f4f6f8);
  padding: 80px 20px;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.cta-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #EF3E2B;
  margin-bottom: 20px;
}

.cta-subtitle {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.btn.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.btn-cta svg {
  vertical-align: middle;
}

.btn-cta.orange {
  background-color: #F47A1F;
}

.btn-cta.orange:hover {
  background-color: #e36915;
}

.btn-cta.green {
  background-color: #7BBE3C;
}

.btn-cta.green:hover {
  background-color: #66a62f;
}

.btn-cta.blue {
  background-color: #009BDE;
}

.btn-cta.blue:hover {
  background-color: #007bb5;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 2rem;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}



/*********** TEAM SECTION ************/

.about-team-section {
  padding: 100px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 50px;
  justify-items: center;
}

.team-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
  max-width: 280px;
  width: 100%;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.team-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-card:hover .team-img img {
  transform: scale(1.05);
}

.team-info {
  padding: 20px;
}

.team-info h4 {
  font-size: 1.2rem;
  color: #EF3E2B;
  font-weight: 700;
  margin-bottom: 6px;
}

.team-info p {
  font-size: 0.95rem;
  color: #666;
}


/*********** RESPONSIVE ************/
@media (max-width: 991px) {
  .mission-content,
  .vision-content {
    flex-direction: column;
  }

  .mission-text,
  .mission-image,
  .vision-text,
  .vision-image {
    flex: 1 1 100%;
    padding: 20px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .mission-list li,
  .vision-list li {
    font-size: 1rem;
  }

  .values-grid {
    flex-direction: column;
    align-items: center;
  }

  .value-card {
    width: 100%;
    max-width: 100%;
  }
  .mission-image img,
  .vision-image img {
    height: auto;
    object-fit: contain;
  }
}


/***** Volunteer Form Section *****/

.volunteer-form-section {
  padding: 80px 20px;
  background: #f9fafb;
  font-family: 'Segoe UI', sans-serif;
}

.volunteer-form-section .container {
  max-width: 600px;
  margin: auto;
}

.form-header {
  text-align: center;
  margin-bottom: 40px;
}

.form-header h2 {
  font-size: 2.4rem;
  color: #EF3E2B;
  margin-bottom: 10px;
}

.form-header p {
  font-size: 1.1rem;
  color: #555;
}

.form-card {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border 0.3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #F47A1F;
  outline: none;
}

.help-text {
  display: block;
  margin-top: 6px;
  font-size: 0.9rem;
  color: #777;
}

.error-text {
  color: #EF3E2B;
  font-size: 0.9rem;
  margin-top: 4px;
}

.btn-submit {
  display: inline-block;
  background-color: #F47A1F;
  color: #fff;
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-submit:hover {
  background-color: #d9671c;
}

/* Responsive */
@media (max-width: 600px) {
  .form-card {
    padding: 25px;
  }

  .form-header h2 {
    font-size: 1.8rem;
  }
}


