.elementor-5368 .elementor-element.elementor-element-4c590a4{--display:flex;overflow:visible;}.elementor-5368 .elementor-element.elementor-element-2b55f88 p{margin-block-end:1px;}/* Start custom CSS for text-editor, class: .elementor-element-2b55f88 *//* =========================================
   BAY AREA FAQ STYLE - SILICON CIRCUIT
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Roboto:wght@400;700&display=swap');

.bay-faq-container {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Roboto', sans-serif;
  padding: 40px 25px;
  background-color: #0f172a; /* خلفية داكنة تقنية */
  border: 1px solid #334155;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.1); /* توهج أزرق خفيف */
  position: relative;
  overflow: hidden;
}

/* خطوط الدوائر الإلكترونية الخلفية */
.bay-faq-container::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 150px; height: 150px;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(56, 189, 248, 0.05) 10px, rgba(56, 189, 248, 0.05) 12px);
  z-index: 0;
}

.bay-faq-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.bay-faq-header h2 {
  font-family: 'Share Tech Mono', monospace; /* خط رقمي */
  font-size: 32px;
  color: #38bdf8; /* أزرق سماوي نيون */
  text-transform: uppercase;
  margin-bottom: 5px;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
}

.bay-faq-header p {
  color: #94a3b8;
  font-size: 14px;
  letter-spacing: 1px;
}

/* الكرت */
details.bay-faq-item {
  background: rgba(30, 41, 59, 0.8);
  margin-bottom: 15px;
  border-left: 3px solid #38bdf8;
  border-radius: 0 4px 4px 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

details.bay-faq-item:hover {
  background: rgba(30, 41, 59, 1);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.2);
}

summary.bay-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.bay-faq-question::-webkit-details-marker { display: none; }

summary.bay-faq-question::after {
  content: '[+]';
  font-family: 'Share Tech Mono', monospace;
  color: #38bdf8;
  font-size: 18px;
}

details.bay-faq-item[open] summary.bay-faq-question::after {
  content: '[-]';
  color: #ef4444; /* أحمر عند الفتح */
}

/* الجواب */
.bay-faq-answer {
  padding: 0 20px 25px 20px;
  color: #cbd5e1;
  line-height: 1.7;
  font-size: 15px;
  border-top: 1px solid rgba(56, 189, 248, 0.1);
}

.bay-faq-answer strong {
  color: #38bdf8;
}/* End custom CSS */