@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";:root{--primary-color: #90870d;--text-color: #e2e2e2;--light-green: #1a9f5e;--bg-background: #1a1c1d}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;min-height:100vh;background-color:var(--bg-background);color:var(--text-color)}h1,h2,h3,h4,h5,p{margin:0;padding:0}img{width:100%}.container{max-width:1200px;margin:0 auto;padding:0rem 1rem}.heading{font-size:2rem;margin-bottom:1rem}.heading.center{text-align:center}.heading-medium{font-size:2rem;font-weight:800}.heading-small{font-size:1.2rem}.heading.center,.heading-medium.center,.heading-small.center{text-align:center}.contact{min-height:100vh;background-color:#121212;display:flex;align-items:center;justify-content:center;padding:1.5rem}.overlay{background-color:#1e1e1e;width:100%;max-width:500px;padding:1.5rem;border-radius:8px;box-shadow:0 0 15px #0006}.text{text-align:center}.text h1{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem;line-height:1.2}.text p{color:#ccc;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.form .form-group{margin-bottom:1rem;text-align:left}.form .form-group label{display:block;margin-bottom:.5rem;color:#ffeb3b;font-size:.9rem}.form .form-group input,.form .form-group textarea{width:100%;padding:.75rem;border:1px solid #333;border-radius:4px;background:#2a2a2a;color:#fff;font-size:1rem;transition:border-color .3s ease}.form .form-group input:focus,.form .form-group textarea:focus{border-color:#2196f3;outline:none}.form .form-group textarea{min-height:120px;resize:vertical}.form .primary-btn{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}.form .primary-btn:hover{background-color:#388e3c}.actions{margin-top:1.5rem}.actions .secondary-btn{display:inline-block;background-color:transparent;color:#4caf50;border:2px solid var(--primary-color);padding:.6rem 1.2rem;border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s ease}.actions .secondary-btn:hover{background-color:var(--primary-color);color:#fff}@media (min-width: 600px){.overlay{padding:2rem}.text h1{font-size:2.2rem}.text p{font-size:1.1rem}.form .form-group input,.form .form-group textarea{font-size:1.05rem}.form .primary-btn{font-size:1.05rem;padding:.85rem 2rem}.actions .secondary-btn{padding:.75rem 1.5rem;font-size:1.05rem}}@media (min-width: 1024px){.overlay{max-width:700px;padding:3rem}.text h1{font-size:2.8rem}.text p{font-size:1.2rem}.form .form-group input,.form .form-group textarea{font-size:1.1rem;padding:1rem}.form .primary-btn{font-size:1.1rem;padding:1rem 2.5rem}.actions .secondary-btn{font-size:1.1rem;padding:.9rem 2.2rem}}@media (min-width: 800px){.heading{font-size:2.5rem}}#landing{margin-bottom:3rem}#landing .landing-wrapper{display:flex;flex-direction:column}#landing .landing-wrapper .text-wrapper p{margin-bottom:2rem}#landing .landing-wrapper .text-wrapper a{text-decoration:none;display:inline-block;padding:1rem 3rem;background-color:var(--primary-color);color:#fff;font-weight:800}#landing .landing-wrapper .img-wrapper{order:-1;margin-bottom:2rem}@media (min-width: 600px){#landing .landing-wrapper{flex-direction:row;align-items:center}#landing .landing-wrapper .text-wrapper{max-width:500px;margin-right:2rem}#landing .landing-wrapper .img-wrapper{order:1;flex:1}#landing .landing-wrapper .img-wrapper img{min-width:300px}}#about{margin-bottom:2rem;padding:2rem 1rem}#about .heading{text-align:center}#about img{width:200px;display:block;border-radius:50%;object-fit:cover;margin-bottom:1rem;margin:0 auto 1rem;cursor:Pointer}#about p{margin-bottom:1rem}@media (min-width: 800px){#about .about-wrapper{display:grid;grid-template-columns:1fr 2fr;align-items:center}}#audience{margin-bottom:3rem}#audience .card{margin-bottom:1rem;box-shadow:none;border:none;border-radius:0}#audience .card h2{font-size:1.2rem;margin-bottom:1rem;font-weight:800}@media (min-width: 800px){#audience .cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}}#services{margin-bottom:2rem}#services .heading{text-align:center;margin-bottom:2rem;font-weight:800}#services .services-wrapper .service-unit{margin-bottom:2rem}#services .services-wrapper .service-unit h2{margin-bottom:1rem;font-size:1.2rem;font-weight:800}#services .services-wrapper .service-unit p{font-weight:800}@media (min-width: 800px){#services .services-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}.pricing{margin-bottom:1rem}.pricing .pricing-container{display:flex;flex-direction:column;gap:.75rem;background:#121212;color:#eee}.pricing .pricing-container .pricing-card{background:#1c1c1c;border:1px solid #333;border-radius:6px;padding:2rem 0rem 3rem;text-align:center;margin-bottom:1rem}.pricing .pricing-container .pricing-card a{background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:background .3s ease;text-decoration:none}.pricing .pricing-container .pricing-card a:hover{background:#333}.pricing .pricing-container .pricing-card h2{font-size:1.1rem;margin-bottom:.5rem}.pricing .pricing-container .price{font-size:2rem;margin:.3rem 0}.pricing .pricing-container .price span{font-size:.8rem;color:#888}.pricing .pricing-container ul{list-style:none;padding:0;font-size:1rem;margin-bottom:2rem}.pricing .pricing-container li{margin-bottom:.8rem}.pricing .pricing-container .pricing-button{background:#000;color:#fff;border:none;padding:.8rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:background .3s ease;width:100%}.pricing .pricing-container .pricing-button:hover{background:#333}@media (min-width: 600px){.pricing .pricing-container{flex-direction:row;justify-content:center}.pricing .pricing-card{width:500px}.pricing .pricing-card .price{font-size:2.5rem}.pricing .pricing-button{width:auto;padding:.5rem 1rem}}.newsletter{text-align:center;padding:1.5rem;background:#121212;color:#eee;margin-bottom:3rem}.newsletter h2{font-size:2rem;margin-bottom:1rem}.newsletter p{font-size:.9rem;margin-bottom:1rem;color:#aaa}.newsletter-form{display:flex;flex-direction:column;gap:.5rem;max-width:400px;margin:0 auto}.newsletter-form input{height:44px;text-indent:20px;border:1px solid #333;border-radius:4px;background:#1c1c1c;color:#eee;font-size:.9rem;margin-bottom:1rem}.newsletter-form input:focus{outline:none;border-color:#555}.newsletter-form button{background:var(--primary-color);color:#fff;border:none;border-radius:4px;height:44px;font-size:.9rem;cursor:pointer;transition:background .3s ease}.newsletter-form button:hover{background:#333}@media (min-width: 600px){.newsletter-form{flex-direction:row}.newsletter-form input{flex:1}.newsletter-form button{width:auto;padding:.8rem}}.spinner-wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:#000000b3;z-index:9999}.spinner-glow{display:flex;justify-content:center;align-items:center;animation:pulse 1.5s infinite ease-in-out}.spinner{width:48px;height:48px;border:4px solid #ccc;border-top:4px solid #e50914;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.1);opacity:1}}.faq{padding:1.5rem;background:#121212;color:#eee;text-align:center}.faq h2{font-size:1.4rem;margin-bottom:1rem}.faq-list{max-width:700px;margin:0 auto;text-align:left}.faq-item{border-bottom:1px solid #333;padding:.75rem 0}.faq-question{width:100%;background:none;border:none;color:#f1f1f1;font-size:1rem;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem 0;transition:color .3s ease}.faq-question:hover{color:#fff}.faq-toggle{font-size:1.2rem;transition:transform .3s ease}.faq-toggle.open{transform:rotate(180deg)}.faq-answer{margin-top:.5rem;color:#ccc;font-size:.95rem;line-height:1.5}#features{margin-bottom:3rem}#features .features-wrapper .features-unit{margin-bottom:1rem;display:flex}#features .features-wrapper .features-unit .icon-wrapper{margin-right:1rem}#features .features-wrapper .features-unit .icon-wrapper .icon{font-size:2rem}#features .features-wrapper .features-unit .text-wrapper h2{margin-bottom:.8rem}#features .features-wrapper .features-unit .text-wrapper p{font-size:1.2rem;line-height:25px}@media (min-width: 600px){#features .features-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}.list{display:grid;grid-template-columns:1fr;gap:1.2rem;padding:1rem}.card{border:1px solid #ddd;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease}.image img{width:100%;height:180px;object-fit:cover;display:block}.content{padding:.8rem}.content .title{font-size:1.1rem;margin-bottom:.5rem}.content .desc{font-size:.95rem;margin-bottom:.8rem}.content .tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem}.content .tags .tag{background:#f3f3f3;color:#333;font-size:.8rem;padding:.3rem .5rem;border-radius:4px}.content .footer{display:flex;justify-content:space-between;align-items:center}.content .footer .status{font-size:.85rem;text-transform:capitalize;color:#ff9800}.content .footer .status.planned{color:#ff9800}.content .footer .status.completed{color:#4caf50}.content .footer .btn{background:var(--light-green);color:#fff;text-decoration:none;padding:.4rem .8rem;border-radius:4px;font-size:.85rem;transition:background .3s ease}.content .footer .btn:hover{background:#000;color:#fff;border:1px solid white}@media (min-width: 800px){.list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:2rem}.image img{height:220px}.content .title{font-size:1.3rem}.content .desc{font-size:1rem}.content .btn{font-size:.9rem;padding:.5rem 1rem}}.header{padding:2rem 0rem}.header .container{display:flex;align-items:center;justify-content:space-between}.header .container .center-nav{display:flex;align-items:center}.header .container .center-nav .menu{margin-left:1rem;font-size:1.5rem;cursor:pointer}.header .container .center-nav button{padding:.8rem 1rem;background-color:var(--primary-color);color:#fff;font-weight:800;border-radius:50px;cursor:pointer;border:none}.header .container nav{display:none}.header .container .logo-wrapper{display:flex;align-items:center}.header .container .logo-wrapper img{width:50px;border-radius:50px;border:2px solid var(--primary-color);cursor:pointer}.header .container .logo-wrapper a{display:inline-block;color:#fff;margin-left:.8rem;font-size:.8rem;text-decoration:none}@media (min-width: 800px){.header .container .center-nav{display:none}.header .container nav{display:block}.header .container nav a{color:#fff;text-decoration:none;display:inline-block;margin-left:1rem}.header .container nav button{padding:.8rem 3rem;background-color:var(--primary-color);color:#fff;cursor:pointer;border-radius:50px;margin-left:2rem}}#sideNav{position:fixed;inset:0;background-color:#000;color:#fff;text-align:center;padding:8rem 0rem;z-index:999}#sideNav .close{font-size:1.6rem;cursor:pointer;position:absolute;top:20px;right:20px;transition:transform .4s ease}#sideNav .close:hover{transform:scale(1.2) rotate(180deg)}#sideNav a{display:block;text-decoration:none;margin-bottom:1.4rem;font-size:1.6rem;color:#fff;transition:color .3s,transform .3s}#sideNav a:hover{color:#4cafef;transform:scale(1.1)}.contact{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.footer{padding:2rem 0rem;color:#aaa;text-align:center;font-size:.9rem;font-weight:800}.footer p{margin-bottom:.5rem}.footer p span{color:var(--primary-color)}.footer-socials{display:flex;justify-content:center;gap:1rem}.footer-socials a{color:#aaa;font-size:1.2rem;transition:color .3s ease}.footer-socials a:hover{color:#fff}.success{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#0f0f0f;color:#f1f1f1;padding:1rem}.success .overlay{width:100%;text-align:center}.success .content{max-width:90%;margin:0 auto}.success .content h1{font-size:1.8rem;color:#4caf50;margin-bottom:.75rem}.success .content p{font-size:.95rem;margin-bottom:1rem;line-height:1.4}.success .content .primary-btn{display:inline-block;background-color:#4caf50;color:#fff;padding:.6rem 1rem;border-radius:4px;text-decoration:none;font-weight:500;font-size:.95rem;transition:background .3s ease}.success .content .primary-btn:hover{background-color:#43a047}@media (min-width: 600px){.success .content{max-width:400px}.success .content h1{font-size:2.2rem}.success .content p{font-size:1rem}.success .content .primary-btn{font-size:1rem;padding:.7rem 1.2rem}}@media (min-width: 1024px){.success .content h1{font-size:2.5rem}.success .content p{font-size:1.1rem}.success .content .primary-btn{font-size:1.05rem;padding:.75rem 1.5rem}}.error{display:flex;align-items:center;justify-content:center;height:100vh;color:#f1f1f1;padding:1rem}.error .card{background-color:#1e1e1e;border-radius:12px;box-shadow:0 4px 20px #0006;text-align:center;padding:2rem;max-width:400px;width:100%}.error .card .icon{font-size:3rem;margin-bottom:1rem}.error .card h1{font-size:1.8rem;margin-bottom:.75rem}.error .card p{font-size:1rem;color:#ccc;margin-bottom:1.5rem;line-height:1.4}.error .card .primary-btn{display:inline-block;background-color:#4caf50;color:#fff;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:1rem;transition:background .3s ease}.error .card .primary-btn:hover{background-color:#43a047}@media (min-width: 600px){.error .card{padding:2.5rem}.error .card h1{font-size:2.2rem}.error .card p{font-size:1.1rem}.error .card .primary-btn{font-size:1.05rem;padding:.7rem 1.4rem}}#admin-dashboard{min-height:100vh}.user-list .container .user-unit{margin-bottom:1rem}.user-list .container .user-unit h3{margin-bottom:.5rem;text-transform:capitalize}.user-list .container .user-unit p{color:var(--light-green);font-weight:800;font-size:.8rem}@media (min-width: 500px){.user-list .container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width: 800px){.user-list .container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 900px){.user-list .container{grid-template-columns:repeat(5,1fr)}}.mentorship{margin-bottom:3rem}.mentorship .overlay{margin:0 auto}.mentorship .overlay h1{text-align:center;margin-bottom:1rem;color:var(--primary-color)}.mentorship .overlay p{text-align:center;margin-bottom:2rem}.course-outline{padding:1.2rem;max-width:100%;margin:auto;color:#e6e6e6;background-color:#1c1c1c;border-radius:8px;box-shadow:0 0 6px #0000004d;line-height:1.7;font-family:Inter,sans-serif}.course-outline h1{font-size:1.8rem;margin-bottom:1rem;text-align:center;color:#f5d142}.course-duration{font-weight:600;color:#d1b93e;text-align:center;margin-bottom:1.5rem}.requirements{margin-bottom:2rem}.requirements h2{color:#f5d142;font-size:1.3rem;margin-bottom:.5rem}.requirements ul{list-style:disc;padding-left:1.2rem}.requirements li{margin-bottom:.4rem;color:#ccc;font-size:.9rem}.modules{margin-top:1.5rem}.modules h2{color:#d1b93e;font-size:1.4rem;margin-bottom:1rem}.module{background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;padding:1rem;margin-bottom:1.2rem;transition:transform .2s ease,box-shadow .2s ease}.module:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f5d1424d}.module h3{color:gold;font-size:1.1rem;margin-bottom:.4rem}.module-duration{font-weight:500;color:#f5d142;margin-bottom:.6rem}.module h4{margin-top:.8rem;color:#c8e6c9;font-size:1rem}.module ul{list-style:circle;padding-left:1.2rem;margin-top:.4rem}.module li{margin-bottom:.3rem;color:#bbb;font-size:.85rem}.module-project{margin-top:.8rem;color:#ffcc80;font-weight:600;font-size:.9rem}.cta-container{text-align:center;margin-top:2rem}.cta-button{display:inline-block;background-color:#b08d2f;color:#121212;font-weight:600;padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#d4af37;transform:scale(1.05)}@media (min-width: 800px){.course-outline{padding:2rem;max-width:850px}.course-outline h1{font-size:2.5rem}.course-duration{margin-bottom:2rem;font-size:1.1rem}.requirements h2,.modules h2{font-size:1.6rem}.requirements li,.module li{font-size:1rem}.module{padding:1.4rem}.module h3{font-size:1.4rem}.module h4{font-size:1.2rem}.module-project{font-size:1rem}.cta-button{font-size:1.1rem;padding:1rem 2rem}}
