.Main-Header-About .contact-US {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 160px;
  margin-top: 60px;
}

.Main-Header-About .contact-US h1 {
  color: #000;
  line-height: 43px;
  text-align: center;
  font-size: 800;
}
.Main-Header-About .contact-US span {
  color: #000000;
}

.Main-Header-About {
  background: linear-gradient(rgba(232, 243, 232, 0.1), #b4ecb4cc),
    url(/img/markus-kammermann-dvkgCLkN9kY-unsplash.jpg) no-repeat center center /
      cover;
  height: 500px;
  font-weight: 600;
}
.Main-Header-About .Main-Header-Contact-blur {
  background: #fff;
}
.aboutwriteup {
  text-align: justify;
  margin-left: 150px;
  font-size: 17px;
  margin-right: 150px;
  line-height: 44px;
}
.visionandmission {
  display: flex;
  justify-content: center;
  line-height: 44px;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
}
@media (max-width: 900px) {
  .visionandmission {
    display: flex;
    justify-content: center;
    line-height: 44px;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    flex-direction: column;
  }
  .aboutwriteup {
    text-align: justify;
    margin-left: 50px;
    font-size: 13px;
    margin-right: 50px;
    line-height: 34px;
  }
}
.visionandmission img {
  height: 70px;
  width: 70px;
}
.visionandmission div {
  border-radius: 12px;
  transition: 0.6s transform;
  margin: 10px;
  padding: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.visionandmission div:hover {
  transform: scale(1.1);
}
/* COUNTER */

.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-left: 60px;
  margin-right: 60px;
}

/* ===== TOP BIG CARDS ===== */
.big-card {
  grid-column: span 2;
  border-radius: 15px;
  padding: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.purple {
  background: linear-gradient(135deg, #3f1483, #44005f);
}

.big-card h1 {
  font-size: 60px;
  font-weight: 700;
}

.big-card p {
  margin-top: 15px;
  font-size: 18px;
}

/* ===== SMALL CARDS ===== */
.small-card {
  border-radius: 15px;
  padding: 30px;
  color: #fff;
}

.small-card h1 {
  font-size: 50px;
}

.small-card p {
  margin-top: 10px;
}

.gradient1 {
  background: linear-gradient(135deg, #7b5cff, #5a3ff2);
}

.gradient2 {
  background: url("/img/pauli-nie-DUwZP3JzVC4-unsplash.jpg") center/cover
    no-repeat;
}

.gradient3 {
  background: linear-gradient(135deg, #8e2de2, #c471ed);
}

/* ===== IMAGE OVERLAY CARD ===== */
.image-card {
  grid-column: span 2;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?q=80&w=1400")
    center/cover no-repeat;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(90, 0, 150, 0.8),
    rgba(60, 0, 100, 0.8)
  );
}

.image-content {
  position: relative;
  z-index: 2;
  padding: 40px;
}

.image-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .big-card,
  .image-card {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
  .big-card,
  .image-card {
    grid-column: span 1;
  }
  .big-card h1,
  .small-card h1 {
    font-size: 40px;
  }
}

.have-qsAbout {
  background: #cdf6ff;
  display: flex;
  margin-top: 20px;
  padding: 70px;
}
.have-qsAbout {
  font-size: 15px;
  align-items: center;
}
.mmamams {
  margin-left: 50px;
  align-items: center;
}
.have-qsAbout .havewqs {
  margin-left: 250px;
  font-size: 14px;
}

.have-qsAbout .mmamams p {
  font-size: 15px;
}

.nlicensed-by {
  text-align: center;
}
