.elementor-14 .elementor-element.elementor-element-1f9a441{--display:flex;--min-height:1020px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-01b533f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-1f9a441 *//* ===============================
   GLOBAL RESET & BASE
================================ */
body {
  background: #0b0f1a;
  color: #e6f1ff;
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
}

/* ===============================
   HERO SECTION
================================ */
.hero-wrap {
  position: relative;
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 8%;
  z-index: 1;
}

.hero-wrap h1 {
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.1;
}

.hero-wrap h1 span {
  background: linear-gradient(90deg, #6ae3ff, #9b7bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-wrap p {
  max-width: 620px;
  margin: 24px 0 40px;
  font-size: 18px;
  opacity: 0.85;
}

/* ===============================
   BUTTONS
================================ */
.hero-btns {
  display: flex;
  gap: 16px;
}

.hero-btns a {
  padding: 14px 34px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.35s ease;
}

.btn-primary {
  background: #6ae3ff;
  color: #000;
}

.btn-primary:hover {
  box-shadow: 0 0 35px #6ae3ff;
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid #6ae3ff;
  color: #6ae3ff;
}

.btn-outline:hover {
  background: #6ae3ff;
  color: #000;
}

/* ===============================
   AURA BACKGROUND
================================ */
.hero-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, #6ae3ff66, transparent 70%);
  top: -250px;
  right: -250px;
  filter: blur(80px);
  animation: floatGlow 10s infinite alternate ease-in-out;
  z-index: 0;
}

@keyframes floatGlow {
  0% { transform: translate(0,0); }
  100% { transform: translate(-80px,80px); }
}

/* ===============================
   GLASS SERVICES SECTION
================================ */
.glass-section {
  padding: 120px 8%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 30px;
}

.card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 42px 36px;
  transition: 0.4s ease;
}

.card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.card p {
  opacity: 0.85;
}

.card:hover {
  transform: translateY(-14px);
  box-shadow: 0 30px 80px rgba(106,227,255,0.3);
}

/* ===============================
   ASTRA NAV HOVER EFFECT
================================ */
.main-header-menu > li > a {
  position: relative;
}

.main-header-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg,#6ae3ff,#9b7bff);
  transition: 0.3s ease;
}

.main-header-menu > li > a:hover::after {
  width: 100%;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .hero-wrap {
    padding: 90px 6%;
  }
  .hero-btns {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-01b533f *//* Unique Animated Aura Background */
.aura-header {
    --aura-1: #0093E9;
    --aura-2: #80D0C7;
    --aura-3: #4facfe;
    --aura-4: #00f2fe;
    
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 80px; /* Slim professional height */
    z-index: 999;
    display: flex;
    align-items: center;
    
    /* The Animated Mesh */
    background: linear-gradient(270deg, var(--aura-1), var(--aura-2), var(--aura-3), var(--aura-4));
    background-size: 400% 400%;
    animation: auraFlow 15s ease infinite;
    
    /* Modern Glass Effect */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

/* Smooth Liquid Animation */
@keyframes auraFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Professional Typography and Spacing */
.aura-header h1, .aura-header .elementor-heading-title {
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0;
}

/* Nav Menu Modernization */
.aura-header .elementor-nav-menu a {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
}

.aura-header .elementor-nav-menu a:hover {
    opacity: 0.7;
    transform: translateY(-1px);
}

/* Unique CTA Button for "Our Services" */
.aura-header .elementor-button {
    background: #ffffff !important;
    color: var(--aura-1) !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}/* End custom CSS */