.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-30 .elementor-element.elementor-element-ad94f63 .elementor-button{background-color:#001161;}.elementor-30 .elementor-element.elementor-element-7bd08df .elementor-button{background-color:#027311;}@media(max-width:767px){.elementor-30 .elementor-element.elementor-element-281e933{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-30 .elementor-element.elementor-element-e310fac{width:var( --container-widget-width, 406.8px );max-width:406.8px;--container-widget-width:406.8px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-e310fac */.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background:
    linear-gradient(135deg, rgba(0, 89, 255, 0.92), rgba(0, 179, 255, 0.82)),
    url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;

  padding: 40px 20px;
}

.hero-center {
  max-width: 700px;
  width: 100%;
  color: #fff;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}

.hero h1 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.4;
}

.hero h1 span {
  color: #ffd54f;
}

.hero p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.95);
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

.hero-features span {
  background: rgba(255,255,255,0.14);
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 14px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary {
  background: #ffd54f;
  color: #12263a;
}

.btn-secondary {
  border: 1px solid #fff;
  color: #fff;
}

.btn:hover {
  transform: translateY(-3px);
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 28px;
  }

  .btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-ad94f63 */.glow-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* الهالة المتحركة */
.glow-btn::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 14px;
  background: linear-gradient(120deg, #ffd54f, #00e5ff, #ffd54f);
  background-size: 300% 300%;
  animation: glowMove 4s linear infinite;
  z-index: -1;
  filter: blur(10px);
  opacity: 0.8;
}

/* الطبقة الداخلية */
.glow-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: inherit;
  z-index: -1;
}

/* نبض خفيف */
.glow-btn {
  animation: pulse 2s infinite;
}

/* حركة الجلو */
@keyframes glowMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* تأثير النبض */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 213, 79, 0.6);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 213, 79, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 213, 79, 0);
  }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-7bd08df */.glow-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* الهالة المتحركة */
.glow-btn::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 14px;
  background: linear-gradient(120deg, #ffd54f, #00e5ff, #ffd54f);
  background-size: 300% 300%;
  animation: glowMove 4s linear infinite;
  z-index: -1;
  filter: blur(10px);
  opacity: 0.8;
}

/* الطبقة الداخلية */
.glow-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: inherit;
  z-index: -1;
}

/* نبض خفيف */
.glow-btn {
  animation: pulse 2s infinite;
}

/* حركة الجلو */
@keyframes glowMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* تأثير النبض */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 213, 79, 0.6);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 213, 79, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 213, 79, 0);
  }
}/* End custom CSS */