/**
Theme Name: Office Capital
Author: Synio
Author URI: https://syn.io
Description: Theme for Office Capital
Version: 0.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: officecapital
Template: hello-elementor
*/

body {
    overflow-x: hidden;
}

.logo-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.logo-carousel img {
    filter: grayscale(1);
    transition: all 0.3s ease-out;
}

.logo-carousel img:hover {
    filter: grayscale(0);
}

.logo-carousel::after {
    content: '';
    position: absolute;
    width: 120px;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, white, transparent);
    z-index: 2;
    pointer-events: none;
}

.logo-carousel::before {
    content: '';
    position: absolute;
    width: 120px;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, white);
    z-index: 2;
    pointer-events: none;
}
