    

        .corimpact-about-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .corimpact-about-container h1 {
            color: #3e2d94;
            font-size: 2.5rem;
            font-weight: 600;
        }

        /* Header Section */
        header {
            background: #f5f5f5;
            padding: 30px 0 50px;
            text-align: center;
        }

        header h1 {
            color: #3e2d94;
            font-size: 2.5rem;
            /* margin-bottom: 20px; */
            font-weight: 700;
        }

        header .subtitle {
            color: #3e2d94;
            font-size:18px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        header p {
            color: #555;
            font-size: 14px;
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.8;
        }

        /* Pillars Section */
        .pillars-section {
            padding: 30px 0;
            background: #ffffff;
        }

        .section-title {
            text-align: center;
            margin-bottom: 30px;
        }

        .section-title h2 {
            color: #3e2d94;
            font-size: 2.5rem;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .section-title p {
            color: #666;
            font-size: 1.1rem;
        }

        .pillars-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 10px;
            margin-bottom: 20px;
        }

        .pillar-card {
            background: #ffffff;
            padding: 20px 10px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border-top: 4px solid #3e2d94;
        }

        .pillar-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .pillar-icon {
            width: 50px;
            height: 50px;
            background: #3e2d94;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            transition: all 0.3s ease;
        }

        .pillar-card:hover .pillar-icon {
            background: #3e2d94;
            transform: scale(1.1);
        }

        .pillar-icon i {
            font-size: 1.3rem;
            color: #ffffff;
        }

        .pillar-card h3 {
            color: #3e2d94;
            font-size: 19px;
            margin-bottom: 15px;
            text-align: center;
            font-weight: 600;
        }

        .pillar-card p {
            color: #666;
            text-align: center;
            line-height: 1.7;
            font-size: 12px;
        }

        /* Promise Section */
        .promise-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .promise-content {
            display: gri
            grid-template-columns: 1fr;
            gap: 60px;
            align-items: center;
        }

        .promise-text h2 {
            color: #3e2d94;
            font-size: 2.3rem;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .promise-text p {
            color: #666;
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .promise-btn {
            display: inline-block;
            padding: 15px 40px;
            background: #3e2d94;
            color: #ffffff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 2px solid #3e2d94;
        }

        .promise-btn:hover {
            background: transparent;
            color: #3e2d94;
        }

        .promise-image {
            position: relative;
        }

        .promise-image img {
            width: 100%;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        /* Stats Section */
        .stats-section {
            padding: 80px 0;
            background: #ffffff;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            text-align: center;
        }

        .stat-item {
            padding: 30px;
        }

        .stat-number {
            font-size: 3rem;
            color: #3e2d94;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .stat-label {
            color: #3e2d94;
            font-size: 1.2rem;
            font-weight: 600;
        }

        /* Values Section */
        .values-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .value-item {
            background: #ffffff;
            padding: 35px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
            display: flex;
            align-items: flex-start;
            gap: 20px;
            transition: all 0.3s ease;
        }

        .value-item:hover {
            transform: translateX(10px);
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
        }

        .value-icon {
            width: 50px;
            height: 50px;
            background: #3e2d94;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .value-icon i {
            font-size: 1.5rem;
            color: #ffffff;
        }

        .value-text h4 {
            color: #3e2d94;
            font-size: 1.3rem;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .value-text p {
            color: #666;
            line-height: 1.6;
        }

        /* CTA Section */
        .cta-section {
            padding: 100px 0;
            background: #3e2d94;
            text-align: center;
            color: #ffffff;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .cta-btn {
            display: inline-block;
            padding: 18px 50px;
            background: #3e2d94;
            color: #ffffff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: 2px solid #3e2d94;
        }

        .cta-btn:hover {
            background: transparent;
            border-color: #ffffff;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            header h1 {
                font-size: 2rem;
            }

            header .subtitle {
                font-size: 1.1rem;
            }

            .section-title h2 {
                font-size: 1.8rem;
            }

            .promise-content {
                grid-template-columns: 1fr;
            }

            .promise-text h2 {
                font-size: 1.8rem;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .stat-number {
                font-size: 2.5rem;
            }

            .cta-section h2 {
                font-size: 1.8rem;
            }

            .pillars-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .stats-grid {
                grid-template-columns: 1fr;
            }
        }
        
        /* =============================================
   Core Impact Team – About Section Styles
   Prefix: coreimpac5teamabout-
   Primary: #3e2d94 | Background: #ffffff
   ============================================= */


/* ---------- Section Base ---------- */
.coreimpac5teamabout-section {
  background: #ffffff;
  padding: 40px 0 40px;
  
  color: #1a1a2e;
  overflow: hidden;
}

.coreimpac5teamabout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Header ---------- */
.coreimpac5teamabout-header {
  text-align: center;
  margin-bottom: 64px;
}

.coreimpac5teamabout-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3e2d94;
  background: rgba(62, 45, 148, 0.08);
  border: 1px solid rgba(62, 45, 148, 0.2);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.coreimpac5teamabout-title {
 
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px;
  line-height: 1.15;
}

.coreimpac5teamabout-title span {
  color: #3e2d94;
}

.coreimpac5teamabout-subtitle {
  font-size: 17px;
  color: #5a5a7a;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}

/* ---------- Featured Director Card ---------- */
.coreimpac5teamabout-featured {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(62, 45, 148, 0.12);
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 48px;
  position: relative;
  box-shadow: 0 8px 48px rgba(62, 45, 148, 0.08);
  overflow: hidden;
}

.coreimpac5teamabout-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #3e2d94 0%, #7b5ea7 100%);
  border-radius: 24px 0 0 24px;
}

.coreimpac5teamabout-featured::after {
  content: '"';
  position: absolute;
  top: -20px;
  right: 40px;
  
  font-size: 200px;
  color: rgba(62, 45, 148, 0.04);
  line-height: 1;
  pointer-events: none;
}

/* Image wrap */
.coreimpac5teamabout-featured-img-wrap {
  position: relative;
  flex-shrink: 0;
}

.coreimpac5teamabout-featured-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  position: relative;
  z-index: 1;
  filter: grayscale(10%);
  transition: filter 0.4s ease;
}

.coreimpac5teamabout-featured-img:hover {
  filter: grayscale(0%);
}

.coreimpac5teamabout-img-accent {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  border: 2px solid #3e2d94;
  border-radius: 16px;
  z-index: 0;
  opacity: 0.25;
}

.coreimpac5teamabout-img-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: #3e2d94;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
}

/* Featured Content */
.coreimpac5teamabout-featured-content {
  position: relative;
  z-index: 1;
}

.coreimpac5teamabout-featured-name {
 
  font-size: 32px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.coreimpac5teamabout-featured-role {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3e2d94;
}

.coreimpac5teamabout-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #3e2d94, #7b5ea7);
  border-radius: 2px;
  margin: 20px 0;
}

.coreimpac5teamabout-featured-bio {
  font-size: 15.5px;
  line-height: 1.8;
  color: #3d3d5c;
  margin: 0 0 14px;
  font-weight: 300;
   text-align:justify;
}

.coreimpac5teamabout-featured-bio strong {
  color: #1a1a2e;
  font-weight: 600;
}

.coreimpac5teamabout-featured-bio:last-of-type {
  margin-bottom: 24px;
}

/* Tags */
.coreimpac5teamabout-tags,
.coreimpac5teamabout-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.coreimpac5teamabout-tags span,
.coreimpac5teamabout-card-tags span {
  font-size: 12px;
  font-weight: 500;
  color: #3e2d94;
  background: rgba(62, 45, 148, 0.07);
  border: 1px solid rgba(62, 45, 148, 0.15);
  padding: 4px 14px;
  border-radius: 100px;
  transition: all 0.25s ease;
}

.coreimpac5teamabout-tags span:hover,
.coreimpac5teamabout-card-tags span:hover {
  background: #3e2d94;
  color: #ffffff;
}

/* ---------- Three-Card Grid ---------- */
.coreimpac5teamabout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Individual Card */
.coreimpac5teamabout-card {
  background: #ffffff;
  border: 1px solid rgba(62, 45, 148, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 24px rgba(62, 45, 148, 0.05);
}

.coreimpac5teamabout-card:hover {
  box-shadow: 0 12px 48px rgba(62, 45, 148, 0.14);
  transform: translateY(-4px);
}

.coreimpac5teamabout-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3e2d94, #7b5ea7);
  border-radius: 0 0 20px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.coreimpac5teamabout-card:hover::after {
  opacity: 1;
}

/* Card Top (Avatar + Identity) */
.coreimpac5teamabout-card-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.coreimpac5teamabout-avatar {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3e2d94 0%, #6b52c8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(62, 45, 148, 0.3);
}

.coreimpac5teamabout-avatar span {
  
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

.coreimpac5teamabout-card-identity {
  flex: 1;
}

.coreimpac5teamabout-card-name {

  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 6px;
  line-height: 1.25;
}

.coreimpac5teamabout-card-role {
  font-size: 12.5px;
  font-weight: 500;
  color: #3e2d94;
  line-height: 1.5;
 
  margin: 0;
}

/* Card Divider */
.coreimpac5teamabout-card-divider {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #3e2d94, #7b5ea7);
  border-radius: 2px;
  margin-bottom: 20px;
}

/* Card Body */
.coreimpac5teamabout-card-body {
  flex: 1;
  margin-bottom: 20px;
}

.coreimpac5teamabout-card-body p {
  font-size: 14.5px;
  line-height: 1.78;
  color: #4a4a6a;
  font-weight: 300;
   text-align:justify;
  margin: 0 0 12px;
}

.coreimpac5teamabout-card-body p:last-child {
  margin-bottom: 0;
}

.coreimpac5teamabout-card-body strong {
  color: #1a1a2e;
  font-weight: 600;
}

/* =============================================
   Responsive
   ============================================= */

/* Tablet landscape */
@media (max-width: 1024px) {
  .coreimpac5teamabout-featured {
    grid-template-columns: 300px 1fr;
    gap: 40px;
    padding: 36px;
  }

  .coreimpac5teamabout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet portrait */
@media (max-width: 768px) {
  .coreimpac5teamabout-section {
    padding: 64px 0 72px;
  }

  .coreimpac5teamabout-featured {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 24px;
  }

  .coreimpac5teamabout-featured::before {
    width: 100%;
    height: 4px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, #3e2d94 0%, #7b5ea7 100%);
  }

  .coreimpac5teamabout-featured-img-wrap {
    max-width: 280px;
    margin: 0 auto;
  }

  .coreimpac5teamabout-featured-name {
    font-size: 26px;
  }

  .coreimpac5teamabout-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .coreimpac5teamabout-header {
    margin-bottom: 44px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .coreimpac5teamabout-title {
    font-size: 28px;
  }

  .coreimpac5teamabout-subtitle {
    font-size: 15px;
  }

  .coreimpac5teamabout-featured {
    padding: 24px 18px;
  }

  .coreimpac5teamabout-card {
    padding: 24px 20px;
  }

  .coreimpac5teamabout-featured-name {
    font-size: 23px;
  }

  .coreimpac5teamabout-card-name {
    font-size: 18px;
  }

  .coreimpac5teamabout-featured-img-wrap {
    max-width: 220px;
  }
}