/* Custom CSS */
body {
    background-color: #f8f9fa; /* Light gray background */
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f8f9fa;
}


.navbar {
    border-bottom: 2px solid #ccc;
}

.slideshow-section .border {
    min-height: 400px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-row {
    flex-wrap: wrap;
    justify-content: center;
}

.logo-box {
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.news-section .row,
.certificate-section .row {
    justify-content: center;
}

.news-section .col-md-2 .border {
    min-height: 150px;
}

.certificate-section .col-md-3 .border {
    min-height: 200px;
}

.footer {
    background-color: #343a40;
    color: #fff;
    font-size: 0.9em;
}

.footer a {
    color: #ccc;
}

.footer a:hover {
    color: #fff;
}

.logo-img {
  height: 40px;
}

.brand-text {
  font-weight: bold;
  font-size: 1rem;
}



/* Hide brand text on small screens */
@media (max-width: 991.98px) {
  .brand-text {
    display: none !important;
  }
}









