/* ============================================
   Kuwait National Day Theme - Waleed Toys
   Decorative CSS for Hala February / National Day
   ============================================ */

:root {
  --kw-green: #007A33;
  --kw-green-light: #00A34A;
  --kw-green-dark: #005C26;
  --kw-white: #FFFFFF;
  --kw-red: #CE1126;
  --kw-red-light: #E8394D;
  --kw-red-dark: #A00D1E;
  --kw-black: #000000;
  --kw-black-soft: #1A1A1A;
  --kw-gold: #C5A44E;
}

/* ---- Floating Kuwait Flags ---- */
.kuwait-flag-float {
  position: fixed;
  z-index: 1036;
  pointer-events: none;
  animation: flagFloat 4s ease-in-out infinite;
}

.kuwait-flag-float--left {
  bottom: 120px;
  left: 10px;
  animation-delay: 0s;
}

.kuwait-flag-float--right {
  bottom: 120px;
  right: 10px;
  animation-delay: 2s;
}

.kuwait-flag-svg {
  width: 40px;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  animation: flagWave 3s ease-in-out infinite;
}

.kuwait-flag-float--right .kuwait-flag-svg {
  animation-delay: 1.5s;
}

@keyframes flagFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes flagWave {
  0%, 100% { transform: perspective(200px) rotateY(0deg); }
  25% { transform: perspective(200px) rotateY(8deg); }
  75% { transform: perspective(200px) rotateY(-8deg); }
}

/* Flag icons in banner */
.kuwait-banner-flag-icon {
  width: 28px;
  height: 18px;
  vertical-align: middle;
  margin: 0 6px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

/* ---- Background: Subtle Flag-Colored Pattern ---- */
.kuwait-theme {
  position: relative;
}

.kuwait-bg-pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.03;
  background-image:
    radial-gradient(circle at 20% 30%, var(--kw-green) 2px, transparent 2px),
    radial-gradient(circle at 50% 60%, var(--kw-red) 2px, transparent 2px),
    radial-gradient(circle at 80% 20%, var(--kw-green) 2px, transparent 2px);
  background-size: 80px 80px;
}

.kuwait-bg-pattern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 78px,
      rgba(0, 122, 51, 0.02) 78px,
      rgba(0, 122, 51, 0.02) 80px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 78px,
      rgba(206, 17, 38, 0.02) 78px,
      rgba(206, 17, 38, 0.02) 80px
    );
}

.kuwait-bg-pattern::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 118px,
      rgba(0, 122, 51, 0.015) 118px,
      rgba(0, 122, 51, 0.015) 120px
    ),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 118px,
      rgba(206, 17, 38, 0.015) 118px,
      rgba(206, 17, 38, 0.015) 120px
    );
}

/* ---- Patriotic Banner with Flag Gradient ---- */
.kuwait-banner {
  background: linear-gradient(90deg,
    var(--kw-green) 0%,
    var(--kw-green) 25%,
    var(--kw-white) 25%,
    var(--kw-white) 50%,
    var(--kw-red) 50%,
    var(--kw-red) 75%,
    var(--kw-black) 75%,
    var(--kw-black) 100%
  );
  text-align: center;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  z-index: 1040;
}

.kuwait-banner-inner {
  background: rgba(0, 0, 0, 0.55);
  padding: 10px 16px;
  backdrop-filter: blur(2px);
}

.kuwait-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 25%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.08) 75%,
    transparent 100%
  );
  animation: bannerShine 4s linear infinite;
}

@keyframes bannerShine {
  0% { transform: translateX(0); }
  100% { transform: translateX(33.33%); }
}

