@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%;width:100%;overflow-x:hidden;font-family:Nunito,sans-serif}.main-content{padding-top:80px;min-height:calc(100vh - 260px)}.Toastify__toast-container{z-index:10000!important;position:fixed!important}.Toastify__toast{z-index:10000!important}.Toastify__toast--success{background:#4caf50!important;color:#fff!important}.Toastify__toast--error{background:#f44336!important;color:#fff!important}.Toastify__toast--info{background:#2196f3!important;color:#fff!important}.Toastify__toast--warning{background:#ff9800!important;color:#fff!important}.nav-wrapper{width:100%;position:fixed;top:0;left:0;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000000d}.nav-wrapper .nav-container{max-width:1200px;margin:auto;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.nav-wrapper .nav-container .logo img{height:100px;width:auto;cursor:pointer}.nav-wrapper .nav-container .menu-icon{display:none;font-size:1.9rem;color:#0078ff;cursor:pointer;transition:.3s}.nav-wrapper .nav-container .menu-icon:hover{transform:scale(1.1)}.nav-wrapper .nav-container .nav-links{display:flex;align-items:center;gap:2rem;list-style:none;transition:.3s;position:relative}.nav-wrapper .nav-container .nav-links li a{text-decoration:none;color:#333;font-size:1.05rem;font-weight:500;position:relative}.nav-wrapper .nav-container .nav-links li a:hover{color:#0078ff}.nav-wrapper .nav-container .nav-links li a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#0078ff;transition:.3s}.nav-wrapper .nav-container .nav-links li a:hover:after{width:100%}.nav-wrapper .nav-container .nav-links .desktop-btn .join-btn{padding:.7rem 1.4rem;background-color:#0078ff;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:.3s;border:2px solid transparent}.nav-wrapper .nav-container .nav-links .desktop-btn .join-btn:hover{background-color:#fff;color:#0078ff;border-color:#0078ff}.nav-wrapper .nav-container .nav-links .close-icon,.nav-wrapper .nav-container .nav-links .social-icons{display:none}@media (max-width: 900px){.nav-wrapper .nav-container .menu-icon{display:block}.nav-wrapper .nav-container .nav-links{position:fixed;top:0;right:0;height:100vh;width:70%;background:#fff;flex-direction:column;align-items:center;padding-top:170px;gap:2rem;transform:translate(100%);transition:transform .4s ease;box-shadow:-4px 0 20px #0000001a}.nav-wrapper .nav-container .nav-links.open{transform:translate(0)}.nav-wrapper .nav-container .nav-links li a{font-size:1.3rem}.nav-wrapper .nav-container .nav-links li.desktop-btn{display:none}.nav-wrapper .nav-container .nav-links .close-icon{display:block;position:absolute;top:20px;right:25px;font-size:2rem;color:#0078ff;cursor:pointer}.nav-wrapper .nav-container .nav-links .social-icons{display:flex;position:absolute;bottom:180px;gap:1.2rem}.nav-wrapper .nav-container .nav-links .social-icons a{text-decoration:none;font-size:1.8rem;transition:.3s;border-radius:10px;font-size:2.4rem}.nav-wrapper .nav-container .nav-links .social-icons a:hover{color:#005fd1;transform:scale(1.1)}.nav-wrapper .nav-container .nav-links .social-icons a .ri-facebook-circle-fill{border-radius:10px;font-size:2.4rem;color:#fff;background-color:#1877f2}.nav-wrapper .nav-container .nav-links .social-icons a .ri-instagram-fill{border-radius:10px;font-size:2.4rem;color:#fff;background:radial-gradient(circle at 30% 107%,#fdf497,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.nav-wrapper .nav-container .nav-links .social-icons a .ri-linkedin-box-fill{border-radius:10px;font-size:2.4rem;color:#fff;background-color:#0a66c2}.nav-wrapper .nav-container .nav-links .social-icons a .ri-twitter-x-fill{border-radius:10px;font-size:2.4rem;color:#fff;background-color:#000}}.footer{background-color:#0b132b;color:#1a2b4b;padding:4rem 2rem 1.5rem;display:flex;flex-direction:column;align-items:center;border-top:1px solid rgba(0,0,0,.05)}.footer .footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1300px;width:100%;gap:2.5rem}.footer .footer-container .footer-left,.footer .footer-container .footer-middle,.footer .footer-container .footer-right{flex:1;min-width:250px}.footer .footer-container .footer-left .footer-logo{width:140px;border-radius:10px;margin-bottom:1rem}.footer .footer-container .footer-left .footer-desc{font-size:.95rem;color:#4f5d75;line-height:1.6;margin-bottom:1.5rem}.footer .footer-container .footer-left .tutor-btn{display:inline-block;background:#007bff;color:#fff;font-weight:600;padding:.75rem 1.6rem;border-radius:30px;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px #007bff40}.footer .footer-container .footer-left .tutor-btn:hover{background:#0056d6;transform:translateY(-3px);box-shadow:0 6px 20px #0056d64d}.footer .footer-container .footer-middle h3{font-size:1.2rem;margin-bottom:1rem;color:#007bff}.footer .footer-container .footer-middle ul{list-style:none;padding:0}.footer .footer-container .footer-middle ul li{margin-bottom:.6rem}.footer .footer-container .footer-middle ul li a{color:#4f5d75;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer .footer-container .footer-middle ul li a:hover{color:#007bff}.footer .footer-container .footer-right h3{font-size:1.2rem;margin-bottom:1rem;color:#007bff}.footer .footer-container .footer-right p{margin:.4rem 0;color:#4f5d75;font-size:.95rem}.footer .footer-container .footer-right .footer-socials{margin-top:1rem;display:flex;gap:.8rem}.footer .footer-container .footer-right .footer-socials a{background:#e8f1ff;padding:.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#007bff;transition:all .3s ease}.footer .footer-container .footer-right .footer-socials a:hover{background:#007bff;color:#fff;transform:translateY(-3px)}.footer .footer-bottom{width:100%;text-align:center;margin-top:2rem;border-top:1px solid rgba(0,0,0,.05);padding-top:1rem}.footer .footer-bottom p{font-size:.9rem;color:#4f5d75}@media (max-width: 992px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-container .footer-right .footer-socials{justify-content:center}.footer-container .footer-left .footer-logo{margin:0 auto 1rem}}@media (max-width: 576px){.footer{padding:3rem 1rem 1rem}.footer-left .tutor-btn{padding:.65rem 1.3rem;font-size:.9rem}}.hero-section{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,#f8f9fc,#e9f4ff)}.hero-section .overlay{display:flex;justify-content:space-between;align-items:center;width:90%;height:90%;gap:2rem}.hero-section .overlay .left{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1.2rem}.hero-section .overlay .left h1{font-size:2.8rem;font-weight:700;background:linear-gradient(90deg,#036,#0078ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2;margin-top:-4rem}.hero-section .overlay .left h2{font-size:1.6rem;font-weight:600;color:#0078ff}.hero-section .overlay .left p{font-size:1.1rem;color:#555;max-width:600px;line-height:1.6}.hero-section .overlay .left .btn-group{margin-top:1rem;display:flex;gap:1rem}.hero-section .overlay .left .btn-group .btn{text-decoration:none;padding:.9rem 1.8rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.hero-section .overlay .left .btn-group .btn.primary{background-color:#0078ff;color:#fff;border:1px solid #005fd1}.hero-section .overlay .left .btn-group .btn.primary:hover{color:#005fd1;background-color:#fff}.hero-section .overlay .left .btn-group .btn.secondary{background-color:#fff;color:#0078ff;border:2px solid #0078ff}.hero-section .overlay .left .btn-group .btn.secondary:hover{background-color:#0078ff;color:#fff}.hero-section .overlay .right{flex:1;display:flex;align-items:center;justify-content:center}.hero-section .overlay .right .img{height:500px;width:600px;background-image:url(/assets/landing-B-7v3Ekw.png);background-size:cover;background-position:center;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease;margin-top:-3rem}.hero-section .overlay .right .img:hover{transform:scale(1.03)}.about-section{width:100%;padding:6rem 2rem;background:#fff}.about-section .container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:3rem}.about-section .about-left{flex:1;display:flex;justify-content:center}.about-section .about-left img{width:90%;max-width:450px;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease}.about-section .about-left img:hover{transform:scale(1.03)}.about-section .about-right{flex:1;display:flex;flex-direction:column;gap:1.2rem}.about-section .about-right h2{font-size:2.2rem;font-weight:700;color:#036}.about-section .about-right p{font-size:1.1rem;color:#555;line-height:1.6}.about-section .about-right .btn{text-decoration:none;margin-top:1rem;padding:.9rem 1.8rem;border-radius:8px;background-color:#0078ff;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease}.about-section .about-right .btn:hover{background-color:#005fd1}.why-section{background:#f9fbff;padding:6rem 2rem}.why-section .container{max-width:1200px;margin:0 auto;text-align:center}.why-section .section-title{font-size:2.2rem;font-weight:700;color:#036;margin-bottom:1rem}.why-section .section-desc{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto 3rem;line-height:1.6}.why-section .why-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.why-section .why-card{background:#fff;border-radius:15px;box-shadow:0 4px 15px #00000014;padding:2rem 1.5rem;flex:1 1 300px;max-width:350px;transition:all .3s ease}.why-section .why-card:hover{transform:translateY(-8px);box-shadow:0 6px 25px #0000001a}.why-section .why-card .icon{background:#e6f0ff;color:#0078ff;font-size:2rem;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.why-section .why-card h3{font-size:1.2rem;font-weight:600;color:#036;margin-bottom:.5rem}.why-section .why-card p{font-size:1rem;color:#555;line-height:1.5}.reasons-section{background:linear-gradient(90deg,#036,#005fd1);color:#fff;padding:6rem 2rem}.reasons-section .container{max-width:1200px;margin:0 auto;text-align:center}.reasons-section .section-title{font-size:2.2rem;font-weight:700;margin-bottom:3rem}.reasons-section .reason-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.reasons-section .reason-card{background:#ffffff14;border-radius:15px;padding:2rem 1.5rem;flex:1 1 300px;max-width:350px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.reasons-section .reason-card:hover{transform:translateY(-8px);background:#ffffff26}.reasons-section .reason-card .icon{background:#fff;color:#036;font-size:2rem;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.reasons-section .reason-card h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#fff}.reasons-section .reason-card p{font-size:1rem;color:#e0e0e0;line-height:1.5}.services-section{background:#f9fbff;padding:6rem 2rem}.services-section .container{max-width:1200px;margin:0 auto;text-align:center}.services-section .section-title{font-size:2.2rem;font-weight:700;color:#036;margin-bottom:.5rem}.services-section .section-subtitle{font-size:1.1rem;color:#555;max-width:750px;margin:0 auto 3rem;line-height:1.6}.services-section .service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.services-section .service-card{background:#fff;border-radius:18px;box-shadow:0 5px 18px #00000014;padding:2.5rem 1.8rem;transition:all .35s ease;text-align:center;position:relative;overflow:hidden}.services-section .service-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0000001f}.services-section .service-card .icon{background:linear-gradient(135deg,#e6f0ff,#f0f8ff);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.2rem}.services-section .service-card h3{font-size:1.3rem;font-weight:600;color:#036;margin-bottom:.6rem}.services-section .service-card p{font-size:1rem;color:#555;line-height:1.5;margin-bottom:1rem}.services-section .service-card .subjects{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.services-section .service-card .subjects .tag{background:#e8f1ff;color:#036;font-size:.9rem;padding:.4rem .9rem;border-radius:20px;font-weight:500;transition:background .3s ease}.services-section .service-card .subjects .tag:hover{background:#0078ff;color:#fff}.process-section{width:100%;padding:6rem 2rem;background:linear-gradient(to right,#f9fbff,#eef5ff);text-align:center}.process-section h2{font-size:2.3rem;font-weight:700;color:#036;margin-bottom:1rem}.process-section .subtitle{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto 4rem;line-height:1.6}.process-section .process-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;justify-content:center;align-items:stretch}.process-section .process-cards .process-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 6px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.process-section .process-cards .process-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0000001f}.process-section .process-cards .process-card .step-number{width:50px;height:50px;background:#0078ff;color:#fff;font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1rem}.process-section .process-cards .process-card h3{color:#036;font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.process-section .process-cards .process-card p{color:#555;font-size:1rem;line-height:1.6}.process-section .cta-button{margin-top:3rem}.process-section .cta-button .btn{text-decoration:none;padding:1rem 2.2rem;font-size:1.1rem;font-weight:600;background-color:#0078ff;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #0078ff4d}.process-section .cta-button .btn:hover{background-color:#005fd1;transform:translateY(-2px)}.achievements-section{width:100%;padding:6rem 2rem;background:linear-gradient(to right,#eef5ff,#f9fbff);text-align:center}.achievements-section h2{font-size:2.3rem;font-weight:700;color:#036;margin-bottom:1rem}.achievements-section .subtitle{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto 4rem;line-height:1.6}.achievements-section .achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;justify-content:center;align-items:center}.achievements-section .achievement-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 6px 20px #00000014;transition:all .3s ease;position:relative}.achievements-section .achievement-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0000001f}.achievements-section .achievement-card .count{font-size:2.8rem;font-weight:700;color:#0078ff;margin-bottom:.5rem}.achievements-section .achievement-card p{font-size:1rem;color:#333;font-weight:500}.cta-section{position:relative;width:100%;min-height:400px;background:linear-gradient(135deg,#036,#0056d6);color:#fff;display:flex;justify-content:center;align-items:center;padding:6rem 2rem;text-align:center;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url(../../assets/cta-bg.jpg) center/cover no-repeat;opacity:.25;z-index:0}.cta-section:after{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.cta-section .cta-content{position:relative;z-index:2;max-width:800px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.cta-section .cta-content h2{font-size:2.4rem;font-weight:700;margin-bottom:1.2rem}.cta-section .cta-content p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:#e0e6f6}.cta-section .cta-content .cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1.2rem}.cta-section .cta-content .cta-buttons .btn{display:flex;justify-content:center;align-items:center;text-decoration:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;border:none;transition:all .3s ease}.cta-section .cta-content .cta-buttons .btn.primary{background-color:#fff;color:#036;font-weight:600}.cta-section .cta-content .cta-buttons .btn.primary:hover{background-color:#0078ff;color:#fff}.cta-section .cta-content .cta-buttons .btn.secondary{background:transparent;border:2px solid #fff;color:#fff;font-weight:600}.cta-section .cta-content .cta-buttons .btn.secondary:hover{background-color:#0078ff;border-color:#0078ff}@media (max-width: 1024px){.hero-section .overlay{flex-direction:column;text-align:center;height:auto}.hero-section .overlay .left{align-items:center}.hero-section .overlay .left h1{font-size:2.2rem}.hero-section .overlay .left h2{font-size:1.3rem}.hero-section .overlay .left p{font-size:1rem;max-width:500px}.hero-section .overlay .left .btn-group{flex-direction:column;width:100%;align-items:center}.hero-section .overlay .left .btn-group .btn{width:80%}.hero-section .overlay .right .img{height:300px;width:300px;margin-top:2rem}}@media (max-width: 768px){.hero-section{padding:2rem 1rem}.hero-section .overlay{width:100%}.hero-section .overlay .left h1{margin-top:20rem;font-size:1.8rem}.hero-section .overlay .left h2{font-size:1.1rem}.hero-section .overlay .left p{font-size:.95rem}.hero-section .overlay .right .img{height:200px;width:320px;margin-bottom:15rem}}@media (max-width: 768px){.about-section{padding:4rem 1rem}.about-section .container{flex-direction:column;text-align:center}.about-section .about-left img{width:100%;max-width:350px}.about-section .about-right h2{font-size:1.8rem}.about-section .about-right p{font-size:1rem}}@media (max-width: 768px){.why-section,.reasons-section{padding:4rem 1rem}.why-section .section-title,.reasons-section .section-title{font-size:1.8rem}.why-section .why-cards,.why-section .reason-cards,.reasons-section .why-cards,.reasons-section .reason-cards{padding:1.5rem 1rem;flex-direction:column;align-items:center;gap:1.5rem}.why-section .why-card,.why-section .reason-card,.reasons-section .why-card,.reasons-section .reason-card{max-width:100%}}@media (max-width: 768px){.services-section{padding:4rem 1rem}.services-section .section-title{font-size:1.8rem}.services-section .section-subtitle{font-size:1rem;margin-bottom:2rem}.services-section .service-card{padding:2rem 1.2rem}}@media (max-width: 768px){.process-section{padding:4rem 1rem}.process-section h2{font-size:1.9rem}.process-section .subtitle{font-size:1rem}.process-section .process-card{padding:1.5rem}.process-section .cta-button .btn{width:80%}}@media (max-width: 768px){.achievements-section{padding:4rem 1rem}.achievements-section h2{font-size:1.9rem}.achievements-section .count{font-size:2.2rem}.achievements-section .subtitle{font-size:1rem}}@media (max-width: 768px){.cta-section{padding:4rem 1.5rem}.cta-section .cta-content h2{font-size:1.9rem}.cta-section .cta-content p{font-size:1rem}.cta-section .cta-content .cta-buttons{flex-direction:column;align-items:center}.cta-section .cta-content .cta-buttons .btn{width:100%}}@media (max-width: 768px){.testimonial-cards{flex-direction:column;align-items:center}}@media (max-width: 768px){.blog-cards{flex-direction:column;align-items:center}}.whatsapp-wrapper{position:fixed;bottom:25px;right:25px;z-index:2000}.whatsapp-btn{background-color:#25d366;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000004d;transition:transform .2s ease}.whatsapp-btn:hover{transform:scale(1.1)}.whatsapp-btn .icon{color:#fff;font-size:30px}.whatsapp-options{position:absolute;bottom:70px;right:0;background-color:#fff;border-radius:10px;box-shadow:0 4px 10px #0003;overflow:hidden;display:flex;flex-direction:column;animation:fadeIn .2s ease-in-out}.whatsapp-options button{width:200px;height:40px;background:none;border:none;padding:10px 15px;text-align:left;cursor:pointer;font-size:14px;transition:background .2s}.whatsapp-options button:hover{background-color:#f2f2f2}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.about-page{width:100%;overflow-x:hidden;font-family:Poppins,sans-serif;background-color:#f9fafc;line-height:1.7}.about-hero{display:flex;align-items:center;justify-content:space-between;padding:6rem 2rem;flex-wrap:wrap;background:linear-gradient(120deg,#eaf2ff,#fff)}.about-hero .about-content{flex:1 1 500px}.about-hero .about-content h1{font-size:3rem;color:#222;margin-bottom:1rem}.about-hero .about-content h1 span{color:#06f}.about-hero .about-content p{color:#555;margin-bottom:1.2rem;max-width:600px}.about-hero .about-image img{width:100%;max-width:450px;border-radius:20px;box-shadow:0 10px 25px #0000001a}.about-mission{display:flex;align-items:center;justify-content:space-between;padding:5rem 2rem;flex-wrap:wrap;gap:2rem}.about-mission .mission-text{flex:1 1 500px}.about-mission .mission-text h2{color:#06f;margin-bottom:1rem;font-size:2rem}.about-mission .mission-text p{color:#444;margin-bottom:1rem}.about-mission .mission-image img{width:100%;max-width:400px;border-radius:20px}.about-why{display:flex;align-items:center;justify-content:space-between;padding:6rem 2rem;flex-wrap:wrap;background:linear-gradient(135deg,#f5f9ff,#fff);gap:3rem}.about-why .why-text{flex:1 1 500px}.about-why .why-text h2{color:#06f;margin-bottom:1rem;font-size:2rem}.about-why .why-text ul{list-style:none;padding:0}.about-why .why-text ul li{padding-left:1.5rem;margin-bottom:.8rem;color:#333;position:relative}.about-why .why-text ul li:before{content:"✔";position:absolute;left:0;color:#06f;font-weight:700}.about-why .why-image img{width:100%;max-width:420px;border-radius:20px}.about-achievements{text-align:center;padding:6rem 2rem;background:#fff}.about-achievements h2{color:#06f;font-size:2.3rem;margin-bottom:1rem}.about-achievements p{color:#555;max-width:700px;margin:0 auto 3rem}.about-achievements .stats{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem}.about-achievements .stats .stat{background:#f5f9ff;padding:2rem;border-radius:16px;box-shadow:0 6px 18px #00000014;min-width:180px;transition:transform .3s ease}.about-achievements .stats .stat:hover{transform:translateY(-8px)}.about-achievements .stats .stat h3{font-size:2.5rem;color:#06f;font-weight:700}.about-achievements .stats .stat p{font-weight:500;color:#333}.about-achievements .success-img{margin-top:4rem;max-width:500px;width:100%;border-radius:20px}@media (max-width: 900px){.about-hero,.about-mission,.about-why{flex-direction:column;text-align:center}.stats{gap:1.5rem}}.become-tutor{background:#f9fafc;color:#222;line-height:1.6}.become-tutor .cta-btn{background:linear-gradient(90deg,#06f,#03c);color:#fff;padding:.9rem 1.8rem;border-radius:10px;font-weight:600;text-decoration:none;transition:.3s}.become-tutor .cta-btn:hover{transform:scale(1.05)}.become-tutor .tutor-hero{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:6rem 3rem;gap:2rem}.become-tutor .tutor-hero .tutor-hero-content{flex:1 1 500px}.become-tutor .tutor-hero .tutor-hero-content h1{font-size:2.8rem}.become-tutor .tutor-hero .tutor-hero-content h1 span{color:#06f}.become-tutor .tutor-hero .tutor-hero-content p{margin:1rem 0;color:#555}.become-tutor .tutor-hero .tutor-hero-content ul{margin-bottom:2rem}.become-tutor .tutor-hero .tutor-hero-content ul li{list-style:none;margin:.5rem 0;color:#333}.become-tutor .tutor-hero .tutor-hero-image{flex:1 1 400px}.become-tutor .tutor-hero .tutor-hero-image img{width:100%;max-width:450px;border-radius:20px;box-shadow:0 10px 25px #0000001a}.become-tutor .benefits{text-align:center;padding:5rem 2rem;background:#fff}.become-tutor .benefits h2{font-size:2rem;color:#03c;margin-bottom:1rem}.become-tutor .benefits .benefits-desc{color:#555;max-width:700px;margin:0 auto 3rem}.become-tutor .benefits .benefit-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.become-tutor .benefits .benefit-cards .card{background:#f0f3ff;border-radius:15px;padding:2rem;max-width:300px;box-shadow:0 5px 20px #00000014;transition:.3s}.become-tutor .benefits .benefit-cards .card:hover{transform:translateY(-8px)}.become-tutor .benefits .benefit-cards .card h3{color:#06f;margin-bottom:.8rem}.become-tutor .how-it-works{padding:5rem 2rem;text-align:center;background:#f9fbff}.become-tutor .how-it-works h2{font-size:2rem;color:#03c;margin-bottom:3rem}.become-tutor .how-it-works .steps{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.become-tutor .how-it-works .steps .step{max-width:300px;background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #00000014}.become-tutor .how-it-works .steps .step img{width:80px;margin-bottom:1rem}.become-tutor .tutor-testimonials{background:#fff;padding:5rem 2rem;text-align:center}.become-tutor .tutor-testimonials h2{color:#03c;margin-bottom:3rem}.become-tutor .tutor-testimonials .testimonials-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.become-tutor .tutor-testimonials .testimonials-grid .testimonial{background:#f0f3ff;padding:2rem;border-radius:15px;max-width:320px;box-shadow:0 5px 20px #00000014;transition:.3s}.become-tutor .tutor-testimonials .testimonials-grid .testimonial:hover{transform:translateY(-6px)}.become-tutor .tutor-testimonials .testimonials-grid .testimonial h4{margin-top:1rem;color:#06f}.become-tutor .tutor-testimonials .testimonials-grid .testimonial span{font-size:.9rem;color:#333}.become-tutor .tutor-stats{display:flex;justify-content:center;gap:3rem;text-align:center;padding:4rem 2rem;background:linear-gradient(90deg,#06f,#03c);color:#fff;flex-wrap:wrap}.become-tutor .tutor-stats .stat h2{font-size:2.5rem}.become-tutor .apply-form{text-align:center;padding:5rem 2rem;background:#fff}.become-tutor .apply-form h2{margin-bottom:1rem;font-size:2.5rem}.become-tutor .apply-form form{max-width:700px;margin:2rem auto;display:flex;flex-direction:column;gap:1.5rem}.become-tutor .apply-form form .form-group{display:flex;gap:1rem;flex-wrap:wrap}.become-tutor .apply-form form .form-group input{flex:1 1 48%}.become-tutor .apply-form form input,.become-tutor .apply-form form textarea{width:100%;padding:1rem;border-radius:10px;border:1px solid #ccc;outline:none;transition:.3s}.become-tutor .apply-form form input:focus,.become-tutor .apply-form form textarea:focus{border-color:#06f;box-shadow:0 0 8px #0066ff4d}.become-tutor .apply-form form button{border:none;align-self:center}@media (max-width: 900px){.become-tutor .tutor-hero{flex-direction:column-reverse;text-align:center}}.contact-page{text-align:center;padding:2rem}.contact-page h1,.contact-page h2,.contact-page h3{color:#026;font-weight:700}.contact-page p{color:#555;line-height:1.7}.contact-page .contact-hero{margin-top:7rem;padding:3rem 2rem;background:linear-gradient(135deg,#eef3ff,#f5f9ff);border-radius:20px}.contact-page .contact-hero h1{font-size:2.8rem;margin-bottom:1rem}.contact-page .contact-hero h1 span{color:#05f}.contact-page .contact-hero p{font-size:1.15rem;max-width:800px;margin:auto}.contact-page .contact-info{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:4rem 0}.contact-page .contact-info .info-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 6px 25px #00000014;width:280px;transition:.3s;cursor:pointer;transition:transform .2s ease,color .2s ease}.contact-page .contact-info .info-card:hover{transform:translateY(-10px)}.contact-page .contact-info .info-card .icon{color:#05f;margin-bottom:1rem}.contact-page .contact-info .info-card h3{font-size:1.3rem;margin-bottom:.5rem}.contact-page .contact-info .info-card p{font-size:.95rem}.contact-page .contact-form{background:#f9fbff;padding:4rem 2rem;border-radius:20px}.contact-page .contact-form h2{font-size:2.5rem;margin-bottom:.5rem}.contact-page .contact-form p{font-size:1.1rem;margin-bottom:2rem}.contact-page .contact-form form{max-width:800px;margin:2rem auto;display:flex;flex-direction:column;gap:1.5rem}.contact-page .contact-form form .form-row{display:flex;gap:1rem}.contact-page .contact-form form .form-row input{flex:1}.contact-page .contact-form form input,.contact-page .contact-form form textarea{padding:1rem;border-radius:10px;border:1px solid #ccc;font-size:1rem;transition:.3s}.contact-page .contact-form form input:focus,.contact-page .contact-form form textarea:focus{border-color:#05f;outline:none}.contact-page .contact-form form textarea{height:150px;resize:none}.contact-page .contact-form form .send-btn{background:#05f;color:#fff;border:none;border-radius:10px;padding:1rem 2rem;cursor:pointer;font-size:1.1rem;display:inline-flex;align-items:center;gap:.5rem;transition:.3s}.contact-page .contact-form form .send-btn:hover{background:#003ec9}.contact-page .contact-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;margin:4rem 0}.contact-page .contact-stats .stat{text-align:center}.contact-page .contact-stats .stat h2{font-size:2.6rem;color:#05f}.contact-page .contact-stats .stat p{font-size:1.1rem}.contact-page .contact-socials{margin:3rem 0}.contact-page .contact-socials .social-icons{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.contact-page .contact-socials .social-icons a{color:#05f;background:#eef3ff;padding:.8rem;border-radius:50%;transition:.3s}.contact-page .contact-socials .social-icons a:hover{background:#05f;color:#fff}@media (max-width: 768px){.contact-page .form-row{flex-direction:column}.contact-page .contact-info{flex-direction:column;align-items:center}.contact-page .contact-hero h1{font-size:2rem}}.become-tutor iframe{display:block;width:90%;max-width:800px;height:1100px;margin:5rem auto;border:none;border-radius:20px;background:#fff;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}@media (max-width: 768px){.become-tutor iframe{width:95%;height:950px;border-radius:15px;margin:3rem auto}}@media (max-width: 480px){.become-tutor iframe{height:900px;border-radius:12px}}.blog-page{padding:2rem;text-align:center}.blog-page h1,.blog-page h2,.blog-page h3{color:#026;font-weight:700}.blog-page p{color:#555}.blog-page .blog-hero{margin-top:7rem;background:linear-gradient(135deg,#eef4ff,#f7faff);padding:3rem 2rem;border-radius:20px}.blog-page .blog-hero h1{font-size:2.8rem}.blog-page .blog-hero h1 span{color:#05f}.blog-page .blog-hero p{max-width:700px;margin:1rem auto;font-size:1.15rem}.blog-page .featured-article{display:flex;flex-wrap:wrap;align-items:center;margin:4rem 0;gap:2rem;justify-content:center}.blog-page .featured-article img{width:300px;border-radius:15px}.blog-page .featured-article .featured-content{max-width:500px;text-align:left}.blog-page .featured-article .featured-content h2{font-size:1.8rem;margin-bottom:.8rem}.blog-page .featured-article .featured-content p{margin-bottom:1rem}.blog-page .featured-article .featured-content .read-btn{display:inline-block;background:#05f;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;text-decoration:none}.blog-page .featured-article .featured-content .read-btn:hover{background:#003ec9}.blog-page .latest-articles h2{margin-bottom:2rem}.blog-page .latest-articles .articles-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.blog-page .latest-articles .articles-grid .card{background:#fff;border-radius:15px;box-shadow:0 6px 25px #00000014;padding:1.5rem;width:280px;text-align:left;transition:.3s;text-decoration:none;color:inherit}.blog-page .latest-articles .articles-grid .card:hover{transform:translateY(-10px)}.blog-page .latest-articles .articles-grid .card img{border-radius:10px;margin-bottom:1rem;width:100%;height:150px;object-fit:cover}.blog-page .latest-articles .articles-grid .card h4{font-size:1.2rem;color:#03c;margin-bottom:.5rem}.blog-page .latest-articles .articles-grid .card p{font-size:.95rem;color:#555;margin-bottom:.5rem}.blog-page .latest-articles .articles-grid .card .read-more{color:#05f;font-weight:600;cursor:pointer}.blog-page .latest-articles .articles-grid .card .read-more:hover{text-decoration:underline}.blog-page .topics{margin:3rem 0}.blog-page .topics .topic-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem}.blog-page .topics .topic-tags span{background:#eef4ff;color:#03c;padding:.6rem 1.2rem;border-radius:20px;font-weight:500;transition:.3s}.blog-page .topics .topic-tags span:hover{background:#05f;color:#fff}.blog-page .success-stories{background:#f9fbff;padding:3rem 2rem;border-radius:20px;margin:3rem 0}.blog-page .success-stories .testimonials{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.blog-page .success-stories .testimonials .testimonial-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 6px 25px #00000014;max-width:300px}.blog-page .success-stories .testimonials .testimonial-card p{font-style:italic}.blog-page .success-stories .testimonials .testimonial-card h4{margin-top:.8rem;color:#03c}.blog-page .quick-tips .tips-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.blog-page .quick-tips .tips-grid .tip-card{background:#eef4ff;color:#03c;padding:1.2rem 2rem;border-radius:15px;font-weight:500}.blog-page .faq{text-align:left;max-width:800px;margin:4rem auto}.blog-page .faq .faq-item{background:#fff;border-radius:10px;padding:1rem 1.5rem;margin-bottom:1rem;box-shadow:0 4px 15px #0000000d}.blog-page .faq .faq-item h4{color:#03c;margin-bottom:.3rem}.blog-page .faq .faq-item p{color:#555}.blog-page .quote{margin:3rem auto;padding:2rem;background:#f9fbff;border-radius:20px}.blog-page .quote p{font-style:italic;font-size:1.2rem;margin:1rem auto;max-width:600px}.blog-page .quote h4{color:#03c}@media (max-width: 768px){.blog-page .featured-article{flex-direction:column;text-align:center}}.article-page{max-width:850px;margin:120px auto 60px;padding:0 20px;font-family:Poppins,sans-serif;color:#222;line-height:1.8;animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.article-page .article-header{text-align:center;margin-bottom:40px}.article-page .article-header h1{font-size:2rem;font-weight:700;color:#0d1b2a;margin-bottom:10px}.article-page .article-header .meta{color:#777;font-size:.95rem;margin-bottom:20px}.article-page .article-header .article-image{width:100%;max-width:450px;height:auto;margin:0 auto;display:block;border-radius:16px;box-shadow:0 4px 14px #0000001a}.article-page .article-content{font-size:1.05rem;color:#333}.article-page .article-content p{margin-bottom:18px}.article-page .article-content p strong{color:#0056b3}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
