.top-banner.banner-with-bg.theme-yalda {
  --banner-color-bg: var(--banner-yalda-base, #019be5);
  position: relative;
  background-color: var(--banner-yalda-base, #019be5);
  background-image: var(--bg-noise, none), linear-gradient(#006b9f, #006b9f);
  background-size: contain, cover;
  background-repeat: repeat, no-repeat;
  background-position: top center, center;
  background-blend-mode: multiply, normal;
  transform: translateY(-4px);
  opacity: 0.96;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.top-banner.banner-with-bg.theme-yalda::after {
  content: none;
}

.top-banner.banner-with-bg.theme-yalda.yalda-active {
  opacity: 1;
  transform: translateY(0);
}

.top-banner.banner-with-bg.theme-yalda a.non-olympics,
.theme-yalda .yalda-cta {
  background: #f20f0f !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.top-banner.banner-with-bg.theme-yalda a.non-olympics:hover,
.theme-yalda .yalda-cta:hover {
  background: #c40c0c !important;
  color: #fff !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.top-banner.banner-with-bg.theme-yalda .btn-register {
  gap: 36px;
}

.top-banner.banner-with-bg.theme-yalda .titles .texts.inline-titles {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.theme-yalda .inline-title {
  display: inline-flex;
  margin: 0;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.theme-yalda .yalda-placeholder {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 16px;
  border-radius: 12px;
  font-family: "Peyda", sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px;
  backdrop-filter: blur(2px);
}

.yalda-arcade {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: visible;
}

.yalda-track {
  display: flex;
  align-items: center;
  gap: 20px;
}

.yalda-icon {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: floatYSmall 3s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.15s);
}

.yalda-icon.coin {
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/themes/ravinacademy/dist/coin.svg");
}

.yalda-icon.hendone {
  background-image: url("/wp-content/themes/ravinacademy/dist/hendone.svg");
  animation:
    floatYMid 3s ease-in-out infinite,
    glowPulse 2.4s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.15s);
}

.yalda-icon.anar {
  background-image: url("/wp-content/themes/ravinacademy/dist/anar.svg");
  animation:
    floatYMid 3s ease-in-out infinite,
    glowPulse 2.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.12s);
}

.yalda-icon.hit {
  animation: eaten 4.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.yalda-packman {
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  background-image: url("/wp-content/themes/ravinacademy/dist/packman.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -50%);
}

.yalda-packman.eating {
  background-image: url("/wp-content/themes/ravinacademy/dist/packman-eat.svg");
}

@keyframes floatYSmall {
  0% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}

@keyframes floatYMid {
  0% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

@keyframes eaten {
  0%   { transform: scale(1);    opacity: 1; }
  6%   { transform: scale(0.05); opacity: 0; }
  72%  { transform: scale(0.05); opacity: 0; }
  86%  { transform: scale(0.05); opacity: 0.45; }
  100% { transform: scale(1);    opacity: 1; }
}

@media (max-width: 768px) {
  .top-banner.banner-with-bg.theme-yalda {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 480px) {
  .mobilever.yalda {
    padding: 10px 0 6px 0 !important;
    flex-direction: column !important;
  }
}
.firsttxt {
    color: #FDC300;
    font-weight: 900;
    font-size: 28px;
}
