.elementor-4174 .elementor-element.elementor-element-119261c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4174 .elementor-element.elementor-element-448948f{--display:flex;}.elementor-4174 .elementor-element.elementor-element-fe675cd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 9px 0px;}.elementor-4174 .elementor-element.elementor-element-d7c4db9{--display:flex;}.elementor-4174 .elementor-element.elementor-element-4166be9 > .elementor-widget-container{margin:0px 0px 38px 0px;}.elementor-4174 .elementor-element.elementor-element-fe0c9e6{--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-4174 .elementor-element.elementor-element-352a4e8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:50px;--margin-right:0px;}@media(max-width:1024px){.elementor-4174 .elementor-element.elementor-element-352a4e8{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-4174 .elementor-element.elementor-element-352a4e8{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-f7d5956 */.equip-features {
  background: #f5f5f5;
}

.equip-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}


.equip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.equip-card {
  background: #BC875B;
  color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: 0.3s ease;
}

.equip-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.equip-icon {
  background: #fff;
  color: #f59e0b;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin: auto;
  font-size: 28px;
  margin-bottom: 20px;
}

.equip-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.equip-card p {
  font-size: 14px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
  .equip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .equip-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .equip-card {
    padding: 25px 15px;
  }

  .equip-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }

  .equip-card h3 {
    font-size: 16px;
  }

  .equip-card p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for ct_ctf7, class: .elementor-element-2a10b2c */.pf-quote {
  max-width: 900px;
  margin: auto;
  padding: 30px;
  background: #f9fafb;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* TITLE */
.pf-quote h2 {
  text-align: center;
  color: #BC875B;
  margin-bottom: 20px;
}

/* CARD */
.pf-card {
  background: #f6f1e6;
  border: 1px solid #d4af37;
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 15px;
}

/* GRID */
.pf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 10px;
}

/* FIELD */
.pf-field label {
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  color: #444;
}

/* INPUT */
.pf-field input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 13px;
}

/* RADIO */
.wpcf7-list-item {
  margin-right: 15px;
}

/* CHECKBOX */
.pf-check {
  font-size: 12px;
  margin: 10px 0;
}

/* BUTTON RIGHT */
.pf-btn-wrap {
  display: flex;
  justify-content: flex-end;
}

/* BUTTON */
.pf-btn {
  background: linear-gra/* End custom CSS */