/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/about/About.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/



.About_aboutPage__6w8C5 {
  width: 100%;
  min-height: 100vh;
  background-color: #fafafa;
}

.About_aboutMain__LbxxW {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.About_container___pZQK {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 40px;
}

.About_title__zbt1_ {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 15px;
}

.About_content__yJ4gC {
  line-height: 1.7;
  color: #374151;
}

.About_section__D0IWE {
  margin-bottom: 35px;
}

.About_section__D0IWE h2 {
  font-size: 20px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 15px;
  margin-top: 30px;
  border-left: 4px solid #3b82f6;
  padding-left: 15px;
  background-color: #eff6ff;
  padding: 10px 15px;
  border-radius: 0 6px 6px 0;
}

.About_section__D0IWE h3 {
  font-size: 18px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #2563eb;
}

.About_section__D0IWE p {
  margin-bottom: 15px;
  text-align: justify;
}

.About_section__D0IWE ul {
  margin-bottom: 15px;
  padding-left: 25px;
}

.About_section__D0IWE li {
  margin-bottom: 8px;
  list-style-type: disc;
}

.About_section__D0IWE li strong {
  color: #1f2937;
}

.About_contactInfo__Kfdzg {
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  padding: 20px;
  margin-top: 15px;
  border-left: 4px solid #3b82f6;
}

.About_contactInfo__Kfdzg p {
  margin-bottom: 8px;
  font-weight: 500;
}

.About_contactInfo__Kfdzg p:last-child {
  margin-bottom: 0;
}

/* About-specific highlights */
.About_missionHighlight__0pFRP {
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0;
  border-left: 4px solid #3b82f6;
  text-align: center;
}

.About_missionHighlight__0pFRP p {
  font-size: 18px;
  font-weight: 500;
  color: #1e40af;
  margin-bottom: 0;
  font-style: italic;
}

/* Feature boxes */
.About_featureBox__L31z8 {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 15px;
  margin: 15px 0;
  border-left: 4px solid #3b82f6;
}

.About_featureBox__L31z8 h3 {
  color: #1e40af;
  margin-top: 0;
}

/* Stats or highlights */
.About_statsBox__eqrFF {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin: 30px 0;
}

.About_statItem__mSEdX {
  background-color: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  border-left: 4px solid #0ea5e9;
}

.About_statItem__mSEdX h4 {
  color: #0c4a6e;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.About_statItem__mSEdX p {
  color: #0369a1;
  margin: 0;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .About_aboutMain__LbxxW {
    padding: 20px 15px;
  }
  
  .About_container___pZQK {
    padding: 25px 20px;
  }
  
  .About_title__zbt1_ {
    font-size: 26px;
  }
  
  .About_section__D0IWE h2 {
    font-size: 20px;
  }
  
  .About_section__D0IWE h3 {
    font-size: 16px;
  }
  
  .About_section__D0IWE p {
    text-align: left;
  }
  
  .About_missionHighlight__0pFRP p {
    font-size: 16px;
  }
  
  .About_statsBox__eqrFF {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .About_aboutMain__LbxxW {
    padding: 15px 10px;
  }
  
  .About_container___pZQK {
    padding: 20px 15px;
  }
  
  .About_title__zbt1_ {
    font-size: 22px;
  }
  
  .About_section__D0IWE h2 {
    font-size: 18px;
    padding-left: 10px;
  }
  
  .About_missionHighlight__0pFRP p {
    font-size: 14px;
  }
}


