html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', 'Noto Sans', sans-serif;
  background-color: #fafafa;
}

.box-shadow-custom {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: none;
  border-top: 5px solid #2a5298;
  /* Adds a striking top border */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
  background: white;
  padding: 30px;
}

.img-shadow {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.img-shadow:hover {
  transform: scale(1.02);
}

.section-title-highlight {
  color: #2a5298;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.feature-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.feature-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  flex: 1 1 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid hsl(204, 86%, 53%);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.feature-card h3 {
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2c3e50;
}

.feature-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.hero {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf2 100%);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.navbar-item {
  font-weight: 500;
  color: #4a4a4a !important;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin: 0 2px;
}

.navbar-item:hover {
  color: #2a5298 !important;
  background-color: rgba(42, 82, 152, 0.08) !important;
}


.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Inter', sans-serif;
}


.publication-title {}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {}

.publication-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  background: -webkit-linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.publication-authors {
  font-family: 'Inter', sans-serif;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors {}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;

  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publication-body img {}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 5px;
}

.btn-modern {
  background-color: #2a5298 !important;
  color: #ffffff !important;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease !important;
}

.btn-modern:hover {
  background-color: #1e3c72 !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(42, 82, 152, 0.35);
}

.btn-modern .icon {
  color: #ffffff;
}