

/* Agency Custom CSS */

.white-text {
  color: #fff;
}

#footer_agency #footer_agency-brand .logo_agency {
    height: 100px!important;
    margin-bottom: 10px;
}

/* Wrap long email addresses */
a[href^="mailto:"] {
  word-wrap: break-word;  /* Allows wrapping of the email address */
  white-space: normal;    /* Ensures normal whitespace handling */
  word-break: break-all;  /* Breaks long email addresses at any character if necessary */
}