.csu{
    background-color: rgb(234 88 12)
}
.header a.neve-skip-link {
    display: none;
}
#masthead {
    position: relative;
}
body.sticky #masthead .main-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    /* background-color: #0b0b0b; */
}
img.rounded.fe-image.wp-post-image {
    width: 30px;
    height: 30px;
}
*{
    margin: 0;
    padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p, span, div, button, ul, li {
    font-family: "Arial" !important;
}

.hfe-nav-menu li.current-menu-item > a {
  color: #4a90e2 !important;
  font-weight: bold;
}
.exhibition-item > div {
    min-height: 340px;
}
.exhibtion-item > div {
    min-height: 175px;
}

/* Scroll to Top Button Wrapper */
#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  display: none; /* Will be shown/hidden via JS */
}

/* Elementor Button Styling */
#scrollToTop .elementor-button {
  background-color: #2563EB;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
#scrollToTop .elementor-button:hover {
  background-color: #4a90e2;
  transform: scale(1.1);
}

/* Hide default text and replace with icon */
#scrollToTop .elementor-button-text {
  font-size: 0; /* Hide original text */
  line-height: 0;
}

#scrollToTop .elementor-button-text::before {
  content: "↑"; /* Arrow Icon */
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}