.kuwait-banner-text {
  display: inline-block;
  color: var(--kw-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.kuwait-banner-text .banner-ar {
  font-size: 16px;
}

.kuwait-banner-text .banner-separator {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  vertical-align: middle;
  margin: 0 12px;
}

.kuwait-banner-text .banner-en {
  font-size: 13px;
  opacity: 0.9;
}

/* ---- Firework / Sparkle Decorations ---- */
.kuwait-fireworks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1035;
  overflow: hidden;
}

.kuwait-firework {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
}

/* Firework burst: radial lines expanding outward */
.kuwait-firework::before,
.kuwait-firework::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

/* Green fireworks */
.kuwait-firework--green {
  background: var(--kw-green);
  box-shadow:
    0 0 6px var(--kw-green),
    12px -12px 0 var(--kw-green-light),
    -12px -12px 0 var(--kw-green),
    12px 12px 0 var(--kw-green-light),
    -12px 12px 0 var(--kw-green),
    0 -16px 0 var(--kw-green-light),
    0 16px 0 var(--kw-green),
    16px 0 0 var(--kw-green-light),
    -16px 0 0 var(--kw-green);
  animation: fireworkBurst 3s ease-out infinite;
}

/* Red fireworks */
.kuwait-firework--red {
  background: var(--kw-red);
  box-shadow:
    0 0 6px var(--kw-red),
    12px -12px 0 var(--kw-red-light),
    -12px -12px 0 var(--kw-red),
    12px 12px 0 var(--kw-red-light),
    -12px 12px 0 var(--kw-red),
    0 -16px 0 var(--kw-red-light),
    0 16px 0 var(--kw-red),
    16px 0 0 var(--kw-red-light),
    -16px 0 0 var(--kw-red);
  animation: fireworkBurst 3s ease-out infinite;
}

/* White fireworks */
.kuwait-firework--white {
  background: var(--kw-white);
  box-shadow:
    0 0 6px rgba(255, 255, 255, 0.8),
    10px -10px 0 rgba(255, 255, 255, 0.6),
    -10px -10px 0 rgba(255, 255, 255, 0.8),
    10px 10px 0 rgba(255, 255, 255, 0.6),
    -10px 10px 0 rgba(255, 255, 255, 0.8),
    0 -14px 0 rgba(255, 255, 255, 0.6),
    0 14px 0 rgba(255, 255, 255, 0.8),
    14px 0 0 rgba(255, 255, 255, 0.6),
    -14px 0 0 rgba(255, 255, 255, 0.8);
  animation: fireworkBurst 3s ease-out infinite;
}

/* Firework positions and timing */
.kuwait-firework:nth-child(1) { top: 8%; left: 10%; animation-delay: 0s; }
.kuwait-firework:nth-child(2) { top: 15%; left: 85%; animation-delay: 1s; }
.kuwait-firework:nth-child(3) { top: 5%; left: 45%; animation-delay: 2s; }
.kuwait-firework:nth-child(4) { top: 20%; left: 70%; animation-delay: 0.5s; }
.kuwait-firework:nth-child(5) { top: 12%; left: 25%; animation-delay: 1.5s; }
.kuwait-firework:nth-child(6) { top: 25%; left: 55%; animation-delay: 2.5s; }
.kuwait-firework:nth-child(7) { top: 10%; left: 92%; animation-delay: 0.8s; }
.kuwait-firework:nth-child(8) { top: 30%; left: 8%; animation-delay: 1.8s; }

@keyframes fireworkBurst {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(0.5);
  }
  30% {
    opacity: 0.8;
    transform: scale(1);
  }
  60% {
    opacity: 0.3;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

/* ---- Sparkle Stars ---- */
.kuwait-sparkles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.kuwait-sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  opacity: 0;
  animation: sparkleFlash 2.5s ease-in-out infinite;
}

.kuwait-sparkle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: currentColor;
  border-radius: 1px;
}

.kuwait-sparkle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

.kuwait-sparkle--green { color: var(--kw-green); }
.kuwait-sparkle--red { color: var(--kw-red); }
.kuwait-sparkle--white { color: rgba(200, 200, 200, 0.7); }

.kuwait-sparkle:nth-child(1) { top: 6%; left: 12%; animation-delay: 0s; }
.kuwait-sparkle:nth-child(2) { top: 14%; left: 38%; animation-delay: 0.8s; }
.kuwait-sparkle:nth-child(3) { top: 3%; left: 65%; animation-delay: 1.6s; }
.kuwait-sparkle:nth-child(4) { top: 22%; left: 20%; animation-delay: 0.4s; }
.kuwait-sparkle:nth-child(5) { top: 9%; left: 78%; animation-delay: 2s; }
.kuwait-sparkle:nth-child(6) { top: 18%; left: 50%; animation-delay: 1.2s; }
.kuwait-sparkle:nth-child(7) { top: 35%; left: 7%; animation-delay: 0.6s; }
.kuwait-sparkle:nth-child(8) { top: 28%; left: 88%; animation-delay: 1.4s; }
.kuwait-sparkle:nth-child(9) { top: 45%; left: 30%; animation-delay: 2.2s; }
.kuwait-sparkle:nth-child(10) { top: 55%; left: 72%; animation-delay: 0.9s; }
.kuwait-sparkle:nth-child(11) { top: 60%; left: 15%; animation-delay: 1.8s; }
.kuwait-sparkle:nth-child(12) { top: 70%; left: 60%; animation-delay: 0.3s; }

