.elementor-2608 .elementor-element.elementor-element-d4a56ef{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2608 .elementor-element.elementor-element-ffff218{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ffff218 */.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 7%;
  padding-top :20px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.1);

  z-index: 999;
}

.navbar a {
  color: #ccc;
  margin: 0 10px;
  text-decoration: none;
  transition: 0.3s;
}

.navbar a:hover {
  color: #fff;
}

.highlight {
  color: #6c7bff !important;
}

.login-btn {
  padding: 10px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg,#6c7bff,#9b59ff);
}
body {
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  background: #0f0f0f;
  color: #fff;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 5%;
  background: radial-gradient(circle at 20% 80%, #1a1a1a, #000);
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}

/* LEFT */
.hero-content {
  max-width: 550px;
}

.badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(255,255,255,0.05);
  font-size: 14px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 56px;
  font-weight: 700;
  color:#fff;
}

.hero h1 span {
  color: #6c7bff;
}

.hero p {
  margin: 20px 0;
  color: #aaa;
  line-height: 1.6;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn.primary {
  background: linear-gradient(135deg, #6c7bff, #9b59ff);
  color: #fff;
}

/* PREMIUM HOVER GLOW */
.btn.primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 30px rgba(108,123,255,0.5);
}

.btn.secondary {
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.05);
}

/* RIGHT IMAGES */
.hero-images {
  position: relative;
}

.img-card {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s ease;
  position: absolute;
}

/* MAIN IMAGE */
.img-card.main {
  width: 300px;
  z-index: 2;
}

.img-card.small {
  width: 220px;
  right: -80px;
  top: 80px;
  opacity: 0.8;
}

/* IMAGE STYLE */
.img-card img {
  width: 100%;
  display: block;
}

/* HOVER EFFECT (IMPORTANT) */
.hero-images:hover .main {
  transform: translateY(-10px) scale(1.05);
}

.hero-images:hover .small {
  transform: translateY(20px) scale(0.95);
  opacity: 1;
}

/* IMAGE HOVER INDIVIDUAL */
.img-card:hover {
  transform: scale(1.08);
  z-index: 3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7013a26 */.cursor-glow {
  position: fixed;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(108,123,255,0.25), transparent 60%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hero {
  background: linear-gradient(-45deg, #0f0f0f, #1a1a2e, #000, #111);
  background-size: 400% 400%;
  animation: gradientMove 12s ease infinite;
}

@keyframes gradientMove {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77e1210 */.whatsapp-btn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background: #25D366;
  color: #fff;
  font-size: 22px;
  padding: 15px 10px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
  z-index: 999;
}/* End custom CSS */