/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 05:01:45 */
.home #header [data-row] {
	background-image: none;
}

.ct-footer .wp-block-heading {
	color:var(--theme-palette-color-5);
}

 .footer-process {
    background: #46483a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    font-size: 16px;
  }
  .footer-process .footer-circle {
    background: #fff;
    color: #d76d2e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8em; /* Matches text size */
    height: 1.8em;
    font-weight: bold;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .footer-process .footer-step {
    display: inline-flex;
    align-items: center;
  }
  .footer-process .footer-separator {
    color: #fff;
    opacity: 0.6;
  }

.footer-cta {
    text-align: center;
    font-size: 1.2rem;
    margin: 20px 0 10px;
    color: #fff; /* Assuming footer bg is dark */
  }

  .footer-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .footer-btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
  }

  .footer-btn-contact {
    background: #ffffff;
    color: #d76d2e;
  }

  .footer-btn-custom {
    background: #46483a;
    color: #ffffff;
  }
