.nav-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Menus laterais */
.menu-left,
.menu-right {
    display: flex;
    flex: 1;
    align-items: center;
}

.menu-right {
    justify-content: flex-end;
}

.menu-left {
    justify-content: flex-start;
}

/* Logo central */
.menu-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

/* Remove margem automática do Bootstrap */
.navbar-nav {
    margin: 0;
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin: 25px 1.042vw;
}

.scrolling-content span {
    font-size: 14px;
}

.our-scrolling-ticker {
    padding: 10px 0;
}

.project-company-slider-content {
    max-width: 100%;
    border: none;
    text-align: center;
}

.project-company-slider-box {
    display: block;
}

.header-sticky {
	box-shadow: inset 0px 100px 100px 0px rgba(0, 0, 0, 0.9);
}
.why-choose-us {
    background-color: #fff;
}

.linha-menu-produtos{
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-products{
    padding: 0px;
}
.lancamentos{
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.topbar-social-links {
    text-align: left;
}
.topbar-contact-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
svg path {
    fill: #ee0000;
}

/* =========================================================
   MENU MOBILE PERSONALIZADO
========================================================= */

.mobile-header,
.mobile-menu-overlay,
.mobile-menu-panel {
    display: none;
}

/* Esconde somente no desktop */
@media only screen and (max-width: 991px) {

    /* Mantém desktop escondido no mobile */
    .main-menu {
        display: none !important;
    }

    .mobile-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 0;
    }

    .mobile-header-logo img,
    .mobile-panel-logo img {
        max-width: 140px;
        height: auto;
    }

    .mobile-menu-btn {
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 8px;
        background: linear-gradient(90deg, var(--accent-secondary-color) 0%, var(--accent-color) 100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0;
        cursor: pointer;
    }

    .mobile-menu-btn span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 10px;
    }

    .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 9998;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-panel {
        display: block;
        position: fixed;
        top: 0;
        right: -340px;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #ffffff;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.18);
        transition: right 0.35s ease;
        z-index: 9999;
        overflow-y: auto;
    }

    .mobile-menu-panel.active {
        right: 0;
    }

    .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        border-bottom: 1px solid #e9e9e9;
    }

    .mobile-menu-close {
        width: 40px;
        height: 40px;
        border: none;
        background: #f3f3f3;
        color: #000;
        font-size: 28px;
        line-height: 1;
        border-radius: 8px;
        cursor: pointer;
    }

    .mobile-menu-body {
        padding: 10px 0 20px;
    }

    .mobile-nav {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-nav-item {
        border-bottom: 1px solid #efefef;
    }

    .mobile-nav-item > a,
    .mobile-submenu-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: transparent;
        border: none;
        text-align: left;
        padding: 16px 20px;
        font-family: var(--accent-font);
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--primary-color);
    }

    .mobile-nav-item > a {
        text-decoration: none;
    }

    .mobile-submenu-icon {
        font-size: 22px;
        line-height: 1;
        font-weight: 400;
    }

    .mobile-submenu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        background: #faf7f2;
    }

    .mobile-has-submenu.active .mobile-submenu {
        display: block;
    }

    .mobile-has-submenu.active .mobile-submenu-icon {
        transform: rotate(45deg);
    }

    .mobile-submenu li {
        border-top: 1px solid #ece7df;
    }

    .mobile-submenu li a {
        display: block;
        padding: 13px 20px 13px 35px;
        color: var(--text-color);
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
    }

    .mobile-nav-item > a:hover,
    .mobile-submenu-toggle:hover,
    .mobile-submenu li a:hover {
        color: var(--accent-color);
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    /* Ajuste do header no mobile */
    header.main-header .header-sticky {
        background: rgba(0, 0, 0, 0.85);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .navbar {
        padding: 0;
    }
}

.post-featured-image img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;

    aspect-ratio: auto !important; /* remove proporção forçada */
    object-fit: contain !important; /* mantém proporção real */
}