.elementor-5374 .elementor-element.elementor-element-b02a114{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-d2eb4eb *//* =========================================
   GUADALAJARA FAQ STYLE - AGAVE FIELDS
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Sancreek&family=Lato:wght@400;700&display=swap');

.gdl-faq-container {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Lato', sans-serif;
  padding: 40px 25px;
  background-color: #fffaf0; /* لون كريمي فاتح */
  border: 2px solid #a4c639; /* أخضر الأغاف */
  border-radius: 20px;
  background-image: repeating-linear-gradient(45deg, rgba(164, 198, 57, 0.05) 0px, rgba(164, 198, 57, 0.05) 10px, transparent 10px, transparent 20px);
}

.gdl-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.gdl-faq-header h2 {
  font-family: 'Sancreek', serif; /* خط مكسيكي كلاسيكي */
  font-size: 38px;
  color: #8b4513; /* بني ترابي */
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.gdl-faq-header p {
  color: #009c3b;
  font-weight: 700;
  font-size: 16px;
}

/* الكرت */
details.gdl-faq-item {
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 0 #cd5c5c; /* ظل أحمر هندي */
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

details.gdl-faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 0 #cd5c5c;
}

summary.gdl-faq-question {
  padding: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.gdl-faq-question::-webkit-details-marker { display: none; }

/* أيقونة الصبار */
summary.gdl-faq-question::after {
  content: '🌵';
  font-size: 24px;
  transition: transform 0.4s;
}

details.gdl-faq-item[open] summary.gdl-faq-question::after {
  transform: rotate(360deg) scale(1.2);
  content: '🌮'; /* تتحول لتاكو عند الفتح */
}

/* الجواب */
.gdl-faq-answer {
  padding: 0 20px 25px 20px;
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  border-top: 1px dashed #a4c639;
}

.gdl-faq-answer strong {
  color: #c8102e;
}/* End custom CSS */