/* === DragonStore Style File === */

body {
  background-color: #0e0521; /* أو جرب #14092b */
  color: white;
  font-family: 'Tajawal', sans-serif;
}

}

.store-box {
  background-color: #1c1c2b;
  
  border-radius: 10px;
  
  padding: 20px;
  
  margin-bottom: 20px;
  
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  
  text-align: center;
  
}

.store-img {
  width: 100%;
  
  max-width: 250px;
  
  border-radius: 10px;
  
  margin-bottom: 15px;
  
}

.btn-warning {
  background-color: #ffc107;
  border: none;
  color: black;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 6px;
  transition: 0.3s;
}
.btn-info,
.btn-danger,
.btn-success {
  font-weight: bold;
  
}

.btn:active {
  transform: scale(0.96);
  
  transition: 0.1s;
  
}

/* الزر اللي بينور أحمر عند الهوفر */
.glow-button:hover {
  box-shadow: 0 0 15px #ff0000, 0 0 25px #ff0000;
  
  transition: 0.3s ease-in-out;
  
}

/* صورة تقييم العملاء عند الهوفر */
.review-hover:hover {
  box-shadow: 0 0 25px #ffc107, 0 0 50px #ffc107;
  
  transform: scale(1.02);
  
}

/* أيقونات التواصل عند الهوفر */
.contact-icon:hover {
  transform: scale(1.08);
  
  filter: drop-shadow(0 0 15px #00ffc8);
  
  transition: 0.3s ease-in-out;
  
}

/* شريط التنقل */
.nav-text {
  font-weight: bold;
  
  font-size: 16px;
  
  color: white !important;
  
  transition: color 0.3s ease;
  
}

.nav-text:hover {
  color: #ffc107 !important;
  
  text-shadow: 0 0 5px #ffc107;
  
}

/* صورة الهيرو */
.hero-banner img {
  width: 100%;
  
  max-width: 100%;
  
  display: block;
  
  margin: 0 auto;
  
  border-radius: 10px;
  
  box-shadow: 0 5px 25px rgba(0,0,0,0.5);
  
}

/* عنوان رئيسي */
.highlight-line {
  font-size: 1.3rem;
  
  font-weight: bold;
  
  color: #ff4c4c;
  
}

/* كروت المتاجر */
.store-card img {
  transition: transform 0.3s ease;
  
}

.store-card img:hover {
  transform: scale(1.05);
  
}

.section-title {
  font-weight: bold;
  
  font-size: 24px;
  
  margin-top: 40px;
  
  margin-bottom: 20px;
  
}

.glowing-text {
  font-size: 48px;
   /* ← الخط كبير جدًا وواضح */
  font-weight: 900;
  
  text-shadow: 0 0 12px #ffc107, 0 0 25px #ffc107;
  
  transition: 0.3s ease-in-out;
  
}

body {
  font-family: 'Cairo', sans-serif;
  
}

.nav-glow:hover {
  color: #ffc107 !important;
  
  text-shadow: 0 0 8px #ffc107;
  
  transition: 0.3s ease-in-out;
  
}

.navbar-transparent {
  background-color: rgba(0, 0, 0, 0.4);
   /* شفاف مع خلفية غامقة */
  backdrop-filter: blur(10px);
   /* ضبابية خفيفة */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   /* خط خفيف */
  transition: background-color 0.3s ease;
  
}

.navbar-transparent .nav-link {
  color: white !important;
  
}

.navbar-transparent .nav-link:hover {
  color: #ffc107 !important;
  
  text-shadow: 0 0 8px #ffc107;
  
}

.store-card-custom {
  background: linear-gradient(145deg, #1c1c2b, #2a2a3d);
  
  padding: 20px;
  
  border-radius: 20px;
  
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
  
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  
  text-align: center;
  
}

.store-card-custom:hover {
  transform: translateY(-10px);
  
  box-shadow: 0 12px 40px rgba(255,193,7,0.4);
  
}

.store-card-custom img {
  border-radius: 12px;
  
  max-width: 100%;
  
  transition: transform 0.3s ease;
  
}

.store-card-custom img:hover {
  transform: scale(1.03);
  
}

.store-title {
  color: #ffc107;
  
  font-weight: bold;
  
  font-size: 1.2rem;
  
}

#splash-screen {
  position: fixed;
  
  top: 0;
  
  left: 0;
  
  width: 100%;
  
  height: 100%;
  
  background-color: #2b1a49;
  
  display: flex;
  
  justify-content: center;
  
  align-items: center;
  
  z-index: 9999;
  
  transition: opacity 0.5s ease-out;
  
}

.splash-logo {
  width: 120px;
  
  animation: splashAnim 1.5s ease-in-out infinite;
  
width: 150px;
  
  animation: pulse 1.5s infinite;
  
}

@keyframes splashAnim {
  0% { transform: scale(1);
   opacity: 0.8;
  
}

50% {
  transform: scale(1.2);
   opacity: 1;
  
transform: scale(1.08);
  
transform: scale(1.1);
   opacity: 0.7;
  
}

100% {
  transform: scale(1);
   opacity: 0.8;
  
transform: translateX(-100%);
  
transform: translateX(-100%);
  
transform: scale(1);
   opacity: 1;
  
}

}
.splash-logo {
  width: 250px;
  
max-width: 90vw;
  
  animation: splashAnim 1.5s ease-in-out infinite;
  
}

.back-to-top {
  position: fixed;
  
  bottom: 20px;
  
  left: 20px;
  
  background: #ffc107;
  
  color: #2b1a49;
  
  padding: 10px 15px;
  
  border-radius: 50%;
  
  font-size: 22px;
  
  z-index: 9999;
  
  display: none;
  
  transition: all 0.3s ease-in-out;
  
}

.back-to-top:hover {
  background: #ff9900;
  
  box-shadow: 0 0 10px #ff9900;
  
}

.welcome-popup {
  position: fixed;
  
  top: 0;
  
  right: 0;
  
  left: 0;
  
  bottom: 0;
  
  background: rgba(0,0,0,0.7);
  
  display: flex;
  
  justify-content: center;
  
  align-items: center;
  
  z-index: 99999;
  
  transition: 0.3s ease-in-out;
  
}

.popup-content {
  background-color: #1c1c2b;
  
  padding: 40px;
  
  border-radius: 15px;
  
  box-shadow: 0 0 15px #ffc107;
  
  max-width: 90%;
  
}

.faq-box {
  background-color: #1e1e2e;
  
  border: 1px solid #444;
  
  border-radius: 15px;
  
}

.faq-question {
  cursor: pointer;
  
  font-size: 18px;
  
  font-weight: bold;
  
  color: #ffc107;
  
  padding: 10px 15px;
  
  background: #2c2c3a;
  
  border-radius: 10px;
  
  transition: background 0.3s;
  
}

.faq-question:hover {
  background-color: #3b3b4d;
  
}

.faq-answer {
  padding: 10px 15px;
  
  margin-top: 8px;
  
  border-left: 3px solid #ffc107;
  
  background-color: #262636;
  
  border-radius: 8px;
  
  display: none;
  
  animation: slideDown 0.3s ease-in-out;
  
}

@keyframes slideDown {
  from { opacity: 0;
   transform: translateY(-10px);
  
}

to {
  opacity: 1;
   transform: translateY(0);
  
}

}
.dynamic-offer {
  background-color: #ff9100; /* برتقالي نيون واضح */
  color: #2b1a49;
  font-weight: bold;
  padding: 15px;
  border-radius: 12px;
  font-size: 18px;
  box-shadow: 0 0 15px #ff9100, 0 0 30px #ff9100;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  transition: all 0.4s ease-in-out;
}
.neon-bar {
  height: 20px;
  width: 100vw; /* ياخد عرض الشاشة كله */
  background: #ff9f0d;
  border-radius: 40px;
  display: block;
  margin: 30px auto;
  box-shadow:
    0 0 5px #ff9f0d,
    0 0 15px #ff9f0d,
    0 0 30px #ff9f0d,
    0 0 50px #ff9f0d;
}


}

