/*.hero-title {*/
/*    color: #ffffff;*/
/*}*/

.hero-date {

    position: relative;
    bottom: -40px;


}

#hero.has-image .hero-title {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1466px) {
    .hero-date {
        bottom: -48px;
    }
}

.box-icon {
    color: #ffffff;
}

@media only screen and (max-width: 479px) {
    .snap-slider-captions .snap-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .snap-slider-captions .snap-title {
        font-size: 12px;
    }
}

.goto-portfolio {

    color: #000 !important;

}
.slide-caption .slider-button {
    width: 150px;
    height: 150px;
    border: none; /* remove outline */
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.08); /* subtle translucent fill for backdrop blur visibility */
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px); /* inner blur like magic-cursor */
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    outline: none;
}

/* Ensure absolute positioning is relative to the caption container */
.clapat-slide .slide-caption { position: relative; }


@media only screen and (min-width: 1025px) {
    /* Hide the circular project button on viewports wider than 1024px */
    .slide-caption .slider-button {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    /* Ensure it is visible and keeps flex centering up to 1024px */
    .slide-caption .slider-button {
        display: flex;
    }
}
