.elementor-5370 .elementor-element.elementor-element-4ce115b{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-96cb1da *//* =========================================
   MEXICO CITY FAQ STYLE - VIBRANT & CLEAN
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');

.mx-faq-wrapper {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  padding: 10px;
}

/* عنوان القسم */
.mx-faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.mx-faq-head h2 {
  font-size: 32px;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

/* زخرفة تحت العنوان */
.mx-faq-head h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #006847, #ce1126); /* علم المكسيك */
  margin-top: 10px;
  border-radius: 4px;
}

/* حاوية السؤال */
.mx-faq-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 15px;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}

.mx-faq-card:hover {
  border-color: #e91e63; /* وردي عند التحويم */
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* السؤال (الزر) */
.mx-faq-trigger {
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  color: #2d3748;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  background: #f8f9fa;
}

.mx-faq-trigger::-webkit-details-marker { display: none; }

/* الأيقونة (+/-) */
.mx-faq-trigger::after {
  content: '+';
  font-size: 24px;
  color: #e91e63; /* وردي */
  font-weight: 700;
  transition: transform 0.3s;
}

.mx-faq-card[open] .mx-faq-trigger::after {
  content: '-';
  transform: rotate(180deg);
  color: #006847; /* أخضر */
}

/* الجواب */
.mx-faq-content {
  padding: 25px;
  color: #4a5568;
  line-height: 1.7;
  font-size: 16px;
  border-top: 1px solid #eee;
  background: #fff;
}

/* تحسين الروابط داخل النص */
.mx-faq-content a {
  color: #d97706;
  text-decoration: underline;
  font-weight: 600;
}/* End custom CSS */