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

.hero{
  background-color: #d9dada;
}

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

.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  width: 100%;
  transition: transform 0.8s ease-in-out;
}

.carousel-slide {
  width: 100%;
  flex: 0 0 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-slide.active {
  opacity: 1;
  position: relative;
  transform: translateX(0);
}

/* Improved Content Box Styling */
.content-box {
  height: 700px; /* Fixed height for consistent layout */
  overflow: auto;
  padding: 25px;
  background: #eff7ff;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

/* Enhancing Text Styling */
.content-box h2 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}

.content-box p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
}

.content-box ul {
  margin-top: 10px;
  padding-left: 20px;
}

.content-box li {
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content-box li strong {
  color: #2c3e50;
}

/* Image Styling */
.image-container img {
  width: 100%;
  height: 700px; /* Matching height for smooth transition */
  object-fit:scale-down;
  border-radius: 12px;
  background-color: #eff7ff;
}

/* Navigation Buttons */
.carousel-nav {
  text-align: center;
  margin-top: 15px;
}

.carousel-nav button {
  background: #2c3e50;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}

.carousel-nav button:hover {
  background: #34495e;
}

.blue-back{
  background-color: #eff7ff;
}

.skin-back{
  background-color: #fdf6ee;
}

.green-back{
  background-color: #f0fbf0;
}

.content-box-alt {
  height: auto; /* Fixed height for consistent layout */
  overflow: auto;
  padding: 25px;
  background: #fdf6ee;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.content-box-alt h2 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 15px;
}

.content-box-alt p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.content-box-alt ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.content-box-alt li {
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #444;
}

.content-box-alt li strong {
  color: #1d3557;
}

/* Image Styling */
.image-container-alt {
  margin-top: 20px;
  text-align: center;
}

.image-container-alt img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.flex-container {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 20px;
  background: #f0fbf0;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.left-div {
  flex: 1;
  display: flex;
  align-items: stretch;
}

.left-div img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.right-div {
  flex: 1.2;
  text-align: justify;
}

.right-div p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }

  .left-div, .right-div {
    width: 100%;
  }

  .left-div img {
    height: auto;
  }
}


.about-box {
  background: linear-gradient(135deg, #f7f9fc, #d6e4f0);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: justify;
}

.about-box h2 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 15px;
}

.about-box p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-box {
    padding: 20px;
  }
}