/* History Slider CSS */
.history-slider {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.history-slider .avia-smallarrow-slider-heading {
    order: 2;
    display: flex !important;
    justify-content: center;
    margin-top: 25px;
}
.history-slider h3.slide-entry-title {
    text-align: left !important;
    margin: 0 !important;
    font-size: 30px !important;
    font-weight: bold !important;
    position: relative;
    padding: 70px 0 0 !important;
}
.history-slider .slide-entry-wrap {
    display: flex;
    gap: 30px;
}
#top .history-slider .slide-entry {
    background-color: #fff;
    padding: 25px;
    margin: 0 !important;
}
.history-slider .slide-entry:nth-child(3n+2) h3.slide-entry-title { 
    color: var(--primary);
}
.history-slider .slide-entry:nth-child(3n+3) h3.slide-entry-title { 
    color: var(--sky);
}
.history-slider h3.slide-entry-title:hover {
    opacity: 1 !important;
}
@media (min-width: 990px) {
    .history-slider .slide-entry {
        width: calc(33.33% - 20px);
    }
}
@media (min-width: 768px) {
    #top .history-slider .slide-entry {
        width: calc(50% - 15px) !important;
    }
}
.history-slider h3.slide-entry-title:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 63px;
    height: 60px;
    background-image: url(/wp-content/uploads/2025/05/carver-icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
}