.elementor-136 .elementor-element.elementor-element-3b12055{--display:flex;}/* Start custom CSS for html, class: .elementor-element-32a8a2b *//* =============================================
   EVOURIA — 3D NAVIGATION HEADER CSS
   ============================================= */

/* ========== HEADER WRAPPER ========== */
.evo3d-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  padding: 24px 20px;
  pointer-events: none; /* Let clicks pass through empty space */
  transition: padding 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  perspective: 1000px; /* For 3D dropdown */
}

.evo3d-header.scrolled {
  padding: 12px 20px;
}

/* ========== FLOATING 3D ISLAND ========== */
.evo3d-nav-island {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(12, 14, 35, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px 8px 24px;
  pointer-events: auto; /* Re-enable clicks on the island */
  
  /* The 3D Glass Effect */
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.15), /* Top highlight */
    inset 0 -2px 4px rgba(0, 0, 0, 0.5), /* Bottom inner shadow */
    0 10px 30px rgba(0, 0, 0, 0.4), /* Drop shadow */
    0 20px 40px rgba(124, 58, 237, 0.15); /* Purple ambient glow */
    
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 10;
}

.evo3d-header.scrolled .evo3d-nav-island {
  background: rgba(10, 12, 28, 0.85);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.1),
    inset 0 -2px 4px rgba(0, 0, 0, 0.6),
    0 15px 40px rgba(0, 0, 0, 0.5),
    0 20px 50px rgba(124, 58, 237, 0.2);
}

/* ========== 3D LOGO ========== */
.evo3d-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.evo3d-logo:hover {
  transform: scale(1.05) translateZ(10px);
}

.evo3d-logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
  
  /* 3D Extrusion Effect */
  text-shadow: 
    0px 1px 0px #3a1a75,
    0px 2px 0px #3a1a75,
    0px 3px 0px #3a1a75,
    0px 4px 10px rgba(0,0,0,0.5);
}

.evo3d-logo-accent {
  color: #06d6a0;
  text-shadow: 
    0px 1px 0px #02664c,
    0px 2px 0px #02664c,
    0px 3px 0px #02664c,
    0px 4px 10px rgba(0,0,0,0.5);
}

/* ========== DESKTOP LINKS ========== */
.evo3d-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.evo3d-link {
  position: relative;
  text-decoration: none;
  perspective: 400px;
  border-radius: 50px;
}

.evo3d-link-front {
  display: block;
  padding: 10px 20px;
  background: transparent;
  color: #9ca0bd;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d;
  border: 1px solid transparent;
}

/* Hover creates a 3D floating pill */
.evo3d-link:hover .evo3d-link-front {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateZ(10px) translateY(-2px);
  box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Active Link */
.evo3d-link.active .evo3d-link-front {
  color: #ffffff;
  background: rgba(124, 58, 237, 0.15);
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.evo3d-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  box-shadow: 0 0 10px #06d6a0;
}

/* ========== ACTIONS & 3D BUTTON ========== */
.evo3d-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.evo3d-btn {
  position: relative;
  text-decoration: none;
  background: #4c1d95; /* Deep shadow color */
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.evo3d-btn-front {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  
  /* 3D separation from base */
  transform: translateY(-4px);
  transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Hover - Push down slightly */
.evo3d-btn:hover .evo3d-btn-front {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #8b5cf6, #06d6a0);
}

/* Active/Click - Press all the way down */
.evo3d-btn:active .evo3d-btn-front {
  transform: translateY(0);
}

.evo3d-btn-full {
  width: 100%;
}
.evo3d-btn-full .evo3d-btn-front {
  justify-content: center;
}

/* ========== 3D HAMBURGER BUTTON ========== */
.evo3d-burger {
  display: none;
  background: #0a0c1d; /* Shadow base */
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.evo3d-burger-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  
  /* 3D separation */
  transform: translateY(-3px);
  transition: all 0.2s ease;
}

.evo3d-burger:active .evo3d-burger-box {
  transform: translateY(0);
}

.burger-line {
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Burger Open State */
.evo3d-burger.active .top-line {
  transform: translateY(7px) rotate(45deg);
  background: #06d6a0;
}
.evo3d-burger.active .mid-line {
  opacity: 0;
  transform: scaleX(0);
}
.evo3d-burger.active .bot-line {
  transform: translateY(-7px) rotate(-45deg);
  background: #06d6a0;
}

/* ========== 3D MOBILE MENU (Fold Down) ========== */
.evo3d-mobile-wrap {
  position: absolute;
  top: 90px;
  left: 20px;
  right: 20px;
  pointer-events: none;
  perspective: 1200px; /* 3D context */
  z-index: 5;
}

.evo3d-mobile-inner {
  background: rgba(12, 14, 35, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.1),
    0 30px 60px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(124, 58, 237, 0.15);
  
  /* 3D Hinge Effect (Folded up by default) */
  transform-origin: top center;
  transform: rotateX(-30deg) translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: auto;
}

.evo3d-mobile-wrap.open .evo3d-mobile-inner {
  transform: rotateX(0) translateY(0);
  opacity: 1;
  visibility: visible;
}

.evo3d-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.evo3d-mob-link {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #c4c7e0;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  transition: all 0.3s ease;
}

.evo3d-mob-link:hover,
.evo3d-mob-link.active {
  background: rgba(124, 58, 237, 0.1);
  border-color: rgba(124, 58, 237, 0.3);
  color: #ffffff;
  transform: translateX(5px);
}

.evo3d-mob-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
}

.evo3d-mob-bottom p {
  font-size: 13px;
  color: #8b8fad;
  margin: 0 0 16px;
  font-family: 'Poppins', sans-serif;
}

/* =============================================
   RESPONSIVE LOGIC
   ============================================= */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
  .evo3d-links {
    display: none; /* Hide desktop links */
  }
  
  .evo3d-burger {
    display: block; /* Show burger */
    pointer-events: auto;
  }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
  .evo3d-header {
    padding: 16px 16px;
  }
  
  .evo3d-header.scrolled {
    padding: 10px 16px;
  }
  
  .evo3d-nav-island {
    padding: 8px 8px 8px 20px;
  }
  
  .evo3d-logo-text {
    font-size: 20px;
  }
  
  .evo3d-btn {
    display: none; /* Hide CTA button on small screens to save space */
  }
  
  .evo3d-mobile-wrap {
    top: 80px;
    left: 16px;
    right: 16px;
  }
}

/* Small Mobile (420px and below) */
@media (max-width: 420px) {
  .evo3d-header {
    padding: 12px 12px;
  }
  
  .evo3d-nav-island {
    padding: 6px 6px 6px 16px;
    border-radius: 20px; /* Switch from pill to rounded rectangle for tighter space */
  }
  
  .evo3d-logo-text {
    font-size: 18px;
  }
  
  .evo3d-mobile-wrap {
    top: 75px;
    left: 12px;
    right: 12px;
  }
  
  .evo3d-mobile-inner {
    padding: 20px;
  }
  
  .evo3d-mob-link {
    padding: 12px 16px;
    font-size: 16px;
  }
}/* End custom CSS */