/* Estilos da Header */
.main-header .header-top .text span,
.nav-outer .mobile-nav-toggler,
.mobile-menu .menu-backdrop {
    background-color: var(--secondary-color);
}

/* Estilos do Accordion */
.accordion-box .block .acc-btn.active {
    background-color: var(--primary-color);
}

/* Estilos de Cores */
.box-animado-block .inner-box:hover .icon,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.navbar-right-info .faq-btn a span,
.sec-title h4,
a:hover,
a {
    color: var(--secondary-color);
}

.service-block-one .icon .icon-inner,
.service-block-one .read-more-link {
    color: var(--primary-color);
}

/* Estilos de Bordas */
.main-menu .navigation > li > ul > li > ul,
.main-menu .navigation > li > ul,
.projects-section .nav-tabs .nav-link.active:after,
.service-block-one:hover .icon,
.btn-style-five,
.team-block-two .video-btn:before,
.team-block-two .inner-box:hover .video-btn a,
.team-block-two .inner-box:hover .content:before,
.testimonial-section-four .owl-nav .owl-prev:hover:before,
.testimonial-section-four .owl-nav .owl-next:hover:before,
.header-middle .btn-style-one,
.banner-section.style-four .banner-carousel .content-box .text .video-btn,
.banner-section.style-four .owl-dots .owl-dot.active span,
.banner-section.style-four .owl-dots .owl-dot:hover span,
.news-block-five .inner-box,
.project-block-two .text,
.subscribe-newsletter-three .form-group button:hover,
.feature-block-six .inner-box:before,
.service-block-four .overlay:after,
.service-block-four .overlay:before,
.whay-choose-block .inner-box:hover .icon span,
.widget_filter-price .ui-state-default, 
.widget_filter-price .ui-widget-content .ui-state-default,
.filter-tabs.filter-btns li span.count,
.team-block-four .author-title,
.award-section-three .owl-dots .owl-dot.active span,
.award-section-three .owl-dots .owl-dot:hover span,
.contact-info-block-two .inner-box:before,
.news-block-six .social-links-wrapper:hover .icon,
.news-block-six .social-links li a:hover,
.contact-details-section-three .pointer-block .point,
.progress-levels .progress-box .bar .bar-fill,
.testimonial-section-eleven .client-block:hover .thumb,
.testimonial-section-eleven .client-block:hover .thumb:before,
.about-section .logo {
    border-color: var(--border-color);
}

/* Estilos do Accordion */
.accordion-box.style-two .block .acc-btn.active,
.accordion-box.style-three .block .acc-btn.active {
    border-left-color: var(--border-color);
}

/* Estilos de Gradiente */
.contact-widget .social-links li a:before,
.banner-section.style-two .owl-theme .owl-nav button:before,
.cta-section-two h2 span,
.cta-section-two .contact-info .icon,
.btn-style-four {
    background-image: linear-gradient(0deg, rgb(253,74,54) 16%, rgb(255,131,0) 100%);
}

/* Transições Suaves */
a,
.btn-style-five {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.main-menu .navigation > li:hover > a {
    color: var(--secondary-color);
}
