.top-bar { 
  font-size: 14px; 
  padding: 5px 0;
  border-bottom: 1px solid #707070; 
}
.top-bar a {
  color: #fff;
  text-decoration: none;
}
.social-icons a { 
  margin-left: 10px; 
  color: #333; 
}
.top-bar .social-icons i {
  font-size: 19px;
  color: #fff;
}
.header-section{
  background-color: #2e3192;
}
.logo img{
  width: 150px;
  height: 90px;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* optional smoothness */
  }

  .navbar .dropdown-toggle::after {
    transform: rotate(90deg); /* optional arrow animation */
  }
}
.err {
  color: #ff0000;
}
/*search style start*/
.search {
    border: 1px solid #29599f;
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    align-items: center;
    flex-wrap: wrap;
  }

  .form_input input {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    width: 100%;
    min-width: 250px;
  }

  .location_mark {
    font-weight: 500;
    color: #fff;
    align-items: center;
  }

  .location_mark i {
    font-size: 1.2rem;
  }

  @media (max-width: 576px) {
    .search {
      flex-direction: column;
      gap: 0.75rem;
    }

    .form_input input {
      min-width: 100%;
    }
  }
/*search style end*/

.navbar {
  background-color: #efefef;
}
.navbar .wide-dropdown {
    min-width: 250px; /* you can increase this */
    padding: 10px 0;
  }

  /* Optional: make the text wrap if too long */
.navbar .dropdown-item {
    white-space: normal;
  }
.navbar .dropdown .dropdown-menu li{
  border-bottom: 1px solid #d6d2d2;
  padding-bottom: 10px;
}
.navbar .navbar-nav li a{
  line-height: 1.2;
  display: block;
  color: #333;
  text-decoration: none;
  padding: 9px 16px 5px;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.language_btn .active {
  background: #90c8ff;
}

.nav-item {
  border-right: 1px solid #c1c1c1;
  padding: 0 15px;
}
.nav-item:last-child {
  border-right: none;
}
.carousel img {
  height: 481px;
}
.marquee { 
  background: #dcdcdc; 
  padding: 8px; 
  color: #d63384; 
  font-weight: bold; 
}
.side_tab {
  padding: 14px;
}
.side_tab h1{
  font-size: 24px;
  font-weight: 700;
  /*color: #0158af;*/
  line-height: 30px;
  width: 100%;
}
.nav-pills .nav-link {
  border-left: 4px solid transparent;
  color: #333;
  border-radius: 0;
  height: 70px;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}

.nav-pills .nav-link.active {
  border-left: 4px solid #0158af; /* Bootstrap primary color */
  background-color: transparent; /* Remove background */
  color: #0158af;
  height: 70px;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
.about_section .about-card {
  background: #f9f9f9;
}
.about_section .tab-content .card{
  min-height: 400px;
  background: #f9f9f9;
}
.about_section .abt-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8%;
    height: 3px;
    background-color: #0d6efd; /* Bootstrap primary */
}
.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8%;
    height: 3px;
    background-color: #0d6efd; /* Bootstrap primary */
}
.card-title { 
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 20px;
  margin-bottom: 3px;
}
.article_section .card a {
  color: #333;
}
.activity_section .card a {
  color: #333;
}
 
.member_section .member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
.member_section .member-card img{
  width: 100px; 
  height: 100px; 
  object-fit: cover; 
  margin-top: 10px;
}
.member_section .member-card h6 {
    font-size: 1rem;
    color: #343a40;
  }

.member_section .member-card p {
    font-size: 0.85rem;
    color: #6c757d;
  }

.gallery_section .gallery-image {
    cursor: pointer;
    transition: 0.3s ease;
  }
.gallery_section .gallery-image {
 width: 100%;
 height: 234px;
}
.gallery_section .modal-dialog-centered img {
  /*max-height: 80vh;*/
  object-fit: contain;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down .modal-content {
        height: 358px;
        border: 0;
        border-radius: 0;
    }
}
@media (max-width: 768px) {
  .nav-item {
    padding: 5px;
    border-bottom: 1px solid #c1c1c1;
  }
}
.footer { 
  background-color: #2e3192; 
  color: white; padding: 40px 0; 
}
.footer p {
  font-size: 18px;
}
.footer a {
  font-size: 18px;
}
.footer-contact .social-icons a{
  color: #fff;
  font-size: 28px;
  margin-left: 0px;
}

.event-block {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f9f9f9;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.event-block:hover {
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
  background: #ffffff;
}

.event-date {
  background: #2e3192;
  color: #fff;
  border-radius: 10px;
  min-width: 70px;
  padding: 5px 0;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
}

.event-date li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.event-date li:first-child {
  font-size: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 5px;
}

.event-meta h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.event-meta span {
  color: #6c757d;
  font-size: 14px;
}

.event-meta a {
  text-decoration: none;
  color: #212529;
}

.event-meta a:hover {
  color: #007bff;
}

.side_activity .card img{
  width: 100%;
}
.side_activity .art-title h5{
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
}
.member_section .search-box {
  background: #2e3192;
}
.table_model .modal-dialog .modal-header{
  height: 33px;
  background: #2e3192;
  color: #fff;
}
.model_profile img{
  width: 100px;
  border-radius: 5px;
}
.member_detail .info {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 8px;
}
.table_model .btn-close-white{
  filter: brightness(0) invert(1);
}
.model_profile .info span{
  font-size: 16px;
}
.form_list span{
  color: #ff0000;
}

.detail_section .detail-img img{
  height: 512px;
}