.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00D6BD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;overscroll-behavior:auto;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 label{color:#006494;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{color:#0089A5;accent-color:#0089A5;background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* 🌌 Hero Section Style */
.hero-section {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); /* Dark techy gradient */
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* 🔠 Hero Headline */
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* 🧠 Subtext */
.hero-section p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* 🚀 Buttons */
.hero-section .elementor-button {
  background-color: transparent;
  border: 2px solid #00ffff;
  color: #00ffff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px transparent;
}

.hero-section .elementor-button:hover {
  background-color: #00ffff;
  color: #0f2027;
  box-shadow: 0 0 20px #00ffff;
  transform: scale(1.05);
}

/* 📱 Mobile Responsiveness */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.2rem;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .hero-section {
    padding: 70px 15px;
  }
}/* 💥 Typewriter Heading Animation */
.typewriter {
  overflow: hidden;
  border-right: 3px solid #00ffff;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 2px;
  animation: typing 3s steps(30, end) forwards, blink-caret 0.75s step-end infinite;
  font-size: 3rem;
  font-weight: 700;
  color: #00ffff !important;
  width: 0;
}

/* ⌨️ Keyframes */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #00ffff }
}/* End custom CSS */