.elementor-148 .elementor-element.elementor-element-5c7ffec{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ecdd5ab *//* Menu Tiles (4 horizontal - grid 2x2) */
.menu-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 kolom */
  gap: 15px;
  padding: 20px;
}
.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.menu-item span {
  font-size: 28px;
  margin-bottom: 8px;
}
.menu-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.menu-item:hover {
  background: #e8f9f0;
  color: #27ae60;
  font-weight: bold;
}

.btn-login-google .google-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  
}/* End custom CSS */