
.cursor-pointer{
    cursor: pointer;
}

section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_bottom .left .picture {
    background: white;
}

/* Yalnız yeni eklenenlere uygulanacak */
.portfolio_item.fade-in {
    opacity: 0;
    transform: translateY(14px);
}
.portfolio_item.fade-in.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .35s ease, transform .35s ease;
    will-change: opacity, transform;
}


/* ================================
   ACCESSIBILITY WIDGET – FULL THEME
   ================================ */

/* FLOAT BUTTON */
.accw-container .accw-menu-btn {
    background: linear-gradient(96deg, #ff5d10 0%, #ff590b 100%) !important;
    outline: 5px solid #ff590b !important;
    /* border: none !important; */
    border-radius: 50% !important;
    box-shadow: 0 10px 25px rgba(255, 89, 11, 0.45) !important;
    border: 3px solid #fff !important;
    transition: all .2s ease-in-out !important;
}

/* FLOAT BUTTON – HOVER */
.accw-container .accw-menu-btn:hover {
    transform: scale(1.08) !important;
    /* box-shadow: 0 14px 30px rgba(255, 89, 11, 0.6) !important; */
}

/* PANEL */
.accw-container .accw-menu {
    /* border-radius: 14px !important; */
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25) !important; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* HEADER */
.accw-container .accw-menu-header {
    background: linear-gradient(96deg, #ff5d10 0%, #ff590b 100%) !important;
    color: #ffffff !important;
}

/* HEADER ICONS */
/* .accw-container .accw-menu-header svg {
    fill: #ffffff !important;
} */

/* BUTTON ITEMS */
.accw-container .accw-btn {
    border-radius: 10px !important;
    transition: all .15s ease-in-out !important;
}

/* ITEM HOVER */
.accw-container .accw-btn:hover {
    border-color: #ff590b !important;
}

/* ITEM ACTIVE */
.accw-container .accw-btn.accw-selected {
    border-color: #ff590b !important;
}
.accw-container .accw-btn.accw-selected span,
.accw-container .accw-btn.accw-selected svg {
    color: #ff590b !important;
    fill: #ff590b !important;
}

/* CHECK ICON */
.accw-container .accw-btn.accw-selected::after {
    background-color: #ff590b !important;
}

/* RANGE / SLIDER */
.accw-container input[type="range"]::-webkit-slider-thumb {
    background: #ff590b !important;
}
.accw-container input[type="range"]::-moz-range-thumb {
    background: #ff590b !important;
}

/* FOOTER */
.accw-container .accw-footer {
    background-color: #fff3ec !important;
    border-top: 1px solid #ffe0d0 !important;
}

/* FOOTER LINK */
.accw-container .accw-footer a {
    color: #ff590b !important;
}

/* ================================
   MOBİLDƏ DÜYMƏ GİZLƏT
   ================================ */
@media only screen and (max-width: 575.98px) {
    .accw-container .accw-menu-btn {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}