
.about-modern {
  padding: 5rem 0;
  background: #f9fafc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modern-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.about-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.hero-title {
  font-size: 5rem;
  font-weight: 1000;
  color: blue;
  margin-bottom: 0.5rem;
  text-transform:uppercase;
}

.hero-title span {
  color: blue;
}

.hero-subtitle {
  font-size: 1.6rem;
  color: black;
  margin-bottom: 1.5rem;
   font-weight: 700;
   text-transform:uppercase;
}

.hero-divider {
  width: 370px;
  height: 4px;
  background: linear-gradient(to right, #3498db, #2ecc71);
  margin: 0 auto;
  border-radius: 2px;
}


.modern-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  margin-bottom: 2rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.card-header {
  padding: 1.5rem;
  background: #2c3e50;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.card-header h3 {
  margin: 0;
  font-size: 2.5rem;
  color: white;
  text-transform:uppercase;
}

.card-icon {
  font-size: 6rem;
  color: #3498db;
  margin-right: 1rem;
}

.card-body {
  padding: 1.5rem;
  font-size: 1.8rem;
   font-weight: 800;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  font-size: 1.3rem;
}

.feature-list li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  
}

.feature-list i {
  color: #2ecc71;
  margin-right: 0.8rem;
  font-size: 2.1rem;
   font-size: 1.3rem;
}

.highlight {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
  border-left: 4px solid #3498db;
  font-weight: 700;
   font-size: 1.5rem;
   font-weight: 700;
   color:blue;
   
}


.value-bars {
  margin: 1.5rem 0;
  
}

.value-item {
  margin-bottom: 1rem;
  

 
}

.value-item span {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
    font-size: 1.5rem;
}

.progress-bar {
  height: 8px;
  background: #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  
}

.progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to right, #3498db, #2ecc71);
  border-radius: 4px;
  width: 0;
  transition: width 1s ease-out;
  
}


.client-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.client-type, .service-type {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 6px;
    font-size: 1.5rem;
	font-weight: 500;
}

.client-type h4, .service-type h4 {
  color: #3498db;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}



.mission-body p {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
 text-align: left;
  font-weight: 500;
  margin-left: 2rem;
  margin-right: 1rem;
}

.signature {
  text-align: right;
  font-style: italic;
  margin-top: 1rem;
  font-weight: 700;
  opacity: 0.8;
  font-size: 1.5rem;
  margin-right: 3rem;

}


.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  
   
}

.vision-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
  
  
  
}

.vision-icon {
  font-size: 2.5rem;
  color: #3498db;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  
  
}

.vision-text h4 {
  margin: 0 0 0.5rem 0;
  color: black;
   font-size: 1.5rem;
  

}

.vision-text p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
    font-size: 1.5rem;
	font-weight: 500;
}


@media (max-width: 768px) {
  .client-grid, .vision-grid {
    grid-template-columns: 1fr;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .card-header {
    flex-direction: column;
    text-align: center;
  }
  
  .card-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .hero-divider {
    width: 200px;
  }
  .card-header h3 {
    font-size: 1.8rem;
  }
  .card-body {
    font-size: 1.4rem;
  }
  .vision-text p {
    font-size: 1.2rem;
  }
}


@media (max-height: 500px) and (orientation: landscape) {
  .about-modern {
    padding: 2rem 0;
  }
}