/* /assets/css/anasayfa-2025.css */

@media screen and (min-width: 990px) {
    .nodesktop {
        clear: both;
        float: right;
        margin: 1px auto;
        width: 22%;
        height: auto;
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .offcanvas-mobile{
        display: none!important;
    }
}

/* Slider Navigation Buttons */
.slider-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-dot.active {
    background-color: #fff;
}

.slider-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-arrow i {
    color: white;
    font-size: 20px;
}