/* * */
.about-hero {
  min-height: 65vh !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url('../assets/images/avsimulation-environment-day.jpg') no-repeat bottom center;
  background-size: cover;
}

.textColor {
  color: var(--color-text);
}

/* * */

/* about section start */
.about-section {
  padding: 100px 0;
}

.about-title {
  font-size: 2.7rem;
}

.about-subtitle {
  font-size: 17px;
}

.govText h4 {
  font-size: 20px;
}

.line {
  border-left: 1px solid #dee2e6;
  height: 60px;
  margin: 0 1.6rem;
}

.balloon {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
  background: #cbdce8;
}

.balloon-1 {
  width: 140px;
  height: 140px;
  top: -24px;
  left: -30px;

}

.balloon-2 {
  width: 140px;
  height: 140px;
  bottom: -40px;
  right: -30px;

}

.facility-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

/* about section end */





/* Mission & vision start */
.icon1 {
  background: #e5f1f6;
  color: var(--color-text);
}

.cardH {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.cardH:hover {
  transform: translateY(-5px);
}

.cardBorTop {
  border-top: 8px solid var(--primary-color);
  /* border-top: linear-gradient(90deg,rgba(14, 123, 175, 1) 29%, rgba(93, 164, 248, 1) 53%);; */
}

.cardBorLeft {
  border-left: 6px solid var(--primary-color);
}

.cardText {
  font-size: 3rem;
}

.contactBg {
  background: var(--primary-gradient);
}

/* Mission & vision end */







@media (max-width:768px) {

  .section-title h2 {
    font-size: 1.9rem;

  }

  .about-section {
    padding: 50px 0;
  }

  .section-title p {
    font-size: 1.1rem;
  }

  .about-title {
    font-size: 1.7rem;
  }

  .about-subtitle {
    font-size: 16px;
  }

  .govText h4 {
    font-size: 15px;
  }

  .govText p {
    font-size: 14px;
  }

  .govImg {
    width: 120px;
  }

  .balloon-2 {
    right: -1px;

  }
}