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


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

/* Link block setup */
.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    background: linear-gradient(145deg, #2a2a2a, #323232);
    border: 1px solid rgba(255,255,255,0.1);
    color: #ffffff !important;
    padding: 0.5em 1em;
    min-height: 2.5em;
}

.link-block a:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2),
                0 0 20px rgba(66, 134, 244, 0.25);
    background: linear-gradient(145deg, #323232, #404040);
    border-color: rgba(66, 134, 244, 0.4);
}

.link-block a:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.link-block a .icon {
    margin-right: 6px;
    opacity: 0.9;
    display: flex;
    align-items: center;
}

.link-block a:hover .icon {
    opacity: 1;
}

.link-block a[href*="pdf"] {
  border-left: none;
}

.link-block a[href*="github"] {
  border-left: none;
}

.link-block a[href*="arxiv"] {
  border-left: none;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 15px 0;
}


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

/* Teaser video setup */
.teaser {
    background: #ffffff;
    padding: 1.5rem 0;
    font-family: 'Google Sans', sans-serif;
    position: relative;
    overflow: hidden;
}

.teaser .container {
    width: 100%;
    max-width: 1050px !important;
    margin: 0 auto;
}

.teaser video {
    border-radius: 12px 12px 0 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    width: 100%;
    display: block;
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    border: 1px solid rgba(66, 134, 244, 0.1);
    border-bottom: none;
}

.teaser .subtitle {
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    width: 100%;
    position: relative;
    padding: 1rem 2em;
    text-align: justify;
    opacity: 0;
    animation: fadeInUp 1s ease 0.3s forwards;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 12px 12px;
    font-size: 1.25rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 1px solid rgba(66, 134, 244, 0.1);
    border-top: none;
}

.teaser .video-subtitle-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

/* loading animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* mobile optimization */
@media (max-width: 768px) {
    .teaser {
        padding: 2rem 0;
    }
    
    .teaser .hero-body {
        padding: 0 1rem 2rem;
    }
    
    .teaser video {
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }
    
    .teaser .subtitle {
        font-size: 0.95em;
        margin: 1.5em 0.5rem 0;
        padding: 1.5em 1em 0;
        line-height: 1.6;
    }
}

.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;
    margin: 1.5em 0 0.5em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1cm;
    font-size: 1.2em;
}

.author-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 5px 0;
}

.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 setup */
.author-block {
    display: inline-block;
    padding: 0.2em 0.4em;
    margin: 0.1em 0.2em;
    transition: all 0.3s ease;
    position: relative;
}

.author-block a {
    color: #4286f4 !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.author-block a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #4286f4;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.author-block a:hover {
    color: #2463cf !important;
    text-decoration: none !important;
}

.author-block a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.author-block sup {
    color: #ff3860;
    font-weight: bold;
    margin-left: 2px;
}

.eql-cntrb {
    font-size: 0.8em;
    color: #666;
    margin-top: 0.3em;
    font-style: italic;
}

.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;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 20px;
}

.results-carousel .item {
    margin: 0;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 8rem;
}

.results-carousel .item-content {
    width: 100%;
    margin-bottom: 1.6rem;
}

.results-carousel .item-description {
    position: relative;
    color: #444;
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Google Sans', sans-serif;
    margin-bottom: 4rem !important;
    width: 100%;
    text-align: center;
}

.results-carousel .item img {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    width: 100%;
    display: block;
}

.results-carousel .item .subtitle {
    position: relative;
    color: #444;
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Google Sans', sans-serif;
    margin-bottom: 2rem !important;
    width: 100%;
    text-align: center;
}

.slider-pagination {
    margin-top: 0;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.slider-pagination .slider-page {
    background: rgba(66, 134, 244, 0.15);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.slider-pagination .slider-page.is-active {
    background: rgba(66, 134, 244, 0.8);
    transform: scale(1.2);
}

.publication-venue-authors {
    font-family: 'Google Sans', sans-serif;
    color: #666;
    margin: 0.5em 0;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4em;
}

.venue-name {
    font-weight: 500;
    color: #000;
    padding: 0.2em 0;
    font-size: 1.2em;
}

.institution-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.institution-separator {
    color: #666;
    opacity: 0.6;
}

.institution-name {
    color: #000;
    font-style: italic;
    font-size: 1em;
}

/* Abstract section setup */
.section.hero.is-light {
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    padding: 5rem 2rem;
    position: relative;
    margin-bottom: -2.5rem;
}

.section.hero.is-light .container {
    width: 100%;
    max-width: 1050px !important;
    margin: 0 auto;
}

.section.hero.is-light .title.is-3 {
    margin-bottom: 1.8em;
    font-size: 2.2em;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.section.hero.is-light .title.is-3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent,
        rgba(66, 134, 244, 0.2),
        rgba(66, 134, 244, 0.8),
        rgba(66, 134, 244, 0.2),
        transparent
    );
}

.content.has-text-justified {
    width: 100%;
    padding: 2.5em 2em;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}

.content.has-text-justified p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.2em;
    line-height: 1.8;
    letter-spacing: 0.2px;
    color: #2a2a2a;
}

