/* app/assets/stylesheets/application.css */
.bg-gradient-hero {
  background-image: var(--gradient-hero);
}

.bg-gradient-patriotic {
  background: linear-gradient(135deg, #d7191f, #1447a0);
}

/* Hide scrollbar for horizontal scrolling containers */
.scrollbar-hide {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;  /* Chrome, Safari and Opera */
}

