/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.zachi-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.zachi-blob {
  position: absolute;
  background: radial-gradient(circle at center, #00AACB, transparent);
  filter: blur(80px);
  opacity: 0.5;
}

.zachi-blob:nth-child(1) {
  width: 60vw;
  height: 60vw;
  top: -20%;
  left: -10%;
}

.zachi-blob:nth-child(2) {
  width: 60vw;
  height: 60vw;
  bottom: -30%;
  right: -10%;
}

.zachi-blob:nth-child(3) {
  width: 40vw;
  height: 40vw;
  top: 40%;
  left: 30%;
}

.zachi-card h2 {
  font-size: 1.75rem;
  transform: translateZ(30px);
}

.zachi-card-tag {
  transform: translateZ(20px);
}

.zachi-card p {
  transform: translateZ(25px);
}

.zachi-card-footer {
  transform: translateZ(20px);
}

.zachi-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(173, 216, 230, 0.6) 50%, rgba(255, 255, 255, 0.1) 100%);
  background-size: 100% 300%;
  animation: glowWaveEnhanced 8s infinite;
  z-index: 0;
}

.zachi-main {
  width: 100%;
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
}

.zachi-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  background: linear-gradient(to right, var(--color-text), rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.zachi-subtitle {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 3rem;
  opacity: 0.8;
}

.zachi-cards-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zachi-card {
  position: relative;
  height: 320px;
  border-radius: var(--card-radius);
}

@keyframes glowWaveEnhanced {
  0% {
    background-position: 0 -200%;
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    background-position: 0 200%;
    opacity: 0;
  }
}

.zachi-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(173, 216, 230, 0.6) 50%, rgba(255, 255, 255, 0.1) 100%);
  background-size: 100% 300%;
  animation: glowWaveEnhanced 8s infinite;
  z-index: 0;
}
