/* ============================================================
   about.css  —  About Page Specific Styles
   NGO Theme · Yuva Shakti Samiti
   Depends on: variables.css, global.css, header-footer.css
   ============================================================ */

/* ===================================
   HERO SECTION
=================================== */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://manavkartavya.org/wp-content/uploads/2018/08/our-approach.jpg")
    center/cover no-repeat;
  filter: grayscale(30%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 10, 10, 0.82) 0%,
    rgba(10, 10, 10, 0.6) 50%,
    rgba(10, 10, 10, 0.25) 100%
  );
}

.hero-content {
  position: relative;
}

.hero h1 {
  font-size: clamp(40px, 6.5vw, 76px);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  /*margin-bottom: 22px;*/
}

.hero-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.75;
  max-width: 520px;
}

/* ===================================
   QUOTE / ABOUT SECTION
=================================== */
.quote-section {
  background: var(--color-white);
}

.quote-mark {
  font-size: 7rem;
  line-height: 0.6;
  color: var(--color-light);
  display: block;
  margin-bottom: -10px;
  user-select: none;
}

.quote-text {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.45;
  text-align: center;
}

.q-divider {
  width: 56px;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--color-secondary),
    var(--color-primary)
  );
  border-radius: 2px;
  margin: 28px auto;
}

.desc-text {
  font-size: 1.16rem;
  color: #676767;
  line-height: 1.85;
  text-align: justify;
}

.desc-text + .desc-text {
  margin-top: 1rem;
}

/* ===================================
   HERO PILL (section badge)
=================================== */

/* ===================================
   ABOUT H2 (used in mission/vision/founder)
=================================== */
.about-h2 {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: var(--color-text);
}

/* ===================================
   MISSION SECTION
=================================== */
.mission-vision {
  background-color: var(--color-bg);
}

.mission-section {
  padding-bottom: 0;
}

.mission-image-wrap .img-main {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--r);
  box-shadow: var(--sh);
}

.mission-content {
  padding-left: 48px;
}

.section-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 10px;
  display: block;
}

.mission-content h2 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

.mission-content p {
  font-size: 1.2rem;
  color: var(--color-muted);
  line-height: 1.6;
  margin-bottom: 28px;
  word-spacing: 4px;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}

.mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.4;
}

.mission-list li .icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: linear-gradient(
    135deg,
    var(--color-secondary),
    var(--color-primary)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.mission-list li .icon svg {
  width: 11px;
  height: 11px;
  stroke: #fff;
  stroke-width: 2.5;
}

/* ===================================
   VISION SECTION
=================================== */
.vision-section {
  background-color: var(--color-bg);
  position: relative;
  padding-top: 0;
}

.vision-text-col {
  padding-right: 48px;
}

.vision-text-col h2 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

.vision-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vision-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-text);
}

.vision-list li .icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-primary-dark)
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-list li .icon svg {
  width: 13px;
  height: 13px;
  stroke: #fff;
  stroke-width: 2.5;
}

.vision-images {
  position: relative;
  height: 320px;
}

.vision-images .img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r);
  box-shadow: var(--sh);
}

/* ===================================
   FOUNDER SECTION
=================================== */
.founder-section {
  overflow: hidden;
  position: relative;
  padding: var(--section-padding) 0;
  background: var(--color-white);
}

.founder-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(var(--color-light), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.founder-image {
  position: relative;
}

.founder-image::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  opacity: 0.2;
  border-radius: 24px;
}

.founder-image img {
  width: 100%;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  border: 2px solid var(--color-light);
  object-fit: cover;
}

.founder-content {
  padding-left: 30px;
}

.founder-content p {
  font-size: 19px;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 24px;
  word-spacing: 4px;
  font-weight: 400;
}

.quote {
  background: var(--color-bg);
  border-left: 4px solid var(--color-primary);
  padding: 22px;
  border-radius: 0 14px 14px 0;
  color: var(--color-primary-dark) !important;
  font-style: italic;
  font-weight: 500;
}

