.mis-vis-section .mission-card {
  background-color: #004aad;
  color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mis-vis-section .vission-card {
  background-color: #ffffff;
  color: #004aad;
  border: 1px solid #004aad;
  border-radius: 12px;
  padding: 40px;
  transition: all 0.3s ease;
}

.mis-vis-section .mission-card:hover,
.mis-vis-section .vission-card:hover {
  transform: translateY(-6px);
}

.mis-vis-section .mission-card img,
.mis-vis-section .vission-card img {
  transition: transform 0.5s ease;
}

.mis-vis-section .mission-card:hover img,
.mis-vis-section .vission-card:hover img {
  transform: scale(1.05) rotate(-2deg);
}

.who-about-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.about-hero-btn {
  background-color: #fcd6004d;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease all;
}

.about-hero-btn:hover {
  color: #000000;
  transform: scale(1.05);
  cursor: pointer;
}

.about-dot {
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
}

/* -----Why ESPA Section ---- */

.why-espa-section {
  background-color: #fbfbfb;
}

.why-card p {
  margin: 0;
  font-size: 14px;
  color: #23262f;
}

.why-text {
  margin: 0;
  margin-left: 60px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #555;
}

.why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 6px 14px rgba(0, 0, 0, 0.06);
}

.why-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.why-header h6 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1a1a1a;
}

.why-number {
  min-width: 44px;
  height: 44px;
  background: #004aad;
  color: #ffffff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 14px;
}

/* -------approach section------ */

.approach-right-section {
  padding: 25px;
}
.approach-section p {
  max-width: 830px;
}

.approach-image img {
  width: 98%;
  border-radius: 16px;
  object-fit: cover;
}

/* ------bottom about section ------- */
.bottom-about-section h2 {
  line-height: 1.4;
}
.bottom-about-section .hero-content {
  padding: 40px 60px 40px 60px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .why-card {
    padding: 17px 16px;
  }

  .why-card h6 {
    font-size: 14px;
  }

  .bottom-about-section .hero-content {
    padding: 0 20px;
  }

  .about-hero-btn{
    padding: 6px 11px !important;
    font-size: 10px;
  }

      .about-dot {
  width: 8px;
  height: 8px;
}

}