.content.has-text-justified:hover {
    transform: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .section.hero.is-light {
        padding: 3rem 1rem;
    }
    
    .section.hero.is-light .title.is-3 {
        font-size: 1.8em;
        margin-bottom: 1.5em;
    }
    
    .content.has-text-justified {
        padding: 1.8em 1.5em;
        font-size: 0.95em;
        margin: 0 0.5rem;
    }
    
    .content.has-text-justified::before,
    .content.has-text-justified::after {
        font-size: 3.5em;
    }
}

/* 添加打印样式优化 */
@media print {
    .content.has-text-justified {
        box-shadow: none;
        background: none;
        padding: 0;
    }
    
    .content.has-text-justified::before,
    .content.has-text-justified::after {
        display: none;
    }
}

/* BibTeX section setup */
#BibTeX {
    padding: 4rem 2rem;
    background: linear-gradient(180deg, #fff, #f8f9fa);
}

#BibTeX .container {
    max-width: 1000px;
    position: relative;
}

#BibTeX .title {
    font-size: 2.2em;
    margin-bottom: 1.05em;
    position: relative;
    display: inline-block;
    color: #2a2a2a;
}

#BibTeX .title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent,
        rgba(66, 134, 244, 0.2),
        rgba(66, 134, 244, 0.8),
        rgba(66, 134, 244, 0.2),
        transparent
    );
}

.bibtex-wrapper {
    position: relative;
    background: #1e1e1e;
    border-radius: 8px;
    padding: 0;
    margin: 0;
}

.bibtex-wrapper pre {
    margin: 0;
    padding: 1.5em;
    background: transparent;
    border: none;
    box-shadow: none;
}

.bibtex-wrapper code {
    color: #d4d4d4;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 0.9em;
    line-height: 1.6;
    tab-size: 4;
}

.bibtex-wrapper code .keyword {
    color: #569cd6;
}

.bibtex-wrapper code .type {
    color: #4ec9b0;
}

.bibtex-wrapper code .field {
    color: #9cdcfe;
}

.bibtex-wrapper code .operator {
    color: #d4d4d4;
}

.bibtex-wrapper code .string {
    color: #ce9178;
}

.bibtex-wrapper code .punctuation {
    color: #808080;
}

.copy-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: rgba(255,255,255,0.8);
    z-index: 10;
    font-size: 14px;
}

.copy-button:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}

.copy-button:active {
    transform: translateY(0);
    background: rgba(255,255,255,0.05);
}

/* Section Controls */
.section-controls {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.section-controls:hover {
    opacity: 1;
}

.section-controls .box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 1.5rem;
    max-width: 300px;
}

.section-controls .title {
    margin-bottom: 1rem !important;
    color: #363636;
}

.section-controls .field {
    margin-bottom: 0.5rem;
}

.section-controls .checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.section-controls .checkbox input {
    margin-right: 0.5rem;
}

/* Hidden sections */
section[data-section].is-hidden {
    display: none !important;
}

/* Video carousel section */
.hero.is-small .container {
    text-align: center;
    max-width: 1560px;
    padding: 2.5em 4em;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero.is-small .container:hover {
    transform: translateY(-3px);
}

.hero.is-small {
    margin-bottom: -2.5rem;
}

.results-carousel {
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
}

.results-carousel .item-video1,
.results-carousel .item-video2,
.results-carousel .item-video3,
.results-carousel .item {
    padding: 1rem;
    border-radius: 16px;
    background: none;
    box-shadow: none;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    position: relative;
}

.results-carousel .item video,
.results-carousel .item img {
    border-radius: 12px;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(66, 134, 244, 0.1);
}

.results-carousel .item .subtitle {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 10px;
    color: #444;
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Google Sans', sans-serif;
}

/* Navigation buttons style */
.slider-navigation-previous,
.slider-navigation-next {
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    box-shadow: none;
    border: 2px solid rgba(66, 134, 244, 0.2);
}

.slider-navigation-previous:hover,
.slider-navigation-next:hover {
    background: rgba(255, 255, 255, 0.98) !important;
    transform: scale(1.1);
    box-shadow: none;
    border-color: rgba(66, 134, 244, 0.4);
}

/* Style the arrow icons inside navigation buttons */
.slider-navigation-previous i,
.slider-navigation-next i {
    color: #4086f4;
    font-size: 1.2em;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.slider-navigation-previous:hover i,
.slider-navigation-next:hover i {
    opacity: 1;
}

/* Pagination dots style */
.slider-pagination {
    margin-top: 40px;
}

.slider-pagination .slider-page {
    background: rgba(66, 134, 244, 0.15);
    width: 8px;
    height: 8px;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.slider-pagination .slider-page.is-active {
    background: rgba(66, 134, 244, 0.8);
    transform: scale(1.2);
}

/* Video carousel section */
.hero.is-small .title.is-3 {
    font-size: 2.2em;
    margin-bottom: 1.8em;
    position: relative;
    display: inline-block;
    color: #2a2a2a;
    text-align: center;
    width: 100%;
}

.hero.is-small .title.is-3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent,
        rgba(66, 134, 244, 0.2),
        rgba(66, 134, 244, 0.8),
        rgba(66, 134, 244, 0.2),
        transparent
    );
}

/* Ensure video carousel has same spacing */
.results-carousel .item-video1,
.results-carousel .item-video2,
.results-carousel .item-video3 {
    padding-bottom: 4rem;
}

/* Section separator styles */
section + section {
    position: relative;
    margin-top: 2rem;
    padding-top: 0;
}

section + section::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(66, 134, 244, 0.05),
        rgba(66, 134, 244, 0.1),
        rgba(66, 134, 244, 0.2),
        rgba(66, 134, 244, 0.3),
        rgba(66, 134, 244, 0.2),
        rgba(66, 134, 244, 0.1),
        rgba(66, 134, 244, 0.05),
        transparent
    );
}

