
    footer {
      background-color: #fff;
      padding: 30px 20px;
      border-top: 1px solid #000;
      margin-top: 50px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
    }

    .footer-section {
      flex: 1 1 250px;
      margin: 10px;
    }

    .footer-section h3 {
      font-size: 16px;
      color: #000;
      margin-bottom: 10px;
    }

    .footer-section p,
    .footer-section a {
      color: #333;
      text-decoration: none;
      line-height: 1.6;
      font-size: 0.95em;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 10px;
      font-size: 13px;
      color: #555;
    }

/*Schedule visits*/
form { 
      background: white; 
      padding: 20px; border-radius: 10px; 
      max-width: 500px; 
      margin: auto; 
    }
    label {
       display: block; 
       margin-top: 15px;
       }

    input, select, textarea {
       width: 100%; 
       padding: 10px; 
       margin-top: 5px;
       }

    button { 
      margin-top: 20px;
      padding: 10px 20px; 
      background: black; 
      color: white; 
      border: none; 
      cursor: pointer; 
    }
    button:hover { 
      background: rgb(23, 23, 23); }
/* Responsive tweak for smaller screens */
@media (max-width: 768px) {
  .full-description {
    flex-direction: column;
    text-align: center;
  }

  .text-content {
    flex: 1 1 100%;
    text-align: center;
  }

  .card-image {
    flex: 1 1 100%;
  }
}