.main-scroll {
  position: relative;
  
  top: 130px;
  
  height: 100px;
  
  background: transparent;
  
  z-index: 100;
  
}

.side-text {
  font-size: 22px;
  
  font-weight: bold;
  
  color: #ffc107;
  
}

.main-logo img {
  animation: pulse 3s infinite;
  
}

/* حركة بسيطة */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  
}

}

.scroll-fade-right {
  transform: translateX(0);
  
  transition: transform 0.4s ease;
  
}

.scroll-fade-left {
  transform: translateX(0);
  
  transition: transform 0.4s ease;
  
}

.video-slider {
  display: flex;
  
  overflow-x: auto;
  
  gap: 15px;
  
  scroll-snap-type: x mandatory;
  
  padding: 10px;
  
  scrollbar-width: none;
   /* Firefox */
}

.video-slider::-webkit-scrollbar {
  display: none;
   /* Chrome */
}

.review-video {
  flex: 0 0 auto;
  
  width: 240px;
  
  border-radius: 10px;
  
  scroll-snap-align: start;
  
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.4);
  
  transition: transform 0.3s;
  
}

.review-video:hover {
  transform: scale(1.05);
  
}

.scroll-indicators {
  display: flex;
  
  justify-content: center;
  
  margin-top: 15px;
  
  gap: 10px;
  
}

