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

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

.icon-wrapper {
  display: inline-block;
  background-color: white;      /* default background */
  /* padding: 4px; */
  border-radius: 3px;
  transition: background-color 0.1s ease;  /* smooth transition */
}
.icon-wrapper img {
  height: 22px;   /* adjust as needed */
  width: auto;
  display: block;
  /* transform: scale(1.2); */
}
/* ✅ Change background color when hovering over the link or icon */
.link-block a:hover .icon-wrapper,
.icon-wrapper:hover {
  background-color: rgb(243, 189, 11); /* yellow on hover */
}

.link-block .icon img,
.link-block .icon i {
  /*height: 24px;       /* make all icons the same height */
  width: auto;        /* preserve aspect ratio */
  vertical-align: middle; /* aligns icons nicely with text */
}
/* Container for each link */
.link-block a {
  display: inline-flex;        /* align icon and text horizontally */
  align-items: center;         /* vertically center icon with text */
  gap: 10px;                    /* space between icon and text */
  font-size: 24px;             /* increase link text size */
  text-decoration: none;       /* remove underline */
  color: #000;  
  margin-top: 25px;
  margin-bottom: 0px;               /* adjust as needed */
}

/* Optional: hover effect */
.link-block a:hover .icon img,
.link-block a:hover .icon i {
  transform: scale(1.1);       /* slight zoom on hover */
}

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


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

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


.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-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

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

.publication-banner img {
}

/* Authors centered */
.publication-authors {
  font-family: 'Google Sans', sans-serif;
}
.publication-authors {
  display: flex;
  flex-wrap: wrap;      /* allow authors to wrap if needed */
  justify-content: center; /* center authors horizontally */
  gap: 10px;            /* spacing between authors */
  margin-bottom: 25px;
}
.author-block {
  font-size: 25px;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
}

/* Institutions left-aligned */
.publication-institutions {
  text-align: left; /* left-align the text */
  margin-top: 1px; /* space above institutions */
}
.institution-block {
  display: block;   /* each institution on its own line */
  font-size: 18px;
  line-height: 0.05;   /* reduces vertical space between lines */
  margin-bottom: 0;   /* no extra margin below */
  margin-left: 12%; /* smaller indent */
  text-align: left; /* aligns text inside the block */
}

.publication-conf h2{
  text-align: center; /* left-align the text */
  margin-top: 20px; /* space above institutions */
  font-size: 24px;
  font-weight: bold;
  color: rgb(243, 189, 11);
  /* color: rgb(224, 171, 228); */
}

/* Keep the column block centered on the page */
.content-column {
  /* Bulma centers the column already via .columns.is-centered,
     but adding max-width + auto margins gives extra safety/consistency */
  max-width: 1000px;   /* or whatever readable width you want */
  margin: 0 auto;
  text-align: left;   /* ensures text is left-aligned (overrides any parent centering) */
}

/* Only center the images inside the column */
.center-image {
  display: block;
  margin: 16px auto;  /* centers horizontally, adds vertical space */
  height: auto;       /* preserve aspect ratio */
}

/* If you used .has-text-justified on paragraphs but want them left aligned instead,
   remove that class or override it: */
.content-column p {
  text-align: justify; /* or 'left' if you prefer left-aligned */
  line-height: 1.5;    /* improves readability */
}



.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;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb {
  font-size: smaller;
}




body{
    font-weight: 200;
    font-size: 16px;
    /*background-color: rgb(43, 60, 197);*/
    /*color: rgb(0, 79, 241);*/
    /*color: white;*/
    border-top:5px solid rgb(255, 180, 240);
    /*border-bottom:5px solid orange;*/
}
b{
  color:rgb(0, 79, 241);
}

.title{
  text-align: center;
}

.posts{
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;

}
.news{
  line-height: 1.5em;
}
.post{
  border-left: 5px solid rgb(255, 180, 240);
}
.xtitle{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: -20px;
    /* margin: 10px 0; */
    /* font-weight: 400; */
    /*color: rgb(0, 79, 241);*/
}

.posts .teaser{
    width: 160px;
    height: 120px;
    float: left;
    margin: 0 0 10px 10px;
}

.link-block{
  margin: 0 10px;
}

a{
  color: rgba(0, 137, 249, 0.539);
  position: relative;
}
a:after{
  content: '';
  position: absolute;
  top: 60%;
  left: -0.1em;
  right: -0.1em;
  bottom: 0;
  transition:top 200ms cubic-bezier(0, 0.8, 0.13, 1);
  /*background-color: rgba(225, 166, 121, 0.5);*/
  /* background-color: rgba(255,211,30, 0.4); */
}
.emojilink:after{
  background-color: rgba(255,211,30, 0.0)
  /*rgba(225, 166, 121, 0.0);*/
}

.publication-authors a {
  color: rgb(253, 238, 191) !important; /* your preferred color */
  text-decoration: none ;  /* optional: removes underline */
}
.publication-authors a:hover {
  color: rgb(243, 189, 11) !important
}
.publication-links a {
  color: rgb(255, 255, 255) !important; /* your preferred color */
  text-decoration: none ;  /* optional: removes underline */
}
.publication-links a:hover {
  color: rgb(243, 189, 11) !important
}
.publication-conf a {
  color: rgb(255, 255, 255) !important; /* your preferred color */
  text-decoration: none ;  /* optional: removes underline */
}
.publication-conf a:hover {
  color: rgb(243, 189, 11) !important
}
a:hover{
  color: black;
  text-decoration: none;
}
a:hover:after{
  color:black;
  /*color: #111;*/
  text-decoration: none;
  top:0%;
}

.entry{
    position: relative;
    top:0;
    left: 20px;
    margin-top: 5px;
}

.posts > .post{
    border-bottom: 0;
    padding-bottom:0em;
    padding-top: 10px;
    margin-bottom: 5px;
}
.papertitle{
    margin-top: 0px;
    font-weight: 600;
    font-size:16px;
    font-style: italic;
    /*font-style: italic;*/
    /*height: 2.6em*/
}



.marquee-wrapper{
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  width:50%;
}
.marquee-wrapper .marquee-block{
  --total-marquee-items:5;
  height: 320px;
  width: calc(250px * (var(--total-marquee-items)));
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  background:#f5f5f5;
  padding: 30px 0;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner p{
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.marquee-item{
  width: 230px;
  height: 230px;
  display: inline-block;
  margin: 0 10px;
  float: left;
  transition: all .2s ease-out;
  background:#f9ecec;
}

.marquee-item img{
  width: 230px;
  height: 160px;
}

@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% {
    left: -100%;
  }
  100% {
   left: 0;
  }
}


.video-wrapper video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -500;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.bg-overlay {
    background-color: rgb(22, 16, 78);
    /* background-color: rgb(71, 23, 13); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -100; /* this index depends on how much z-index your layout extends. Suppose if any of dom element in page already has an z-index to 1 then this can 2 for this page*/
}


.header{
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

.header a{
  color:white;
}


.contrib-list {
  list-style-type: disc;          /* standard round bullets */
  list-style-position: outside;   /* bullets align flush left */
  margin-left: 2em;               /* indent the list slightly */
  padding-left: 1em;              /* fine control of bullet spacing */
  text-align: justify;            /* justify wrapped lines */
}

.contrib-list li {
  margin-bottom: 0.75em;          /* space between items */
  text-indent: 0;                 /* prevent weird text shift */
}

.contrib-list li::marker {
  color: #444;                    /* optional: bullet color */
  font-size: 1em;                 /* adjust bullet size */
}
