html,body{height:100%;overflow-x:hidden;scroll-behavior:auto!important}[data-framer-name]{scroll-behavior:auto!important}.navbar{width:100%;position:absolute;top:0;z-index:999;background-color:transparent}.navbar-container{max-width:1400px;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center;border-radius:2rem;background-color:#fffc;box-shadow:0 2px 6px #0000001a}.logo img{max-height:4rem;width:auto;display:block;transition:transform .3s ease}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;flex-grow:1;justify-content:center}.nav-links li a{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:color .3s,transform .2s}.nav-links li a:hover{color:#898989;transform:scale(1.05)}.nav-right{display:flex;align-items:center;gap:1rem;margin-left:1rem}.register-btn{text-decoration:none;background-color:#000;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-weight:500;font-size:.9rem;transition:background-color .3s,transform .2s}.register-btn:hover{background-color:#898989;transform:scale(1.05)}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;position:absolute;top:1.2rem;right:1.5rem}.bar{width:25px;height:3px;background-color:#333;margin:4px 0;transition:all .3s ease}.hamburger.open .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.navbar-container{padding:.75rem 1.5rem;position:relative}.hamburger{display:flex}.nav-links{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;flex-direction:column;align-items:center;justify-content:center;background-color:#fffffff7;padding:3rem 1rem;border-radius:0;box-shadow:0 4px 12px #00000026;transform:translateY(-20px);opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:999}.nav-links.active{display:flex;transform:translateY(0);opacity:1}.nav-links li{width:100%;text-align:center;padding:1rem 0}.nav-links li a{font-size:1.15rem;font-weight:600;color:#111;display:block;padding:.5rem 1rem}.nav-links li:hover{background-color:#0000000d;border-radius:1rem}.register-btn{margin-top:.9rem;font-size:1rem;padding:.5rem 1.7rem}.logo img{max-height:3.05rem}}.nav-right{margin-right:3.5rem}@media (max-width: 480px){.navbar-container{padding:.5rem 1rem}.logo img{max-height:2.5rem}.nav-links li a{font-size:1.05rem}.register-btn{font-size:.9rem;padding:.5rem 1rem}.bar{width:20px;height:2px;margin:3px 0}.hamburger.open .bar:nth-child(1){transform:translateY(5px) rotate(45deg)}.hamburger.open .bar:nth-child(3){transform:translateY(-5px) rotate(-45deg)}}.landing-container{display:flex;min-height:100vh;width:100%;background:#fff;overflow:hidden;position:relative;margin-top:50px}.left-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:2}.main-heading{text-align:left;max-width:600px;position:relative}.bg-decoration{position:absolute;top:-20px;left:-20px;width:120px;height:120px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:30px;opacity:.1;transform:rotate(-15deg);z-index:-1}.company-tagline{font-size:1.4rem;font-weight:500;color:#494747;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;opacity:0;animation:fadeInUp 1s ease-out .2s forwards}.hero-title{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#1a1a1a,#4a5568,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:fadeInUp 1s ease-out .4s forwards;position:relative}.gateway-text{background:linear-gradient(135deg,#6d7c9c,#868686,#3730a3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-subtitle{font-size:1.2rem;color:#64748b;line-height:1.6;margin-bottom:2rem;opacity:0;animation:fadeInUp 1s ease-out .6s forwards}.floating-element{position:absolute;top:50%;right:-40px;width:80px;height:80px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;opacity:.1;transform:rotate(45deg);animation:float 6s ease-in-out infinite}.right-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.carousel-container-full{width:100%;height:80vh;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 10px 30px #0003}.carousel-slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;top:0;left:0}.slide-static{opacity:1}.slide-in{animation:slideIn 1.5s forwards}.slide-out{animation:slideOut 1.5s forwards}.carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:2}.indicator{width:12px;height:12px;background:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease}.indicator.active{background:#3b82f6;width:16px;height:16px;box-shadow:0 0 12px #3b82f6cc}@keyframes slideInDecoration{0%{opacity:0;width:0%}to{opacity:1;width:60%}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(-20%);opacity:0}}@keyframes float{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(-20px)}}@media (max-width: 1024px){.landing-container{flex-direction:column;min-height:100vh}.left-section{flex:none;min-height:45vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.right-section{flex:none;min-height:55vh;padding:1rem 1.5rem 2rem}.main-heading{text-align:center;margin:0 auto}.hero-title{text-align:center;font-size:clamp(2.2rem,6vw,3.8rem)}.hero-subtitle,.company-tagline{text-align:center}.carousel-container-full{height:100%;max-height:50vh}.floating-element{display:none}}@media (max-width: 768px){.landing-container{flex-direction:column;min-height:100vh;margin-top:60px}.left-section{flex:none;min-height:35vh;display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem}.right-section{flex:none;min-height:65vh;padding:.5rem 1rem 1.5rem;display:flex;align-items:stretch}.main-heading{text-align:center;margin:0 auto;max-width:100%}.company-tagline{font-size:1.3rem;text-align:center;margin-bottom:.8rem;letter-spacing:1.5px}.hero-title{font-size:clamp(1.8rem,8vw,2.5rem);text-align:center;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;text-align:center;line-height:1.5;margin-bottom:1rem;padding:0 .5rem}.carousel-container-full{width:100%;height:100%;border-radius:12px;flex:1;min-height:450px;max-height:none}.bg-decoration,.floating-element{display:none}}@media (max-width: 480px){.landing-container{margin-top:70px;min-height:calc(100vh - 70px)}.left-section{min-height:30vh;padding:1rem .8rem}.right-section{min-height:65vh;padding:.5rem .8rem 1rem}.right-section{min-height:70vh;padding:.5rem .8rem 1rem}.company-tagline{font-size:1.2rem;letter-spacing:1px;margin-bottom:.6rem}.hero-title{font-size:clamp(1.6rem,9vw,2.5rem);line-height:1.15;margin-bottom:.8rem}.hero-subtitle{font-size:.85rem;line-height:1.4;margin-bottom:.5rem;padding:0 .3rem}.carousel-container-full{border-radius:10px;min-height:460px;height:100%;max-height:none}.carousel-indicators{bottom:15px;gap:8px}.indicator{width:10px;height:10px}.indicator.active{width:14px;height:14px}}@media (max-width: 360px){.left-section{min-height:32vh;padding:.8rem .6rem}.right-section{min-height:63vh;padding:.3rem .6rem .8rem}.hero-title{font-size:1.5rem;line-height:1.1}.hero-subtitle{font-size:.8rem;padding:0}.company-tagline{font-size:.79rem}.carousel-container-full{min-height:310px}}.Homeparallax-section{width:100%;min-height:60vh;background-size:cover;background-position:center;background-attachment:fixed;margin-top:40px}.about-section{padding:80px 20px;background-color:#fff;position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;border-radius:50%;background-color:#ea327d0d;z-index:0}.about-section:after{content:"";position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;border-radius:50%;background-color:#ea327d0d;z-index:0}.about-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.about-header{text-align:center;margin-bottom:60px}.about-header h2{font-size:4rem;font-weight:700;margin-bottom:15px;position:relative;display:inline-block}.highlight{color:#fff;background-color:#898989;padding:0 10px;border-radius:4px}.header-line{width:80px;height:4px;background-color:#898989;margin:0 auto}.about-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:50px;align-items:center}.about-image-wrapper{flex:1;min-width:300px;position:relative}.image-background{position:absolute;width:100%;height:100%;background-color:#898989;border-radius:10px;transform:rotate(-3deg) scale(.95);z-index:1}.image-frame{position:relative;z-index:2;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #00000026}.image-frame img{width:100%;height:400px;object-fit:cover;display:block;transition:transform .5s ease}.image-frame:hover img{transform:scale(1.05)}.about-text{flex:1;min-width:300px}.about-text h3{font-size:2.2rem;font-weight:700;margin-bottom:25px;line-height:1.2}.about-text p{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:20px}.mission-box{background-color:#f8f8f8;border-left:4px solid #898989;padding:20px;margin:30px 0;border-radius:0 6px 6px 0}.mission-box h4{font-size:1.3rem;font-weight:600;margin-bottom:10px;color:#333}.mission-box p{margin-bottom:0}.learn-more-btn{display:flex;align-items:center;gap:10px;background-color:#898989;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:20px;box-shadow:0 4px 12px #6b6b6b40}.learn-more-btn:hover{background-color:#636161;transform:translateY(-2px);box-shadow:0 6px 15px #7c7c7c59}.learn-more-btn svg{transition:transform .3s ease}.learn-more-btn:hover svg{transform:translate(5px)}@media (max-width: 992px){.about-content{flex-direction:column}.about-image-wrapper,.about-text{width:100%;max-width:600px;margin:0 auto}.about-header h2{font-size:2.4rem}.about-text h3{font-size:1.8rem;text-align:center}}@media (max-width: 768px){.about-section{padding:60px 20px}.about-header{margin-bottom:40px}.header-line{width:60px}.image-frame img{height:350px}}@media (max-width: 480px){.about-header h2{font-size:2rem}.image-frame img{height:280px}.about-text{margin-top:60px}.about-text h3{font-size:1.6rem}.about-text p{font-size:1rem}}.footer{background-color:#1a1c25;color:#fff;padding:30px 0;width:100%}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;padding:0 20px}.footer-left{display:flex;flex-direction:column;gap:20px;align-items:flex-end;text-align:right}.footer-nav{display:flex;gap:30px}.footer-nav a{color:#fff;text-decoration:none;font-size:16px;transition:color .2s}.footer-nav a:hover{text-decoration:underline}.footer-legal{display:flex;gap:20px;color:#aaa;font-size:14px}.footer-legal span{color:#aaa}.footer-legal a{color:#aaa;text-decoration:none}.footer-legal a:hover{text-decoration:underline}.footer-credit{font-size:14px;color:#aaa}.footer-credit a{color:inherit;text-decoration:none}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:20px}.footer-logo{margin-bottom:10px}.footer-logo img{height:120px;width:auto}.footer-social{display:flex;gap:15px}.social-icon{display:inline-block;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.7;transition:opacity .2s}.social-icon:hover{opacity:1}.facebook-icon{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="white"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg>')}.twitter-icon{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>')}.instagram-icon{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="white"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>')}@media (max-width: 768px){.footer-container{flex-direction:column;gap:20px;align-items:center}.footer-left{align-items:center;text-align:center}.footer-credit{order:3;margin-top:10px}.footer-nav,.footer-legal{order:1}}@media (max-width: 480px){.footer-nav,.footer-legal{flex-wrap:wrap;justify-content:center}}.aboutus-container{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#fff}.aboutus-content{flex:1;padding:8rem 2rem 4rem;background:#fff}.content-wrapper{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.left-content{padding-right:2rem}.section-label{font-size:3.5rem;font-weight:600;color:#8c8c8d;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;opacity:0;animation:fadeInUp .8s ease-out .2s forwards;text-align:left}.main-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;color:#1a1a1a;margin:0;opacity:0;animation:fadeInUp .8s ease-out .4s forwards;text-align:left}.right-content{padding-left:2rem;display:flex;flex-direction:column;gap:2rem}.description-block{opacity:0;animation:fadeInUp .8s ease-out .6s forwards}.description-block:nth-child(2){animation-delay:.8s}.description-text{font-size:1rem;line-height:1.7;color:#64748b;margin:0;text-align:justify}.buildings-section{height:50vh;min-height:400px;position:relative;overflow:hidden;margin:0}.buildings-image{width:100%;height:100%;position:relative;overflow:hidden}.buildings-img{width:100%;height:100%;object-fit:cover;object-position:center}.buildings-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#0ea5e91a,#0ea5e90d,#0ea5e900)}@media (min-width: 1400px){.aboutus-content{padding:9rem 3rem 5rem}.content-wrapper{max-width:1400px;gap:5rem}.section-label{font-size:4rem}.description-text{font-size:1.1rem}}@media (min-width: 1200px) and (max-width: 1399px){.aboutus-content{padding:8.5rem 2.5rem 4.5rem}.content-wrapper{max-width:1200px}}@media (max-width: 1199px) and (min-width: 1025px){.aboutus-content{padding:8rem 2rem 4rem}.content-wrapper{gap:3.5rem}.section-label{font-size:3rem}}@media (max-width: 1024px) and (min-width: 769px){.aboutus-content{padding:7rem 2rem 4rem}.content-wrapper{grid-template-columns:1fr;gap:3rem;text-align:center}.left-content{padding-right:0}.right-content{padding-left:0}.section-label{text-align:center;font-size:2.8rem}.main-title{text-align:center;font-size:2.5rem}.description-text{text-align:left;max-width:100%;margin:0 auto}.buildings-section{height:40vh;min-height:300px;margin-top:2rem}}@media (max-width: 768px) and (min-width: 481px){.aboutus-content{padding:6rem 1.5rem 3rem}.content-wrapper{grid-template-columns:1fr;gap:2.5rem;text-align:center}.left-content{padding-right:0}.right-content{padding-left:0}.section-label{font-size:2.5rem;text-align:center;margin-bottom:1rem}.main-title{font-size:2rem;text-align:center;line-height:1.3}.description-text{font-size:.95rem;text-align:left;line-height:1.6}.buildings-section{margin:2rem .5rem 0;height:35vh;min-height:280px;border-radius:20px 20px 0 0}}@media (max-width: 480px){.aboutus-content{padding:5.5rem 1rem 2.5rem}.content-wrapper{grid-template-columns:1fr;gap:2rem;text-align:center}.left-content{padding-right:0}.right-content{padding-left:0;gap:.7rem}.section-label{font-size:2rem;text-align:center;margin-bottom:1rem;letter-spacing:1px}.main-title{font-size:1.75rem;text-align:center;line-height:1.3}.description-text{font-size:.92rem;text-align:left;line-height:1.6}.description-block{margin-bottom:1rem}.buildings-section{margin:2rem 0 0;border-radius:16px 16px 0 0;height:30vh;min-height:250px}}@media (max-width: 380px){.aboutus-content{padding:5rem .8rem 2rem}.section-label{font-size:1.8rem}.main-title{font-size:1.6rem}.description-text{font-size:.86rem}.buildings-section{height:28vh;min-height:220px}}.why-choose-container{padding:4rem 5%;max-width:100%;margin:0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.why-choose-content{display:flex;flex-direction:row;gap:2rem}.why-choose-left{flex:0 0 25%;padding-right:1rem}.why-choose-header{position:sticky;top:2rem}.why-choose-header h2{font-size:4rem;font-weight:700;margin:0;line-height:1.2;color:#333;padding-right:30px}.e-learning{color:#8c8c8c!important}.intro-text{color:#626262;line-height:1.6;margin-top:1rem}.why-choose-right{flex:0 0 68%}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center}.benefit-icon{width:75px;height:75px;border-radius:50%;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.gray-1{background:#6b7280;box-shadow:0 0 8px #6b72804d}.gray-2{background:#4b5563;box-shadow:0 0 8px #4b55634d}.gray-3{background:#374151;box-shadow:0 0 8px #3741514d}.gray-4{background:#9ca3af;box-shadow:0 0 8px #9ca3af4d}.gray-5{background:#6b7280;box-shadow:0 0 8px #6b72804d}.gray-6{background:#374151;box-shadow:0 0 8px #3741514d}.benefit-text{margin-top:.5rem}.benefit-item h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem}.benefit-item p{color:#777;font-size:.9rem;line-height:1.5}@media (max-width: 1200px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.why-choose-content{flex-direction:column}.why-choose-left{flex:0 0 100%;padding-right:0;margin-bottom:2rem}.why-choose-right{flex:0 0 100%}}@media (max-width: 576px){.benefits-grid{grid-template-columns:1fr}.why-choose-header h2{font-size:2rem}}.founder-section{width:100%;padding:5rem 2rem;background:#fff;font-family:Poppins,sans-serif;overflow:hidden}.founder-wrapper{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:3rem}.founder-text{flex:1;padding:2.5rem;background:#fff;border-radius:25px;box-shadow:0 6px 20px #00000014;position:relative;animation:slideInLeft 1.2s ease-out}.founder-title{font-size:2.8rem;font-weight:700;color:#000;margin-bottom:1.5rem;opacity:0;animation:fadeInUp 1s ease-out .4s forwards}.founder-bio{font-size:1.2rem;line-height:1.7;color:#444;margin-bottom:1.5rem;opacity:0;animation:fadeInUp 1s ease-out .6s forwards}.founder-name{color:#8c8c8d;font-weight:600;position:relative;display:inline-block}.founder-name:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#8c8c8d;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.founder-name:hover:after{transform:scaleX(1)}.founder-message{font-size:1.1rem;font-style:italic;color:#666;opacity:0;animation:fadeInUp 1s ease-out .8s forwards}.founder-image-container{flex:1;position:relative;max-width:500px;perspective:1000px}.image-frame{position:relative;transform:rotate(3deg);transition:transform .5s ease;animation:imageEntrance 1.5s ease-out}.image-frame:hover{transform:rotate(0) scale(1.05)}.founder-image{width:100%;height:auto;max-height:500px;border-radius:15px;box-shadow:0 10px 30px #00000026;object-fit:cover;z-index:2;position:relative}.image-accent{position:absolute;top:-20px;left:-20px;width:80%;height:80%;background:linear-gradient(45deg,#8c8c8d,#b2b2b8);border-radius:15px;z-index:1;transform:rotate(-6deg);animation:accentPulse 2s infinite ease-in-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes imageEntrance{0%{opacity:0;transform:scale(.8) rotate(10deg)}60%{opacity:1;transform:scale(1.1) rotate(-2deg)}to{opacity:1;transform:scale(1) rotate(3deg)}}@keyframes accentPulse{0%{transform:rotate(-6deg) scale(1);opacity:.7}50%{transform:rotate(-6deg) scale(1.05);opacity:.9}to{transform:rotate(-6deg) scale(1);opacity:.7}}@media (max-width: 1024px){.founder-wrapper{flex-direction:column;gap:2rem}.founder-text,.founder-image-container{max-width:100%}.founder-image{max-height:450px}.image-accent{width:70%;height:70%}}@media (max-width: 768px){.founder-section{padding:3rem 1.5rem}.founder-title{font-size:2.2rem}.founder-bio{font-size:1.1rem}.founder-message{font-size:1rem}.founder-image{max-height:400px}}@media (max-width: 480px){.founder-section{padding:2rem 1rem}.founder-text{padding:1.5rem}.founder-title{font-size:1.8rem}.founder-bio{font-size:.95rem}.founder-message{font-size:.9rem}.founder-image{max-height:300px}.image-accent{width:60%;height:60%;top:-15px;left:-15px}}.parallax-section{width:100%;min-height:60vh;background-size:cover;background-position:center;background-attachment:fixed;margin-top:40px}.contact-header{position:relative;height:400px;width:100%;overflow:hidden}.header-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.header-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;flex-direction:column;justify-content:center;padding-left:100px}.contact-header h1{color:#fff;font-size:88px;font-weight:700;margin:0;padding:0}.contact-header p{color:#fff;margin-top:10px;font-size:19px}.slide-in{animation:slideIn 2s ease-out forwards}.type-word{display:inline-block;opacity:0;transform:scale(.9);animation:typeIn .2s forwards;color:#fff}@media (max-width: 992px){.contact-header{height:250px}.contact-header h1{font-size:64px}.contact-header p{font-size:18px}.header-overlay{padding-left:20px}}@media (max-width: 576px){.contact-header h1{font-size:36px}.contact-header p{font-size:16px}}@media (max-width: 480px){.contact-header h1{font-size:36px}.contact-header p{font-size:16px}}.contact-content{display:flex;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:60px 100px}.form-info{flex:1;padding-right:60px}.form-info h2{font-size:66px;font-weight:700;margin:0;line-height:1.2;color:#000}.info-headline{font-size:19px;margin-top:25px;margin-bottom:15px;color:#000}.info-description{color:#666;line-height:1.6;margin-bottom:30px}.phone-number{display:flex;align-items:center;margin-top:30px}.phone-icon{width:48px;height:48px;background-color:#898989;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px}.phone-icon svg{width:24px;height:24px;color:#000}.phone-number span{font-size:20px;font-weight:700;color:#000}.form-container{flex:1;background-color:#a3a3a3;border-radius:5px;padding:30px;box-shadow:0 5px 15px #0000001a}.form-group{position:relative;margin-bottom:20px}.input-container{position:relative;overflow:hidden}.input-icon{position:absolute;left:0;top:12px;color:#000}.input-icon svg{width:20px;height:20px}input,textarea{background-color:#a3a3a3;width:100%;padding:12px 0 12px 30px;border:none;border-bottom:1px solid #ddd;font-size:16px;color:#000;outline:none;transition:border-color .3s,background-color .3s}textarea{height:100px;resize:none}input::placeholder,textarea::placeholder{color:#000;transition:color .6s ease}input:focus::placeholder,textarea:focus::placeholder{color:transparent}input:focus,textarea:focus{border-color:#a3a3a3;background-color:#fff}.submit-btn{background-color:#888686;border:none;border-radius:4px;padding:14px 30px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s;margin-top:10px;float:right}.address{margin-top:25px;font-size:16px;color:#000;line-height:1.6}.submit-btn:hover{background-color:#868282}.word{display:inline-block;opacity:0;transform:translateY(20px);animation:fadeInUp .5s forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.learn{display:inline-block;opacity:0;transform:translate(-20px);animation:windFlow 1s forwards;color:#999}@keyframes windFlow{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 992px){.contact-content{flex-direction:column;padding:40px 20px}.form-info{padding-right:0;margin-bottom:40px}.form-info h2{font-size:40px}}.maincontact{display:flex;flex-direction:column;min-height:100vh}.info-container{max-width:1500px;margin:0 auto;padding:60px 20px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.info-section{margin-bottom:100px;position:relative}.section-wrapper{display:flex;position:relative;max-width:1500px}.info-image{width:60%;height:400px;overflow:hidden;opacity:0;transform:translate(-20px);transition:opacity .6s ease-out,transform .6s ease-out}.info-image img{width:100%;height:100%;object-fit:cover;display:block}.info-content{width:50%;padding:40px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-shadow:0 5px 20px #0000001a;position:absolute;top:15%;right:0;z-index:2;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out .2s,transform .6s ease-out .2s}.info-section.in-view .info-image,.info-section.in-view .info-content{opacity:1;transform:translate(0) translateY(0)}.info-section.right-image .section-wrapper{flex-direction:row-reverse}.info-section.right-image .info-content{left:0;right:auto}.info-subtitle{font-size:35px;font-weight:600;color:#898989;margin:0 0 15px;letter-spacing:1px}.info-title{font-size:22px;line-height:1.4;color:#333;margin:0 0 30px;font-weight:500}.info-link{display:inline-flex;align-items:center;color:#898989;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:1px;transition:color .3s ease}.info-link:hover{color:#898989}.arrow-icon{margin-left:5px;font-size:18px}@media screen and (max-width: 992px){.info-image{width:55%}.info-content{width:55%;padding:30px}}@media screen and (max-width: 768px){.info-section{margin-bottom:60px}.section-wrapper,.info-section.right-image .section-wrapper{flex-direction:column}.info-image{width:100%;height:300px}.info-content{position:relative;width:90%;margin:-60px auto 0;top:0;transform:none;right:auto;left:auto}.info-title{font-size:24px}}@media screen and (max-width: 480px){.info-container{padding:40px 15px}.info-image{height:250px}.info-content{width:92%;padding:20px;margin:-40px auto 0;font-size:15px}.info-title{font-size:20px;margin-bottom:20px}.info-section{margin-bottom:50px}}.courseheader-section{width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.course-header{position:relative;height:400px;width:100%;overflow:hidden}.courseheader-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.courseheader-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 20px 0 100px}.courseheader-overlay h1{color:#fff;font-size:88px;font-weight:700;margin:0;padding:0;line-height:1.1}.courseheader-overlay p{color:#fff;margin-top:10px;font-size:19px;line-height:1.5}@media (max-width: 992px){.courseheader-overlay{padding:0 15px 0 50px}.courseheader-overlay h1{font-size:64px}.courseheader-overlay p{font-size:18px}}@media (max-width: 576px){.courseheader-overlay{padding:0 10px 0 20px;align-items:flex-start;text-align:left}.courseheader-overlay h1{font-size:36px}.courseheader-overlay p{font-size:16px}.course-header{height:300px}}@media (max-width: 480px){.contact-header h1{font-size:36px}.courseheader-overlay p{font-size:16px}}*{margin:0;padding:0;font-family:Noto Sans,sans-serif}.abacus-video-container{position:relative;width:100%;height:80vh;margin:0;padding:0;overflow:hidden}.abacus-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.faq-container{max-width:1500px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.faq-title{text-align:center;margin-bottom:30px;color:#333;font-size:28px}.faq-columns{display:flex;gap:20px}.faq-column{flex:1;display:flex;flex-direction:column;gap:10px}.faq-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background-color:#fff}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;background-color:#fff;transition:background-color .3s ease}.faq-question:hover{background-color:#f9f9f9}.faq-question h3{margin:0;font-size:16px;font-weight:500;color:#333}.faq-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:18px;color:#777;font-weight:700}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 20px 16px}.faq-answer p{margin:0;color:#666;line-height:1.6}@media (max-width: 480px){.faq-columns{flex-direction:column}.faq-container{padding:15px}.faq-question{padding:14px 16px}.faq-question h3{font-size:15px}.faq-item.active .faq-answer{padding:0 16px 14px}}@media (min-width: 480px){.faq-columns{gap:40px}}.faqheader-section{width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.faq-header{position:relative;height:400px;width:100%;overflow:hidden}.faqheader-bggs{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.faqheader-overlays{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;flex-direction:column;justify-content:center;padding-left:100px}.faqheader-overlays h1{color:#fff;font-size:88px;font-weight:700;margin:0;padding:0}.faqheader-overlays p{color:#fff;margin-top:10px;font-size:19px}.slide-in{animation:slideIn 1s ease-out forwards}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.type-word{display:inline-block;opacity:0;transform:scale(.9);animation:typeIn .2s forwards}@keyframes typeIn{to{opacity:1;transform:scale(1)}}@media (max-width: 992px){.faq-header{height:250px}.faqheader-overlays{padding-left:20px}.faqheader-overlays h1{font-size:64px}.faqheader-overlays p{font-size:18px}}@media (max-width: 576px){.faqheader-overlays h1{font-size:36px}.faqheader-overlays p{font-size:16px}}
