body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-container{background-color:#f7fafc;min-height:100vh}.header{background-color:#fff;color:#fc6e51;padding:16px;text-align:center}.header-title{font-family:Arial,Helvetica,sans-serif;font-size:3.25rem;font-weight:700}.nav{background-color:#fff;box-shadow:0 2px 4px #0000001a}.nav-container{margin:0 auto;max-width:1120px;padding:8px 16px}.nav-list{display:flex;justify-content:space-between;list-style-type:none;padding-left:0}.nav-button{background-color:initial;border:none;border-radius:4px;color:#575454;cursor:pointer;font-size:.875rem;font-weight:500;padding:10px 16px;transition:background-color .3s ease}.nav-button:hover{background-color:#fc6e51;color:#fff}@media (max-width:600px){.header-title{font-size:2rem;margin-bottom:1rem}.nav-container{padding:0 8px}.nav-list{align-items:center;flex-direction:column;gap:10px}.nav-button{font-size:1rem;padding:12px 20px}}.container{max-width:78%;padding:0 16px}.hero{align-items:center;display:flex;justify-content:center;margin-top:-450px;padding:0;position:relative}.hero-content{align-items:center;background-color:#0009;background-position:50%;background-size:cover;border-radius:8px;height:60vh;padding:2rem;text-align:center;width:78%}.hero-title{color:#eee;font-size:4rem;font-weight:300;margin-bottom:3rem;margin-top:100px}.hero-button{background-color:#fc6e51;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:1.25rem 2.5rem}.hero-button:hover{background-color:#e85b3b}.Welcome{background-color:#fff;margin-top:-50px;padding:4rem 0}.Welcome-title{color:#fc6e51;font-size:2.5rem;margin-bottom:1rem;text-align:center}.Welcome-content{color:#555;font-size:1.3rem;line-height:1.6;margin-right:-100px}.Services{background-color:#f0f0f0;padding:3rem 0}.Services-title{color:#fc6e51;font-size:2.5rem;margin-bottom:1rem;padding-bottom:20px;text-align:center}.Services-cards{grid-gap:2rem;display:grid;gap:2rem;grid-auto-rows:auto;grid-template-columns:1fr}@media (min-width:640px){.Services-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-cards{grid-template-columns:repeat(3,1fr)}}.Services-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;overflow:hidden}.Service-card .card-icon{height:200px;object-fit:cover;width:80%}.card-title{color:#fc6e51;font-size:1.5rem;margin:1rem 0 .5rem;text-align:center}.card-content{color:#555;flex-grow:1;font-size:1rem;line-height:1.5;padding:0 1rem;text-align:center}.card-button{background-color:#fc6e51;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin:1rem auto;padding:.75rem 1.5rem;transition:background-color .2s ease-in-out}.card-button:hover{background-color:#e85b3b}.Service-card img{height:150px;max-height:150px;object-fit:cover;width:80%}.card-link{text-align:center}.faq-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 1rem}.faq-title{color:#fc6e51;font-size:2.5rem;margin-bottom:2rem;text-align:center}.faq-box{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-bottom:.75rem;max-width:800px;overflow:hidden;width:68%}.collapsible{background-color:#ff6f4b;border:none;color:#fff;cursor:pointer;font-size:24px;padding:18px;text-align:left;transition:background-color .3s ease;width:100%}.collapsible.active,.collapsible:hover{background-color:#ff5430}.content{background-color:#fff;box-sizing:border-box;color:gray;font-size:20px;overflow:hidden;padding:0 20px;transition:max-height .4s ease,padding .4s ease;width:100%}.content p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:1rem 0;text-align:left;word-break:break-word}.arrow{float:right;font-size:1.5rem;transition:transform .3s ease}.rotate{transform:rotate(180deg)}@media (max-width:600px){.container{max-width:100%;padding:0 1rem}.hero{flex-direction:column;margin-top:-250px;padding:1rem 0}.hero-content{height:auto;padding:1.5rem 1rem;width:95%}.hero-title{font-size:2rem;margin-bottom:2rem;margin-top:60px}.hero-button{font-size:.9rem;padding:.75rem 1.5rem}.Welcome{margin-top:0;padding:2rem 1rem}.Welcome-title{font-size:2rem}.Welcome-content{font-size:1.1rem;margin-right:0;text-align:center}.Services-cards{grid-template-columns:1fr;padding:0 1rem}.Services-title{font-size:2rem}.card-title{font-size:1.25rem}.card-content{font-size:.95rem}.card-button{font-size:.9rem;padding:.6rem 1.2rem}.faq-container{padding:2rem 1rem}.faq-title{font-size:2rem}.faq-box{width:95%}.collapsible{font-size:1.2rem;padding:1rem}.content{font-size:1rem;padding:0 1rem}.arrow{font-size:1.2rem}}.ContactForm-section{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.ContactForm-section .container{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:600px;padding:2rem;position:relative;width:90%}.ContactForm-section h2{color:#fc6e51;font-size:2rem;margin-bottom:1.5rem;text-align:center}.ContactForm-section input,.ContactForm-section textarea{border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.75rem 1rem;width:100%}.ContactForm-section textarea{min-height:120px;resize:vertical}.ContactForm-section button[type=submit]{background-color:#fc6e51;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin:0 auto;padding:1rem 2rem;transition:background-color .2s ease-in-out}.ContactForm-section button[type=submit]:hover{background-color:#e85b3b}.ContactForm-section .close-button{background-color:#555;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin:1rem auto 0;padding:.75rem 2rem;transition:background-color .2s ease-in-out}.ContactForm-section .close-button:hover{background-color:#333}@media (max-width:768px){.ContactForm-section .container{padding:1.5rem}.ContactForm-section h2{font-size:1.5rem}.ContactForm-section input,.ContactForm-section textarea{font-size:.95rem}.ContactForm-section .close-button{font-size:.95rem;padding:.65rem 1.5rem}}*,:after,:before{box-sizing:border-box}.footer{align-items:flex-start;background-color:#fc6e51;border-top:2px solid #e85b3b;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;padding:40px 60px;width:100%}.footer-left{display:flex;flex-direction:column;max-width:700px;width:60%}.footer-about{font-size:18px;line-height:1.7;margin-bottom:20px}.footer-about h3{font-size:22px;margin-bottom:12px}.footer-about p{margin:0}.footer-links{margin-top:10px}.footer-link{color:#fff;display:inline-block;font-size:16px;margin-top:8px;text-decoration:underline}.footer-link:hover{color:#ffdab9;text-decoration:none}.footer-right{align-items:flex-end;display:flex;justify-content:flex-end;text-align:right;width:35%}.footer-text{color:#eee;font-size:14px;margin:0}@media (max-width:768px){.footer{flex-direction:column;padding:20px 30px}.footer,.footer-left,.footer-right{align-items:center;text-align:center}.footer-left,.footer-right{margin-bottom:20px;width:100%}.footer-left{margin-bottom:30px}.footer-about{font-size:16px}.footer-about h3{font-size:20px}.footer-link{font-size:14px}.footer-text{font-size:12px}}.AboutUs-container{margin-bottom:1rem;margin-top:-450px;width:100%}.AboutUs-container img{height:40vh;object-fit:cover;width:100%}.AboutUs-content{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;margin-bottom:5rem;margin-top:200px}.AboutUs-text-section{flex:1 1 50%;text-align:left}.AboutUs-image{border-radius:12px;flex:1 1 45%;max-height:500px;object-fit:cover;object-position:top}.AboutUs-title{color:#fc6e51;font-size:2.75rem;font-weight:700;margin-bottom:1.5rem}.AboutUs-text{color:#333;font-size:1.125rem;line-height:1.8;margin-top:1rem}@media (max-width:768px){.container{padding:0 16px}.AboutUs-container{margin-top:-200px}.AboutUs-content{flex-direction:column;gap:2rem;text-align:left}.AboutUs-image,.AboutUs-text-section{width:100%}.AboutUs-title{font-size:2rem}.AboutUs-text{font-size:1rem}}.ContactUs-container{margin-bottom:1rem;margin-top:-450px;width:100%}.ContactUs-container img{height:40vh;object-fit:cover;width:100%}.ContactUs-content{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;margin-bottom:5rem;margin-top:200px}.ContactUs-text-section{flex:1 1 50%;text-align:left}.ContactUs-image{border-radius:12px;flex:1 1 45%;max-height:500px;object-fit:cover;object-position:top}.ContactUs-title{color:#fc6e51;font-size:2.75rem;font-weight:700;margin-bottom:1.5rem}.ContactUs-title h3{color:#fc6e51;font-size:1.75rem;font-weight:500;margin-bottom:1.5rem}.ContactUs-text{color:#333;font-size:1.125rem;line-height:1.8;margin-top:1rem}.contact-section{background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto 3rem;max-width:400px;padding:2rem;text-align:center}.contact-section h3{color:#fc6e51;font-size:1.75rem;font-weight:500;margin-bottom:1rem}.contact-section p{color:#333;font-size:1rem;margin:.75rem 0}.contact-section a{color:#007bff;text-decoration:none;transition:color .2s ease}.contact-section a:hover{color:#0056b3;text-decoration:underline}@media (max-width:768px){.container{padding:0 16px}.ContactUs-container{margin-top:-200px}.ContactUs-content{flex-direction:column;gap:2rem;text-align:left}.ContactUs-image,.ContactUs-text-section{width:100%}.ContactUs-title{font-size:2rem}.ContactUs-text{font-size:1rem}.contact-section{max-width:100%;padding:1.5rem}}.Languages-container{margin-bottom:1rem;margin-top:-450px;width:100%}.Languages-container img{height:40vh;object-fit:cover;width:100%}.Languages-content{margin-bottom:5rem;margin-top:50px}.Languages-title{color:#fc6e51;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.Languages-text{color:#333;font-size:1rem;font-weight:500;line-height:1.6;margin:-20px 0 .5rem}@media (max-width:768px){.Languages-container{margin-top:-200px}.Languages-title{font-size:1.5rem}.Languages-text{font-size:.95rem}.faq-grid{grid-template-columns:1fr}.faq-item p{font-size:.9rem}.faq-heading{font-size:1.75rem}}.Sciences-container{margin-bottom:1rem;margin-top:-450px;width:100%}.Sciences-container img{height:40vh;object-fit:cover;width:100%}.Sciences-content{margin-bottom:5rem;margin-top:50px}.faq-container{background-color:#fff;border:2px solid #d0dbe5;border-radius:12px;box-shadow:0 4px 10px #0000000d;margin:0 auto;max-width:1100px;padding:2rem}.faq-heading{color:#fc6e51;font-size:2.25rem;margin-bottom:2rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.faq-item p{color:#333;font-size:1rem;line-height:1.6;margin:.5rem 0}.faq-item strong{color:#575454;display:block;font-size:1.125rem;margin-bottom:.5rem}.Sciences-title{color:#fc6e51;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.Sciences-text{color:#333;font-size:1rem;font-weight:500;line-height:1.6;margin:-20px 0 .5rem}@media (max-width:768px){.container{padding:0 16px}.Sciences-container{margin-top:-200px}.Sciences-title{font-size:1.5rem}.Sciences-text{font-size:.95rem}.faq-grid{grid-template-columns:1fr}.faq-item p{font-size:.9rem}.faq-heading{font-size:1.75rem}}.container{margin:0 auto;max-width:1200px;padding:0 24px}.Mathematics-container{margin-bottom:1rem;margin-top:-450px;width:100%}.Mathematics-container img{height:40vh;object-fit:cover;width:100%}.section{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem;height:360px;margin-bottom:4rem;margin-top:150px}.section:nth-child(2n){flex-direction:row-reverse}.section-image{flex:1 1 50%;height:100%;overflow:hidden}.section-image img{display:block;height:100%;object-fit:cover;object-position:60% top;width:100%}.section-text{display:flex;flex:1 1 50%;flex-direction:column;height:100%;justify-content:flex-start;margin-top:-40px;padding:1rem 0}.section-text h2{color:#fc6e51;font-size:2.25rem;font-weight:700;margin-bottom:1rem}.section-text p{color:#333;font-size:1.1rem;line-height:1.75;margin:0}@media (max-width:768px){.container{padding:0 16px}.Mathematics-container{margin-top:-200px}.section{flex-direction:column!important;height:auto}.section-image,.section-text{height:auto;width:100%}.section-text{padding:1rem 0;text-align:center}.section-text h2{font-size:1.75rem}.section-text p{font-size:1rem}.discount-offer{padding:2rem 1rem}.discount-offer h2{font-size:2rem}.discount-offer p{font-size:1rem}.cta-button{font-size:.9rem;padding:.75rem 1.5rem}}.discount-offer{background:linear-gradient(135deg,#fc6e51,#ff9472);border-radius:20px;box-shadow:0 4px 15px #00000026;color:#fff;margin:3rem 0;padding:3rem 2rem;text-align:center}.discount-offer h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.discount-offer p{font-size:1.2rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:800px}.cta-button{background-color:#fff;border-radius:30px;color:#fc6e51;font-size:1rem;font-weight:700;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease-in-out}.cta-button:hover{background-color:#ffe1d8}.review-section{border-radius:15px;box-shadow:0 0 15px #0000000d;margin:3rem auto;max-width:800px;padding:2.5rem 2rem}.review-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.review-avatar{border:3px solid #fc6e51;border-radius:50%;height:100px;object-fit:cover;width:100px}.review-text{max-width:600px;text-align:left}.review-text h3{color:#fc6e51;font-size:1.5rem;margin-bottom:1rem}.review-text h4{color:#777;font-size:1rem;margin-bottom:1rem}.review-text p{color:#333;font-size:1.1rem;line-height:1.6}.review-section{background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin-top:4rem;padding:2rem;text-align:center}.review-title{color:#fc6e51;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.review-card{background:#fff;border-radius:10px;box-shadow:0 2px 12px #00000014;margin:0 auto;max-width:600px;padding:1.5rem}.review-text{color:#444;font-size:1.1rem;font-style:italic;margin-bottom:1rem}.review-name{color:#777;font-size:1rem;font-weight:700}
/*# sourceMappingURL=main.9317fb50.css.map*/