.scroll-indicators .dot {
  width: 12px;
  
  height: 12px;
  
  background-color: #aaa;
  
  border-radius: 50%;
  
  cursor: pointer;
  
  transition: background-color 0.3s ease;
  
}

.scroll-indicators .dot.active {
  background-color: red;
  
  box-shadow: 0 0 5px red;
  
}

/* Scrollbar مخصص */
.video-scroll-container {
  scrollbar-width: thin;
  
  scrollbar-color: white transparent;
  
}

.video-scroll-container::-webkit-scrollbar {
  height: 8px;
  
}

.video-scroll-container::-webkit-scrollbar-track {
  background: transparent;
  
}

.video-scroll-container::-webkit-scrollbar-thumb {
  background-color: white;
  
  border-radius: 10px;
  
  transition: all 0.3s ease;
  
}

.video-scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: red;
  
  height: 12px;
  
}

.auto-scroll {
  scroll-behavior: smooth;
  
}

.review-scroll {
  scroll-behavior: smooth;
  
overflow: hidden;
  
  position: relative;
  
}

.review-scroll .video-track {
  display: flex;
  
  gap: 20px;
  
  padding: 10px;
  
  animation: scrollVideos 60s linear infinite;
  
}

.review-scroll .video-track video {
  flex: 0 0 auto;
  
  width: 230px;
  
  height: 400px;
  
  border-radius: 10px;
  
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
  
}

@keyframes scrollVideos {
  0% {
    transform: translateX(0);
  
}

}

.review-scroll {
  overflow: hidden;
  
  position: relative;
  
}

}
#splash-screen {
  position: fixed;
  
  width: 100%;
  
  height: 100%;
  
  background-color: #2b1a49;
  
  display: flex;
  
  justify-content: center;
  
  align-items: center;
  
  z-index: 9999;
  
  transition: opacity 0.5s ease;
  
}

@keyframes pulse {
  0% { transform: scale(1);
   opacity: 1;
  
}

}
.social-fixed-icons {
  position: fixed;
  
  top: 40%;
  
  right: 10px;
  
  z-index: 9999;
  
  display: flex;
  
  flex-direction: column;
  
  gap: 12px;
  
}

.social-fixed-icons a {
  color: white;
  
  font-size: 26px;
  
  background-color: #2b1a49;
  
  padding: 10px;
  
  border-radius: 50%;
  
  transition: all 0.3s ease;
  
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  
}

.social-fixed-icons a:hover {
  background-color: #ff0000;
  
  color: #fff;
  
  transform: scale(1.1);
  
}

.hover-scale:hover {
  transform: scale(1.03);
  
  transition: all 0.3s ease-in-out;
  
}

.glow-icon {
  transition: 0.3s ease;
  
}

.glow-icon:hover {
  filter: drop-shadow(0 0 5px cyan);
  
}

.video-carousel::-webkit-scrollbar {
  height: 8px;
  
}

.video-carousel::-webkit-scrollbar-thumb {
  background: white;
  
  border-radius: 4px;
  
}

.video-carousel::-webkit-scrollbar-thumb:hover {
  background: #ff0000;
  
}
.faq-box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: #1e1e2f;
  padding: 20px;
  border-radius: 12px;
}

.faq-question {
  cursor: pointer;
  background-color: #1d1d2e;
  color: #ffc107;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-align: right;
}

.faq-answer {
  display: none;
  padding: 10px 20px;
  background-color: #2b2b3d;
  border-radius: 8px;
  margin-top: 5px;
  color: white;
  text-align: right;
}
.verified-name {
  background-color: #000; /* خلفية سوداء */
  color: #fff;
  padding: 8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.verified-name {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  font-size: 14px;
}
.video-carousel video:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #ffc107;
  transition: 0.3s ease-in-out;
}.social-fixed-icons a:hover {
  animation: shake 0.5s;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-2px); }
  50% { transform: translateX(2px); }
  75% { transform: translateX(-2px); }
  100% { transform: translateX(0); }
}
.hero-text {
  color: #a07bff; /* بنفسجي فاتح */
  font-weight: bold;
}



