.elementor-9620 .elementor-element.elementor-element-f0d9058{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9620 .elementor-element.elementor-element-cce1beb{--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-widget-hotspot .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-hotspot{--hotspot-color:var( --e-global-color-primary );--hotspot-box-color:var( --e-global-color-secondary );--tooltip-color:var( --e-global-color-secondary );}.elementor-widget-hotspot .e-hotspot__label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-hotspot .e-hotspot__tooltip{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-9620 .elementor-element.elementor-element-05c8f6d .elementor-repeater-item-7976551{right:91%;--hotspot-translate-x:91%;top:31%;--hotspot-translate-y:31%;}.elementor-9620 .elementor-element.elementor-element-05c8f6d .elementor-repeater-item-b50ba43{right:77%;--hotspot-translate-x:77%;top:31%;--hotspot-translate-y:31%;}.elementor-9620 .elementor-element.elementor-element-05c8f6d .e-hotspot--tooltip-position{right:initial;bottom:calc(100% + 5px );left:initial;top:initial;}.elementor-9620 .elementor-element.elementor-element-05c8f6d{--hotspot-color:#C69C2C6B;--hotspot-size:34px;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-hotspot .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-hotspot .e-hotspot__label{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-hotspot .e-hotspot__tooltip{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-hotspot .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-hotspot .e-hotspot__label{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-hotspot .e-hotspot__tooltip{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-6f2ad9c */.zarei-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 80px 0;
  position: relative;
}

.zarei-step {
  width: 220px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  text-decoration: none;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
}

.zarei-step.show {
  opacity: 1;
  transform: translateY(0);
}

.zarei-step:hover {
  transform: translateY(-8px);
}

.zarei-icon {
  font-size: 34px;
  margin-bottom: 10px;
  color: #0F2B46;
  transition: 0.3s;
}

.zarei-step:hover .zarei-icon {
  color: #C9A227;
}

.zarei-title {
  font-weight: bold;
  color: #0F2B46;
  margin-bottom: 6px;
}

.zarei-desc {
  font-size: 13px;
  color: #4A4A4A;
}

.zarei-line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background: #C9A227;
  width: 0;
  transition: width 1s ease;
}

.zarei-line.show {
  width: 100%;
}

@media (max-width: 768px) {
  .zarei-flow {
    flex-direction: column;
    align-items: center;
  }
  .zarei-line {
    display: none;
  }
}/* End custom CSS */