
  .carousel-item {
    height: 100vh;
    min-height: 400px;
    background: no-repeat center center scroll;
    background-size: cover;
    position: relative;
  }
  .carousel-caption {
    bottom: 100px;
  }
  .carousel-caption h1 {
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px rgb(194 34 123 / 68%);
  }
  .carousel-caption p {
    font-size: 1.25rem;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .btn-important-dates {
    background-color: #007bff;
    border: none;
    font-size: 1.25rem;
    padding: 10px 20px;
  }
    strong{
    color: #0654a3;
    }
    



  .important-dates-list {
    list-style: none;
    padding: 0;
  }
  .important-dates-list li {
    margin-bottom: 10px;
  }

  .services-icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 10px;
  }
  .services-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .submission-guidelines {
    list-style: none;
    padding: 0;
  }
  .submission-guidelines li {
    margin-bottom: 10px;
  }
  .policy-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .content-subtitle {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .content-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .section-bg {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
    span {
 
    color: #bc2164;
}
.section-title p {
  margin-bottom: 0;
  font-size: 16px;
  color: #6c757d;
}
.member {
  text-align: center;
  border-radius: 10px;
  background: #dfd7d83d;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgb(124 124 124 / 66%);
  transition: all 0.3s ease-in-out;
}
.member:hover {
  transform: scale(1.05);
}
.member-img {
  margin-bottom: 15px;
}
.member-img img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.member-info {
  padding-top: 15px;
}
.member-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #343a40;
}
.member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #2c70c3;
}
.social {
  margin-top: 15px;
}
.social a {
  color: #495057;
  margin: 0 10px;
  transition: color 0.3s;
}
.social a:hover {
  color: #007bff;
}
/* CSS to hide the Apply Now buttons */
.pricing .btn-buy {
  display: none;
}
.client-caption {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}


