* {
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: color 0.3s ease;
}

.is-sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.is-sticky-header.is-scrolled {
  background-color: var(--wp--preset--color--white);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.eka-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.eka-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.eka-card img {
  border-radius: 12px;
  margin-bottom: 1rem;
}

.rounded-xl {
  border-radius: 12px;
  overflow: hidden;
}

.wp-block-button__link.wp-element-button {
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/*# sourceMappingURL=main.css.map */
