@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--primary:#1a237e;--primary-light:#3949ab;--primary-dark:#0d1452;--accent:#ff6d00;--accent-hover:#e65100;--accent-light:#ff9100;--teal:#00bfa5;--teal-light:#1de9b6;--gold:#ffd600;--text:#1a1a2e;--text-muted:#64748b;--text-light:#94a3b8;--bg:#fff;--bg-alt:#f8f9fa;--bg-dark:#0f172a;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 25px -3px #00000014, 0 4px 6px -2px #00000008;--shadow-xl:0 20px 50px -12px #0000001f;--shadow-accent:0 4px 14px #ff6d0059;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:color var(--transition);text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:var(--text);font-weight:700;line-height:1.2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.container{max-width:1240px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-label{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.section-title{color:var(--text);letter-spacing:-.02em;margin-bottom:20px;font-size:42px;font-weight:800}.section-subtitle{color:var(--text-muted);max-width:640px;font-size:18px;line-height:1.7}.btn{border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition);letter-spacing:.01em;border:none;outline:none;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;display:inline-flex}.btn-accent{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);color:#fff;box-shadow:var(--shadow-accent)}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6d0073}.btn-white{color:var(--primary);box-shadow:var(--shadow-sm);background:#fff}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline-white{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1.5px solid #ffffff4d}.btn-outline-white:hover{background:#fff3;border-color:#ffffff80}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all var(--transition);padding:36px}.card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-6px)}.grid{gap:28px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.section{padding:80px 0}.section-title{font-size:34px}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:60px 0}.section-title{font-size:28px}.section-subtitle{font-size:16px}.container{padding:0 16px}}
.Header-module__hBw1pG__headerWrapper{z-index:1000;width:100%;transition:all .3s;position:sticky;top:0;left:0}.Header-module__hBw1pG__topBar{background:var(--primary);color:#fff;padding:6px 0;font-size:13px;transition:all .3s}.Header-module__hBw1pG__topBarInner{justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__topBarLeft{align-items:center;gap:20px;display:flex}.Header-module__hBw1pG__topLink{color:#ffffffd9;align-items:center;gap:6px;text-decoration:none;transition:color .2s;display:flex}.Header-module__hBw1pG__topLink:hover{color:#fff}.Header-module__hBw1pG__topBarRight{align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__topInstitutes{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__topInstitutes img{object-fit:contain;border-radius:4px;width:auto;height:20px;transition:transform .2s}.Header-module__hBw1pG__topInstitutes img:hover{transform:scale(1.15)}.Header-module__hBw1pG__topLogins{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__topLogins a{color:#fff;font-weight:500;text-decoration:none;position:relative}.Header-module__hBw1pG__topLogins a:after{content:"";background:var(--accent);width:0%;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Header-module__hBw1pG__topLogins a:hover:after{width:100%}.Header-module__hBw1pG__mainNav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);background:#fffffff2;transition:all .3s;box-shadow:0 4px 20px #00000008}.Header-module__hBw1pG__mainNavInner{justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:12px 24px;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logoImg{border-radius:4px;width:auto;height:40px}.Header-module__hBw1pG__navLinks{align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__navLink,.Header-module__hBw1pG__dropBtn{color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:8px 0;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__dropBtn:hover{color:var(--accent)}.Header-module__hBw1pG__dropdown{display:inline-block;position:relative}.Header-module__hBw1pG__dropdownContent{visibility:hidden;opacity:0;min-width:220px;box-shadow:var(--shadow-lg);border-radius:var(--radius-md);z-index:100;border:1px solid var(--border-light);background-color:#fff;padding:8px 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;transform:translateY(10px)}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownContent{visibility:visible;opacity:1;transform:translateY(0)}.Header-module__hBw1pG__dropdownContent a{color:var(--text);padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__hBw1pG__dropdownContent a:hover{background-color:var(--bg-alt);color:var(--accent);padding-left:24px}.Header-module__hBw1pG__navActions{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__applyBtn{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-accent);justify-content:center;align-items:center;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Header-module__hBw1pG__mobileApplyBtn{display:none!important}.Header-module__hBw1pG__desktopApplyBtn{display:flex}.Header-module__hBw1pG__applyBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6d0066}.Header-module__hBw1pG__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.Header-module__hBw1pG__mobileToggle span{background:var(--text);width:24px;height:2px;transition:all .3s}@media (max-width:1024px){.Header-module__hBw1pG__desktopApplyBtn{display:none!important}.Header-module__hBw1pG__mobileApplyBtn{justify-content:center;margin-top:16px;display:flex!important}.Header-module__hBw1pG__topBar{display:none}.Header-module__hBw1pG__navLinks{background:#fff;flex-direction:column;align-items:stretch;width:100%;height:calc(100vh - 65px);padding:20px 24px 100px;transition:left .3s;position:fixed;top:65px;left:-100%;overflow-y:auto}.Header-module__hBw1pG__navLinks.Header-module__hBw1pG__mobileOpen{left:0}.Header-module__hBw1pG__navLink,.Header-module__hBw1pG__dropBtn{border-bottom:1px solid var(--border-light);justify-content:space-between;width:100%;padding:16px 0;font-size:18px}.Header-module__hBw1pG__dropdown{width:100%;display:block}.Header-module__hBw1pG__mobileToggle{z-index:1001;display:flex}.Header-module__hBw1pG__dropdownContent{visibility:visible;opacity:1;box-shadow:none;background:#f8f9fa;border:none;border-radius:8px;min-width:100%;margin-top:8px;padding-left:16px;display:none;position:static;transform:none}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownContent,.Header-module__hBw1pG__dropdown:focus-within .Header-module__hBw1pG__dropdownContent{display:block}.Header-module__hBw1pG__navActions{gap:12px}.Header-module__hBw1pG__applyBtn{padding:8px 16px;font-size:13px}}@media (max-width:480px){.Header-module__hBw1pG__logoImg{height:32px}.Header-module__hBw1pG__navActions{gap:8px}.Header-module__hBw1pG__applyBtn{padding:6px 12px;font-size:12px}}
.Footer-module__S6Hkya__footer{background:linear-gradient(180deg, var(--bg-dark) 0%, #060a18 100%);color:#fff;padding-top:80px;position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:48px;max-width:1240px;margin:0 auto;padding:0 24px 60px;display:grid}.Footer-module__S6Hkya__footerBrand h3{color:#fff;margin-bottom:16px;font-size:22px;font-weight:800}.Footer-module__S6Hkya__footerLogo{border-radius:6px;width:auto;height:50px;margin-bottom:16px}.Footer-module__S6Hkya__footerBrand p{color:#ffffff8c;margin-bottom:24px;font-size:14px;line-height:1.7}.Footer-module__S6Hkya__socialLinks{gap:12px;display:flex}.Footer-module__S6Hkya__socialIcon{border-radius:var(--radius-md);color:#fff9;background:#ffffff0f;border:1px solid #ffffff14;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}.Footer-module__S6Hkya__playStoreBadge{margin-top:24px;display:inline-block}.Footer-module__S6Hkya__playStoreBadge img{width:auto;height:44px;transition:transform .3s}.Footer-module__S6Hkya__playStoreBadge img:hover{transform:translateY(-2px)}.Footer-module__S6Hkya__footerCol h4{color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px;font-size:14px;font-weight:700}.Footer-module__S6Hkya__footerCol ul{flex-direction:column;gap:14px;display:flex}.Footer-module__S6Hkya__footerCol a{color:#ffffff80;align-items:center;gap:6px;font-size:14px;transition:all .2s;display:flex}.Footer-module__S6Hkya__footerCol a:hover{color:#fff;transform:translate(4px)}.Footer-module__S6Hkya__contactItem{color:#ffffff80;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.Footer-module__S6Hkya__contactItem svg{color:var(--accent);flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__footerBottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:24px;display:flex}.Footer-module__S6Hkya__footerBottom p{color:#ffffff59;margin:0;font-size:13px}.Footer-module__S6Hkya__credit a{color:#fff9;font-weight:600;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__credit a:hover{color:#fff}@media (max-width:768px){.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column;gap:12px}}@media (max-width:968px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:480px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr}}
.NoticeMarquee-module__ovDnEW__marquee{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);padding:10px 0;position:relative;overflow:hidden}.NoticeMarquee-module__ovDnEW__marqueeInner{align-items:center;gap:16px;max-width:1240px;margin:0 auto;padding:0 24px;display:flex}.NoticeMarquee-module__ovDnEW__badge{background:var(--accent);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;flex-shrink:0;padding:4px 14px;font-size:11px;font-weight:700;animation:2s ease-in-out infinite NoticeMarquee-module__ovDnEW__pulse}.NoticeMarquee-module__ovDnEW__track{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.NoticeMarquee-module__ovDnEW__slider{gap:48px;width:max-content;animation:25s linear infinite NoticeMarquee-module__ovDnEW__marquee;display:flex}@keyframes NoticeMarquee-module__ovDnEW__marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 24px))}}.NoticeMarquee-module__ovDnEW__item{white-space:nowrap;color:#ffffffe6;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.NoticeMarquee-module__ovDnEW__item svg{color:var(--gold);flex-shrink:0}.NoticeMarquee-module__ovDnEW__item:hover{color:#fff}@keyframes NoticeMarquee-module__ovDnEW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