@keyframes glow {
  0% { box-shadow: 0 0 15px #ffc107; }
  50% { box-shadow: 0 0 35px #ff0000; }
  100% { box-shadow: 0 0 15px #ffc107; }
}.video-card {
  position: relative;
}
.hover-info {
  position: absolute;
  bottom: 20px;
  width: 100%;
  background: rgba(0,0,0,0.7);
  color: white;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.video-card:hover .hover-info {
  opacity: 1;
}
.neon-bar {
  height: 40px; /* زودنا الارتفاع من 25px إلى 40px */
  background: #ffae00;
  box-shadow:
    0 0 10px #ffae00,
    0 0 20px #ffae00,
    0 0 40px #ffae00,
    0 0 60px #ffae00;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.tiktok-carousel {
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}
.account-card {
  flex: 0 0 auto;
  width: 200px;
  scroll-snap-align: start;
  background-color: #1b1b2f;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.account-img {
  width: 100%;
  height: 450px; /* أو زود لـ 300 مثلاً */
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}.account-card-custom {
  background-color: #1a1a2e;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.05);
  width: 230px;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.scroll-row-accounts {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
}

.scroll-row-accounts::-webkit-scrollbar {
  height: 6px;
}

.scroll-row-accounts::-webkit-scrollbar-thumb {
  background-color: #ffc107; /* لون الشريط */
  border-radius: 10px;
}

.account-card-custom {
  min-width: 200px;
  background-color: #18142b;
  padding: 15px;
  border-radius: 12px;
  scroll-snap-align: start;
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.2);
}.register-bar-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 10px 20px;
  max-width: fit-content;
  margin: 20px auto;
  gap: 15px;
  box-shadow: 0 0 10px #ffc10780;
}

.register-text {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}

.register-btn {
  background-color: #ffc107;
  color: #000;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 0 6px #ffc107;
  transition: 0.3s;
}

.register-btn:hover {
  background-color: #ffde33;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background-color: #111;
  padding: 30px;
  border-radius: 15px;
  color: white;
  width: 90%;
  max-width: 400px;
}


.popup-content h4 {
  color: #ffc107;
}

.popup-content input,
.popup-content select {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: none;
  background-color: #1e1e1e;
  color: white;
}

.popup-content button {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  background-color: #ffc107;
  color: black;
  cursor: pointer;
}

.cancel-btn {
  background-color: #444;
  color: white;
}
.btn-red-glow {
  background-color: transparent;
  color: #ff4d4d;
  border: 2px solid #ff4d4d;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-red-glow:hover {
  background-color: #ff4d4d;
  color: white;
  box-shadow: 0 0 15px #ff4d4d, 0 0 30px #ff4d4d;
}
.btn-yellow-glow {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-yellow-glow:hover {
  background-color: #ffc107;
  color: #1a1a1a;
  box-shadow: 0 0 15px #ffc107, 0 0 30px #ffc107;
}
.store-img {
  width: 200%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out;
}

.store-img:hover {
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}

.btn-red-glow {
  background-color: #ff0000;
  color: white;
  border: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-red-glow:hover {
  background-color: #cc0000;
  box-shadow: 0 0 10px #ff0000;
}

.btn-yellow-glow {
  background-color: #ffc107;
  color: black;
  border: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-yellow-glow:hover {
  background-color: #e6b800;
  box-shadow: 0 0 10px #ffc107;
}
<style>
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #111;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px #ffcc00;
  color: white;
  width: 90%;
  max-width: 400px;
}

.popup-content input,
.popup-content select {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 5px;
  border: none;
}

.popup-content button {
  width: 100%;
  padding: 10px;
  background-color: #ffc107;
  color: black;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}
</style>
<style>
  body.light-theme {
    background-color: #f4f4f4;
    color: #111;
  }

  body.light-theme .account-card {
    background: #ffffff;
    color: #000;
  }

  body.light-theme .buy-btn {
    background-color: #007bff;
    color: #fff;
  }

  /* الوضع الداكن موجود أساساً – دا بيفضل زي ما هو */
</style>