
.custom-heading {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
}

.custom-subheading {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.custom-button {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 9999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #e0a800;
}

.profile-image {
  border-radius: 20px;
  overflow: hidden;
}



.custom-icon {
  border-radius: 9999px;
  padding: 5px 10px;
  font-size: 0.875rem;
}

.freelance-label {
  background-color: #28a745;
  color: white;
}

.name-label {
  background-color: #007bff;
  color: white;
}

.floating-icon {
  width: 48px;
  height: 48px;
}

#menu-toggle:checked ~ #mobile-menu {
  display: block;
}