.elementor-2373 .elementor-element.elementor-element-52e01acf .header__logo img{max-width:5000px;}/* Start custom CSS for evisa-header-1, class: .elementor-element-52e01acf *//* Disable clicking on the logo for Israel header */
.israel-header .elementor-site-logo a {
    pointer-events: none; /* disables click */
    cursor: default;      /* changes cursor so it doesn’t look clickable */
}
a[href="https://evisat.org/israel/application/"] span {
  background-color: #00cc99; /* blue background */
  color: #ffffff;            /* white text */
  padding: 5px 10px;         /* space around the text */
  border-radius: 4px;        /* rounded corners */
  display: inline-block;     /* ensures padding works correctly */
  transition: background 0.3s;
}

a[href="https://evisat.org/israel/application/"] span:hover {
  background-color: #0056b3; /* darker blue on hover */
}/* End custom CSS */