/* Full-width footer */

  /* Orange Underline for Headers */
  .footer-header {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
  }
  
  .footer-line {
    width: 80px;
    height: 3px;
    background-color: orange;
    border: none;
    margin-bottom: 15px;
  }
  
  /* Icons styling */
  .footer p i {
    color: orange;
    margin-right: 8px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .footer {
      text-align: center;
    }
    .footer-content {
      flex-direction: column;
    }
  }