@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;500;600;700&display=swap);body,html{margin:0;max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2d3748;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.8}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{padding:0 2rem}section{padding:6rem 0;scroll-margin-top:100px}.hero{height:100vh;padding-top:80px;position:relative}.hero,.hero-content{align-items:center;display:flex}.hero-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.hero-text{flex:1 1;padding-right:4rem}.hero-text h1{font-size:4rem;margin-bottom:1rem}.hero-subtitle{color:#8b5cf6;color:var(--accent-color);font-size:1.2rem;font-weight:600;letter-spacing:1px;margin-bottom:2rem;text-transform:uppercase}.hero-description{font-size:1.2rem;margin-bottom:3rem;max-width:600px}.cta-button{background-color:#2d3748;background-color:var(--primary-color);border-radius:50px;color:#fff;display:inline-block;font-family:Lato,sans-serif;font-family:var(--body-font);font-weight:600;letter-spacing:1px;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background-color:#8b5cf6;background-color:var(--accent-color);box-shadow:0 10px 20px #0000001a;transform:translateY(-2px)}.hero-image{display:flex;flex:1 1;justify-content:center}.hero-image img{border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:100%}.about-header{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.about-label{color:#8b5cf6;color:var(--accent-color);display:block;font-family:Lato,sans-serif;font-family:var(--body-font);font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.about-title{font-size:3rem;margin-bottom:1.5rem}.about-intro{color:#4a5568;color:var(--text-color);font-size:1.3rem}.about-content-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-highlight h3{font-size:2rem;margin-bottom:1.5rem}.about-stats{border-top:1px solid #0000001a;display:flex;justify-content:space-between;margin-top:3rem;padding-top:2rem}.stat-item{text-align:center}.stat-number{color:#8b5cf6;color:var(--accent-color);display:block;font-family:Playfair Display,serif;font-family:var(--heading-font);font-size:2.5rem;font-weight:700}.stat-label{color:#4a5568;color:var(--text-color);font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.about-image-wrapper{border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;position:relative}.about-image-wrapper img{display:block;width:100%}.about-credentials{margin-top:2rem}.credential-item{align-items:flex-start;display:flex;margin-bottom:1.5rem}.credential-icon{align-items:center;background:#8b5cf61a;border-radius:50%;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-right:1rem;width:50px}.credential-text h5{font-size:1.1rem;margin-bottom:.2rem}.credential-text p{font-size:.95rem;margin-bottom:0}.services-section{text-align:center}.services-section h2{font-size:1.5rem}.section-subtitle{margin:0 auto 4rem;max-width:600px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{text-align:left}.service-icon{font-size:2.5rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem}.corporate-content,.educational-content{align-items:center;display:flex;gap:4rem}.corporate-image,.educational-content img{border-radius:20px;box-shadow:0 20px 40px #0000001a;flex:0 0 400px;height:auto;max-width:400px}.corporate-text,.educational-text{flex:1 1}.educational-content{flex-direction:row-reverse}.floating-element{background:linear-gradient(45deg,#8b5cf61a,#3b82f61a);border-radius:50%;position:absolute;z-index:-1}.floating-element:first-child{animation:float 10s ease-in-out infinite;height:300px;left:-5%;top:10%;width:300px}.floating-element:nth-child(2){animation:float 12s ease-in-out infinite reverse;bottom:20%;height:200px;right:-5%;width:200px}.floating-element:nth-child(3){animation:float 8s ease-in-out 2s infinite;height:150px;left:40%;top:40%;width:150px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (max-width:768px){.container{box-sizing:border-box;max-width:100%;padding:0 1rem}section{padding:3rem 0}.hero{height:auto;min-height:100vh;padding-bottom:2rem;padding-top:100px}.hero-content{flex-direction:column;gap:2rem;padding:0 1rem;text-align:center}.hero-text{margin-top:2rem;order:2;padding-right:0}.hero-image{margin:0 auto;max-width:280px;order:1;width:100%}.hero-image img{height:auto;max-height:300px;object-fit:cover;width:100%}.hero-text h1{font-size:2rem;margin-bottom:.5rem}.hero-subtitle{font-size:.85rem;letter-spacing:.5px;margin-bottom:1rem}.hero-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.cta-button{display:inline-block;font-size:.9rem;padding:.875rem 2rem;white-space:nowrap}.about-title{font-size:1.75rem}.about-intro{font-size:1rem}.about-content-grid{gap:2rem;grid-template-columns:1fr}.about-highlight h3{font-size:1.5rem}.about-stats{align-items:center;flex-direction:column;gap:1.5rem}.stat-number{font-size:2rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.services-section h2{font-size:1.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.corporate-content,.educational-content{flex-direction:column;gap:1.5rem;padding:0}.corporate-image,.educational-content img{flex:none;max-width:100%}.corporate-image,.corporate-image img,.educational-content img{height:auto;max-height:250px;object-fit:cover;width:100%}.corporate-text,.educational-text{padding:0}.corporate-text h2,.educational-text h2{font-size:1.5rem}.corporate-text p,.educational-text p{font-size:.95rem}.nav{padding:0 1rem}.nav-links{display:none}.logo{font-size:1.1rem}.logo-image{height:32px;margin-right:.5rem}.contact h2{font-size:1.5rem}.contact p{font-size:.95rem}.contact-icons{gap:1.5rem}.floating-element:first-child{height:150px;width:150px}.floating-element:nth-child(2){height:100px;width:100px}.floating-element:nth-child(3){height:75px;width:75px}.credential-icon{font-size:1.2rem;height:40px;width:40px}.credential-text h5{font-size:1rem}.credential-text p{font-size:.85rem}}@media (max-width:480px){.hero-text h1{font-size:1.75rem}.hero-subtitle{font-size:.75rem}.hero-description{font-size:.9rem}.about-title{font-size:1.5rem}.stat-number{font-size:1.75rem}.cta-button{font-size:.85rem;padding:.75rem 1.5rem}}.reviews-gallery-container{background:#0000;color:#2d3748;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:80vh;padding:3rem 0;scroll-margin-top:100px}.reviews-gallery-inner{margin:0 auto;max-width:1200px;padding:0 1rem}.reviews-gallery-title{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#8b5cf6,#3b82f6);color:#0000;font-size:2.5rem;font-weight:700;margin-bottom:4rem;text-align:center}.reviews-perspective-container{align-items:center;cursor:grab;display:flex;height:24rem;justify-content:center;perspective:1000px;position:relative;width:100%}.reviews-perspective-container:active{cursor:grabbing}.reviews-cards-wrapper{height:100%;margin-bottom:50px;margin-top:100px;position:relative;width:100%}.review-card-item{left:50%;position:absolute;top:50%;transform-style:preserve-3d;transition:all .7s cubic-bezier(0,0,.2,1);width:16rem}.review-card-item.is-at-front{width:20rem}.review-card-content{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #fff6;border-radius:1rem;box-shadow:0 8px 32px 0 #1f268712;padding:1.5rem;transition:all .7s ease-out}.review-card-content.is-at-front{border:2px solid #e9d5ff;box-shadow:0 25px 50px -12px #00000040}.review-card-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.review-card-initials{align-items:center;border-radius:9999px;color:#fff;display:flex;font-size:1.125rem;font-weight:700;height:3rem;justify-content:center;width:3rem}.review-card-name{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#8b5cf6,#3b82f6);color:#0000;font-size:1rem;font-weight:700}.review-card-name.is-at-front{font-size:1.125rem}.review-card-text{color:#4b5563;font-size:.875rem;font-style:italic;line-height:1.25;max-height:5rem;overflow:hidden;transition:all .7s ease-out}.review-card-text.is-at-front{font-size:1rem;line-height:1.625;max-height:none}.reviews-nav-dots{display:flex;gap:.5rem;justify-content:center;margin-top:3rem}.review-nav-dot{background-color:#d1d5db;border:none;border-radius:9999px;cursor:pointer;height:.75rem;transition:all .3s;width:.75rem}.review-nav-dot:hover{background-color:#9ca3af}.review-nav-dot.active{background-color:#8b5cf6;transform:scale(1.25)}.reviews-instructions{color:#6b7281;font-size:.875rem;margin-top:2rem;text-align:center}.spiritual-background{background-color:#fdfbf7;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.spiritual-gradient{animation:breathe 20s ease-in-out infinite alternate;background:radial-gradient(circle at 50% 50%,#ffe4c466 0,#fff0f54d 30%,#e6e6fa33 60%,#fdfbf700 80%);filter:blur(60px);height:200%;left:-50%;position:absolute;top:-50%;width:200%}.spiritual-noise{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");height:100%;left:0;opacity:.03;pointer-events:none;position:absolute;top:0;width:100%}@keyframes breathe{0%{transform:translate(0) scale(1)}50%{transform:translate(-2%,-2%) scale(1.05)}to{transform:translate(2%,2%) scale(1)}}.glass-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #fff6;border-radius:24px;box-shadow:0 8px 32px 0 #1f268712;padding:2rem;transition:all .3s ease}.glass-card:hover{background:#ffffffb3;box-shadow:0 8px 32px 0 #1f26871a;transform:translateY(-2px)}.ritual-overlay{align-items:center;background-color:#fdfbf7;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:9999}.ritual-content{max-width:600px;padding:2rem;text-align:center}.ritual-message{animation:fadeIn 2s ease-out .5s forwards;color:#2d3748;font-family:Playfair Display,serif;font-size:2rem;line-height:1.6;margin-bottom:2rem;opacity:0}.ritual-button{animation:fadeIn 2s ease-out 2s forwards;background:#0000;border:1px solid #2d3748;border-radius:50px;color:#2d3748;cursor:pointer;font-family:Lato,sans-serif;font-size:1rem;letter-spacing:2px;opacity:0;padding:1rem 2rem;text-transform:uppercase;transition:all .4s ease}.ritual-button:hover{background:#2d3748;color:#fdfbf7;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-image{border-radius:10px;height:40px;margin-right:1rem}.corporate{min-height:100vh;padding:8rem 2rem 6rem}.corporate-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.corporate-text h2{font-size:3rem;margin-bottom:1.5rem}.corporate-text p{font-size:1.2rem;line-height:1.8}.corporate-image img{border-radius:20px;box-shadow:0 20px 40px #0000001a;height:auto;max-width:450px;width:100%}.corporate-services{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.corporate-service{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #fff6;border-radius:24px;box-shadow:0 8px 32px 0 #1f268712;padding:2rem;transition:all .3s ease}.corporate-service:hover{background:#ffffffb3;box-shadow:0 8px 32px 0 #1f26871a;transform:translateY(-2px)}.corporate-service h4{color:#2d3748;color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.corporate-service ul{list-style:none;padding:0}.corporate-service li{color:#4a5568;color:var(--text-color);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.corporate-service li:before{color:#8b5cf6;color:var(--accent-color);content:"✦";left:0;position:absolute}@media (max-width:768px){.nav-links{display:none}.corporate-content{gap:2rem;grid-template-columns:1fr}.corporate-text h2{font-size:2rem}.corporate-services{grid-template-columns:1fr}.corporate{padding:6rem 1rem 3rem}}:root{--primary-color:#2d3748;--accent-color:#8b5cf6;--text-color:#4a5568;--heading-font:"Playfair Display",serif;--body-font:"Lato",sans-serif}h1,h2,h3,h4,h5,h6{color:#2d3748;color:var(--primary-color);font-family:Playfair Display,serif;font-family:var(--heading-font);line-height:1.3}h1,h2,h3,h4,h5,h6,p{margin-bottom:1.5rem}p{color:#4a5568;color:var(--text-color);font-family:Lato,sans-serif;font-family:var(--body-font);font-size:1.1rem;line-height:1.8}.header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fdfbf7f2;left:0;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.nav{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo,.nav{align-items:center;display:flex}.logo{color:#2d3748;color:var(--primary-color);font-family:Playfair Display,serif;font-family:var(--heading-font);font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#2d3748;color:var(--primary-color);font-family:Lato,sans-serif;font-family:var(--body-font);font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#8b5cf6;color:var(--accent-color)}.educational{min-height:100vh;padding:8rem 2rem 6rem}.container{margin:0 auto;max-width:1200px}.educational-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.educational-text h2{font-size:3rem;margin-bottom:1.5rem}.educational-text p{font-size:1.2rem;line-height:1.8}.educational-image img{border-radius:20px;box-shadow:0 20px 40px #0000001a;height:auto;max-width:450px;width:100%}.educational-workshops{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.educational-workshop{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #fff6;border-radius:24px;box-shadow:0 8px 32px 0 #1f268712;padding:2rem;transition:all .3s ease}.educational-workshop:hover{background:#ffffffb3;box-shadow:0 8px 32px 0 #1f26871a;transform:translateY(-2px)}.educational-workshop h4{color:#2d3748;color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.educational-workshop ul{list-style:none;padding:0}.educational-workshop li{color:#4a5568;color:var(--text-color);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.educational-workshop li:before{color:#8b5cf6;color:var(--accent-color);content:"✦";left:0;position:absolute}.contact{padding:4rem 2rem;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:1rem}.contact-icons{display:flex;gap:2rem;justify-content:center;margin-top:3rem}.contact-icon{color:#2d3748;color:var(--primary-color);transition:all .3s ease}.contact-icon:hover{color:#8b5cf6;color:var(--accent-color);transform:translateY(-5px)}@media (max-width:768px){.nav-links{display:none}.educational-content{gap:2rem;grid-template-columns:1fr}.educational-text h2{font-size:2rem}.educational-workshops{grid-template-columns:1fr}.educational{padding:6rem 1rem 3rem}.educational-image img{margin-top:0}}
/*# sourceMappingURL=main.f0315f25.css.map*/