body {
    font-family: Arial, sans-serif;
  }
  .hero-image {
    position: relative;
    height: 400px;
    background-image: 
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6)),
      url('background.jpg');
    background-size: cover, auto, cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
  }
  .hero-text {
    max-width: 800px;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
  }
  .hero-text h1 {
    color: #212529;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
  }

  .hero-text .lead {
    font-size: 1.25rem;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  }

  .hero-text p {
    font-size: 1.7rem;
  }
  section {
    padding: 60px 0;
  }
  .bg-primary {
    background-color: #007bff;
    color: #fff;
  }
  .text-left {
    text-align: left;
  }
  footer {
    padding: 20px 0;
    text-align: center;
    background-color: #333;
    color: #fff;
  }

  .comittee-member{
    margin-bottom: 5px;
  }

  .price{
    font-weight: 600;
  }

  td, th{
    padding: 10px;
    border: 1px solid #ccc;
  }

  td:first-child {
    font-weight: bold;
}

.bar{
text-align: center;
}

.mtm-5{
  margin-top: 30px !important;
}

@media (max-width: 768px) {
  .mtm-5{
    margin-top: 0px !important;
  }
  .mobile-top-margin{
    margin-top: 50px !important;
  }
  .hero-image {
    height: 300px;
  }
  
  .hero-text h1 {
    font-size: 2rem;
  }
  
  .hero-text .lead {
    font-size: 1.1rem;
  }
}

ol > li{
  margin-bottom: 10px;
}

ol > li > a{
  font-weight: 600;
}


.card{
  border: none;
}

.card-body{
  padding-left: 0px;
  padding-right: 0px;
}

.card-text{
  margin-bottom: 0px;
}

.post-item{
  cursor: pointer !important;
}

.post-text{ 
  padding-top: 15px;
  padding-bottom: 15px;
}

.post-text p{ 
  margin: 0px;
 margin-bottom: 5px;
}

.dl2{
  background-image: url('pdficon_large.png');
  margin: 0px;
  padding: 0px;
  margin-left: 4px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery a img {
  width: 150px;
  border-radius: 8px;
  transition: transform 0.2s;
}
.gallery a img:hover {
  transform: scale(1.05);
}

.glightbox img{
  height: 100px;

}