/* CSS Customizado BRASOFTEC - Ajustes de Cores e Estilos */

/* Correção de fontes FontAwesome - usar CDN */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-light-300.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-light-300.woff') format('woff'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-light-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff') format('woff'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff') format('woff'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff') format('woff'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.ttf') format('truetype');
}

/* Cores da BRASOFTEC */
:root {
    --brasoftec-green: #1a5f3f;
    --brasoftec-yellow: #ffd700;
    --brasoftec-green-light: #22cd6f;
    --brasoftec-green-dark: #0d3d26;
    --bg-light: #ffffff;
    --bg-light-gray: #f8f9fa;
    --text-dark: #333333;
    --text-gray: #666666;
}

/* Tema Claro - Backgrounds */
body {
    background-color: var(--bg-light) !important;
    color: var(--text-dark) !important;
}

.site {
    background-color: var(--bg-light) !important;
}

/* Header Banner Area - Tema Claro */
.header-banner-area {
    background: var(--bg-light-gray) !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

/* Banner Icon - SVG */
.banner-comments {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 10px 0 !important;
    position: relative !important;
}

.banner-icon {
    background: var(--brasoftec-green) !important;
    color: #fff !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.banner-icon svg {
    width: 18px !important;
    height: 18px !important;
    color: #fff !important;
    stroke: currentColor !important;
    display: block !important;
    margin: 0 auto !important;
}

.banner-carousel {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.5 !important;
    position: relative !important;
    z-index: 1 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.banner-icon i {
    display: none !important;
}

.banner-single-carousel p {
    color: var(--text-gray) !important;
}

.banner-social li a {
    color: var(--text-gray) !important;
}

/* Header Area - Tema Claro */
.header-area {
    background: var(--bg-light) !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.header-area.sticky {
    background: var(--bg-light) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Substituição das cores do Glint pela paleta BRASOFTEC */
.heading small,
.heading h2 span,
.primery-heading h2 span,
.primery-heading small,
.info-content,
.primery-info-content {
    color: var(--brasoftec-green) !important;
}

/* Botões - Estado Normal Visível com Animações do Template Frutin */
.cbtn.cbnt1,
a.contact-btn,
button.cbtn.cbnt1,
button[type="submit"].cbtn.cbnt1 {
    background: var(--brasoftec-green) !important;
    color: #fff !important;
    border: 2px solid var(--brasoftec-green) !important;
    border-radius: 8px !important;
    padding: 13px 70px 13px 25px !important;
    padding-right: 70px !important;
    position: relative !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    display: inline-block !important;
    cursor: pointer !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transform: translateY(0) !important;
    min-width: 240px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Efeito de overlay que desliza no hover (animação Frutin) - VERTICAL */
.cbtn.cbnt1::before,
a.contact-btn::before,
button.cbtn.cbnt1::before,
button[type="submit"].cbtn.cbnt1::before {
    content: '' !important;
    position: absolute !important;
    top: -100% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    transition: top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    z-index: -1 !important;
}

.cbtn.cbnt1:hover::before,
a.contact-btn:hover::before,
button.cbtn.cbnt1:hover::before,
button[type="submit"].cbtn.cbnt1:hover::before {
    top: 0 !important;
}

.cbtn.cbnt1:hover,
a.contact-btn:hover,
button.cbtn.cbnt1:hover,
button[type="submit"].cbtn.cbnt1:hover {
    border-color: var(--brasoftec-green) !important;
    background: transparent !important;
    color: var(--brasoftec-green) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(26, 95, 63, 0.3) !important;
}

.cbtn.cbnt1:active,
a.contact-btn:active,
button.cbtn.cbnt1:active,
button[type="submit"].cbtn.cbnt1:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 10px rgba(26, 95, 63, 0.2) !important;
}

/* Ícone amarelo dentro do botão - posicionado à direita com animação */
.cbtn.cbnt1 i,
a.contact-btn i,
button.cbtn.cbnt1 i,
button[type="submit"].cbtn.cbnt1 i {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 15px !important;
    height: 30px !important;
    width: 30px !important;
    margin: auto 0 !important;
    background: var(--brasoftec-yellow) !important;
    color: var(--brasoftec-green) !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    z-index: 2 !important;
    padding: 0 !important;
}

.cbtn.cbnt1 i svg,
a.contact-btn i svg,
button.cbtn.cbnt1 i svg,
button[type="submit"].cbtn.cbnt1 i svg {
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.cbtn.cbnt1 i svg path,
a.contact-btn i svg path,
button.cbtn.cbnt1 i svg path,
button[type="submit"].cbtn.cbnt1 i svg path {
    transition: fill 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    fill: var(--brasoftec-green) !important;
}

/* Animação do ícone no hover - desliza para baixo (vertical) */
.cbtn.cbnt1:hover i,
a.contact-btn:hover i,
button.cbtn.cbnt1:hover i,
button[type="submit"].cbtn.cbnt1:hover i {
    transform: translateY(4px) !important;
    background: var(--brasoftec-green) !important;
    color: #fff !important;
}

.cbtn.cbnt1:hover i svg path,
a.contact-btn:hover i svg path,
button.cbtn.cbnt1:hover i svg path,
button[type="submit"].cbtn.cbnt1:hover i svg path {
    fill: #fff !important;
}

/* Animação de ripple ao clicar (efeito Frutin) */
.cbtn.cbnt1::after,
a.contact-btn::after,
button.cbtn.cbnt1::after,
button[type="submit"].cbtn.cbnt1::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.4) !important;
    transform: translate(-50%, -50%) !important;
    transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.cbtn.cbnt1:active::after,
a.contact-btn:active::after,
button.cbtn.cbnt1:active::after,
button[type="submit"].cbtn.cbnt1:active::after {
    width: 300px !important;
    height: 300px !important;
}

/* Animação de entrada para os botões */
@keyframes buttonFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cbtn.cbnt1,
a.contact-btn,
button.cbtn.cbnt1,
button[type="submit"].cbtn.cbnt1 {
    animation: buttonFadeInUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Service Cards */
.single-service.active,
.single-service:hover {
    background: var(--brasoftec-green) !important;
}

.service-text h4,
.service-text h3 {
    color: var(--brasoftec-green) !important;
}

.single-service.active .service-text h4,
.single-service:hover .service-text h4,
.single-service.active .service-text h3,
.single-service:hover .service-text h3 {
    color: #fff !important;
}

/* Garantir que todos os textos fiquem visíveis no hover */
.single-service.active .service-text p,
.single-service:hover .service-text p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.single-service.active .service-text,
.single-service:hover .service-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

.single-service.active .service-text ul li,
.single-service:hover .service-text ul li {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Garantir que os ícones SVG fiquem visíveis no hover */
.single-service.active .service-icon svg,
.single-service:hover .service-icon svg {
    color: #ffffff !important;
}

.single-service.active .service-icon svg path,
.single-service:hover .service-icon svg path {
    stroke: #ffffff !important;
}

.single-service.active .service-icon svg g,
.single-service:hover .service-icon svg g {
    stroke: #ffffff !important;
}

.single-service.active .service-icon img,
.single-service:hover .service-icon img {
    filter: brightness(0) invert(1) !important;
}

/* Circles nos service cards */
span.circle.circle-1 {
    background: var(--brasoftec-green-light) !important;
}

span.circle.circle-2 {
    background: var(--brasoftec-green) !important;
}

span.circle.circle-3 {
    background: var(--brasoftec-green-dark) !important;
}

span.circle.circle-4 {
    background: var(--brasoftec-green) !important;
}

/* Info Content Border */
.info-content,
.primery-info-content {
    border-left-color: var(--brasoftec-green) !important;
}

.info-content p,
.primery-info-content p {
    color: var(--brasoftec-green) !important;
}

/* Footer e Links */
.copyright span {
    color: var(--brasoftec-green) !important;
}

.footer-menu ul li a:hover {
    color: var(--brasoftec-green) !important;
}

/* Welcome/Hero Area - Tema Claro */
.welcome-area-wrap {
    background: var(--bg-light-gray) !important;
}

.wlc-title.white h1 {
    color: var(--text-dark) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.wlc-title.white h1 span {
    color: var(--brasoftec-green) !important;
}

.wlc-title.white p {
    color: var(--text-dark) !important;
}

/* About Area - Tema Claro */
.about-area {
    background: var(--bg-light) !important;
}

.heading.white {
    position: relative !important;
    z-index: 2 !important;
}

.heading.white h2 {
    color: var(--text-dark) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.heading.white h2 span {
    color: var(--brasoftec-green) !important;
}

.heading.white h3 {
    color: var(--text-dark) !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.heading.white h4 {
    color: var(--text-dark) !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 2 !important;
}

.heading.white h5 {
    color: var(--text-dark) !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    z-index: 2 !important;
}

.heading.white p {
    color: var(--text-dark) !important;
    position: relative !important;
    z-index: 2 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    line-height: 1.7 !important;
}

.heading.white p:last-child {
    margin-bottom: 0 !important;
}

.heading.white small {
    color: var(--text-dark) !important;
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

.heading.white ul {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}

.heading strong.filltext {
    -webkit-text-stroke-color: #e0e0e0 !important;
    display: block !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Espaçamento adicional entre seções */
.section-padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.padding-bottom {
    padding-bottom: 80px !important;
}

.padding-top {
    padding-top: 80px !important;
}

/* Espaçamento entre rows */
.row {
    margin-bottom: 30px !important;
}

.row:last-child {
    margin-bottom: 0 !important;
}

/* Service Area - Tema Claro */
.service-area {
    background: var(--bg-light) !important;
}

.single-service {
    background: var(--bg-light-gray) !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
    padding: 25px !important;
    transition: all 0.3s ease !important;
}

.service-text {
    margin-top: 15px !important;
}

.service-text h4,
.service-text h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.service-text p {
    color: var(--text-gray) !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    line-height: 1.7 !important;
}

.service-text p:last-child {
    margin-bottom: 0 !important;
}

.service-text ul {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.service-text ul li {
    margin-bottom: 8px !important;
}

/* Info Content - Tema Claro */
.info-content {
    border-left-color: var(--brasoftec-green) !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
}

.info-content p {
    color: var(--text-gray) !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    line-height: 1.7 !important;
}

.info-content p:last-child {
    margin-bottom: 0 !important;
}

.info-content h3,
.info-content h4,
.info-content h5 {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

.info-content ul {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.info-content ul li {
    margin-bottom: 8px !important;
}

/* Contact Form - Tema Claro */
.cta-form input,
.cta-form textarea,
.cta-form select {
    width: 100% !important;
    padding: 13px !important;
    background: var(--bg-light) !important;
    border: 1px solid #ddd !important;
    color: var(--text-dark) !important;
    border-radius: 8px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    box-sizing: border-box !important;
}

.cta-form input::placeholder,
.cta-form textarea::placeholder {
    color: var(--text-gray) !important;
    opacity: 0.7 !important;
}

.cta-form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 13px center !important;
    padding-right: 35px !important;
}

.cta-form select option {
    background: var(--bg-light) !important;
    color: var(--text-dark) !important;
}

.cta-form input:focus,
.cta-form textarea:focus,
.cta-form select:focus {
    border-color: var(--brasoftec-green) !important;
    outline: none !important;
}

.cta-heading h2 {
    color: var(--text-dark) !important;
}

.cta-heading h2 span {
    color: var(--brasoftec-green) !important;
}

.cta-area p {
    color: var(--text-gray) !important;
}

/* Footer - Tema Claro */
.footer-area {
    background: var(--bg-light) !important;
    padding: 60px 0 40px 0 !important;
}

/* Footer Contact Info */
.footer-contact-info {
    margin-bottom: 40px;
}

.footer-icon {
    width: 20px;
    height: 20px;
    border: 2px solid var(--text-dark);
    margin: 0 auto 10px auto;
    display: block;
}

.footer-contact-info p {
    color: var(--text-dark) !important;
    margin: 0 0 5px 0 !important;
    font-size: 14px !important;
}

.footer-contact-info .whatsapp-link {
    color: var(--brasoftec-green) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    display: block;
    margin-top: 5px;
}

.footer-contact-info .whatsapp-link:hover {
    text-decoration: underline !important;
}

/* Footer Menu */
.footer-menu {
    margin: 20px 0;
}

.footer-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 15px 25px !important;
}

.footer-menu ul li {
    display: inline-block !important;
    margin: 0 !important;
}

.footer-menu ul li a {
    color: var(--text-dark) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: color 0.3s ease !important;
}

.footer-menu ul li a:hover {
    color: var(--brasoftec-green) !important;
}

/* Copyright */
.copyright {
    position: relative;
    margin: 40px 0 20px 0;
    padding-top: 30px;
}

.copyright::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 1px;
    background: #e0e0e0;
    display: block;
}

.copyright p {
    color: var(--text-dark) !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

.copyright span {
    color: var(--brasoftec-green) !important;
}

/* Footer Slogan */
.footer-slogan {
    margin-top: 20px;
}

.footer-slogan p {
    color: var(--text-dark) !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

/* Section Padding Backgrounds */
.section-padding {
    background: var(--bg-light) !important;
}

/* Contact Icons */
.cta-area i.fas,
.cta-area i.fab {
    color: var(--brasoftec-green) !important;
}

.cta-area a {
    color: var(--brasoftec-green) !important;
}

.cta-area a:hover {
    color: var(--brasoftec-yellow) !important;
}

/* Banner Social - Instagram com efeito revelação BRASOFTEC */
.banner-social li {
    display: inline-block !important;
}

.banner-social li a.instagram-link {
    color: var(--text-gray) !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 8px 12px !important;
    gap: 10px !important;
}

.banner-social li a.instagram-link .instagram-icon {
    display: inline-flex !important;
    align-items: center !important;
    z-index: 2 !important;
    position: relative !important;
}

.banner-social li a.instagram-link .brasoftec-text {
    display: inline-block !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--text-dark) !important;
    opacity: 0 !important;
    transform: translateX(-20px) !important;
    transition: all 0.4s ease !important;
    white-space: nowrap !important;
    z-index: 2 !important;
    position: relative !important;
}

.banner-social li a.instagram-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #2E3D44;
    transition: width 0.4s ease;
    z-index: 1;
}

.banner-social li a.instagram-link:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.banner-social li a.instagram-link:hover .brasoftec-text {
    opacity: 1 !important;
    transform: translateX(0) !important;
    color: #ffffff !important;
}

.banner-social li a.instagram-link svg {
    width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    color: currentColor !important;
    transition: all 0.3s ease !important;
    z-index: 2 !important;
    position: relative !important;
}

.banner-social li a.instagram-link:hover svg {
    color: #ffffff !important;
}

.banner-social li a i {
    display: none !important;
}

/* Banner Carousel Navigation - SVGs das Setas */
.header-banner-area .owl-nav {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    background: transparent !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

.header-banner-area .owl-nav > div {
    width: 48px !important;
    height: 48px !important;
    background: #2E3D44 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
}

.header-banner-area .owl-nav > div:first-child {
    border-right: 1px solid rgba(255,255,255,0.2) !important;
}

.header-banner-area .owl-nav > div:hover {
    background: var(--brasoftec-green) !important;
}

.header-banner-area .owl-nav > div i {
    display: none !important;
}

/* Seta Esquerda SVG */
.header-banner-area .owl-nav > .owl-prev::before {
    content: '';
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M13.54 18a2.06 2.06 0 0 1-1.3-.46l-5.1-4.21a1.7 1.7 0 0 1 0-2.66l5.1-4.21a2.1 2.1 0 0 1 2.21-.26a1.76 1.76 0 0 1 1.05 1.59v8.42a1.76 1.76 0 0 1-1.05 1.59a2.2 2.2 0 0 1-.91.2'/%3E%3C/svg%3E");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Seta Direita SVG */
.header-banner-area .owl-nav > .owl-next::before {
    content: '';
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M10.46 18a2.2 2.2 0 0 1-.91-.2a1.76 1.76 0 0 1-1.05-1.59V7.79A1.76 1.76 0 0 1 9.55 6.2a2.1 2.1 0 0 1 2.21.26l5.1 4.21a1.7 1.7 0 0 1 0 2.66l-5.1 4.21a2.06 2.06 0 0 1-1.3.46'/%3E%3C/svg%3E");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Heading Filltext - Background text */
.heading strong.filltext {
    -webkit-text-stroke-color: #e0e0e0 !important;
    font-size: 80px !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke: 1px #e0e0e0 !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    z-index: 1 !important;
    display: block !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

/* Logo ajustes */
.logo img {
    max-height: 60px;
    width: auto;
}

/* Menu Header - Organização e Alinhamento */
.header-area .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

.header-area .main-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-area .stellarnav {
    width: 100%;
    display: flex;
    align-items: center;
}

.header-area .stellarnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.header-area .stellarnav ul li {
    margin: 0 15px;
    display: flex;
    align-items: center;
    height: auto;
}

.header-area .stellarnav ul li a {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--text-dark) !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 10px 0;
}

.header-area .stellarnav ul li a:hover,
.header-area .stellarnav ul li.current > a {
    color: var(--brasoftec-green) !important;
    text-decoration: none;
}

/* Linha verde embaixo do menu item - usando cor da logo */
.header-area .stellarnav > ul > li::after {
    background: var(--brasoftec-green) !important;
}

/* Remover busca e botões do header */
.header-area .search-area {
    display: none !important;
}

/* Dropdown Menu - Tema Claro */
.header-area .stellarnav ul li.has-sub {
    position: relative !important;
}

.header-area .stellarnav ul li.has-sub > ul {
    background: var(--bg-light) !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    min-width: 250px !important;
    width: auto !important;
    text-align: left !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 0 !important;
    z-index: 999 !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
    padding: 0 !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}

/* Dropdown Menu - Abrir no hover */
.header-area .stellarnav.desktop ul li.has-sub:hover > ul,
.header-area .stellarnav ul li.has-sub:hover > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Dropdown Menu - Abrir quando ativo (mobile/click) */
.header-area .stellarnav ul li.has-sub.active > ul,
.header-area .stellarnav ul li.has-sub.open > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.header-area .stellarnav ul li.has-sub > ul li {
    margin: 0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    text-align: left !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    background: var(--bg-light) !important;
}

.header-area .stellarnav ul li.has-sub > ul li:first-child {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.header-area .stellarnav ul li.has-sub > ul li:last-child {
    border-bottom: none !important;
}

.header-area .stellarnav ul li.has-sub > ul li a {
    color: var(--text-dark) !important;
    padding: 12px 20px !important;
    padding-right: 20px !important;
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    min-height: 44px !important;
}

.header-area .stellarnav ul li.has-sub > ul li:first-child a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.header-area .stellarnav ul li.has-sub > ul li a::after {
    content: '';
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%231a5f3f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6.5 17.5l11-11m0 0h-9m9 0v9'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0 !important;
}

.header-area .stellarnav ul li.has-sub > ul li a:hover {
    background: var(--bg-light-gray) !important;
    color: var(--brasoftec-green) !important;
    padding-right: 40px !important;
}

.header-area .stellarnav ul li.has-sub > ul li a:hover::after {
    display: block;
}

/* Dropdown arrow icon - Removido o antigo */
.header-area .stellarnav ul li.has-sub > a:after {
    display: none !important;
}

/* Ícone SVG do dropdown - Soluções */
.header-area .stellarnav ul li.has-sub > a .dropdown-icon {
    display: inline-block !important;
    transition: transform 0.3s ease !important;
    transform: rotate(0deg) !important;
    color: var(--text-gray) !important;
}

/* Rotacionar ícone quando dropdown está aberto (hover) */
.header-area .stellarnav ul li.has-sub:hover > a .dropdown-icon,
.header-area .stellarnav ul li.has-sub.active > a .dropdown-icon,
.header-area .stellarnav ul li.has-sub.open > a .dropdown-icon {
    transform: rotate(180deg) !important;
    color: var(--brasoftec-green) !important;
}

/* Cor do ícone no hover do link */
.header-area .stellarnav ul li.has-sub > a:hover .dropdown-icon {
    color: var(--brasoftec-green) !important;
}

/* Responsividade adicional se necessário */
@media (max-width: 768px) {
    .wlc-title h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .heading h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}

/* ============================================
   SCROLL TO TOP BUTTON (Template Frutin)
   ============================================ */

.scroll-top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 50px !important;
    height: 50px !important;
    background: transparent !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) scale(0.8) !important;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 15px rgba(26, 95, 63, 0.3) !important;
    overflow: visible !important;
}

/* Fundo verde do botão usando ::before para ficar atrás do círculo */
.scroll-top::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: var(--brasoftec-green) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
    transition: background 0.3s ease !important;
}

.scroll-top.show::before {
    background: var(--brasoftec-green) !important;
}

.scroll-top:hover::before {
    background: var(--brasoftec-green-dark) !important;
}

.scroll-top.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
}

.scroll-top:hover {
    background: transparent !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(26, 95, 63, 0.4) !important;
}

/* Hover: quando está com ícone para baixo (indo para o final) - ícone vai para baixo no hover */
.scroll-top.at-top:hover .scroll-top-icon {
    transform: rotate(180deg) translateY(4px) !important;
}

/* Hover: quando está com ícone para cima (voltando ao topo) - ícone vai para cima no hover */
.scroll-top.at-bottom:hover .scroll-top-icon {
    transform: rotate(0deg) translateY(-4px) !important;
}

.scroll-top:active {
    transform: translateY(-3px) scale(1) !important;
    box-shadow: 0 4px 15px rgba(26, 95, 63, 0.3) !important;
}

/* SVG Progress Circle - Círculo amarelo SOBRE o fundo verde */
.scroll-top .progress-circle {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: rotate(-90deg) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    overflow: visible !important;
}

.scroll-top .progress-circle svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: visible !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
}

.scroll-top .progress-path {
    fill: none !important;
    stroke: #ffd700 !important;
    stroke-width: 5px !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-dasharray: 308 308 !important;
    stroke-dashoffset: 308 !important;
    transition: stroke-dashoffset 0.15s linear !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: none !important;
    transform-origin: 50% 50% !important;
    filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.9)) drop-shadow(0 0 4px rgba(255, 215, 0, 0.6)) !important;
    z-index: 1 !important;
}

/* Ícone SVG dentro do botão */
.scroll-top-icon {
    position: relative !important;
    z-index: 2 !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    pointer-events: none !important;
    transform-origin: center !important;
}

.scroll-top-icon g {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

.scroll-top-icon path {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

/* Manter cor branca no hover */
.scroll-top:hover .scroll-top-icon {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

.scroll-top:hover .scroll-top-icon g,
.scroll-top:hover .scroll-top-icon path {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

/* Manter compatibilidade com ícone FontAwesome (caso ainda exista) */
.scroll-top i {
    position: relative !important;
    z-index: 2 !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    pointer-events: none !important;
}

.scroll-top:hover i {
    transform: translateY(-3px) !important;
}

/* Responsivo */
@media (max-width: 768px) {
    .scroll-top {
        bottom: 20px !important;
        right: 20px !important;
        width: 45px !important;
        height: 45px !important;
    }
    
    .scroll-top-icon {
        width: 16px !important;
        height: 16px !important;
    }
    
    .scroll-top i {
        font-size: 16px !important;
    }
}
