.elementor-789 .elementor-element.elementor-element-56d8176{--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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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-789 .elementor-element.elementor-element-8195e95{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:30px;color:#000000;}.elementor-789 .elementor-element.elementor-element-1511fa8{--display:flex;border-style:dashed;--border-style:dashed;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:15px 15px 15px 15px;--padding-top:9px;--padding-bottom:9px;--padding-left:9px;--padding-right:9px;}.elementor-789 .elementor-element.elementor-element-5a9ce08{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:30px;color:#000000;}.elementor-789 .elementor-element.elementor-element-ff0dd1d{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:30px;color:#000000;}.elementor-789 .elementor-element.elementor-element-f4520c5 .elementor-heading-title{color:#AF35C2;}.elementor-789 .elementor-element.elementor-element-15449e0{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:30px;color:#000000;}.elementor-789 .elementor-element.elementor-element-86658c9 .elementor-heading-title{color:#000000;}.elementor-789 .elementor-element.elementor-element-855c62a{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:30px;color:#000000;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-cfa2091 */.centralize {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 15px;
}

/* ✅ باکس متن قابل کپی */
.copy-box {
  background-color: #d0bfe1;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: 'IRANYekan', sans-serif;
font-weight: 500;
font-size: 15px;
  color: #333333;
  max-width: 100%;
  word-break: break-word;
}

/* ✅ دکمه */
button {
  background-color: #d0bfe1;
  width: 100px;
  height: 30px;
  border: none;
  border-radius: 10px !important;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden !important;
  position: relative;
  transition-duration: 700ms;
}

button span:first-child,
button span:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 5px;
}

button span:first-child {
  color: #967fb9;
  opacity: 1;
  transition: opacity 300ms;
}

button span:last-child {
  color: #371f51;
  opacity: 0;
  transition: opacity 300ms;
}

button img {
  border-radius: 10px !important;
  display: inline-block;
}

.description {
  margin-top: 10px;
  color: #371f51;
}/* End custom CSS */