/* PrivaGov — logos de marca (sobrescreve regras do tema) */
.solutek_nav_manu.style-three:not(.sticky) {
    background-color: #ffffff !important;
}

.solutek_nav_manu.style-three:not(.sticky) .solutek_menu > ul.nav_scroll > li > a {
    color: #232323 !important;
}

.solutek_nav_manu.style-three.sticky .solutek_menu > ul.nav_scroll > li > a {
    color: #ffffff !important;
}

.solutek_nav_manu .logo {
    display: flex;
    align-items: center;
    min-height: 84px;
}

.solutek_nav_manu.sticky .logo {
    min-height: 76px;
}

.solutek_nav_manu .logo_img img,
.solutek_nav_manu .main_sticky img {
    width: auto !important;
    height: 78px;
    max-width: 300px;
    object-fit: contain;
}

.solutek_nav_manu.sticky .main_sticky img {
    height: 70px;
    max-width: 270px;
}

.footer-logo img,
.nav-logo img {
    width: auto !important;
    height: 70px;
    max-width: 260px;
    object-fit: contain;
}

/* Cabeçalho — menu alinhado, negrito, espaçamento equilibrado (desktop) */
@media (min-width: 992px) {
    .solutek_nav_manu .solutek_menu > ul.nav_scroll {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .solutek_nav_manu .solutek_menu > ul.nav_scroll > li {
        flex: 0 0 auto;
    }

    .solutek_nav_manu .solutek_menu > ul.nav_scroll > li > a {
        margin: 18px 12px !important;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 1.2;
    }

    .solutek_nav_manu.style-three .solutek_menu > ul.nav_scroll > li > a {
        margin: 18px 11px !important;
    }

    .solutek_nav_manu.style-three .header-menu-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        flex-wrap: nowrap;
        width: 100%;
    }

    .solutek_nav_manu.style-three .sidebar-button,
    .solutek_nav_manu.style-three .solutek-btn {
        display: flex;
        align-items: center;
        margin-left: 0 !important;
        flex-shrink: 0;
    }

    .solutek_nav_manu.style-three .sidebar-button a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        width: 44px;
        padding: 0;
        line-height: 1;
    }

    .solutek_nav_manu.style-three .nav-btn.navSidebar-button a i {
        color: #ff3b00 !important;
    }

    .solutek_nav_manu.style-three .solutek-btn a.btn-2 {
        font-size: 13px;
        font-weight: 600;
        padding: 12px 16px;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1400px) {
    .solutek_nav_manu .solutek_menu > ul.nav_scroll > li > a {
        margin: 18px 14px !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .solutek_nav_manu .solutek_menu > ul.nav_scroll > li > a {
        margin: 18px 9px !important;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .solutek_nav_manu .logo {
        min-height: 76px;
    }

    .solutek_nav_manu .logo_img img,
    .solutek_nav_manu .main_sticky img {
        height: 68px;
        max-width: 260px;
    }

    .solutek_nav_manu.sticky .main_sticky img {
        height: 62px;
        max-width: 240px;
    }

    .footer-logo img,
    .nav-logo img {
        height: 64px;
        max-width: 240px;
    }
}

@media (max-width: 991px) {
    .solutek_nav_manu .logo {
        min-height: 72px;
    }

    .solutek_nav_manu .logo_img img,
    .solutek_nav_manu .main_sticky img {
        height: 62px;
        max-width: 230px;
    }

    .solutek_nav_manu.sticky .main_sticky img {
        height: 58px;
        max-width: 210px;
    }

    .footer-logo img,
    .nav-logo img {
        height: 58px;
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .hero-area {
        height: auto !important;
        min-height: 520px;
        padding: 100px 0 60px;
    }

    .hero-content h1,
    .hero-content .hero-title {
        font-size: 1.75rem !important;
        line-height: 1.3 !important;
    }

    .solutek-btn,
    .btn,
    .header-button a,
    .pricing-btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 20px;
    }

    .mean-container .mean-nav ul li a {
        font-size: 16px;
        padding: 12px 16px;
    }

    .solutek_nav_manu .logo {
        min-height: 64px;
    }

    .footer-logo img,
    .nav-logo img,
    .solutek_nav_manu .logo_img img,
    .solutek_nav_manu .main_sticky img {
        height: 54px;
        max-width: 200px;
    }

    .solutek_nav_manu.sticky .main_sticky img {
        height: 50px;
        max-width: 185px;
    }

    .pricing-table,
    .service-area .row > [class*="col-"] {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
