.elementor-890 .elementor-element.elementor-element-4aa519b{--display:flex;}.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-890 .elementor-element.elementor-element-906c64a{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:32px;color:#000000;}.elementor-890 .elementor-element.elementor-element-48fb54b{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:32px;color:#000000;}.elementor-890 .elementor-element.elementor-element-da542ad{--display:flex;}.elementor-890 .elementor-element.elementor-element-f4bc523{--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-890 .elementor-element.elementor-element-344bbaf{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:32px;color:#000000;}.elementor-890 .elementor-element.elementor-element-2b9d5f6{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:32px;color:#000000;}.elementor-890 .elementor-element.elementor-element-20748f6 .elementor-heading-title{font-family:"IRANYekanX", Sans-serif;font-size:32px;font-weight:600;}.elementor-890 .elementor-element.elementor-element-7c22f8f{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:32px;color:#000000;}.elementor-890 .elementor-element.elementor-element-790e3e1 .elementor-heading-title{font-family:"IRANYekanX", Sans-serif;font-size:31px;font-weight:600;}.elementor-890 .elementor-element.elementor-element-5d4a32a{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:32px;color:#000000;}.elementor-890 .elementor-element.elementor-element-5812ee5{text-align:justify;font-family:"IRANYekanX", Sans-serif;font-weight:400;line-height:32px;color:#000000;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-ec49908 */.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 */