@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.box-eid-ta-eid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  position: sticky;
  top: 0;
  background: #0e0c27;
  z-index: 99;
}
.rise {
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  position: absolute;
}

.rise1 {
  top: 20px;
  right: -5px;
}
.rise2 {
  top: -470px;
  right: -550px;
  transform: rotate(45deg);
}
.rise3 {
  top: -470px;
  left: -550px;
  transform: rotate(-45deg);
}

.sectionEid {
  padding: 2rem 1rem;
}
.text-center {
  text-align: center;
}
.text-win {
  font-size: 1.25rem;
  font-weight: bold;
  color: #5424b4;
}
.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hero {
  margin-top: 105px;
  color: white;
  padding: 2.5rem 1rem 3rem;
  text-align: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  animation: pulse 2.5s infinite;
  color: #d4af37;
}

.hero h2 {
  font-size: 2.5rem;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
}
.box-highlight {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.box-highlight h2 {
  color: #fff;
}
.box-highlight ol {
  color: #fff;
}
.highlight-box {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  background: rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  margin: -2rem 1rem 2rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
.highlight-box.with-banner {
  padding: 3rem 1rem;

  border-radius: 16px;
}

.banner-text {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.banner-text h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.banner-text p {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
}

.highlight-box p {
  margin: 0.5rem 0;
  color: #fff;
  text-align: center;
}

.cta-btn {
  background-color: #ff7b00;
  color: white;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease-in-out;
  margin-top: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 123, 0, 0.4);
}
.color-black{
  color: #000;
}
.card-eid {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #005faa;
  text-align: center;
  font-weight: bolder;
}
.ol.steps {
  counter-reset: step-counter;
  list-style: none;
  padding-right: 9px;
}

.ol.steps li {
  counter-increment: step-counter;
  position: relative;
  padding-right: 1.25rem;
}

.ol.steps li::before {
  content: counter(step-counter) ".";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  color: #ff7b00;
}

.ul {
  padding: 0;
  list-style: none;
}

.ul li {
  margin-bottom: 1rem;
  padding-right: 2rem;
  position: relative;
  color: #000
}

.ul li::before {
  position: absolute;
  right: 0.5rem;
}

.reward-list li::before {
  content: "🎁";
}

.steps li::before {
  content: none;
}

.important {
  font-weight: bold;
  color: #5424b4;
}

.logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.logos img {
  max-height: 40px;
}

.text {
  margin-top: 26px;
  color: #ffffff;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.custom-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.7;
  padding-right: 9px;
}

.list-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-left: 0 !important;
}
.mr-12 {
  margin-right: 12px;
}

.faq-list {
  padding: 0;
}

.faq-item {
  margin-bottom: 0.5rem;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.75rem 0 0;
  color: #444;
  transition: color 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover {
  color: #444;
}
.faq-question .arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  margin: 0px;
  transform: rotate(0deg);
}

.faq-item.active .faq-question .arrow {
  transform: rotate(180deg); /* تبدیل ‹ به ˅ */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: gray;
  padding-right: 1rem;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* کافی برای متن‌های کوتاه و متوسط */
}

@media (max-width: 1024px) {
  .cta-btn {
    width: auto;
    padding: 1rem 2rem;
  }
}
@media(min-width: 991px){
  .box-eid-ta-eid{
    top: 95px;
  }
  .hero {
    margin-top: 30px;
  }
  .rise{
    display: none;
  }
}
@media (max-width: 832px) {
  .cta-btn {
    width: auto;
    padding: 1rem 2rem;
  }
}

@media (max-width: 820px) {
  .cta-btn {
    width: auto;
    padding: 1rem 2rem;
  }
}

@media (max-width: 768px) {
  .cta-btn {
    width: auto;
    padding: 1rem 2rem;
  }
}

@media (max-width: 581px) {
  .cta-btn {
    width: auto;
    font-size: 0.95rem;
    padding: 0.8rem;
  }
}

@media (max-width: 540px) {
  .cta-btn {
    width: auto;
    font-size: 0.95rem;
    padding: 0.8rem;
  }
}

@media (max-width: 480px) {
  .cta-btn {
    width: auto;
    font-size: 0.95rem;
    padding: 0.8rem;
  }

  .highlight-box,
  .card-eid {
    padding: 1rem;
  }

  .logos img {
    max-height: 32px;
  }

  .banner-text h3 {
    font-size: 1.2rem;
  }
  .banner-text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 430px) {
  .text-eid-to-eid {
    font-size: 2.5rem;
  }
}
@media (max-width: 428px) {
  .text-eid-to-eid {
    font-size: 2.5rem;
  }
}

@media (max-width: 425px) {
  .text-eid-to-eid {
    font-size: 2.5rem;
  }
}

@media (max-width: 375px) {
  .text-eid-to-eid {
    font-size: 2.1rem;
  }

  .hero h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 320px) {
  .text-eid-to-eid {
    font-size: 2.1rem;
  }
}
