/* Owl Carousel */
.owl-carousel:not(#home) .owl-stage {
    display: flex !important;
    align-items: stretch;
}

.owl-carousel:not(#home) .owl-item {
    display: flex !important;
    float: none !important;
}

.owl-carousel:not(#home) .owl-item > div {
    display: flex;
    width: 100%;
    flex: 1;
}

.owl-carousel:not(#home) .owl-item > div > a,
.owl-carousel:not(#home) .owl-item > div > a > article {
    display: flex;
    width: 100%;
    flex: 1;
}

.owl-carousel:not(#home) .card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Scroll To Top */
.scroll-to-top {
    background: linear-gradient(135deg, var(--primary), var(--primary-200)) !important;
    color: var(--secondary) !important;
    border-radius: var(--border-radius2x) !important;
    box-shadow: 0 4px 15px rgba(0, 230, 118, 0.4) !important;
    transition: all 0.3s ease !important;
}

.scroll-to-top:hover {
    background: linear-gradient(135deg, var(--primary-200), var(--primary)) !important;
    color: var(--light) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(0, 230, 118, 0.6) !important;
}
.scroll-to-top i {
    font-size: 1.2rem;
}

/* Center CDN images and text in skills */
.custom-card-style-1 .col-3,
.custom-card-style-1 .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
