body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:#f8f7f7;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.nav-links{display:flex;gap:1rem;list-style:none}.nav-links a{color:#2960a7;font-weight:500;text-decoration:none}.nav-links a:hover{text-decoration:underline}.logo img{border-radius:50%;height:50px;object-fit:cover;width:50px}.lang-switcher button{border:none;border-radius:4px;cursor:pointer;margin-left:.5rem;padding:.3rem .6rem}.lang-switcher button:disabled{cursor:default;opacity:.6}@media (max-width:768px){.navbar{align-items:flex-start;padding:1rem}.nav-links,.navbar{flex-direction:column}.nav-links{gap:.5rem;margin-top:.5rem;width:100%}.nav-links a{padding:.5rem 0;width:100%}.logo img{height:40px;width:40px}}@media (max-width:480px){.navbar{padding:.5rem 1rem}.logo img{height:35px;width:35px}.nav-links a{font-size:.9rem}}.home{font-family:Arial,sans-serif;margin:auto;max-width:1100px;padding:2rem;text-align:center}.home-top{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem}.profile-img{border-radius:50%;margin-bottom:1rem;width:250px}.home-top h1{font-size:2.5rem;margin:.5rem 0}.home-top h3{color:#002147;font-weight:700}.section{margin-top:4rem}.section h2{color:#002147;font-size:1.8rem;margin-bottom:1rem}.about-card{gap:20px;max-width:800px}.about-text{font-size:16px;line-height:1.5}.about-text-wrapper{overflow:hidden;position:relative}.about-text-container{display:flex;max-width:400px}.about-img-container{flex-shrink:0}.about-text.clamped{line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.about-text.expanded{display:block}.fade-overlay{background:linear-gradient(0deg,#fff,#0000);bottom:0;height:60px;left:0;position:absolute;width:100%}.see-more{color:#007bff;cursor:pointer;margin-top:8px;text-decoration:underline}.about-img{border-radius:12px}.section-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.see-all-btn{color:#2960a7;font-weight:700;text-decoration:none}.see-all-btn:hover{text-decoration:underline}.card-grid{display:flex;flex-wrap:wrap;justify-content:flex-start}.card{background:#fff;width:280px}.blog-desc{word-wrap:break-word;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.contact-section{background-color:#003e64;color:#fff;margin-top:4rem;padding:2rem}.scroll-wrapper-with-arrows{align-items:center;display:flex;position:relative}.scroll-btn{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .3s;width:32px;z-index:1}.scroll-btn:hover{background-color:#eee}.scroll-btn.left{left:-16px;position:absolute}.scroll-btn.right{position:absolute;right:-16px}.scroll-container{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.scroll-container::-webkit-scrollbar{display:none}.scroll-card{background:#afdbfe;border-radius:12px;box-shadow:0 4px 12px #00000014;color:#002147;flex:0 0 auto;padding:1rem;scroll-snap-align:start;text-decoration:none;transition:transform .2s ease;width:260px}.scroll-card h3{word-wrap:break-word;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.scroll-card:hover{transform:translateY(-5px)}@media (max-width:768px){.home{padding:1.5rem 1rem}.home-top h1{font-size:2rem}.home-top h3{font-size:1.2rem}.profile-img{width:180px}.about-card{flex-direction:column;gap:1rem;max-width:100%;padding:2rem}.about-img{margin:auto;width:180px}.card-grid{justify-content:center}.card{max-width:300px;width:100%}.scroll-card{width:220px}.scroll-btn.left{left:-8px}.scroll-btn.right{right:-8px}}@media (max-width:480px){.home-top h1{font-size:1.5rem}.home-top h3{font-size:1rem}.profile-img{width:120px}.about-card{border-left-width:5px;padding:1rem}.about-title{font-size:1.8rem}.about-text{font-size:1rem}.card{max-width:100%}.scroll-card{width:180px}}.about-section{align-items:center;justify-content:center;padding:4rem 1rem}.about-card,.about-section{background-color:#fff;display:flex}.about-card{align-items:flex-start;animation:fadeIn .5s ease-in-out;border-left:8px solid #005fa3;border-radius:20px;box-shadow:0 12px 24px #00000026;gap:2rem;max-width:900px;padding:3rem;width:100%}.about-img{border-radius:50%;flex-shrink:0;height:auto;object-fit:cover;width:250px}.about-title{color:#002147;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:left}.about-text-container{flex:1 1;flex-direction:column;max-width:600px;text-align:left}.about-text{color:#333;font-size:1.2rem;line-height:1.8;text-align:left}.cv-buttons{display:flex;gap:1rem;margin-top:1.5rem}.cv-btn{background-color:#005fa3;border-radius:8px;font-weight:600;padding:.7rem 1.2rem;transition:background-color .3s ease}.cv-btn:hover{background-color:#003f6b}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.about-card{align-items:center;border-left:5px solid #005fa3;flex-direction:column;padding:1.5rem;text-align:center}.about-img{margin-bottom:1.5rem;margin-right:0;width:150px}.about-title{font-size:1.8rem;text-align:center}.about-text-container{max-width:100%;text-align:center}.about-text{font-size:1rem;line-height:1.6;text-align:center}}.projects-page{margin:auto;max-width:1000px;padding:2rem}.project-list{background-color:#aedafe;display:flex;flex-direction:row;gap:1.5rem;justify-content:center}.card{height:max-content}.card-img{margin-bottom:.5rem}.project-heading{color:#002147;font-size:2rem;margin-bottom:1.5rem;text-align:center}.filters{margin:1.5rem 2rem}.filters input,.filters select{border-radius:10px;padding:.6rem 1rem}.project-category{background-color:#d4eaff;border-radius:20px;color:#003f6b;display:inline-block;font-size:.8rem;margin-top:.5rem;padding:.3rem .7rem}.project-detail-container{margin:auto;max-width:800px;padding:2rem;text-align:center}.project-title{color:#003f6b;font-size:2rem;margin-bottom:.5rem}.project-category-detail{background-color:#d4eaff;border-radius:20px;color:#003f6b;display:inline-block;font-size:.9rem;margin-bottom:1.5rem;padding:.4rem .8rem}.cover-img{border-radius:10px;margin-bottom:1.5rem;max-height:400px;object-fit:cover;width:100%}.project-desc{margin-top:1.5rem;text-align:left;white-space:pre-line}.project-desc p{color:#333;font-size:1.05rem;line-height:1.7;margin-bottom:1.2rem}.project-link-button{background-color:#007bff;border-radius:8px;color:#fff;display:inline-block;font-weight:500;margin-top:2rem;padding:.7rem 1.5rem;text-decoration:none}.gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.image-gallery{margin-top:1rem}.gallery-img{cursor:pointer;height:auto;max-height:200px;transition:transform .2s ease;width:280px}.gallery-img:hover{transform:scale(1.05)}.lightbox{align-items:center;background:#000000d9;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.lightbox-img{border-radius:12px;box-shadow:0 0 25px #000000b3;max-height:90%;max-width:90%}@media (max-width:768px){.projects-page{padding:1.5rem 1rem}.project-form button,.project-form input,.project-form textarea{font-size:.95rem;padding:.6rem}.project-list{background-color:initial;flex-direction:column;gap:1rem}.card{margin:auto;max-width:300px;width:100%}.card-grid{gap:1rem;grid-template-columns:1fr}.filters{flex-direction:column;gap:.5rem}.filters input,.filters select{width:100%}.cover-img{max-height:250px}.image-gallery{align-items:center;flex-direction:column}.gallery-img{height:auto;max-width:250px;width:100%}}@media (max-width:480px){.project-heading{font-size:1.5rem}.project-title{font-size:1.4rem}.project-desc{font-size:1rem}.project-link-button{font-size:.9rem;padding:.5rem 1rem}.card{padding:.75rem}}.blog-page{margin:auto;max-width:1000px;padding:2rem}.blog-heading{color:#002147;font-size:2rem;margin-bottom:1.5rem;text-align:center}.card-grid{height:100%;justify-content:center}.blog-desc{color:#444;flex-grow:1;font-size:.9rem}.blog-category{border-radius:999px;font-size:.8rem;margin-bottom:.75rem;padding:.3rem .75rem}@media (max-width:768px){.blog-page{padding:1rem}.blog-heading{font-size:1.5rem}.filters{align-items:stretch;flex-direction:column}.filters input,.filters select{font-size:.9rem;width:100%}.card-grid{gap:1rem;grid-template-columns:1fr}.card{padding:.75rem}.card-img{height:140px}.card h3{line-clamp:2;font-size:1rem}.blog-desc{line-clamp:2;font-size:.85rem}}.blog-detail-container{margin:auto;max-width:800px;padding:2rem;text-align:center}.blog-detail-container h2{color:#003f6b;font-size:2rem;margin-bottom:.5rem}.blog-category{background-color:#d4eaff;border-radius:20px;color:#003f6b;display:inline-block;font-size:.9rem;margin-bottom:1.5rem;padding:.4rem .9rem}.blog-cover{border-radius:12px;margin-bottom:1.5rem;max-height:400px;object-fit:cover;width:100%}.blog-content{color:#333;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;text-align:left}.image-gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.gallery-img{width:180px}.clickable{cursor:pointer;transition:transform .2s ease}.clickable:hover{transform:scale(1.03)}@media (max-width:768px){.blog-detail-container{padding:1rem;text-align:left}.blog-detail-container h2{font-size:1.4rem}.blog-cover{max-height:250px}.blog-content{font-size:1rem;line-height:1.5}.image-gallery{gap:.5rem}.gallery-img{height:80px;width:100px}}.contact-page{background-color:#d6efff;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin:3rem auto;max-width:600px;padding:2rem}.contact-page h2{color:#002147;margin-bottom:1rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;outline:none;padding:.75rem}.contact-form button{background-color:#002147;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background-color .3s ease}.contact-form button:hover{background-color:#036}.success-msg{color:green;margin-bottom:1rem;text-align:center}@media (max-width:768px){.contact-page{margin:2rem 1rem;padding:1.5rem}.contact-form button,.contact-form input,.contact-form textarea{font-size:.95rem;padding:.6rem}}@media (max-width:480px){.contact-page{margin:1rem;padding:1rem}.contact-form button,.contact-form input,.contact-form textarea{font-size:.9rem;padding:.5rem}}.editor-container{border:1px solid #ccc;border-radius:8px;padding:8px}.editor-toolbar{margin-bottom:8px}.editor-toolbar button{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;cursor:pointer;margin-right:5px;padding:4px 8px}.editor-content{min-height:150px;padding:8px}.project-form-container{margin:auto;max-width:800px;padding:2rem}.project-form h2{color:#002147;margin-bottom:1.5rem;text-align:center}.project-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.project-form input,.project-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:.75rem}.project-form textarea{min-height:120px;resize:vertical}.project-form button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem}.project-form button:hover{background-color:#003f6b}.blog-form-container{margin:auto;max-width:800px;padding:2rem}.blog-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.blog-form input,.blog-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:.75rem}.blog-form button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem}.campus-form-container,.course-form-container{margin:auto;max-width:800px;padding:2rem}.campus-form,.course-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.campus-form input,.campus-form select,.campus-form textarea,.course-form input,.course-form select,.course-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:.75rem}.campus-form button,.course-form button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem}.admin-item{background:#afdbfe;border-left:5px solid #007bff;padding:1rem}.admin-item h4{margin:0 0 .5rem}.admin-item p{color:#555;font-size:.9rem}.admin-item button{background-color:#06c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;margin-right:.5rem;padding:.4rem .8rem}.admin-item button:last-child{background-color:#dc3545}.admin-page{font-family:Arial,sans-serif;margin:auto;max-width:900px;padding:2rem}.tab-buttons{display:flex;gap:1rem;margin-bottom:2rem}.tab-buttons button{background-color:#eee;border:none;border-radius:5px;cursor:pointer;font-weight:600;padding:10px 20px;transition:.3s}.tab-buttons button.active{background-color:#007bff;color:#fff}.admin-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.admin-form input,.admin-form textarea{border:1px solid #ccc;border-radius:6px;font-size:16px;padding:10px;resize:vertical}.admin-form button{align-self:flex-start;background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px;width:120px}.admin-list{background-color:#f6ebd6;display:flex;flex-direction:column;gap:1rem}.admin-item{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:15px}.admin-item h4{margin:0 0 5px}.admin-item p{margin:0 0 10px}.admin-item div button{border:none;border-radius:5px;cursor:pointer;display:inline-block!important;font-weight:600;margin-right:10px;padding:5px 10px;visibility:visible!important}.admin-item div button:first-child{background-color:#ffc107;color:#000}.admin-item div button:last-child{background-color:#dc3545;color:#fff}.login-container{background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;font-family:Inter,sans-serif;margin:100px auto;max-width:400px;padding:2rem;text-align:center}.login-container h2{color:#007bff;font-size:1.8rem;margin-bottom:1.5rem}.login-container form{display:flex;flex-direction:column;gap:1rem}.login-container input{border:1px solid #ccc;border-radius:8px;font-size:1rem;outline:none;padding:.75rem 1rem;transition:border-color .3s}.login-container input:focus{border-color:#007bff}.login-container button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1rem;transition:background-color .3s}.login-container button:hover{background-color:#0056b3}.login-container .error{color:#d32f2f;font-size:.9rem;margin-top:.5rem}.footer{background-color:#f8f7f7;border-top:1px solid #2960a7;margin-top:4rem;padding:2rem 1rem;text-align:center}.footer-content h3{color:#000;margin-bottom:.5rem}.footer-content p{color:#000;margin:.3rem 0}.socials{margin:1rem 0}.socials a{color:#000;margin:0 .5rem;text-decoration:none}.socials a:hover{text-decoration:underline}.footer-note{color:#000;font-size:.9rem}@media (max-width:768px){.footer{padding:1.5rem 1rem}.socials{align-items:center;display:flex;flex-direction:column;gap:.5rem}.socials a{margin:.3rem 0}}@media (max-width:480px){.footer{padding:1rem .5rem}.footer-content h3{font-size:1.1rem}.footer-content p{font-size:.9rem}.footer-note{font-size:.8rem}}.campus-page{margin:auto;max-width:1000px;padding:2rem}.campus-heading{color:#002147;font-size:2rem;margin-bottom:1.5rem;text-align:center}.filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.filters input,.filters select{border:1px solid #ccc;border-radius:8px;font-size:1rem;min-width:180px;padding:.7rem 1rem}.card-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:#afdbfe;border-radius:12px;box-shadow:0 4px 12px #00000014;color:inherit;display:flex;flex-direction:column;padding:1rem;text-align:left;text-decoration:none;transition:transform .2s ease}.card:hover{transform:translateY(-5px)}.card-img{border-radius:8px;height:160px;margin-bottom:.75rem;object-fit:cover;width:100%}.card h3{word-wrap:break-word;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#003f6b;display:-webkit-box;font-size:1.1rem;margin:.5rem 0;overflow:hidden;text-overflow:ellipsis}.campus-desc{color:#444;flex-grow:1;font-size:.9rem}.campus-category{background-color:#d4eaff;border-radius:999px;color:#003f6b;display:inline-block;font-size:.8rem;margin-bottom:.75rem;padding:.3rem .75rem}.card-link{color:inherit;cursor:pointer;display:block;text-decoration:none}.card-link h3,.card-link p{pointer-events:none}.card p{word-wrap:break-word;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.course-detail-page{margin:auto;max-width:900px;padding:2rem}.course-cover{border-radius:10px;margin-bottom:1.5rem;max-height:400px;object-fit:cover;width:100%}.course-content h2{color:#003f6b;font-size:2rem;margin-bottom:.5rem}.course-content p{color:#444;font-size:1rem;margin-bottom:1.5rem}.course-gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.gallery-img{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:120px;object-fit:cover;width:200px}.breadcrumb{align-items:center;color:#666;display:flex;font-size:14px;margin-bottom:20px}.breadcrumb-link{color:#007bff;cursor:pointer;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:#0056b3;text-decoration:underline}.breadcrumb-separator{color:#aaa;margin:0 8px}.breadcrumb-current{color:#333;font-weight:500}@media (max-width:768px){.campus-page{padding:1rem}.filters{align-items:stretch;flex-direction:column;gap:.75rem}.filters input,.filters select{min-width:0;width:100%}.card-grid{gap:1rem;grid-template-columns:1fr}.card-img{height:200px}.card h3,.card p{-webkit-line-clamp:4}.course-detail-page{padding:1rem}.course-cover{max-height:250px}.course-content h2{font-size:1.5rem}.course-content p{font-size:.95rem}.course-gallery{align-items:center;flex-direction:column}.gallery-img{height:auto;max-width:300px;width:100%}.breadcrumb{flex-wrap:wrap;font-size:13px}.breadcrumb-separator{margin:4px 6px}}@media (max-width:480px){.card-img{height:150px}.card h3,.card p{-webkit-line-clamp:3}.filters input,.filters select{font-size:.9rem;padding:.5rem .75rem}.course-content h2{font-size:1.3rem}.course-content p{font-size:.9rem}}.certificate-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;margin:40px auto;max-width:800px;padding:20px}.certificate-header{color:#222;font-size:20px;margin-bottom:20px}.certificate-list{list-style:none;margin:0;padding:0}.certificate-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:12px 15px}.certificate-item:last-child{border-bottom:none}.certificate-info{align-items:center;display:flex;gap:12px;min-width:0}.certificate-icon{border-radius:6px;height:40px;object-fit:cover;width:40px}.certificate-title{color:#333;font-size:16px;font-weight:500}.certificate-actions{display:flex;gap:8px}.cv-btn{background:#007bff;border-radius:6px;color:#fff;font-size:13px;padding:5px 10px;text-decoration:none;transition:background .2s ease}.cv-btn:hover{background:#0056b3}.pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:15px}.pagination button{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:6px 12px;transition:background .2s ease}.pagination button:disabled{background:#ccc;cursor:not-allowed}.pagination span{color:#333;font-size:14px}@media (max-width:600px){.certificate-item{align-items:flex-start;flex-direction:column;gap:8px}.certificate-actions{display:flex;gap:10px;justify-content:flex-start;width:100%}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:initial;color:#000;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}#root,body,html{height:100%;margin:0}.container>.main-content{flex:1 1}
/*# sourceMappingURL=main.b4237d81.css.map*/