.elementor-28 .elementor-element.elementor-element-3719850{--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;}.elementor-28 .elementor-element.elementor-element-25245fb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-027f403 */body {
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  background: #f4f8fb;
}

/* Section */
.why-us {
  padding: 80px 20px;
  background: linear-gradient(135deg, #eaf3fb, #d9e9f7);
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* Features Grid */
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex: 1;
}

.feature {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.feature h3 {
  font-size: 16px;
  color: #0f2747;
}

/* Right Content */
.content {
  max-width: 420px;
}

.content h2 {
  font-size: 32px;
  color: #0f2747;
  margin-bottom: 10px;
}

.content h4 {
  color: #38bdf8;
  margin-bottom: 10px;
}

.content .highlight {
  color: #0f2747;
  font-weight: bold;
}

.content p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Button */
.btn {
  display: inline-block;
  padding: 12px 25px;
  background: #0f2747;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #1e3a8a;
}/* End custom CSS */