.elementor-30183 .elementor-element.elementor-element-fa47c83{--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-30183 .elementor-element.elementor-element-809c6f7{--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-30183 .elementor-element.elementor-element-91ee8bb{--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-30183 .elementor-element.elementor-element-6bcc51a{--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-3c5911b */body {
  margin: 0;
  font-family: "Tahoma", Arial, sans-serif;
  background-color: #f4eadc;
  color: #3b2f2f;
  line-height: 1.8;
}

.hero {
  text-align: center;
  padding: 60px 20px;
  background: #f1e4d2;
  border-bottom: 1px solid #e0d2bf;
}

.hero h1 {
  margin-bottom: 20px;
  font-size: 32px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce87ee5 */body {
  margin: 0;
  font-family: "Tahoma", Arial, sans-serif;
  background-color: #f4eadc;
  color: #3b2f2f;
  line-height: 1.8;
}

.safety-section {
  padding: 80px 20px;
}

.container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 32px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  width: 60%;
  height: 3px;
  background: linear-gradient(to right, #c8a97e, #8b6b4f);
  position: absolute;
  bottom: -8px;
  right: 20%;
  border-radius: 5px;
}

.section-subtitle {
  color: #6b5b4d;
  margin-bottom: 40px;
  font-size: 16px;
}

.safety-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  text-align: right;
  transition: 0.3s ease;
}

.safety-card:hover {
  transform: translateY(-5px);
}

.safety-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.safety-list li {
  margin-bottom: 15px;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.icon {
  color: #8b6b4f;
  font-weight: bold;
  margin-left: 10px;
}

.tests-title {
  margin-top: 20px;
  font-size: 18px;
}

.tests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.test-item {
  background: #f8f3ec;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}

.test-item:hover {
  background: #e7d8c7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a48c174 */.section {
  padding: 50px 20px;
  max-width: 1100px;
  margin: auto;
}

.section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
}
.tech-card {
  background: #efe1cd;
  padding: 25px 20px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 30px;
}

/* الصف الأول */
.tech-card:nth-child(1) { grid-column: 1 / span 2; }
.tech-card:nth-child(2) { grid-column: 3 / span 2; }
.tech-card:nth-child(3) { grid-column: 5 / span 2; }

/* الصف التاني (تحت الفراغات) */
.tech-card:nth-child(4) { grid-column: 2 / span 2; }
.tech-card:nth-child(5) { grid-column: 4 / span 2; }
.tech-card:hover {
  transform: translateY(-6px);
}

.tech-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.tech-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.tech-card p {
  font-size: 14px;
  margin-bottom: 12px;
}

.tech-card .result {
  display: block;
  font-weight: bold;
  color: #5a3f2f;
}
/* موبايل */
@media (max-width: 768px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }
}

/* للموبايل */
@media (max-width: 768px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }

  .tech-card:nth-child(4),
  .tech-card:nth-child(5) {
    grid-column: auto;
    max-width: none;
  }
}


/* للموبايل نخليهم تحت بعض */
@media (max-width: 768px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcac4c6 *//* ===== Section General ===== */
.section {
  padding: 70px 20px;
  text-align: center;
}

/* ===== Highlight Section ===== */
.highlight {
  border-radius: 20px;
  margin: 40px 0;
}

.highlight h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.highlight p {
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.7;
  font-size: 16px;
  color: #444;
}

/* ===== Benefits Grid ===== */
.benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* الصف الأول */
.benefit-item:nth-child(1) { grid-column: 1 / 3; }
.benefit-item:nth-child(2) { grid-column: 3 / 5; }
.benefit-item:nth-child(3) { grid-column: 5 / 7; }

/* الصف الثاني (في النص) */
.benefit-item:nth-child(4) { grid-column: 2 / 4; }
.benefit-item:nth-child(5) { grid-column: 4 / 6; }


.benefit-item {
  background: #efe1cd;
  padding: 18px 20px;
  border-radius: 50px; /* كيرف كامل */
  font-weight: 600;
  transition: 0.3s ease;

  display: flex;
  align-items: center;
  gap: 12px;
  text-align: right;
}

.benefit-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.benefit-item span {
  font-size: 15px;
}

.benefit-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* ===== CTA Section ===== */
.cta {
  background: #efe1cd;
  color: #fff;
  border-radius: 20px;
  margin: 40px 0;
}

.cta h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.cta p {
  margin-bottom: 30px;
  font-size: 16px;
  opacity: 0.9;
}

/* CTA Button */
.cta button {
  background: #c8a46a;
  color: #fff;
  border: none;
  padding: 14px 35px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.cta button:hover {
  background: #b89358;
  transform: scale(1.05);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .highlight h2,
  .cta h2 {
    font-size: 22px;
  }

}
@media (max-width: 768px) {
  .benefits {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-item {
    grid-column: auto !important;
  }
}

@media (max-width: 500px) {
  .benefits {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */