.elementor .hero-badge-dot{width:6px;height:6px;min-width:6px;min-height:6px;max-width:6px;max-height:6px;padding:0px;border-radius:100%;border-width:0px;background-color:#00c853;.hero-badge-dot {
  width: 6px;
  height: 6px;
  background-color: #00c853;
  border-radius: 50%;
  position: relative;
}

/* Outer glow ring */
.hero-badge-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #00c853;
  opacity: 0.6;
  filter: blur(6px);
  transform: scale(1.5);
}

/* Pulse animation */
.hero-badge-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #00c853;
  opacity: 0.7;
  animation: pulse-ring 2s infinite;
}
@keyframes pulse-ring {
  0% {
      transform: scale(1);
      opacity: 0.7;
  }
  70% {
      transform: scale(2.5);
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}\n}.elementor .hero-title{font-weight:600;font-size:clamp(72px, 10vw, 130px);;margin-block-end:8px;.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(72px, 10vw, 130px);
  line-height: 0.9;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: white;
}\n}.elementor .hover-box{border-radius:0px;border-style:none;background-color:#111118;.hover-box:hover{
 background-color: #1a1a24;
}\n}.elementor .glow-text{color: #C9A84C;

  text-shadow:
      0 0 10px rgba(201, 168, 76, 0.6),
      0 0 20px rgba(201, 168, 76, 0.4),
      0 0 40px rgba(201, 168, 76, 0.25);\n}.elementor .card-glass{display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  width: 60%;
  max-width: 1124px;

  padding: 16px;
  padding-bottom: 16px;

  border-radius: 20px;
  border: 2px solid #676767;

background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  position: relative;
  cursor: pointer;

  min-height: 200px;\n}.elementor .hide-partnership{@media (min-width: 1341px) {
  display: none !important;
}
 @media (max-width: 1340px) {
  display: flex;
}\n}