/* Logo styles */
.navbar-brand img {
  height: 40px;
  width: auto;
  max-width: 200px;
}

/* Mobile optimization */
@media (max-width: 991px) {
  .navbar-brand img {
    height: 30px;
  }
}

/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

/* Section card styles */
.section-card .card {
  border: 1px solid rgba(0,0,0,0.125);
  transition: all 0.3s ease;
}

.section-card .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.icon-wrapper {
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0,0,0,0.125);
}

.section-card .card-title {
  color: #2c3e50;
  font-weight: 600;
}
