@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;line-height:1.6;scroll-behavior:smooth}a{text-decoration:none!important}a:hover{text-decoration:none!important}.bg-primary{background-color:#5d5f2c}.text-primary{color:#5d5f2c}.bg-accent{background-color:#6b6c50}.text-accent{color:#6b6c50}.bg-highlight{background-color:#cdcdbb}.text-highlight{color:#cdcdbb}.hero-section{background:linear-gradient(rgba(93,95,44,.8),rgba(107,108,80,.8)),url('img/hero1.webp');background-size:cover;background-position:center;background-attachment:fixed}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.block{display:block}.hidden{display:none}.overflow-hidden{overflow:hidden}.sticky{position:sticky}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.z-50{z-index:50}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.text-white{color:#fff}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ml-4{margin-left:1rem}.mx-auto{margin-left:auto;margin-right:auto}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.pt-4{padding-top:1rem}.pt-20{padding-top:5rem}.pb-6{padding-bottom:1.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.w-12{width:3rem}.w-full{width:100%}.h-12{height:3rem}.h-16{height:4rem}.h-48{height:12rem}.h-64{height:16rem}.h-auto{height:auto}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.aspect-w-16{position:relative;width:100%;height:400px;border-radius:.5rem;overflow:hidden}.aspect-h-9{width:100%;height:100%;border:0;border-radius:.5rem}.aspect-w-16 iframe{width:100%;height:100%;border:0;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.object-cover{object-fit:cover}.object-center{object-position:center}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-gray-200{border-color:#e5e7eb}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.transform{transform:translateX(var(--tw-translate-x,0)) translateY(var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.hover\:bg-primary:hover{background-color:#5d5f2c}.hover\:bg-accent:hover{background-color:#6b6c50}.hover\:bg-white:hover{background-color:#fff}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:text-primary:hover{color:#5d5f2c}.hover\:text-accent:hover{color:#6b6c50}.hover\:text-highlight:hover{color:#cdcdbb}.hover\:scale-105:hover{transform:scale(1.05)}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(0.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,0.2,1)}}.animate-bounce{animation:bounce 1s infinite}.dance-card{transition:all .3s ease}.dance-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.teacher-card:hover{transform:scale(1.05)}.testimonial-card:hover{transform:scale(1.02)}.mobile-menu{background-color:#5d5f2c;position:absolute;top:100%;left:0;right:0;z-index:50}.mobile-menu-button{background:0 0;border:none;color:#fff;font-size:1.25rem;cursor:pointer}@media (min-width:768px){.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:hidden{display:none}.md\:mb-0{margin-bottom:0}.md\:pr-8{padding-right:2rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:space-x-4>*+*{margin-left:1rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:w-1\/2{width:50%}.md\:text-right{text-align:right}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-align:center;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background-color:#6b6c50;color:#fff}.btn-primary:hover{background-color:#5d5f2c;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:#5d5f2c;border:2px solid #5d5f2c}.btn-outline:hover{background-color:#5d5f2c;color:#fff}.social-icons{display:flex;justify-content:center;gap:1.5rem}.social-icons a{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;transition:all .3s ease}.social-icons a:hover{transform:translateY(-3px)}