/* ========== CSS EXTRAÍDO DO ARQUIVO WELCOME.BLADE.PHP ========== */

/* Estilos básicos para botões */
.no-border-hover:hover {
    border: none !important;
}

.no-border-focus:focus {
    outline: none;
    border: none;
}

/* Custom Scrollbar Styles */
html, body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: #F1F5F9;
}

body::-webkit-scrollbar-thumb {
    background-color: #FFC107;
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #FFC107;
}

/* ========== CORREÇÕES CRÍTICAS PARA MENU MOBILE ========== */

/* Reset e configurações base */
* {
    box-sizing: border-box;
}

/* Navbar principal */
.fbs__net-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background-color: #000000 !important;
    transition: all 0.3s ease !important;
    padding: 0.5rem 0 !important;
}

.fbs__net-navbar.active {
    background-color: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Container */
.fbs__net-navbar .container {
    position: relative !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

/* Logo */
.navbar-brand {
    z-index: 1051 !important;
    position: relative !important;
}

.navbar-brand img {
    max-height: 40px !important;
    width: auto !important;
}


/* ========== TOGGLE BUTTON ========== */
.fbs__net-navbar-toggler {
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 2px solid rgb(255, 193, 7) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 8px !important;
    padding: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 1052 !important;
    position: relative !important;
    margin-left: 10px !important;
}

.fbs__net-navbar-toggler:hover {
    background-color: rgba(255, 193, 7, 0.1) !important;
    transform: scale(1.05) !important;
    border-color: #fff !important;
}

.fbs__net-navbar-toggler:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3) !important;
}

/* Ícones do toggle */
.fbs__net-navbar-toggler svg {
    width: 28px !important;
    height: 28px !important;
    color: rgb(255, 193, 7) !important;
    transition: all 0.3s ease !important;
    stroke-width: 2.5 !important;
}

.fbs__net-navbar-toggler:hover svg {
    color: #fff !important;
}

/* Controle de visibilidade dos ícones */
.fbs__net-icon-close {
    display: none !important;
}

.fbs__net-icon-menu {
    display: block !important;
}

/* ========== OFFCANVAS - ESTRUTURA PRINCIPAL ========== */
.mobile-menu-offcanvas {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 85% !important;
    max-width: 400px !important;
    height: 100vh !important;
    background-color: #000000 !important;
    border: none !important;
    box-shadow: 4px 0 25px rgba(0, 0, 0, 0.5) !important;
    z-index: 1055 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateX(-100%) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    overflow-y: auto !important;
}

