.elementor-4265 .elementor-element.elementor-element-c3b4e6a{--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;}/* Start custom CSS for text-editor, class: .elementor-element-26292d5 *//* Article Base Style */
.elementor-widget-container {
  direction: rtl;
  text-align: justify;
  line-height: 1.9;
  font-size: 17px;
  color: #444;
}

/* H2 Styling */
.elementor-widget-container h2 {
  font-size: 26px;
  font-weight: 700;
  color: #b8860b; /* gold */
  border-right: 5px solid #b8860b;
  padding: 8px 14px;
  margin-top: 45px;
  background: #f9f7f2;
  border-radius: 8px;
}

/* H3 Styling */
.elementor-widget-container h3 {
  font-size: 21px;
  font-weight: 600;
  color: #222;
  margin-top: 25px;
  position: relative;
}
.elementor-widget-container h3:before {
  content: "▪";
  color: #b8860b;
  margin-left: 6px;
}

/* Bullet Lists */
.elementor-widget-container ul {
  padding-right: 20px;
  margin: 15px 0;
}
.elementor-widget-container ul li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #333;
}
.elementor-widget-container ul li:before {
  content: "✔";
  color: #b8860b;
  margin-left: 8px;
}

/* Highlight Boxes (for important notes) */
.highlight-box {
  background: #fff6d5;
  border-right: 4px solid #b8860b;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: 600;
  color: #684e00;
}

/* Call To Action Banner */
.cta-box {
  background: linear-gradient(135deg, #b8860b, #000);
  color: #fff;
  padding: 23px;
  border-radius: 12px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin: 32px 0;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
  transition: 0.3s;
}
.cta-box:hover {
  transform: scale(1.02);
}

/* FAQ Accordion Style */
.faq-item {
  background: #f2f2f2;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  border-right: 3px solid #b8860b;
  transition: 0.25s;
}
.faq-item:hover {
  background: #e6e2d5;
}

/* Table Styling */
.elementor-widget-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 16px;
}
.elementor-widget-container table th {
  background: #464646;
  color: #fff;
  padding: 12px;
}
.elementor-widget-container table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.elementor-widget-container table tr:nth-child(even) {
  background: #f7f7f7;
}

/* Mobile Responsive */
@media(max-width:768px) {
  .elementor-widget-container {
    font-size: 16px;
  }
  .elementor-widget-container h2 {
    font-size: 22px;
  }
  .elementor-widget-container h3 {
    font-size: 19px;
  }
}/* End custom CSS */