@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap');


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


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


/* Old Bootstrap Carousel Styles - Superseded by new Bulma-based carousel */
/* .carousel-control-prev {
 margin-left: -50px;
 height: 300px;
 }
 .carousel-control-next {
 margin-right: -50px;
 height: 300px;
 }
 .carousel-item {
 height: 234px;
 overflow: hidden;
 width: 100%;
 text-align: center;
 }
 .carousel-item img {
 width: 100%;
 } */
 .carousel-inner .item img {
 margin:auto;
 }
 .carousel-control-next,.carousel-control-prev{
 opacity:1
 }
 .carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{
 opacity:1
 }
 .slider-navigation-next,.slider-navigation-previous{
 display:flex;
 justify-content:center;
 align-items:center;
 position:absolute;
 width:42px;
 height:42px;
 background:gray center center no-repeat;
 background-size:20px 20px;
 border:1px solid #fff;
 border-radius:25091983px;
 box-shadow:0 2px 5px #3232321a;
 top:50%;
 margin-top:-20px;
 left:0;
 cursor:pointer;
 transition:transform .3s,opacity .3s,-webkit-transform .3s
 }
 .slider-navigation-next svg,.slider-navigation-previous svg{
 width:25%;
 background:gray
 }
 .slider-navigation-next{
 left:auto;
 right:0;
 background:gray center center no-repeat;
 background-size:20px 20px
 }

 .teaser-carousel {
    width: 670px;
    margin: auto;
    height: 400px;
 }

/* Carousel Styles */
.carousel-container {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    /* overflow: hidden; */
    box-sizing: border-box;
    min-height: 360px; /* ensure wrapper has a stable height during transforms */
    align-items: stretch;
    will-change: transform;
}

.carousel-item {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    box-sizing: border-box;
    min-height: 0;
    height: 100%;
}

.carousel-header {
    display: block;
    padding: 8px 0;
    text-align: center;
}

.carousel-text-condition {
    text-align: center;
}

.carousel-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #333;
}

.carousel-description {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.carousel-videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
}

.video-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: hidden;
    flex: 1 1 0;
    min-height: 0;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* preserve aspect ratio while filling available area */
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.video-model {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: #666;
    margin: 0;
}

.carousel-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 200;
}

.carousel-btn {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 18px;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    pointer-events: all;
    margin: 0 5px;
}

.carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #717171;
}

@media (max-width: 768px) {
    .carousel-videos {
        grid-template-columns: 1fr;
    }
}