.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

@media screen and (min-width: 992px) {
  .main-navigation ul {
    display: flex;
    align-items: center;
  }
}

a.navitem:hover {
  color: black !important;
}

.black {
  color: black;
}

.white {
  color: white;
}

.list-item {
  margin-bottom: 15px;
}

.sm-text {
  font-size: 18px;
}

.no-paading {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.text-align-center {
  text-align: center;
}

.spcae-5 {
  padding-top: 50px !important;
}

a .enrollButton {
  padding: 10px 35px !important;
  background-color: rgb(34, 106, 203) !important;
  border: none;
  border-radius: 10px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.6s, box-shadow 0.6s;
}

.enrollButton:hover {
  background-color: rgb(60, 80, 120); /* darker for contrast */
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.4);
}

.main-home-list {
  padding: 15px;
  display: block;
  background-color: white;
  border-radius: 10px;
  font-size: 21px;
  color: black;
  transition: all 1s;
}

.main-home-list:hover {
  border-color: rgb(34, 106, 203);
  box-shadow: none;
}

.inner-para {
  font-size: 16px;
  color: white;
  margin-bottom: 0px;
}

.black {
  color: black;
}

.white {
  color: white;
}

.text-md {
  font-size: 20px;
}
.text-lg {
  font-size: 26px;
}

.text-xlg {
  font-size: 46px;
}

.fw-md {
  font-weight: 500;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.mycard {
  background-color: #226acb;
  border: none;
  padding: 16px;
  text-align: center;
  color: white;
  text-align: left;
  height: 250px;
  transition: all 0.7s;
}

.ab-card {
  transition: all 0.7s;
}

.mycard:hover {
  background-color: #1b9bd1;
}

.mycard:hover .ab-card {
  color: black !important;
  transform: scale(1.2);
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.bg-cover {
  height: auto;
  background-image: url();
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  align-items: center;
  display: flex;
}

.bg-bottom {
  height: 400px;
  align-items: center;
  display: flex;
  background-color: #226acb;
  text-align: center;
}

.cover-icon {
  margin-top: 10%;
  text-align: center;
  position: relative;
  justify-content: center;
  display: flex;
}