/* Estado ativo */
.mobile-menu-offcanvas.show {
    left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* ========== HEADER DO OFFCANVAS ========== */
.mobile-menu-header {
    padding: 1.5rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: rgba(0, 0, 0, 0.95) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 80px !important;
}

.offcanvas-header-logo img {
    max-height: 30px !important;
    width: auto !important;
}

/* Botão de fechar */
.btn-close-mobile {
    background: transparent !important;
    border: 2px solid rgb(255, 193, 7) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.btn-close-mobile:hover {
    background-color: rgb(255, 193, 7) !important;
    transform: scale(1.05) rotate(90deg) !important;
}

.btn-close-mobile svg {
    color: rgb(255, 193, 7) !important;
    width: 20px !important;
    height: 20px !important;
    stroke-width: 2.5 !important;
}

.btn-close-mobile:hover svg {
    color: #000 !important;
}

/* ========== BODY DO OFFCANVAS - NAVEGAÇÃO MOBILE ========== */
.offcanvas-body {
    padding: 1.5rem !important;
    background-color: #000000 !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.mobile-nav-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.mobile-nav-item {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    list-style: none !important;
}

/* Links Mobile */
.mobile-nav-link {
    display: block !important;
    width: 100% !important;
    color: #ffffff !important; /* Todos brancos */
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    padding: 1rem 1.5rem !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid transparent !important; /* Sem borda */
    margin-bottom: 0.25rem !important;
}

/* Hover não ativa borda */
.mobile-nav-link:hover,
.mobile-nav-link:focus {
    color: #ffffff !important;
    border-bottom-color: transparent !important;
}

/* Apenas o ativo ganha cor e borda */
.mobile-nav-link.active {
    color: #FFC107 !important;
}

/* ========== DROPDOWN MOBILE (alterado) ========== */
.mobile-dropdown-toggle {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.mobile-dropdown-menu {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 0.5rem 0 !important;
    margin: 0.5rem 0 0 !important;
    display: none !important;
}

.mobile-dropdown-menu.show {
    display: block !important;
}

.mobile-dropdown-item {
    color: #ffffff !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    border-radius: 0 !important; /* SEM bordas arredondadas */
    margin: 0.25rem 0.5rem !important;
    background-color: transparent !important;
    border: none !important;
    display: block !important;
}

.mobile-dropdown-item.active {
    color: #FFC107 !important;
    border-bottom: 2px solid #FFC107 !important;
}

/* ========== SOCIAL LINKS MOBILE ========== */
.mobile-social-links {
    margin-top: auto !important;
    padding-top: 2rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.mobile-social-title {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
}

.mobile-social-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

.mobile-social-link {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.2rem !important;
    text-decoration: none !important;
    border: 2px solid transparent !important;
}

/* ========== BACKDROP ========== */
.offcanvas-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(5px) !important;
    z-index: 1054 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}

.offcanvas-backdrop.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Prevenção de scroll */
body.offcanvas-open {
    overflow: hidden !important;
}

/* Social Links Desktop (mantido) */
.special-link {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    padding: 0.5rem !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
}

.special-link:hover {
    color: rgb(255, 193, 7) !important;
    background-color: rgba(255, 193, 7, 0.15) !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.2) !important;
}

/* ========== SCROLLBAR MOBILE (alterada) ========== */
.mobile-menu-offcanvas::-webkit-scrollbar {
    display: none;
    width: 4px !important; /* fina */
}

.mobile-menu-offcanvas::-webkit-scrollbar-track {
    background: #000 !important; /* fundo preto */
}

.mobile-menu-offcanvas::-webkit-scrollbar-thumb {
    background-color: #FFC107 !important;
    border-radius: 0 !important;
    min-height: 10px !important;
}

.mobile-menu-offcanvas::-webkit-scrollbar-thumb:hover {
    background-color: #FFC107 !important;
}

/* Remove setas superior/inferior */
.mobile-menu-offcanvas::-webkit-scrollbar-button,
.mobile-menu-offcanvas::-webkit-scrollbar-button:single-button,
.mobile-menu-offcanvas::-webkit-scrollbar-button:vertical:increment,
.mobile-menu-offcanvas::-webkit-scrollbar-button:vertical:decrement {
    background: transparent !important;
    color: transparent !important;
    border: none !important;
    width: 0 !important;
    height: 0 !important;
}

.mobile-menu-offcanvas::-webkit-scrollbar-corner {
    display: none !important;
}

.mobile-menu-offcanvas {
    scrollbar-width: thin !important;
    scrollbar-color: #FFC107 #000 !important;
}

/* ========== ESTILOS ADICIONAIS PARA O FOOTER ========== */
.footer {
    background-color: #000000;
    color: #ffffff;
}

.footer h3, .footer h3 {
    color: #ffffff;
}

.footer a {
    color: #cccccc;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #FFC107;
}

.legal-links {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.legal-links a {
    color: #999999;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.legal-links a:hover {
    color: #FFC107;
}

.credits {
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #FFC107;
}

.social-links a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFC107;
    color:#000000;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #FFC107;
    color: #000000;
    transform: translateY(-2px);
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .legal-links {
        text-align: center;
    }
    
    .legal-links .d-none.d-md-inline {
        display: none !important;
    }
    
    .legal-links a {
        display: block;
        margin-bottom: 0.5rem;
    }
}

/* ========== ESTILOS ESPECÍFICOS PARA ELEMENTOS INLINE ========== */

/* Logo widths */
.logo.dark.img-fluid,
.logo.light.img-fluid {
    width: 90px;
}

.logo.img-fluid {
    width: 80px;
}

/* Logo clients sizes */
.logo-client-1 {
    width: 110px;
}

.logo-client-2 {
    width: 80px;
}

.logo-client-3 {
    width: 110px;
}

/* Footer form styles */
.footer-form-input {
    background-color: #ffffff !important;
}

.footer-form-button {
    background: transparent !important;
}

/* Quick contact styles */
.quick-contact p,
.quick-contact a {
    display: flex;
    margin-bottom: 0.75rem;
}

.quick-contact i {
    margin-right: 0.75rem;
}

/* Credits section */
.credits {
    padding-top: 0.75rem;
}

/* Legal links section */
.legal-links {
    padding: 0.75rem 0;
    margin-bottom: 0.75rem;
}

/* Social links container in footer */
.quick-links .social-links {
    display: flex;
    gap: 0.5rem;
}

/* ========== ESTILOS ADICIONAIS ESPECÍFICOS ========== */

/* Button focus styles */
button:focus {
    outline: none !important;
}

/* Navbar dark background override */
.navbar.navbar-expand-lg.dark {
    background-color: #000000 !important;
}important;
    height: 20px !important;
    stroke-width: 2.5 !important;
}

.btn-close-mobile:hover svg {
    color: #000 !important;
}

/* ========== BODY DO OFFCANVAS - NAVEGAÇÃO MOBILE ========== */
.offcanvas-body {
    padding: 1.5rem !important;
    background-color: #000000 !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.mobile-nav-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.mobile-nav-item {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    list-style: none !important;
}

/* Links Mobile */
.mobile-nav-link {
    display: block !important;
    width: 100% !important;
    color: #ffffff !important; /* Todos brancos */
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    padding: 1rem 1.5rem !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid transparent !important; /* Sem borda */
    margin-bottom: 0.25rem !important;
}

/* Hover não ativa borda */
.mobile-nav-link:hover,
.mobile-nav-link:focus {
    color: #ffffff !important;
    border-bottom-color: transparent !important;
}

/* Apenas o ativo ganha cor e borda */
.mobile-nav-link.active {
    color: #FFC107 !important;
}

/* ========== DROPDOWN MOBILE (alterado) ========== */
.mobile-dropdown-toggle {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.mobile-dropdown-menu {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 0.5rem 0 !important;
    margin: 0.5rem 0 0 !important;
    display: none !important;
}

.mobile-dropdown-menu.show {
    display: block !important;
}

.mobile-dropdown-item {
    color: #ffffff !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    border-radius: 0 !important; /* SEM bordas arredondadas */
    margin: 0.25rem 0.5rem !important;
    background-color: transparent !important;
    border: none !important;
    display: block !important;
}

.mobile-dropdown-item.active {
    color: #FFC107 !important;
    border-bottom: 2px solid #FFC107 !important;
}

/* ========== SOCIAL LINKS MOBILE ========== */
.mobile-social-links {
    margin-top: auto !important;
    padding-top: 2rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.mobile-social-title {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
}

.mobile-social-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

.mobile-social-link {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.2rem !important;
    text-decoration: none !important;
    border: 2px solid transparent !important;
}

/* ========== BACKDROP ========== */
.offcanvas-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(5px) !important;
    z-index: 1054 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}

.offcanvas-backdrop.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Prevenção de scroll */
body.offcanvas-open {
    overflow: hidden !important;
}

/* Social Links Desktop (mantido) */
.special-link {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    padding: 0.5rem !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
}

.special-link:hover {
    color: rgb(255, 193, 7) !important;
    background-color: rgba(255, 193, 7, 0.15) !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.2) !important;
}

/* ========== SCROLLBAR MOBILE (alterada) ========== */
.mobile-menu-offcanvas::-webkit-scrollbar {
    display: none;
    width: 4px !important; /* fina */
}

.mobile-menu-offcanvas::-webkit-scrollbar-track {
    background: #000 !important; /* fundo preto */
}

.mobile-menu-offcanvas::-webkit-scrollbar-thumb {
    background-color: #FFC107 !important;
    border-radius: 0 !important;
    min-height: 10px !important;
}

.mobile-menu-offcanvas::-webkit-scrollbar-thumb:hover {
    background-color: #FFC107 !important;
}

/* Remove setas superior/inferior */
.mobile-menu-offcanvas::-webkit-scrollbar-button,
.mobile-menu-offcanvas::-webkit-scrollbar-button:single-button,
.mobile-menu-offcanvas::-webkit-scrollbar-button:vertical:increment,
.mobile-menu-offcanvas::-webkit-scrollbar-button:vertical:decrement {
    background: transparent !important;
    color: transparent !important;
    border: none !important;
    width: 0 !important;
    height: 0 !important;
}

.mobile-menu-offcanvas::-webkit-scrollbar-corner {
    display: none !important;
}

.mobile-menu-offcanvas {
    scrollbar-width: thin !important;
    scrollbar-color: #FFC107 #000 !important;
}

/* ========== ESTILOS ADICIONAIS PARA O FOOTER ========== */
.footer {
    background-color: #000000;
    color: #ffffff;
}

.footer h3, .footer h3 {
    color: #ffffff;
}

.footer a {
    color: #cccccc;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #FFC107;
}

.legal-links {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.legal-links a {
    color: #999999;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.legal-links a:hover {
    color: #FFC107;
}

.credits {
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #FFC107;
}

.social-links a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFC107;
    color:#000000;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #FFC107;
    color: #000000;
    transform: translateY(-2px);
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .legal-links {
        text-align: center;
    }
    
    .legal-links .d-none.d-md-inline {
        display: none !important;
    }
    
    .legal-links a {
        display: block;
        margin-bottom: 0.5rem;
    }
}

/* ========== ESTILOS ESPECÍFICOS PARA ELEMENTOS INLINE ========== */

/* Logo */
.logo.dark.img-fluid {
    width: 100px;
}

.logo.light.img-fluid {
    width: 100px;
}

.logo.img-fluid {
    width: 80px;
}

/* Header navbar - background inline */
.fbs__net-navbar.navbar.navbar-expand-lg.dark {
    background-color: #000000 !important;
}

/* Footer form input */
.footer .form-control {
    background-color: #ffffff !important;
}

/* Footer form button */
.footer .btn.btn-primary.no-border-hover.no-border-focus.fs-6 {
    background: transparent !important;
}

/* Quick contact styles */
.quick-contact p,
.quick-contact a {
    display: flex;
    margin-bottom: 0.75rem;
}

.quick-contact i {
    margin-right: 0.75rem;
}

/* Credits section border */
.credits {
    padding-top: 0.75rem;
}

/* Legal links section border */
.legal-links {
    padding: 0.75rem 0;
    margin-bottom: 0.75rem;
}

/* Social links container in footer */
.quick-links .social-links {
    display: flex;
    gap: 0.5rem;
}