.vision-section {
    margin-top: -160px;
  }
  
  .vision-header {
    background-color: #004c78;
    text-align: center;
    color: #fff;
    padding: 40px 20px 20px;
    margin-bottom: -5px;
  }
  
  .vision-header .section-tag {
    background-color: #fcd800;
    color: #000;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 80px;
  }
  
  .vision-header h3 {
    font-size: 25px;
    font-weight: 100;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .image-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
  }
  
  .main-image {
    width: 100%;
    display: block;
  }
  
  .blur-layer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: url('https://images-pullzone.b-cdn.net/1366__482.9%5B1%5D.jpg') no-repeat center/cover;
    filter: blur(5px);
    pointer-events: none;
    z-index: 2;
    transition: width 0.1s ease;
  }
  
  .slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: ew-resize;
    z-index: 3;
    transform: translateX(-50%);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .separator{
    width:1440 ;
    height:250 ;
    padding: 30PX 0;
    margin-top:-20px
  }
 /* السكشن السابع */
@media (max-width: 768px) {
    .vision-section {
      margin-top: -70px;
    }
  
    .vision-header {
      padding: 30px 15px 15px;
    }
  
    .vision-header .section-tag {
      font-size: 13px;
      padding: 3px 8px;
      margin-top: 30px;
      margin-bottom: 15px;
    }
  
    .vision-header h3 {
      font-size: 24px;
      line-height: 1.3;
      margin-top: 15px;
      margin-bottom: 15px;
    }
  
    .image-slider-container {
      margin-top: 20px;
      overflow: hidden;
    }
  
    .main-image {
      width: 100%;
      height: auto;
    }
  
    .blur-layer {
      width: 50%;
      background-size: cover;
      background-position: center;
    }
  
    .slider {
      width: 15px;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
    }
  }
  
  