@keyframes sparkleFlash {
  0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
  50% { opacity: 0.7; transform: scale(1.2) rotate(45deg); }
}

/* ---- Flag-Colored Corner Accents ---- */
.kuwait-corner {
  position: fixed;
  width: 90px;
  height: 90px;
  pointer-events: none;
  z-index: 1031;
  opacity: 0.2;
}

/* Each corner has a 3-stripe flag accent */
.kuwait-corner::before,
.kuwait-corner::after {
  content: '';
  position: absolute;
}

/* Top-left corner */
.kuwait-corner-tl {
  top: 0;
  left: 0;
}
.kuwait-corner-tl::before {
  top: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, var(--kw-green), var(--kw-white) 50%, var(--kw-red));
}
.kuwait-corner-tl::after {
  top: 0;
  left: 0;
  width: 3px;
  height: 70px;
  background: linear-gradient(180deg, var(--kw-green), var(--kw-white) 50%, var(--kw-red));
}

/* Top-right corner */
.kuwait-corner-tr {
  top: 0;
  right: 0;
}
.kuwait-corner-tr::before {
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: linear-gradient(270deg, var(--kw-green), var(--kw-white) 50%, var(--kw-red));
}
.kuwait-corner-tr::after {
  top: 0;
  right: 0;
  width: 3px;
  height: 70px;
  background: linear-gradient(180deg, var(--kw-green), var(--kw-white) 50%, var(--kw-red));
}

/* Bottom-left corner */
.kuwait-corner-bl {
  bottom: 0;
  left: 0;
}
.kuwait-corner-bl::before {
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, var(--kw-green), var(--kw-white) 50%, var(--kw-red));
}
.kuwait-corner-bl::after {
  bottom: 0;
  left: 0;
  width: 3px;
  height: 70px;
  background: linear-gradient(0deg, var(--kw-green), var(--kw-white) 50%, var(--kw-red));
}

/* Bottom-right corner */
.kuwait-corner-br {
  bottom: 0;
  right: 0;
}
.kuwait-corner-br::before {
  bottom: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: linear-gradient(270deg, var(--kw-green), var(--kw-white) 50%, var(--kw-red));
}
.kuwait-corner-br::after {
  bottom: 0;
  right: 0;
  width: 3px;
  height: 70px;
  background: linear-gradient(0deg, var(--kw-green), var(--kw-white) 50%, var(--kw-red));
}

/* ---- Side Flag Stripes ---- */
.kuwait-side-decor-left,
.kuwait-side-decor-right {
  position: fixed;
  top: 0;
  width: 6px;
  height: 100%;
  pointer-events: none;
  z-index: 1030;
  opacity: 0.12;
}

.kuwait-side-decor-left {
  left: 0;
  background: linear-gradient(180deg,
    var(--kw-green) 0%,
    var(--kw-green) 25%,
    var(--kw-white) 25%,
    var(--kw-white) 50%,
    var(--kw-red) 50%,
    var(--kw-red) 75%,
    var(--kw-black) 75%,
    var(--kw-black) 100%
  );
}

.kuwait-side-decor-right {
  right: 0;
  background: linear-gradient(180deg,
    var(--kw-green) 0%,
    var(--kw-green) 25%,
    var(--kw-white) 25%,
    var(--kw-white) 50%,
    var(--kw-red) 50%,
    var(--kw-red) 75%,
    var(--kw-black) 75%,
    var(--kw-black) 100%
  );
}

/* ---- National Colors on Product Cards ---- */
.kuwait-theme .product-card {
  border: 1px solid rgba(0, 122, 51, 0.12);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.kuwait-theme .product-card:hover {
  box-shadow:
    0 2px 12px rgba(0, 122, 51, 0.15),
    0 2px 12px rgba(206, 17, 38, 0.1) !important;
  border-color: rgba(0, 122, 51, 0.25);
}

/* Top accent stripe on product cards */
.kuwait-theme .product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--kw-green), var(--kw-white) 33%, var(--kw-red) 66%, var(--kw-black));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}

.kuwait-theme .product-card:hover::before {
  opacity: 0.6;
}

/* National color accent on section headings */
.kuwait-theme .section-title,
.kuwait-theme h2.mb-4,
.kuwait-theme .shop-content-wrapper h2 {
  text-shadow: 0 0 20px rgba(0, 122, 51, 0.08);
}

