.elementor-8336 .elementor-element.elementor-element-1a9bc64{padding:20px 20px 20px 20px;}.elementor-8336 .elementor-element.elementor-element-5a0f16d > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-8336 .elementor-element.elementor-element-5a0f16d .elementor-accordion-item{border-width:0px;border-color:#FFD959;}.elementor-8336 .elementor-element.elementor-element-5a0f16d .elementor-accordion-item .elementor-tab-content{border-width:0px;border-block-start-color:#FFD959;}.elementor-8336 .elementor-element.elementor-element-5a0f16d .elementor-accordion-item .elementor-tab-title.elementor-active{border-width:0px;border-block-end-color:#FFD959;}.elementor-8336 .elementor-element.elementor-element-5a0f16d .elementor-tab-title{background-color:#F5F5F5;padding:11px 11px 11px 11px;}.elementor-8336 .elementor-element.elementor-element-5a0f16d .elementor-accordion-icon{margin-inline-end:10px;}.elementor-8336 .elementor-element.elementor-element-5a0f16d .elementor-tab-content{padding:10px 10px 10px 10px;}/* Start custom CSS for html, class: .elementor-element-d74fb47 */.bd-hero {
  background: #ffffff;
  padding: 70px 20px;
  font-family: Tahoma, Arial, sans-serif;
  direction: rtl;
}

.bd-hero-inner {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.bd-hero-top {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  color: #555;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.bd-hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.35;
  margin-bottom: 18px;
}

.bd-hero h1 span {
  color: #3b5cff;
  position: relative;
}

.bd-hero h1 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #3b5cff;
  border-radius: 2px;
}

.bd-hero-desc {
  font-size: 16px;
  color: #555;
  max-width: 720px;
  margin: 0 auto 36px;
  line-height: 1.8;
}

.bd-trust {
  margin-bottom: 36px;
}

.bd-trust > span {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.bd-logos {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #999;
  flex-wrap: wrap;
}

.bd-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
}

.btn-primary {
  background: #14b8a6;
  color: #fff;
  padding: 14px 34px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.btn-secondary {
  border: 1px solid #d1d5db;
  color: #111;
  padding: 14px 34px;
  border-radius: 12px;
  font-size: 16px;
  text-decoration: none;
  background: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .bd-hero h1 {
    font-size: 30px;
  }
  .bd-logos {
    font-size: 16px;
    gap: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59cf5a6 */.bd-reviews {
  margin: auto;
  padding: 49px 50px;
  background: #f8f9fb;
  border-radius: 25px;
}

.bd-header {
  margin-bottom: 40px;
}

.bd-badge {
  display: inline-block;
  background: #ffe082;
  color: #111;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

.bd-header h2 {
  margin: 16px 0 10px;
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.bd-header p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.bd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bd-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,.06);
}

.bd-card h3 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #111;
}

.bd-stars {
  color: #ffb400;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bd-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.bd-author {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #777;
}

.bd-brand {
  text-align: center;
}

.bd-brand img {
  max-width: 110px;
  margin-bottom: 12px;
  opacity: .9;
}

/* Responsive */
@media (max-width: 992px) {
  .bd-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bd-grid {
    grid-template-columns: 1fr;
  }
  .bd-header h2 {
    font-size: 22px;
  }
}/* End custom CSS */