.drpdwn-container{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.section-head{
    font-size: 2.6rem;
}

  /* NR Recovery Journey Timeline Styles */
  .nr-recovery-journey {
    padding: 80px 0;
    background-color: #f9fbfd;
  }
  
  .nr-section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .nr-section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .nr-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  .nr-timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #e0e6ed;
    top: 0;
    bottom: 0;
    left: 50px;
    margin-left: -2px;
  }
  
  .nr-timeline-step {
    position: relative;
    margin-bottom: 50px;
  }
  
  .nr-timeline-badge {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 35px;
    background: #96eff2;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
  }
  
  .nr-timeline-card {
    position: relative;
    margin-left: 90px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .nr-timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .nr-timeline-card-header {
    padding: 20px 25px;
    background: linear-gradient(135deg, #f3f9fc, #e9832f);
    color: white;
  }
  
  .nr-timeline-card-header h3 {
    margin: 0;
    font-size: 1.4rem;
  }
  
  .nr-timeline-card-body {
    padding: 25px;
  }
  
  .nr-feature-list {
    padding-left: 20px;
  }
  
  .nr-feature-list li {
    margin-bottom: 10px;
    color: #555;
  }
  
  .nr-image-placeholder {
    background-color: #f1f5f9;
    border-radius: 6px;
    margin: 20px 0;
  }
  
  .nr-img-frame {
    padding: 30px;
    text-align: center;
    border: 2px dashed #cbd5e1;
    border-radius: 6px;
  }
  
  .nr-img-alt {
    color: #64748b;
    font-style: italic;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .nr-timeline::before {
      left: 30px;
    }
    
    .nr-timeline-badge {
      width: 50px;
      height: 50px;
      left: 20px;
      font-size: 0.5rem;
    }
    
    .nr-timeline-card {
      margin-left: 60px;
    }
    
    .nr-section-title {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 576px) {
    .nr-recovery-journey {
      padding: 50px 0;
    }
    
    .nr-timeline-card-header h3 {
      font-size: 1.2rem;
    }
    
    .nr-timeline-card-body {
      padding: 15px;
    }
  }

  
  /* NR Compact Why Choose Us Styles */

  .nr-why-choose-compact{
    background-color: rgb(171, 218, 218);
  }
.nr-compact-title {
font-size: 2rem;
color: #4b2c50;
font-weight: 700;
position: relative;
padding-bottom: 15px;
}

.nr-compact-title::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: #bc34db;
border-radius: 2px;
}

.nr-compact-card {
background: white;
border-radius: 8px;
padding: 25px 20px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
border-top: 3px solid #792e74;
}

.nr-compact-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.nr-compact-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #ffab2c, #fdfdfc);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}

.nr-compact-icon svg {
width: 20px;
height: 20px;
}

.nr-compact-heading {
color: #2c3e50;
font-size: 1.2rem;
margin-bottom: 12px;
font-weight: 600;
}

.nr-compact-text {
color: #555;
line-height: 1.5;
font-size: 0.95rem;
margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
.nr-compact-title {
font-size: 1.8rem;
}
}

@media (max-width: 768px) {
.nr-compact-card {
padding: 20px 15px;
}

.nr-compact-heading {
font-size: 1.1rem;
}

.nr-compact-text {
font-size: 0.9rem;
}
}

@media (max-width: 576px) {
.nr-why-choose-compact {
padding: 50px 0;
}

.nr-compact-title {
font-size: 1.6rem;
}

.nr-compact-icon {
width: 45px;
height: 45px;
margin-bottom: 12px;
}

.nr-compact-icon svg {
width: 18px;
height: 18px;
}
}
  


        .neuro-rehab-side-effects {
            padding: 60px 0;
            background-color: #f9f9f9;
            font-family: 'Arial', sans-serif;
        }
        
        .neuro-rehab-side-effects__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .neuro-rehab-side-effects__title {
            margin-bottom: 20px;
            font-size: 32px;
        }
        
        .neuro-rehab-side-effects__intro {
            color: #555;
            line-height: 1.6;
            margin-bottom: 30px;
            max-width: 800px;
        }
        
        .neuro-rehab-side-effects__content-wrapper {
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }
        
        .neuro-rehab-accordion {
            flex: 1;
        }
        
        .neuro-rehab-side-effects__image-container {
            flex: 1;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .neuro-rehab-side-effects__image {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .neuro-rehab-accordion__item {
            margin-bottom: 15px;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .neuro-rehab-accordion__btn {
            width: 100%;
            padding: 18px 20px;
            text-align: left;
            background: linear-gradient(135deg, #daeefb, #2e9b85);

            color: black;
            border: none;
            cursor: pointer;
            font-size: 18px;
            font-weight: 600;
            transition: background-color 0.3s;
            position: relative;
        }
        
        .neuro-rehab-accordion__btn:hover {
            background-color: #1e456e;
        }
        
        .neuro-rehab-accordion__btn::after {
            content: '+';
            position: absolute;
            right: 20px;
            font-size: 20px;
        }
        
        .neuro-rehab-accordion__item--active .neuro-rehab-accordion__btn::after {
            content: '-';
        }
        
        .neuro-rehab-accordion__content {
            padding: 0;
            background-color: white;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease;
        }
        
        .neuro-rehab-accordion__text {
            padding: 20px;
            margin: 0;
        }
        
        .neuro-rehab-accordion__item--active .neuro-rehab-accordion__content {
            max-height: 300px;
            padding: 0;
        }
        
        @media (max-width: 768px) {
            .neuro-rehab-side-effects__content-wrapper {
                flex-direction: column;
            }
            
            .neuro-rehab-side-effects__image-container {
                order: -1;
                margin-bottom: 30px;
            }
        }

        .services-two__image-slider {
          position: relative;
          width: 464px;
          height: 341px;
          overflow: hidden;
          margin-right: 20px; /* Space between image and content */
      }
      
      .slider-wrapper {
          display: flex;
          width: 300%; /* 3 images */
          height: 100%;
          animation: slide 12s infinite; /* 4s per image */
      }
      
      .slider-wrapper img {
          width: 464px;
          height: 341px;
          flex-shrink: 0;
          object-fit: cover;
      }
      
      @keyframes slide {
          0% { transform: translateX(0); }
          33% { transform: translateX(-464px); }
          66% { transform: translateX(-928px); }
          100% { transform: translateX(0); }
      }
      
      /* Pause animation on hover */
      .services-two__image-slider:hover .slider-wrapper {
          animation-play-state: paused;
      }
      
      .services-two__inner {
          display: flex;
          align-items: flex-start;
      }
        

      @media (max-width: 768px){
        .services-two__image-slider {
          width: 100%;
        }
      }

      .main-header{
        background-color: teal !important;
      }
  