
        .medical-service-section {

            line-height: 1.6;

            background-color: #f8f9fa;
            padding: 60px 0;
        }

        /* Sidebar Styles */
        .specialty-sidebar {
            transition: all 0.3s ease;

            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .specialty-sidebar .nav-link {
            position: relative;
        }

        .specialty-sidebar .nav-link:hover {
            background-color: rgba(61, 176, 87, 0.1);
            color: #1d9146;
        }

        .specialty-sidebar .nav-link.active {
            background-color: rgba(61, 176, 87, 0.1);
        }

        .sidebar-menu {
            max-height: 400px;
            overflow-y: scroll;
        }

        .sidebar-menu::-webkit-scrollbar {
            display: none;
            /* For Chrome, Safari, and Edge */
        }

        .lead {
            color: #555;
            font-size: 1.1rem;
            margin-bottom: 0;
        }

        .icon-wrapper {
            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
        }

        .sidebar-header {
            background: linear-gradient(135deg, #1d9146 0%, #2a7f40 100%);
            padding: 20px;
            text-align: center;
        }

        .service-header-border {
            background: linear-gradient(135deg, #3f66b0 0%, #3f66b0 100%);
            width: 80px;
            height: 4px;
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 2px;
        }

        .sidebar-header h5 {
            color: white;
            margin: 0;
            font-size: 1.25rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        .service-icon {
            background-color: #e8f5e9;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;

        }

        .service-icon i {
            color: #1d9146;
            font-size: 0.9rem;
        }

        /* Tab Navigation Styles */
        .service-tab-btn {
            padding: 12px 12px;
            background-color: #e8f5e9;
            border: none;
            border-radius: 8px;
            color: #555;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            
        }

        .service-tab-btn:hover {
            background-color: #d0ebd2;
        }


        .consultation-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-top: 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            text-align: center;
        }

        .service-tab-btn.active {
            background-color: #1d9146;
            color: white;
            box-shadow: 0 4px 12px rgba(61, 176, 87, 0.3);
        }

        /* Content Styles */
        .tab-content-wrapper {
            transition: all 0.3s ease;
        }

        .service-tab-content {
            display: none;
        }

        .view-all-btn {
            color: #1d9146;
            font-weight: 500;
            font-size: 0.9rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
        }

        .service-tab-content.active {
            display: block;
        }

        .service-header-h1 {
            color: #2c3e50;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
            font-size: 2rem;
        }

        .nav-link {
            color: #555;
            padding: 12px 15px;
            border-radius: 6px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

        .nav-link.active {
            color: #1d9146;
            background-color: rgba(61, 176, 87, 0.1);
            padding: 12px 15px;
            border-radius: 6px;
            font-weight: 600;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }


        .service-tab-content {
            display: none;
            padding: 30px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }

        .service-tab-content.active {
            display: block;
            max-height: 72vh;
            min-height: 72vh;
            overflow-y: scroll;
        }


        .service-tab-content.active::-webkit-scrollbar {
    display: none;  
}

        .service-tab-content ul {
            padding-left: 19px;
        }


        .service-tab-content h2 {
            font-size: 2rem;
        }

        .service-tab-content h3 {
            font-size: 1.4rem;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .service-tabs {
                overflow-x: auto;
                white-space: nowrap;
                padding-bottom: 10px;
            }

            .service-tabs .d-flex {
                flex-wrap: nowrap !important;
            }
        }

        @media (max-width: 768px) {
            .service-header h1 {
                font-size: 1.8rem !important;
            }

            .service-tab-btn {
                padding: 10px 15px;
                font-size: 0.9rem;
            }
        }


        .stats-highlight-box {
            background: #f8f9fa;
            border-left: 4px solid #007bff;
            padding: 15px;
            margin-bottom: 20px;
            border-radius: 0 4px 4px 0;
        }
        .stats-highlight-box h3 {
            color: #007bff;
            margin-top: 0;
            font-size: 1.5rem;
        }
        .stats-highlight-box p {
            margin-bottom: 0;
            color: #555;
        }
        .mt-4 {
            margin-top: 1.5rem;
        }
 
        .service-icon-2 {
    font-size: 40px;
    color: #fff;
    background-color: #3f66b0; /* A different color for differentiation */
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.3s ease; /* For a smooth hover effect */
}

.service-icon-2:hover {
    background-color: #1d9146; /* A darker shade for hover effect */
    transform: scale(1.1); /* Slightly enlarge the icon on hover */
}

.service-slider2 a{
    background-color: #1d9146;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff !important;
    border-radius: 20px;
    padding: 10px 20px;
}

/* Table Styling */
.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1rem;
    text-align: left;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Table Header */
.styled-table thead {
    background-color: #1d9146;
    color: white;
}

.styled-table thead th {
    padding: 12px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

/* Table Body */
.styled-table tbody td {
    padding: 10px;
    text-align: left;
    border-top: 1px solid #ddd;
    font-weight: 400;
    color: #333;
}

/* Table Row Hover Effect */
.styled-table tbody tr:hover {
    background-color: #e1f7e6;
    cursor: pointer;
}

/* Table Alternate Row Color */
.styled-table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}



.service-main-section{
    background: url('/assets/images/lines-bg');
}


.accreditations-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
}

.accreditations-container   .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.accreditations-container   .section-header h2 {
    font-size: 2.5rem;
    color: #1d9146;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.accreditations-container    .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #3f66b0;
    border-radius: 2px;
}

.accreditations-container   .section-header p {
    color: var(--gray);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.accreditations-container    .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.accreditations-container   .card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accreditations-container   .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.accreditations-container .card-header {
    padding: 1.5rem;
    background: #1d9146;
    color: white;
    display: flex;
    align-items: center;
}

.accreditations-container   .card-header i {
    font-size: 2rem;
    margin-right: 1rem;
}

.accreditations-container    .card-header h3 {
    font-size: 1.5rem;

    color: #ffff;
}

.accreditations-container  .card-body {
    padding: 1.5rem;
}

.accreditations-container   .badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.accreditations-container  .badge {
    display: flex;
    align-items: center;
    background: var(--light);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.accreditations-container   .badge i {
    color: #3f66b0;
    margin-right: 0.5rem;
}

.accreditations-container   .partner-list, .award-list {
    list-style: none;
}

.accreditations-container   .partner-list li, .award-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: flex-start;
}

.accreditations-container     .partner-list li:last-child, .award-list li:last-child {
    border-bottom: none;
}

.accreditations-container   .partner-list i, .award-list i {
    color: #3f66b0;
    margin-right: 0.75rem;
    margin-top: 0.2rem;
}

.accreditations-container   .partner-info, .award-info {
    flex: 1;
}

.accreditations-container    .partner-name, .award-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.accreditations-container    .partner-desc, .award-org {
    color: #333;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .accreditations-container    .section-header h2 {
        font-size: 2rem;
    }
    
    .accreditations-container  .grid {
        grid-template-columns: 1fr;
    }
}


.supplements-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin: 40px 0;
}

.supplement-item {
background: white;
border-radius: 8px;
padding: 25px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
display: flex;
align-items: flex-start;
transition: transform 0.3s ease;
border: solid 1px #1d9146;
}

.supplement-item:hover {
transform: translateY(-5px);
}

.supplement-icon {
font-size: 2rem;
color: #3498db;
margin-right: 20px;
flex-shrink: 0;
}

.supplement-text h3 {
color: #2c3e50;
margin-top: 0;
margin-bottom: 10px;
font-size: 1.3rem;
}

.supplement-text p {
color: #7f8c8d;
margin: 0;
line-height: 1.6;
}

/* Warning Box */
.supplement-warning {
background: #fff8e1;
border-left: 4px solid #ffc107;
padding: 20px;
display: flex;
align-items: center;
border-radius: 0 8px 8px 0;
margin-top: 30px;
}

.warning-icon {
color: #ffc107;
font-size: 1.5rem;
margin-right: 15px;
}

.warning-text {
color: #5d4037;
}

.warning-text strong {
color: #e65100;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
.supplements-grid {
grid-template-columns: 1fr;
}

.supplement-item {
flex-direction: column;
}

.supplement-icon {
margin-bottom: 15px;
margin-right: 0;
}
}

@media (max-width: 480px) {
.section-title {
font-size: 1.8rem;
}

.supplement-warning {
flex-direction: column;
text-align: center;
}

.warning-icon {
margin-right: 0;
margin-bottom: 10px;
}
}


 
.finix-text h6{
    color: #1d9146;
    font-weight: 400;
    font-size: 17px;
  }
  .finix-text h2 {
    font-weight: 400;
    font-size: 35px;
    margin-top: 20px;
    color: #333;
    margin-bottom: 20px;
  }
  .why-choose-us h3 {
  
    font-size: 23px;
   
  }
  .finix-text p {
    color: #606060;
    font-size: 15px;
    line-height: 1.8rem;
  }
  .why-choose-us {
    margin-top: 90px;
  }
  .why-choose-us .finix-text h2 {
    font-weight: 500;
  }
  .why-choose-us .ct-btn {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    font-size: 60px;
    background: #fff;
    position: absolute;
    top: 77%;
    right: 43%;
  }
  .why-choose-us .ct-btn::before {
    content: "";
    height: 85px;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    background: #3f66b0;
    border-radius: 50%;
    animation: choose 1.6s ease-out infinite;
  }
  @keyframes choose{
    0%,30%{
        transform: scale(0);
        opacity: 1;
    }
    50%{
        transform: scale(1.5);
        opacity: .7;
    }
    100%{
        transform: scale(2);
        opacity: 0;
    }
  }
  .why-choose-us .ct-btn a{
    color: #3f66b0;
  }
  .why-choose-us .feature-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  
    transition: .4s;
  }
  .why-choose-us .feature-box:hover {
    transform: translateY(-10px);
  }
  .why-choose-us .feature-box:hover .fbc-btn{
    background: #3f66b0;
    color: #fff;
  }
  .why-choose-us .feature-box::before {
    content: "";
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 70%;
    background: #1d9146;
    border-radius: 50%;
  }
  .why-choose-us .fbc-btn {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #3f66b0;
    position: relative;
    transition: .4s;
  }
  .active-feature{
    margin-top: -30px;
  }
  .why-choose-us .finix-text{
    position: relative;
  }
  
  
          .mission-card {
            border: none;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            overflow: hidden;
            border-radius: 20px;
            min-height: 275px;
          }
          
          .mission-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
          }
          
          .card-content {
            height: calc(100% - 35px);
            display: flex;
            flex-direction: column;
          }
          
          .card-content p {
            flex-grow: 1;
          }
          
          @media (max-width: 768px) {
            .mission-card {
              margin: 0 10px;
            }
          }
  
          .our-journey {
              background-color: #f9f9f9;
              padding: 50px 20px;
              text-align: center;
          }
  
          .our-journey .section-title {
              font-size: 2.5rem;
              font-weight: bold;
              color: #000;
              margin-bottom: 40px;
          }
  
          .timeline {
              position: relative;
              padding: 20px 0;
              max-width: 800px;
              margin: 0 auto;
          }
  
          .timeline::before {
              content: '';
              position: absolute;
              top: 0;
              left: 50%;
              width: 4px;
              height: 100%;
              background-color: #1d9146;
              transform: translateX(-50%);
              z-index: 1;
          }
  
          .timeline-item {
              display: flex;
              align-items: center;
              margin-bottom: 40px;
              position: relative;
              z-index: 2;
          }
  
          .timeline-item:nth-child(even) {
              flex-direction: row-reverse;
          }
  
          .timeline-item .timeline-icon {
              background-color: #1d9146;
              color: #fff;
              width: 50px;
              height: 50px;
              display: flex;
              justify-content: center;
              align-items: center;
              border-radius: 50%;
              font-size: 20px;
              z-index: 3;
              position: relative;
          }
  
          .timeline-item .timeline-content {
              background-color: #fff;
              border: 1px solid #ddd;
              border-radius: 10px;
              padding: 20px;
              max-width: 400px;
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          }
  
          .timeline-item .timeline-content h3 {
              font-size: 1.5rem;
              margin-bottom: 10px;
              color: #000;
          }
  
          .timeline-item .timeline-content p {
              font-size: 1rem;
              color: #555;
              line-height: 1.6;
          }
  
          @media (max-width: 768px) {
              .timeline::before {
                  left: 20px;
              }
  
              .timeline-item {
                  flex-direction: column;
                  align-items: flex-start;
              }
  
              .timeline-item:nth-child(even) {
                  flex-direction: column;
              }
  
              .timeline-item .timeline-icon {
                  margin-bottom: 10px;
              }
  
              .timeline-item .timeline-content {
                  max-width: 100%;
              }
          }
      
  
          .about-text p{
              font-size: 17px;
          }


          .steps-section {
            margin: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
           background-color: #e8f5e9;
            padding: 40px 20px;
            background-image: url('https://highyield.in/assets/images/background/bg_footer.png');
          }
      
          .steps-section   .section-header {
            text-align: center;
            margin-bottom: 40px;
          }
      
          .steps-section  .section-header h2 {
            font-size: 2.5rem;
            color: #00695c;
          }
      
          .steps-section   .section-header span {
            color: #2e7d32;
          }
      
          .steps-section   .timeline {
            position: relative;
            max-width: 1200px;
            margin: auto;
          }
      
          .steps-section   .timeline::before {
            content: '';
            position: absolute;
            width: 6px;
            background-color: #43a047;
            top: 0;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
          }
      
          .steps-section  .step-card {
            position: relative;
            width: 50%;
            padding: 20px 40px;
            box-sizing: border-box;
          }
      
          .steps-section   .step-card .card-content {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(0,0,0,0.05);
            border-radius: 15px;
            padding: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          }
      
          .steps-section  .step-card .icon {
            position: absolute;
            top: 20px;
            width: 42px;
            height: 42px;
            background-color: #43a047;
            color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            z-index: 2;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          }
      
          .steps-section  .left .icon {
            right: -22px;
          }
      
          .steps-section     .right .icon {
            left: -22px;
          }
      
          .steps-section   .step-card.left {
            left: 0;
            text-align: left;
          }
      
          .steps-section   .step-card.right {
            left: 50%;
            text-align: left;
          }
      
          .steps-section  .card-content h3 {
            margin-top: 0;
            font-size: 23px;
            font-weight: bold;
            color: #00695c;
          }
      
          .steps-section   .card-content h3 span {
            font-size: 0.9rem;
            color: #2e7d32;
          }
      
          .steps-section  .card-content ul {
            margin: 15px 0;
            padding-left: 20px;
          }
      
          .steps-section  .card-content ul li {
            line-height: 1.6;
            color: #333;
          }
      
          .steps-section   .phase-goal {
            background-color: rgba(76, 175, 80, 0.1);
            padding: 10px 15px;
            border-left: 4px solid #2e7d32;
            color: #2e7d32;
            font-weight: 600;
            border-radius: 4px;
          }
      
          .steps-section   .step-card::after {
            content: '';
            position: absolute;
            width: 18px;
            height: 18px;
            background-color: #43a047;
            border: 3px solid white;
            top: 25px;
            border-radius: 50%;
            z-index: 1;
          }
      
          .steps-section   .step-card.left::after {
            right: -9px;
          }
      
          .steps-section  .step-card.right::after {
            left: -9px;
          }
      
          /* Mobile Styles */
          @media screen and (max-width: 768px) {
            .steps-section  .timeline::before {
              left: 20px;
              transform: none;
            }
      
            .steps-section   .step-card {
              width: 100%;
              padding-left: 60px;
              padding-right: 20px;
              margin-bottom: 30px;
            }
      
            .steps-section   .step-card.left,
            .steps-section   .step-card.right {
              left: 0;
              text-align: left;
            }
      
            .steps-section  .step-card .icon {
              left: 6%;
              top: 15px;
              transform: translateX(-50%);
            }
      
            .steps-section   .step-card::after {
              display: none;
            }
          }


          

    .recovery-timeline {
        background: linear-gradient(135deg, #f8faff 0%, #f0f5ff 100%);
        padding: 4rem 0;
        font-family: 'Inter', -apple-system, sans-serif;
      }
      
    
      .recovery-timeline .section-title {
        text-align: center;
        font-size: 2.5rem;
        color: #2c3e50;
        margin-bottom: 0.5rem;
      }
      
      .recovery-timeline  .section-title span {
        color: #006da8;
        position: relative;
      }
      
      .recovery-timeline  .section-title span:after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 6px;
        background: rgba(40, 167, 69, 0.3);
        z-index: -1;
        border-radius: 3px;
      }
      
      .recovery-timeline   .section-subtitle {
        text-align: center;
        color: #6b7280;
        font-size: 1.1rem;
        margin-bottom: 3rem;
      }
      
      /* Table Container */
      .recovery-timeline  .timeline-table-container {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        background: white;
        padding: 2px;
      }
      
      /* Modern Table Design */
      .recovery-timeline  .timeline-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: white;
      }
      
      .recovery-timeline  .timeline-table th {
        background: linear-gradient(to right, #006da8, #005a8c);
        color: white;
        padding: 16px 20px;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 0.5px;
        position: sticky;
        top: 0;
      }
      
      .recovery-timeline  .timeline-table td {
        padding: 20px;
        border-bottom: 1px solid #f1f5f9;
        vertical-align: top;
      }
      
      .recovery-timeline  .timeline-table tr:last-child td {
        border-bottom: none;
      }
      
      .recovery-timeline  .timeline-table tr:hover {
        background: rgba(0, 109, 168, 0.03);
      }
      
      /* Column Specific Styles */
      .recovery-timeline  .time-col {
        width: 15%;
      }
      
      .recovery-timeline  .focus-col {
        width: 65%;
      }
      
      .recovery-timeline  .status-col {
        width: 20%;
      }
      
      /* Time Badge */
      .recovery-timeline  .time-badge {
        background-color: rgba(0, 109, 168, 0.1);
        color: #006da8;
        padding: 8px 12px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 0.9rem;
        display: inline-block;
        min-width: 80px;
        text-align: center;
      }
      
      /* Focus Items */
      .recovery-timeline   .focus-item {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        color: #4b5563;
      }
      
      .recovery-timeline  .focus-item:last-child {
        margin-bottom: 0;
      }
      
      .recovery-timeline  .focus-item i {
        margin-right: 12px;
        color: #006da8;
        width: 20px;
        text-align: center;
        font-size: 1.1rem;
      }
      
      /* Phase Tags */
      .recovery-timeline  .phase-tag {
        display: inline-block;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
      
      .recovery-timeline  .critical {
        background: rgba(220, 38, 38, 0.1);
        color: #dc2626;
      }
      
      .recovery-timeline  .recovery {
        background: rgba(234, 88, 12, 0.1);
        color: #ea580c;
      }
      
      .recovery-timeline  .transition {
        background: rgba(202, 138, 4, 0.1);
        color: #ca8a04;
      }
      
      .recovery-timeline  .rebuilding {
        background: rgba(22, 163, 74, 0.1);
        color: #16a34a;
      }
      
      .recovery-timeline  .independence {
        background: rgba(37, 99, 235, 0.1);
        color: #2563eb;
      }
      
      .recovery-timeline  .maintenance {
        background: rgba(124, 58, 237, 0.1);
        color: #7c3aed;
      }
      
      /* Responsive Design */
      @media (max-width: 768px) {
        .recovery-timeline   .timeline-table-container {
          overflow-x: auto;
        }
        
        .recovery-timeline   .timeline-table {
          min-width: 700px;
        }
        
        .recovery-timeline   .section-title {
          font-size: 2rem;
        }
      }
      
      @media (max-width: 480px) {
        .recovery-timeline   .section-title {
          font-size: 1.8rem;
        }
        
        .recovery-timeline  .section-subtitle {
          font-size: 1rem;
        }
      }



      .evaluation-outcome {
        padding: 4rem 0;
        font-family: 'Inter', sans-serif;
        background-color: #f8fafc;
      }
    
      .evaluation-outcome  .outcome-wrapper {
        display: flex;
        align-items: center;
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
      }
      
      .evaluation-outcome  .outcome-image {
        flex: 1;
        min-height: 400px;
        background: #e0f2fe;
      }
      
      .evaluation-outcome  .outcome-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      
      .evaluation-outcome   .outcome-content {
        flex: 1;
        padding: 3rem;
      }
      
      .evaluation-outcome  h2 {
        color: #2c3e50;
        font-size: 2rem;
        margin-bottom: 1.5rem;
      }
      
      .evaluation-outcome  .divider {
        width: 60px;
        height: 4px;
        background: linear-gradient(to right, #28a745, #006da8);
        margin-bottom: 2rem;
      }
      
      .evaluation-outcome  .outcome-list {
        padding: 0;
        margin: 0;
        list-style: none;
      }
      
      .evaluation-outcome  .outcome-list li {
        display: flex;
        margin-bottom: 2rem;
        align-items: flex-start;
      }
      
      .evaluation-outcome  .outcome-list li:last-child {
        margin-bottom: 0;
      }
      
      .evaluation-outcome   .icon-circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        flex-shrink: 0;
        font-size: 1.2rem;
        color: white;
      }
      
      .evaluation-outcome   .approved {
        background-color: #28a745;
      }
      
      .evaluation-outcome  .optimization {
        background-color: #ffc107;
      }
      
      .evaluation-outcome  .alternative {
        background-color: #6c757d;
      }
      
      .evaluation-outcome  .list-content h3 {
        margin: 0 0 0.5rem 0;
        color: #2c3e50;
        font-size: 1.2rem;
      }
      
      .evaluation-outcome  .list-content p {
        margin: 0;
        color: #6b7280;
        line-height: 1.6;
      }
      
      @media (max-width: 900px) {
        .evaluation-outcome  .outcome-wrapper {
          flex-direction: column;
        }
        
        .evaluation-outcome   .outcome-image {
          width: 100%;
          min-height: 300px;
        }
        
        .evaluation-outcome  .outcome-content {
          padding: 2rem;
        }
      }
      
      @media (max-width: 480px) {
        .evaluation-outcome  .outcome-list li {
          flex-direction: column;
        }
        
        .evaluation-outcome  .icon-circle {
          margin-bottom: 15px;
          margin-right: 0;
        }
        
        .evaluation-outcome   h2 {
          font-size: 1.8rem;
        }
      }


      .lifelong-care-section {
        padding: 4rem 0;
        /* background: linear-gradient(135deg, #f0f8ff 0%, #e6f2ff 100%); */
        font-family: 'Inter', sans-serif;
      }
    
      .lifelong-care-section  .care-card {
        background: white;
        border-radius: 16px;
        padding: 3rem;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 109, 168, 0.1);
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(0, 109, 168, 0.1);
      }
      
      .lifelong-care-section  .infinity-icon {
        font-size: 3rem;
        color: #006da8;
        margin-bottom: 1rem;
        animation: pulse 2s infinite;
      }
      
      .lifelong-care-section  h2 {
        color: #2c3e50;
        font-size: 2rem;
        margin-bottom: 1rem;
      }
      
      .lifelong-care-section .divider {
        width: 60px;
        height: 4px;
        background: linear-gradient(to right, #28a745, #006da8);
        margin: 1rem auto 2rem;
        border-radius: 2px;
      }
      
      .lifelong-care-section .care-message {
        color: #4b5563;
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 2rem;
      }
      
      .lifelong-care-section .partnership-graphic {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
      }
      
      .lifelong-care-section  .patient-icon {
        font-size: 2.5rem;
      }
      
      .lifelong-care-section .team-icon {
        font-size: 2.5rem;
      }
      
      .lifelong-care-section .connection-line {
        width: 100px;
        height: 3px;
        background: linear-gradient(to right, #28a745, #006da8);
        margin: 0 20px;
        position: relative;
      }
      
      .lifelong-care-section .connection-line:before {
        content: '❤️';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.2rem;
      }
      
      @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
      }
      
      @media (max-width: 768px) {
        .lifelong-care-section .care-card {
          padding: 2rem;
        }
        
        .lifelong-care-section  h2 {
          font-size: 1.8rem;
        }
        
        .lifelong-care-section   .connection-line {
          width: 60px;
        }
      }


      .patient-tips-section {
        padding: 4rem 0;
        background: #E8F5E9;
        font-family: 'Inter', sans-serif;
      }
      
     
      .patient-tips-section .tips-card {
        background: white;
        border-radius: 16px;
        padding: 3rem;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 109, 168, 0.1);
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(0, 109, 168, 0.1);
      }
      
      .patient-tips-section .tip-icon {
        font-size: 3rem;
        color: #006da8;
        margin-bottom: 1rem;
        animation: pulse 2s infinite;
      }
      
      .patient-tips-section  h2 {
        color: #2c3e50;
        font-size: 2rem;
        margin-bottom: 1rem;
      }
      
      .patient-tips-section  .divider {
        width: 60px;
        height: 4px;
        background: linear-gradient(to right, #28a745, #006da8);
        margin: 1rem auto 2rem;
        border-radius: 2px;
      }
      
      .patient-tips-section  .tips-list {
        padding: 0;
        margin: 0 auto 2rem;
        max-width: 600px;
        text-align: left;
        list-style: none;
      }
      
      .patient-tips-section  .tips-list li {
        display: flex;
        margin-bottom: 1.5rem;
        align-items: flex-start;
      }
      
      .patient-tips-section .tip-bullet {
        background: #006da8;
        color: white;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
        font-weight: bold;
        font-size: 0.9rem;
      }
      
      .patient-tips-section .tip-content {
        color: #4b5563;
        font-size: 1.1rem;
        line-height: 1.6;
        padding-top: 3px;
      }
      
      .patient-tips-section .partnership-graphic {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
      }
      
      .patient-tips-section  .patient-icon {
        font-size: 2.5rem;
      }
      
      .team-icon {
        font-size: 2.5rem;
      }
      
      .patient-tips-section  .connection-line {
        width: 100px;
        height: 3px;
        background: linear-gradient(to right, #28a745, #006da8);
        margin: 0 20px;
        position: relative;
      }
      
      .patient-tips-section .connection-line:before {
        content: '❤️';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.2rem;
      }
      
      @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
      }
      
      @media (max-width: 768px) {
        .patient-tips-section   .tips-card {
          padding: 2rem;
        }
        
        .patient-tips-section   h2 {
          font-size: 1.8rem;
        }
        
        .patient-tips-section  .connection-line {
          width: 60px;
        }
        
        .patient-tips-section   .tip-content {
          font-size: 1rem;
        }
      }