.heading-image
  {
  display: block;
  margin: auto;
  text-align:center;
  width:100%;
  }
.center-text
  {
  margin-left: auto;
  margin-right: auto;
  width:100%;
  text-align:center;
  padding:10px;
  margin-top:20px;
  text-indent:10%;
  }
.row  h1, h2{
  color:grey;
  font-size:18px;
  text-align:center;
  margin:auto;
  width:100%;
  padding:5px;

  }
  article h2.text-center,  article h2 {
  color:grey;
  font-size:18px;
  text-align:center;
  margin:auto;
  width:100%;
  padding:5px;
  }


.center-image
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  width:100%;
  padding:20px;
  
  }
.column-text{
  margin: auto;
  width:100%;
  text-align:justify;
  padding:20px;
  text-indent:20%;
}

.text-link {
  display: block;
  padding: 5px;
  color:blue;
  text-decoration:none;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  text-align:center;
  padding:10px;
}
.text-link:hover{
  font-weight:bold;
}
.text-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.link-in-text {
  color:blue;
  text-decoration:none;
  margin-left: auto;
  margin-right: auto;
}

.link-in-text:hover {
  text-decoration:underline;
}


  .navbar {
      background-color: #fff;
      position: fixed;       /* Make it stay on top */
      top: 75px;            /* Distance from top */
      left: 0;
      right: 0;
      z-index: 1030;         /* Keep it above other elements */
      color:#000;
      
    }
    .navbar-brand, .nav-link {
      color: #000 !important;
    }
    .nav-link:hover {
      color: #ffd700 !important;
    }

  .nav-item {
    padding-left:30px;
    padding-right:30px;
    color:#000;
    } 
.nav-link.active {
  text-decoration:underline;
}
html {
  scroll-padding-top: 100px; /* equal to or slightly more than your navbar height + offset */
}


/* Main content */
.main {
  margin-top: 10px; /* Add a top margin to avoid content overlay */
} 
.bg-primary-black {
  background-color: #000053 !important; /* Use !important for higher specificity */
}
/*.fa-map-marker:hover, fa fa-envelope:hover, fa fa-phone:hover{
  color:yellow;
}*/
.fa-map-marker hover {
  color:yellow;
  background-image:url('images/icon/phone.png');
}

.programs{
  height:15px;
  margin:0px;
  border: 1 1 0 1px solid;
  color:grey;
  }
.programs:hover{
  color:blue; 
  }


    .programsCard {
      width: 90%;
      margin: 60px auto;
      text-align: center;
    }
    .programsCard h2 {
      color: #004aad;
      margin-bottom: 30px;
    }



    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }
    .card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s;
    }
    .card:hover {
      transform: translateY(-5px);
    }
    .card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .card-content {
      padding: 20px;
    }
    .card-content h3 {
      color: #004aad;
      margin-bottom: 10px;
    }


/*
        body { font-family: Arial, sans-serif; margin: 0px; }
        .program { border: 1px solid #ddd; padding: 15px; margin-bottom: 20px; border-radius: 5px; }
        h3 { margin: 0; }
        ul { margin-left: 20px; }
        .index { margin-bottom: 30px; }
        .index table { border-collapse: collapse; width: 100%; }
        .index th, .index td { border: 1px solid #ccc; padding: 8px; text-align: left; }
        .index th { background-color: #f5f5f5; }
        a { text-decoration: none; color: #0066cc; }
        a:hover { text-decoration: underline; }

*/
.advanced-programs{
  margin:5px;
  padding:0px;
  float:left;
  text-align:left;
  border-radius: 5px;
  width:290px;
  overflow: hidden;
  background-color:#007889;

}
.advanced-programs .advanced-programs-image {
  width:300px;
  height:412px;
}
.advanced-programs-text{
  margin: auto;
  width:290px;
  text-align:center;
  padding:0;
  color:#fff;
  height:40px;
  padding-top:5px;
}
.no-image-text{
  font-size:20px;
  margin:auto;
  text-align:center;
  color:#fff;
  border:1px solid silver;
  border-radius:3px;
  padding:2px;
  font-weight:bold;
  height:412px;
  opacity:0.3;
  display: flex;
  align-items: center; 


}



    footer {
      background-color: #222;
      color: #ccc;
      padding: 40px 0;
    }

    footer a {
      color: inherit;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    footer a:hover {
      color: #0d6efd; /* Bootstrap primary blue */
    }

footer .row {
  justify-content: center;
  text-align: center;
}
.footer-item {
  align-items: center !important;
}


    .icon {
      width: 32px;
      height: 32px;
      color: #ccc;
      transition: color 0.3s ease, transform 0.3s ease;
    }

    .icon:hover {
      color: #0d6efd;
      color:#ff8a1d;
      transform: scale(1.1);
    }

    .footer-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    @media (min-width: 768px) {
      .footer-item {
        align-items: flex-start;
      }
    }

.container {
  display: flex;
  gap: 20px;
}
.left-column {
  flex: 7; /* 70% */
}

.right-column {
  flex: 3; /* 30% */
}
@media (max-width: 500px) {
  .container {
    flex-direction: column;
  }
  
  .column {
    min-width: 100%; /* Full width on mobile */
  }
}
.footer-element{
  text-decoration:none;
  color:silver;
}
.footer-element:hover{
  text-decoration:none;
  color:#ff8a1d;
}
h6{
  text-align:center;
  margin:auto;
}
.tag-line{
  text-decoration:none;
  text-align:center;
}





