@media screen and (min-width:1921px){#root{max-width:1600px;margin:0 auto;box-shadow:0 0 50px #0000001a}.navbar,.header,.footer-content{padding-left:50px;padding-right:50px}}@media screen and (min-width:1025px)and (max-width:1440px){.home-page h1{font-size:2rem}.f-card{min-width:45%}}@media screen and (max-width:768px){.navbar,.header,.footer-content{padding-left:15px;padding-right:15px}.f-card{min-width:90%;margin:10px auto}.header h1{font-size:1.5rem}}@media screen and (max-width:350px){.navbar .marquee{display:none}.header img.clg-logo,.header img.branch-img{width:50px;height:50px}.header h1{font-size:1.2rem}.f-card{min-width:95%;margin:5px auto}.f-img{width:60px;height:60px}.students-card{width:100%}.loginbox{width:95%;padding:20px 10px}}@media screen and (max-width:250px){.navbar,.marquee,.footer{display:none}body{font-size:12px}h1,h2,h3{font-size:14px;margin:5px}.f-card{flex-direction:column;text-align:center;padding:5px}.f-img{margin:5px}.home-page{padding:5px}}.clg-logo{width:100px;height:100px}.header{display:flex;justify-content:space-between;align-items:center;gap:10px;box-shadow:3px 3px 3px #0000001f;background:#fff;padding:10px}h3{margin-top:-15px}.contact-info{display:flex;flex-direction:column;margin-right:20px;font-size:14px;gap:10px}.contact-info a{text-decoration:none;color:#000}@media screen and (max-width:768px){img{width:70px;height:70px;margin-top:10px}.branch-img{width:90px;height:90px}.header h3{display:none}h1{font-size:25px}.contact-info{display:none}}footer{background:#1a1a1a;color:#e0e0e0;font-family:Inter,system-ui,-apple-system,sans-serif;padding-top:60px;position:relative;overflow:hidden}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px 40px;gap:30px}.footer-section{flex:1;min-width:250px;animation:fadeIn .8s ease-out forwards;opacity:0}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-section h2,.footer-section h3{color:#fff;margin-bottom:20px;font-weight:600;letter-spacing:.5px}.footer-section p{line-height:1.6;color:#aaa;margin-bottom:15px;font-size:.95rem}.footer-section a{color:#aaa;text-decoration:none;transition:color .3s ease,padding-left .3s ease;display:inline-block}.footer-section a:hover{color:#4da6ff}.social-icons{display:flex;gap:15px;margin-top:20px}.social-icons a{font-size:1.5rem;color:#fff;transition:transform .3s ease,color .3s ease}.social-icons a:hover{color:#4da6ff;transform:translateY(-5px)}.links ul{list-style:none;padding:0}.links li{margin-bottom:12px}.links li a:hover{color:#fff;padding-left:5px}.map iframe{width:100%;height:200px;border-radius:8px;box-shadow:0 4px 10px #0000004d;transition:transform .3s ease}.map iframe:hover{transform:scale(1.02)}.footer-bottom{background:#111;text-align:center;padding:20px;border-top:1px solid #333;font-size:.9rem;color:#888}.footer-bottom p{margin:5px 0}.devsparks{color:#fff!important;text-decoration:none}.devsparks:hover{text-decoration:underline}@media(max-width:768px){.footer-content{flex-direction:column;text-align:center}.social-icons{justify-content:center}.links li a:hover{padding-left:0;text-decoration:underline}}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#6ecff6bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:0 20px;position:sticky;top:0;z-index:1000;box-shadow:0 4px 30px #0000001a;border-bottom:1px solid rgba(255,255,255,.3)}.marquee{overflow:hidden;white-space:nowrap;padding:10px 0;width:700px;margin-right:10px}.marquee p{display:inline-block;padding-left:100%;animation:scroll 14s linear infinite;font-size:15px;color:#fff;font-weight:700}.marquee p a{text-decoration:none;color:#fff}.marquee p:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.link-btn{color:#fff;background-color:transparent;border:none;cursor:pointer;font-size:20px;transition:all .3s ease-in-out}.link-btn:hover{color:#e8e7e7ce}.Links{display:flex;flex-direction:row;gap:20px;margin-right:40px}.dropdown button{color:#fff;background-color:transparent;border:none;cursor:pointer;font-size:20px}.dropdown a{display:block;color:#000;text-decoration:none;padding:10px}.dropdown{position:relative}.dropdown .content{text-align:center;position:absolute;top:110%;left:50%;transform:translate(-50%) translateY(-10px);background-color:#fff;min-width:160px;box-shadow:0 8px 20px #0003;padding:10px 0;border-radius:8px;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s}.dropdown:hover .content{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown a:hover{background-color:#eee}.dropdown:hover button{color:#e8e7e7ce}.no-scroll{overflow:hidden;height:100vh}@media screen and (max-width:768px){.Links{display:none}.marquee{padding:5px;width:100%}.mob-slide-btn{background-color:#6ecff6;color:#fff;width:50px;height:50px;border:none;margin:0;border-radius:0 50% 50% 0;position:fixed;top:50%;transform:translateY(-50%);z-index:1000}.slidebar{position:fixed;top:0;left:-200px;width:200px;height:100vh;background:#fff;padding:30px;transition:left .3s ease;overflow-y:scroll;z-index:1001}.slidebar.open{left:0}.slidebar.closed{left:-300px}.mob-links{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:5px}.mob-links details{display:flex;flex-direction:column}.close-button{border:none;padding:10px 14px;border-radius:50%;color:#fff;background-color:#6ecff6}.mob-link{text-decoration:none;font-weight:700;margin:5px;color:#000}.seperator{color:#6ecff6;margin:0}.mob-links h2{color:#6ecff6}}@media screen and (max-width:400px){.marquee{width:300px}.mob-slide-btn{bottom:250px}.slidebar{padding:20px}.mob-links{gap:2px}}.scroll-button{position:fixed;bottom:50px;right:50px;z-index:1000;width:50px;height:50px;color:#fff;border:3px solid #6ecff6;background-color:#fd4848;border-radius:50%;font-size:20px}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80vh;background-color:transparent;padding:20px}.loading-container.fullscreen{display:flex;justify-content:center;align-items:center;width:80%;height:80vh;background-color:#ffffffe6}.spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #3182ce;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{color:#4a5568;font-size:1.1rem;font-weight:500;font-family:Inter,sans-serif;letter-spacing:.5px;animation:pulse 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}
