/* About Hero Section */
.about-hero {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 0;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(46, 204, 113, 0.6) 100%);
  z-index: 1;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
  letter-spacing: 2px;
}

.about-hero-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-primary) 0%, #fff 100%);
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.about-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  max-width: 800px;
  margin: 0 auto;
}

/* Company Story */
.company-story {
  padding: 5rem 0;
  background: #fff;
}

.story-content {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #555;
}

.story-content .lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.story-content p {
  margin-bottom: 1.5rem;
}

/* VMV Section */
.vmv-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.vmv-card {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  height: 100%;
  transition: all 0.4s ease;
  border-top: 4px solid var(--bs-primary);
}

.vmv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(46, 204, 113, 0.2);
}

.vmv-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-primary-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 8px 20px rgba(46, 204, 113, 0.3);
}

.vmv-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
}

.vmv-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

.vmv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vmv-list li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
}

.vmv-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--bs-primary);
  font-weight: 700;
  font-size: 1.2rem;
}

.vmv-list li strong {
  color: var(--bs-primary);
  font-weight: 700;
}

/* About Page Styles */

.about-hero {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
    color: white;
    padding: 80px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.about-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    line-height: 1.6;
}

.about-hero-image img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Company Overview */
.company-overview {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.feature-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2c5aa0, #1e3a8a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #6b7280;
    line-height: 1.6;
}

/* Mission & Vision */
.mission-vision {
    background-color: #f8fafc;
}

.mission-card, .vision-card {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.mission-card h3, .vision-card h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
}

.mission-card p, .vision-card p {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
}

/* Statistics */
.statistics {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
    color: white;
}

.stat-item {
    padding: 2rem 1rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(45deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 1.125rem;
    opacity: 0.9;
    margin: 0;
}

/* Team Section */
.team-section {
    background-color: #f8fafc;
}

.team-member {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.team-member:hover {
    transform: translateY(-5px);
}

.member-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #e5e7eb;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 0.5rem;
}

.member-position {
    font-size: 1rem;
    color: #2c5aa0;
    font-weight: 500;
    margin-bottom: 1rem;
}

.member-bio {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-title {
        font-size: 2.25rem;
    }
    
    .about-subtitle {
        font-size: 1.125rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .feature-card, .mission-card, .vision-card, .team-member {
        padding: 2rem 1.5rem;
    }
    
    .about-hero {
        padding: 60px 0;
        text-align: center;
    }
    
    .company-overview {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .about-title {
        font-size: 1.875rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .feature-card, .mission-card, .vision-card, .team-member {
        padding: 1.5rem 1rem;
    }
}