.elementor-5364 .elementor-element.elementor-element-e878b87{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-b407ac5 *//* =========================================
   KANSAS CITY FAQ STYLE - FOUNTAIN FLOW
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');

.kc-faq-container {
  max-width: 100%;
  margin: 60px auto;
  font-family: 'Poppins', sans-serif;
  padding: 40px 25px;
  background: linear-gradient(180deg, #e3f2fd 0%, #ffffff 100%); /* تدفق مائي */
  border-radius: 24px;
  border: 2px solid #bbdefb;
  position: relative;
  overflow: hidden;
}

/* زخرفة مائية في الخلفية */
.kc-faq-container::before {
  content: '⛲';
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 150px;
  opacity: 0.05;
  transform: rotate(15deg);
  pointer-events: none;
}

.kc-faq-header {
  text-align: center;
  margin-bottom: 45px;
}

.kc-faq-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0d47a1; /* أزرق ملكي */
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

.kc-faq-header p {
  color: #1976d2;
  font-size: 18px;
  font-weight: 600;
}

/* الكرت */
details.kc-faq-item {
  background: #ffffff;
  margin-bottom: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(33, 150, 243, 0.1);
  border-left: 6px solid #2196f3; /* خط أزرق جانبي */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

details.kc-faq-item:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(33, 150, 243, 0.2);
}

summary.kc-faq-question {
  padding: 22px 25px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  color: #37474f;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.kc-faq-question::-webkit-details-marker { display: none; }

/* أيقونة الماء */
summary.kc-faq-question::after {
  content: '💧';
  font-size: 20px;
  transition: transform 0.4s ease;
  filter: grayscale(100%);
  opacity: 0.5;
}

details.kc-faq-item[open] summary.kc-faq-question::after {
  transform: scale(1.4);
  filter: grayscale(0%);
  opacity: 1;
  content: '🌊'; /* تتحول لموجة عند الفتح */
}

/* الجواب */
.kc-faq-answer {
  padding: 0 25px 30px 25px;
  color: #546e7a;
  line-height: 1.8;
  font-size: 16px;
  animation: ripple 0.4s ease-out;
}

@keyframes ripple {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* الروابط داخل الجواب */
.kc-faq-answer a {
  color: #d32f2f; /* أحمر (لون فريق Chiefs) للتباين */
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px dotted #d32f2f;
}/* End custom CSS */