.navbar{position:sticky;top:0;z-index:1000;width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 40px;box-sizing:border-box;background:#0366668c;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-bottom:1px solid rgba(70,157,137,.3);box-shadow:0 6px 25px #24827766;transition:background .3s ease,box-shadow .3s ease}.navbar.scrolled{background:#358f80cc;box-shadow:0 4px 25px #469d8999}.logo-img{height:55px;width:auto;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.logo-img:hover{transform:scale(1.05);box-shadow:0 0 15px #469d8980}.nav-links{display:flex;gap:2.2rem;align-items:center}.nav-links a{color:#fff;text-decoration:none;font-weight:500;font-size:1.05rem;transition:all .3s ease;position:relative;letter-spacing:.5px}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;height:2px;width:0;background:linear-gradient(90deg,white,var(--zomp-2));transition:width .3s ease;border-radius:4px}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:#fff;text-shadow:0 0 8px rgba(70,157,137,.6)}.hamburger{display:none;font-size:2rem;cursor:pointer;transition:transform .3s ease,color .3s ease}@media (max-width: 768px){.navbar{padding:12px 20px}.hamburger{display:block}.nav-links{display:none;flex-direction:column;gap:1.2rem;width:100%;text-align:center;padding:1.5rem 0;position:absolute;top:100%;left:0;background:#036666e6;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-top:1px solid rgba(70,157,137,.3);box-shadow:0 8px 24px #24827799;transition:opacity .4s ease,transform .4s ease;opacity:0;transform:translateY(-10px)}.nav-links.open{display:flex;opacity:1;transform:translateY(0)}.nav-links a{color:var(--celadon);font-size:1.2rem}}.home{text-align:center}.home h1{margin-top:5rem;font-size:3rem;font-weight:700;margin-bottom:2rem;letter-spacing:1px}.section2 h1,.section3 h1{font-size:3rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:1px}.home-boxes{padding:0 10px}.home-top,.home-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex:1 1 500px;min-width:350px;min-height:500px;padding:3rem}.home-top h1,.home-bottom h1{margin-bottom:2rem;color:var(--celadon)}.home-top p,.home-bottom p{max-width:500px;margin-bottom:2rem}.home-image,.home-image2{width:100%;border-radius:20px}.home-image{max-width:500px;margin-top:20px}.home-image2{max-width:500px;margin:2rem auto;display:block}.home-bottom-text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;margin-bottom:5rem}.section2,.section3{margin-top:10rem;padding:0 10px;padding-bottom:3rem}.section3{padding-bottom:6rem}.learning-made-simple{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;width:100%;max-width:1200px;margin-top:80px;text-align:center}.learning-made-simple .home-box{flex:0 1 30%;min-width:250px;max-width:350px}.icon,.subject-icon{width:100px;height:100px;margin-bottom:20px}.icon{filter:invert(1)}.subjects{display:flex;flex-direction:row;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:2rem;width:100%;overflow-x:auto;margin-top:80px;padding-bottom:1rem}.subjects .home-box{flex:0 1 30%;min-width:250px;max-width:350px}.subject-button{margin-top:30px;padding-bottom:3rem}@media (max-width: 900px){.section2{border-radius:25px;padding:3rem 1rem;margin:5rem 1rem}.home h1{font-size:2.6rem;margin-bottom:1.5rem}.section2 h1,.section3 h1{font-size:2.2rem;margin-bottom:1.5rem}.learning-made-simple{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:1rem 0;justify-content:flex-start;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}.learning-made-simple:after{content:"";flex:0 0 1rem}.learning-made-simple .home-box{flex:0 0 80%;scroll-snap-align:center;border-radius:20px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;opacity:0;animation:fadeUp .8s ease forwards}.learning-made-simple .home-box:nth-child(1){animation-delay:.1s}.learning-made-simple .home-box:nth-child(2){animation-delay:.2s}.learning-made-simple .home-box:nth-child(3){animation-delay:.3s}.learning-made-simple .home-box:nth-child(4){animation-delay:.4s}.learning-made-simple .home-box:nth-child(5){animation-delay:.5s}.learning-made-simple .home-box:hover{transform:scale(1.05);box-shadow:0 8px 25px #0006}.section3{border-radius:25px;padding:3rem 1rem;margin:5rem 1rem}.subjects{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;justify-content:flex-start;padding:1rem 0;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}.subjects:after{content:"";flex:0 0 1rem}.subjects .home-box{flex:0 0 60%;scroll-snap-align:center;border-radius:20px;padding:2rem;text-align:center;transition:transform .3s ease}.subjects .home-box:hover{transform:scale(1.05)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}.footer{width:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:40px 60px;box-sizing:border-box;color:var(--celadon);background:#0366668c;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-top:1px solid rgba(70,157,137,.3);box-shadow:0 -4px 20px #2482774d;flex-wrap:wrap}.footer h3{color:var(--celadon);margin-bottom:14px;font-size:1.25rem;font-weight:600;letter-spacing:.5px}.footer p,.footer a{color:#fff;font-size:.95rem;line-height:1.6;text-decoration:none;transition:color .3s ease,text-shadow .3s ease}.footer a:hover{color:var(--zomp-2);text-shadow:0 0 8px rgba(70,157,137,.6)}.footer-section1,.footer-section2,.footer-section3{flex:1;min-width:250px;margin:10px 20px}.footer-section2{display:flex;flex-direction:column;gap:8px}.footer-section3 p{margin:5px 0}.footer:before{content:"";position:absolute;left:0;top:0;height:1px;width:100%;background:#469d894d}@media (max-width: 768px){.footer{flex-direction:column;text-align:center;align-items:center;padding:30px 20px;gap:20px}.footer-section1,.footer-section2,.footer-section3{margin:10px 0;align-items:center;text-align:center}.footer h3{font-size:1.2rem}.footer p,.footer a{font-size:1rem}}.about{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;background:var(--gradient-bg);box-sizing:border-box}.about-card{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;width:90%;max-width:1000px;margin:5rem auto;padding:3rem 2rem;background:#10002b66;border-radius:20px;box-shadow:0 4px 25px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease-in-out}.about-card h1{font-size:2.5rem;font-weight:700;color:var(--celadon);text-align:center;margin-bottom:1rem}.about-card h2{font-size:2rem;font-weight:600;color:var(--celadon);margin-top:2rem;margin-bottom:1rem}.about-card p{font-size:1.2rem;line-height:1.7;text-align:left}.about-card ul{list-style-type:disc;padding-left:1.5rem;font-size:1.2rem;line-height:1.6}.about-card li{margin-bottom:.8rem}@media (max-width: 768px){.about-card{width:95%;padding:1.5rem;margin:3rem auto}.about-card h1{font-size:2rem}.about-card h2{font-size:1.6rem}.about-card p,.about-card ul{font-size:1.05rem}}.book{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;background:var(--gradient-bg);box-sizing:border-box}.book-container{display:flex;flex-direction:column;align-items:center;text-align:center;width:90%;max-width:1000px;margin-top:60px;margin-bottom:5rem;padding:2rem;background:#10002b66;border-radius:20px;box-shadow:0 4px 25px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease-in-out}.book-container h1{font-size:2.5rem;font-weight:700;color:var(--celadon);margin-bottom:1.5rem}.register-box{width:100%;max-width:800px;padding:1.5rem;border-radius:20px;margin-top:1.5rem;color:var(--celadon)}#socket-enquiry input,#socket-enquiry textarea,#socket-enquiry select{color:#000!important;background-color:#fff!important;border-radius:10px!important;border:1px solid #ccc!important;padding:.5rem!important}#socket-enquiry input::placeholder,#socket-enquiry textarea::placeholder{color:#555!important}.tcs-terms{color:#fff!important}.tcs-terms a{color:#fff!important;font-weight:700!important}@media (max-width: var(--breakpoint-md)){.book-container{width:95%;padding:1.5rem;margin:2rem auto}.book-container h1{font-size:2rem}.register-box{padding:1rem}}:root{--gradient-bg: linear-gradient( 180deg, #99e2b4ff, #88d4abff, #78c6a3ff, #67b99aff, #56ab91ff, #469d89ff, #358f80ff, #248277ff, #14746fff, #036666ff );--celadon: #99e2b4ff;--celadon-2: #88d4abff;--mint: #78c6a3ff;--mint-2: #67b99aff;--zomp: #56ab91ff;--zomp-2: #469d89ff;--viridian: #358f80ff;--pine-green: #248277ff;--skobeloff: #14746fff;--caribbean-current: #036666ff;--breakpoint-md: 900px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Tasa Explorer,sans-serif;background:var(--caribbean-current);color:#fff;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Tasa Explorer,sans-serif}h1,h2{color:#fff}h3{color:var(--celadon)}p{color:inherit}.flex-center{display:flex;justify-content:center;align-items:center}.text-center{text-align:center}.rounded-xl{border-radius:20px}.shadow-lg{box-shadow:0 4px 25px #0000004d}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10002b73}.transition-smooth{transition:all .3s ease-in-out}.home{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;background:var(--gradient-bg)}.home-boxes{display:flex;flex-direction:row;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:2rem;margin-top:100px;width:100%;max-width:120rem;box-sizing:border-box}.box{background:#10002b73;border-radius:20px;box-shadow:0 4px 25px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;box-sizing:border-box}.button{background:var(--zomp-2);color:#fff;border:none;border-radius:30px;padding:.9rem 1.8rem;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 0 15px #469d8980}.button:hover{background:var(--mint-2);transform:translateY(-3px);box-shadow:0 0 25px #67b99ab3}.img-responsive{width:100%;max-width:100%;height:auto;border-radius:16px;transition:transform .4s ease,box-shadow .4s ease}.img-responsive:hover{transform:scale(1.05);box-shadow:0 12px 28px #24004699}.text-box{max-width:500px;margin-bottom:1.5rem}@media (max-width: var(--breakpoint-md)){.home-boxes{flex-direction:column;align-items:center}.box{width:100%;min-height:auto;margin:20px auto}.button{font-size:1rem;padding:.8rem 1.6rem}h1{font-size:2.2rem}}html{scroll-behavior:smooth}.ourTutors{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;background:var(--gradient-bg);box-sizing:border-box}.ourTutors-container{display:flex;flex-direction:column;align-items:center;width:90%;max-width:1200px;margin-top:80px;padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;margin-bottom:3rem}.tcs-fadeout{display:none!important}.tcs-list-extra{color:#fff!important}.tcs-summary,.tcs-md{font-family:Tasa Explorer,sans-serif!important;color:#fff!important}.tcs-modal{background:#10002b73!important;border-radius:20px!important;box-shadow:0 4px 25px #0000004d!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;padding:3rem!important;box-sizing:border-box!important}.ourTutors-container h1{font-size:2.5rem;color:var(--celadon);margin-bottom:1rem}.ourTutors-container p{font-size:1.1rem;max-width:700px;margin-bottom:2rem}#socket{width:100%}.multiselect__option{color:#333!important}#socket input{color:#000!important;background-color:#fff!important}#socket th{color:#fff!important}@media (max-width: 768px){.ourTutors-container{width:95%;padding:1.5rem;margin-top:60px}.ourTutors-container h1{font-size:2rem}}.subjects-page{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--gradient-bg);width:100%;box-sizing:border-box}.subjects-page h1{margin-top:5rem;font-size:2.8rem;font-weight:700}.subjects-info{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;width:100%;max-width:1000px;margin-top:4rem;text-align:center;margin-bottom:3rem}.subjects-info .home-box{flex:0 1 45%;min-width:300px;max-width:450px;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;border-radius:20px;background:#10002b73;box-shadow:0 4px 25px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.subjects-info .home-box:hover{transform:scale(1.03);box-shadow:0 8px 25px #0006}.subject-icon{width:100px;height:100px;margin-bottom:20px}.subjects-info .home-box h3{margin-bottom:1rem;font-size:1.6rem;font-weight:600;color:var(--celadon);font-family:Tasa Explorer,sans-serif;text-align:center}.subjects-info .home-box p{font-size:1rem;line-height:1.6;color:#fff;text-align:left;max-width:90%}@media (max-width: 900px){.subjects-info{flex-direction:column;align-items:center}.subjects-info .home-box{flex:1 1 90%;max-width:90%}.subjects-info .home-box p{text-align:center}.subjects-page h1{font-size:2.2rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;display:block}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}