/* Flag-colored separator lines */
.kuwait-theme hr {
  border-image: linear-gradient(90deg, var(--kw-green), var(--kw-white), var(--kw-red)) 1;
  opacity: 0.2;
}

/* ---- Kuwait National Day Popup Modal ---- */
.kuwait-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.kuwait-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.kuwait-popup {
  background: linear-gradient(160deg, var(--kw-black-soft) 0%, #0D2818 50%, var(--kw-black-soft) 100%);
  border: 2px solid var(--kw-green);
  border-radius: 20px;
  padding: 40px 35px;
  max-width: 440px;
  width: 90%;
  text-align: center;
  position: relative;
  transform: scale(0.8) translateY(20px);
  transition: transform 0.4s ease;
  box-shadow:
    0 0 30px rgba(0, 122, 51, 0.25),
    0 0 30px rgba(206, 17, 38, 0.15),
    0 20px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.kuwait-popup-overlay.active .kuwait-popup {
  transform: scale(1) translateY(0);
}

/* Popup decorative flag stripe at top */
.kuwait-popup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,
    var(--kw-green) 0%,
    var(--kw-green) 25%,
    var(--kw-white) 25%,
    var(--kw-white) 50%,
    var(--kw-red) 50%,
    var(--kw-red) 75%,
    var(--kw-black) 75%,
    var(--kw-black) 100%
  );
  border-radius: 20px 20px 0 0;
}

/* Popup decorative flag stripe at bottom */
.kuwait-popup::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,
    var(--kw-green) 0%,
    var(--kw-green) 25%,
    var(--kw-white) 25%,
    var(--kw-white) 50%,
    var(--kw-red) 50%,
    var(--kw-red) 75%,
    var(--kw-black) 75%,
    var(--kw-black) 100%
  );
  border-radius: 0 0 20px 20px;
}

.kuwait-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  z-index: 2;
  line-height: 1;
}

.kuwait-popup-close:hover {
  opacity: 1;
}

.kuwait-popup-flag {
  font-size: 50px;
  margin-bottom: 12px;
  display: block;
  animation: popupFlagWave 2s ease-in-out infinite;
}

@keyframes popupFlagWave {
  0%, 100% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
}

.kuwait-popup-title {
  color: var(--kw-white);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.kuwait-popup-subtitle {
  color: var(--kw-green-light);
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.9;
  font-weight: 600;
}

.kuwait-popup-message {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.kuwait-popup-btn {
  background: linear-gradient(135deg, var(--kw-green) 0%, var(--kw-green-dark) 100%);
  color: var(--kw-white);
  border: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(0, 122, 51, 0.3);
}

.kuwait-popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 122, 51, 0.5);
}

/* Popup firework emojis */
.kuwait-popup-fireworks {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
}

.kuwait-popup-fireworks span {
  font-size: 22px;
  display: inline-block;
  animation: popupFireworkPop 1.5s ease-in-out infinite;
}

.kuwait-popup-fireworks span:nth-child(2) { animation-delay: -0.3s; }
.kuwait-popup-fireworks span:nth-child(3) { animation-delay: -0.6s; }

