* {
  box-sizing: border-box;
}
body {
  font-family: var(--body-font);
  color: var(--text-color);
  line-height: 1.6;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}
p {
  margin-bottom: 15px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
.section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.btn-primary {
  background: linear-gradient(0deg, #72CC7B 0%, #64B269 100%);
  color: white;
  border: solid 1px var(--primary-color);
}
.btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background: transparent;
  color: var(--secondary-color);
  border: 1px solid var(--primary-color);
}
.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.btn-secondary:hover {
  background: var(--primary-color);
  color: white;
}
.slick-next:before,
.slick-prev:before {
  color: #72CC7B !important;
  font-size: 24px !important;
}
.slick-dots li {
  margin: 0 !important;
}
.services-slick .slick-track {
  padding: 24px 0;
}
.fab.fa-twitter {
  font-family: sans-serif;
}
.fab.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-grid {
  display: grid !important;
}
.pos-relative {
  position: relative !important;
}
.pos-absolute {
  position: absolute !important;
}
.pos-fixed {
  position: fixed !important;
}
.pos-sticky {
  position: sticky !important;
}
.text-primary {
  color: var(--primary-color);
}
.text-secondary {
  color: var(--secondary-color);
}
.text-accent {
  color: var(--accent-color);
}
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.text-gray {
  color: #666;
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-secondary {
  background-color: var(--secondary-color);
}
.bg-accent {
  background-color: var(--accent-color);
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: black;
}
.bg-gray {
  background-color: #f8f9fa;
}
.bg-transparent {
  background-color: transparent;
}
.header-classic,
.header-modern {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-classic .container,
.header-modern .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-classic .header-content,
.header-modern .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.header-classic .header-right,
.header-modern .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-classic .header-logo .logo-img,
.header-modern .header-logo .logo-img {
  height: 50px;
  width: auto;
}
.header-classic .header-logo .logo-text,
.header-modern .header-logo .logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--heading-font);
}
.header-classic .header-nav,
.header-modern .header-nav,
.header-classic .header-nav-center,
.header-modern .header-nav-center {
  display: flex;
  gap: 30px;
}
.header-classic .header-nav .nav-link,
.header-modern .header-nav .nav-link,
.header-classic .header-nav-center .nav-link,
.header-modern .header-nav-center .nav-link {
  color: var(--text-color);
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.header-classic .header-nav .nav-link:hover,
.header-modern .header-nav .nav-link:hover,
.header-classic .header-nav-center .nav-link:hover,
.header-modern .header-nav-center .nav-link:hover,
.header-classic .header-nav .nav-link.active,
.header-modern .header-nav .nav-link.active,
.header-classic .header-nav-center .nav-link.active,
.header-modern .header-nav-center .nav-link.active {
  color: var(--primary-color);
}
.header-classic .header-cta,
.header-modern .header-cta {
  display: flex;
  align-items: center;
}
.header-classic .contact-link,
.header-modern .contact-link {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.header-classic .contact-link:hover,
.header-modern .contact-link:hover {
  color: var(--primary-color);
}
.header-classic .mobile-menu-btn,
.header-modern .mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.header-classic .mobile-menu-btn .hamburger,
.header-modern .mobile-menu-btn .hamburger {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--text-color);
  margin: 5px 0;
  transition: 0.3s;
}
.header-classic .mobile-menu,
.header-modern .mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.header-classic .mobile-menu.active,
.header-modern .mobile-menu.active {
  display: block;
}
.header-classic .mobile-menu .mobile-nav-link,
.header-modern .mobile-menu .mobile-nav-link {
  display: block;
  padding: 15px 0;
  color: var(--text-color);
  text-decoration: none;
}
.header-classic .mobile-menu .mobile-nav-link:last-child,
.header-modern .mobile-menu .mobile-nav-link:last-child {
  border-bottom: none;
}
.header-classic .mobile-menu .mobile-nav-link.active,
.header-modern .mobile-menu .mobile-nav-link.active {
  color: var(--primary-color);
}
.header-classic .mobile-menu .mobile-cta,
.header-modern .mobile-menu .mobile-cta {
  margin-top: 20px;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .header-classic .mobile-menu-btn,
  .header-modern .mobile-menu-btn {
    display: block;
  }
}
.hero-classic {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  color: white;
  min-height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.hero-content-modern {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.hero-content-modern .hero-col {
  width: calc(50% - 40px);
}
@media (max-width: 1023px) {
  .hero-content-modern {
    flex-direction: column;
  }
  .hero-content-modern .hero-col {
    width: 100%;
    text-align: center;
  }
}
.hero-buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.hero-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 32px;
  color: var(--secondary-color);
}
.hero-title span {
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}
.hero-label {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 24px;
}
.hero-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 22.75px;
  color: var(--text-color);
  margin-bottom: 32px;
}
.hero-text strong {
  font-weight: 700;
}
.features-grid-three {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.features-grid-three .feature-item {
  display: flex;
  width: calc(33.33% - 20px);
}
.features-grid-three .feature-item img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.features-grid-three .feature-item .feature-text {
  padding-left: 20px;
}
.features-grid-three .feature-item .feature-text .feature-title {
  color: var(--secondary-color);
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}
.features-grid-three .feature-item .feature-text .feature-description {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-color);
  margin: 0;
}
@media (max-width: 767px) {
  .features-grid-three {
    flex-direction: column;
  }
  .features-grid-three .feature-item {
    width: 100%;
  }
}
/* ===================================
   FEATURES MODULE CSS  
   Arquivo: assets/css/modules/features.css
   =================================== */
.features-two-col {
  padding: 80px 0;
  color: white;
  background: url(../images/bg-features-two-col.png) no-repeat;
  background-size: cover;
  /* Responsive */
}
.features-two-col .features-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.features-two-col .features-title .highlight {
  display: inline-block;
  padding: 0;
  background-color: var(--secondary-color);
}
.features-two-col .features-grid-two {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.features-two-col .features-grid-two .features-col {
  width: 50%;
  display: flex;
  gap: 20px;
}
.features-two-col .features-grid-two .feature-content .feature-icon {
  color: white;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.features-two-col .features-grid-two .feature-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 21.6px;
}
.features-two-col .features-grid-two .feature-content p {
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .features-two-col .features-title {
    font-size: 40px;
    text-align: center;
  }
  .features-two-col .features-grid-two {
    flex-direction: column;
  }
  .features-two-col .features-col {
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }
}
.clients-section {
  background: var(--primary-color);
  color: #fff;
}
.clients-section .clients-header {
  margin-bottom: 60px;
}
.clients-section .clients-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  margin-bottom: 32px;
}
.clients-section .clients-title .highlight {
  display: inline-block;
  color: #fff;
  background: var(--secondary-color);
  padding: 0;
  line-height: 36px;
}
.clients-section .clients-subtitle {
  font-size: 14px;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
  line-height: 22.75px;
}
.clients-section .clients-grid {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.clients-section .client-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease;
  background: white;
  height: 70px;
  border-radius: 10px;
}
.clients-section .client-item:hover {
  transform: scale(1.05);
}
.clients-section .client-logo {
  max-width: 120px;
  max-height: 70px;
  width: auto;
  height: auto;
}
.clients-section .client-logo:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .clients-section .clients-title {
    font-size: 2rem;
  }
  .clients-section .clients-subtitle {
    font-size: 1rem;
  }
  .clients-section .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .clients-section .client-logo {
    max-width: 100px;
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .clients-section .clients-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .clients-section .clients-title {
    font-size: 1.8rem;
  }
}
.reviews-google {
  background: linear-gradient(180deg, var(--primary-color) 50%, #fff 50%);
}
.reviews-google .reviews-title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 700;
  margin-bottom: 58px;
}
.services-section .services-header {
  text-align: center;
  margin-bottom: 60px;
}
.services-section .services-header .services-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-color);
  font-family: var(--heading-font);
}
.services-section .services-header .services-subtitle {
  font-size: 1.2rem;
  color: var(--secondary-color);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.services-section .services-header.text-center {
  text-align: center;
}
.services-section .services-cta {
  text-align: center;
  margin-top: 50px;
}
.services-cards .services-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
.services-cards .service-card {
  background: white;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.services-cards .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color);
}
.services-cards .service-card .service-card-header {
  padding: 30px 30px 20px;
  text-align: center;
}
.services-cards .service-card .service-card-header .service-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
}
.services-cards .service-card .service-card-header .service-title {
  font-size: 1.4rem;
  margin-bottom: 0;
  color: var(--text-color);
  font-family: var(--heading-font);
}
.services-cards .service-card .service-card-body {
  padding: 0 30px 20px;
}
.services-cards .service-card .service-card-body .service-description {
  color: var(--secondary-color);
  line-height: 1.6;
  margin-bottom: 20px;
}
.services-cards .service-card .service-card-body .service-features {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.services-cards .service-card .service-card-body .service-features li {
  padding: 8px 0;
  color: var(--secondary-color);
  position: relative;
}
.services-cards .service-card .service-card-body .service-features li:before {
  content: "✓";
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 8px;
}
.services-cards .service-card .service-card-body .service-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  margin: 20px 0;
  font-family: var(--heading-font);
}
.services-cards .service-card .service-card-footer {
  padding: 20px 30px 30px;
  text-align: center;
}
.services-col .services-col-flex {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .services-col .services-col-flex {
    flex-direction: column;
  }
  .services-col .services-col-flex .services-divider {
    display: none;
  }
  .services-col .services-col-flex .services-info,
  .services-col .services-col-flex .services-list {
    width: 100%;
    padding: 0;
  }
}
.services-col .services-divider {
  width: 1px;
  background-color: var(--primary-color);
}
.services-col .services-info {
  width: calc(40% - 60px);
  padding-right: 40px;
}
.services-col .services-info h2 {
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 32px;
}
.services-col .services-info .services-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.75px;
  color: var(--primary-color);
}
.services-col .services-info .services-subtitle .highlight-text {
  background: var(--secondary-color);
}
.services-col .services-info .services-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 22.75px;
  color: var(--text-color);
  margin-bottom: 28px;
}
.services-col .services-info .services-buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 425px) {
  .services-col .services-info .services-buttons {
    flex-direction: column;
  }
}
.services-col .services-list {
  width: calc(60% - 60px);
  padding-left: 40px;
}
.services-col .services-list .service-item {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.services-col .services-list .service-content h3 {
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 700;
}
.services-col .services-list .service-content p {
  font-size: 14px;
  line-height: 22.75px;
  font-weight: 300;
  color: var(--text-color);
  margin-bottom: 0;
}
.services-col .services-list .service-content a {
  display: block;
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 12px;
  line-height: 22.75px;
  font-weight: 500;
  margin: 0;
}
.guarantee-section {
  padding: 80px 0;
  color: white;
  background-color: var(--secondary-color);
}
.guarantee-navy {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}
.guarantee-content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.guarantee-content .btn-secondary {
  color: #fff !important;
}
.guarantee-icon {
  width: calc(50% - 40px);
}
.guarantee-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.guarantee-title span {
  color: #fff;
  font-weight: 300;
}
.guarantee-text {
  width: calc(50% - 40px);
}
.guarantee-description {
  font-size: 14px;
  line-height: 22.75px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
}
/* Responsive */
@media (max-width: 767px) {
  .guarantee-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .guarantee-content .guarantee-icon,
  .guarantee-content .guarantee-text {
    width: 100%;
  }
  .guarantee-title {
    font-size: 40px;
  }
}
.contact-form {
  margin: 0 !important;
}
.contact-form .wpforms-submit {
  border-radius: 0 !important;
  background-color: var(--secondary-color) !important;
  font-weight: 300!important;
  margin: 0 0 0 auto !important;
}
.contact-form .wpforms-submit-container {
  text-align: right;
}
.newsletter-form {
  margin: 0 !important;
}
.newsletter-form form {
  display: flex;
  align-items: center;
}
.newsletter-form form input {
  border-radius: 0 !important;
  width: 100%;
}
.newsletter-form form .wpforms-field {
  width: 100% !important;
  border-radius: 0!important;
}
.newsletter-form .wpforms-submit-container {
  margin-top: 0 !important;
}
.newsletter-form .wpforms-submit-container button {
  border-radius: 0 !important;
  border-width: 1px;
  background-color: var(--primary-color) !important;
  font-size: 12px !important;
  font-weight: 500;
  height: 43px !important;
  white-space: nowrap;
}
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navigation.pagination .nav-links .page-numbers {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
}
.navigation.pagination .nav-links .page-numbers.current {
  background-color: var(--primary-color);
  color: #fff;
  padding: 4px 12px;
}
.footer-business {
  background: var(--bg-color);
  color: #fff;
}
.footer-business .footer-main {
  padding: 60px 0 40px;
}
.footer-business .footer-main .footer-container {
  max-width: 1500px;
  padding: 0 15px;
  margin: auto;
}
.footer-business .footer-main .footer-content {
  display: flex;
  gap: 50px;
}
.footer-business .footer-title {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: var(--footer-font);
  font-weight: 500;
}
.footer-business .footer-title-nav {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 18px;
  font-family: var(--footer-font);
  font-weight: 600;
}
.footer-business .footer-certifications {
  width: calc(25% - 50px);
}
.footer-business .footer-certifications .certifications-icons {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.footer-business .footer-certifications .certifications-icons .cert-item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.footer-business .footer-certifications .certifications-icons .cert-item:hover {
  transform: scale(1.1);
}
.footer-business .footer-certifications .certifications-icons .cert-item .cert-icon {
  border-radius: 50%;
}
.footer-business .footer-certifications .footer-reviews {
  margin-top: 40px;
}
.footer-business .footer-certifications .footer-reviews .review-platforms {
  display: flex;
  gap: 10px;
}
.footer-business .footer-certifications .footer-reviews .review-platforms .review-link {
  background: #81c784;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.footer-business .footer-certifications .footer-reviews .review-platforms .review-link:hover {
  transform: scale(1.1);
}
.footer-business .footer-certifications .footer-reviews .review-platforms .review-link .review-icon {
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.footer-business .footer-certifications .footer-reviews .review-platforms .review-link .review-text {
  font-size: 0.7rem;
  color: #1a365d;
  font-weight: 600;
}
.footer-business .footer-hours {
  width: calc(25% - 50px);
}
.footer-business .footer-hours .business-hours {
  list-style: none;
}
.footer-business .footer-hours .business-hours .hours-item {
  color: #fff;
  font-family: var(--footer-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
.footer-business .footer-hours .business-hours .hours-item:last-child {
  border-bottom: none;
}
.footer-business .footer-navigation {
  width: calc(25% - 50px);
}
.footer-business .footer-navigation .footer-nav-list {
  list-style: none;
  padding: 0;
}
.footer-business .footer-navigation .footer-nav-list li {
  line-height: 40px;
  font-size: 16px;
}
.footer-business .footer-navigation .footer-nav-list li a {
  font-family: var(--footer-font);
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-business .footer-navigation .footer-nav-list li a:hover {
  color: var(--primary-color);
}
.footer-business .footer-contact {
  width: calc(25% - 50px);
}
.footer-business .footer-contact .contact-info {
  margin-top: 20px;
  margin-bottom: 22px;
}
.footer-business .footer-contact .contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: var(--footer-font);
}
.footer-business .footer-contact .contact-info .contact-item .contact-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  border: solid 1px #fff;
}
.footer-business .footer-contact .contact-info .contact-item .contact-details {
  display: flex;
  flex-direction: column;
}
.footer-business .footer-contact .contact-info .contact-item .contact-details .contact-label {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 4px;
}
.footer-business .footer-contact .contact-info .contact-item .contact-details a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.footer-business .footer-contact .contact-info .contact-item .contact-details a:hover {
  color: white;
}
.footer-business .footer-contact .footer-social .social-title {
  color: #fff;
  font-family: var(--footer-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
.footer-business .footer-contact .footer-social .social-links {
  display: flex;
  gap: 15px;
}
.footer-business .footer-contact .footer-social .social-links .social-link {
  color: #e2e8f0;
  font-size: 1.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-business .footer-contact .footer-social .social-links .social-link:hover {
  color: #81c784;
}
.footer-business .footer-legal {
  background: var(--bg-color);
  padding: 20px 0;
  border: 1px solid #AAAAAA40;
}
.footer-business .footer-legal .legal-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  text-align: center;
  font-family: var(--footer-font);
  font-size: 16px;
  font-weight: 500;
}
.footer-business .footer-legal .legal-links .legal-link {
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: none;
  color: #fff;
}
.footer-business .footer-legal .legal-links .legal-link:hover {
  color: var(--primary-color);
}
.footer-business .footer-legal .legal-links .legal-separator {
  margin: 0 5px;
}
@media (max-width: 1024px) {
  .footer-certifications,
  .footer-hours,
  .footer-navigation,
  .footer-contact {
    width: calc(50% - 60px) !important;
  }
  .footer-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-business .footer-content {
    flex-direction: column;
  }
  .footer-business .certifications-icons {
    justify-content: center;
  }
  .footer-business .social-links {
    justify-content: center;
  }
  .footer-business .footer-certifications,
  .footer-business .footer-hours,
  .footer-business .footer-navigation,
  .footer-business .footer-contact {
    width: 100% !important;
    text-align: center;
  }
  .footer-business .contact-item {
    justify-content: center;
    flex-direction: column;
    align-items: center !important;
  }
  .footer-business .contact-item .contact-icon {
    margin: 0 !important;
  }
}
