/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.navbar-brand img,
.main-footer img {
  width: auto;
  max-width: 220px;
  max-height: 44px;
}

.main-footer p {
  color: #4b5563;
  font-size: 0.98rem;
}

.fizioweb-home-2026 {
  color: #1f2937;
}

.fizioweb-home-2026 > section:first-of-type {
  padding-top: 2.25rem !important;
}

.fizioweb-home-2026 > section:first-of-type h1 {
  max-width: 12ch;
  color: #111827;
}

.fizioweb-home-2026 > section:first-of-type p:nth-of-type(2) {
  color: #374151;
  font-size: 1.12rem !important;
}

.fizioweb-home-2026 > section:first-of-type a {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.fizioweb-home-2026 > section:first-of-type a:first-child {
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.2);
}

.fizioweb-home-2026 > section:first-of-type a:hover {
  transform: translateY(-1px);
}

.fizioweb-home-2026 > section:nth-of-type(2) {
  margin-bottom: 2.75rem !important;
}

.fizioweb-home-2026 > section:nth-of-type(2) > div {
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.fizioweb-home-2026 > section:nth-of-type(2) p,
.fizioweb-home-2026 > section:nth-of-type(3) p,
.fizioweb-home-2026 .fizioweb-home-link-card span {
  color: #374151;
  font-size: 1rem;
}

.fizioweb-home-2026 > section:nth-of-type(3) {
  gap: 2.5rem !important;
}

.fizioweb-home-2026 > section:nth-of-type(3) ol {
  color: #1f2937;
  font-size: 1.02rem;
}

.fizioweb-home-2026 .fizioweb-home-links-grid {
  gap: 1.2rem;
}

.fizioweb-home-2026 .fizioweb-home-link-card {
  border-color: #dbe3ea;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.fizioweb-home-2026 .fizioweb-home-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
  border-color: #9bd9cf;
}

.fizioweb-home-2026 .fizioweb-home-link-card strong {
  color: #111827;
  font-size: 1.12rem !important;
}

.fizioweb-home-trust-strip {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 2.6rem;
}

.fizioweb-home-trust-item {
  background: #f8fafc;
  border: 1px solid #dbe3ea;
  border-radius: 18px;
  padding: 1rem 1.05rem;
}

.fizioweb-home-trust-item strong {
  display: block;
  margin-bottom: 0.28rem;
  color: #111827;
  font-size: 0.98rem;
}

.fizioweb-home-trust-item span {
  color: #4b5563;
  font-size: 0.94rem;
  line-height: 1.6;
}

.fizioweb-home-trust-item--accent {
  background: #ecfeff;
  border-color: #99f6e4;
}

@media (max-width: 900px) {
  .fizioweb-home-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .fizioweb-home-trust-strip {
    grid-template-columns: 1fr;
  }
}