/* About Page Styles */

/* Hero Section */
.about-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  text-align: center;
  padding: 120px 0 80px;
  position: relative;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about-hero .hero-content p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Main Content */
.about-main {
  padding: 60px 0;
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.section-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 1rem;
}

.section-header p {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* About Overview Section */
.about-overview {
  margin-bottom: 80px;
}

.about-grid {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}

.about-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 1.5rem;
}

/* Purpose & Mission Section */
.purpose-mission {
  background-color: #f8fafc;
  padding: 80px 0;
  margin-bottom: 80px;
}

.purpose-mission-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.purpose-box,
.mission-box {
  background: white;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.purpose-box:hover,
.mission-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.box-icon {
  margin-bottom: 20px;
}

.box-icon i {
  font-size: 3rem;
  color: #1e3a8a;
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.purpose-box h3,
.mission-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 15px;
}

.purpose-box p,
.mission-box p {
  color: #6b7280;
  line-height: 1.6;
  font-size: 1.1rem;
}

/* Values Section */
.values-section {
  margin-bottom: 80px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.value-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.value-icon {
  margin-bottom: 20px;
}

.value-icon i {
  font-size: 2.5rem;
  color: #1e3a8a;
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.value-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 15px;
}

.value-card p {
  color: #6b7280;
  line-height: 1.6;
}

/* Environmental Section */
.environmental-section {
  background-color: #f0f9ff;
  padding: 80px 0;
  margin-bottom: 80px;
}

.environmental-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 50px;
}

.environmental-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 30px;
}

.eco-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.eco-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

.eco-benefit i {
  font-size: 2rem;
  color: #10b981;
  margin-bottom: 5px;
}

.eco-benefit h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.eco-benefit p {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0;
}

.environmental-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Service Areas Section */
.service-areas-section {
  margin-bottom: 80px;
}

.service-areas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 50px;
}

.area-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
}

.area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.area-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 15px;
}

.area-card p {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Careers Section */
.careers-section {
  background-color: #f8fafc;
  padding: 80px 0;
  margin-bottom: 80px;
}

.careers-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.careers-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 30px;
}

/* Partners Section */
.partners-section {
  margin-bottom: 80px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 50px;
  align-items: center;
}

.partner-logo {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
}

.partner-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.partner-logo img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: white;
  padding: 80px 0;
  text-align: center;
  margin-top: 60px;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-buttons .btn {
  min-width: 200px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-hero .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .about-hero .hero-content p {
    font-size: 1.1rem;
  }
  
  .section-header h2 {
    font-size: 2rem;
  }
  
  .section-header h3 {
    font-size: 1.3rem;
  }
  
  .purpose-mission-grid {
    gap: 30px;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .environmental-grid {
    gap: 30px;
  }
  
  .eco-benefits {
    gap: 20px;
  }
  
  .eco-benefit {
    flex-direction: column;
    text-align: center;
  }
  
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .cta-content h2 {
    font-size: 2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 80px 0 60px;
  }
  
  .about-hero .hero-content h1 {
    font-size: 2rem;
  }
  
  .about-hero .hero-content p {
    font-size: 1rem;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .section-header h3 {
    font-size: 1.2rem;
  }
  
  .section-header p {
    font-size: 1rem;
  }
  
  .purpose-box,
  .mission-box {
    padding: 30px 20px;
  }
  
  .value-card {
    padding: 20px;
  }
  
  .area-card {
    padding: 20px;
  }
  
  .careers-content {
    padding: 0 20px;
  }
  
  .cta-content h2 {
    font-size: 1.8rem;
  }
  
  .cta-content p {
    font-size: 1.1rem;
  }
  
  .partners-grid {
    grid-template-columns: 1fr;
  }
}

/* Container adjustments for mobile */
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .about-main {
    padding: 40px 0;
  }
  
  .about-overview,
  .purpose-mission,
  .values-section,
  .environmental-section,
  .service-areas-section,
  .careers-section,
  .partners-section {
    margin-bottom: 60px;
  }
  
  .purpose-mission,
  .environmental-section,
  .careers-section {
    padding: 60px 0;
  }
}

/* Ensure proper spacing and prevent overflow */
* {
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Button styles consistency */
.btn {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: #1e3a8a;
  color: white;
}

.btn-primary:hover {
  background: #1e40af;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: #1e3a8a;
  border: 2px solid #1e3a8a;
}

.btn-secondary:hover {
  background: #1e3a8a;
  color: white;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (min-width: 768px) {
  .purpose-mission-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .environmental-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  
  .eco-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .about-hero .hero-content h1 {
    font-size: 4rem;
  }
  
  .about-hero .hero-content p {
    font-size: 1.4rem;
  }
  
  .section-header h2 {
    font-size: 3rem;
  }
  
  .values-grid {
    grid-template-columns: repeat(5, 1fr);
  }
} 