.header-area .main-nav .logo h4 {
  color: #2a2a2a;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 100px;
}

.header-area .main-nav .logo h4 em {
  color: #4b8ef1;
  font-style: normal;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.hero-note {
  color: #5b5b5b;
  font-weight: 400;
  max-width: 520px;
}

.service-item {
  height: 100%;
}

.box-item h4 a {
  cursor: default;
}

.box-item h4 a:hover {
  color: #2a2a2a !important;
}

.pricing-item-regular span.price,
.pricing-item-pro span.price {
  min-width: 78px;
  text-align: center;
}

.pricing-item-regular ul li,
.pricing-item-pro ul li {
  font-size: 14px;
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 28px 0 18px;
}

.outline-button a {
  display: inline-block;
  padding: 11px 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 23px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.outline-button a:hover {
  background: #fff;
  color: #4b8ef1 !important;
}

.footer-grid {
  margin-top: 38px;
}

.logo-text {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.logo-text span {
  color: #4b8ef1;
}

.logo-text.light {
  color: #fff;
}

.brand-copy {
  margin-top: 14px;
}

@media (max-width: 991px) {
  .header-area .main-nav .logo h4 {
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .footer-cta {
    flex-direction: column;
    align-items: center;
  }

  .outline-button a,
  .gradient-button a {
    width: 100%;
    text-align: center;
  }
}
