.elementor-5376 .elementor-element.elementor-element-efcc8c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-5af07ca *//* =========================================
   TORONTO CITY FAQ STYLES
   ========================================= */

/* الحاوية الرئيسية */
.to-faq-container {
  max-width: 100%;
  margin: 50px 0;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}

/* رأس القسم */
.to-faq-header {
  text-align: center;
  margin-bottom: 45px;
}

.to-faq-header h2 {
  color: #1e293b;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}

/* خط أحمر تحت العنوان (لمسة كندية) */
.to-faq-header h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #ef4444; /* أحمر كندي */
  margin: 15px auto 0;
  border-radius: 2px;
}

/* صندوق السؤال */
details.to-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #cbd5e1; /* خط رمادي افتراضي */
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* تأثير التحويم */
details.to-faq-item:hover {
  border-left-color: #ef4444; /* يتحول للأحمر عند التحويم */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* عند الفتح */
details.to-faq-item[open] {
  border-left-color: #ef4444;
  border-color: #cbd5e1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* عنوان السؤال (الزر) */
summary.to-faq-question {
  padding: 20px 25px;
  font-weight: 700;
  font-size: 18px;
  color: #334155;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.to-faq-question::-webkit-details-marker { display: none; }

/* الأيقونة (ورقة قيقب كندية) */
summary.to-faq-question::after {
  content: "🍁"; /* ورقة القيقب */
  font-size: 20px;
  filter: grayscale(100%); /* رمادية في البداية */
  transition: transform 0.3s, filter 0.3s;
}

details[open] summary.to-faq-question::after {
  transform: rotate(45deg);
  filter: grayscale(0%); /* تصبح حمراء (طبيعية) عند الفتح */
}

/* محتوى الجواب */
.to-faq-answer {
  padding: 0 25px 25px 25px;
  color: #475569;
  line-height: 1.7;
  font-size: 16px;
}

/* تمييز الكلمات المفتاحية */
.to-keyword {
  color: #ef4444; /* أحمر */
  font-weight: 600;
  background-color: #fef2f2; /* خلفية حمراء باهتة جداً */
  padding: 0 4px;
  border-radius: 4px;
}

.to-faq-answer a {
  color: #3b82f6;
  text-decoration: none;
  border-bottom: 1px dotted #3b82f6;
}/* End custom CSS */