.top-bar{background-color:var(--text-dark);color:#fff;padding:.5rem 0;font-size:.9rem}.top-bar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.top-bar-left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.top-bar-left span,.top-bar-left a{color:#fff;text-decoration:none;transition:color .3s ease}.top-bar-left a:hover{color:var(--primary-color)}.whatsapp-btn{background-color:#25d366;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;width:36px;height:36px;transition:all .3s ease}.whatsapp-btn svg{color:#fff}.whatsapp-btn:hover{background-color:#20ba5a;transform:scale(1.1)}.top-bar-right{display:flex;align-items:center;gap:1.5rem}.social-icons{display:flex;gap:.75rem;align-items:center}.social-icons a{color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ffffff1a;transition:all .3s ease;text-decoration:none}.social-icons a svg{width:18px;height:18px}.social-icons a:hover{background-color:#fff3;transform:scale(1.1)}.top-bar-buttons{display:flex;align-items:center;gap:1rem}.enroll-now-btn,.student-login{color:#fff;text-decoration:none;font-weight:600;padding:.3rem 1rem;border:1px solid white;border-radius:4px;transition:all .3s ease;white-space:nowrap}.enroll-now-btn:hover,.student-login:hover{background-color:#fff;color:var(--text-dark)}@media (max-width: 768px){.top-bar{font-size:.8rem}.top-bar-content{flex-direction:column;text-align:center}.top-bar-left,.top-bar-right{width:100%;justify-content:center}.top-bar-buttons{flex-direction:column;width:100%;gap:.5rem}.enroll-now-btn,.student-login{width:100%;text-align:center}}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:fadeIn .3s ease}.header{position:fixed;top:50px;left:0;right:0;background-color:var(--bg-white);box-shadow:var(--shadow);z-index:1000;transition:all .3s ease}.header.scrolled{top:0;box-shadow:var(--shadow-lg)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:2rem}.logo{display:flex;align-items:center;flex-shrink:0;margin-right:2rem}.logo img{height:60px;width:auto;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;flex:1;justify-content:flex-end}.desktop-nav a{color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative;text-decoration:none}.desktop-nav a:hover{color:var(--primary-color)}.mobile-nav{display:none}.nav a.login-link{background-color:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:4px;font-weight:600;transition:all .3s ease}.nav a.login-link:hover{background-color:var(--secondary-color);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow)}@media (max-width: 968px){.nav a.login-link{margin:.5rem 2rem;text-align:center;border-radius:6px}}.nav-dropdown{position:relative;cursor:pointer}.nav-dropdown>.dropdown-trigger{color:var(--text-dark);font-weight:500;display:flex;align-items:center;gap:.5rem;text-decoration:none}.nav-dropdown:hover>.dropdown-trigger{color:var(--primary-color)}.nav-dropdown .arrow{font-size:.7rem;transition:transform .3s ease;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.nav-dropdown .arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background:#fff;box-shadow:var(--shadow-lg);border-radius:8px;padding:1.5rem;min-width:900px;display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-section .category-heading{text-decoration:none;display:block;margin-bottom:.75rem}.dropdown-section .category-heading h4{color:var(--primary-color);font-size:1rem;margin:0;font-weight:600;transition:color .3s ease}.dropdown-section .category-heading:hover h4{color:var(--secondary-color);text-decoration:underline}.dropdown-section a{display:block;padding:.5rem 0;color:var(--text-light);font-size:.9rem;transition:color .3s ease;text-decoration:none}.dropdown-section a:hover{color:var(--primary-color);padding-left:.5rem}.dropdown-section a.category-heading{padding:0;margin-bottom:.75rem}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;padding:5px}.menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);transition:all .3s ease}@media (max-width: 1400px){.dropdown-menu{min-width:95vw;max-width:95vw;left:50%;transform:translate(-50%) translateY(-10px);grid-template-columns:repeat(5,1fr);gap:1rem;padding:1.5rem}.dropdown-menu.open{transform:translate(-50%) translateY(0)}}@media (max-width: 1200px){.dropdown-menu{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 968px){.logo{margin-right:1rem}.logo img{height:50px}.menu-toggle{display:flex}.desktop-nav{display:none}.mobile-nav{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;flex-direction:column;align-items:stretch;padding:0;box-shadow:var(--shadow-lg);transform:translate(-100%);transition:transform .3s ease;max-height:100vh;overflow:hidden;z-index:999;width:100%;-webkit-overflow-scrolling:touch}.mobile-nav>*:not(.mobile-menu-header):not(.mobile-login-buttons){flex-shrink:0}.mobile-nav .mobile-menu-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:2px solid var(--border-color);width:100%;background:#fff;position:sticky;top:0;z-index:10}.mobile-logo{display:flex;align-items:center}.mobile-logo img{height:50px;width:auto}.menu-close{background:#fff;border:1.5px solid var(--border-color);font-size:1.2rem;color:var(--text-dark);cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease;font-weight:600}.menu-close:hover{background:var(--bg-light);border-color:var(--primary-color);color:var(--primary-color)}.mobile-nav a{width:100%;padding:1rem 2rem;border-bottom:1px solid var(--border-color);display:block;color:var(--text-dark);text-decoration:none;font-size:1rem;transition:color .2s ease}.mobile-nav a:hover{color:var(--primary-color)}.nav-dropdown-mobile{width:100%;border-bottom:1px solid var(--border-color)}.dropdown-trigger-mobile{width:100%;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:var(--text-dark);font-weight:500;background:transparent;border:none;font-size:1rem;transition:all .3s ease}.dropdown-trigger-mobile:hover{color:var(--primary-color);background:var(--bg-light)}.dropdown-trigger-mobile .arrow{transition:transform .3s ease;font-size:.7rem;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border-color);background:#fff;color:var(--text-dark)}.dropdown-trigger-mobile .arrow.open{transform:rotate(180deg)}.dropdown-menu-mobile,.dropdown-menu{background:#fff;padding:0;border-top:1px solid var(--border-color)}.category-item{border-bottom:1px solid var(--border-color)}.category-item:last-child{border-bottom:none}.category-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 2rem .875rem 3rem;cursor:pointer;transition:background .2s ease}.category-header:hover{background:var(--bg-light)}.category-name{font-size:.95rem;color:var(--text-dark);font-weight:500}.category-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border-color);font-size:.7rem;transition:transform .3s ease;flex-shrink:0;background:#fff;color:var(--text-dark)}.category-arrow.open{transform:rotate(180deg)}.category-courses{max-height:0;overflow:hidden;transition:max-height .3s ease;background:var(--bg-light)}.category-courses.open{max-height:2000px}.course-link{display:block;padding:.75rem 2rem .75rem 4rem;font-size:.9rem;color:var(--text-dark);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.05);transition:all .2s ease}.course-link:last-child{border-bottom:none}.course-link:hover{color:var(--primary-color);background:#2563eb08;padding-left:4.5rem}@media (min-width: 969px){.category-courses{max-height:none!important;display:block!important;overflow:visible!important}.category-arrow{display:none!important}.category-header{cursor:default;padding:.75rem 2rem}.category-header:hover{background:transparent}.course-link{padding:.75rem 2rem .75rem 3rem}.course-link:hover{padding-left:3.5rem}}.mobile-login-buttons{width:100%;padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:auto;border-top:2px solid var(--border-color);background:#fff}.mobile-login-buttons .login-link{width:100%;max-width:300px;text-align:center;margin:0 auto;border-radius:6px;border-bottom:none;padding:.875rem 1.5rem;background:var(--primary-color);color:#fff;font-weight:600;transition:all .3s ease;display:block}.mobile-login-buttons .login-link:hover{background:var(--secondary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.menu-toggle{z-index:1001;position:relative}.menu-toggle span{transition:all .3s ease}.header.menu-open .menu-toggle{display:none}}.footer{background-color:var(--text-dark);color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#d1d5db;line-height:1.8;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#d1d5db;transition:color .3s ease}.footer-section ul li a:hover{color:var(--primary-color)}.contact-info li{margin-bottom:1.5rem}.contact-info strong{color:#fff;display:block;margin-bottom:.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;font-size:.9rem}.social-links a svg{width:20px;height:20px;fill:currentColor}.social-links a:hover{background-color:var(--primary-color);transform:translateY(-3px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#d1d5db}.footer-links{display:flex;gap:2rem}.footer-links a{color:#d1d5db;transition:color .3s ease}.footer-links a:hover{color:var(--primary-color)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}.hero{margin-top:0;position:relative;overflow:hidden;width:100%;height:500px}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.hero-slide.active{opacity:1;z-index:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:90%;max-width:800px;padding:2rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.hero-description{font-size:1.3rem;margin-bottom:2rem;text-shadow:2px 2px 6px rgba(0,0,0,.7);opacity:.95}.hero-btn{padding:15px 40px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.hero-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff4d;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-nav-btn:hover{background:#ffffff80;transform:translateY(-50%) scale(1.1)}.hero-nav-btn.prev{left:20px}.hero-nav-btn.next{right:20px}.hero-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.2)}@media (max-width: 768px){.hero{height:400px}.hero-nav-btn{width:40px;height:40px;font-size:1.5rem}.hero-nav-btn.prev{left:10px}.hero-nav-btn.next{right:10px}.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}.hero-btn{padding:12px 30px;font-size:1rem}}.stats-section{position:relative;background:#fbbf24;color:#fff;padding:30px 0;overflow:hidden}.stats-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.stats-header{text-align:center;margin-bottom:1.5rem;position:relative;z-index:1}.stats-title{font-size:2rem;font-weight:700;margin-bottom:.25rem;color:#1e293b}.stats-subtitle{font-size:.9rem;color:#1e293b;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;position:relative;z-index:1}.stat-item{text-align:center;padding:1rem .75rem;background:transparent;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.stat-item:hover:before{left:100%}.stat-item:hover{transform:translateY(-10px) scale(1.05);background:transparent;border-color:#fff6;box-shadow:0 15px 40px #0003}.stat-icon-wrapper{width:50px;height:50px;margin:0 auto .75rem;background:#ffffff4d;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #1e293b;box-shadow:0 4px 15px #0003;transition:all .3s ease;position:relative}.stat-item:hover .stat-icon-wrapper{transform:rotate(360deg) scale(1.1);background:#ffffff4d;box-shadow:0 6px 20px #0000004d}.stat-icon{font-size:1.5rem;display:block}.stat-number-wrapper{display:flex;align-items:baseline;justify-content:center;gap:.2rem;margin-bottom:.25rem}.stat-number{font-size:2.2rem;font-weight:800;line-height:1;color:#1e293b;text-shadow:2px 2px 8px rgba(0,0,0,.1);font-family:Arial,sans-serif}.stat-suffix{font-size:1.6rem;font-weight:700;color:#1e293b;text-shadow:2px 2px 6px rgba(0,0,0,.1)}.stats-section .stat-label{font-size:.9rem;color:#1e293b;font-weight:600;text-shadow:1px 1px 3px rgba(0,0,0,.1);margin-bottom:.25rem;line-height:1.2}.stat-underline{width:50px;height:3px;background:linear-gradient(90deg,transparent,#fbbf24,transparent);margin:0 auto;border-radius:2px;transition:width .3s ease}.stat-item:hover .stat-underline{width:80px}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.stats-title{font-size:2.5rem}}@media (max-width: 768px){.stats-section{padding:30px 0}.stats-title{font-size:2rem}.stats-subtitle{font-size:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item{padding:1rem .75rem}.stat-number{font-size:2.5rem}.stat-suffix{font-size:2rem}.stat-icon-wrapper{width:70px;height:70px}.stat-icon{font-size:2rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}}.brief-intro{background-color:var(--bg-white);padding:50px 0}.intro-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start}.intro-content{text-align:left}.intro-content h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1.5rem}.intro-content p{font-size:1.1rem;line-height:1.8;color:var(--text-light)}.important-notice-container{display:flex;flex-direction:column;gap:1rem}.notice-header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.notice-header-main h3{margin:0;font-size:1.3rem;color:#92400e;font-weight:700}.view-all-link{color:#d97706;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.view-all-link:hover{color:#b45309;text-decoration:underline}.notices-scroller{position:relative;display:flex;align-items:center;gap:.5rem}.notices-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem;flex:1;min-height:200px}.important-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:8px;padding:1.25rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;min-height:180px}.notice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #f59e0b;gap:.5rem}.notice-header h4{margin:0;font-size:1rem;color:#78350f;font-weight:600;flex:1;line-height:1.3}.notice-category{background:#f59e0b;color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.notice-content{flex:1;display:flex;flex-direction:column}.notice-content p{margin:0 0 .75rem;color:#92400e;line-height:1.5;font-size:.9rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.notice-date{margin-top:auto;padding-top:.5rem;border-top:1px solid #fbbf24;font-size:.8rem;color:#78350f}.notice-attachment{display:inline-block;margin-top:.5rem;color:#d97706;text-decoration:none;font-weight:500;font-size:.85rem;transition:color .3s ease}.notice-attachment:hover{color:#b45309;text-decoration:underline}.notice-nav-btn{background:#f59e0b;color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;padding:0;line-height:1}.notice-nav-btn:hover:not(:disabled){background:#d97706;transform:scale(1.1)}.notice-nav-btn:disabled{opacity:.4;cursor:not-allowed}.notice-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.notice-dots .dot{width:10px;height:10px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:all .3s ease;padding:0}.notice-dots .dot.active{background:#f59e0b;width:24px;border-radius:5px}.notice-dots .dot:hover{background:#fbbf24}@media (max-width: 968px){.intro-wrapper{grid-template-columns:1fr;gap:2rem}.intro-content{text-align:center}.important-notice-container{margin-top:1rem}.notices-wrapper{grid-template-columns:1fr}.notice-nav-btn{width:30px;height:30px;font-size:1.2rem}}.course-categories{background-color:var(--bg-light);padding:50px 0}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.category-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;text-align:center}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.category-icon{font-size:4rem;margin-bottom:1rem}.category-card h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.category-courses{list-style:none;margin-bottom:2rem;text-align:left}.category-courses li{color:var(--text-light);border-bottom:1px solid var(--border-color);position:relative;padding:.5rem 0 .5rem 1.5rem}.category-courses li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.category-courses li:last-child{border-bottom:none}.category-card .btn{width:100%;text-align:center}@media (max-width: 1200px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.categories-grid{grid-template-columns:1fr}.category-card{padding:2rem}}.why-choose{background-color:var(--bg-white);padding:50px 0}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.highlight-card{background:var(--bg-light);padding:2.5rem;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent}.highlight-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:var(--shadow-lg)}.highlight-icon{font-size:3.5rem;margin-bottom:1rem}.highlight-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.highlight-card p{color:var(--text-light);line-height:1.6}.popular-courses{background-color:var(--bg-light);padding:50px 0}.courses-slider-wrapper{position:relative;margin-bottom:2rem}.courses-slider{overflow:hidden}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;transition:transform .5s ease}.course-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;color:inherit;width:100%}.course-image{width:100%;height:250px;position:relative;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.course-card:hover .course-image-overlay{background:#0003}.course-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1;align-items:flex-start}.course-card h3{font-size:1.4rem;margin:0;color:var(--text-dark);font-weight:600;line-height:1.3}.course-card .course-description{color:var(--text-light);margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:3.2rem}.course-card .btn{width:100%;text-align:center;margin-top:auto}.view-all-courses{text-align:center;margin-top:2.5rem}.view-all-btn{display:inline-block;padding:12px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;background:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.view-all-btn:hover{background:var(--secondary-color);border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.courses-grid{grid-template-columns:1fr}.view-all-btn{padding:10px 24px;font-size:1rem}}.features-section{background-color:var(--bg-white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:all .3s ease;border:1px solid var(--border-color)}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg)}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.student-success{background-color:var(--bg-white);padding:50px 0}.success-slider-wrapper{position:relative;margin-bottom:2rem}.success-slider{overflow:hidden}.success-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.success-card{background:var(--bg-light);padding:2rem;border-radius:12px;text-align:center;box-shadow:var(--shadow);transition:all .3s ease}.success-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.success-photo{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:3px solid var(--primary-color);display:flex;align-items:center;justify-content:center;background:var(--bg-light)}.success-content h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--text-dark)}.success-role{font-size:1.1rem;color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.success-company{font-size:1rem;color:var(--text-dark);margin-bottom:.5rem}.success-course{font-size:.9rem;color:var(--text-light);margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.slider-dots .dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--primary-color);background:transparent;cursor:pointer;transition:all .3s ease}.slider-dots .dot.active{background:var(--primary-color);transform:scale(1.2)}@media (max-width: 968px){.success-grid{grid-template-columns:1fr}}.testimonials{background-color:var(--bg-light);padding:50px 0}.testimonials-slider-wrapper{position:relative;max-width:800px;margin:0 auto}.testimonial-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:var(--shadow-lg);text-align:center;min-height:300px;display:flex;flex-direction:column;justify-content:center}.testimonial-rating{margin-bottom:1.5rem;font-size:1.5rem}.testimonial-text{color:var(--text-light);line-height:1.8;margin-bottom:2rem;font-size:1.1rem;font-style:italic}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-info h4{font-size:1.2rem;margin-bottom:.25rem;color:var(--text-dark)}.author-info p{color:var(--text-light);font-size:.9rem;margin:0}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--primary-color);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.slider-btn:hover{background:var(--secondary-color);transform:translateY(-50%) scale(1.1)}.slider-btn.prev{left:-25px}.slider-btn.next{right:-25px}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonial-dots .dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--primary-color);background:transparent;cursor:pointer;transition:all .3s ease}.testimonial-dots .dot.active{background:var(--primary-color);transform:scale(1.2)}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:2rem}}.courses-page{margin-top:0}.courses-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back7.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.courses-hero h1{font-size:3rem;margin-bottom:1rem}.courses-hero p{font-size:1.2rem;opacity:.95}.courses-content{background-color:var(--bg-light)}.course-category-section{margin-bottom:4rem}.course-category-section h2{font-size:2rem;color:var(--primary-color);margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid var(--primary-color)}.courses-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.course-item{background:#fff;padding:0;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;overflow:hidden}.course-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.course-image{width:100%;height:200px;position:relative;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.course-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;transition:background .3s ease}.course-item:hover .course-image-overlay{background:#0003}.course-item h3{padding:1.5rem 2rem .5rem}.course-item p{padding:0 2rem}.course-item .btn{margin:1.5rem 2rem 2rem}.course-item h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:1rem}.course-item p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.course-item .btn{width:100%;text-align:center}@media (max-width: 768px){.courses-hero h1{font-size:2rem}.courses-list{grid-template-columns:1fr}}.course-detail-page{margin-top:0}.course-detail-hero{color:#fff;padding:142px 0 60px;position:relative;min-height:400px;background-attachment:fixed;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0006,#0000004d);z-index:0}.course-hero-content{display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:2}.course-hero-text{width:100%;max-width:900px}.course-category-badge{display:inline-block;background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;margin-bottom:1rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:1px 1px 3px rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.3)}.course-hero-text h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.5)}.course-detail-page .course-description{font-size:1.2rem;margin-bottom:1.5rem;line-height:1.8;color:#fff;font-weight:500;background:#000c;padding:1.5rem;border-radius:8px;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.course-meta-info{display:flex;gap:2rem;flex-wrap:wrap}.course-meta-info span{font-size:1.1rem;font-weight:600;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.5)}.course-detail-content{background-color:var(--bg-light)}.course-detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.course-detail-main{display:flex;flex-direction:column;gap:3rem}.detail-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow)}.detail-section h2{font-size:2rem;color:var(--primary-color);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.detail-section p{color:var(--text-light);line-height:1.8;font-size:1.1rem}.feature-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.feature-list li{display:flex;align-items:flex-start;gap:1rem;color:var(--text-light);line-height:1.6}.check-icon{color:var(--success-color);font-weight:700;font-size:1.2rem;flex-shrink:0;margin-top:.2rem}.syllabus-list{display:flex;flex-direction:column;gap:1rem}.syllabus-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-light);border-radius:8px;transition:all .3s ease}.syllabus-item:hover{background:var(--primary-color);color:#fff;transform:translate(5px)}.syllabus-number{width:30px;height:30px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.syllabus-item:hover .syllabus-number{background:#fff;color:var(--primary-color)}.syllabus-topic{flex:1;font-weight:500}.course-enroll-sidebar{display:flex;flex-direction:column;gap:2rem;position:sticky;top:140px;height:fit-content}.enroll-form-card,.course-info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-lg)}.enroll-form-card h3{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-dark);text-align:center}.enroll-form{display:flex;flex-direction:column;gap:1.5rem}.enroll-form .form-group{display:flex;flex-direction:column}.enroll-form label{margin-bottom:.5rem;color:var(--text-dark);font-weight:500;font-size:.9rem}.enroll-form input,.enroll-form textarea{padding:12px 15px;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.enroll-form input:focus,.enroll-form textarea:focus{outline:none;border-color:var(--primary-color)}.enroll-form textarea{resize:vertical;min-height:80px}.enroll-form .btn{width:100%;padding:15px;font-size:1.1rem;margin-top:.5rem}.form-success{text-align:center;padding:2rem}.course-info-card h4{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.info-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border-color)}.info-item:last-child{border-bottom:none}.info-item strong{color:var(--text-dark)}.info-item span{color:var(--text-light)}.not-found{text-align:center;padding:4rem 2rem}.not-found h1{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.not-found p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}@media (max-width: 968px){.course-hero-content{text-align:center;align-items:center}.course-hero-text{text-align:center}.course-hero-text h1{font-size:2rem}.course-detail-grid{grid-template-columns:1fr}.course-enroll-sidebar{position:static}}.about-page{margin-top:0}.about-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back4.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.about-hero h1{font-size:2.5rem;line-height:1.3;max-width:1000px;margin:0 auto}.about-content{background-color:var(--bg-white)}.about-intro{max-width:1000px;margin:0 auto 4rem;text-align:center}.about-intro p{font-size:1.1rem;line-height:1.8;color:var(--text-light)}.mission-vision-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.mvv-item{background:var(--bg-light);padding:2.5rem;border-radius:12px;text-align:center;box-shadow:var(--shadow)}.mvv-item h2{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.mvv-item p{font-size:1.1rem;color:var(--text-light);line-height:1.6}.who-we-are,.courses-overview{max-width:1000px;margin:0 auto 4rem;text-align:center}.who-we-are h2,.courses-overview h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1.5rem}.who-we-are p,.courses-overview p{font-size:1.1rem;line-height:1.8;color:var(--text-light)}.infrastructure-section,.placement-support{margin-bottom:4rem}.infrastructure-section h2,.placement-support h2{font-size:2.5rem;text-align:center;color:var(--text-dark);margin-bottom:3rem}.infrastructure-grid,.placement-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.infra-item,.placement-item{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:all .3s ease}.infra-item:hover,.placement-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.infra-icon,.placement-icon{font-size:3.5rem;margin-bottom:1.5rem}.infra-item h3,.placement-item h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.infra-item p,.placement-item p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.about-hero h1,.about-main h2{font-size:2rem}.values-grid{grid-template-columns:1fr}}.contact-page{margin-top:0}.contact-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back5.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.contact-hero h1{font-size:2.5rem;line-height:1.3;max-width:1000px;margin:0 auto}.contact-content{background-color:var(--bg-light)}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form-section h2,.contact-info-section h2{font-size:2rem;margin-bottom:2rem;color:var(--text-dark)}.contact-info h2{font-size:2rem;margin-bottom:1rem;color:var(--text-dark)}.contact-info>p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.contact-details{margin-bottom:3rem}.map-section{margin-top:3rem}.map-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.map-container{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.map-container iframe{width:100%;height:450px;border:0;display:block}.contact-form-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow-lg)}.contact-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.contact-icon{font-size:2rem;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.contact-item p{color:var(--text-light);line-height:1.6}.contact-item a{color:var(--primary-color);transition:color .3s ease}.contact-item a:hover{color:var(--secondary-color)}.contact-hours{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:var(--shadow)}.contact-hours h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-dark)}.contact-hours p{color:var(--text-light);margin-bottom:.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form .form-group{display:flex;flex-direction:column}.contact-form label{margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{padding:12px 15px;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary-color)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form .btn{padding:15px;font-size:1.1rem}.form-success{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background-color:var(--success-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem}.form-success p{color:var(--text-dark);font-size:1.3rem;font-weight:600}@media (max-width: 968px){.contact-wrapper{grid-template-columns:1fr;gap:2rem}.contact-hero h1{font-size:2rem}}.gallery-page{margin-top:0}.gallery-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back3.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.gallery-hero h1{font-size:3rem;margin-bottom:1rem}.gallery-hero p{font-size:1.2rem;opacity:.95}.gallery-content{background-color:var(--bg-light)}.gallery-section{margin-bottom:4rem}.gallery-section h2{font-size:2rem;color:var(--primary-color);margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid var(--primary-color)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.gallery-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.gallery-image{width:100%;height:200px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center}.gallery-emoji{font-size:5rem}.gallery-item p{padding:1rem;text-align:center;color:var(--text-dark);font-weight:500}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px}.lightbox-content{position:relative;max-width:800px;width:100%;background:#fff;border-radius:12px;padding:3rem;text-align:center}.lightbox-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-light);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.lightbox-close:hover{background:var(--bg-light);color:var(--text-dark)}.lightbox-image{padding:2rem}.lightbox-emoji{font-size:8rem;display:block;margin-bottom:1rem}.lightbox-image p{font-size:1.5rem;color:var(--text-dark);font-weight:600}@media (max-width: 768px){.gallery-hero h1{font-size:2rem}.gallery-grid{grid-template-columns:1fr}}.student-corner-page{margin-top:0}.student-corner-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back10.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.student-corner-hero h1{font-size:3rem;margin-bottom:1rem}.student-corner-hero p{font-size:1.2rem;opacity:.95}.student-corner-content{background-color:var(--bg-light)}.student-corner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.corner-card{background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:all .3s ease;text-decoration:none;color:inherit}.corner-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.corner-icon{font-size:4rem;margin-bottom:1.5rem}.corner-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.corner-card p{color:var(--text-light);line-height:1.6}@media (max-width: 1200px){.student-corner-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.student-corner-hero h1{font-size:2rem}.student-corner-grid{grid-template-columns:1fr}}.study-material-page{margin-top:0}.study-material-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back10.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.study-material-hero h1{font-size:3rem;margin-bottom:1rem}.study-material-hero p{font-size:1.2rem;opacity:.95}.study-material-content{background-color:var(--bg-light);padding:4rem 0}.filter-section{margin-bottom:3rem}.filter-section h2{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.category-filters{display:flex;flex-wrap:wrap;gap:1rem}.filter-btn{padding:.75rem 1.5rem;border:2px solid var(--primary-color);background:#fff;color:var(--primary-color);border-radius:25px;cursor:pointer;transition:all .3s ease;font-size:1rem}.filter-btn:hover,.filter-btn.active{background:var(--primary-color);color:#fff}.materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.material-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;display:flex;flex-direction:column}.material-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.material-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.material-content{flex:1;display:flex;flex-direction:column}.material-category{display:inline-block;background:var(--bg-light);color:var(--primary-color);padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:600;margin-bottom:.75rem;width:fit-content}.material-content h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--text-dark)}.material-content p{color:var(--text-light);line-height:1.6;margin-bottom:1rem;flex:1}.material-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-light)}.file-type,.file-size{padding:.25rem .5rem;background:var(--bg-light);border-radius:4px}.download-btn{width:100%;margin-top:auto}@media (max-width: 768px){.study-material-hero h1{font-size:2rem}.materials-grid{grid-template-columns:1fr}.category-filters{justify-content:center}}.exam-dates-page{margin-top:0}.exam-dates-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back10.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.exam-dates-hero h1{font-size:3rem;margin-bottom:1rem}.exam-dates-hero p{font-size:1.2rem;opacity:.95}.exam-dates-content{background-color:var(--bg-light);padding:4rem 0}.exam-section{margin-bottom:3rem}.exam-section h2{font-size:2rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.exam-table-wrapper{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:var(--shadow);padding:1rem}.exam-table{width:100%;border-collapse:collapse}.exam-table thead{background:var(--bg-light)}.exam-table th{padding:1rem;text-align:left;font-weight:600;color:var(--text-dark);border-bottom:2px solid var(--primary-color)}.exam-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:var(--text-light)}.exam-table tbody tr:hover{background:var(--bg-light)}.status-badge.upcoming{background:#dbeafe;color:var(--primary-color)}.status-badge.completed{background:#e5e7eb;color:#6b7280}.schedule-section{margin-top:4rem}.schedule-section h2{font-size:2rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.schedule-list{display:flex;flex-direction:column;gap:1.5rem}.schedule-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);display:flex;gap:1.5rem;align-items:flex-start;transition:all .3s ease}.schedule-item:hover{transform:translate(5px);box-shadow:var(--shadow-lg)}.schedule-icon{font-size:2.5rem;flex-shrink:0}.schedule-content{flex:1}.schedule-content h3{font-size:1.2rem;color:var(--text-dark);margin-bottom:.5rem}.schedule-content p{color:var(--text-light);font-size:.9rem;margin-bottom:.75rem}@media (max-width: 768px){.exam-dates-hero h1{font-size:2rem}.exam-table-wrapper{overflow-x:scroll}.exam-table{min-width:800px}.exam-section h2,.schedule-section h2{font-size:1.5rem}}.results-page{margin-top:0}.results-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back10.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.results-hero h1{font-size:3rem;margin-bottom:1rem}.results-hero p{font-size:1.2rem;opacity:.95}.results-content{background-color:var(--bg-light);padding:4rem 0}.results-section{margin-bottom:3rem}.results-section h2{font-size:2rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.results-table-wrapper{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:var(--shadow);padding:1rem}.results-table{width:100%;border-collapse:collapse}.results-table thead{background:var(--bg-light)}.results-table th{padding:1rem;text-align:left;font-weight:600;color:var(--text-dark);border-bottom:2px solid var(--primary-color)}.results-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:var(--text-light)}.results-table tbody tr:hover{background:var(--bg-light)}.score-badge{display:inline-block;padding:.25rem .75rem;background:#dbeafe;color:var(--primary-color);border-radius:15px;font-weight:600;font-size:.9rem}.grade-badge{display:inline-block;padding:.25rem .75rem;border-radius:15px;font-weight:600;font-size:.9rem}.grade-aplus{background:#10b981;color:#fff}.grade-a{background:#3b82f6;color:#fff}.grade-bplus{background:#f59e0b;color:#fff}.grade-b{background:#f97316;color:#fff}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:600}.status-badge.pending{background:#fef3c7;color:#d97706}.download-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease}.download-link:hover{color:var(--secondary-color);text-decoration:underline}.circulars-section{margin-top:4rem}.circulars-section h2{font-size:2rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.circulars-list{display:flex;flex-direction:column;gap:1.5rem}.circular-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);display:flex;gap:1.5rem;align-items:flex-start;transition:all .3s ease}.circular-item:hover{transform:translate(5px);box-shadow:var(--shadow-lg)}.circular-icon{font-size:2.5rem;flex-shrink:0}.circular-content{flex:1}.circular-content h3{font-size:1.2rem;color:var(--text-dark);margin-bottom:.5rem}.circular-content p{color:var(--text-light);font-size:.9rem;margin-bottom:.75rem}@media (max-width: 768px){.results-hero h1{font-size:2rem}.results-table-wrapper{overflow-x:scroll}.results-table{min-width:800px}.results-section h2,.circulars-section h2{font-size:1.5rem}}.notices-page{margin-top:0}.notices-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back10.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.notices-hero h1{font-size:3rem;margin-bottom:1rem}.notices-hero p{font-size:1.2rem;opacity:.95}.notices-content{background-color:var(--bg-light);padding:4rem 0}.breadcrumb{margin-bottom:2rem;color:var(--text-light)}.breadcrumb a{color:var(--primary-color);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.notices-list{display:flex;flex-direction:column;gap:1.5rem}.notice-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;border-left:4px solid #e5e7eb}.notice-card:hover{transform:translate(5px);box-shadow:var(--shadow-lg)}.notice-card.priority-high{border-left-color:#ef4444}.notice-card.priority-medium{border-left-color:#f59e0b}.notice-card.priority-low{border-left-color:#10b981}.notice-header{margin-bottom:1rem}.notice-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;align-items:center}.priority-badge{display:inline-block;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600}.priority-badge.priority-high{background:#fee2e2;color:#dc2626}.priority-badge.priority-medium{background:#fef3c7;color:#d97706}.priority-badge.priority-low{background:#d1fae5;color:#059669}.notice-category{display:inline-block;padding:.25rem .75rem;background:var(--bg-light);color:var(--primary-color);border-radius:15px;font-size:.85rem;font-weight:500}.notice-date{color:var(--text-light);font-size:.9rem}.notice-header h3{font-size:1.5rem;color:var(--text-dark);margin:0;line-height:1.4}.notice-body{margin-bottom:1rem}.notice-body p{color:var(--text-light);line-height:1.7;font-size:1rem}.notice-footer{padding-top:1rem;border-top:1px solid #e5e7eb}.attachment-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease}.attachment-link:hover{color:var(--secondary-color);text-decoration:underline}.attachment-icon{font-size:1.2rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-light)}.empty-state p{font-size:1.1rem;margin-bottom:.5rem}@media (max-width: 768px){.notices-hero h1{font-size:2rem}.notice-card{padding:1.5rem}.notice-header h3{font-size:1.2rem}.notice-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.support-page{margin-top:0}.support-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back9.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.support-hero h1{font-size:3rem;margin-bottom:1rem}.support-hero p{font-size:1.2rem;opacity:.95}.support-content{background-color:var(--bg-light)}.support-sections{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.faq-section h2,.support-form-section h2{font-size:2rem;margin-bottom:2rem;color:var(--text-dark)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}.faq-question:hover{background:var(--bg-light)}.faq-question.active{background:var(--primary-color);color:#fff}.faq-icon{font-size:1.5rem;font-weight:700}.faq-answer{padding:0 1.5rem 1.5rem;background:#fff}.faq-answer p{color:var(--text-light);line-height:1.8}.support-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.support-category{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:var(--shadow)}.support-category h3{font-size:1rem;margin-bottom:.5rem;color:var(--text-dark)}.support-category p{font-size:.9rem;color:var(--text-light)}.support-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-lg)}.support-form .form-group{margin-bottom:1.5rem}.support-form label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.support-form input,.support-form select,.support-form textarea{width:100%;padding:12px 15px;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.support-form input:focus,.support-form select:focus,.support-form textarea:focus{outline:none;border-color:var(--primary-color)}.support-form textarea{resize:vertical;min-height:120px}.support-form .btn{width:100%;padding:15px;font-size:1.1rem}.form-success{background:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:var(--shadow-lg)}.success-icon{width:60px;height:60px;background-color:var(--success-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.form-success p{color:var(--text-dark);font-size:1.2rem;font-weight:600}@media (max-width: 968px){.support-sections{grid-template-columns:1fr;gap:2rem}.support-categories{grid-template-columns:1fr}.support-hero h1{font-size:2rem}}.partners-page{margin-top:0}.partners-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back8.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.partners-hero h1{font-size:3rem;margin-bottom:1rem}.partners-hero p{font-size:1.2rem;opacity:.95}.partners-content{background-color:var(--bg-light)}.partner-category{margin-bottom:4rem}.partner-category h2{font-size:2rem;color:var(--primary-color);margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid var(--primary-color)}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.partner-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:all .3s ease}.partner-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.partner-logo{width:100px;height:100px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center}.partner-icon{font-size:3rem}.partner-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.partner-card p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.partners-hero h1{font-size:2rem}.partners-grid{grid-template-columns:1fr}}.capacity-building-page{min-height:100vh}.capacity-building-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back2.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.capacity-building-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:500}.hero-description{font-size:1.1rem;max-width:800px;margin:0 auto;opacity:.95}.capacity-building-content{padding:60px 0}.sections-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:60px;margin-top:0;padding-top:0;align-items:flex-start}.col-6{display:flex;flex-direction:column;height:100%;padding:0;margin:0}.capacity-building-page .placement-overview{margin-bottom:0;padding:0;width:100%;margin-top:0}.capacity-building-page .overview-header{text-align:center;margin-bottom:50px;margin-top:0;padding-top:0}.capacity-building-page .overview-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;margin-top:0;padding-top:0;color:#1e293b;letter-spacing:-.5px}.overview-text{font-size:1.1rem;color:#64748b;max-width:100%;margin:0 auto;line-height:1.8;padding:0}.capacity-building-page .stats-highlight{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:18px;margin-top:1.5rem;margin-bottom:0;margin-right:0;width:100%;padding:0;max-width:100%}.capacity-building-page .stats-highlight .stat-item:nth-child(1){grid-column:1;grid-row:1}.capacity-building-page .stats-highlight .stat-item:nth-child(2){grid-column:2;grid-row:1}.capacity-building-page .stats-highlight .stat-item:nth-child(3){grid-column:1;grid-row:2}.capacity-building-page .stats-highlight .stat-item:nth-child(4){grid-column:2;grid-row:2}.stat-item{text-align:center;padding:30px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:14px;color:#fff;box-shadow:0 4px 12px #3b82f640;width:100%;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:120px;margin:0}.stat-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #3b82f659}.stat-number{font-size:2.75rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.capacity-building-page .stats-highlight .stat-label{font-size:.95rem;opacity:.95;font-weight:500;letter-spacing:.3px}.capacity-building-page .benefits-section{margin:0;padding:0;width:100%}.capacity-building-page .benefits-header{text-align:center;margin-bottom:50px;margin-top:0;padding-top:0}.capacity-building-page .benefits-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;margin-top:0;padding-top:0;color:#1e293b;letter-spacing:-.5px}.capacity-building-page .benefits-section .benefits-grid{margin-top:0}.capacity-building-page .benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.capacity-building-page .benefit-card{background:#fff;padding:28px 24px;border-radius:14px;text-align:center;box-shadow:0 2px 10px #00000014;transition:all .3s ease;border:1px solid #f1f5f9;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px}.capacity-building-page .benefit-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f;border-color:#e2e8f0}.capacity-building-page .benefit-icon{font-size:3.5rem;margin-bottom:1.25rem;line-height:1;display:block}.capacity-building-page .benefit-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1e293b;letter-spacing:-.2px}.capacity-building-page .benefit-card p{color:#64748b;font-size:.95rem;line-height:1.6;margin:0}.jobs-section{margin-bottom:60px}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.section-header p{font-size:1.1rem;color:#64748b}.jobs-table-container{overflow-x:auto;margin-bottom:30px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.jobs-table{width:100%;border-collapse:collapse}.jobs-table thead{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.jobs-table th{padding:15px;text-align:left;font-weight:600;font-size:.95rem}.jobs-table td{padding:15px;border-bottom:1px solid #e2e8f0}.jobs-table tbody tr:hover{background:#f8fafc}.jobs-table tbody tr:last-child td{border-bottom:none}.posted-by{color:#3b82f6;font-weight:500}.action-buttons{display:flex;gap:10px}.btn-detail,.btn-apply{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.btn-detail{background:#64748b;color:#fff}.btn-detail:hover{background:#475569}.btn-apply{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-apply:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 2px 4px #3b82f64d}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px}.page-btn{padding:10px 20px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.page-btn:hover:not(:disabled){background:#f8fafc;border-color:#3b82f6}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:5px}.page-number{padding:10px 15px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;min-width:40px}.page-number:hover{background:#f8fafc;border-color:#3b82f6}.page-number.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.apply-modal{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff;z-index:10}.modal-header h2{margin:0;color:#1e293b;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#64748b;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:30px}.job-detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:30px;padding:20px;background:#f8fafc;border-radius:8px}.meta-item{color:#64748b}.meta-item strong{color:#1e293b;display:block;margin-bottom:5px}.job-detail-description,.job-detail-requirements{margin-bottom:30px}.job-detail-description h3,.job-detail-requirements h3{color:#1e293b;margin-bottom:15px;font-size:1.3rem}.job-detail-requirements ul{list-style:none;padding:0}.job-detail-requirements li{padding:10px 0 10px 25px;position:relative;color:#64748b}.job-detail-requirements li:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:700}.modal-footer{padding:20px 30px;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;position:sticky;bottom:0;background:#fff}.apply-form{padding:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input[type=file]{padding:8px}.file-name{margin-top:5px;font-size:.9rem;color:#3b82f6}.form-group small{display:block;margin-top:5px;color:#64748b;font-size:.85rem}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:30px}.capacity-building-page .btn{padding:12px 24px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:1rem}.capacity-building-page .btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.capacity-building-page .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.capacity-building-page .btn-primary:disabled{opacity:.6;cursor:not-allowed}.capacity-building-page .btn-secondary{background:#e2e8f0;color:#1e293b}.capacity-building-page .btn-secondary:hover{background:#cbd5e1}.capacity-building-page .btn-large{padding:15px 30px;font-size:1.1rem}.application-process{margin-bottom:60px}.application-process h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.process-intro{text-align:center;color:#64748b;margin-bottom:40px;font-size:1.1rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;position:relative}.process-step{text-align:center;position:relative}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px}.process-step h3{color:#1e293b;margin-bottom:10px}.process-step p{color:#64748b}.capacity-building-page .cta-section{text-align:center!important;padding:60px 30px!important;background:#f8fafc!important;background-image:none!important;background-size:auto!important;border-radius:12px!important;color:#1e293b!important;margin:0!important}.capacity-building-page .cta-section h2{font-size:2.5rem!important;margin-bottom:1rem!important;color:#1e293b!important;font-weight:700!important}.capacity-building-page .cta-section p{font-size:1.1rem!important;color:#64748b!important;margin-bottom:30px!important;opacity:1!important}@media (max-width: 768px){.capacity-building-hero h1{font-size:2rem}.sections-row{grid-template-columns:1fr;gap:50px}.capacity-building-page .placement-overview{margin-bottom:0}.capacity-building-page .overview-header,.capacity-building-page .benefits-header{margin-bottom:35px}.capacity-building-page .overview-header h2,.capacity-building-page .benefits-header h2{font-size:2rem}.capacity-building-page .stats-highlight{gap:15px}.stat-item{padding:24px 18px;min-height:110px}.stat-number{font-size:2.25rem}.capacity-building-page .benefit-card{padding:24px 20px;min-height:130px}.capacity-building-page .benefits-grid{grid-template-columns:1fr}.jobs-table-container{overflow-x:scroll}.jobs-table{min-width:800px}.form-row{grid-template-columns:1fr}.action-buttons{flex-direction:column}.modal-content{margin:10px;max-height:95vh}.capacity-building-page .stats-highlight{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:1fr}}.placements-page{margin-top:0}.placements-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back2.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 100px;text-align:center;position:relative;overflow:hidden}.placements-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.placements-hero .container{position:relative;z-index:1}.placements-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.2)}.placements-hero .hero-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:1rem;opacity:.95}.placements-hero .hero-description{font-size:1.2rem;max-width:900px;margin:0 auto;opacity:.9;line-height:1.8}.placements-content{background:linear-gradient(to bottom,#f9fafb,#fff)}.placement-overview{text-align:center;max-width:1000px;margin:0 auto 4rem;padding:3rem 0}.overview-header h2{font-size:2.8rem;margin-bottom:1.5rem;color:var(--text-dark);font-weight:700}.overview-text{font-size:1.2rem;line-height:1.8;color:var(--text-light);margin-bottom:3rem}.stats-highlight{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.stats-highlight .stat-item{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border-top:4px solid var(--primary-color);text-align:center}.stats-highlight .stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.stats-highlight .stat-icon-wrapper{width:70px;height:70px;margin:0 auto 1rem;background:#2563eb1a;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--stat-color, var(--primary-color))}.stats-highlight .stat-icon{font-size:2rem}.stats-highlight .stat-number{font-size:3rem;font-weight:800;color:var(--stat-color, var(--primary-color));margin-bottom:.5rem;line-height:1}.stats-highlight .stat-label{font-size:1rem;color:var(--text-light);font-weight:600}.services-section{margin:5rem 0;padding:3rem 0;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d}.services-section h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark);font-weight:700}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-light);margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.service-card{text-align:center;padding:2.5rem 2rem;background:var(--bg-light);border-radius:16px;transition:all .3s ease;border:2px solid transparent}.service-card:hover{transform:translateY(-8px);border-color:var(--primary-color);box-shadow:0 8px 25px #2563eb26}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.service-card h3{font-size:1.3rem;margin-bottom:.8rem;color:var(--text-dark);font-weight:600}.service-card p{color:var(--text-light);font-size:1rem;line-height:1.6}.companies-section{margin:5rem 0;padding:3rem 0}.companies-section h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark);font-weight:700}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}.company-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:2px solid transparent}.company-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 8px 25px #2563eb26}.company-logo{font-size:3rem;margin-bottom:1rem}.company-card h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-dark);font-weight:600}.company-sector{font-size:.9rem;color:var(--text-light)}.success-stories-section{margin:5rem 0;padding:3rem 0;background:var(--bg-light);border-radius:20px}.success-stories-section h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark);font-weight:700}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.story-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.story-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.story-photo{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:3px solid var(--primary-color);display:flex;align-items:center;justify-content:center;background:var(--bg-light)}.student-image{width:100%;height:100%;object-fit:cover;object-position:center}.story-content h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--text-dark);font-weight:600}.story-role{font-size:1.1rem;color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.story-company{font-size:1rem;color:var(--text-dark);margin-bottom:1rem}.story-details{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:2px solid var(--border-color)}.story-details span{font-size:.9rem;color:var(--text-light)}.story-course,.story-salary,.story-year{display:block;margin:.2rem 0}.placement-process-section{margin:5rem 0;padding:3rem 0;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d}.placement-process-section h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark);font-weight:700}.jobs-section{margin:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.8rem;margin-bottom:1rem;color:var(--text-dark);font-weight:700}.section-header p{font-size:1.2rem;color:var(--text-light)}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem}.job-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:2px solid transparent;overflow:hidden}.job-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transition:transform .3s ease}.job-card:hover:before{transform:scaleX(1)}.job-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:var(--primary-color)}.job-badge{position:absolute;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 10px #2563eb4d}.job-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.job-icon-wrapper{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 15px #2563eb33}.job-icon{font-size:2.5rem}.job-title-section{flex:1}.job-title-section h3{font-size:1.6rem;color:var(--text-dark);margin:0 0 1rem;font-weight:700}.job-meta{display:flex;gap:1.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-light);font-weight:500}.job-description{margin-bottom:2rem}.job-description p{color:var(--text-dark);line-height:1.8;font-size:1.05rem}.job-requirements{margin-bottom:2rem;background:var(--bg-light);padding:1.5rem;border-radius:12px}.job-requirements h4{font-size:1.2rem;color:var(--primary-color);margin-bottom:1.2rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.requirements-icon{font-size:1.3rem}.job-requirements ul{list-style:none;padding:0;margin:0}.job-requirements li{padding:.7rem 0 .7rem 2rem;color:var(--text-dark);position:relative;line-height:1.7;font-size:1rem;transition:all .2s ease}.job-requirements li:hover{padding-left:2.3rem;color:var(--primary-color)}.check-mark{position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.job-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:2px solid var(--border-color);gap:1.5rem}.salary-info{display:flex;align-items:center;gap:.5rem}.salary-label{font-size:.95rem;color:var(--text-light);font-weight:500}.salary-value{font-size:1.1rem;color:var(--primary-color);font-weight:700}.apply-btn{padding:.8rem 2rem;font-weight:600;border-radius:8px;transition:all .3s ease;white-space:nowrap}.apply-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb4d}.application-process{margin:5rem 0;padding:3rem 0;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d}.application-process h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark);font-weight:700}.process-intro{text-align:center;font-size:1.1rem;color:var(--text-light);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;position:relative}.process-step{text-align:center;position:relative;padding:2rem 1.5rem}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 15px #2563eb4d}.process-step h3{font-size:1.3rem;margin-bottom:.8rem;color:var(--text-dark);font-weight:600}.process-step p{color:var(--text-light);font-size:1rem;line-height:1.6}.step-connector{position:absolute;top:30px;right:-1rem;width:2rem;height:2px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));z-index:1}.step-connector:after{content:"→";position:absolute;right:-8px;top:-8px;color:var(--primary-color);font-size:1.2rem}.cta-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:20px;color:#fff;margin:5rem 0}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:10px}.btn-outline{background:transparent;border:2px solid white;color:#fff}.btn-outline:hover{background:#fff;color:var(--primary-color)}@media (max-width: 1200px){.stats-highlight,.services-grid{grid-template-columns:repeat(2,1fr)}.companies-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.process-steps{grid-template-columns:repeat(2,1fr)}.step-connector{display:none}}@media (max-width: 768px){.placements-hero h1{font-size:2.5rem}.placements-hero .hero-subtitle{font-size:1.2rem}.placements-hero .hero-description{font-size:1rem}.overview-header h2{font-size:2rem}.stats-highlight{grid-template-columns:1fr;gap:1.5rem}.services-grid{grid-template-columns:1fr}.companies-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.stories-grid,.jobs-grid{grid-template-columns:1fr}.job-header{flex-direction:column;gap:1rem}.job-footer{flex-direction:column;align-items:stretch}.apply-btn{width:100%}.process-steps{grid-template-columns:1fr}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.network-page{margin-top:0}.network-hero{background:linear-gradient(135deg,#2563ebcc,#1e40afcc),url(/back1.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:142px 0 80px;text-align:center;position:relative}.network-hero h1{font-size:2.5rem;line-height:1.3;margin-bottom:1rem}.network-hero p{font-size:1.2rem;opacity:.9}.network-content{background-color:var(--bg-light)}.network-intro{text-align:center;margin-bottom:3rem}.network-intro h2{font-size:2rem;margin-bottom:1rem;color:var(--text-dark)}.network-intro p{color:var(--text-light);font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto}.filters-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);margin-bottom:2rem}.filters-container{display:flex;gap:1.5rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:200px}.filter-group label{font-weight:600;color:var(--text-dark);font-size:.9rem}.filter-select,.search-input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;color:var(--text-dark);transition:border-color .3s ease;width:100%}.search-input{padding-left:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center;background-size:1rem}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.search-group{flex:2;min-width:250px}.filter-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.filter-select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.clear-filters-btn{padding:.75rem 1.5rem;white-space:nowrap}.results-count{text-align:center;color:var(--text-light);font-size:.95rem;padding-top:1rem;border-top:1px solid #e0e0e0}.map-section{margin-bottom:4rem}.map-section h3{font-size:1.8rem;margin-bottom:2rem;color:var(--text-dark);text-align:center}.map-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-lg);overflow:hidden}.popup-content{min-width:200px}.popup-content h4{margin:0 0 .5rem;color:var(--primary-color);font-size:1.1rem}.popup-content p{margin:.25rem 0;font-size:.9rem;line-height:1.4}.popup-content a{color:var(--primary-color);text-decoration:none}.popup-content a:hover{text-decoration:underline}.no-results{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:var(--shadow)}.no-results p{font-size:1.1rem;color:var(--text-light)}.rajasthan-map{width:100%;display:flex;justify-content:center;align-items:center}.rajasthan-svg{width:100%;max-width:600px;height:auto}.location-marker{cursor:pointer;transition:all .3s ease}.location-marker:hover{fill:#c0392b;transform:scale(1.2)}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.location-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease}.location-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.location-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--primary-color)}.location-icon{font-size:2rem}.location-header h3{font-size:1.3rem;color:var(--text-dark);margin:0}.location-details{display:flex;flex-direction:column;gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-item strong{color:var(--primary-color);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.detail-item p{color:var(--text-dark);margin:0;line-height:1.6}.detail-item a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.detail-item a:hover{color:var(--secondary-color);text-decoration:underline}@media (max-width: 768px){.network-hero h1{font-size:2rem}.filters-container{flex-direction:column;align-items:stretch}.filter-group{min-width:100%}.clear-filters-btn{width:100%}.locations-grid{grid-template-columns:1fr}.map-container{padding:1rem}.map-container .leaflet-container{height:400px!important}}.online-courses-page{margin-top:0}.online-courses-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:142px 0 80px;text-align:center}.online-courses-hero h1{font-size:3rem;margin-bottom:1rem}.online-courses-hero p{font-size:1.2rem;opacity:.95}.online-courses-content{background-color:var(--bg-light)}.online-intro{text-align:center;max-width:900px;margin:0 auto 4rem}.online-intro h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.online-intro p{font-size:1.1rem;line-height:1.8;color:var(--text-light)}.course-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.feature-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.feature-item p{color:var(--text-light);font-size:.95rem}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.course-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease}.course-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.course-image{width:100%;height:200px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center}.course-emoji{font-size:5rem}.course-content{padding:2rem}.course-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.online-courses-page .course-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.course-features-list{list-style:none;margin-bottom:2rem}.course-features-list li{padding:.5rem 0;color:var(--text-light);border-bottom:1px solid var(--border-color)}.course-features-list li:last-child{border-bottom:none}.course-card .btn{width:100%;text-align:center}@media (max-width: 768px){.online-courses-hero h1{font-size:2rem}.courses-grid{grid-template-columns:1fr}}.exam-page{margin-top:0}.exam-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:142px 0 80px;text-align:center}.exam-hero h1{font-size:3rem;margin-bottom:1rem}.exam-hero p{font-size:1.2rem;opacity:.95}.exam-login,.exam-selection,.exam-taking,.exam-result{background-color:var(--bg-light)}.login-box{max-width:500px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:var(--shadow-lg)}.login-box h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:var(--text-dark)}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group{display:flex;flex-direction:column}.login-form label{margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.login-form input{padding:12px 15px;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.login-form input:focus{outline:none;border-color:var(--primary-color)}.login-form .btn{width:100%;padding:15px;font-size:1.1rem}.exams-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.exam-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:all .3s ease}.exam-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.exam-card h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.exam-info{margin-bottom:2rem}.exam-info p{color:var(--text-light);margin-bottom:.5rem}.exam-card .btn{width:100%}.exam-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:var(--shadow)}.exam-header h2{font-size:1.8rem;color:var(--text-dark)}.exam-timer{font-size:1.2rem;color:var(--text-dark);font-weight:600}.timer-value{color:var(--primary-color);font-size:1.5rem}.exam-questions{display:flex;flex-direction:column;gap:2rem}.question-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.question-card h3{font-size:1.3rem;margin-bottom:1.5rem;color:var(--text-dark)}.options{display:flex;flex-direction:column;gap:1rem}.option-label{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease}.option-label:hover{border-color:var(--primary-color);background:var(--bg-light)}.option-label input[type=radio]{width:20px;height:20px;cursor:pointer}.option-label span{color:var(--text-dark);font-size:1rem}.submit-btn{width:100%;padding:15px;font-size:1.2rem;margin-top:2rem}.result-box{max-width:600px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:var(--shadow-lg);text-align:center}.result-box h2{font-size:2rem;margin-bottom:2rem;color:var(--text-dark)}.result-score{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.score-number{font-size:4rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.score-label{font-size:1.2rem;color:var(--text-light)}.result-box p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.result-box .btn{width:100%;padding:15px;font-size:1.1rem}@media (max-width: 768px){.exam-hero h1{font-size:2rem}.exam-header{flex-direction:column;gap:1rem;text-align:center}.exams-grid{grid-template-columns:1fr}}.admin-layout{min-height:100vh;background:#f5f5f5}.admin-header{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.admin-header h1{margin:0;font-size:1.5rem;font-weight:600}.user-info{display:flex;align-items:center;gap:1rem}.logout-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.logout-btn:hover{background:#ffffff4d}.admin-sidebar{width:250px;background:#fff;min-height:calc(100vh - 70px);box-shadow:2px 0 4px #0000000d;padding:1rem 0}.admin-sidebar ul{list-style:none;padding:0;margin:0}.admin-sidebar li{margin:0}.admin-sidebar a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#4b5563;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}.admin-sidebar a:hover{background:#f3f4f6;color:#2563eb;border-left-color:#2563eb}.admin-sidebar a.active{background:#eff6ff;color:#2563eb;border-left-color:#2563eb;font-weight:600}.admin-sidebar .icon{font-size:1.2rem;width:24px;text-align:center}.sidebar-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.sidebar-section-title{padding:.5rem 1.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af}.admin-content{flex:1;padding:2rem;background:#f5f5f5;min-height:calc(100vh - 70px)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.page-header h2{margin:0;font-size:1.75rem;color:#1f2937;font-weight:600}.btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a);transform:translateY(-1px);box-shadow:0 4px 6px #2563eb4d}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.admin-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.admin-form h3{margin-top:0;margin-bottom:1.5rem;color:#1f2937;font-size:1.25rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.9rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-family:inherit;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.admin-table{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.admin-table table{width:100%;border-collapse:collapse}.admin-table thead{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff}.admin-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem}.admin-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#4b5563}.admin-table tbody tr:hover{background:#f9fafb}.admin-table tbody tr:last-child td{border-bottom:none}.empty-state{text-align:center;padding:3rem;color:#9ca3af}.action-buttons{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.4rem .8rem;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s ease}.btn-edit{background:#3b82f6;color:#fff}.btn-edit:hover{background:#2563eb}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover{background:#dc2626}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem}@media (max-width: 768px){.admin-header{flex-direction:column;gap:1rem;padding:1rem}.admin-header h1{font-size:1.25rem}.admin-sidebar{width:200px}.admin-content{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-table{overflow-x:auto}.admin-table table{min-width:600px}}.itgk-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-container{width:100%;max-width:400px}.login-box{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 40px #0003}.login-header{text-align:center;margin-bottom:30px}.login-header h1{margin:0 0 10px;color:#1e293b;font-size:1.8rem}.login-header p{color:#64748b;margin:0}.error-message{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #fcc;font-size:.9rem}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#1e293b}.form-group input{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-login{width:100%;padding:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-login:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.btn-login:disabled{opacity:.6;cursor:not-allowed}.itgk-layout{min-height:100vh;background:#f8fafc}.itgk-header{background:#fff;padding:20px 30px;box-shadow:0 2px 8px #00000014;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;border-bottom:1px solid #e2e8f0}.itgk-header h1{margin:0;color:#1e293b;font-size:1.5rem;font-weight:700}.itgk-header .user-info{display:flex;align-items:center;gap:15px}.itgk-header .user-info span{color:#64748b;font-size:14px;font-weight:500}.itgk-header .logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:all .2s ease}.itgk-header .logout-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.itgk-content{padding:30px;max-width:1400px;margin:0 auto}.itgk-nav{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap}.itgk-nav-btn{padding:10px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease;color:#64748b}.itgk-nav-btn:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.itgk-nav-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6}.itgk-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px}.itgk-card h2{margin:0 0 20px;color:#1e293b;font-size:1.5rem}.itgk-table{width:100%;border-collapse:collapse}.itgk-table th,.itgk-table td{padding:12px;text-align:left;border-bottom:1px solid #e2e8f0}.itgk-table th{background:#f8fafc;font-weight:600;color:#1e293b}.itgk-table tr:hover{background:#f8fafc}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}.btn-secondary{background:#e2e8f0;color:#1e293b;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500}.btn-secondary:hover{background:#cbd5e1}.notification-item{padding:15px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:15px;background:#fff}.notification-item.unread{background:#eff6ff;border-color:#3b82f6}.notification-item h3{margin:0 0 10px;color:#1e293b}.notification-item p{margin:0 0 10px;color:#64748b}.notification-item .date{font-size:.85rem;color:#94a3b8}.file-item{padding:15px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:15px;background:#fff;display:flex;justify-content:space-between;align-items:center}.file-item-info h3{margin:0 0 5px;color:#1e293b}.file-item-info p{margin:0;color:#64748b;font-size:.9rem}.file-item-actions a{color:#3b82f6;text-decoration:none;font-weight:500}.file-item-actions a:hover{text-decoration:underline}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.status-badge.pending{background:#fff3cd;color:#856404}.itgk-card form input,.itgk-card form textarea,.itgk-card form select{width:100%;padding:10px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:inherit}.itgk-card form input:focus,.itgk-card form textarea:focus,.itgk-card form select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.itgk-card form label{display:block;margin-bottom:8px;font-weight:500;color:#1e293b}.itgk-card form small{display:block;margin-top:5px;color:#64748b;font-size:.85rem}.dashboard-welcome{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;margin-bottom:30px}.welcome-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:20px}.welcome-logo-section{display:flex;align-items:center;gap:20px}.dashboard-logo{width:80px;height:80px;object-fit:contain;background:#fff;padding:10px;border-radius:12px;box-shadow:0 4px 12px #0003}.welcome-text h2{margin:0 0 8px;color:#fff;font-size:2rem;font-weight:700}.welcome-subtitle{margin:0;color:#ffffffe6;font-size:1rem}.center-logo-display{display:flex;flex-direction:column;align-items:center;gap:8px}.center-logo-img{width:80px;height:80px;object-fit:contain;background:#fff;padding:10px;border-radius:12px;box-shadow:0 4px 12px #0003}.center-logo-label{font-size:.85rem;color:#ffffffe6;font-weight:500}.welcome-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.info-item{display:flex;align-items:center;gap:15px;background:#ffffff26;padding:15px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.info-item:hover{background:#ffffff40;transform:translateY(-2px)}.info-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:10px;flex-shrink:0}.info-content{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.info-label{font-size:.85rem;color:#fffc;font-weight:500}.info-value{font-size:1rem;color:#fff;font-weight:600;word-break:break-word}.info-value-link{font-size:1rem;color:#fff;font-weight:600;text-decoration:underline;transition:opacity .2s ease}.info-value-link:hover{opacity:.8}.info-item span{color:#fff!important}.quick-actions{display:flex;gap:15px;flex-wrap:wrap}.quick-action-btn{display:flex;align-items:center;gap:10px;background:#fff;color:#667eea;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;font-size:.95rem}.quick-action-btn:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.action-icon{font-size:1.2rem}.notification-badge{background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-left:5px}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:20px;cursor:pointer;transition:all .3s ease;border-left:4px solid}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.stat-card-primary{border-left-color:#3b82f6}.stat-card-success{border-left-color:#10b981}.stat-card-warning{border-left-color:#f59e0b}.stat-icon-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.stat-card-primary .stat-icon-wrapper{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-card-success .stat-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669)}.stat-card-warning .stat-icon-wrapper{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon{font-size:2rem;filter:brightness(0) invert(1)}.stat-content{flex:1}.dashboard-stats-grid .stat-label{margin:0 0 8px;color:#64748b;font-size:.9rem;font-weight:500}.stat-value{margin:0 0 4px;font-size:2.5rem;font-weight:700;color:#1e293b}.stat-hint{font-size:.8rem;color:#94a3b8;font-style:italic}.card-header-with-action{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.empty-state{text-align:center;padding:40px 20px}.empty-icon{font-size:4rem;display:block;margin-bottom:15px;opacity:.5}.empty-state p{color:#64748b;font-size:1.1rem;margin-bottom:20px}@media (max-width: 768px){.dashboard-welcome{padding:25px}.welcome-text h2{font-size:1.5rem}.welcome-logo-section{flex-direction:column;text-align:center}.dashboard-logo,.center-logo-img{width:60px;height:60px}.welcome-info-grid{grid-template-columns:1fr}.quick-actions{flex-direction:column}.quick-action-btn{width:100%;justify-content:center}.dashboard-stats-grid{grid-template-columns:1fr}.stat-value{font-size:2rem}}.profile-prompt-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.profile-prompt-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.profile-prompt-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px 25px;display:flex;justify-content:space-between;align-items:center}.profile-prompt-header h2{margin:0;font-size:1.5rem;font-weight:700}.profile-prompt-close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.profile-prompt-close:hover{background:#ffffff4d;transform:rotate(90deg)}.profile-prompt-content{padding:25px}.profile-prompt-content>p{color:#1e293b;font-size:1rem;margin:0 0 15px;line-height:1.6}.missing-fields-list{list-style:none;padding:0;margin:0 0 20px}.missing-fields-list li{display:flex;align-items:center;gap:10px;padding:12px;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:6px;margin-bottom:10px;color:#92400e;font-weight:500}.missing-field-icon{font-size:1.2rem}.profile-prompt-note{background:#eff6ff;border-left:4px solid #3b82f6;padding:12px;border-radius:6px;color:#1e40af;font-size:.9rem;margin:0}.profile-prompt-actions{padding:20px 25px;background:#f8fafc;display:flex;gap:12px;justify-content:flex-end}.profile-prompt-actions .btn-primary{min-width:150px}.profile-prompt-actions .btn-secondary{min-width:120px}@media (max-width: 768px){.profile-prompt-modal{max-width:100%;margin:20px}.profile-prompt-actions{flex-direction:column}.profile-prompt-actions .btn-primary,.profile-prompt-actions .btn-secondary{width:100%}}.password-toggle-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:color .2s ease;border-radius:4px}.password-toggle-btn:hover{color:#3b82f6;background:#3b82f61a}.password-toggle-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}.password-toggle-btn svg{display:block}.popup-notice-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-notice-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-notice-close{position:absolute;top:15px;right:15px;background:#0000001a;border:none;width:35px;height:35px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;z-index:10;transition:all .3s ease}.popup-notice-close:hover{background:#0003;transform:rotate(90deg)}.popup-notice-content{padding:2.5rem}.popup-notice-title{font-size:1.8rem;font-weight:700;color:var(--primary-color, #2563eb);margin:0 0 1rem;text-align:center}.popup-notice-description{margin-bottom:1.5rem;color:#333;line-height:1.6;text-align:center}.popup-notice-description p{margin:.5rem 0}.popup-notice-media{margin:1.5rem 0;border-radius:8px;overflow:hidden}.popup-notice-media img{width:100%;height:auto;display:block}.popup-notice-media iframe{width:100%;aspect-ratio:16 / 9;border:none;display:block}.popup-notice-cta{text-align:center;margin-top:1.5rem}.popup-notice-cta .btn{padding:12px 30px;font-size:1rem;font-weight:600}@media (max-width: 768px){.popup-notice-modal{max-width:95%;margin:10px}.popup-notice-content{padding:1.5rem}.popup-notice-title{font-size:1.5rem}.popup-notice-close{top:10px;right:10px;width:30px;height:30px;font-size:20px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--secondary-color: #fbbf24;--accent-color: #3b82f6;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--success-color: #10b981;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{padding-top:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:60px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:12px 30px;border-radius:6px;font-weight:600;transition:all .3s ease;text-align:center}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}@media (max-width: 768px){.section{padding:50px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}