@keyframes popupFireworkPop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* Stars decorations in popup */
.kuwait-popup-stars {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.kuwait-popup-stars span {
  position: absolute;
  font-size: 8px;
  animation: sparkleFlash 2.5s ease-in-out infinite;
}

.kuwait-popup-stars span:nth-child(1) { top: 12%; left: 10%; color: var(--kw-green); animation-delay: 0s; }
.kuwait-popup-stars span:nth-child(2) { top: 16%; right: 12%; color: var(--kw-red); animation-delay: 0.7s; }
.kuwait-popup-stars span:nth-child(3) { top: 72%; left: 8%; color: var(--kw-red); animation-delay: 1.4s; }
.kuwait-popup-stars span:nth-child(4) { top: 76%; right: 10%; color: var(--kw-green); animation-delay: 0.3s; }
.kuwait-popup-stars span:nth-child(5) { top: 42%; left: 5%; color: var(--kw-white); animation-delay: 2s; }
.kuwait-popup-stars span:nth-child(6) { top: 38%; right: 6%; color: var(--kw-white); animation-delay: 1s; }

/* ---- Floating Confetti Particles ---- */
.kuwait-confetti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.kuwait-confetti-piece {
  position: absolute;
  width: 8px;
  height: 4px;
  opacity: 0;
  animation: confettiFall 7s linear infinite;
}

.kuwait-confetti-piece--green { background: var(--kw-green); }
.kuwait-confetti-piece--red { background: var(--kw-red); }
.kuwait-confetti-piece--white { background: #CCC; }

.kuwait-confetti-piece:nth-child(1) { left: 5%; animation-delay: 0s; }
.kuwait-confetti-piece:nth-child(2) { left: 18%; animation-delay: 1.5s; }
.kuwait-confetti-piece:nth-child(3) { left: 32%; animation-delay: 3s; }
.kuwait-confetti-piece:nth-child(4) { left: 48%; animation-delay: 0.8s; }
.kuwait-confetti-piece:nth-child(5) { left: 62%; animation-delay: 2.2s; }
.kuwait-confetti-piece:nth-child(6) { left: 75%; animation-delay: 4s; }
.kuwait-confetti-piece:nth-child(7) { left: 88%; animation-delay: 1s; }
.kuwait-confetti-piece:nth-child(8) { left: 95%; animation-delay: 3.5s; }

@keyframes confettiFall {
  0% {
    top: -10px;
    opacity: 0;
    transform: translateX(0) rotate(0deg);
  }
  5% {
    opacity: 0.5;
  }
  85% {
    opacity: 0.3;
  }
  100% {
    top: 100%;
    opacity: 0;
    transform: translateX(40px) rotate(720deg);
  }
}

/* ---- Responsive ---- */

/* Tablets */
@media (max-width: 991px) {
  .kuwait-fireworks {
    opacity: 0.6;
  }
  .kuwait-firework--green,
  .kuwait-firework--red,
  .kuwait-firework--white {
    box-shadow: none;
    width: 4px;
    height: 4px;
  }
  .kuwait-side-decor-left,
  .kuwait-side-decor-right {
    width: 4px;
  }
  .kuwait-corner {
    width: 60px;
    height: 60px;
  }
  .kuwait-corner::before { width: 45px !important; }
  .kuwait-corner::after { height: 45px !important; }
  .kuwait-flag-svg {
    width: 35px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kuwait-banner-inner {
    padding: 8px 10px;
  }
  .kuwait-banner-text .banner-ar {
    font-size: 13px;
  }
  .kuwait-banner-text .banner-en {
    font-size: 11px;
  }
  .kuwait-banner-text .banner-separator {
    margin: 0 8px;
  }
  .kuwait-fireworks {
    display: none;
  }
  .kuwait-sparkles .kuwait-sparkle {
    width: 3px;
    height: 3px;
  }
  .kuwait-side-decor-left,
  .kuwait-side-decor-right {
    display: none;
  }
  .kuwait-corner {
    width: 40px;
    height: 40px;
    opacity: 0.12;
  }
  .kuwait-corner::before { width: 28px !important; }
  .kuwait-corner::after { height: 28px !important; }
  .kuwait-flag-float {
    display: none;
  }
  .kuwait-banner-flag-icon {
    width: 22px;
    height: 14px;
    margin: 0 4px;
  }
  .kuwait-popup {
    padding: 30px 25px;
    max-width: 340px;
  }
  .kuwait-popup-title {
    font-size: 22px;
  }
  .kuwait-popup-flag {
    font-size: 40px;
  }
  .kuwait-bg-pattern {
    opacity: 0.02;
  }
  .kuwait-confetti {
    display: none;
  }
}

/* Very small screens */
@media (max-width: 400px) {
  .kuwait-banner-text .banner-separator {
    display: none;
  }
  .kuwait-banner-text .banner-en {
    display: block;
    margin-top: 2px;
  }
}

/* ---- Reduce motion for accessibility ---- */
@media (prefers-reduced-motion: reduce) {
  .kuwait-firework,
  .kuwait-sparkle,
  .kuwait-confetti-piece,
  .kuwait-popup-flag,
  .kuwait-popup-fireworks span,
  .kuwait-banner::before,
  .kuwait-flag-float,
  .kuwait-flag-svg {
    animation: none !important;
  }
  .kuwait-sparkle { opacity: 0.2; }
  .kuwait-firework { opacity: 0; }
  .kuwait-confetti-piece { opacity: 0; }
  .kuwait-popup-flag { transform: none; }
  .kuwait-popup-overlay {
    transition: none;
  }
  .kuwait-popup {
    transition: none;
  }
  .kuwait-banner::before {
    display: none;
  }
}
