<turbo-stream action="update" target="provider_detail_tab_slot"><template><turbo-stream action="update" target="provider_detail_tab_slot">
  <template>
    <div class="flex flex-col gap-4">
      <h2 class="text-lg sm:text-xl font-bold text-black-800">About</h2>
        <div class="w-full mb-20 text-black text-sm font-normal">
          
  Academy Di Capelli-School of Cosmetology, located in Wallingford, CT, offers comprehensive cosmetology education. The school emphasizes academic excellence and provides a supportive environment for all learners, including adult students. Flexible scheduling options are available. Academy Di Capelli's curriculum prepares students for successful careers in the beauty industry. The institution has a rich history of positively impacting the community through its graduates. Notable programs provide hands-on training and theoretical knowledge, fostering both creativity and technical skills. A vibrant campus life enriches the student experience. Recognition through awards demonstrates commitment to quality education.


        </div>

      <!-- Graduate vs Undergraduate Enrollment Chart -->
      <h2 class="text-lg sm:text-xl font-bold text-black-800 mt-4">Enrollment Distribution</h2>
        <div class="p-4 bg-white rounded-lg shadow-md mb-6">
          <h4 class="text-base font-medium text-gray-800 mb-3">Graduate vs Undergraduate Enrollment</h4>
          
          <div class="flex flex-col md:flex-row items-center justify-center gap-8">
            <!-- Full pie chart container -->
            <div class="relative w-60 h-60 mb-4 md:mb-0">
              <!-- Full pie with conic gradient -->
              <div class="absolute inset-0">
                <div class="w-full h-full rounded-full overflow-hidden">
                  <div class="w-full h-full rounded-full" 
                      style="background: conic-gradient( #1a5850 0deg 0.0deg, #3eb2a6 0.0deg 360deg);">
                  </div>
                </div>
              </div>
          
              <!-- Overlay for hover effects -->
              <div class="absolute inset-0 rounded-full">
                <!-- Graduate segment hover area -->
                <div class="absolute inset-0 w-full h-full cursor-pointer group" 
                style="clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);">
                  <div class="absolute inset-0 bg-[#1a5850] opacity-0 group-hover:opacity-20 transition-opacity duration-300 rounded-full"></div>
                  <div class="absolute top-1/3 left-1/2 transform -translate-x-1/2 -translate-y-1/2 opacity-0 group-hover:opacity-100 transition-opacity duration-300">
                    <div class="bg-[#1a5850] text-white text-xs rounded px-2 py-1 whitespace-nowrap">
                      Graduate: 0.0%
                    </div>
                  </div>
                </div>
                
                <!-- Undergraduate segment hover area -->
                <div class="absolute inset-0 w-full h-full cursor-pointer group"
                style="clip-path: polygon(50% 50%, 50% 0, 100.0% 50.0%, 100.0% 50.000000000000014%);">
                  <div class="absolute inset-0 bg-[#3eb2a6] opacity-0 group-hover:opacity-20 transition-opacity duration-300 rounded-full"></div>
                  <div class="absolute top-2/3 left-1/2 transform -translate-x-1/2 -translate-y-1/2 opacity-0 group-hover:opacity-100 transition-opacity duration-300">
                    <div class="bg-[#3eb2a6] text-white text-xs rounded px-2 py-1 whitespace-nowrap">
                      Undergraduate: 100.0%
                    </div>
                  </div>
                </div>
              </div>
            </div>
        
            <!-- Legend -->
            <div class="flex flex-col gap-3">
              <div class="flex items-center gap-2 group cursor-pointer">
                <div class="w-4 h-4 rounded-full bg-[#1a5850] group-hover:ring-2 group-hover:ring-indigo-300 transition-all"></div>
                <span class="text-sm font-medium group-hover:text-[#1a5850] transition-colors">Graduate: 0.0%</span>
              </div>
              <div class="flex items-center gap-2 group cursor-pointer">
                <div class="w-4 h-4 rounded-full bg-[#3eb2a6] group-hover:ring-2 group-hover:ring-blue-300 transition-all"></div>
                <span class="text-sm font-medium group-hover:text-[#3eb2a6] transition-colors">Undergraduate: 100.0%</span>
              </div>
              <div class="text-sm text-gray-600 mt-2">
                Total Enrollment: 181
              </div>
            </div>
          </div>
        </div>

      <!-- Graduation Rate Chart -->
      <h2 class="text-lg sm:text-xl font-bold text-black-800">Graduation Rate</h2>
        <div class="p-4 bg-white rounded-lg shadow-md mb-6">
          <p class="text-sm text-gray-600 text-center">
            Graduation rate data is not available for this institution.
          </p>
        </div>

      <h2 class="text-lg sm:text-xl font-bold text-black-800">Transfer Student Completion</h2>
        <div class="p-4 bg-white rounded-lg shadow-md mb-6">
          <p class="text-sm text-gray-600 text-center">
            Transfer student success data is not available for this institution.
          </p>
        </div>
    </div>
  </template>
</turbo-stream>
</template></turbo-stream><turbo-stream action="update" target="provider-nav"><template><a class="group px-4 py-2 text-center text-base font-semibold text-[#005850]" data-turbo-frame="provider_detail_tab_slot" data-turbo-stream="true" href="/providers/2771/about">
  <span class="relative inline-block">
    About
    <span class="absolute -bottom-2 left-0 h-1 w-full bg-[#005850] transition-all duration-200 ease-in-out
                 opacity-100 scale-x-100">
    </span>
  </span>
</a>
<a class="group px-4 py-2 text-center text-base font-semibold text-[#005850]" data-turbo-frame="provider_detail_tab_slot" data-turbo-stream="true" href="/providers/2771/admission">
  <span class="relative inline-block">
    Admission & Cost
    <span class="absolute -bottom-2 left-0 h-1 w-full bg-[#005850] transition-all duration-200 ease-in-out
                 opacity-0 scale-x-0 group-hover:scale-x-100">
    </span>
  </span>
</a>
<a class="group px-4 py-2 text-center text-base font-semibold text-[#005850]" data-turbo-frame="provider_detail_tab_slot" data-turbo-stream="true" href="/providers/2771/programs">
  <span class="relative inline-block">
    Programs
    <span class="absolute -bottom-2 left-0 h-1 w-full bg-[#005850] transition-all duration-200 ease-in-out
                 opacity-0 scale-x-0 group-hover:scale-x-100">
    </span>
  </span>
</a></template></turbo-stream>