.elementor-5378 .elementor-element.elementor-element-4ed6b98{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-48ac826 *//* =========================================
   VANCOUVER FAQ STYLE - PACIFIC GLASS
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

.van-faq-container {
  max-width: 100%;
  margin: 60px auto;
  font-family: 'Lato', sans-serif;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f0f9ff 0%, #cbebff 100%); /* خلفية مائية فاتحة */
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

/* فقاعات خلفية جمالية */
.van-faq-container::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(0, 184, 148, 0.1); /* أخضر غابات */
  border-radius: 50%;
  z-index: 0;
}

.van-faq-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.van-faq-header h2 {
  font-size: 42px;
  font-weight: 900;
  color: #0984e3; /* أزرق محيطي */
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.van-faq-header p {
  color: #2d3436;
  font-size: 18px;
  font-weight: 700;
}

/* كرت السؤال - تصميم الزجاج */
details.van-faq-item {
  background: rgba(255, 255, 255, 0.7); /* شفافية */
  backdrop-filter: blur(10px); /* تأثير الضباب */
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  z-index: 1;
}

details.van-faq-item:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 45px rgba(9, 132, 227, 0.15);
  border-color: #0984e3;
}

summary.van-faq-question {
  padding: 25px;
  cursor: pointer;
  font-weight: 700;
  font-size: 19px;
  color: #2d3436;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.van-faq-question::-webkit-details-marker { display: none; }

/* أيقونة السهم المخصصة */
summary.van-faq-question::after {
  content: '❯';
  font-size: 20px;
  color: #00b894; /* أخضر */
  transition: transform 0.4s ease;
}

details.van-faq-item[open] summary.van-faq-question::after {
  transform: rotate(90deg);
  color: #0984e3;
}

/* الجواب */
.van-faq-answer {
  padding: 0 25px 30px 25px;
  color: #636e72;
  line-height: 1.8;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* الروابط */
.van-faq-answer a {
  color: #0984e3;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #81ecec;
  transition: background 0.3s;
}

.van-faq-answer a:hover {
  background-color: #81ecec;
  color: #2d3436;
}/* End custom CSS */