.elementor-5360 .elementor-element.elementor-element-833ed05{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-4ff0d4e *//* =========================================
   HOUSTON FAQ STYLE - DEEP SPACE
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;900&family=Roboto:wght@400;700&display=swap');

.hou-faq-container {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Roboto', sans-serif;
  padding: 40px 25px;
  background-color: #0b0d17; /* أسود الفضاء */
  border: 1px solid #1e293b;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(66, 153, 225, 0.15); /* توهج أزرق */
  position: relative;
  overflow: hidden;
}

/* نجوم في الخلفية */
.hou-faq-container::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.1;
  z-index: 0;
}

.hou-faq-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

/* H1 داخل الـ FAQ */
.hou-faq-header h1 {
  font-family: 'Orbitron', sans-serif; /* خط فضائي */
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-shadow: 0 0 10px #fc3d21; /* توهج أحمر */
}

.hou-faq-header p {
  color: #60a5fa;
  font-size: 14px;
  letter-spacing: 2px;
}

/* الكرت */
details.hou-faq-item {
  background: rgba(30, 41, 59, 0.6);
  margin-bottom: 15px;
  border-left: 3px solid #fc3d21; /* برتقالي ناسا */
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(5px);
}

details.hou-faq-item:hover {
  background: rgba(30, 41, 59, 0.9);
  border-left-color: #60a5fa; /* يتحول للأزرق عند التحويم */
}

summary.hou-faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #e2e8f0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.hou-faq-question::-webkit-details-marker { display: none; }

summary.hou-faq-question::after {
  content: '🚀';
  font-size: 18px;
  transition: transform 0.3s;
}

details.hou-faq-item[open] summary.hou-faq-question::after {
  transform: rotate(45deg) translate(5px, -5px);
}

/* الجواب */
.hou-faq-answer {
  padding: 0 20px 25px 20px;
  color: #cbd5e1;
  line-height: 1.7;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hou-faq-answer strong {
  color: #fc3d21;
}/* End custom CSS */