/* =========================
   Hazel Bottom Text Section
========================= */

.hazel-bottom-text {
  text-align: center !important;
  padding: 45px 20px !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  direction: rtl !important;
}

.hazel-bottom-title {
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  color: #111111 !important;
  margin-bottom: 12px !important;
}

.hazel-bottom-desc {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 2 !important;
  color: #555555 !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}


/* =========================
   Hazel Top Marquee
========================= */

.hazel-top-marquee {
  width: 100%;
  overflow: hidden;
  background: #050B18;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(30, 144, 255, 0.35);
  padding: 10px 0;
  direction: rtl;
}

.hazel-marquee-track {
  display: flex;
  width: max-content;
  gap: 42px;
  animation: hazel-marquee 30s linear infinite;
  white-space: nowrap;
}

.hazel-marquee-track span {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}


/* =========================
   Marquee Animation
========================= */

@keyframes hazel-marquee {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}


/* =========================
   Mobile Responsive
========================= */

@media (max-width: 768px) {
  .hazel-bottom-title {
    font-size: 24px !important;
  }

  .hazel-bottom-desc {
    font-size: 15px !important;
  }

  .hazel-bottom-text {
    padding: 32px 18px !important;
  }

  .hazel-marquee-track {
    gap: 28px;
    animation-duration: 24s;
  }

  .hazel-marquee-track span {
    font-size: 13px;
  }
}.hazel-saudi-made {
  direction: rtl;
  text-align: center;
  background: linear-gradient(135deg, #050B18 0%, #071B3A 100%);
  border: 1px solid rgba(30, 144, 255, 0.25);
  border-radius: 18px;
  padding: 28px 20px;
  margin: 24px auto;
  max-width: 900px;
}

.hazel-saudi-badge {
  display: inline-block;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 10px;
}

.hazel-saudi-desc {
  color: #B8C2D6;
  font-size: 16px;
  line-height: 2;
  max-width: 720px;
  margin: 0 auto;