.elementor-5362 .elementor-element.elementor-element-724fab8{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-a44ffed *//* =========================================
   PHILLY FAQ STYLE - EAGLES SPIRIT
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Graduate&family=Roboto:wght@400;700&display=swap');

.phl-faq-container {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Roboto', sans-serif;
  padding: 40px 25px;
  background-color: #f8f9fa;
  border-top: 8px solid #004C54; /* Eagles Green */
  border-bottom: 8px solid #A5ACAF; /* Silver */
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 76, 84, 0.15);
}

.phl-faq-header {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 15px;
}

/* H1 داخل الـ FAQ كما طلبت */
.phl-faq-header h1 {
  font-family: 'Graduate', serif; /* خط رياضي */
  font-size: 32px;
  color: #004C54;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.phl-faq-header p {
  color: #565a5c;
  font-size: 15px;
  font-weight: 600;
}

/* الكرت */
details.phl-faq-item {
  background: #ffffff;
  margin-bottom: 12px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

details.phl-faq-item:hover {
  border-color: #004C54;
  box-shadow: 0 0 10px rgba(0, 76, 84, 0.1);
}

summary.phl-faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  color: #333;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.phl-faq-question::-webkit-details-marker { display: none; }

summary.phl-faq-question::after {
  content: '🔔';
  font-size: 18px;
  transition: transform 0.3s;
}

details.phl-faq-item[open] summary.phl-faq-question::after {
  transform: rotate(20deg) scale(1.2);
}

/* الجواب */
.phl-faq-answer {
  padding: 0 20px 25px 20px;
  color: #495057;
  line-height: 1.7;
  font-size: 16px;
  border-top: 1px dashed #ced4da;
}

.phl-faq-answer strong {
  color: #9e1b32; /* أحمر فيلادلفيا */
}/* End custom CSS */