.elementor-389 .elementor-element.elementor-element-93ebd6c{--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;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-93ebd6c:not(.elementor-motion-effects-element-type-background), .elementor-389 .elementor-element.elementor-element-93ebd6c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7FB;}.elementor-389 .elementor-element.elementor-element-93ebd6c.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-389 .elementor-element.elementor-element-93ebd6c{--width:100%;}}/* Start custom CSS */.quote-wrapper {
  max-width: 750px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Step Indicator */
.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.step-item {
  background: #eee;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  color: #777;
}

.step-item.active {
  background: #1ea2d7;
  color: #fff;
}

/* Steps */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

/* Inputs */
input, textarea, select {
  width: 100%;
  padding: 14px;
  margin: 12px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
}

/* Buttons */
button {
  padding: 12px 25px;
  background: #1ea2d7;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.btn-group {
  display: flex;
  justify-content: space-between;
}

.submit-btn {
  background: #00a86b;
}







.quote-wrapper {
  max-width: 750px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Steps */
.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.step-item {
  width: 35px;
  height: 35px;
  background: #eaeaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #777;
}

.step-item.active {
  background: #0f766e; /* Bourncom green */
  color: #fff;
}

/* Steps */
.form-step { display: none; }
.form-step.active { display: block; }

/* Inputs */
input, textarea, select {
  width: 100%;
  padding: 14px;
  margin: 12px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  transition: 0.3s;
}

input:focus, textarea:focus, select:focus {
  border-color: #0f766e;
  outline: none;
}

/* Buttons */
button {
  padding: 12px 25px;
  background: #0f766e;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.btn-group {
  display: flex;
  justify-content: space-between;
}

.submit-btn {
  background: #16a34a;
}

/* Success */
.success-message {
  display: none;
  text-align: center;
  margin-top: 20px;
  color: #16a34a;
  font-weight: 600;
}/* End custom CSS */