body {
  font-family: 'Noto Sans', sans-serif;
}


/* Sliding Footer Styles */
.footer {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    background-color: #2C3E50 !important;
    color: white !important;
    padding: 15px 0 !important; /* Reduced from 30px */
}


.footer .title {
    margin-bottom: 8px !important; /* Reduced spacing */
    font-size: 1.2rem !important; /* Smaller title */
    line-height: 1.2 !important;
}

.footer p {
    margin-bottom: 5px !important; /* Minimal spacing between paragraphs */
    line-height: 1.3 !important; /* Tighter line height */
    font-size: 0.9rem !important; /* Slightly smaller text */
}

.footer div[style*="margin-top"] {
    margin-top: 8px !important; /* Reduced all top margins */
}

.footer.show {
    transform: translateY(0);
}

/* Ensure content doesn't get hidden behind footer when it's visible */
body {
    margin-bottom: 0;
}

/* Keep your existing footer icon styles */
.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: 'Google Sans', 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: 'Google Sans', sans-serif;
}

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

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

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

.title + .publication-authors,
.subtitle + .publication-authors {
    margin-top: -1.25rem;
}

.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;
}



/* Hamburger Menu Styles */
.hamburger-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.hamburger-icon {
    width: 30px;
    height: 25px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hamburger-icon:hover {
    background: rgba(255, 0, 153, 0.1);
    transform: scale(1.05);
}

.hamburger-line {
    height: 3px;
    background: #FF0099;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animation when menu is open */
.hamburger-icon.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-icon.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-icon.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Navigation Menu */
.nav-menu {
    position: fixed;
    top: 70px;
    right: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    z-index: 999;
    min-width: 200px;
}

.nav-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.nav-menu li {
    margin: 0;
}

.nav-menu a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-menu a:hover {
    background: rgba(255, 0, 153, 0.1);
    color: #FF0099;
    border-left-color: #FF0099;
    padding-left: 25px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 998;
    display: none;
}

.overlay.active {
    display: block;
}

html {
    scroll-behavior: smooth;
}
 
#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}
