/* style.css */

/* General Reset & Font */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  background-color: #ffffff;
}

/* Hero Section (common for all pages) */
.hero-section {
  background: linear-gradient(90deg, #0d47a1, #1976d2);
  text-align: center;
  padding: 80px 20px;
  color: white;
}

.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.hero-section p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 800px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 15px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section p {
    font-size: 1rem;
  }
}









/* about-para-section styles — only for "About" container */

.about-para-section {
  padding: 32px 16px;
  background: #fff;
  margin-bottom: 24px;
}

.about-para-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.about-para-title {
  color: #0074d9;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about-para-description {
  color: #222;
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: justify;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
  .about-para-title {
    font-size: 1.3rem;
  }
  .about-para-description {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .about-para-title {
    font-size: 1.08rem;
  }
  .about-para-description {
    font-size: 0.92rem;
  }
}










/* icon-value-section styles - minimal, modern, safe for any page */

.icon-value-section {
  background: #f5faff;
  padding: 48px 0;
}

.icon-value-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 16px;
}

.icon-value-heading {
  color: #E53935;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  font-family: 'DM Serif Text', serif;
  margin-bottom: 28px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.icon-blue {
  color: #0074d9;
  font-size: 2.1rem;
  vertical-align: middle;
}

.icon-green {
  color: #0074d9;
  font-size: 1.4rem;
  margin-right: 10px;
  vertical-align: middle;
}

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

.icon-value-list li {
  font-size: 1.08rem;
  margin: 18px 0;
  display: flex;
  align-items: center;
  color: #263442;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.02em;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1.5px 7.5px 0 rgba(17,47,74,0.05);
  padding: 13px 14px;
  transition: box-shadow 0.2s;
}

.icon-value-list li:hover {
  box-shadow: 0 4px 18px 0 rgba(1,50,95,0.10);
}

.material-icons {
  /* Ensuring icon and text alignment */
  flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .icon-value-heading {
    font-size: 1.35rem;
    gap: 8px;
  }
  .icon-blue {
    font-size: 1.5rem;
  }
  .icon-green {
    font-size: 1.08rem;
  }
}

@media (max-width: 480px) {
  .icon-value-section {
    padding: 28px 0;
  }
  .icon-value-heading {
    font-size: 1.06rem;
    gap: 6px;
  }
  .icon-blue {
    font-size: 1.1rem;
  }
  .icon-value-list li {
    padding: 8px 8px;
    font-size: 0.93rem;
  }
}

/*
  No old CSS conflict: all class names with '.icon-value-' prefix.
  SEO-friendly: <h2> for the section.
  Minimal, modern, supports all major browsers & devices.
*/










/* core-values-section — Only for Core Values. Modern & minimal */
/* No old CSS conflicts */

.core-values-section {
  background: #f8fafc;
  padding: 48px 0;
}

.core-values-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
}

.core-values-title {
  color: #E53935;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 38px;
  font-family: 'DM Serif Text', serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.core-values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.core-value-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(41,57,110,0.10);
  padding: 28px 22px 24px 18px;
  flex: 1 1 255px;
  max-width: 355px;
  min-width: 220px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: box-shadow 0.18s;
}
.core-value-item:hover {
  box-shadow: 0 8px 32px 0 rgba(30,60,140,0.13);
}

.core-value-icon {
  font-size: 2.15rem;
  margin-top: 2px;
}
.icon-blue { color: #1679ff; }
.icon-green { color: #14af6c; }
.icon-purple { color: #9c27b0; }
.icon-orange { color: #ff9800; }

.core-value-heading {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 7px 0;
  color: #21324b;
  font-family: inherit;
}

.core-value-desc {
  color: #49516a;
  font-size: 1rem;
  margin: 0;
  font-family: inherit;
}

/* Responsive: Tablet/Mobile */
@media (max-width: 920px) {
  .core-value-item {
    max-width: 340px;
    min-width: 170px;
    padding: 18px 10px 15px 10px;
  }
  .core-values-list {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .core-values-list {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .core-value-item {
    width: 100%;
    max-width: 430px;
    min-width: unset;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .core-values-container { padding: 0 5px; }
  .core-values-title { font-size: 1.07rem; }
  .core-value-heading { font-size: 1rem; }
  .core-value-icon { font-size: 1.12rem; }
  .core-value-desc { font-size: 0.965rem; }
  .core-value-item { padding: 11px 5px 12px 6px; }
}

/*
  All class names with .core-values-/.core-value- prefix.
  Minimal modern look, fully responsive, SEO semantic (section, h2, h3, p tags).
  Old CSS fully safe.
*/








#mission-section {
  background: linear-gradient(135deg, #0046ad, #1e88e5);
  color: white;
  text-align: center;
  padding: 3rem 1rem;
  border-radius: 12px;
  margin: 2rem auto;
  max-width: 900px;
  animation: slideIn 1s ease forwards;
}

#mission-section h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#mission-section p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.mission-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.mission-stats div {
  flex: 1;
  min-width: 100px;
  font-size: 1rem;
}

.mission-stats span {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

/* Animation */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  #mission-section {
    padding: 2rem 1rem;
  }
  .mission-stats {
    flex-direction: column;
    align-items: center;
  }
}