.elementor-kit-4{--e-global-color-primary:#0077FF;--e-global-color-secondary:#00B4B7;--e-global-color-text:#000000;--e-global-color-accent:#00A116;--e-global-typography-primary-font-family:"Hanken Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;color:#000000;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.ec-hero {
  position: relative;
  width: 100vw;
  height: 100dvh;
  min-height: 600px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: white;
  background: #000;
}

.ec-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: brightness(0.6);
}

.ec-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5,5,10,0.9), rgba(10,15,35,0.8));
}

.ec-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(99,102,241,0.25), transparent 70%);
  top: 25%;
  left: 60%;
  filter: blur(80px);
  opacity: 0.6;
}

.ec-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: auto;
  padding: 2rem;
  text-align: center;
}

.ec-content h1 {
  font-size: clamp(2rem, 6vw, 4.2rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.ec-content p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  opacity: 0.85;
  margin-bottom: 2rem;
  max-width: 700px;
}

.ec-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.ec-btn {
  padding: 0.9rem 2rem;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.ec-btn.primary {
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  color: white;
}

.ec-btn.primary:hover {
  transform: translateY(-2px);
}

.ec-btn.secondary {
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
  opacity: 0.8;
}/* End custom CSS */