


.doctor_slider{
    width: 90%;
    margin: 0 auto!important;
  }
  .item_articel{
    background-color: #f8f8f8;
    box-shadow: 2px 2px 8px #8289b1; 
   
  
  
  }
  .item_articel img{
    width: 100%!important;
    height: 400px!important;
    border-radius: 0.3rem!important;
    position: relative;
  
    
  }
  .titel_articel {
      position: absolute;
      bottom: 3%!important;
      color: #02050b!important;
      left: 0.7rem;
      right: 0.7rem;
      text-decoration: none;
      font-size: 1.4rem!important;
      background-color:rgba(240, 248, 255, 0.836);
      
      display: flex;
      border-radius: 0.3rem;
      text-align: center;
      justify-content: center;
      padding: 0.7rem;
      align-items: center;
      height: 30%!important;
      transition: all 0.5s;
      
  
  }
  .titel_articel h3{
      font-size: 1.3rem;
      line-height: 1.8;
      color: #555556;
  }
  .titel_articel :hover { 
      
   color:#3F51B5!important;
  
  }
  
  /* اسلایدر والد را موقعیت relative می‌دهیم تا دکمه‌ها به درستی در آن موقعیت بگیرند */
  .slide-container-fluid {
      position: relative;
  }
  
  /* استایل دکمه‌های بعد و قبل */
  .swiper-button-next3,
  .swiper-button-prev3 {
      background-color: rgb(72, 193, 153); /* رنگ آبی */
      color: white!important; /* رنگ سفید برای فلش‌ها */
      border-radius: 50%; /* دایره‌ای کردن دکمه‌ها */
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* سایه */
      position: absolute;
      top: 40%; /* قرارگیری در وسط از بالا */
      transform: translateY(-50%); /* تنظیم دقیق وسط بودن */
      z-index: 10; /* برای قرارگیری روی اسلایدر */
      opacity: 1;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .swiper-button-next3 {
      right: 10px; /* قرارگیری در سمت راست */
  }
  
  .swiper-button-prev3 {
      left: 10px; /* قرارگیری در سمت چپ */
  }
  
  .swiper-button-next2:hover,
  .swiper-button-prev2:hover {
      background-color: #0043b2; /* رنگ آبی تیره‌تر در حالت هاور */
      box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3); /* افزایش سایه در حالت هاور */
  }
  
  @media only screen and (max-width: 1300px){
  
    .item_articel .image_articel{
    width: 100%!important;
    height: 300px!important;
    border-radius: 0.3rem!important;
    position: relative;
  
    
  }
  
  .titel_articel {
      position: absolute;
      bottom: 3%!important;
      color: #02050b!important;
      left: 0.5rem;
      right: 0.5rem;
  
  }
  .titel_articel h3{
      font-size: 1.1rem!important;
      line-height: 1.8;
      color: #555556;
  }
  }
  @media only screen and (max-width: 1100px){
    .doctor_slider{
    width: 96%!important;
    margin: 0 auto!important;
  }
  
  .titel_articel h3{
      font-size: 1rem!important;
      line-height: 1.8;
      color: #555556;
  }
  }
    
  