/*
Theme Name: Eastside Design & Build Pro
Theme URI: https://eastsidedesignbuild.com
Author: Eastside Design & Build
Author URI: https://eastsidedesignbuild.com
Description: Complete standalone WordPress theme for Eastside Design & Build NYC
Version: 3.0.1
License: GNU General Public License v2 or later
Text Domain: eastside-theme
*/

/* ==========================================================================
   Smooth Scrolling & Animations
   ========================================================================== */
html {
    scroll-behavior: smooth;
}

.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.animated-slow {
    animation-duration: 1.2s;
}

.animated-fast {
    animation-duration: 0.5s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(40px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.92, 0.92, 0.92);
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.fadeInUp {
    animation-name: fadeInUp !important;
}

.fadeInDown {
    animation-name: fadeInDown !important;
}

.fadeInLeft {
    animation-name: fadeInLeft !important;
}

.fadeInRight {
    animation-name: fadeInRight !important;
}

.fadeIn {
    animation-name: fadeIn !important;
}

.zoomIn {
    animation-name: zoomIn !important;
}

/* Initially hide animated elements until scroll trigger */
.elementor-invisible,
.reveal-on-scroll {
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
}

.elementor-invisible.animated,
.reveal-on-scroll.animated {
    opacity: 1;
    visibility: visible;
}

/* Floating animation */
@keyframes floatAnim {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.elementor-animation-float {
    animation: floatAnim 3.5s ease-in-out infinite !important;
}

/* Images & lazyload fix */
.lazyload,
.lazyloading {
    opacity: 1 !important;
    max-width: 100% !important;
}

.e-con.e-parent {
    background-image: inherit;
}

/* Header & Navigation Fixes */
header.site-header,
.elementor-location-header {
    position: relative;
    z-index: 9999;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.elementskit-navbar-nav-container.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ==========================================================================
   Footer Copyright & Links Alignment Fix
   ========================================================================== */
.elementor-element.elementor-element-675b5880 {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px !important;
    padding-bottom: 22px !important;
    width: 100% !important;
}

.elementor-element.elementor-element-675b5880>.e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.elementor-element.elementor-element-1b1a26e8 {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-element.elementor-element-55c28799 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.elementor-element.elementor-element-55c28799>.elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-element.elementor-element-55c28799 p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #a4a4a4 !important;
    letter-spacing: 0.2px !important;
}

.elementor-element.elementor-element-5a3603e0 {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-element.elementor-element-3e309f0d {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-element.elementor-element-3e309f0d>.elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-element.elementor-element-3e309f0d .elementor-icon-list-items {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.elementor-element.elementor-element-3e309f0d .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.elementor-element.elementor-element-3e309f0d .elementor-icon-list-item a {
    color: #a4a4a4 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.elementor-element.elementor-element-3e309f0d .elementor-icon-list-item a:hover {
    color: #938254 !important;
}

/* Footer Responsive Mobile */
@media (max-width: 767px) {
    .elementor-element.elementor-element-675b5880>.e-con-inner {
        flex-direction: column-reverse !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
        text-align: center !important;
        padding: 0 10px !important;
    }

    .elementor-element.elementor-element-1b1a26e8,
    .elementor-element.elementor-element-5a3603e0 {
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
    }

    .elementor-element.elementor-element-55c28799 p {
        text-align: center !important;
    }

    .elementor-element.elementor-element-3e309f0d .elementor-icon-list-items {
        justify-content: center !important;
        gap: 15px !important;
    }
}