/* pgdm */
/* last css */

/* .hero16 */

/* last css */

.newclass {
  color: #00338d;
  margin-top: 10px;
}

.hero17 h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00338d;
  /* Navy Blue for the heading */
  text-align: center;
}

.hero17 p {
  text-align: center;
  font-size: 1rem;
  color: #666666;
  font-family: "ProximaNova-R", sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.icon-container img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f7f7f7;
  padding-top: 10px;
}

/* Responsive margin adjustments */
@media (max-width: 768px) {
  .card {
    margin-bottom: 20px;
  }
}

/* pgdm */
.card-text {
  font-family: "ProximaNova-R", sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
}

.course-title {
  color: #00338d; /* Navy Blue for the title */
  font-weight: bold;
  margin-top: 10px;
}

.course-subtitle {
  color: #f47521; /* Gold for the subtitle */
  font-weight: bold;
}

.course-description {
  color: rgb(34, 34, 34);
  margin-top: 20px;
  font-size: 18px;
  line-height: 40px;
  font-family: proximaNova-R, sans-serif;
  text-align: justify;
}

.custom-hr {
  border: 0;
  height: 5px;
  background: #f47521; /* Yellow line under the title */
  margin: 10px 0;
}

.module-title {
  background-color: #f47521;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-top: 20px;
}

.course-image {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* .image-container {
  position: relative;
  overflow: hidden;
  
} */

.text-container {
  padding: 30px;
}

.module-list {
  margin-top: 20px;
}

.module-item {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  font-family: "ProximaNova-R", sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
}

.module-item img {
  width: 60px;
  height: 85px;
  margin-right: 20px;
}

.module-item h5 {
  margin: 0;
  color: #00338d;
}

.module-item p {
  margin: 5px 0 0;
}

/* .footer {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  color: #666;
} */

/*  card */
.stats-container {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.stats-container::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #00338d;
  /* Navy blue shadow effect */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: -1;
}

.stat {
  text-align: center;
}

.stat h4 {
  font-weight: bolder;
  color: #00338d;
  font-family: "ProximaNova-R", sans-serif;

  font-size: 22px;
  /* Purple color for the numbers */
}

.stat p {
  margin: 0;
  font-size: 1rem;
  color: #000;
  font-family: "ProximaNova-R", sans-serif;

  font-size: 22px;
}

.divider {
  height: 50px;
  width: 1px;
  background-color: #d5a467;
}

@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    padding: 10px;
  }

  .divider {
    display: none;
  }
}
/*  card */

.capabilitiescard {
  border: 2px solid #00338d;
  border-radius: 12px;
  background-color: rgb(241, 242, 246);
  padding: 20px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.capabilitiescard:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(7, 54, 207, 0.1);
}

.capabilitiescard-img-top {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  border: 2px solid #f47521;
  border-radius: 10px;
}

.capabilities-title {
  font-size: 1rem;
  font-weight: bold;
  color: #00338d;
  margin-top: 10px;
  text-align: center;
}