/* ===================================
   BOARD MEMBER CARDS
=================================== */
@media (min-width: 992px) {
  .col-5th {
    flex: 0 0 auto;
    width: 20%;
  }
}

.board-card {
  cursor: pointer;
}

.board-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 14px;
  position: relative;
}

.board-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.4s ease;
}

.board-card:hover .board-img-wrap img {
  transform: scale(1.05);
}

.board-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(222, 56, 8, 0.15) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 6px;
  pointer-events: none;
}

.board-card:hover .board-img-wrap::after {
  opacity: 1;
}

.board-name {
  font-size: 14.5px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 3px;
  line-height: 1.35;
}

.board-role {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text);
  margin: 0 0 12px;
}

.board-grid {
  row-gap: 40px;
}

/* ===================================
   FOOTER CTA SECTION
=================================== */
.footer-cta {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1532629345422-7515f3d16bb6?w=1400&q=80")
    center/cover no-repeat;
  filter: grayscale(20%) brightness(0.35);
}

.footer-cta > .container {
  position: relative;
  z-index: 2;
}
.cta-dots {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.14;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 11px;
  pointer-events: none;
}
.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-eyebrow::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--color-secondary);
  border-radius: 2px;
}
.footer-cta h3 {
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  color: #fff;
  line-height: 1.18;
  margin-bottom: 10px;
}
.footer-cta h3 span {
  color: var(--color-secondary);
}
.footer-cta p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.7;
}
.cta-btn-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: end;
}

.about-btn {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}
.about-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  transform: translateY(-2px);
  color: #fff;
}



/* ===================================
   RESPONSIVE
=================================== */
@media (max-width: 991px) {
  .mission-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .vision-text-col {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .mission-list {
    grid-template-columns: 1fr;
  }

  .vision-images {
    height: 260px;
  }
}


@media only screen and (max-width: 992px) {
    
     :root {
    --section-padding: 70px;
  }
   .hero {
    height: 300px;
 }
 
 .quote-text {
    font-weight: 600;
    max-width: 380px;
    margin: auto;
}
 .mission-content p {
    font-size: 1.2rem;
    margin-bottom: 28px;
    word-spacing: 2px;
    font-weight: 500;
}

 .vision-text-col h2 {
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 0px;
 }
 .vision-text-col h2 {
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 0px;
}   

    .about-h2 {
        font-weight: 600;
    }
        
    .founder-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    word-spacing: 2px;
    font-weight: 500;
    text-align: center;
  }
 
  .board-grid {
    row-gap: 0px !important;
    }   
   .founder-content {
       padding-left: 0;
      padding-top: 20px;
    }
    .board-role {
        font-size: 15px;
     }
        
}

@media (max-width: 768px) {
  .footer-cta {
    padding: 56px 0;
  }
}

/*@media (max-width: 575px) {*/
/*  .mission-content h2,*/
/*  .vision-text-col h2 {*/
/*    font-size: 2rem;*/
/*  }*/

/*  .vision-images {*/
/*    height: 220px;*/
/*  }*/
  
  @media (max-width: 575px) {
  :root {
    --section-padding: 60px;
  }
  
  .hero {
        height: 250px;
    }
    
    .desc-text {
        font-size: 1.1rem;
    }
    
    .q-divider {
     margin: 28px auto;
    }
   .q-divider {
        margin: 10px auto;
    }
    
 
    .mission-content h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
 }
 
  .mission-content p {
    font-size: 1.2rem;
    word-spacing: 0px;
    text-align: justify;
    font-weight: 500;
 }

    .vision-text-col {
        padding-right: 0;
        margin-bottom: 20px;
    }
    
       .mission-content h2 {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
        .mission-content {
        padding-left: 0;
        margin-top: 28px;
    }
    
    .founder-section::before {
    top: -26px;
    left: 110px;
    width: 258px;
    height: 140px;
    z-index: 0;
    opacity: 0.5;
  }
  
  .founder-image::before {
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    border-radius: 24px;
}
    .founder-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: justify;
}

.board-grid {
    row-gap: 0px !important;
}

.cta-btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
}

}


