.elementor-5980 .elementor-element.elementor-element-4270537{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-5980 .elementor-element.elementor-element-4270537:not(.elementor-motion-effects-element-type-background), .elementor-5980 .elementor-element.elementor-element-4270537 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-5980 .elementor-element.elementor-element-4270537.e-con{--align-self:center;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-5980 .elementor-element.elementor-element-2c1b48f{text-align:center;}.elementor-5980 .elementor-element.elementor-element-b152eda{--display:flex;}.elementor-5980 .elementor-element.elementor-element-b152eda:not(.elementor-motion-effects-element-type-background), .elementor-5980 .elementor-element.elementor-element-b152eda > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-5980 .elementor-element.elementor-element-8e31695{text-align:center;}.elementor-widget-spacer .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-spacer .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5980 .elementor-element.elementor-element-6022d7a{--spacer-size:50px;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-5980 .elementor-element.elementor-element-5e03787{font-size:18px;line-height:36px;}.elementor-5980 .elementor-element.elementor-element-511a14d{text-align:center;}.elementor-5980 .elementor-element.elementor-element-aea6a68{--display:flex;}.elementor-5980 .elementor-element.elementor-element-aea6a68:not(.elementor-motion-effects-element-type-background), .elementor-5980 .elementor-element.elementor-element-aea6a68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-5980 .elementor-element.elementor-element-25e2805{--spacer-size:50px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-button .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-button .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5980 .elementor-element.elementor-element-b59cb67 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Black Ops One", Sans-serif;font-size:27px;font-weight:600;letter-spacing:0.8px;}.elementor-5980 .elementor-element.elementor-element-b59cb67 .elementor-button-content-wrapper{flex-direction:row-reverse;}@media(min-width:768px){.elementor-5980 .elementor-element.elementor-element-b152eda{--width:77%;}}@media(max-width:767px){.elementor-5980 .elementor-element.elementor-element-4270537{--justify-content:center;--flex-wrap:wrap;}.elementor-5980 .elementor-element.elementor-element-b152eda{--width:1600px;}}/* Start custom CSS for text-editor, class: .elementor-element-5e03787 */.container {
    direction: rtl;
    text-align: right;
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  h3 {
    color: #e9a800;
    text-align: center;
    margin-bottom: 20px;
  }
  p {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
  }
  ol > li {
    counter-increment: item;
    margin-bottom: 15px;
    line-height: 1.6;
    position: relative;
    padding-right: 25px;
  }
  ol > li::before {
    content: counter(item) ".";
    position: absolute;
    right: 0;
    color: #e9a800;
    font-weight: bold;
  }
  a {
    color: #e9a800;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }/* End custom CSS */