.elementor-5372 .elementor-element.elementor-element-2723f3f{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-2e09782 *//* =========================================
   MONTERREY FAQ STYLE - INDUSTRIAL MOUNTAIN
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

.mty-faq-container {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Montserrat', sans-serif;
  padding: 40px 25px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 6px solid #002E6D; /* أزرق مونتيري */
  border-bottom: 6px solid #F05A28; /* برتقالي صناعي */
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.mty-faq-header {
  text-align: left;
  margin-bottom: 40px;
}

.mty-faq-header h2 {
  font-size: 36px;
  color: #1e293b;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.mty-faq-header p {
  color: #64748b;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* الكرت */
details.mty-faq-item {
  background: #ffffff;
  margin-bottom: 15px;
  border-left: 4px solid #cbd5e1;
  transition: all 0.3s ease;
}

details.mty-faq-item:hover {
  border-left-color: #002E6D;
  transform: translateX(5px);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}

summary.mty-faq-question {
  padding: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  color: #334155;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.mty-faq-question::-webkit-details-marker { display: none; }

summary.mty-faq-question::after {
  content: '+';
  font-size: 24px;
  color: #F05A28;
  font-weight: 300;
}

details.mty-faq-item[open] summary.mty-faq-question::after {
  content: '-';
  color: #002E6D;
}

/* الجواب */
.mty-faq-answer {
  padding: 0 20px 25px 20px;
  color: #475569;
  line-height: 1.7;
  font-size: 15px;
  border-top: 1px solid #f1f5f9;
}

.mty-faq-answer strong {
  color: #002E6D;
}/* End custom CSS */