.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#7A5F00;--e-global-color-text:#000000;--e-global-color-accent:#7A5F00;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global overflow prevention */
html, body {
    overflow-x: hidden;
}

/* Animation keyframes */
@keyframes infiniteScroll {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-75%);
    }
}

/* Desktop Logo Carousel */
.logo-carousel {
    width: 200% !important;
    max-width: none !important;
    animation: infiniteScroll 40s linear infinite;
    will-change: transform;
}

.logo-carousel:hover {
    animation-play-state: paused;
}

.logo-carousel .elementor-container {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-wrap: nowrap !important;
}

.logo-carousel .elementor-widget-image {
    width: 10.83% !important; /* 30% larger: 8.33% * 1.3 = 10.83% */
    min-width: 10.83% !important;
    max-width: 10.83% !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    padding: 0 15px;
    box-sizing: border-box;
}

.logo-carousel .elementor-widget-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 104px; /* 30% larger: 80px * 1.3 = 104px */
}/* End custom CSS */