.elementor-30170 .elementor-element.elementor-element-1aabb8e{--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-30170 .elementor-element.elementor-element-1a06b97{--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-30170 .elementor-element.elementor-element-709a69e{--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-30170 .elementor-element.elementor-element-677b887{--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-6a78846 */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-1603738 */body {
  margin: 0;
  font-family: "Tahoma", Arial, sans-serif;
  background-color: #f4eadc;
  color: #3b2f2f;
  line-height: 1.8;
  direction: ltr;
}

.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;
  left: 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: left;
  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-right: 10px; /* switched from left to right */
}

.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-5524592 *//* ===== Section General ===== */
.section {
  padding: 70px 20px;
  text-align: center;
  direction: ltr;
}

/* ===== Highlight Section ===== */
.highlight {
  background: #f1e4d2
  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;
}

/* First Row */
.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; }

/* Second Row (Centered) */
.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: left; /* changed for LTR */
}

.benefit-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.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;
  }

  .benefits {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-item {
    grid-column: auto !important;
  }
}

@media (max-width: 500px) {
  .benefits {
    grid-template-columns: 1fr;
  }
}
.section + .section {
  margin-top: 40px;
}/* End custom CSS */