/* ==============================================
   ABOUT PAGE — MINIMAL DESIGN
   Matches SiddhiGlobal Colorlib Theme
   ============================================== */

/* ── HERO BANNER ── */
.sgn-about-hero {
  position: relative;
  background-image: url('../images/bg_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 100px;
  text-align: center;
}

.sgn-about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.sgn-about-hero-content {
  position: relative;
  z-index: 2;
}

.sgn-about-hero .sgn-about-breadcrumb {
  margin-bottom: 14px;
}

.sgn-about-hero .sgn-about-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.sgn-about-hero .sgn-about-breadcrumb a:hover {
  color: #fff;
}

.sgn-about-hero .sgn-about-breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0 8px;
}

.sgn-about-hero .sgn-about-breadcrumb .current {
  color: #82ae46;
  font-weight: 600;
}

.sgn-about-hero h1 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 1.3;
}


/* ── OUR STORY ── */
.sgn-story-section {
  padding: 80px 0;
  background: #fff;
}

.sgn-story-section .heading-section {
  margin-bottom: 40px;
}

.sgn-story-logo {
  max-width: 320px;
  display: block;
  margin: 0 auto;
}

.sgn-story-text-block .subheading {
  display: block;
  margin-bottom: 8px;
}

.sgn-story-text-block h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.sgn-story-text-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.sgn-story-text-block p:last-child {
  margin-bottom: 0;
}


/* ── STATS ROW ── */
.sgn-stats-section {
  padding: 60px 0;
  background: var(--brand-light, #f5fff0);
}

.sgn-stat-item {
  text-align: center;
  padding: 20px 10px;
}

.sgn-stat-item .number {
  font-size: 40px;
  font-weight: 700;
  color: var(--brand-primary, #389f0a);
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 6px;
}

.sgn-stat-item .label {
  font-size: 14px;
  color: #777;
  font-weight: 500;
}


/* ── MISSION VISION VALUES ── */
.sgn-mvv-section {
  padding: 80px 0;
  background: #fff;
}

.sgn-mvv-card {
  text-align: center;
  padding: 30px 20px;
}

.sgn-mvv-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--brand-accent, #d3ffb3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 22px;
  color: var(--brand-primary, #389f0a);
}

.sgn-mvv-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}

.sgn-mvv-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}


/* ── FOUNDER SECTION ── */
.sgn-founder-section {
  padding: 80px 0;
  background: var(--brand-light-alt, #fafff7);
}

.sgn-founder-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.sgn-founder-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.sgn-founder-content {
  padding-left: 30px;
}

.sgn-founder-content .subheading {
  display: block;
  margin-bottom: 8px;
}

.sgn-founder-subheading {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}

.sgn-founder-name {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.sgn-founder-title {
  font-size: 14px;
  color: var(--brand-primary, #389f0a);
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}

.sgn-founder-bio p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 12px;
}

.sgn-founder-bio p:last-child {
  margin-bottom: 0;
}

.sgn-founder-quote-box {
  background: var(--brand-accent, #d3ffb3);
  border-left: 4px solid var(--brand-primary, #389f0a);
  padding: 18px 22px;
  margin: 24px 0;
  border-radius: 0 6px 6px 0;
}

.sgn-founder-quote-box p {
  font-size: 15px;
  font-style: italic;
  color: #333;
  font-weight: 500;
  margin: 0;
}

.sgn-founder-highlights {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sgn-founder-badge {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  background: #fff;
  padding: 8px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
}

.sgn-founder-badge i {
  color: var(--brand-primary, #389f0a);
  margin-right: 8px;
  font-size: 14px;
}


/* ── RESPONSIVE ── */
@media (max-width: 991.98px) {
  .sgn-about-hero {
    padding: 100px 0 70px;
  }

  .sgn-about-hero h1 {
    font-size: 32px;
  }

  .sgn-story-logo {
    max-width: 240px;
    margin-bottom: 30px;
  }

  .sgn-founder-content {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }

  .sgn-founder-bio p {
    text-align: center;
  }

  .sgn-founder-highlights {
    justify-content: center;
  }

  .sgn-founder-quote-box {
    text-align: center;
    border-left: none;
    border-top: 4px solid var(--brand-primary, #389f0a);
    border-radius: 0 0 6px 6px;
  }

  .sgn-founder-subheading {
    font-size: 24px;
  }

  .sgn-founder-image-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .sgn-about-hero {
    padding: 80px 0 60px;
  }

  .sgn-about-hero h1 {
    font-size: 26px;
  }

  .sgn-stat-item .number {
    font-size: 30px;
  }

  .sgn-story-text-block h2 {
    font-size: 24px;
  }

  .sgn-founder-badge {
    font-size: 12px;
    padding: 6px 12px;
  }

  .sgn-story-logo {
    max-width: 200px;
  }
}
