.elementor-8025 .elementor-element.elementor-element-b7b39fb{--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-8025 .elementor-element.elementor-element-b7b39fb.e-con{--flex-grow:0;--flex-shrink:0;}.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-8025 .elementor-element.elementor-element-cd7e109{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8025 .elementor-element.elementor-element-5def466 img{width:100%;border-radius:10px 10px 10px 10px;box-shadow:1px 1px 10px 0px rgba(0,0,0,0.5);}.elementor-8025 .elementor-element.elementor-element-41c2c24{--display:flex;}.elementor-8025 .elementor-element.elementor-element-b6dfb63{--display:flex;}.elementor-8025 .elementor-element.elementor-element-8f71ccc{--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;}@media(min-width:768px){.elementor-8025 .elementor-element.elementor-element-b7b39fb{--width:97.075%;}.elementor-8025 .elementor-element.elementor-element-cd7e109{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-ab79402 */body {
      direction: rtl;
      text-align: right;
      padding: 20px;
      background-color: #f5f5f5;
    }
    
    .container {
      max-width: 1200px;
      margin: 0 auto;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 20px;
    }
    
    .main-title {
      text-align: center;
      margin-bottom: 30px;
      color: #2c3e50;
      font-size: 24px;
      font-weight: bold;
    }
    
    .journey-map {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    
    .stage-container {
      display: flex;
      overflow-x: auto;
      margin-bottom: 20px;
      padding-bottom: 10px;
    }
    
    .stage {
      min-width: 200px;
      padding: 15px;
      margin: 0 10px;
      background-color: #3498db;
      color: white;
      border-radius: 8px;
      text-align: center;
      position: relative;
    }
    
    .stage:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -20px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #3498db;
    }
    
    .stage:last-child:after {
      display: none;
    }
    
    .stage-title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 5px;
    }
    
    .touchpoints {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 30px;
    }
    
    .touchpoint {
      flex: 1 1 200px;
      margin: 10px;
      padding: 15px;
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
    }
    
    .touchpoint-title {
      margin-bottom: 10px;
      color: #2c3e50;
      font-weight: bold;
      font-size: 16px;
    }
    
    .actions {
      margin-top: 10px;
    }
    
    .actions-title {
      margin-bottom: 5px;
      color: #7f8c8d;
      font-weight: bold;
      font-size: 14px;
    }
    
    .actions ul {
      padding-right: 20px;
    }
    
    .actions li {
      margin-bottom: 5px;
    }
    
    @media (max-width: 768px) {
      .touchpoint {
        flex: 1 1 100%;
      }
      
      .stage {
        min-width: 150px;
      }
    }/* End custom CSS */