        /* Mobile phones (up to 767px) */
@media screen and (max-width: 631px) {
  
  .textlogo {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
  display: flex;
  align-items: center; /* kuhakikisha maandishi yapo vertically centered */
  line-height: 1;
}

.textlogo .text-primary {
  color: #ea2b1f;
} 

.navbar-brand-dark {
  color: #1e1e1e !important; /* nyeupe kama maandishi kwenye buttons */
}

.navbar-brand-white {
  color: #F2F3F5 !important; /* nyeupe kama maandishi kwenye buttons */
}
}

/* Tablets (768px to 1024px) */
@media screen and (min-width: 631px) and (max-width: 1024px) {
  
  .textlogo {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
  display: flex;
  align-items: center; /* kuhakikisha maandishi yapo vertically centered */
  line-height: 1;
}

.textlogo .text-primary {
  color: #ea2b1f;
} 

.navbar-brand-dark {
  color: #1e1e1e !important; /* nyeupe kama maandishi kwenye buttons */
}
.navbar-brand-white {
  color: #F2F3F5 !important; /* nyeupe kama maandishi kwenye buttons */
}
  
}

/* Desktops (1025px and above) */
@media screen and (min-width: 1025px) {
  
  .textlogo {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
  display: flex;
  align-items: center; /* kuhakikisha maandishi yapo vertically centered */
  line-height: 1;
}

.textlogo .text-primary {
  color: #ea2b1f;
} 

.navbar-brand-dark {
  color: #1e1e1e !important; /* nyeupe kama maandishi kwenye buttons */
}
.navbar-brand-white {
  color: #F2F3F5 !important; /* nyeupe kama maandishi kwenye buttons */
}
}

        
        .views-box1 {
            background: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            color: #2c3e50;
        }