/* Remove separator from abstract section */
section.hero.is-light::before {
    display: none;
}

/* Single figure styles - A template for figure with caption */
.single-figure {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    overflow: hidden;
}

.single-figure:hover {
    transform: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.single-figure img {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(66, 134, 244, 0.1);
}

.single-figure figcaption {
    padding: 1.5rem 2rem;
    color: #444;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.95);
}

.method-caption {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.method-caption:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.method-caption p {
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* Video grid layout */
.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2rem auto;
    position: relative;
    width: 80%;
    max-width: 1200px;
}

.video-item {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1.5px solid #4086f4;
    transition: all 0.3s ease;
    transition-delay: 0.7s;
    z-index: 1;
}

.video-item:hover {
    transform: scale(2.5);
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.video-item:not(:hover) {
    transition-delay: 0s;
}

.video-item.special-border {
    border: 1.5px solid #fbbd01;
}

.video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}

/* Mobile optimization for video grid */
@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    
    .video-item:hover {
        transform: scale(1.75);
    }
}

@media (max-width: 480px) {
    .video-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .video-item:hover {
        transform: scale(1.25);
    }
}

.video-grid-caption {
    width: 80%;
    margin: 1.5rem auto 0;
    text-align: justify;
    text-align-last: center;
    color: #444;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 1050px;
}

.video-grid-caption .yellow-font {
    color: #fbbd01;
    font-weight: 500;
    font-weight: bold;
}

.video-grid-caption .blue-font {
    color: #4086f4;
    font-weight: 500;
    font-weight: bold;
}

.blue-font {
    color: #4086f4;
    font-weight: bold;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: bottom;
    opacity: 1;
    z-index: 0;
}

.hero-body {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0.77) 0%,
        rgba(255, 255, 255, 0.66) 100%
    );
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.carousel .item {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.carousel .item.is-active {
    position: relative;
    opacity: 1;
}

.carousel-content-wrapper {
    display: flex;
    width: 100%;
    gap: 20px;
}

.left-column {
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right-column {
    width: 53%;
}

.small-video-container video,
.large-video-container video {
    width: 100%;
    height: auto;
    display: block;
}

/* 确保视频容器正确显示 */
.small-video-container,
.large-video-container {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.small-video-container video {
  width: 100%;
  height: auto;
}

.large-video-container video {
  width: 100%;
  height: auto;
}

/* Position generalization grid layout */
.pos-gen-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem auto;
    width: 80%;
    max-width: 1200px;
}

.pos-gen-item {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1.5px solid #4086f4;
}

.pos-gen-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}

/* Mobile optimization for position generalization grid */
@media (max-width: 768px) {
    .pos-gen-grid {
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .pos-gen-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

.custom-carousel {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
}

.custom-carousel-container {
  display: flex;
  transition: transform 0.5s ease;
}

.custom-carousel-item {
  min-width: 100%;
  padding: 1rem 0;
  transform: translateX(-90px);
}

.columns.is-centered {
  gap: 2rem;
  justify-content: center;
}

.video-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 1.5rem;
}

.video-wrapper video {
  transition: transform 0.3s ease;
}

.video-wrapper video:hover {
  transform: scale(1.02);
}

.video-caption {
  margin-top: 8px;
  margin-bottom: 0;
  color: #363636;
  font-size: 1.3em;
  text-align: center;
  width: 100%;
}

.video-caption.highlight {
  font-weight: bold;
  color: #485fc7;
  font-size: 1.4em;
}

.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(64, 134, 244, 0.1);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(64, 134, 244, 0.15);
  transition: all 0.3s ease;
  font-size: 1.5em;
  color: #4086f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-prev:hover, .carousel-next:hover {
  background: rgba(64, 134, 244, 0.2);
  box-shadow: 0 4px 16px rgba(64, 134, 244, 0.25);
  transform: translateY(-50%) scale(1.1);
}

.carousel-prev { left: 15px; }
.carousel-next { right: 15px; }

.column.is-5 {
  display: flex;
  flex-direction: column;
}





