.elementor-5230 .elementor-element.elementor-element-b373cad{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-be30c8e *//* =========================================
   NYC FAQ STYLE - EMPIRE CONCRETE
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:wght@400;700&display=swap');

.nyc-faq-container {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Roboto', sans-serif;
  padding: 40px 25px;
  background-color: #f1f2f6; /* لون الخرسانة الفاتح */
  border-left: 8px solid #f7b900; /* أصفر التاكسي */
  box-shadow: 10px 10px 0px #2f3640; /* ظل صلب */
  position: relative;
}

.nyc-faq-header {
  text-align: left;
  margin-bottom: 40px;
  border-bottom: 2px solid #2f3640;
  padding-bottom: 20px;
}

.nyc-faq-header h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  color: #2f3640;
  margin: 0;
  letter-spacing: 1px;
}

.nyc-faq-header p {
  color: #7f8c8d;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}

/* الكرت */
details.nyc-faq-item {
  background: #ffffff;
  margin-bottom: 15px;
  border: 1px solid #dcdde1;
  transition: all 0.3s ease;
}

details.nyc-faq-item:hover {
  border-color: #f7b900;
  transform: translateX(10px);
}

summary.nyc-faq-question {
  padding: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  color: #2f3640;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.nyc-faq-question::-webkit-details-marker { display: none; }

/* أيقونة السهم */
summary.nyc-faq-question::after {
  content: '▼';
  font-size: 14px;
  color: #f7b900;
  transition: transform 0.3s;
}

details.nyc-faq-item[open] summary.nyc-faq-question::after {
  transform: rotate(180deg);
}

/* الجواب */
.nyc-faq-answer {
  padding: 0 20px 25px 20px;
  color: #576574;
  line-height: 1.8;
  font-size: 16px;
  border-top: 1px solid #f1f2f6;
}

/* تمييز الكلمات المفتاحية */
.nyc-keyword {
  background-color: #f7b900;
  color: #000;
  padding: 0 4px;
  font-weight: 700;
}/* End custom CSS */