@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--bg:#fff;--text:#000;--card:#fff;--heading:#000}body.dark{--bg:#121212;--text:#fff;--card:#1e1e1e;--heading:#fff}body{background:#fff;background:var(--bg);color:#000;color:var(--text);transition:all .3s ease}.nav-wrapper{align-items:center;background:#fff;border-radius:10px 10px 0 0;box-shadow:0 2px 10px #00000014;display:flex;height:70px;justify-content:space-between;left:2%;padding:0 20px;position:fixed;top:20px;width:96%;z-index:9999}.nav-logo-left{background-image:url(/static/media/Amplemind%20Logo%20New.95fd9588d168a39d2a37.png);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;height:60px;width:180px}.nav-links,.nav-links nav{align-items:center;display:flex}.nav-links nav{gap:8px}.nav-links a{border-radius:6px;color:#222;font-size:18px;font-weight:600;padding:10px 16px;text-decoration:none;transition:.3s}.nav-links a:hover{background:#f4f4f4;color:green}.menu-toggle{display:none}@media screen and (max-width:768px){.nav-wrapper{align-items:center;border-radius:0;display:flex;height:65px;justify-content:space-between;left:0;margin:0;padding:0 18px;top:0;width:100%}.nav-logo-left{background-position:50%;background-repeat:no-repeat;background-size:contain;height:50px;width:150px}.menu-toggle{align-items:center;color:#000;cursor:pointer;display:flex;font-size:38px;height:42px;justify-content:center;line-height:1;position:absolute;right:18px;top:50%;transform:translateY(-50%);width:42px;z-index:10002}.menu-toggle.active{color:#fff;right:18px}.nav-links{align-items:flex-start;background:#111;display:flex;height:100vh;justify-content:flex-start;position:fixed;right:-260px;top:0;transition:.4s ease;width:210px;z-index:10001}.nav-links.active{right:0}.nav-links nav{display:flex;flex-direction:column;margin-top:75px;width:100%}.nav-links a{border-bottom:1px solid #2d2d2d;color:#fff;font-size:18px;font-weight:500;padding:18px 22px;width:100%}.nav-links a:hover{background:#1d1d1d;color:#0f6}}body{font-family:Arial,Helvetica,sans-serif}.hero-section{align-items:center;background:linear-gradient(180deg,#000 0,#02af48 40%,#064c22db 60%,#000);display:flex;gap:60px;justify-content:space-between;margin-top:90px;min-height:100vh;overflow:hidden;padding:80px 6%;width:100%}.hero-leftt{flex:1 1}.hero-leftt h5{color:#d7ff2f;font-size:15px;letter-spacing:4px;margin-bottom:25px}.hero-leftt h1{color:#fff;font-size:75px;font-weight:700;line-height:90px}.hero-btns{align-items:center;display:flex;gap:20px;margin-top:30px}.hero-btns button{background:#d7ff2f;border:none;border-radius:50px;color:#000;cursor:pointer;font-size:15px;font-weight:700;height:60px;transition:.4s;width:230px}.hero-btns button:hover{transform:translateY(-5px)}.hero-btns h3{color:#fff;font-size:20px}.hero-bottom{display:flex;gap:40px;margin-top:80px}.hero-bottom p{color:#fff;font-size:22px}.hero-right{display:flex;flex:1 1;justify-content:center;position:relative}.hero-right img{border-radius:20px;height:700px;max-width:550px;object-fit:cover;width:100%}.trust-box{align-items:center;animation:glow 3s linear infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;bottom:50px;display:flex;height:110px;left:-60px;position:absolute;width:300px}.trust-box h3{color:#fff;font-size:28px;line-height:38px;margin-left:25px}@keyframes glow{0%{box-shadow:0 0 10px #0f5}50%{box-shadow:0 0 25px #0f5}to{box-shadow:0 0 10px #0f5}}.marquee-container{align-items:center;background:linear-gradient(180deg,#02af48 0,#064c22db 50%,#000);display:flex;height:100px;overflow:hidden;width:100%}.marquee-track{animation:marquee 18s linear infinite;gap:80px;width:-webkit-max-content;width:max-content}.marquee-item,.marquee-track{align-items:center;display:flex}.marquee-item{gap:20px}.marquee-item h1{color:#fff;font-size:38px;white-space:nowrap}.star{align-items:center;display:flex;justify-content:center}.star img{animation:rotateStar 2s linear infinite;filter:brightness(0) invert(1);height:50px;object-fit:contain;width:50px}@keyframes rotateStar{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.main-home{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:auto;padding:80px 0;width:90%}.main-box{background:linear-gradient(180deg,#02af48 0,#064c22db 50%,#000);border-radius:20px;box-shadow:0 5px 20px #00000014;padding:30px;transition:.4s}.main-box:hover{transform:translateY(-10px)}.main-box-para h1{font-size:28px;margin-bottom:15px}.main-box-para p{color:#fff;font-size:18px;line-height:30px}.main-box-para span{color:green;font-weight:700}.home-container{align-items:center;display:flex;gap:80px;margin:auto;padding:80px 0;width:90%}.home-left{flex:1 1;position:relative}.home-left img{border-radius:20px;width:100%}.home-card{background:linear-gradient(180deg,#02af48 0,#064c22db 50%,#000);border-radius:20px;bottom:-30px;color:#fff;font-weight:700;padding:20px;position:absolute;right:-30px;width:220px}.home-card p{border-bottom:1px solid #fff3;padding:12px 0}.home-card p:last-child{border-bottom:none}.home-right{flex:1 1}.home-right h5{color:green;margin-bottom:15px}.home-right h1{font-size:42px;line-height:55px;margin-bottom:20px}.home-text{color:gray;line-height:30px;margin-bottom:40px}.home-boxes{display:flex;gap:20px}.homebox{border-radius:15px;flex:1 1;padding:25px}.homebox,.homebox.active{background:linear-gradient(180deg,#02af48 0,#064c22db 50%,#000);color:#fff;line-height:25px}@media(max-width:992px){.hero-section{flex-direction:column;margin-top:60px;padding:60px 5%}.hero-leftt,.hero-right{width:100%}.hero-leftt h1{font-size:55px;line-height:70px}.hero-right img{height:auto}.trust-box{bottom:20px;left:20px}.marquee-container{height:80px}.marquee-item h1{font-size:28px}.star img{height:40px;width:40px}.main-home{grid-template-columns:repeat(1,1fr)}.home-boxes,.home-container{flex-direction:column}}@media(max-width:600px){.hero-section{padding:40px 20px}.hero-leftt h5{font-size:12px}.hero-leftt h1{font-size:38px;line-height:50px}.hero-btns{height:70px;width:100%}.hero-btns button{font-size:10px;height:30px;max-width:250px;padding:2%;width:40%}.hero-btns h3{font-size:17px}.hero-bottom{flex-direction:column;gap:15px;margin-top:40px}.hero-bottom p{font-size:18px}.trust-box{height:70px;width:180px}.trust-box h3{font-size:17px;line-height:24px}.marquee-container{height:65px}.marquee-track{gap:40px}.marquee-item{gap:12px}.marquee-item h1{font-size:20px}.star img{height:28px;width:28px}.main-box{padding:20px}.main-box-para h1{font-size:24px}.main-box-para p{font-size:16px}.home-right h1{font-size:30px;line-height:40px}.home-card{right:0;width:180px}}.about2-section{background:linear-gradient(180deg,#000 0,#02af48 40%,#064c22db 60%,#000);height:auto;margin-top:90px;overflow:hidden;padding:70px;width:100%}.about2-container{gap:60px;justify-content:space-between;width:100%}.about2-container,.about2-left{align-items:center;display:flex}.about2-left{gap:20px;position:relative;width:45%}.about2-main-img{height:520px;width:420px}.about2-main-img,.about2-side-img{border-radius:20px;object-fit:cover}.about2-side-img{height:360px;margin-top:70px;width:70px}.about2-play-btn{align-items:center;background:#fffffff2;border-radius:50%;box-shadow:0 0 10px #0003,0 0 30px #02af4866;cursor:pointer;display:flex;font-size:28px;height:80px;justify-content:center;left:-3px;position:absolute;top:20px;transition:.3s;width:80px;z-index:10}.about2-play-btn:hover{background:#02af48;color:#fff;transform:scale(1.08)}.about2-right{width:50%}.about2-right h1{color:#fff;font-size:60px;line-height:80px;margin-bottom:20px}.about2-blue-text{color:#9dffbf;font-size:18px;font-style:italic;margin-bottom:15px}.about2-desc{color:#ddd;line-height:30px;margin-bottom:25px}.about2-progress-box{background-color:#fff3;border-radius:50px;height:30px;overflow:hidden;width:100%}.about2-progress-box .about2-progress-box-inner{align-items:center;background:linear-gradient(90deg,#02af48,#00ff73);border-radius:50px;display:flex;height:30px;width:90%}.about2-progress-box .about2-progress-box-inner span{color:#fff;font-weight:600;margin-left:20px}.about2-text-row{display:flex;gap:40px;margin-top:20px}.about2-text-row p{color:#f0f0f0;line-height:28px}.about2-service-row{align-items:center;display:flex;gap:30px;justify-content:space-between;margin-top:30px}.about2-service-box{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border-radius:20px;display:flex;gap:15px;padding:20px;transition:.3s;width:48%}.about2-service-box:hover{background:#ffffff1f;transform:translateY(-5px)}.about2-icon-circle{align-items:center;background:#fff;border-radius:50%;color:#02af48;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;min-width:60px;width:60px}.about2-service-box h3{color:#fff;margin-bottom:5px}.about2-service-box span{color:#ddd;font-size:13px}.about2-counter-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:70px;width:100%}.about2-counter-box{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border-radius:20px;padding:25px 15px;text-align:center;transition:.3s}.about2-counter-box:hover{transform:translateY(-5px)}.about2-counter-box h1{color:#00ff73;font-size:55px;font-weight:700}.about2-counter-box p{color:#fff;font-size:16px;line-height:22px;margin-top:10px}.about2-middle-video-section{background-attachment:fixed;background-image:linear-gradient(#0009,#000000b3),url(/static/media/about-middle.cf89befcdcf44ed7ce56.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:800px;width:100%}.about2-middle-video,.about2-middle-video-section{align-items:center;display:flex;justify-content:center}.about2-middle-video{background-color:#fff;border-radius:50%;height:140px;width:140px}.about2-middle-video a{color:#02af48;font-size:40px;text-decoration:none}.about2-choose-container{align-items:center;background:linear-gradient(180deg,#000 0,#02af48 40%,#064c22db 60%,#000);display:flex;gap:70px;height:auto;justify-content:center;padding:60px 80px;width:100%}.about2-choose-image img{border-radius:25px;height:520px;object-fit:cover;width:480px}.about2-choose-content{width:500px}.about2-choose-content h1{color:#fff;font-size:55px;font-weight:700;line-height:1.2;margin-bottom:25px}.about2-choose-content p{color:#ddd;line-height:1.8;margin-bottom:20px}.about2-choose-list{margin-top:30px}.about2-list-item{align-items:center;display:flex;gap:15px;margin-bottom:22px}.about2-list-item span{align-items:center;background:#fff;border-radius:50%;color:#02af48;display:flex;font-size:12px;font-weight:700;height:22px;justify-content:center;width:22px}.about2-list-item p{color:#fff;font-size:17px;margin:0}.about2-btn{background:#fff;border:none;border-radius:40px;color:#02af48;cursor:pointer;font-size:16px;font-weight:600;margin-top:35px;padding:18px 45px;transition:.3s}.about2-btn:hover{background:#02af48;color:#fff}@media (max-width:992px){.about2-section{margin-top:60px}.about2-container{flex-direction:column}.about2-left,.about2-right{width:100%}.about2-left{justify-content:center}.about2-text-row{flex-direction:column;gap:20px}.about2-choose-container{flex-direction:column;padding:50px 25px}.about2-choose-content{width:100%}.about2-choose-image img{height:auto;width:100%}.about2-counter-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about2-section{padding:40px 20px}.about2-right h1{font-size:34px;line-height:48px}.about2-main-img{height:320px;width:85%}.about2-side-img{height:220px;width:50px}.about2-play-btn{font-size:22px;height:50px;left:-2px;top:20px;width:50px}.about2-service-row{flex-direction:column;gap:20px}.about2-service-box{width:100%}.about2-counter-section{gap:15px;grid-template-columns:repeat(2,1fr);margin-top:40px}.about2-counter-box{padding:15px 8px}.about2-counter-box h1{font-size:30px}.about2-counter-box p{font-size:13px;line-height:18px}.about2-middle-video-section{background-attachment:scroll;height:350px}.about2-middle-video{height:90px;width:90px}.about2-middle-video a{font-size:28px}.about2-choose-content h1{font-size:34px;line-height:46px}.about2-btn{width:100%}}@media (max-width:480px){.about2-section{padding:30px 15px}.about2-choose-content h1,.about2-right h1{font-size:28px;line-height:40px}.about2-main-img{height:280px;width:82%}.about2-side-img{height:180px;width:45px}.about2-counter-section{gap:10px;grid-template-columns:1fr}.about2-counter-box h1{font-size:24px}.about2-counter-box p{font-size:12px;line-height:16px}}.about2-tech-section{background:linear-gradient(180deg,#000 0,#02af48 40%,#064c22db 60%,#000);padding:80px 20px;text-align:center;width:100%}.about2-tech-subtitle{color:#00ff73;font-size:16px;font-weight:700;letter-spacing:2px}.about2-tech-section h1{color:#fff;font-size:55px;margin-bottom:50px;margin-top:15px}.about2-tech-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin-bottom:50px}.about2-tech-tabs span{color:#dcdcdc;cursor:pointer;font-size:17px;font-weight:600;padding-bottom:8px;transition:.3s}.about2-tech-tabs span:hover{color:#00ff73}.about2-tech-tabs .active{border-bottom:3px solid #00ff73;color:#00ff73}.about2-tech-grid{flex-wrap:wrap;gap:20px}.about2-tech-card,.about2-tech-grid{align-items:center;display:flex;justify-content:center}.about2-tech-card{animation:fadeTech .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border-radius:20px;flex-direction:column;min-height:180px;padding:25px 15px;transition:.4s ease;width:200px}.about2-tech-card:hover{background:#ffffff26;transform:translateY(-8px)}.about2-tech-card img{height:65px;object-fit:contain;width:65px}.about2-tech-card h3{color:#fff;font-size:16px;margin-top:15px;text-align:center}@keyframes fadeTech{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.about2-tech-section h1{font-size:36px}.about2-tech-tabs{gap:15px}.about2-tech-tabs span{font-size:14px}.about2-tech-card{min-height:150px;width:160px}.about2-tech-card img{height:50px;width:50px}.about2-tech-card h3{font-size:14px}}@media (max-width:480px){.about2-tech-section{padding:60px 15px}.about2-tech-section h1{font-size:28px}.about2-tech-grid{gap:12px}.about2-tech-card{min-height:130px;padding:15px;width:140px}.about2-tech-card img{height:45px;width:45px}.about2-tech-card h3{font-size:13px}.about2-tech-tabs span{font-size:12px}}body{font-family:Plus Jakarta Sans,sans-serif}.amp-contact-wrapper{align-items:center;background:linear-gradient(180deg,#000 0,#02af48 40%,#064c22db 60%,#000);display:flex;justify-content:center;margin-top:90px;min-height:100vh;position:relative;width:100%}.amp-contact-wrapper:before{background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:50px 50px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.amp-contact-section{align-items:flex-start;display:flex;gap:60px;justify-content:space-between;margin-top:90px;max-width:1240px;padding:60px 0 100px;position:relative;width:90%;z-index:2}.amp-contact-content{color:#fff;flex:1 1}.amp-contact-small-title{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#9fffc21a;border:1px solid #9fffc24d;border-radius:50px;color:#9fffc2;display:inline-block;font-size:13px;font-weight:700;letter-spacing:2.5px;margin-bottom:20px;padding:6px 18px}.amp-contact-content h1{color:#fff;font-size:58px;font-weight:800;letter-spacing:-1px;line-height:1.15;margin-top:10px}.amp-contact-description{color:#cbd5e1;font-size:16px;line-height:1.65;margin-top:20px;max-width:520px}.amp-contact-details{display:flex;flex-direction:column;gap:16px;margin-top:40px;max-width:520px}.amp-contact-detail-box{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#00000073;border:1px solid #ffffff1f;border-radius:20px;display:flex;gap:20px;padding:20px 24px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.amp-contact-detail-box:hover{background:#000000a6;border-color:#9fffc266;box-shadow:0 10px 25px #0006;transform:translateX(8px)}.amp-contact-icon{align-items:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:14px;display:flex;font-size:20px;height:48px;justify-content:center;width:48px}.amp-contact-detail-box h3{color:#9fffc2;font-size:16px;font-weight:700;margin-bottom:4px}.amp-contact-detail-box p{color:#fff;font-size:15px;font-weight:500;margin:0}.amp-contact-form-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0000008c;border:1px solid #ffffff1f;border-radius:28px;box-shadow:0 20px 50px #00000080,0 0 30px #02af4826;flex:1 1;max-width:560px;padding:40px}.amp-form-top h2{color:#fff;font-size:32px;font-weight:800;margin-bottom:8px}.amp-form-top p{color:#cbd5e1;font-size:15px;line-height:1.5;margin-bottom:30px}.amp-contact-form{display:flex;flex-direction:column;gap:18px}.amp-form-group input,.amp-form-group textarea{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;color:#fff;font-family:inherit;font-size:15px;outline:none;padding:16px 20px;transition:all .3s ease;width:100%}.amp-form-group input:focus,.amp-form-group textarea:focus{background:#0006;border-color:#9fffc2;box-shadow:0 0 15px #9fffc233}.amp-form-group textarea{height:130px;resize:none}.amp-form-group input::placeholder,.amp-form-group textarea::placeholder{color:#64748b}.amp-send-btn{align-items:center;background:#d7ff2f;border:none;border-radius:50px;box-shadow:0 8px 25px #d7ff2f40;color:#000;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:8px;height:54px;justify-content:center;margin-top:10px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.amp-send-btn:hover{background:#fff;box-shadow:0 12px 30px #ffffff4d;transform:translateY(-3px)}@media (max-width:1024px){.amp-contact-section{flex-direction:column;gap:50px;margin-top:80px}.amp-contact-content,.amp-contact-form-box{max-width:100%;width:100%}.amp-contact-content h1{font-size:44px}}@media (max-width:600px){.amp-contact-section{margin-top:70px;padding:30px 0 60px}.amp-contact-wrapper{margin-top:65px}.amp-contact-content h1{font-size:32px;line-height:1.2}.amp-contact-form-box{border-radius:22px;padding:28px 20px}.amp-form-top h2{font-size:24px}.amp-contact-detail-box{padding:16px}.amp-contact-icon{font-size:16px;height:40px;width:40px}}.faq-section{background:#000;box-sizing:border-box;font-family:Arial,sans-serif;margin-top:90px;padding:80px 20px;width:100%}.faq-container{margin:auto;max-width:1100px;width:100%}.faq-heading{margin-bottom:50px;text-align:center}.faq-heading span{color:#0f6;font-size:16px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.faq-heading h2{color:#fff;font-size:48px;font-weight:700;line-height:1.2;margin-top:15px}.faq-heading p{color:#bdbdbd;font-size:17px;line-height:1.8;margin:18px auto 0;max-width:750px}.faq-box{background:#111;border:1px solid #1f1f1f;border-radius:16px;margin-bottom:22px;overflow:hidden;transition:.3s ease;width:100%}.faq-box:hover{border-color:#0f6;box-shadow:0 0 20px #00ff6626}.faq-box summary{color:#fff;cursor:pointer;font-size:19px;font-weight:600;line-height:1.6;list-style:none;padding:24px 70px 24px 25px;position:relative}.faq-box summary::-webkit-details-marker{display:none}.faq-box summary:after{align-items:center;background:#0f6;border-radius:50%;color:#000;content:"+";display:flex;font-size:24px;font-weight:700;height:35px;justify-content:center;position:absolute;right:25px;top:50%;transform:translateY(-50%);transition:.3s ease;width:35px}.faq-box[open] summary:after{content:"−"}.faq-box p{color:#cfcfcf;font-size:16px;line-height:1.9;padding:0 25px 25px}@media(max-width:1200px){.faq-container{max-width:95%}}@media(max-width:992px){.faq-section{margin-top:50px;padding:70px 18px}.faq-heading h2{font-size:40px}.faq-heading p{font-size:16px}.faq-box summary{font-size:18px}}@media(max-width:768px){.faq-section{padding:60px 15px}.faq-heading{margin-bottom:40px}.faq-heading h2{font-size:32px}.faq-heading p{font-size:15px;line-height:1.7}.faq-box{border-radius:14px}.faq-box summary{font-size:16px;line-height:1.5;padding:20px 60px 20px 18px}.faq-box summary:after{font-size:20px;height:30px;right:18px;width:30px}.faq-box p{font-size:14px;line-height:1.8;padding:0 18px 20px}}@media(max-width:480px){.faq-section{padding:50px 12px}.faq-heading span{font-size:13px}.faq-heading h2{font-size:26px}.faq-heading p{font-size:14px}.faq-box summary{font-size:15px;padding:18px 55px 18px 15px}.faq-box summary:after{font-size:18px;height:28px;right:15px;width:28px}.faq-box p{font-size:13px;padding:0 15px 18px}}body{font-family:sans-serif;overflow-x:hidden}.footer-main{background:#000;color:#fff;margin-top:120px;padding:70px 0 30px;width:100%}.footer-content{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1.4fr 1fr .8fr;margin:auto;max-width:1400px;width:95%}.footer-left h2{font-size:32px;margin-bottom:20px}.footer-left p{color:#9f9f9f;font-size:15px;line-height:30px}.contact{display:flex;flex-wrap:wrap;gap:40px;margin-top:30px}.contact span{color:#7f7f7f;font-size:14px}.contact h4{color:#fff;font-size:16px;margin-top:6px;word-break:break-word}.footer-links{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.footer-links div{flex:1 1}.footer-links h3{color:#fff;font-size:18px;margin-bottom:18px}.footer-links a{color:#9d9d9d;display:block;font-size:15px;margin-bottom:12px;text-decoration:none;transition:.3s ease}.footer-links a:hover{color:#fff;transform:translateX(4px)}.footer-form{background:#111;border:1px solid #2a2a2a;border-radius:20px;justify-self:end;max-width:420px;padding:25px;width:100%}.footer-form form{display:flex;flex-direction:column;gap:14px}.footer-form input,.footer-form textarea{background:#1c1c1c;border:1px solid #2d2d2d;border-radius:10px;color:#fff;font-size:14px;outline:none;padding:12px;width:100%}.footer-form input::placeholder,.footer-form textarea::placeholder{color:#8a8a8a}.footer-form textarea{height:100px;resize:none}.footer-form button{background:#fff;border:none;border-radius:10px;color:#000;cursor:pointer;font-size:14px;font-weight:700;height:50px;transition:.3s ease}.footer-form button:hover{transform:scale(1.02)}.footer-bottom{border-top:1px solid #222;color:#888;font-size:14px;margin:50px auto 0;max-width:1400px;padding-top:25px;text-align:center;width:95%}@media (max-width:1200px){.footer-content{gap:35px;grid-template-columns:1fr 1fr}.footer-form{grid-column:span 2;justify-self:center;max-width:500px}}@media (max-width:768px){.footer-main{margin-top:80px;padding:50px 0 25px}.footer-content{gap:35px;grid-template-columns:1fr;width:92%}.footer-left h2{font-size:28px}.contact{gap:20px}.footer-links{display:flex;gap:15px;justify-content:space-between}.footer-links div{flex:1 1}.footer-links h3{font-size:15px}.footer-links a{font-size:13px;margin-bottom:10px}.footer-form{grid-column:span 1;justify-self:stretch;max-width:100%;width:100%}}@media (max-width:480px){.footer-main{padding:35px 0 20px}.footer-content{width:94%}.footer-left h2{font-size:24px}.footer-left p{font-size:14px;line-height:26px}.contact{flex-direction:column;gap:18px}.footer-links{display:flex;gap:10px;justify-content:space-between}.footer-links div{flex:1 1}.footer-links h3{font-size:13px;margin-bottom:10px}.footer-links a{font-size:11px;line-height:16px;margin-bottom:8px}.footer-form{border-radius:16px;padding:18px}.footer-form input,.footer-form textarea{font-size:13px;padding:11px}.footer-form button{font-size:13px;height:45px}.footer-bottom{font-size:12px;margin-top:30px;width:94%}}.us-service-main{background:linear-gradient(180deg,#000 0,#02af48 40%,#064c22db 60%,#000);margin-top:90px;padding:100px 8%;position:relative;width:100%}.us-service-main:before{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:45px 45px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.us-service-main-title{margin:auto;max-width:850px;padding-bottom:60px;position:relative;text-align:center;width:100%;z-index:2}.us-service-main-title h2{color:#9fffc2;font-size:14px;font-weight:700;letter-spacing:3px;margin-bottom:20px;text-transform:uppercase}.us-service-main-title h1{color:#fff;font-size:46px;font-weight:800;letter-spacing:-.5px;line-height:1.3}.us-service-card-section{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-top:0;padding-bottom:32px;position:relative;width:100%;z-index:2}.us-service-card-box{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#00000073;border:1px solid #ffffff1a;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;height:auto;min-height:490px;overflow:hidden;padding:45px 30px;position:relative;text-align:center;transition:all .5s cubic-bezier(.25,.8,.25,1);width:380px}.us-service-card-box:hover{background:#0009;border-color:#9fffc266;box-shadow:0 20px 50px #0006,inset 0 1px 1px #ffffff26;transform:translateY(-12px)}.us-service-card-box:after{background:linear-gradient(90deg,#9fffc2,#02af48);content:"";height:4px;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%}.us-service-card-box:hover:after{opacity:1}.us-service-icon-circle{align-items:center;background:#fff;border:2px solid #fff3;border-radius:50%;box-shadow:0 10px 25px #0000004d;display:flex;height:110px;justify-content:center;margin:0 auto 10px;transition:all .5s ease;width:110px}.us-service-icon-circle img{border-radius:50%;height:100%;object-fit:cover;transition:all .4s ease;width:100%}.us-service-card-box:hover .us-service-icon-circle{border-color:#9fffc2;box-shadow:0 0 30px #9fffc24d;transform:scale(1.05)}.us-service-image{height:50px;object-fit:contain;width:50px}.us-service-card-box h2{color:#fff;font-size:24px;font-weight:700;letter-spacing:-.3px;margin-top:30px;transition:color .3s ease}.us-service-card-box:hover h2{color:#9fffc2}.us-service-card-box p{color:#e5e7eb;flex-grow:1;font-size:15px;font-weight:400;line-height:1.65;margin-top:16px}.us-service-btn{align-items:center;background-color:#ffffff0d;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:50px;justify-content:center;margin:30px auto 0;min-height:50px;min-width:50px;transition:all .4s cubic-bezier(.4,0,.2,1);width:50px}.us-service-card-box:hover .us-service-btn{background:#fff;border-color:#fff;box-shadow:0 10px 20px #fff3;color:#02af48;transform:translateX(3px)}.us-service-middle{background:linear-gradient(180deg,#000 0,#02af48 40%,#064c22db 60%,#000);border-top:1px solid #ffffff0d;margin-top:0;padding:120px 8% 100px;position:relative;width:100%}.us-service-middle:before{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:45px 45px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.us-service-middle-title{margin-bottom:70px;position:relative;text-align:center;z-index:2}.us-service-middle-title h2{color:#9fffc2;font-size:14px;font-weight:700;letter-spacing:3px;margin-bottom:20px}.us-service-middle-title h1{color:#fff;font-size:46px;font-weight:800}.us-service-middle-row1,.us-service-middle-row2{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-top:32px;position:relative;z-index:2}.us-service-middle-box{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#00000073;border:1px solid #ffffff14;border-radius:24px;padding:45px 35px;transition:all .4s cubic-bezier(.25,.8,.25,1);width:380px}.us-service-middle-box:hover{background:#0009;border-color:#9fffc24d;box-shadow:0 15px 35px #0006;transform:translateY(-6px)}.us-service-box-img{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;display:flex;height:64px;justify-content:center;margin-bottom:28px;padding:14px;transition:all .4s ease;width:64px}.us-service-box-img img{filter:brightness(0) invert(1);height:100%;object-fit:contain;transition:all .4s ease;width:100%}.us-service-middle-box:hover .us-service-box-img{background:#fff;border-color:#fff;box-shadow:0 8px 20px #fff3}.us-service-middle-box:hover .us-service-box-img img{filter:invert(48%) sepia(94%) saturate(1966%) hue-rotate(118deg) brightness(94%) contrast(102%);transform:scale(1.05)}.us-service-middle-box h1{color:#fff;font-size:22px;font-weight:700;letter-spacing:-.2px;margin-bottom:16px}.us-service-middle-box p{color:#e5e7eb;font-size:15px;line-height:1.65;transition:color .3s}.us-service-middle-box:hover p{color:#fff}@media (max-width:1200px){.us-service-main,.us-service-middle{padding:80px 4%}.us-service-card-box,.us-service-middle-box{min-width:300px;width:calc(50% - 16px)}}@media (max-width:992px){.us-service-main-title h1,.us-service-middle-title h1{font-size:36px}}@media (max-width:768px){.us-service-main{margin-top:60px;padding:60px 24px}.us-service-main-title{padding-bottom:40px}.us-service-main-title h1,.us-service-middle-title h1{font-size:28px}.us-service-card-section,.us-service-middle-row1,.us-service-middle-row2{gap:20px}.us-service-card-box,.us-service-middle-box{min-height:auto;padding:35px 24px;width:100%}.us-service-card-box h2{font-size:22px}.us-service-middle{padding:80px 24px}}@media (max-width:480px){.us-service-main-title h1,.us-service-middle-title h1{font-size:24px}.us-service-card-box,.us-service-middle-box{padding:30px 20px}}.terms-page{background:linear-gradient(135deg,#000,#021b0d 25%,#034d25 50%,#02af48 75%,#000);margin-top:30px;min-height:100vh;padding:120px 20px 60px}.terms-document{background:#fff;border-radius:15px;box-shadow:0 15px 50px #0003;margin:auto;max-width:1000px;padding:60px}.document-header h1{font-weight:700}.document-header p{font-size:15px}.terms-document h2{color:#111827;font-size:24px;font-weight:600;margin-bottom:15px;margin-top:35px}.terms-document p{color:#4b5563;font-size:16px;line-height:1.9;margin-bottom:15px}.terms-document ul{margin-bottom:20px;padding-left:25px}.terms-document li{color:#4b5563;line-height:1.9;margin-bottom:8px}.terms-document strong{color:#111827}.contact-section{border-top:1px solid #e5e7eb;margin-top:40px;padding-top:20px}.terms-document{animation:fadeIn .8s ease}@media (max-width:992px){.terms-document{padding:40px}.document-header h1{font-size:36px}}@media (max-width:768px){.terms-page{padding:100px 15px 40px}.terms-document{border-radius:10px;padding:25px}.document-header h1{font-size:28px}.terms-document h2{font-size:20px}.terms-document li,.terms-document p{font-size:15px}}@media (max-width:480px){.document-header h1{font-size:24px}.terms-document{padding:20px}}.privacy-page{background:linear-gradient(135deg,#000,#021b0d 25%,#034d25 50%,#02af48 75%,#000);margin-top:30px;min-height:100vh;padding:120px 20px 60px}.privacy-document{background:#fff;border-radius:15px;box-shadow:0 15px 50px #0003;margin:auto;max-width:1000px;padding:60px}.privacy-document h2{color:#111827;font-size:24px;margin-bottom:15px;margin-top:35px}.privacy-document h3{color:#1e3a8a;font-size:18px;margin-bottom:10px;margin-top:20px}.privacy-document li,.privacy-document p{color:#4b5563;font-size:16px;line-height:1.9}.privacy-document ul{margin-bottom:20px;padding-left:25px}.privacy-document strong{color:#111827}@media (max-width:768px){.privacy-page{padding:100px 15px 40px}.privacy-document{padding:25px}.document-header h1{font-size:28px}.privacy-document h2{font-size:20px}}.cookies-page{background:linear-gradient(135deg,#000,#021b0d 25%,#034d25 50%,#02af48 75%,#000);margin-top:30px;min-height:100vh;padding:120px 20px 60px}.cookies-document{background:#fff;border-radius:15px;box-shadow:0 15px 50px #0003;margin:auto;max-width:1000px;padding:60px}.document-header{border-bottom:2px solid #e5e7eb;margin-bottom:40px;padding-bottom:25px;text-align:center}.document-header h1{color:#111827;font-size:42px;margin-bottom:10px}.document-header p{color:#6b7280}.cookies-document h2{color:#111827;font-size:24px;margin-bottom:15px;margin-top:35px}.cookies-document h3{color:#1e3a8a;font-size:18px;margin-bottom:10px;margin-top:20px}.cookies-document li,.cookies-document p{color:#4b5563;font-size:16px;line-height:1.9}.cookies-document ul{margin-bottom:20px;padding-left:25px}.cookies-document strong{color:#111827}@media (max-width:768px){.cookies-page{padding:100px 15px 40px}.cookies-document{padding:25px}.document-header h1{font-size:28px}.cookies-document h2{font-size:20px}.cookies-document h3{font-size:17px}}.amp-career-wrapper{background:#060d08;background-image:radial-gradient(circle at 50% 0,#02af4840,#0000 70%),linear-gradient(180deg,#021208 0,#050d08);color:#fff;margin-top:90px;min-height:100vh;overflow:hidden;position:relative;width:100%}.amp-career-wrapper:before{background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:40px 40px;content:"";inset:0;pointer-events:none;position:absolute}.amp-career-container{margin:auto;max-width:1200px;padding:100px 0 80px;position:relative;width:90%;z-index:2}.amp-career-header{margin:0 auto 60px;max-width:720px;text-align:center}.amp-career-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#9fffc21a;border:1px solid #9fffc240;border-radius:50px;color:#9fffc2;display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:20px;padding:6px 18px}.amp-career-header h1{color:#fff;font-size:48px;font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:16px}.amp-career-header p{color:#94a3b8;font-size:16px;line-height:1.7}.amp-career-jobs{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.amp-job-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f1c1499;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding:28px;transition:all .35s cubic-bezier(.16,1,.3,1)}.amp-job-card:hover{background:#12261abf;border-color:#9fffc259;box-shadow:0 20px 40px #00000080,0 0 25px #02af4833;transform:translateY(-6px)}.amp-job-card-top{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px}.amp-job-card-top h2{color:#fff;font-size:20px;font-weight:700;line-height:1.3}.amp-status-badge{background:#9fffc21f;border:1px solid #9fffc24d;border-radius:30px;color:#9fffc2;font-size:11px;font-weight:700;padding:4px 12px;white-space:nowrap}.amp-job-info{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;display:flex;flex-direction:column;gap:10px;margin-bottom:22px;padding:16px}.amp-info-row{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding-bottom:8px}.amp-info-row:last-child{border-bottom:none;padding-bottom:0}.amp-info-label{color:#94a3b8;font-size:13px;font-weight:500}.amp-info-value{color:#fff;font-size:13px;font-weight:600}.amp-apply-btn{align-items:center;background:#d7ff2f;border:none;border-radius:12px;box-shadow:0 6px 18px #d7ff2f2e;color:#0b150c;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;height:48px;justify-content:center;transition:all .3s ease;width:100%}.amp-apply-btn:hover{background:#fff;box-shadow:0 10px 24px #ffffff40;transform:translateY(-2px)}.amp-apply-btn span{transition:transform .25s ease}.amp-apply-btn:hover span{transform:translateX(4px)}.amp-application-overlay{align-items:flex-start;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#030a05e0;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:24px 16px 80px;position:fixed;right:0;top:90px;z-index:99999}.amp-application-form{animation:formPop .3s cubic-bezier(.16,1,.3,1);background:#0c1810;border:1px solid #9fffc240;border-radius:20px;box-shadow:0 25px 60px #000000e6,0 0 35px #02af4833;margin:0 auto;max-height:calc(100vh - 140px);max-width:620px;overflow-y:auto;padding:28px 24px;position:relative;width:100%}@keyframes formPop{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.amp-form-close{align-items:center;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:15px;height:34px;justify-content:center;position:absolute;right:18px;top:18px;transition:all .25s ease;width:34px;z-index:10}.amp-form-close:hover{background:#ef444433;border-color:#ef444480;color:#ef4444}.amp-form-header{align-items:flex-start;border-bottom:1px solid #ffffff14;display:flex;gap:15px;justify-content:space-between;margin-bottom:22px;padding-bottom:16px;padding-right:30px}.amp-form-header h2{color:#fff;font-size:22px;font-weight:800;margin-bottom:4px}.amp-form-subtitle{color:#94a3b8;font-size:13px}.amp-job-tag{background:#9fffc21a;border:1px solid #9fffc240;border-radius:20px;color:#9fffc2;font-size:11px;font-weight:700;padding:5px 12px;white-space:nowrap}.amp-form-inputs{display:flex;flex-direction:column;gap:16px}.amp-input-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.amp-input-group{display:flex;flex-direction:column;gap:6px}.amp-input-group label{color:#cbd5e1;font-size:12px;font-weight:600}.amp-form-inputs input,.amp-form-inputs textarea{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-size:13px;outline:none;padding:12px 14px;transition:all .25s ease;width:100%}.amp-form-inputs textarea{resize:vertical}.amp-form-inputs input::placeholder,.amp-form-inputs textarea::placeholder{color:#64748b}.amp-form-inputs input:focus,.amp-form-inputs textarea:focus{background:#0000004d;border-color:#9fffc2;box-shadow:0 0 12px #9fffc226}.amp-file-upload{display:flex;flex-direction:column;gap:6px}.amp-file-upload label{color:#cbd5e1;font-size:12px;font-weight:600}.amp-dropzone{background:#ffffff05;border:1px dashed #9fffc24d;border-radius:12px;cursor:pointer;padding:14px;position:relative;text-align:center;transition:all .25s ease}.amp-dropzone:hover{background:#9fffc20a;border-color:#9fffc2}.amp-dropzone input[type=file]{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.amp-dropzone-content{align-items:center;color:#9fffc2;display:flex;font-size:13px;font-weight:500;gap:10px;justify-content:center}.amp-upload-icon{font-size:18px}.amp-success-message{background:#22c55e1f;border:1px solid #22c55e4d;border-radius:12px;color:#86efac}.amp-error-message,.amp-success-message{font-size:13px;font-weight:600;margin-bottom:16px;padding:12px 16px}.amp-error-message{background:#ef44441f;border:1px solid #ef44444d;border-radius:12px;color:#fca5a5}.amp-application-buttons{display:flex;gap:12px;margin-top:24px}.amp-submit-btn{background:#d7ff2f;border:none;border-radius:12px;color:#0b150c;cursor:pointer;flex:2 1;font-size:14px;font-weight:700;height:46px;transition:all .25s ease}.amp-submit-btn:hover:not(:disabled){background:#fff;box-shadow:0 8px 20px #fff3}.amp-submit-btn:disabled{cursor:not-allowed;opacity:.6}.amp-cancel-btn{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;color:#fff;flex:1 1;height:46px;transition:all .25s ease}.amp-cancel-btn:hover{background:#ffffff1f}.amp-no-job{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1c1466;border:1px dashed #ffffff26;border-radius:20px;grid-column:1/-1;padding:60px 20px;text-align:center}.amp-no-job-icon{font-size:42px;margin-bottom:12px}.amp-no-job h2{color:#fff;font-size:22px;margin-bottom:8px}.amp-no-job p{color:#94a3b8;font-size:14px;margin:0 auto;max-width:450px}.amp-application-form::-webkit-scrollbar,.amp-application-overlay::-webkit-scrollbar{width:6px}.amp-application-form::-webkit-scrollbar-track,.amp-application-overlay::-webkit-scrollbar-track{background:#0000}.amp-application-form::-webkit-scrollbar-thumb,.amp-application-overlay::-webkit-scrollbar-thumb{background:#9fffc240;border-radius:10px}.amp-application-form::-webkit-scrollbar-thumb:hover,.amp-application-overlay::-webkit-scrollbar-thumb:hover{background:#9fffc2}@media (max-width:992px){.amp-career-container{padding:80px 0 60px}.amp-career-header h1{font-size:38px}.amp-career-jobs{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.amp-career-wrapper{margin-top:70px}.amp-application-overlay{padding:16px 12px 90px;top:70px}.amp-career-header h1{font-size:32px}.amp-career-jobs,.amp-input-row{grid-template-columns:1fr}.amp-input-row{gap:12px}.amp-application-form{border-radius:16px;max-height:none;padding:20px 16px}.amp-form-header{padding-right:25px}.amp-form-header h2{font-size:18px}.amp-form-inputs input,.amp-form-inputs textarea{font-size:13px;padding:10px 12px}.amp-application-buttons{flex-direction:column;gap:12px}.amp-cancel-btn,.amp-submit-btn{height:48px;min-height:48px;width:100%}}@media (max-width:480px){.amp-career-container{padding:50px 0 30px}.amp-career-header h1{font-size:26px}.amp-career-header p{font-size:14px}.amp-form-header{align-items:flex-start;flex-direction:column;gap:8px}}.admin-dashboard-container{background:#f8fafc;min-height:100vh;padding:32px;width:100%}.admin-dashboard-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:32px}.admin-header-left h1{color:#0f172a;font-size:30px;font-weight:800;letter-spacing:-.5px;margin-bottom:4px}.admin-header-left p{color:#64748b;font-size:14px}.search-wrapper{align-items:center;display:flex;position:relative}.search-wrapper .search-icon{font-size:15px;left:16px;opacity:.6;pointer-events:none;position:absolute}.search-wrapper input{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0f172a05;color:#0f172a;font-size:14px;height:48px;outline:none;padding:0 16px 0 46px;transition:all .25s ease;width:320px}.search-wrapper input:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481f}.admin-dashboard-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:32px}.admin-dashboard-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #0f172a08;display:flex;gap:18px;overflow:hidden;padding:22px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-dashboard-card:before{background:linear-gradient(90deg,#02af48,#064c22);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.admin-dashboard-card:hover{box-shadow:0 12px 25px #0f172a0f;transform:translateY(-4px)}.admin-card-icon{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px;display:flex;flex-shrink:0;font-size:26px;height:58px;justify-content:center;width:58px}.admin-card-info h3{color:#64748b;font-size:13px;font-weight:600;letter-spacing:.3px;margin-bottom:2px;text-transform:uppercase}.admin-card-info h2{color:#0f172a;font-size:28px;font-weight:800}.stat-trend{font-size:12px;font-weight:600;margin-top:2px}.stat-trend.growth,.stat-trend.positive{color:#02af48}.stat-trend.standard{color:#64748b}.admin-dashboard-content{grid-gap:24px;align-items:flex-start;display:grid;gap:24px;grid-template-columns:1.8fr 1fr}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 15px #0f172a08;padding:26px}.card-header-inline{align-items:center;display:flex;justify-content:space-between;margin-bottom:22px}.admin-card h2{color:#0f172a;font-size:18px;font-weight:700}.live-indicator{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;color:#02af48;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 10px}.blink-dot{background:#02af48;border-radius:50%;box-shadow:0 0 0 2px #02af4833;height:6px;width:6px}.activity-list{display:flex;flex-direction:column;gap:12px;list-style:none}.activity-list li{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;display:flex;gap:14px;padding:12px 16px;transition:all .2s ease}.activity-list li:hover{background:#f0fdf4;border-color:#dcfce7;transform:translateX(4px)}.status-badge{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-weight:700;height:28px;justify-content:center;width:28px}.status-badge.success{background:#dcfce7;color:#15803d}.status-badge.info{background:#e0f2fe;color:#0369a1}.activity-details{align-items:center;display:flex;justify-content:space-between;width:100%}.activity-text{color:#334155;font-size:13.5px;font-weight:600}.activity-time{color:#94a3b8;font-size:12px}.card-subtitle{color:#64748b;font-size:13px;margin-bottom:20px;margin-top:2px}.actions-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.action-btn{align-items:center;background:linear-gradient(135deg,#02af48,#064c22);border-radius:10px;box-shadow:0 4px 12px #02af4833;color:#fff;display:flex;font-size:13.5px;gap:8px;height:46px;justify-content:center;transition:all .25s ease}.action-btn:hover{box-shadow:0 6px 16px #02af484d;transform:translateY(-2px)}.action-btn.outline{background:#fff;border:1px solid #cbd5e1;box-shadow:none;color:#0f172a}.action-btn.outline:hover{background:#f8fafc;border-color:#02af48;color:#02af48}.action-btn.full-width{grid-column:span 2}@media (max-width:1100px){.admin-dashboard-content{grid-template-columns:1fr}}@media (max-width:768px){.admin-dashboard-container{padding:16px}.admin-dashboard-header{align-items:flex-start;flex-direction:column}.search-wrapper,.search-wrapper input{width:100%}.actions-grid{grid-template-columns:1fr}.action-btn.full-width{grid-column:span 1}}:root{--primary:#02af48;--primary-hover:#028e3b;--primary-light:#e6f7ed;--bg-main:#f8fafc;--text-dark:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--card-bg:#fff}.students-container{background:#f8fafc;background:var(--bg-main);color:#0f172a;color:var(--text-dark);min-height:100vh;padding:32px 40px;width:100%}.students-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:28px}.students-badge{background:#e6f7ed;background:var(--primary-light);border:1px solid #02af4840;border-radius:50px;color:#02af48;color:var(--primary);display:inline-block;font-size:11px;font-weight:700;letter-spacing:.8px;margin-bottom:8px;padding:4px 12px}.students-header h2{color:#0f172a;color:var(--text-dark);font-size:28px;font-weight:800;letter-spacing:-.5px}.students-header p{color:#64748b;color:var(--text-muted);font-size:14px}.add-student-btn{align-items:center;background:#02af48;background:var(--primary);border:none;border-radius:10px;box-shadow:0 4px 14px #02af4840;color:#fff;cursor:pointer;display:flex;font-size:13.5px;font-weight:700;gap:8px;padding:12px 22px;transition:all .2s ease}.add-student-btn:hover{background:#028e3b;background:var(--primary-hover);box-shadow:0 6px 18px #02af4859;transform:translateY(-2px)}.students-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:28px}.stat-card{align-items:center!important;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 10px #0f172a08;display:flex!important;flex-direction:row!important;gap:18px!important;justify-content:flex-start!important;padding:20px 24px;transition:all .25s ease}.stat-card:hover{border-color:#cbd5e1;box-shadow:0 8px 20px #0f172a0f;transform:translateY(-2px)}.stat-card.total{border-left:4px solid #2563eb}.stat-card.active{border-left:4px solid #02af48;border-left:4px solid var(--primary)}.stat-card.inactive{border-left:4px solid #dc2626}.stat-icon{align-items:center!important;border-radius:14px!important;display:flex!important;flex-shrink:0!important;font-size:22px!important;height:52px!important;justify-content:center!important;margin:0!important;width:52px!important}.stat-card.total .stat-icon{background:#eff6ff}.stat-card.active .stat-icon{background:#f0fdf4}.stat-card.inactive .stat-icon{background:#fef2f2}.stat-card>div:not(.stat-icon),.stat-info{align-items:flex-start!important;display:flex!important;flex-direction:column!important;text-align:left!important}.stat-card h3{color:#0f172a;color:var(--text-dark);font-size:26px;font-weight:800;line-height:1.1;margin-bottom:2px}.stat-card p{color:#64748b;color:var(--text-muted);font-size:13px;font-weight:600}.students-filters{align-items:center;display:flex;gap:14px;justify-content:space-between;margin-bottom:24px}.search-input-box{flex:1 1;max-width:460px;position:relative}.search-input-box input{background:#fff;background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;box-shadow:0 1px 3px #00000005;color:#0f172a;color:var(--text-dark);font-size:13.5px;height:44px;outline:none;padding:0 16px 0 44px;transition:all .2s ease;width:100%}.search-input-box input:focus{border-color:#02af48;border-color:var(--primary);box-shadow:0 0 0 3.5px #02af481f}.filter-select-group{display:flex;gap:12px}.filter-select-group select{background:#fff;background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;color:#475569;cursor:pointer;font-size:13px;font-weight:600;height:44px;outline:none;padding:0 16px;transition:border-color .2s}.filter-select-group select:focus{border-color:#02af48;border-color:var(--primary)}.students-table-wrapper{background:#fff;background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 12px #0f172a08;overflow-x:auto}.students-table{border-collapse:collapse;min-width:950px;text-align:left;width:100%}.students-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);color:#64748b;color:var(--text-muted);font-size:11.5px;font-weight:700;letter-spacing:.6px;padding:16px 20px;text-transform:uppercase;white-space:nowrap}.students-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:13.5px;padding:16px 20px;vertical-align:middle;white-space:nowrap}.students-table tbody tr:hover{background:#f8fafc}.user-cell{align-items:center;display:flex;gap:12px}.student-avatar,.student-avatar-placeholder{border-radius:50%;flex-shrink:0;height:40px;width:40px}.student-avatar{border:1.5px solid #e2e8f0;object-fit:cover}.student-avatar-placeholder{align-items:center;background:#e2e8f0;color:#0f172a;color:var(--text-dark);display:flex;font-size:15px;font-weight:700;justify-content:center}.user-meta{display:flex;flex-direction:column}.student-name-text{color:#0f172a;color:var(--text-dark);font-size:14px;font-weight:700}.student-sub-id{color:#94a3b8;font-size:11.5px}.student-course-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:12px;font-weight:600;padding:4px 10px}.status{align-items:center!important;border-radius:20px!important;display:inline-flex!important;font-size:12px!important;font-weight:700!important;gap:6px!important;padding:4px 12px!important;text-transform:capitalize!important}.status.active{background:#dcfce7!important;color:#15803d!important}.status.inactive{background:#fee2e2!important;color:#b91c1c!important}.student-actions{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:6px!important;justify-content:flex-end!important;white-space:nowrap!important;width:100%!important}.action-btn,.delete-btn,.edit-btn,.view-btn{align-items:center!important;border:1px solid #0000!important;border-radius:8px!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0!important;font-size:12px!important;font-weight:700!important;justify-content:center!important;line-height:1.2!important;margin:0!important;padding:6px 14px!important;transition:all .2s ease!important;white-space:nowrap!important}.action-btn.view,.view-btn{background:#eff6ff!important;border-color:#dbeafe!important;color:#2563eb!important}.action-btn.view:hover,.view-btn:hover{background:#2563eb!important;color:#fff!important}.action-btn.edit,.edit-btn{background:#fffbeb!important;border-color:#fef3c7!important;color:#d97706!important}.action-btn.edit:hover,.edit-btn:hover{background:#d97706!important;color:#fff!important}.action-btn.delete,.delete-btn{background:#fef2f2!important;border-color:#fee2e2!important;color:#dc2626!important}.action-btn.delete:hover,.delete-btn:hover{background:#dc2626!important;color:#fff!important}.text-right{text-align:right}.student-form{background:#fff;background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:20px;box-shadow:0 8px 30px #0f172a0d;margin-bottom:28px;padding:28px}.form-card-title{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);margin-bottom:24px;padding-bottom:16px}.form-card-title h3{color:#0f172a;color:var(--text-dark);font-size:19px}.close-form-btn{background:#f1f5f9;color:#64748b;color:var(--text-muted);font-size:15px;height:32px;transition:all .2s;width:32px}.close-form-btn:hover{background:#fee2e2;color:#dc2626}.form-sections{display:flex;flex-direction:column;gap:24px}.form-section-block h4{color:#02af48;color:var(--primary);font-size:13px;font-weight:700;letter-spacing:.6px;margin-bottom:14px;text-transform:uppercase}.student-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.form-group.full-width{grid-column:1/-1}.form-group input,.form-group select,.form-group textarea{background:var(--card-bg);color:var(--text-dark);padding:10px 14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary)}.file-upload-box{align-items:center;display:flex;gap:14px}.file-upload-box input[type=file]{display:none}.file-upload-label{background:#f0fdf4;border:1.5px dashed #02af48;border:1.5px dashed var(--primary);border-radius:10px;color:#028e3b;color:var(--primary-hover);cursor:pointer;font-size:13px;font-weight:600;padding:10px 18px;transition:background .2s}.file-upload-label:hover{background:#dcfce7}.student-preview{border:2px solid #02af48;border:2px solid var(--primary);border-radius:50%;height:44px;object-fit:cover;width:44px}.student-form-actions{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:18px}.save-btn{background:#02af48;background:var(--primary);border-radius:50px;font-weight:700;padding:11px 24px;transition:background .2s}.save-btn:hover{background:#028e3b;background:var(--primary-hover)}.cancel-btn{background:#fff;border-radius:50px;color:#64748b;color:var(--text-muted);padding:11px 22px}.cancel-btn:hover{background:#f1f5f9;color:#0f172a;color:var(--text-dark)}.std-view-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:99999}.std-view-modal{background:#fff;background:var(--card-bg);border-radius:20px;box-shadow:0 25px 50px #0f172a33;display:flex;flex-direction:column;max-height:90vh;max-width:780px;overflow:hidden;width:100%}.std-view-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:18px 26px}.std-view-title .badge{color:#02af48;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:1px}.std-view-title h2{color:#0f172a;color:var(--text-dark);font-size:19px;font-weight:800}.std-view-close{background:#f1f5f9;border:none;border-radius:50%;color:#64748b;color:var(--text-muted);cursor:pointer;height:32px;width:32px}.std-view-body{display:flex;flex-direction:column;gap:22px;overflow-y:auto;padding:26px}.std-profile-card-top{align-items:center;background:linear-gradient(135deg,#f0fdf4,#e6f7ed);border:1px solid #02af4833;border-radius:16px;display:flex;gap:18px;padding:18px 22px}.avatar-wrapper{border:3px solid #02af48;border:3px solid var(--primary);border-radius:50%;flex-shrink:0;height:72px;overflow:hidden;width:72px}.avatar-wrapper img{height:100%;object-fit:cover;width:100%}.avatar-fallback{align-items:center;background:#02af48;background:var(--primary);color:#fff;display:flex;font-size:28px;font-weight:800;height:100%;justify-content:center;width:100%}.profile-main-meta h3{font-size:20px;font-weight:800}.profile-main-meta .course-name{color:#02af48;color:var(--primary);font-size:13px;font-weight:700;margin-bottom:8px}.tags-row{display:flex;flex-wrap:wrap;gap:8px}.batch-tag,.id-tag{background:#fff;border:1px solid #cbd5e1;color:#334155}.batch-tag,.id-tag,.status-tag{border-radius:20px;font-size:11.5px;font-weight:700;padding:3px 10px}.status-tag{text-transform:capitalize}.status-tag.active{background:#dcfce7;color:#15803d}.status-tag.inactive{background:#fee2e2;color:#b91c1c}.std-details-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.std-detail-card{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:14px;padding:18px}.std-detail-card h4{border-bottom:1px solid #f1f5f9;color:#02af48;color:var(--primary);font-size:12.5px;font-weight:700;margin-bottom:12px;padding-bottom:6px;text-transform:uppercase}.info-fields{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.field-item{background:#f8fafc;border-radius:8px;display:flex;flex-direction:column;padding:9px 11px}.field-item.full{grid-column:1/-1}.field-item span{color:#64748b;color:var(--text-muted);font-size:11px;font-weight:600}.field-item strong{color:#0f172a;color:var(--text-dark);font-size:13px;font-weight:700}.text-green{color:#16a34a!important}.text-blue{color:#2563eb!important}.text-red{color:#dc2626!important}.custom-progress{align-items:center;display:flex;gap:8px;margin-top:4px}.custom-progress .bar-bg{background:#e2e8f0;border-radius:10px;flex:1 1;height:7px;overflow:hidden}.custom-progress .bar-fill{background:#02af48;background:var(--primary);height:100%}.custom-progress .percent{color:#02af48;color:var(--primary);font-size:11.5px;font-weight:700}.pay-status{border-radius:20px;display:inline-block;font-size:11.5px;font-weight:700;padding:2px 8px}.pay-status.paid{background:#dcfce7;color:#15803d}.pay-status.pending{background:#fef3c7;color:#b45309}.pay-status.partial{background:#e0f2fe;color:#0369a1}.std-view-footer{background:#f8fafc;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);display:flex;gap:10px;justify-content:flex-end;padding:16px 26px}.edit-quick-btn{background:#2563eb;border:none;border-radius:50px;color:#fff;font-weight:700}.close-view-btn,.edit-quick-btn{cursor:pointer;font-size:13px;padding:9px 20px}.close-view-btn{background:#fff;border:1px solid #cbd5e1;border-radius:50px;color:#475569;font-weight:600}.table-message{color:#64748b;color:var(--text-muted);font-weight:600;padding:40px 20px!important;text-align:center}@media (max-width:992px){.std-details-grid{grid-template-columns:1fr}}@media (max-width:768px){.students-container{padding:20px 16px}.students-header{align-items:flex-start;flex-direction:column;gap:14px}.students-stats{grid-template-columns:1fr}.students-filters{align-items:stretch;flex-direction:column}.student-form-grid{grid-template-columns:1fr}}.student-details-container{background:#f5f7fb;min-height:100vh;padding:30px;width:100%}.student-details-loading{align-items:center;color:#64748b;display:flex;font-size:22px;font-weight:600;height:100vh;justify-content:center;width:100%}.student-details-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px}.student-details-header h1{color:#0f172a;font-size:34px;font-weight:700}.student-back-btn{background:linear-gradient(135deg,#02af48,#07662d,#000);border:none;border-radius:12px;box-shadow:0 10px 25px #02af4838;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 22px;transition:.35s}.student-back-btn:hover{box-shadow:0 16px 35px #02af4852;transform:translateY(-3px)}.student-profile-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 15px 35px #0f172a14;display:flex;gap:25px;margin-bottom:30px;overflow:hidden;padding:30px;position:relative}.student-profile-card:before{background:linear-gradient(90deg,#02af48,#07662d,#000);content:"";height:6px;left:0;position:absolute;top:0;width:100%}.student-profile-image{border:5px solid #02af48;border-radius:50%;box-shadow:0 12px 30px #02af4840;height:130px;object-fit:cover;width:130px}.student-profile-avatar{align-items:center;background:linear-gradient(135deg,#02af48,#07662d,#000);border-radius:50%;box-shadow:0 12px 30px #02af484d;color:#fff;display:flex;font-size:52px;font-weight:700;height:130px;justify-content:center;width:130px}.student-profile-info{flex:1 1}.student-profile-info h2{color:#0f172a;font-size:32px;font-weight:700;margin-bottom:10px}.student-profile-info p{color:#64748b;font-size:17px;margin-bottom:16px}.student-active{background:#dcfce7;color:#15803d}.student-active,.student-inactive{align-items:center;border-radius:30px;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;padding:8px 18px}.student-inactive{background:#fee2e2;color:#dc2626}.student-tabs{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:30px}.tab-btn{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 20px #0f172a0d;color:#475569;cursor:pointer;font-size:15px;font-weight:600;padding:14px 22px;transition:.35s}.tab-btn:hover{border-color:#02af48;color:#02af48;transform:translateY(-3px)}.active-tab{background:linear-gradient(135deg,#02af48,#07662d,#000);border-color:#02af48;box-shadow:0 12px 28px #02af4847;color:#fff}.student-tab-content{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 15px 35px #0f172a14;padding:30px}.student-info-box h2{color:#0f172a;font-size:26px;font-weight:700;margin-bottom:25px}.student-detail-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.student-detail-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;padding:22px;position:relative;transition:.35s}.student-detail-card:before{background:linear-gradient(180deg,#02af48,#07662d,#000);content:"";height:100%;left:0;position:absolute;top:0;width:5px}.student-detail-card:hover{background:#fff;box-shadow:0 15px 30px #0f172a14;transform:translateY(-5px)}.student-detail-card label{color:#64748b;display:block;font-size:13px;font-weight:600;letter-spacing:.8px;margin-bottom:10px;text-transform:uppercase}.student-detail-card h4{color:#0f172a;font-size:18px;font-weight:600;line-height:1.6;word-break:break-word}.student-detail-card h4 span{color:#02af48}.student-detail-card small{color:#94a3b8;display:block;font-size:12px;margin-top:8px}.student-info-box{animation:fadeIn .35s ease-in-out}@media (max-width:1200px){.student-details-container,.student-profile-card{padding:25px}.student-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.student-details-container{padding:20px}.student-details-header{align-items:flex-start;flex-direction:column;gap:18px}.student-profile-card{flex-direction:column;text-align:center}.student-profile-info{width:100%}.student-tabs{justify-content:center}.tab-btn{flex:1 1;min-width:180px}.student-detail-grid{grid-template-columns:1fr}}@media (max-width:768px){.student-details-container{padding:15px}.student-details-header h1{font-size:26px}.student-back-btn{width:100%}.student-profile-card{border-radius:18px;padding:22px}.student-profile-avatar,.student-profile-image{font-size:42px;height:110px;width:110px}.student-profile-info h2{font-size:24px}.student-profile-info p{font-size:15px}.student-tabs{gap:10px}.tab-btn{font-size:14px;padding:13px 16px;width:100%}.student-tab-content{border-radius:18px;padding:20px}.student-info-box h2{font-size:22px}.student-detail-card{padding:18px}.student-detail-card h4{font-size:16px}}@media (max-width:480px){.student-details-container{padding:12px}.student-details-header h1{font-size:22px}.student-profile-card{padding:18px}.student-profile-avatar,.student-profile-image{font-size:34px;height:90px;width:90px}.student-profile-info h2{font-size:21px}.student-profile-info p{font-size:14px}.student-tab-content{padding:15px}.student-info-box h2{font-size:20px}.student-detail-card{border-radius:14px;padding:15px}.student-detail-card label{font-size:11px}.student-detail-card h4{font-size:15px}.student-active,.student-inactive{justify-content:center;width:100%}}body{background:#f5f7fb}.courses-container{background:#f5f7fb;min-height:100vh;padding:30px;width:100%}.page-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:28px}.page-header h2{color:#1f2937;font-size:32px;font-weight:700}.page-header p{color:#6b7280;font-size:15px;margin-top:6px}.add-course-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;border-radius:12px;box-shadow:0 12px 25px #2563eb40;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;outline:none;padding:14px 24px;transition:.3s}.add-course-btn:hover{box-shadow:0 18px 30px #2563eb59;transform:translateY(-3px)}.statistics-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.stat-card{align-items:center;border-radius:20px;box-shadow:0 15px 35px #0f172a14;gap:18px;overflow:hidden;padding:24px;position:relative;transition:.35s}.stat-card:hover{box-shadow:0 20px 45px #0f172a26;transform:translateY(-8px)}.stat-card:before{border-radius:50%;content:"";height:120px;opacity:.08;position:absolute;right:-35px;top:-35px;width:120px}.total:before{background:#2563eb}.active:before{background:#10b981}.inactive:before{background:#ef4444}.revenue:before{background:#f59e0b}.stat-icon{align-items:center;background:#eef2ff;border-radius:18px;display:flex;font-size:32px;height:72px;justify-content:center;width:72px}.total .stat-icon{background:#dbeafe}.active .stat-icon{background:#dcfce7}.inactive .stat-icon{background:#fee2e2}.revenue .stat-icon{background:#fef3c7}.stat-content{display:flex;flex-direction:column}.stat-number{color:#111827;font-size:30px;font-weight:700}.stat-label{color:#6b7280;font-size:15px;margin-top:6px}.toolbar{align-items:center;background:#fff;border-radius:20px;box-shadow:0 15px 35px #0f172a12;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:28px;padding:22px}.search-box{flex:1 1;min-width:280px;position:relative}.search-icon{color:#6b7280;font-size:17px;left:18px}.search-input{background:#fafafa;border:1px solid #dbe2ea;border-radius:14px;font-size:15px;outline:none;padding:15px 18px 15px 48px;transition:.3s;width:100%}.search-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.filters-group{display:flex;flex-wrap:wrap;gap:12px}.filters-group select{background:#fff;border:1px solid #dbe2ea;border-radius:12px;cursor:pointer;font-size:14px;min-width:170px;padding:14px 16px;transition:.3s}.filters-group select:hover{border-color:#2563eb}.filters-group select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a;outline:none}.course-form{animation:fadeUp .35s ease;background:#fff;border-radius:22px;box-shadow:0 15px 40px #0f172a14;margin-bottom:30px;padding:30px}.form-card-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:28px}.form-card-title h3{color:#1f2937;font-size:24px;font-weight:700}.close-form-btn{background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;font-size:18px;height:42px;transition:.3s;width:42px}.close-form-btn:hover{background:#ef4444;color:#fff;transform:rotate(90deg)}.form-grid{grid-gap:22px;gap:22px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:24px}.form-group label{font-size:14px}.form-group input,.form-group select,.form-group textarea{background:#fafafa;border:1px solid #dbe2ea;font-size:15px;padding:14px 16px;transition:.3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.form-group input[type=file]{background:#fff;cursor:pointer;padding:10px}.full-width{grid-column:1/-1}.thumbnail-preview{display:flex;justify-content:center;margin-top:18px}.thumbnail-preview img{border:4px solid #fff;border-radius:16px;box-shadow:0 12px 25px #00000026;height:140px;object-fit:cover;width:220px}.form-actions{gap:15px;margin-top:28px}.cancel-btn{background:#e5e7eb;border-radius:12px;padding:13px 24px;transition:.3s}.cancel-btn:hover{background:#d1d5db}.save-btn{background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 10px 20px #2563eb40;padding:13px 26px}.save-btn:hover{box-shadow:0 15px 28px #2563eb59}.save-btn:disabled{opacity:.7}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px}.loader-spinner{animation:spin .8s linear infinite;border:5px solid #dbeafe;border-radius:50%;border-top-color:#2563eb;height:55px;width:55px}.loading-container p{color:#6b7280;font-size:16px;font-weight:500;margin-top:18px}.table-responsive{background:#fff;border-radius:20px;box-shadow:0 15px 40px #0f172a14;overflow-x:auto}.courses-table{border-collapse:collapse;min-width:1400px;width:100%}.courses-table thead{background:#2563eb}.courses-table thead th{color:#fff;font-size:14px;font-weight:600;padding:18px;text-align:left;white-space:nowrap}.courses-table tbody tr{border-bottom:1px solid #edf2f7;transition:.25s}.courses-table tbody tr:hover{background:#f8fbff}.courses-table td{padding:18px;vertical-align:middle}.course-item-cell{align-items:center;display:flex;gap:14px}.table-thumbnail{border:2px solid #eef2ff;border-radius:14px;height:60px;object-fit:cover;width:60px}.thumbnail-placeholder{align-items:center;background:#2563eb;border-radius:14px;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;width:60px}.course-name-meta{display:flex;flex-direction:column}.course-title-text{color:#1f2937;font-size:15px;font-weight:600}.course-sub-lang{color:#6b7280;font-size:13px;margin-top:4px}.cat-badge{background:#eff6ff;color:#2563eb}.cat-badge,.level-tag{border-radius:30px;font-size:13px;font-weight:600;padding:8px 14px}.level-tag{background:#f3f4f6;color:#374151}.status-pill{border-radius:30px;font-size:13px;gap:8px;padding:8px 16px}.status-pill.active{background:#dcfce7;color:#15803d}.status-pill.inactive{background:#fee2e2;color:#dc2626}.status-dot{height:8px;width:8px}.rating-pill{background:#fff7ed;border-radius:20px;color:#ea580c;font-size:13px;font-weight:600;padding:7px 12px}.price-block{display:flex;flex-direction:column}.main-price{color:#111827;font-size:15px}.discount-price{color:#10b981;font-size:12px}.action-buttons{display:flex;gap:8px;justify-content:flex-end}.btn-act{border:none;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;padding:9px 16px;transition:.3s}.btn-act.view{background:#dbeafe;color:#1d4ed8}.btn-act.view:hover{background:#2563eb;color:#fff}.btn-act.edit{background:#fef3c7;color:#b45309}.btn-act.edit:hover{background:#f59e0b;color:#fff}.btn-act.delete{background:#fee2e2;color:#dc2626}.btn-act.delete:hover{background:#dc2626;color:#fff}.empty-table-td{padding:60px 20px!important}.empty-state{text-align:center}.empty-state span{font-size:55px}.empty-state h3{color:#1f2937;margin-top:15px}.empty-state p{color:#6b7280;margin-top:8px}.pagination{flex-wrap:wrap;gap:20px;margin-top:30px}.pagination-info{color:#6b7280;font-size:15px}.pagination-buttons{display:flex;flex-wrap:wrap;gap:10px}.pagination-buttons button{background:#fff;border:none;border-radius:10px;box-shadow:0 6px 18px #0f172a14;cursor:pointer;font-weight:600;height:42px;min-width:42px;transition:.3s}.pagination-buttons button.active-page,.pagination-buttons button:hover{background:#2563eb;color:#fff}.pagination-buttons button:disabled{cursor:not-allowed;opacity:.45}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.course-modal{animation:modalPop .3s ease;background:#fff;border-radius:22px;max-width:820px;overflow:hidden;width:100%}@keyframes modalPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.modal-header{align-items:center;border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;padding:22px 30px}.modal-header h2{color:#111827;font-size:24px}.close-btn{background:#f3f4f6;font-size:18px;height:40px;width:40px}.close-btn:hover{background:#ef4444;color:#fff}.modal-body{padding:30px}.details-thumbnail{border-radius:16px;height:280px;margin-bottom:25px;object-fit:cover;width:100%}.detail-row{border-bottom:1px solid #eef2f7;display:flex;gap:20px;justify-content:space-between;padding:15px 0}.detail-row strong{color:#111827;min-width:170px}.detail-row p{color:#6b7280;flex:1 1;line-height:1.7}.detail-row.full{display:block}.detail-row.full strong{display:block;margin-bottom:10px}.modal-footer{border-top:1px solid #edf2f7;display:flex;justify-content:flex-end;padding:22px 30px}.close-modal-btn{background:#2563eb;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:13px 28px;transition:.3s}.close-modal-btn:hover{background:#1d4ed8}@media(max-width:1200px){.statistics-grid{grid-template-columns:repeat(2,1fr)}.toolbar{align-items:stretch;flex-direction:column}.filters-group{width:100%}.filters-group select{flex:1 1;min-width:180px}}@media(max-width:768px){.courses-container{padding:18px}.page-header{align-items:flex-start;flex-direction:column}.page-header h2{font-size:26px}.form-grid,.statistics-grid{grid-template-columns:1fr}.pagination{align-items:flex-start;flex-direction:column}.modal-body{padding:20px}.detail-row{display:block}.detail-row strong{display:block;margin-bottom:6px}.details-thumbnail{height:220px}}@media(max-width:576px){.page-header h2{font-size:22px}.add-course-btn{justify-content:center;width:100%}.search-input{font-size:14px}.filters-group{flex-direction:column}.filters-group select{width:100%}.form-actions{flex-direction:column}.cancel-btn,.save-btn{width:100%}.modal-footer,.modal-header{padding:18px}.close-modal-btn{width:100%}}.careers-container,body,html{background-color:#f8fafc;overflow-x:hidden}.careers-container{color:#0f172a;max-width:100vw;min-height:100vh;padding:24px;width:100%}.careers-header{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0f172a08;display:flex;justify-content:space-between;margin-bottom:24px;padding:20px 24px}.careers-header h1{color:#0f172a;font-size:22px;font-weight:800;letter-spacing:-.4px}.careers-header p{color:#64748b;font-size:13px;margin-top:3px}.add-job-btn{background:linear-gradient(135deg,#02af48,#064c22);border:none;border-radius:10px;box-shadow:0 4px 14px #02af4840;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:all .25s ease;white-space:nowrap}.add-job-btn:hover{box-shadow:0 6px 18px #02af4859;opacity:.95;transform:translateY(-2px)}.career-cards{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px}.career-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #0f172a05;overflow:hidden;padding:20px 22px;position:relative;transition:transform .25s ease,box-shadow .25s ease}.career-card:before{background:#64748b;content:"";height:4px;left:0;position:absolute;top:0;width:100%}.career-card.active-track:before{background:#02af48}.career-card.inactive-track:before{background:#ef4444}.career-card:hover{box-shadow:0 8px 20px #0f172a0f;transform:translateY(-3px)}.career-card h3{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.career-card h2{color:#0f172a;font-size:26px;font-weight:800}.career-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;margin-bottom:24px}.career-search{flex:2 1;min-width:280px}.career-search input{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 6px #0f172a05;color:#0f172a;font-size:13.5px;height:44px;outline:none;padding:0 16px;transition:all .2s ease;width:100%}.career-search input:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481f}.career-filter{display:flex;flex:1 1;gap:10px;min-width:240px}.career-filter select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 6px #0f172a05;color:#334155;cursor:pointer;flex:1 1;font-size:13.5px;height:44px;outline:none;padding:0 14px;transition:all .2s ease}.career-filter select:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481f}.job-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0f172a0a;margin-bottom:24px;padding:24px}.job-form-container h2{border-bottom:1px solid #f1f5f9;color:#0f172a;font-size:18px;font-weight:700;margin-bottom:20px;padding-bottom:10px}.job-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:20px}.job-input-group{display:flex;flex-direction:column;gap:6px}.job-input-group label{color:#475569;font-size:12.5px;font-weight:600}.job-input-group input,.job-input-group select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:13.5px;outline:none;padding:10px 14px;transition:border-color .2s ease}.job-input-group input:focus,.job-input-group select:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481a}.job-form-buttons{border-top:1px solid #f1f5f9;display:flex;gap:12px;justify-content:flex-end;padding-top:14px}.save-btn{border-radius:8px;box-shadow:0 4px 12px #02af4833;font-size:13.5px;padding:10px 22px;transition:all .2s ease}.save-btn:hover{opacity:.95;transform:translateY(-1px)}.cancel-btn{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;color:#475569;font-size:13.5px;padding:10px 20px;transition:background .2s ease}.cancel-btn:hover{background:#e2e8f0}.careers-table-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 16px #0f172a08;max-width:100%;overflow-x:auto;width:100%}.careers-table{border-collapse:collapse;min-width:850px;text-align:left;width:100%}.careers-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.careers-table td,.careers-table th{padding:14px 16px;white-space:nowrap}.careers-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:13.5px;vertical-align:middle}.careers-table tbody tr:hover{background:#f8fafc}.job-title-bold{color:#0f172a;font-weight:700}.job-salary-accent{color:#02af48;font-weight:600}.careers-empty-state{color:#64748b;font-size:14px;padding:40px!important;text-align:center}.status-badge-active,.status-badge-inactive{font-size:12px;padding:4px 12px}.status-badge-inactive{color:#b91c1c}.career-actions-flex{align-items:center;display:flex;gap:8px}.delete-btn,.edit-btn{border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s ease}.edit-btn{background:#eff6ff;border:1px solid #bfdbfe}.edit-btn:hover{background:#dbeafe}.delete-btn{background:#fef2f2;border:1px solid #fecaca}.delete-btn:hover{background:#fee2e2}.careers-mobile{display:none;flex-direction:column;gap:14px}.career-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #0f172a05;padding:16px}.career-mobile-card h3{color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px}.career-mobile-card p{align-items:center;color:#475569;display:flex;font-size:13px;margin-bottom:6px}.career-mobile-card p strong{color:#0f172a;min-width:90px}.mobile-btns{border-top:1px solid #f1f5f9;display:flex;gap:10px;margin-top:14px;padding-top:12px}.mobile-btns button{flex:1 1;padding:8px 0;text-align:center}.pagination{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;margin-top:24px;padding:14px 20px}.pagination span{color:#475569;font-size:13px;font-weight:600}.pagination button{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s ease}.pagination button:hover:not(:disabled){background:#f0fdf4;border-color:#02af48;color:#02af48}.pagination button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:992px){.careers-container{padding:16px}.career-toolbar{align-items:stretch;flex-direction:column}.career-filter,.career-search{width:100%}}@media (max-width:768px){.careers-header{align-items:flex-start;flex-direction:column;gap:14px}.add-job-btn{width:100%}.careers-table-wrapper{display:none}.careers-mobile{display:flex}.pagination{flex-direction:column;gap:12px}.pagination button{width:100%}}.services-container{background:#f8fafc;color:#0f172a;min-height:100vh;padding:25px;width:100%}.services-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px}.services-header h1{color:#0f172a;font-size:28px;font-weight:800;letter-spacing:-.5px}.services-header p{color:#64748b;font-size:14px;margin-top:2px}.add-service-btn{background:linear-gradient(135deg,#02af48,#07662d);border:none;border-radius:10px;box-shadow:0 6px 16px #02af482e;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .25s ease;white-space:nowrap}.add-service-btn:hover{box-shadow:0 10px 22px #02af484d;transform:translateY(-2px)}.service-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:30px}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 20px #0f172a05;overflow:hidden;padding:22px;position:relative;transition:all .35s cubic-bezier(.4,0,.2,1)}.service-card:before{background:linear-gradient(90deg,#02af48,#064c22,#000);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.service-card:hover{border-color:#cbd5e1;box-shadow:0 12px 25px #0f172a0d;transform:translateY(-4px)}.service-card h3{color:#64748b;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.service-card h2{color:#0f172a;font-size:32px;font-weight:700}.service-card.active-track{border-left:4px solid #10b981}.service-card.inactive-track{border-left:4px solid #ef4444}.service-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0f172a05;margin-bottom:30px;padding:28px}.service-form-container h2{color:#0f172a;font-size:18px;font-weight:700;margin-bottom:22px}.service-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:20px}.service-input-group{display:flex;flex-direction:column;gap:8px}.service-input-group label{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.service-form-container input,.service-form-container select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;font-size:14px;height:46px;padding:0 16px;transition:all .3s ease;width:100%}.service-form-container input:focus,.service-form-container select:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481a;outline:none}.service-form-buttons{border-top:1px solid #f1f5f9;display:flex;gap:12px;justify-content:flex-end;margin-top:10px;padding-top:20px}.save-btn{min-width:140px}.service-search{display:flex;margin-bottom:25px}.search-wrapper-box{align-items:center;display:flex;flex:1 1;position:relative}.search-box-icon{color:#94a3b8;font-size:14px;left:16px;pointer-events:none;position:absolute}.service-search input{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;font-size:14px;height:48px;padding:0 16px 0 44px;transition:all .3s ease;width:100%}.service-search input:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481a}.services-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0f172a05;overflow:hidden;padding:5px;width:100%}.services-table{border-collapse:collapse;table-layout:fixed;width:100%}.services-table td:first-child,.services-table th:first-child{width:40%}.services-table td:nth-child(2),.services-table th:nth-child(2){width:30%}.services-table td:nth-child(3),.services-table th:nth-child(3){width:16%}.services-table td:nth-child(4),.services-table th:nth-child(4){width:14%}.services-table th{background:#f8fafc;border-bottom:2px solid #f1f5f9;font-size:13px;font-weight:700;text-align:left}.services-table td,.services-table th{color:#475569;padding:14px 12px;white-space:nowrap}.services-table td{border-bottom:1px solid #f1f5f9;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.services-table tbody tr:hover{background:#f0fdf4}.service-name-bold{color:#0f172a;font-weight:700}.services-empty-state{color:#64748b;font-weight:500;padding:45px 0;text-align:center}.status-badge-active,.status-badge-inactive{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;gap:5px;padding:4px 10px}.status-badge-active{background:#dcfce7;color:#15803d}.status-badge-active .status-dot{background:#10b981;border-radius:50%;height:5px;width:5px}.status-badge-inactive{background:#fee2e2;color:#dc2626}.status-badge-inactive .status-dot{background:#ef4444;border-radius:50%;height:5px;width:5px}.service-actions-flex{align-items:center;display:flex;justify-content:flex-start}.service-actions-flex .delete-btn{align-items:center;background:#dc262614;border:1px solid #dc26261f;border-radius:8px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:4px;height:32px;justify-content:center;padding:6px 14px;transition:all .2s ease}.service-actions-flex .delete-btn:hover{background:#dc2626;color:#fff}.services-mobile{display:none}@media (max-width:992px){.services-table-wrapper{display:none}.services-mobile{display:flex;flex-direction:column;gap:16px}.service-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #0f172a03;padding:20px}.service-mobile-card h3{color:#0f172a;font-size:16px;font-weight:700;margin-bottom:12px}.mobile-meta-rows{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.mobile-meta-rows p{align-items:center;color:#475569;display:flex;font-size:13.5px;gap:8px}.mobile-meta-rows p span{font-size:14px}.mobile-badge-row{margin-bottom:16px}.mobile-btns{border-top:1px solid #f1f5f9;display:flex;padding-top:14px}.mobile-delete{align-items:center;background:#dc262614;border:1px solid #dc26261f;border-radius:8px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;height:38px;justify-content:center;width:100%}.mobile-delete:hover{background:#dc2626;color:#fff}}@media (max-width:768px){.services-container{padding:20px}.services-header{align-items:stretch;flex-direction:column;gap:14px}.add-service-btn{justify-content:center;width:100%}.service-form-buttons{flex-direction:column}.cancel-btn,.save-btn{width:100%}.service-cards{gap:14px;grid-template-columns:1fr}}.admin-projects-container{background:#f8fafc;color:#0f172a;min-height:100vh;padding:25px;width:100%}.admin-project-stats-card{align-items:flex-start;background:linear-gradient(135deg,#02af48,#07662d 45%,#03381a 70%,#000);border-radius:16px;box-shadow:0 10px 25px #02af4814;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;padding:24px 30px;transition:all .35s cubic-bezier(.4,0,.2,1)}.admin-project-stats-card:hover{box-shadow:0 16px 35px #02af4838;transform:translateY(-4px)}.admin-project-stats-card h2{color:#ffffffb3;font-size:13px;font-weight:600;letter-spacing:.8px;margin-bottom:6px;text-transform:uppercase}.admin-project-stats-card h1{font-size:38px;font-weight:700}.admin-projects-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px}.admin-projects-header h1{color:#0f172a;font-size:28px;font-weight:800;letter-spacing:-.5px}.admin-add-project-btn{background:linear-gradient(135deg,#02af48,#07662d);border:none;border-radius:10px;box-shadow:0 6px 16px #02af482e;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 22px;transition:all .25s ease;white-space:nowrap}.admin-add-project-btn:hover{box-shadow:0 10px 22px #02af484d;transform:translateY(-2px)}.admin-project-form{grid-gap:18px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0f172a05;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:30px;padding:28px}.admin-project-form input,.admin-project-form select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;font-size:14px;height:46px;padding:0 16px;transition:all .3s ease;width:100%}.admin-project-form input:focus,.admin-project-form select:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481a;outline:none}.admin-project-form input::placeholder{color:#94a3b8}.admin-project-btns{border-top:1px solid #f1f5f9;display:flex;gap:12px;grid-column:1/-1;justify-content:flex-end;margin-top:10px;padding-top:20px}.admin-save-btn{background:linear-gradient(135deg,#02af48,#07662d);border:none;border-radius:10px;box-shadow:0 4px 12px #02af4826;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:42px;min-width:140px;transition:all .25s ease}.admin-save-btn:hover{box-shadow:0 8px 18px #02af4847;transform:translateY(-2px)}.admin-cancel-btn{background:#ef4444;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:42px;min-width:100px;transition:all .25s ease}.admin-cancel-btn:hover{background:#dc2626;transform:translateY(-2px)}.admin-projects-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0f172a05;overflow:hidden;padding:5px;width:100%}.admin-projects-table{border-collapse:collapse;table-layout:fixed;width:100%}.admin-projects-table td:first-child,.admin-projects-table th:first-child{width:35%}.admin-projects-table td:nth-child(2),.admin-projects-table th:nth-child(2){width:30%}.admin-projects-table td:nth-child(3),.admin-projects-table th:nth-child(3){width:18%}.admin-projects-table td:nth-child(4),.admin-projects-table th:nth-child(4){width:17%}.admin-projects-table th{background:#f8fafc;border-bottom:2px solid #f1f5f9;font-size:13px;font-weight:700;text-align:left}.admin-projects-table td,.admin-projects-table th{color:#475569;padding:14px 12px;white-space:nowrap}.admin-projects-table td{border-bottom:1px solid #f1f5f9;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.admin-projects-table tbody tr:hover{background:#f0fdf4}.admin-status-active,.admin-status-completed,.admin-status-pending{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;gap:5px;padding:4px 12px}.admin-status-completed{background:#dcfce7;color:#15803d}.admin-status-completed:before{color:#10b981;content:"•";font-size:16px;margin-right:2px}.admin-status-pending{background:#fee2e2;color:#dc2626}.admin-status-pending:before{color:#ef4444;content:"•";font-size:16px;margin-right:2px}.admin-status-active{background:#e0f2fe;color:#0369a1}.admin-status-active:before{color:#0ea5e9;content:"•";font-size:16px;margin-right:2px}.admin-delete-btn,.admin-edit-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:4px;height:32px;justify-content:center;padding:6px 12px;transition:all .2s ease}.admin-edit-btn{background:#d9770614;border:1px solid #d977061f;color:#d97706;margin-right:6px}.admin-edit-btn:hover{background:#d97706;color:#fff}.admin-delete-btn{background:#dc262614;border:1px solid #dc26261f;color:#dc2626}.admin-delete-btn:hover{background:#dc2626;color:#fff}.admin-projects-table-wrapper::-webkit-scrollbar{height:6px}.admin-projects-table-wrapper::-webkit-scrollbar-thumb{background:#02af484d;border-radius:10px}.admin-projects-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9}@media (max-width:1200px){.admin-projects-table-wrapper{overflow-x:auto}.admin-projects-table{min-width:800px;table-layout:auto}.admin-projects-table td,.admin-projects-table th{width:auto!important}}@media(max-width:992px){.admin-projects-container{padding:20px}.admin-projects-header{align-items:stretch;flex-direction:column;gap:14px}.admin-add-project-btn{justify-content:center;text-align:center;width:100%}.admin-project-btns{flex-direction:column}.admin-cancel-btn,.admin-save-btn{width:100%}}@media(max-width:768px){.admin-projects-container{padding:15px}.admin-projects-header h1{font-size:24px}.admin-project-stats-card h1{font-size:32px}}.users-container{background:#f8fafc;color:#0f172a;min-height:100vh;padding:25px;width:100%}.users-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px}.users-header h1{color:#0f172a;font-size:28px;font-weight:800;letter-spacing:-.5px}.add-user-btn{background:linear-gradient(135deg,#02af48,#07662d);border:none;border-radius:10px;box-shadow:0 66px 16px #02af482e;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .25s ease;white-space:nowrap}.add-user-btn:hover{box-shadow:0 10px 22px #02af484d;transform:translateY(-2px)}.users-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:30px}.user-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 20px #0f172a05;overflow:hidden;padding:22px;position:relative;transition:all .35s cubic-bezier(.4,0,.2,1)}.user-card:before{background:linear-gradient(90deg,#02af48,#064c22,#000);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.user-card:hover{border-color:#cbd5e1;box-shadow:0 12px 25px #0f172a0d;transform:translateY(-4px)}.user-card h3{color:#64748b;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.user-card h2{color:#0f172a;font-size:32px;font-weight:700}.user-form{grid-gap:18px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0f172a05;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:30px;padding:28px}.user-form input,.user-form select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;font-size:14px;height:46px;padding:0 16px;transition:all .3s ease;width:100%}.user-form input:focus,.user-form select:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481a;outline:none}.user-form input::placeholder{color:#94a3b8}.user-form-btns{border-top:1px solid #f1f5f9;display:flex;gap:12px;grid-column:1/-1;justify-content:flex-end;margin-top:10px;padding-top:20px}.save-btn{background:linear-gradient(135deg,#02af48,#07662d);border-radius:10px;box-shadow:0 4px 12px #02af4826;font-size:14px;height:42px;min-width:130px;transition:all .25s ease}.save-btn:hover{box-shadow:0 8px 18px #02af4847}.cancel-btn{background:#ef4444;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:42px;min-width:100px;transition:all .25s ease}.cancel-btn:hover{background:#dc2626;transform:translateY(-2px)}.search-box{display:flex;margin-bottom:25px}.search-box input{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;font-size:14px;height:48px;padding:0 16px;transition:all .3s ease;width:100%}.search-box input:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481a;outline:none}.users-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0f172a05;overflow:hidden;padding:5px;width:100%}.users-table{border-collapse:collapse;table-layout:fixed;width:100%}.users-table td:first-child,.users-table td:nth-child(2),.users-table th:first-child,.users-table th:nth-child(2){width:30%}.users-table td:nth-child(3),.users-table td:nth-child(4),.users-table th:nth-child(3),.users-table th:nth-child(4){width:14%}.users-table td:nth-child(5),.users-table th:nth-child(5){width:18%}.users-table th{background:#f8fafc;border-bottom:2px solid #f1f5f9;font-size:13px;font-weight:700;text-align:left}.users-table td,.users-table th{color:#475569;padding:14px 12px;white-space:nowrap}.users-table td{border-bottom:1px solid #f1f5f9;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.users-table tbody tr:hover{background:#f0fdf4}.user-profile{align-items:center;display:flex;gap:12px;overflow:hidden}.avatar{background:linear-gradient(135deg,#02af48,#054d23);box-shadow:0 4px 10px #02af4833;color:#fff;font-size:14px;font-weight:700;height:36px;min-width:36px;width:36px}.user-name{color:#0f172a;font-weight:700}.status-active,.status-inactive{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;gap:5px;padding:4px 10px}.status-active{background:#dcfce7;color:#15803d}.status-active:before{color:#10b981;content:"•";font-size:14px;margin-right:2px}.status-inactive{background:#fee2e2;color:#dc2626}.status-inactive:before{color:#ef4444;content:"•";font-size:14px;margin-right:2px}.delete-btn{align-items:center;background:#dc262614;border:1px solid #dc26261f;border-radius:8px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:4px;height:32px;justify-content:center;padding:6px 12px;transition:all .2s ease}.delete-btn:hover{background:#dc2626;box-shadow:0 4px 12px #dc262633;color:#fff}.users-mobile{display:none}@media (max-width:992px){.users-table-wrapper{display:none}.users-mobile{display:flex;flex-direction:column;gap:16px}.user-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #0f172a03;padding:20px}.user-mobile-card h3{color:#0f172a;font-size:16px;font-weight:700;margin-bottom:2px}.user-mobile-card p{color:#64748b;font-size:13px}.mobile-info{display:flex;flex-direction:column;gap:8px;margin-top:14px}.mobile-info p{color:#475569;font-size:13.5px}.mobile-delete{border-radius:8px;font-size:13px;height:38px;margin-top:16px;width:100%}}@media (max-width:768px){.users-container{padding:20px}.users-header{align-items:stretch;flex-direction:column;gap:14px}.add-user-btn{justify-content:center;width:100%}.user-form-btns{flex-direction:column}.cancel-btn,.save-btn{width:100%}.users-cards{gap:14px;grid-template-columns:1fr}}.edit-btn{align-items:center;background:#2563eb14;border:1px solid #2563eb1f;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:4px;height:32px;justify-content:center;margin-right:8px;padding:6px 12px;transition:all .2s ease}.edit-btn:hover{background:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff}.mobile-actions{display:flex;gap:10px;margin-top:16px}.mobile-actions .delete-btn,.mobile-actions .edit-btn{flex:1 1;height:40px}@media (max-width:992px){.mobile-delete{margin-top:0;width:auto}}.amp-app-wrapper{background-color:#f8fafc;color:#0f172a;min-height:100vh;width:100%}.amp-app-container{margin:0 auto;max-width:1280px;padding:40px 0 80px;width:92%}.amp-app-header{align-items:flex-end;display:flex;gap:20px;justify-content:space-between;margin-bottom:32px}.amp-header-title{max-width:650px}.amp-app-badge{background:#e6f7ed;border:1px solid #02af4840;border-radius:50px;color:#02af48;display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.2px;margin-bottom:10px;padding:4px 12px}.amp-app-header h1{color:#0f172a;font-size:30px;font-weight:800;letter-spacing:-.5px;margin-bottom:6px}.amp-app-header p{color:#64748b;font-size:14px}.amp-search-box{position:relative;width:320px}.amp-search-icon{color:#94a3b8;font-size:14px;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.amp-search-box input{background:#fff;border:1px solid #e2e8f0;border-radius:50px;box-shadow:0 2px 8px #00000008;color:#0f172a;font-size:13.5px;height:46px;outline:none;padding:0 18px 0 42px;transition:all .25s ease;width:100%}.amp-search-box input:focus{border-color:#02af48;box-shadow:0 0 0 4px #02af481f}.amp-search-box input::placeholder{color:#94a3b8}.amp-app-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:32px}.amp-stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0f172a08;display:flex;gap:16px;padding:20px 22px;transition:all .25s ease}.amp-stat-card:hover{box-shadow:0 8px 24px #0f172a0f;transform:translateY(-3px)}.amp-stat-icon{align-items:center;background:#f1f5f9;border-radius:12px;display:flex;flex-shrink:0;font-size:20px;height:46px;justify-content:center;width:46px}.amp-stat-content h2{color:#0f172a;font-size:26px;font-weight:800;line-height:1.2}.amp-stat-content p{color:#64748b;font-size:13px;font-weight:600}.amp-stat-card.total{border-left:4px solid #2563eb}.amp-stat-card.pending{border-left:4px solid #d97706}.amp-stat-card.approved{border-left:4px solid #02af48}.amp-stat-card.rejected{border-left:4px solid #dc2626}.amp-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 20px #0f172a08;overflow-x:auto;width:100%}.amp-app-table{border-collapse:collapse;min-width:950px;text-align:left;width:100%}.amp-app-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.amp-app-table td,.amp-app-table th{padding:16px 18px;white-space:nowrap}.amp-app-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:13.5px}.amp-app-table tbody tr:hover{background:#f8fafc}.amp-candidate-name{color:#0f172a;font-weight:700;white-space:nowrap}.amp-course-tag{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#334155;font-weight:600;padding:4px 10px}.amp-course-tag,.amp-status{font-size:12px;white-space:nowrap}.amp-status{border-radius:20px;display:inline-block;font-weight:700;padding:4px 12px;text-transform:capitalize}.amp-status.pending{background:#fef3c7;color:#b45309}.amp-status.approved{background:#dcfce7;color:#15803d}.amp-status.rejected{background:#fee2e2;color:#b91c1c}.amp-resume-btn{align-items:center;background:#f0fdf4;border:1px solid #02af4840;border-radius:8px;color:#15803d;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 12px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.amp-resume-btn:hover{background:#02af48;color:#fff}.amp-resume-btn.full{justify-content:center;padding:10px;width:100%}.amp-no-resume{color:#94a3b8;font-size:12px}.amp-action-buttons{align-items:center;display:flex;gap:6px;white-space:nowrap}.amp-btn{border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.amp-btn.view{background:#eff6ff;color:#1d4ed8}.amp-btn.view:hover{background:#2563eb;color:#fff}.amp-btn.edit{background:#fffbeb;color:#b45309}.amp-btn.edit:hover{background:#d97706;color:#fff}.amp-btn.delete{background:#fef2f2;color:#b91c1c}.amp-btn.delete:hover{background:#dc2626;color:#fff}.amp-no-data-td{padding:50px 20px!important;text-align:center}.amp-no-data-inner span{display:block;font-size:32px;margin-bottom:8px}.amp-no-data-inner p{color:#64748b;font-size:14px;font-weight:600}.amp-app-mobile{display:none;flex-direction:column;gap:16px}.amp-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0f172a08;padding:18px}.amp-mobile-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.amp-mobile-card-header h3{color:#0f172a;font-size:16px;font-weight:700}.amp-mobile-details p{color:#475569;font-size:13px;margin-bottom:6px}.amp-mobile-actions{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:12px}.amp-modal-overlay{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:999999}.amp-modal-box{animation:modalSlide .25s cubic-bezier(.16,1,.3,1);background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 20px 40px #0f172a33;display:flex;flex-direction:column;max-height:90vh;max-width:560px;overflow:hidden;width:100%}@keyframes modalSlide{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.amp-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:18px 24px}.amp-modal-header h2{color:#0f172a;font-size:18px;font-weight:700}.amp-close-icon{background:none;border:none;color:#64748b;cursor:pointer;font-size:18px;transition:color .2s ease}.amp-close-icon:hover{color:#ef4444}.amp-modal-body{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:22px 24px}.amp-detail-row{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;display:flex;font-size:13.5px;justify-content:space-between;padding:10px 14px}.amp-detail-row.block{align-items:flex-start;flex-direction:column;gap:6px}.amp-detail-label{color:#475569;font-weight:700}.amp-detail-val{color:#0f172a;font-weight:600}.amp-detail-msg{color:#334155;font-size:13px;line-height:1.5}.amp-modal-resume-wrap{margin-top:8px}.edit-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.amp-form-group{display:flex;flex-direction:column;gap:6px}.amp-form-group.full-width{grid-column:1/-1}.amp-form-group label{color:#475569;font-size:12.5px;font-weight:600}.amp-form-group input,.amp-form-group select{background:#fff;border:1px solid #cbd5e1;border-radius:10px;color:#0f172a;font-size:13.5px;outline:none;padding:10px 14px;transition:all .2s ease}.amp-form-group input:focus,.amp-form-group select:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481f}.amp-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.amp-save-btn{background:#02af48;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:10px 22px;transition:background .2s ease}.amp-save-btn:hover{background:#028e3b}.amp-cancel-btn{background:#fff;border:1px solid #cbd5e1;border-radius:50px;color:#475569;cursor:pointer;font-size:13px;font-weight:600;padding:10px 22px;transition:all .2s ease}.amp-cancel-btn:hover{background:#f1f5f9}@media (max-width:1024px){.amp-app-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.amp-app-header{align-items:flex-start;flex-direction:column}.amp-search-box{width:100%}.amp-app-cards{grid-template-columns:1fr}.amp-table-wrapper{display:none}.amp-app-mobile{display:flex}.edit-grid{grid-template-columns:1fr}.amp-detail-row{align-items:flex-start;flex-direction:column;gap:4px}}.blogs-wrapper{background-color:#f8fafc;color:#0f172a;min-height:100vh;width:100%}.blogs-container{margin:0 auto;max-width:1280px;padding:40px 0 80px;width:92%}.blogs-header{margin-bottom:32px}.blogs-badge{background:#e6f7ed;border:1px solid #02af4840;border-radius:50px;color:#02af48;display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.2px;margin-bottom:10px;padding:4px 12px}.blogs-header h1{color:#0f172a;font-size:32px;font-weight:800;letter-spacing:-.5px;margin-bottom:6px}.blogs-header p{color:#64748b;font-size:14.5px}.blog-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0f172a08;margin-bottom:32px;padding:28px;transition:all .3s ease}.form-card-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.form-card-header h2{color:#0f172a;font-size:19px;font-weight:700}.cancel-edit-btn{background:#fef2f2;border:1px solid #fca5a5;border-radius:50px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px;transition:all .2s ease}.cancel-edit-btn:hover{background:#dc2626;color:#fff}.blog-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.form-group.span-2{grid-column:span 2}.form-group.span-full{grid-column:1/-1}.form-group label{color:#475569;font-size:12.5px}.form-group input,.form-group select,.form-group textarea{border-radius:12px;font-size:13.5px;padding:12px 14px;transition:all .2s ease;width:100%}.form-group textarea{min-height:120px;resize:vertical}.custom-file-input{position:relative;width:100%}.custom-file-input input[type=file]{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.custom-file-input label{align-items:center;background:#f0fdf4;border:1.5px dashed #02af48;border-radius:12px;color:#15803d;cursor:pointer;display:flex;font-size:13px;font-weight:600;justify-content:center;padding:12px;transition:all .2s ease;width:100%}.custom-file-input:hover label{background:#dcfce7}.form-action{display:flex;justify-content:flex-end;margin-top:22px}.submit-blog-btn{background:#02af48;border:none;border-radius:50px;box-shadow:0 4px 14px #02af4840;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px 32px;transition:all .25s ease}.submit-blog-btn:hover{background:#028e3b;box-shadow:0 6px 20px #02af4859;transform:translateY(-2px)}.admin-tools-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 15px #0f172a08;margin-bottom:32px;padding:20px}.search-bar{margin-bottom:16px;position:relative}.search-icon{color:#94a3b8;font-size:14px;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.search-bar input{border:1px solid #e2e8f0;border-radius:50px;color:#0f172a;font-size:13.5px;height:46px;outline:none;padding:0 18px 0 44px;transition:all .2s ease;width:100%}.search-bar input:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481f}.category-filter{display:flex;flex-wrap:wrap;gap:8px}.filter-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;color:#475569;cursor:pointer;font-size:12.5px;font-weight:600;padding:7px 18px;transition:all .2s ease}.filter-pill:hover{background:#f1f5f9;color:#0f172a}.filter-pill.active{background:#02af48;border-color:#02af48;box-shadow:0 3px 10px #02af4840;color:#fff}.loading-state{padding:60px 0;text-align:center}.spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;height:38px;margin:0 auto 16px;width:38px}.loading-state h2{color:#64748b;font-size:15px;font-weight:600}.blogs-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 15px #0f172a08;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.blog-card:hover{border-color:#02af484d;box-shadow:0 12px 30px #0f172a14;transform:translateY(-6px)}.blog-image-wrapper{background:#f1f5f9;height:200px;overflow:hidden;position:relative;width:100%}.blog-image-wrapper img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-card:hover .blog-image-wrapper img{transform:scale(1.04)}.no-img-placeholder{align-items:center;color:#94a3b8;display:flex;font-size:13px;font-weight:600;height:100%;justify-content:center;width:100%}.blog-category-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172acc;border-radius:50px;color:#fff;font-size:11px;font-weight:700;padding:4px 12px;position:absolute;right:12px;top:12px}.blog-content{display:flex;flex:1 1;flex-direction:column;padding:20px}.blog-content h3{color:#0f172a;font-size:17px;font-weight:700;line-height:1.4;margin-bottom:12px}.blog-meta-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.meta-tag{border-radius:6px;font-size:11.5px;font-weight:600;padding:3px 8px}.meta-tag.student{background:#eff6ff;color:#1d4ed8}.meta-tag.company{background:#f0fdf4;color:#15803d}.meta-tag.package{background:#fefce8;border:1px solid #fef08a;color:#a16207}.blog-description{color:#475569;font-size:13px;line-height:1.6;margin-bottom:12px}.see-more-btn{align-self:flex-start;background:none;border:none;color:#02af48;cursor:pointer;font-size:12px;font-weight:700;margin-bottom:16px;padding:0}.see-more-btn:hover{text-decoration:underline}.blog-card-footer{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:space-between;margin-top:auto;padding-top:14px}.blog-author{color:#64748b;font-size:11.5px;font-weight:600}.blog-actions{display:flex;gap:6px}.action-btn{border:none;border-radius:6px;cursor:pointer;font-size:11.5px;font-weight:600;padding:6px 12px;transition:all .2s ease}.action-btn.edit{background:#fffbeb;color:#b45309}.action-btn.edit:hover{background:#d97706;color:#fff}.action-btn.delete{background:#fef2f2;color:#b91c1c}.action-btn.delete:hover{background:#dc2626;color:#fff}.no-blogs{background:#fff;border:1px dashed #cbd5e1;border-radius:18px;grid-column:1/-1;padding:60px 20px;text-align:center}.empty-icon{display:block;font-size:38px;margin-bottom:10px}.no-blogs h2{color:#0f172a;font-size:20px;margin-bottom:6px}.no-blogs p{color:#64748b;font-size:13.5px}@media (max-width:1024px){.blog-form-grid,.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blogs-container{padding:24px 0 60px}.blog-form-grid{grid-template-columns:1fr}.form-group.span-2{grid-column:span 1}.blogs-grid{grid-template-columns:1fr}.submit-blog-btn{width:100%}.blog-card-footer{align-items:flex-start;flex-direction:column;gap:10px}.blog-actions{width:100%}.action-btn{flex:1 1;padding:8px;text-align:center}}.settings-container{background:#f5f7fb;min-height:100vh;padding:30px}.settings-loading{align-items:center;background:#f5f7fb;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loader{animation:spin .8s linear infinite;border:6px solid #dbeafe;border-radius:50%;border-top-color:#2563eb;height:60px;width:60px}.settings-loading p{color:#6b7280;font-size:16px;margin-top:20px}.settings-header{margin-bottom:30px}.settings-header h2{color:#111827;font-size:32px;font-weight:700}.settings-header p{color:#6b7280;margin-top:8px}.settings-card{background:#fff;border-radius:18px;box-shadow:0 12px 30px #00000014;margin-bottom:25px;padding:28px}.settings-card h3{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:22px;margin-bottom:25px;padding-bottom:15px}.settings-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.form-group label{color:#374151;margin-bottom:8px}.form-group input{background:#fff;border:1px solid #d1d5db;border-radius:12px;font-size:15px;outline:none;padding:14px;transition:.3s;width:100%}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.form-group input[readonly]{background:#f3f4f6;cursor:not-allowed}.show-password{margin-top:20px}.show-password label{align-items:center;color:#374151;cursor:pointer;display:flex;font-weight:500;gap:10px}.show-password input{cursor:pointer;height:18px;width:18px}.form-actions{margin-top:30px}.save-btn{background:#2563eb;padding:14px 30px;transition:.3s}.save-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.save-btn:disabled{opacity:.6}@media(max-width:768px){.settings-container{padding:20px}.settings-header h2{font-size:26px}.settings-grid{grid-template-columns:1fr}.form-actions{justify-content:center}.save-btn{width:100%}}@media(max-width:480px){.settings-container{padding:15px}.settings-card{padding:20px}.settings-header h2{font-size:22px}}.admin-login-wrapper{align-items:center;background:linear-gradient(135deg,#000,#021b0d 25%,#034d25 50%,#02af48 75%,#000);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.admin-login-wrapper:before{background:#02af4833;height:400px;left:-100px;top:-100px;width:400px}.admin-login-wrapper:after,.admin-login-wrapper:before{border-radius:50%;content:"";filter:blur(100px);position:absolute}.admin-login-wrapper:after{background:#7cb34226;bottom:-100px;height:350px;right:-100px;width:350px}.admin-login-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px #0006;max-width:420px;padding:45px 40px;position:relative;text-align:center;width:100%;z-index:2}.login-logo{margin-bottom:30px}.login-logo img{border-radius:16px;height:85px;margin-bottom:15px;object-fit:contain;width:85px}.login-logo h2{color:#fff;font-size:30px;font-weight:700;margin-bottom:6px}.login-logo p{color:#cbd5e1;font-size:14px}.admin-input{background:#ffffff14;border:1px solid #ffffff14;border-radius:12px;color:#fff;font-size:15px;margin-bottom:18px;outline:none;padding:15px 18px;transition:all .3s ease;width:100%}.admin-input:focus{background:#ffffff26;border-color:#02af48;box-shadow:0 0 0 3px #02af4833}.admin-input::placeholder{color:#94a3b8}.admin-login-btn{align-items:center;background:linear-gradient(180deg,#02af48 0,#055928);border:none;border-radius:12px;box-shadow:0 4px 15px #02af484d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;padding:15px;transition:.3s cubic-bezier(.4,0,.2,1);width:100%}.admin-login-btn:hover{background:linear-gradient(180deg,#03c452 0,#066b31);box-shadow:0 8px 20px #02af4880;transform:translateY(-2px)}.admin-login-btn:active{transform:translateY(0)}.spinner{animation:spin .7s linear infinite;border:2.5px solid #ffffff4d;border-top-color:#fff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.admin-container{background:#0f172a;display:flex;min-height:100vh}.admin-sidebar{background:linear-gradient(180deg,#000 0,#042410 50%,#000 90%);border-right:1px solid #ffffff0d;color:#fff;height:100vh;left:0;overflow-y:auto;padding:25px;position:fixed;top:0;width:270px}.admin-logo{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#02af48);-webkit-background-clip:text;font-size:24px;font-weight:700;letter-spacing:1.5px;margin-bottom:40px;margin-top:10px;text-align:center}.admin-menu{list-style:none;margin:0;padding:0}.admin-menu li{border-radius:10px;color:#94a3b8;cursor:pointer;font-size:16px;margin-bottom:10px;padding:13px 16px;transition:.25s ease}.admin-menu li:hover{background:#02af481a;color:#02af48}.admin-menu .active{background:linear-gradient(90deg,#02af48,#055928);box-shadow:0 4px 12px #02af4833;color:#fff;font-weight:600}.logout-btn{background:#ef444426;border:1px solid #ef444433;border-radius:10px;color:#ef4444;cursor:pointer;font-size:16px;font-weight:600;margin-top:25px;padding:13px;transition:.3s;width:100%}.logout-btn:hover{background:#ef4444;color:#fff}.admin-content{background:#090d16;flex:1 1;margin-left:270px;min-height:100vh;overflow-x:auto;padding:35px}.dashboard-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.dashboard-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;box-shadow:0 4px 20px #00000026;padding:25px;transition:.3s ease}.dashboard-card:hover{border-color:#02af484d;transform:translateY(-4px)}.dashboard-card h3{color:#fff;margin-bottom:10px}.dashboard-card p{color:#94a3b8}.close-btn,.menu-btn,.sidebar-overlay{display:none}@media(max-width:992px){.admin-sidebar{width:240px}.admin-content{margin-left:240px}}@media(max-width:768px){.menu-btn{align-items:center;background:#02af48;border:none;border-radius:10px;box-shadow:0 4px 12px #02af484d;color:#fff;cursor:pointer;display:flex;font-size:24px;height:45px;justify-content:center;left:15px;position:fixed;top:15px;width:45px;z-index:999}.sidebar-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0009;display:block;inset:0;position:fixed;z-index:1000}.admin-sidebar{left:-280px;padding-top:70px;transition:.3s cubic-bezier(.4,0,.2,1);width:260px;z-index:1500}.admin-sidebar.open{left:0}.close-btn{align-items:center;background:#ffffff1a;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:absolute;right:15px;top:15px;width:40px}.admin-logo{font-size:28px;margin-bottom:30px;margin-top:0}.admin-content{margin-left:0;padding:75px 15px 15px}.dashboard-cards{grid-template-columns:1fr}}@media(max-width:480px){.admin-login-card{padding:35px 25px}.admin-logo{font-size:24px}.admin-menu li{font-size:15px;padding:13px}.logout-btn{font-size:15px}}@media(max-width:768px){.admin-sidebar.open~.menu-btn{display:none}}*{font-family:Plus Jakarta Sans,sans-serif}.amp-blog-wrapper{background:linear-gradient(180deg,#000 0,#02af48 40%,#064c22db 60%,#000);margin-top:90px;min-height:100vh;position:relative;width:100%}.amp-blog-wrapper:before{background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:50px 50px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.amp-blog-container{margin:0 auto;max-width:1240px;padding:100px 0;position:relative;width:90%;z-index:2}.amp-blog-header{margin:0 auto 40px;max-width:720px;text-align:center}.amp-blog-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#9fffc21a;border:1px solid #9fffc24d;border-radius:50px;color:#9fffc2;display:inline-block;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:20px;padding:6px 18px}.amp-blog-header h1{color:#fff;font-size:48px;font-weight:800;letter-spacing:-1px;line-height:1.2;margin-bottom:16px}.amp-blog-header p{color:#cbd5e1;font-size:16px;line-height:1.65}.amp-blog-category-filter{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:50px}.amp-blog-category-filter button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;border:1px solid #ffffff1f;border-radius:50px;color:#94a3b8;cursor:pointer;font-size:14px;font-weight:600;padding:10px 22px;transition:all .3s ease}.amp-blog-category-filter button:hover{background:#9fffc226;border-color:#9fffc266;color:#fff}.amp-blog-category-filter button.active{background:#d7ff2f;border-color:#d7ff2f;box-shadow:0 0 20px #d7ff2f4d;color:#000;font-weight:700}.amp-blog-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.amp-blog-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#00000073;border:1px solid #ffffff1f;border-radius:24px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1)}.amp-blog-card:hover{background:#000000a6;border-color:#9fffc273;box-shadow:0 20px 40px #0009,0 0 20px #02af4833;transform:translateY(-8px)}.amp-blog-image-wrapper{background:#0009;height:220px;overflow:hidden;position:relative;width:100%}.amp-blog-image-wrapper img{height:100%;object-fit:cover;opacity:.9;transition:transform .5s ease;width:100%}.amp-blog-card:hover .amp-blog-image-wrapper img{opacity:1;transform:scale(1.06)}.amp-blog-category-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#040c08d9;border:1px solid #9fffc24d;border-radius:20px;color:#9fffc2;font-size:11px;font-weight:700;left:15px;letter-spacing:.5px;padding:5px 12px;position:absolute;text-transform:uppercase;top:15px}.amp-blog-content{display:flex;flex-direction:column;flex-grow:1;padding:24px}.amp-blog-content h2{color:#fff;font-size:20px;font-weight:700;line-height:1.4;margin-bottom:12px}.amp-blog-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#cbd5e1;display:-webkit-box;font-size:14px;line-height:1.6;margin-bottom:12px;overflow:hidden}.amp-blog-desc.expanded{display:block;overflow:visible}.amp-see-more-btn{align-self:flex-start;background:none;border:none;color:#9fffc2;cursor:pointer;font-size:13px;font-weight:700;margin-bottom:18px;transition:color .2s}.amp-see-more-btn:hover{color:#d7ff2f}.amp-blog-meta{border-top:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:18px}.amp-meta-badge{border-radius:8px;font-size:12px;font-weight:600;padding:6px 12px}.amp-meta-badge.student{background:#ffffff0f;border:1px solid #ffffff1f;color:#e2e8f0}.amp-meta-badge.company{background:#3b82f626;border:1px solid #3b82f64d;color:#60a5fa}.amp-meta-badge.package{background:#9fffc226;border:1px solid #9fffc24d;color:#9fffc2}.amp-no-blogs{background:#00000073;border:1px dashed #ffffff26;border-radius:24px;color:#cbd5e1;grid-column:1/-1;padding:60px 20px;text-align:center}.amp-no-blogs-icon{font-size:40px;margin-bottom:12px}.amp-no-blogs h2{color:#fff;font-size:22px;margin-bottom:8px}.amp-no-blogs p{color:#94a3b8;font-size:14px}@media (max-width:1024px){.amp-blog-header h1{font-size:38px}}@media (max-width:600px){.amp-blog-container{padding:60px 0}.amp-blog-header h1{font-size:28px}.amp-blog-grid{gap:20px;grid-template-columns:1fr}.amp-blog-category-filter{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:10px}.amp-blog-category-filter button{white-space:nowrap}}.chatbot-button{align-items:center;background:#0d6efd;border:none;border-radius:50%;bottom:25px;box-shadow:0 10px 30px #00000040;color:#fff;cursor:pointer;display:flex;font-size:28px;height:50px;justify-content:center;outline:none;position:fixed;right:25px;transition:.3s;width:50px;z-index:99999}.chatbot-button:hover{background:#0b5ed7;transform:scale(1.08)}.chat-window{background:#fff;border-radius:18px;bottom:100px;box-shadow:0 10px 35px #00000038;display:flex;flex-direction:column;height:610px;overflow:hidden;position:fixed;right:25px;width:350px;z-index:99998}.chat-header{background:#0d6efd;color:#fff;height:72px;justify-content:space-between;padding:0 18px}.bot-icon,.chat-header,.header-left{align-items:center;display:flex}.bot-icon{background:#fff3;border-radius:50%;font-size:22px;height:48px;justify-content:center;margin-right:12px;width:48px}.header-left h3{font-size:17px;font-weight:600;margin-bottom:3px}.header-left span{font-size:12px;opacity:.9}.close-btn{background:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:22px;height:38px;transition:.3s;width:38px}.close-btn:hover{background:#ffffff26}.chat-body{background:#f4f7fb;flex:1 1;overflow-y:auto;padding:18px}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-thumb{background:#d2d2d2;border-radius:30px}.message-row{align-items:flex-end;display:flex;margin-bottom:18px}.message-row.bot{justify-content:flex-start}.message-row.user{justify-content:flex-end}.avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.bot-avatar{background:#0d6efd;color:#fff;margin-right:10px}.user-avatar{background:#28a745;color:#fff;margin-left:10px}.message-wrapper{display:flex;flex-direction:column;max-width:78%}.message-bubble{border-radius:18px;font-size:14px;line-height:1.6;padding:12px 16px;white-space:pre-line;word-break:break-word}.message-bubble.bot{background:#fff;border:1px solid #e5e5e5;border-bottom-left-radius:6px;color:#333}.message-bubble.user{background:#0d6efd;border-bottom-right-radius:6px;color:#fff}.message-time{color:#888;font-size:11px;margin-top:4px}.message-row.bot .message-time{text-align:left}.message-row.user .message-time{text-align:right}.menu-button{background:#0d6efd;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;margin-bottom:10px;padding:12px;transition:.3s;width:100%}.menu-button:hover{background:#0b5ed7}.chat-input-container{align-items:center;background:#fff;border-top:1px solid #e5e5e5;display:flex;gap:10px;padding:12px}.chat-input{border:1px solid #dcdcdc;border-radius:25px;flex:1 1;font-size:14px;height:45px;outline:none;padding:0 15px;transition:.3s}.chat-input:focus{border-color:#0d6efd}.send-button{background:#0d6efd;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;height:45px;transition:.3s;width:45px}.send-button:hover{background:#0b5ed7}.contact-form{background:#fff;border-radius:15px;box-shadow:0 4px 15px #00000014;margin-top:15px;padding:18px}.contact-form h3{color:#0d6efd;margin-bottom:18px;text-align:center}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:10px;font-size:14px;margin-bottom:12px;outline:none;padding:12px;resize:none;transition:.3s;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#0d6efd}.submit-btn{background:#0d6efd;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;height:46px;transition:.3s;width:100%}.submit-btn:hover{background:#0b5ed7}.apply-btn{background:#28a745;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;height:48px;margin-top:15px;transition:.3s;width:100%}.apply-btn:hover{background:#218838}.chat-footer{background:#fff;border-top:1px solid #e5e5e5;padding:10px}@media(max-width:768px){.chat-window{bottom:90px;height:88vh;right:2.5%;width:95%}}@media(max-width:480px){.chatbot-button{bottom:15px;font-size:24px;height:58px;right:15px;width:58px}.chat-window{border-radius:0;bottom:0;height:100vh;right:0;width:100%}.chat-header{height:65px;padding:0 15px}.bot-icon{font-size:20px;height:42px;width:42px}.header-left h3{font-size:15px}.header-left span{font-size:11px}.chat-body{padding:12px}.message-wrapper{max-width:85%}.message-bubble{font-size:13px;padding:10px 14px}.chat-input{font-size:13px;height:42px}.send-button{font-size:16px;height:42px;width:42px}.contact-form{padding:15px}.contact-form input,.contact-form textarea{font-size:13px}}.chat-window{animation:chatOpen .25s ease}@keyframes chatOpen{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.course-list{display:flex;flex-direction:column;gap:10px;margin-top:15px}.course-btn{background:#fff;border:1px solid #e5e5e5;border-radius:12px;cursor:pointer;font-size:15px;font-weight:500;padding:14px 16px;text-align:left;transition:.3s;width:100%}.course-btn:hover{background:#0d6efd;color:#fff;transform:translateX(5px)}.option-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;cursor:pointer;margin-bottom:12px;padding:15px;transition:.3s}.option-card:hover{border-color:#0d6efd;box-shadow:0 5px 15px #0d6efd26;transform:translateY(-2px)}.option-title{color:#222;font-size:15px;font-weight:600;margin-bottom:5px}.option-subtitle{color:#666;font-size:13px}.typing{align-items:center;background:#fff;border-radius:15px;display:flex;gap:5px;padding:12px 15px;width:-webkit-fit-content;width:fit-content}.typing span{animation:blink 1.4s infinite;background:#999;border-radius:50%;height:8px;width:8px}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}to{opacity:.3;transform:translateY(0)}}*{scrollbar-color:#d0d0d0 #0000;scrollbar-width:thin}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:20px}.welcome-card{background:#fff;border:1px solid #e8e8e8;border-radius:15px;box-shadow:0 4px 15px #0000000f;margin-bottom:18px;padding:18px}.welcome-card h2{color:#0d6efd;font-size:18px;margin-bottom:10px}.welcome-card p{color:#555;font-size:14px;line-height:1.7}.info-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;margin-top:15px;padding:15px}.info-card h3{color:#0d6efd;font-size:16px;margin-bottom:10px}.info-card ul{padding-left:18px}.info-card li{color:#444;font-size:14px;margin-bottom:8px}.course-detail{background:#fff;border:1px solid #e5e5e5;border-radius:15px;margin-top:15px;padding:18px}.course-detail h3{color:#0d6efd;font-size:18px;margin-bottom:12px}.course-detail p{color:#444;font-size:14px;line-height:1.7;margin-bottom:10px}.course-detail strong{color:#111}.badge{background:#0d6efd;border-radius:20px;color:#fff;display:inline-block;font-size:12px;margin:4px;padding:6px 12px}.badge-success{background:#28a745}.badge-warning{background:#ffc107;color:#222}.badge-danger{background:#dc3545}.divider{background:#ececec;height:1px;margin:18px 0;width:100%}.fade-in{animation:fadeIn .4s ease}.message-row.bot .message-bubble{position:relative}.message-row.bot .message-bubble:before{background:#fff;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;content:"";height:15px;left:-8px;position:absolute;top:12px;transform:rotate(45deg);width:15px}.message-row.user .message-bubble{position:relative}.message-row.user .message-bubble:after{background:#0d6efd;content:"";height:15px;position:absolute;right:-8px;top:12px;transform:rotate(45deg);width:15px}button{transition:.3s ease}button:active{transform:scale(.96)}.chat-input::placeholder,.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9a9a9a}::selection{background:#0d6efd;color:#fff}.chat-image{border-radius:12px;margin-top:8px;width:100%}.message-bubble a{color:#0d6efd;font-weight:600;text-decoration:none}.message-bubble a:hover{text-decoration:underline}button:disabled{cursor:not-allowed;opacity:.6}.chat-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.message-bubble{box-shadow:0 2px 8px #00000014}.chat-window.dark{background:#1f1f1f}.chat-window.dark .chat-body{background:#121212}.chat-window.dark .chat-header{background:#202c33}.chat-window.dark .message-bubble.bot{background:#2a2f32;border-color:#3b4043;color:#fff}.chat-window.dark .message-bubble.user{background:#005c4b}.chat-window.dark .chat-footer{background:#202c33}.chat-window.dark .chat-input{background:#2a2f32;border-color:#3b4043;color:#fff}.chat-window.dark .contact-form{background:#2a2f32;color:#fff}.chat-window.dark .contact-form input,.chat-window.dark .contact-form textarea{background:#1f1f1f;border-color:#444;color:#fff}.message-bubble{transition:.25s}.message-bubble:hover{transform:translateY(-2px)}.apply-btn:hover,.course-btn:hover,.menu-button:hover,.send-button:hover,.submit-btn:hover{box-shadow:0 6px 20px #0d6efd40}.apply-btn:active,.course-btn:active,.menu-button:active,.send-button:active,.submit-btn:active{transform:scale(.97)}@media (max-width:992px){.chat-window{height:620px;width:360px}}@media (max-width:600px){.chat-window{border-radius:0;bottom:0;height:100vh;right:0;width:100%}.chat-body{padding:15px}.message-wrapper{max-width:88%}.chatbot-button{bottom:18px;right:18px}}@media print{.bottom-sheet-overlay,.chat-footer,.chatbot-button{display:none}}.bottom-sheet{box-shadow:0 -10px 35px #0003}.sheet-handle{background:#cfcfcf}.sheet-body{max-height:420px}.sheet-item{border-bottom:1px solid #f2f2f2;padding:15px 18px;transition:.25s}.sheet-icon{background:#edf3ff;height:45px;width:45px}.sheet-right{font-size:18px}.back-button,.close-button{border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:15px;height:45px}.back-button:hover{background:#5b6268}.course-detail-card{background:#fff;border:1px solid #e8e8e8;border-radius:15px;box-shadow:0 4px 15px #00000014;margin-top:15px;padding:18px}.course-detail-card h3{color:#0d6efd;font-size:18px;margin-bottom:15px}.course-info{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:12px 0}.course-info:last-child{border-bottom:none}.course-label{color:#444;font-weight:600}.course-value{color:#666}.course-list-box{margin-top:15px}.course-list-box li{background:#f8f9fc;border-left:4px solid #0d6efd;border-radius:10px;list-style:none;margin-bottom:10px;padding:12px 15px;transition:.3s}.course-list-box li:hover{background:#edf4ff;transform:translateX(5px)}.success-message{background:#d1fae5;border:1px solid #10b981;border-radius:10px;color:#065f46;margin-top:15px;padding:15px}.error-message{background:#fee2e2;border:1px solid #ef4444;border-radius:10px;color:#991b1b;margin-top:15px;padding:15px}.loading{color:#666;font-size:14px;padding:20px;text-align:center}*{transition:background .25s,color .25s,border-color .25s,box-shadow .25s}.chat-window{-webkit-user-select:none;user-select:none}.chat-body{scroll-behavior:smooth}.empty-chat{color:#888;font-size:14px;height:100%}.contact-form h3,.empty-chat{align-items:center;display:flex;justify-content:center}.contact-form h3{gap:8px}.input-error{border:1px solid #dc3545!important}.error-text{color:#dc3545;font-size:12px;margin-bottom:10px;margin-top:-8px}.submit-btn.loading{opacity:.8;pointer-events:none}.course-btn.active{background:#0d6efd;color:#fff}.online-dot{animation:pulse 1.2s infinite;background:#28a745;border-radius:50%;display:inline-block;height:8px;margin-right:5px;width:8px}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}.chat-header{top:0}.chat-footer,.chat-header{position:-webkit-sticky;position:sticky;z-index:10}.chat-footer{bottom:0}.preview-image{border-radius:12px;margin-top:10px;width:100%}.chat-body{background:#efeae2;background-image:radial-gradient(circle at 25px 25px,#ffffff20 2px,#0000 0),radial-gradient(circle at 75px 75px,#ffffff20 2px,#0000 0);background-size:100px 100px}.chat-window{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.course-btn:hover,.option-card:hover,.sheet-item:hover{transform:translateX(5px)}.chat-window{box-shadow:0 15px 40px #0000002e}button{overflow:hidden;position:relative}button:after{background:#ffffff40;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.45s;width:0}button:active:after{height:250px;width:250px}button:focus,input:focus,textarea:focus{outline:none}.chat-window{animation:popup .28s ease;transform-origin:bottom right}@keyframes popup{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.course-detail-card:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-3px)}.contact-form{animation:fadeForm .4s ease}@keyframes fadeForm{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.bottom-sheet-overlay{align-items:flex-end;animation:fadeIn .25s ease;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999999}.bottom-sheet{animation:slideUp .3s ease;background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -12px 35px #00000040;max-width:420px;overflow:hidden;width:100%}.sheet-header{background:#fff;border-bottom:1px solid #ececec;padding:15px;text-align:center}.sheet-handle{background:#d2d2d2;border-radius:50px;height:5px;margin:0 auto 12px;width:60px}.sheet-header h3{color:#222;font-size:18px;font-weight:600}.sheet-body{max-height:430px;overflow-y:auto}.sheet-body::-webkit-scrollbar{width:6px}.sheet-body::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:30px}.sheet-item{align-items:center;border-bottom:1px solid #f1f1f1;cursor:pointer;display:flex;justify-content:space-between;padding:16px 18px;transition:.3s}.sheet-item:hover{background:#f7f9ff}.sheet-icon,.sheet-left{align-items:center;display:flex}.sheet-icon{background:#edf4ff;border-radius:50%;font-size:22px;height:46px;justify-content:center;margin-right:12px;width:46px}.sheet-left h4{color:#222;font-size:15px;margin-bottom:3px}.sheet-left p{color:#777;font-size:12px}.sheet-right{color:#999;font-size:20px}.sheet-footer{background:#fff;border-top:1px solid #ececec;display:flex;gap:10px;padding:15px}.back-button{background:#6c757d;border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:15px;height:46px;transition:.3s}.back-button:hover{background:#5a6268}.close-button{background:#0d6efd;border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:15px;height:46px;transition:.3s}.close-button:hover{background:#0b5ed7}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.bottom-sheet{max-width:100%}}@media(max-width:480px){.sheet-item{padding:14px}.sheet-icon{font-size:20px;height:42px;width:42px}.sheet-left h4{font-size:14px}.sheet-left p{font-size:11px}.sheet-footer{flex-direction:column}.back-button,.close-button{width:100%}}.student-login-container{align-items:center;background:#eef4f8;display:flex;justify-content:center;min-height:100vh;padding:30px;width:100%}.student-login-wrapper{background:#fff;border-radius:30px;box-shadow:0 25px 60px #0000001f;display:grid;grid-template-columns:1.1fr .9fr;max-width:1250px;min-height:700px;overflow:hidden;width:100%}.student-login-left{align-items:center;background:linear-gradient(135deg,#02af48,#064c22 55%,#000);display:flex;justify-content:center;padding:60px;position:relative}.student-login-overlay{color:#fff;width:100%}.student-login-overlay h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:25px}.student-login-overlay h1 span{color:#fff}.student-login-overlay p{font-size:18px;line-height:1.9;margin-bottom:40px;opacity:.92}.student-login-features{display:flex;flex-direction:column;gap:18px}.student-login-features div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:14px;font-size:16px;font-weight:500;padding:16px 20px;transition:.35s}.student-login-features div:hover{background:#ffffff2e;transform:translateX(8px)}.student-login-right{align-items:center;display:flex;justify-content:center;padding:50px}.student-login-card{max-width:420px;width:100%}.student-login-card h2{color:#111827;font-size:38px;font-weight:700;margin-bottom:10px}.student-login-card p{color:#64748b;font-size:15px;line-height:1.7;margin-bottom:30px}.student-success-message{background:#d1fae5;border-radius:12px;color:#065f46;font-size:15px;font-weight:600;margin-bottom:22px;padding:14px;text-align:center;width:100%}.student-input-group{margin-bottom:22px}.student-input-group label{color:#1e293b;font-size:14px;margin-bottom:8px}.student-input-group input{background:#f8fafc;border:1px solid #dbe4ee;border-radius:14px;font-size:15px;height:55px;outline:none;padding:0 18px;transition:.35s;width:100%}.student-input-group input:focus{background:#fff;border-color:#02af48;box-shadow:0 0 0 4px #02af481f}.student-input-group input::placeholder{color:#94a3b8}.student-login-links{display:flex;justify-content:flex-end;margin-bottom:25px}.student-login-links a{color:#02af48;font-size:14px;font-weight:600;text-decoration:none;transition:.3s}.student-login-links a:hover{color:#064c22}.student-login-btn{background:linear-gradient(180deg,#02af48,#064c22,#000);border:none;border-radius:14px;box-shadow:0 15px 30px #02af4840;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:55px;transition:.35s;width:100%}.student-login-btn:hover{box-shadow:0 20px 35px #02af4859;transform:translateY(-3px)}.student-login-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.student-register-text{color:#64748b;font-size:15px;margin-top:25px;text-align:center}.student-register-text a{color:#02af48;font-weight:700;margin-left:6px;text-decoration:none}.student-register-text a:hover{color:#064c22}@media(max-width:1100px){.student-login-wrapper{grid-template-columns:1fr;max-width:700px}.student-login-left{min-height:340px;padding:40px}.student-login-overlay{text-align:center}.student-login-overlay h1{font-size:38px}.student-login-features{margin:30px auto 0;max-width:420px}}@media(max-width:768px){.student-login-container{padding:15px}.student-login-wrapper{border-radius:22px}.student-login-left{min-height:300px;padding:30px 25px}.student-login-overlay h1{font-size:32px}.student-login-overlay p{font-size:15px;margin-bottom:25px}.student-login-features div{font-size:14px;padding:14px 16px}.student-login-right{padding:35px 22px}.student-login-card{max-width:100%}.student-login-card h2{font-size:30px}.student-login-card p{font-size:14px}}@media(max-width:480px){.student-login-container{padding:10px}.student-login-wrapper{border-radius:18px}.student-login-left{min-height:260px;padding:25px 18px}.student-login-overlay h1{font-size:26px}.student-login-overlay p{font-size:13px;line-height:1.7}.student-login-features{gap:12px}.student-login-features div{border-radius:10px;font-size:13px;padding:12px}.student-login-right{padding:25px 18px}.student-login-card h2{font-size:26px}.student-login-card p{font-size:13px;margin-bottom:20px}.student-input-group{margin-bottom:18px}.student-input-group input{font-size:14px;height:50px}.student-login-btn{font-size:15px;height:50px}.student-register-text{font-size:14px}}body{background:#eef4f8}.student-register-container{align-items:center;background:#eef4f8;display:flex;justify-content:center;min-height:100vh;padding:30px;width:100%}.student-register-wrapper{background:#fff;border-radius:30px;box-shadow:0 25px 60px #0000001f;display:grid;grid-template-columns:1.1fr .9fr;max-width:1300px;min-height:620px;overflow:hidden;width:100%}.student-register-left{align-items:center;background:linear-gradient(135deg,#02af48,#064c22 55%,#000);display:flex;justify-content:center;padding:45px;position:relative}.student-register-overlay{color:#fff;width:100%}.student-register-overlay h1{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:25px}.student-register-overlay h1 span{color:#fff}.student-register-overlay p{font-size:18px;line-height:1.9;margin-bottom:25px;opacity:.95}.student-register-features{display:flex;flex-direction:column;gap:12px}.student-register-features div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:14px;font-size:16px;font-weight:500;padding:16px 20px;transition:.35s}.student-register-features div:hover{background:#ffffff2e;transform:translateX(8px)}.student-register-right{align-items:center;display:flex;justify-content:center;padding:35px 45px}.student-register-card{max-width:470px;width:100%}.student-register-card h2{color:#111827;font-size:36px;font-weight:700;margin-bottom:10px}.student-register-card p{color:#64748b;font-size:15px;line-height:1.7;margin-bottom:30px}.student-register-input-group{margin-bottom:14px}.student-register-input-group label{color:#1e293b;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.student-register-input-group input,.student-register-input-group select{background:#f8fafc;border:1px solid #dbe4ee;border-radius:14px;font-size:15px;height:48px;outline:none;padding:0 18px;transition:.35s;width:100%}.student-register-input-group input:focus,.student-register-input-group select:focus{background:#fff;border-color:#02af48;box-shadow:0 0 0 4px #02af481f}.student-register-input-group input::placeholder{color:#94a3b8}.student-register-input-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='m1.5 5.5 6 6 6-6' stroke='%2364748b' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;cursor:pointer;padding-right:50px}.student-register-btn{background:linear-gradient(180deg,#02af48,#064c22,#000);border:none;border-radius:14px;box-shadow:0 15px 30px #02af4840;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:48px;transition:.35s;width:100%}.student-register-btn:hover{box-shadow:0 20px 35px #02af4859;transform:translateY(-3px)}.student-register-btn:disabled{cursor:not-allowed;opacity:.7}.student-register-login-text{color:#64748b;font-size:15px;margin-top:24px;text-align:center}.student-register-login-text a{color:#02af48;font-weight:700;margin-left:6px;text-decoration:none;transition:.3s}.student-register-login-text a:hover{color:#064c22}@media(max-width:1100px){.student-register-wrapper{grid-template-columns:1fr;max-width:720px}.student-register-left{min-height:340px;padding:40px}.student-register-overlay{text-align:center}.student-register-overlay h1{font-size:38px}.student-register-features{margin:30px auto 0;max-width:420px}}@media(max-width:768px){.student-register-container{padding:15px}.student-register-wrapper{border-radius:22px}.student-register-left{min-height:300px;padding:30px 22px}.student-register-overlay h1{font-size:32px}.student-register-overlay p{font-size:15px;margin-bottom:25px}.student-register-features div{font-size:14px;padding:14px 16px}.student-register-right{padding:35px 22px}.student-register-card{max-width:100%}.student-register-card h2{font-size:30px}}@media(max-width:480px){.student-register-container{padding:10px}.student-register-wrapper{border-radius:18px}.student-register-left{min-height:260px;padding:25px 18px}.student-register-overlay h1{font-size:26px}.student-register-overlay p{font-size:13px;line-height:1.7}.student-register-features{gap:12px}.student-register-features div{border-radius:10px;font-size:13px;padding:12px}.student-register-right{padding:25px 18px}.student-register-card h2{font-size:26px}.student-register-card p{font-size:13px;margin-bottom:20px}.student-register-input-group{margin-bottom:18px}.student-register-input-group input,.student-register-input-group select{font-size:14px;height:50px}.student-register-btn{font-size:15px;height:50px}.student-register-login-text{font-size:14px}}.student-container,.student-dashboard,.student-page{background:#f4f7fb;min-height:100vh;padding:40px 20px}.student-container *,.student-dashboard *,.student-page *{box-sizing:border-box;font-family:Segoe UI,sans-serif}.student-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000014;margin:auto;max-width:500px;padding:30px}.student-card h2{color:#0d6efd;margin-bottom:10px;text-align:center}.student-card p{color:#666;margin-bottom:25px;text-align:center}.student-input-group{margin-bottom:18px}.student-input-group label{color:#333;display:block;font-weight:600;margin-bottom:6px}.student-input-group input,.student-input-group select,.student-input-group textarea{border:1px solid #dcdcdc;border-radius:8px;font-size:15px;outline:none;padding:12px;transition:.3s;width:100%}.student-input-group input:focus,.student-input-group select:focus,.student-input-group textarea:focus{border-color:#0d6efd}.student-input-group textarea{min-height:100px;resize:vertical}.student-btn{background:#0d6efd;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px;transition:.3s;width:100%}.student-btn:hover{background:#0b5ed7}.student-btn:disabled{cursor:not-allowed;opacity:.7}.logout-btn{padding:10px 20px;width:auto}.student-links,.student-register-link{margin:15px 0;text-align:center}.student-links a,.student-register-link a{color:#0d6efd;font-weight:600;text-decoration:none}.student-links a:hover,.student-register-link a:hover{text-decoration:underline}.dashboard-header,.page-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:auto auto 30px;max-width:1200px}.dashboard-header h2,.page-header h2{color:#222}.dashboard-header p{color:#666;margin-top:5px}.dashboard-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:auto;max-width:1200px}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 5px 18px #00000014;padding:20px;transition:.3s}.dashboard-card:hover{transform:translateY(-5px)}.dashboard-card h3{color:#0d6efd;margin-bottom:15px}.dashboard-card p{color:#555;line-height:1.6;margin-bottom:10px}.dashboard-card .student-btn{margin-top:15px}.empty-box{background:#fff;border-radius:12px;box-shadow:0 5px 18px #00000014;margin:auto;max-width:600px;padding:40px;text-align:center}.empty-box h3{color:#333;margin-bottom:10px}.empty-box p{color:#777}.course-module-list{margin-top:15px;padding-left:20px}.course-module-list li{color:#555;margin-bottom:10px}.notification-list{margin:auto;max-width:1000px}.notification-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;margin-bottom:20px;padding:20px}.notification-card h4{color:#0d6efd;margin-bottom:10px}.notification-card p{color:#555;margin-bottom:10px}.notification-card small{color:gray}.notification-card.unread{border-left:5px solid #0d6efd}.notification-card.read{opacity:.8}@media (max-width:768px){.dashboard-header,.page-header{align-items:flex-start;flex-direction:column}.logout-btn,.page-header .student-btn{width:100%}.student-card{padding:20px}}@media (max-width:480px){.student-container,.student-dashboard,.student-page{padding:20px 10px}.dashboard-grid{grid-template-columns:1fr}.student-btn{font-size:14px}}body,html{background:#f8fafc;color:#0f172a}#root,body,html{height:100%;width:100%}.amb-std-dashboard-container{overflow:hidden}.amb-std-dashboard-container,.amb-std-dashboard-loader{background:#f8fafc;display:flex;height:100vh;width:100%}.amb-std-dashboard-loader{align-items:center;color:#64748b;flex-direction:column;gap:18px;justify-content:center}.amb-std-loader{animation:ambStdSpin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#02af48;height:50px;width:50px}@keyframes ambStdSpin{to{transform:rotate(1turn)}}.amb-std-dashboard-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;inset:0;position:fixed;z-index:9998}.amb-std-dashboard-sidebar{background:linear-gradient(180deg,#02af48,#064c22 55%,#000);color:#fff;height:100vh;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transition:.35s ease;width:280px;z-index:9999}.amb-std-sidebar-header{align-items:center;border-bottom:1px solid #ffffff1f;display:flex;justify-content:space-between;padding:24px}.amb-std-logo-section h2{font-size:26px;font-weight:700}.amb-std-logo-section span{font-size:12px;opacity:.8}.amb-std-close-sidebar{background:#0000;border:none;color:#fff;cursor:pointer;display:none;font-size:24px}.amb-std-sidebar-profile{align-items:center;display:flex;flex-direction:column;padding:28px 20px;text-align:center}.amb-std-sidebar-profile img,.amb-std-sidebar-profile-image{border:3px solid #ffffff40;border-radius:50%;height:84px;margin-bottom:14px;object-fit:cover;width:84px}.amb-std-sidebar-avatar{align-items:center;background:linear-gradient(135deg,#0ea5e9,#02af48);border-radius:50%;color:#fff;display:flex;font-size:38px;font-weight:700;height:84px;justify-content:center;margin-bottom:14px;width:84px}.amb-std-sidebar-profile h3{font-size:20px;font-weight:600}.amb-std-sidebar-profile p{font-size:12px;opacity:.8;word-break:break-word}.amb-std-sidebar-menu{list-style:none;padding:16px}.amb-std-sidebar-menu li{align-items:center;border-radius:12px;cursor:pointer;display:flex;font-size:15px;gap:12px;margin-bottom:8px;padding:14px 18px;transition:.25s}.amb-std-sidebar-menu li:hover{background:#ffffff1f}.amb-std-sidebar-menu li.active{background:#fff;color:#02af48;font-weight:600}.amb-std-dashboard-main{display:flex;flex:1 1;flex-direction:column;height:100vh;margin-left:280px;min-width:0;overflow-x:hidden;overflow-y:auto}.amb-std-dashboard-navbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;height:76px;justify-content:space-between;padding:0 32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.amb-std-navbar-left{align-items:center;display:flex;gap:16px}.amb-std-menu-btn{background:#02af48;border:none;border-radius:10px;color:#fff;cursor:pointer;display:none;font-size:20px;height:42px;width:42px}.amb-std-navbar-title h2{color:#0f172a;font-size:32px;font-weight:700}.amb-std-navbar-title p{color:#64748b;font-size:14px}.amb-std-navbar-search{display:flex;flex:1 1;justify-content:center;padding:0 30px}.amb-std-navbar-search input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:30px;font-size:14px;height:48px;max-width:480px;outline:none;padding:0 20px;transition:.3s;width:100%}.amb-std-navbar-search input:focus{background:#fff;border-color:#02af48}.amb-std-navbar-right{align-items:center;display:flex;gap:18px}.amb-std-streak-pill{background:#fff7ed;border:1px solid #fed7aa;border-radius:50px;color:#c2410c;font-size:14px;font-weight:600;padding:8px 18px}.amb-std-navbar-profile{align-items:center;cursor:pointer;display:flex;gap:12px}.amb-std-navbar-profile img,.amb-std-navbar-profile-image{border-radius:50%;height:48px;object-fit:cover;width:48px}.amb-std-navbar-avatar{align-items:center;background:linear-gradient(135deg,#0ea5e9,#02af48);border-radius:50%;color:#fff;display:flex;font-weight:700;height:48px;justify-content:center;width:48px}.amb-std-navbar-profile h4{font-size:15px;font-weight:600}.amb-std-navbar-profile span{color:#64748b;font-size:12px}.amb-std-dashboard-body{padding:32px}.amb-std-welcome-section{align-items:center;background:linear-gradient(135deg,#02af48,#064c22 55%,#021b09);border-radius:24px;color:#fff;display:flex;gap:30px;justify-content:space-between;margin-bottom:30px;padding:36px}.amb-std-welcome-left{flex:1 1}.amb-std-welcome-badge{background:#ffffff26;border-radius:30px;display:inline-block;font-size:13px;margin-bottom:16px;padding:8px 16px}.amb-std-welcome-left h1{font-size:46px;font-weight:700;margin-bottom:10px}.amb-std-welcome-left p{font-size:15px;line-height:1.7;max-width:650px;opacity:.95}.amb-std-welcome-right{align-items:center;display:flex;justify-content:center}.amb-std-welcome-profile-image,.amb-std-welcome-right img{border:6px solid #fff3;border-radius:50%;height:210px;object-fit:cover;width:210px}.amb-std-welcome-avatar{align-items:center;background:linear-gradient(135deg,#0ea5e9,#02af48);border-radius:50%;display:flex;font-size:70px;font-weight:700;height:210px;justify-content:center;width:210px}.amb-std-details{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin-top:28px}.amb-std-detail-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff1f;border-radius:16px;padding:18px}.amb-std-detail-card h5{font-size:12px;margin-bottom:6px;opacity:.8}.amb-std-detail-card span{font-size:16px;font-weight:600}.amb-std-unique-row{grid-gap:22px;display:grid;gap:22px;grid-template-columns:1fr 1fr;margin-bottom:28px}.amb-std-card-widget{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 15px #0f172a08;padding:24px}.amb-std-widget-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.amb-std-widget-header h3{color:#0f172a;font-size:18px;font-weight:700}.amb-std-widget-header span{color:#02af48;font-size:16px;font-weight:700}.amb-std-widget-subtext{color:#64748b;font-size:13px;margin-top:14px}.amb-std-timer-widget{text-align:center}.amb-std-timer-display{color:#0f172a;font-size:56px;font-weight:700;margin:20px 0}.amb-std-timer-controls{display:flex;gap:12px;justify-content:center}.amb-std-timer-btn{border:none;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;padding:12px 22px;transition:.3s}.amb-std-timer-btn.amb-std-primary{background:#02af48;color:#fff}.amb-std-timer-btn.amb-std-primary:hover{background:#02873a}.amb-std-timer-btn.amb-std-secondary{background:#e2e8f0;color:#334155}.amb-std-timer-btn.amb-std-secondary:hover{background:#cbd5e1}.amb-std-progress-bar{background:#e2e8f0;border-radius:20px;height:12px;margin-top:16px;overflow:hidden;width:100%}.amb-std-progress-fill{background:linear-gradient(90deg,#02af48,#064c22);border-radius:20px;height:100%}.amb-std-dashboard-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:30px}.amb-std-stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 15px #0f172a0a;display:flex;gap:18px;padding:22px;transition:.3s}.amb-std-stat-card:hover{transform:translateY(-5px)}.amb-std-stat-icon{align-items:center;background:linear-gradient(135deg,#02af48,#064c22);border-radius:16px;color:#fff;display:flex;font-size:28px;height:56px;justify-content:center;width:56px}.amb-std-stat-content h2{color:#0f172a;font-size:38px;font-weight:700}.amb-std-stat-content p{color:#64748b;font-size:15px}.amb-std-interactive-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:30px}.amb-std-skills-card,.amb-std-timeline-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 15px #0f172a0a;padding:26px}.amb-std-skills-card h3,.amb-std-timeline-card h3{color:#0f172a;font-size:30px;font-weight:700;margin-bottom:22px}.amb-std-skills-list{gap:18px}.amb-std-skill-item,.amb-std-skills-list{display:flex;flex-direction:column}.amb-std-skill-header{display:flex;justify-content:space-between;margin-bottom:8px}.amb-std-skill-header span{color:#334155;font-size:15px;font-weight:600}.amb-std-skill-bar-track{background:#e2e8f0;border-radius:20px;height:10px;overflow:hidden;width:100%}.amb-std-skill-bar-fill{border-radius:20px;height:100%}.amb-std-roadmap-timeline{display:flex;flex-direction:column;gap:18px}.amb-std-timeline-node{align-items:center;display:flex;gap:16px}.amb-std-node-icon{background:#cbd5e1;border-radius:50%;flex-shrink:0;height:14px;width:14px}.amb-std-timeline-node.completed .amb-std-node-icon{background:#02af48}.amb-std-timeline-node.in-progress .amb-std-node-icon{background:#0ea5e9;box-shadow:0 0 0 4px #0ea5e926}.amb-std-timeline-node.pending .amb-std-node-icon{background:#f59e0b}.amb-std-node-content h4{color:#0f172a;font-size:15px;font-weight:600}.amb-std-node-content span{color:#64748b;font-size:13px}.amb-std-dashboard-bottom{grid-gap:24px;display:grid;gap:24px;grid-template-columns:2fr 1fr;margin-bottom:30px}.amb-std-fees-card,.amb-std-progress-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 15px #0f172a0a;padding:24px}.amb-std-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.amb-std-card-header h3{color:#0f172a;font-size:20px;font-weight:700}.amb-std-card-header span{color:#02af48;font-size:20px;font-weight:700}.amb-std-progress-card p{color:#64748b;font-size:14px;margin-top:14px}.amb-std-fees-card h2{color:#ef4444;font-size:38px;font-weight:700;margin:20px 0}.amb-std-pay-now-btn{background:linear-gradient(135deg,#02af48,#064c22);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;height:50px;transition:.3s;width:100%}.amb-std-pay-now-btn:hover{transform:translateY(-2px)}.amb-std-quick-actions{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 15px #0f172a0a;padding:24px}.amb-std-quick-actions h2{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:22px}.amb-std-action-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.amb-std-action-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;cursor:pointer;padding:24px;text-align:center;transition:.3s}.amb-std-action-card:hover{background:#02af48;box-shadow:0 10px 25px #02af4833;color:#fff;transform:translateY(-5px)}.amb-std-action-card span{display:block;font-size:34px;margin-bottom:12px}.amb-std-action-card h4{font-size:15px;font-weight:600}@media (max-width:992px){.amb-std-dashboard-sidebar{left:-300px;position:fixed}.amb-std-dashboard-sidebar.active{left:0}.amb-std-dashboard-main{margin-left:0}.amb-std-menu-btn{align-items:center;display:flex;justify-content:center}.amb-std-close-sidebar{display:block}.amb-std-dashboard-bottom,.amb-std-dashboard-stats,.amb-std-interactive-grid,.amb-std-unique-row{grid-template-columns:1fr}.amb-std-action-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.amb-std-dashboard-body{padding:20px}.amb-std-dashboard-navbar{padding:0 18px}.amb-std-navbar-search{display:none}.amb-std-navbar-title h2{font-size:22px}.amb-std-navbar-profile div,.amb-std-streak-pill{display:none}.amb-std-welcome-section{flex-direction:column;text-align:center}.amb-std-welcome-avatar,.amb-std-welcome-profile-image{font-size:50px;height:140px;width:140px}.amb-std-details{grid-template-columns:1fr}}@media (max-width:480px){.amb-std-dashboard-body{padding:15px}.amb-std-action-grid,.amb-std-dashboard-stats{grid-template-columns:1fr}.amb-std-navbar-title h2{font-size:18px}.amb-std-welcome-left h1{font-size:30px}.amb-std-welcome-left p{font-size:14px}.amb-std-timer-display{font-size:42px}}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background:#f8fafc;color:#0f172a}.profile-loading{align-items:center;background:#f8fafc;color:#64748b;display:flex;flex-direction:column;font-weight:500;gap:16px;height:100vh;justify-content:center;width:100%}.spinner{animation:profileSpin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#02af48;height:48px;width:48px}@keyframes profileSpin{to{transform:rotate(1turn)}}.profile-wrapper{background:#f8fafc;display:flex;justify-content:center;min-height:100vh;padding:32px 20px;width:100%}.toast-message{align-items:center;animation:toastSlide .35s cubic-bezier(.16,1,.3,1);border-radius:12px;box-shadow:0 10px 25px #0f172a26;color:#fff;display:flex;font-size:14px;font-weight:600;gap:10px;padding:14px 22px;position:fixed;right:24px;top:24px;z-index:1000}.toast-success{background:#10b981}.toast-error{background:#ef4444}@keyframes toastSlide{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.profile-container{display:flex;flex-direction:column;gap:24px;max-width:1080px;width:100%}.profile-hero-card{align-items:center;background:linear-gradient(135deg,#02af48,#064c22 50%,#000);border-radius:24px;box-shadow:0 12px 30px #02af482e;color:#fff;display:flex;gap:28px;padding:32px;position:relative}.avatar-upload-group{flex-shrink:0}.avatar-preview{border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 20px #0003;height:110px;overflow:hidden;position:relative;width:110px}.avatar-preview img{height:100%;object-fit:cover;width:100%}.avatar-placeholder{background:linear-gradient(135deg,#0ea5e9,#02af48);color:#fff;font-size:42px;font-weight:700;height:100%;width:100%}.avatar-edit-overlay,.avatar-placeholder{align-items:center;display:flex;justify-content:center}.avatar-edit-overlay{background:#0000008c;cursor:pointer;font-size:24px;inset:0;opacity:0;position:absolute;transition:opacity .25s ease}.avatar-preview:hover .avatar-edit-overlay{opacity:1}.hidden-file-input{display:none}.profile-hero-info{flex:1 1;min-width:0}.hero-badge{background:#ffffff2e;border-radius:20px;display:inline-block;font-size:12px;font-weight:500;margin-bottom:8px;padding:4px 14px}.profile-hero-info h2{font-size:28px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-email{font-size:14px;margin-top:2px;opacity:.85}.hero-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.meta-pill{background:#ffffff24;border:1px solid #ffffff26;border-radius:8px;font-size:12px;font-weight:500;padding:4px 12px}.course-pill{background:#02af4866;border-color:#ffffff4d}.hero-status-container{align-self:flex-start}.status-pill{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 14px;text-transform:capitalize}.status-dot{background:currentColor;border-radius:50%;height:6px;width:6px}.pill-active{background:#22c55e33;border:1px solid #22c55e66;color:#4ade80}.pill-inactive{background:#ef444433;border:1px solid #ef444466;color:#f87171}.stats-summary-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 15px #0f172a08;display:flex;flex-direction:column;gap:6px;padding:20px}.stat-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.stat-value{color:#0f172a;font-size:22px;font-weight:700}.text-success{color:#10b981}.text-danger{color:#ef4444}.status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;width:-webkit-fit-content;width:fit-content}.badge-paid{background:#dcfce7;color:#15803d}.badge-pending{background:#fef3c7;color:#b45309}.badge-partial{background:#e0f2fe;color:#0369a1}.profile-form-layout{display:flex;flex-direction:column;gap:24px}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 15px #0f172a08;padding:28px}.card-header{border-bottom:1px solid #f1f5f9;margin-bottom:22px;padding-bottom:12px}.card-header h3{color:#0f172a;font-size:18px;font-weight:700}.card-header p{color:#64748b;font-size:13px;margin-top:2px}.form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:span 2}.form-group label{color:#334155;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #cbd5e1;border-radius:10px;color:#0f172a;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#02af48;box-shadow:0 0 0 3px #02af481f}.readonly-input{background:#f8fafc!important;color:#64748b!important;cursor:not-allowed}.info-display-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.info-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:4px;padding:16px}.info-item.highlight-box{background:#f0fdf4;border-color:#bbf7d0}.info-label{color:#64748b;font-size:12px;font-weight:500}.info-value{color:#0f172a;font-size:15px;font-weight:600}.text-accent{color:#02af48}.form-actions{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;margin-top:10px;padding-top:20px}.save-btn{align-items:center;background:linear-gradient(135deg,#02af48,#064c22);border:none;border-radius:12px;box-shadow:0 8px 20px #02af4840;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:10px;height:50px;justify-content:center;letter-spacing:.3px;min-width:220px;outline:none;overflow:hidden;padding:0 32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.save-btn:hover:not(:disabled){background:linear-gradient(135deg,#03c853,#075a28);box-shadow:0 12px 28px #02af4866;transform:translateY(-3px)}.save-btn:active:not(:disabled){box-shadow:0 6px 15px #02af484d;transform:translateY(-1px)}.save-btn:disabled{background:#94a3b8;box-shadow:none;color:#f1f5f9;cursor:not-allowed;opacity:.85;transform:none}.save-btn:disabled:after{animation:buttonSpinner .8s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;content:"";height:16px;margin-left:6px;width:16px}@keyframes buttonSpinner{to{transform:rotate(1turn)}}@media (max-width:600px){.form-actions{justify-content:center;width:100%}.save-btn{font-size:16px;height:52px;width:100%}}@media (max-width:992px){.profile-hero-card{gap:20px;padding:24px}.info-display-grid,.stats-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.profile-hero-card{align-items:center;flex-direction:column;text-align:center}.hero-meta-row{justify-content:center}.hero-status-container{align-self:center}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.save-btn{width:100%}}@media (max-width:480px){.profile-wrapper{padding:16px 12px}.info-display-grid,.stats-summary-grid{grid-template-columns:1fr}.form-card{padding:20px}.profile-hero-info h2{font-size:22px;white-space:normal}}
/*# sourceMappingURL=main.24fee045.css.map*/