
.hero-v25 .hero-slider {
    position: relative;
    /* Need to minus header height on hero section to get visibility on hero text */
    height: calc(100vh - 130px); 
}
.hero-v25 .hero-slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 40%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    z-index: 9;
    display: block !important;
    transition: all ease-in-out 0.7s;
}
.hero-v25 .hero-slider .slick-arrow:hover {
    background-color: transparent;
    transition: all ease-in-out 0.7s;
}
.hero-v25 .hero-slider .slick-arrow.slick-next {
    left: auto;
    right: 10px;
}
.hero-v25 .hero-slider .slick-arrow.slick-prev {
    left: 10px;
}
.hero-v25 .hero-slider .slick-arrow:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 12px;

}

.hero-v25 .hero-slider .slick-arrow.slick-prev:after {
    content: "\f060";
    color: #ffffff;
    font-size: 20px;
    bottom: 0;
    line-height: 45px;
    transition: all 0.7s ease-out;
    font-family: "Font Awesome 6 Sharp";

}

.hero-v25 .hero-slider .slick-arrow.slick-prev:before,
.hero-v25 .hero-slider .slick-arrow.slick-next:before {
    display: none;
}

.hero-v25 .hero-slider .slick-arrow.slick-next:after {
    content: "\f061";
    color: #ffffff;
    font-size: 20px;
    bottom: 0;
    line-height: 45px;
    transition: all 0.7s ease-out;
    font-family: "Font Awesome 6 Sharp";

}

.hero-v25 .slick-list.draggable, .hero-v25 .slick-track, .hero-v25 .slick-slide > div, .hero-v25 .hero-slider-card  {
    height: 100%;
}

.h-100 {
    height: 100%;
}
/* ===============================
   SLIDER INFO CONTENT
   =============================== */
.hero-v25 .slider-info-title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.hero-v25 .slider-info-type {
    font-size: 16px;
    color: #fff;
}
.hero-v25 .slider-info-type:hover {
    color: #fff;
}
.hero-v25 .slider-info-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-v25 .slider-info-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(23, 23, 23, 0.35);
    opacity: 1;
    transition: all 0.7s ease-in-out;
}

.hero-slider-card:hover .slider-info-wrapper::before {
    opacity: 1;
    z-index: 4;
}

.hero-v25 .slider-info-content {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0;
    padding: 25px;
    z-index: 6;
    transition: all 0.7s ease-in-out;
}

.hero-slider-card:hover .slider-info-content {
    bottom: 0;
    transition: all ease-in-out 0.7s;
}

/* ===============================
   BACKGROUND IMAGE EFFECT
   =============================== */

/* Parent section must be relative so backgrounds stay behind */
.banner.hero-variant.hero-v25 {
    position: relative;
    overflow: hidden;
}

.hero-v25 .slider-info-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease-in-out 0.4s;
}
.full-image-show .slider-info-wrapper img {
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

/* Full background images */
.hero-v25 .thumb-full-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    z-index: -1;
}

/* Active background */
.hero-v25 .thumb-full-bg.active {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.4s;

}

/* Keep slider content above */
.hero-slider {
    position: relative;
}


@media only screen and (min-width: 768px) {
    .hero-v25 .slider-info-content {
        bottom: -50%;
        transition: all ease-in-out 0.7s;
    }
    .hero-v25 .slider-info-wrapper::before {
        opacity: 0;
    }
}



@media only screen and (min-width: 1024px) {
    .hero-v25 .slider-info-content {
        bottom: -132px;
        transition: all ease-in-out 0.4s;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-v25 .hero-slider {
        position: relative;
    /* Need to minus header height on hero section to get visibility on hero text */
        height: calc(100vh - 240px);
    }
}

.slider-info-content p {
    margin-block-end: 0;
}