  .fakeimg {
    height: 200px;
    background: #aaa;
  }
  

.w-100 {
  width: 100% !important;
  height: 80vh;
}
.vl {
  border-right: 3px solid #615e4a;
  height: 280px;
}


  <!-- Statistical Data Section -->

        .stats-section {
            padding: 40px 0;
            text-align: center;
        }
        .stat-item {
            margin-bottom: 20px;
            flex: 1; /* Ensure the items take up equal space */
            padding: 10px; /* Add padding for extra space */
        }
        .stat-item img {
            max-width: 60px;
            margin-bottom: 10px;
        }
        .stat-item .number {
            font-size: 24px;
            font-weight: bold;
        }
        .stat-item .label {
            font-size: 16px;
        }

        .info-section {
            background-color: #333; /* Dark background color */
            color: #fff; /* White text color */
            padding: 40px 0;
        }
        .info-item {
            padding: 20px;
            border-right: 1px solid #555; /* Divider color */
            text-align: left; /* Align text to the left */
        }
        .info-item:last-child {
            border-right: none;
        }
        .info-item img {
            max-width: 40px;
            margin-bottom: 10px;
        }
        .info-item .title {
            font-size: 18px;
            font-weight: bold;
            color: #f0a500; /* Orange text color */
            margin-bottom: 10px;
        }
        .info-item ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .info-item ul li {
            margin-bottom: 5px;
        }
        .info-item ul li a {
            color: #fff;
            text-decoration: none;
        }
        .info-item ul li a:hover {
            text-decoration: underline;
        }
	
        .updates-section {
            display: flex;
            align-items: stretch;
            background-color: #ddd;
            padding: 0;
        }
        .updates-title {
            background-color: #b59a00; /* Gold color */
            color: white;
            padding: 20px;
            font-weight: bold;
            white-space: nowrap;
            display: flex;
            align-items: center;
        }
        .updates-content {
            flex-grow: 1;
            padding: 20px;
            display: flex;
            align-items: center;
        }

        .footer {
            background-color: #333;
            color: #fff;
            padding: 40px 0;
        }
        .footer a {
            color: #fff;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        .footer .map-container {
            width: 100%;
            height: 200px;
        }
        .social-icons a {
            color: #fff;
            font-size: 1.5rem;
            margin-right: 15px;
        }
        .social-icons a:hover {
            color: #ccc;
        }
   
        .footer-section {
            background-color: #780e0e; 
            color: white; 
            text-align: center;
            padding: 20px 15px; /* Padding for better spacing */
        }
        .footer-section p {
            margin-bottom: 10px; /* Reduce margin between paragraphs */
        }

        .research-section {
            padding: 60px 0;
        }
        .research-card {
            border: none;
            border-radius: 0;
            margin-bottom: 20px;
        }
        .research-card img {
            border-radius: 0;
        }
        .research-card-body {
            color: #fff;
            padding: 10px;
        }
        .research-card-body.blue {
            background-color: #005377;
        }
        .research-card-body.red {
            background-color: #a31d24;
        }
        .research-card-body.teal {
            background-color: #0c8489;
        }
        .research-card-body.grey {
            background-color: #525252;
        }

 .image-hover {
            transform: scale(1.1); /* Scale up the image */
            transition: transform 0.3s ease; /* Smooth transition */

        .gallery-section {
            padding: 60px 0;
        }
        .gallery-item {
            padding: 5px;
        }
        .gallery-item img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
	