.btn-whatsapp-capsule {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.header .logo img {
  width: auto;
  max-height: 56px;
  max-width: 220px;
  object-fit: contain;
}

.footer .footer-about .logo img {
  max-height: 58px;
  max-width: 240px;
  object-fit: contain;
}

.footer .footer-about .logo {
  margin-bottom: 0.75rem;
}

.footer .footer-tagline {
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  font-family: var(--heading-font);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}

.footer .footer-contact p {
  margin-bottom: 0.45rem;
}

.footer .footer-contact a {
  color: var(--default-color);
  transition: color 0.25s ease;
}

.footer .footer-contact a:hover {
  color: var(--accent-color);
}

.footer .social-links {
  gap: 0.55rem;
}

.footer .social-links a {
  margin-right: 0;
}

.hero .hero-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.hero .hero-buttons .btn,
.hero .hero-buttons .btn-link {
  margin: 0;
}

.contact .contact-form .info-item .icon-box {
  background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
}

.contact .contact-form .info-item .icon-box i {
  color: var(--accent-color);
}

.contact .contact-form .info-item .content h4 {
  color: var(--heading-color);
}

.contact .contact-form .info-item .content p,
.contact .contact-form .info-item .content a {
  color: var(--default-color);
}

.contact .contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.contact .contact-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  justify-content: center;
}

.services .service-card-link {
  color: inherit;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.services .service-card-link:hover,
.services .service-card-link:focus,
.services .service-card-link:focus-visible,
.services .service-card-link:active {
  color: inherit;
  outline: 0;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 72%),
    0 14px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.services .service-card-link .read-more {
  background: var(--accent-color);
  border-radius: 999px;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--accent-color), transparent 72%);
  color: var(--contrast-color);
  gap: 0.45rem;
  font-weight: 700;
  padding: 0.65rem 1.05rem;
  transition: all 0.25s ease;
  width: fit-content;
}

.services .service-card-link:hover .read-more,
.services .service-card-link:focus-visible .read-more {
  background: color-mix(in srgb, var(--accent-color), #000 12%);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--accent-color), transparent 62%);
  color: var(--contrast-color);
}

.services .service-card-link:focus-visible {
  border-color: color-mix(in srgb, var(--accent-color), transparent 35%);
}

.services .service-card-link:active {
  background: color-mix(in srgb, var(--accent-color), transparent 94%);
  transform: translateY(0);
}

.services .service-card-link:active .read-more {
  transform: scale(0.98);
}

.services .service-feature-list {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin: 0 0 1.5rem;
  padding-left: 1.1rem;
}

.services .service-feature-list li {
  line-height: 1.5;
  margin-bottom: 0.55rem;
}

.services .service-feature-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 993px) {
  .about .image-wrapper .small-image {
    left: auto;
    right: -8%;
  }
}

@media (max-width: 1200px) {
  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    display: none;
  }

  .header .logo img {
    max-height: 48px;
    max-width: 190px;
  }
}

@media (max-width: 576px) {
  .footer .footer-about .logo img {
    max-height: 48px;
    max-width: 210px;
  }

  .footer .footer-tagline {
    font-size: 0.92rem;
  }

  .header .header-container {
    border-radius: 28px;
    gap: 0.5rem;
    padding: 0.75rem 0.875rem;
  }

  .header .logo {
    max-width: calc(100% - 116px);
    padding-left: 0;
  }

  .header .logo img {
    max-height: 34px;
    max-width: 150px;
  }

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    font-size: 0.95rem;
    margin: 0;
    padding: 0.55rem 0.95rem;
    white-space: nowrap;
  }

  .services .service-card,
  .services .service-card-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }

  .services .service-card .icon,
  .services .service-card-link .icon {
    margin-right: 0;
  }

  .services .service-card h3 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .services .service-card p,
  .services .service-feature-list li {
    font-size: 1rem;
  }

  .services .service-card .read-more,
  .services .service-card-link .read-more {
    justify-content: center;
    width: 100%;
  }

  .hero .hero-buttons {
    justify-content: center;
  }

  .contact .contact-form {
    padding: 1.25rem;
  }

  .contact .info-item {
    gap: 1rem;
  }

  .contact .contact-form .btn {
    font-size: 1rem;
    padding: 0.9rem 1.25rem;
  }

  .contact .contact-actions .btn {
    width: 100%;
  }
}
