.elementor-26696 .elementor-element.elementor-element-c9b7702{--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:150px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-26696 .elementor-element.elementor-element-d833af9{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-26696 .elementor-element.elementor-element-c99596c{text-align:center;}.elementor-26696 .elementor-element.elementor-element-c99596c .elementor-heading-title{font-family:"Nunito";font-size:40px;font-weight:700;color:#000000;}.elementor-26696 .elementor-element.elementor-element-a477d02{width:initial;max-width:initial;}@media(min-width:768px){.elementor-26696 .elementor-element.elementor-element-d833af9{--content-width:1200px;}}/* Start custom CSS for shortcode, class: .elementor-element-a477d02 *//* ---------- Multi-step progress bar styling (fixed numbering) ---------- */
.forminator-custom-form-26694 .forminator-pagination {
  margin-bottom: 30px;
}

/* Step container (the row of steps) */
.forminator-custom-form-26694 .forminator-pagination-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0;
  list-style: none;
  counter-reset: visible-step; /* fixed counter for visible steps only */
}

/* Each step circle */
.forminator-custom-form-26694 .forminator-step {
  position: relative;
  flex: 1;
  text-align: center;
}

/* Step circle design */
.forminator-custom-form-26694 .forminator-step::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(67,156,176,0.15);
  color: rgb(67,156,176);
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid rgba(67,156,176,0.3);
  font-family: nunito!important;
}

/* Fix skipped numbers: count only visible steps */
.forminator-custom-form-26694 .forminator-step:not([style*="display: none"])::before {
  counter-increment: visible-step;
  content: counter(visible-step);
}

/* Label text under circles */
.forminator-custom-form-26694 .forminator-step .forminator-step-label {
  display: block;
  margin-top: 8px;
  font-size: 15px!important;
  color: rgba(0,0,0,0.6);
  font-family: nunito!important;
}

/* Connector line between steps */
.forminator-custom-form-26694 .forminator-step::after {
  content: '';
  position: absolute;
  top: 18px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: rgba(67,156,176,0.25);
  z-index: 0;
  font-family: nunito!important;
}

/* Remove connector from last step */
.forminator-custom-form-26694 .forminator-step:last-child::after {
  display: none;
  font-family: nunito!important;
}

/* Active step */
.forminator-custom-form-26694 .forminator-step-active::before {
  background-color: rgb(67,156,176);
  color: #fff;
  border-color: rgb(67,156,176);
  box-shadow: 0 0 0 4px rgba(67,156,176,0.2);
  font-family: nunito!important;
}

.forminator-custom-form-26694 .forminator-step-active .forminator-step-label {
  color: rgb(67,156,176);
  font-weight: 600;
  font-family: nunito!important;
}

/* Completed (previous) steps */
.forminator-custom-form-26694 .forminator-step.forminator-step--completed::before {
  background-color: rgb(67,156,176);
  color: #fff;
  border-color: rgb(67,156,176);
  font-family: nunito!important;
}

.forminator-custom-form-26694 .forminator-step.forminator-step--completed .forminator-step-label {
  color: rgb(67,156,176);
  font-family: nunito!important;
}












.forminator-custom-form-26694 .forminator-button {
  background-color: rgb(67,156,176);
  color: #fff;
  font-family: nunito!important;
  font-size: 16px!important;
  font-weight: bold!important;
  border-radius: 8px!important;
  width: 150px!important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d833af9 *//* ---------- Frosted glass background for .buy-sell-bg ---------- */
.buy-sell-bg {
  /* Basic layout */
  position: relative;
  padding: 30px;
  border-radius: 20px;

  /* Glassmorphism background */
  background: rgba(255, 255, 255, 0.25); /* translucent white layer */
  backdrop-filter: blur(12px);           /* the blur effect */
  -webkit-backdrop-filter: blur(12px);   /* Safari support */
  
  /* Border & shadow for depth */
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);

  /* Optional text color for contrast */
  color: #0a0a0a;
}

/* Optional: slightly stronger glass look on hover */
.buy-sell-bg:hover {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c9b7702 *//* ---------- Frosted glass background for .buy-sell-bg ---------- */
.buy-sell-bg {
  /* Basic layout */
  position: relative;
  padding: 40px;
  border-radius: 20px;

  /* Glassmorphism background */
  background: rgba(255, 255, 255, 0.25); /* translucent white layer */
  backdrop-filter: blur(12px);           /* the blur effect */
  -webkit-backdrop-filter: blur(12px);   /* Safari support */
  
  /* Border & shadow for depth */
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);

  /* Optional text color for contrast */
  color: #0a0a0a;
}

/* Optional: slightly stronger glass look on hover */
.buy-sell-bg:hover {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}/* End custom CSS */