/* Remove header background image from home page */
header.header.header-image,
.header.header-image {
  background-image: none !important;
  background: transparent !important;
}

.header.header-image::before {
  display: none !important;
}

/* Remove header background image from all other pages */
.header-bg-img {
  background-image: none !important;
  background: transparent !important;
}

/* Change header text color to black */
.header.header-image .header-inner,
.header .header-inner {
  color: #4c5259 !important;
}

/* Red heart icon for view counts on homepage */
.item-views .fa-heart {
  color: #dc3545 !important;
}

/* Growth Numbers Section - using category card styling */
.growth-number-value {
  font-size: 56px !important;
  font-family: 'Arial Black', Arial, sans-serif !important;
  font-weight: 900 !important;
  color: #4A8CC7 !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
}

@media (max-width: 768px) {
  .growth-number-value {
    font-size: 46px !important;
  }
}

@media (max-width: 576px) {
  .growth-number-value {
    font-size: 40px !important;
  }
}