@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&display=swap";.hero-banner-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 3.5rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:540px;display:flex;flex-direction:column;justify-content:center}.about-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 4rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:480px;display:flex;flex-direction:column;justify-content:center}.service-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 3.5rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:500px;display:flex;flex-direction:column;justify-content:center}.contact-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:4.5rem 0 5rem;background-image:linear-gradient(90deg,#050a18,#050a18 50%,#050a18d9,#050a184d),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat}.payment-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 5.5rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:480px}.terms-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 5.5rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:480px}:root{--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--color-navy-dark: #050A18;--color-navy-section: #050B19;--color-navy-card: #081024;--color-navy-border: rgba(255, 255, 255, .12);--color-blue-primary: #1D61E7;--color-blue-hover: #144EC2;--color-blue-light: #EFF6FF;--color-blue-badge: #DBEAFE;--color-blue-text: #2563EB;--color-gold: #F59E0B;--color-bg-body: #F4F6F9;--color-bg-card: #FFFFFF;--color-text-main: #0F172A;--color-text-muted: #475569;--color-text-light: #94A3B8;--color-border: #E2E8F0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 14px 0 rgba(0, 0, 0, .06);--shadow-lg: 0 10px 30px -3px rgba(0, 0, 0, .08);--shadow-blue: 0 8px 24px -4px rgba(29, 97, 231, .4);--radius-sm: 6px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--max-width: 1440px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-sans);background-color:var(--color-bg-body);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased}body{overflow-x:hidden}h1,h2,h3,.font-serif{font-family:var(--font-serif);letter-spacing:-.02em}.section-tag{color:var(--color-blue-text);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;display:inline-block;margin-bottom:.4rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.9rem;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;font-family:var(--font-sans)}.btn-primary{background-color:var(--color-blue-primary);color:#fff;box-shadow:var(--shadow-blue)}.btn-primary:hover{background-color:var(--color-blue-hover);transform:translateY(-1px)}.btn-secondary{background-color:#081024bf;color:#fff;border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background-color:#ffffff26;border-color:#fff6}.link-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.825rem;font-weight:700;color:#1d61e7;text-decoration:none;background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease}.link-btn:hover{color:#144ec2}.header-nav{position:sticky;top:0;z-index:100;background-color:#050a18;border-bottom:1px solid rgba(255,255,255,.08)}.nav-container{display:flex;align-items:center;justify-content:space-between;height:76px}.brand-logo{display:inline-flex;align-items:center;text-decoration:none;margin:0;padding:0}.brand-logo-img{height:48px;width:auto;max-height:52px;object-fit:contain;display:block}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-link{color:#cbd5e1;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease;padding:.5rem 0;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.mobile-menu-btn{display:none}.mobile-dropdown-menu{background-color:#050a18;border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 2rem 1.75rem;box-shadow:0 15px 30px #0006;animation:slideDown .25s cubic-bezier(.16,1,.3,1)}.mobile-nav-list{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-item{background:none;border:none;color:#cbd5e1;font-size:1rem;font-weight:600;padding:.75rem 1rem;border-radius:8px;text-align:left;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans)}.mobile-nav-item:hover,.mobile-nav-item.active{background:#1d61e726;color:#60a5fa}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.nav-links{display:none!important}.mobile-menu-btn{display:flex!important;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;cursor:pointer;transition:all .2s ease}.mobile-menu-btn:hover{background:#ffffff2e}}@media (max-width: 640px){.nav-cta-btn{display:none!important}}.section{padding:4.5rem 0}.section-header{margin-bottom:2.75rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--color-text-main);line-height:1.2}.section-desc{color:var(--color-text-muted);font-size:1rem;margin-top:.4rem}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#050a18bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .25s ease-out}.modal-content{background:#fff;border-radius:20px;box-shadow:0 25px 60px #0000004d;border:1px solid #E2E8F0;width:100%;max-width:640px;padding:2.25rem 2.5rem;position:relative;max-height:90vh;overflow-y:auto;animation:slideUp .3s cubic-bezier(.16,1,.3,1);color:#0f172a}.modal-close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border-radius:50%;background:#f1f5f9;border:none;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.modal-close:hover{background:#e2e8f0;color:#0f172a}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.1rem}.form-label{font-size:.825rem;font-weight:700;color:#334155}.form-label span{color:#ef4444}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid #CBD5E1;background:#f8fafc;font-size:.875rem;font-family:var(--font-sans);color:#0f172a;outline:none;transition:all .2s ease}.form-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;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='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:2.5rem;cursor:pointer}.form-textarea{resize:vertical;min-height:90px}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#1d61e7;background:#fff;box-shadow:0 0 0 3px #1d61e71f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#050a18;color:#94a3b8;padding:4.5rem 0 2rem;border-top:1px solid rgba(255,255,255,.08)}.footer-grid-exact{display:grid;grid-template-columns:1.8fr 1.1fr 1.3fr 1.6fr 1fr;margin-bottom:3rem}.footer-col-item{padding:0 1.75rem}.footer-col-item:first-child{padding-left:0}.footer-col-item:not(:last-child){border-right:1px solid rgba(255,255,255,.08)}.footer-col-item:last-child{padding-right:0}.footer-col-title{color:#fff;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-link-btn{color:#94a3b8;text-decoration:none;font-size:.875rem;background:none;border:none;cursor:pointer;padding:0;text-align:left;transition:color .2s ease;font-family:var(--font-sans)}.footer-link-btn:hover{color:#fff}.social-square-row{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem}.social-square-btn{width:36px;height:36px;border-radius:8px;background:#1d61e714;border:1px solid rgba(29,97,231,.5);color:#60a5fa;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease}.social-square-btn:hover{background:#1d61e7;color:#fff;border-color:#1d61e7}.social-square-btn.yt-btn{background:#ef444414;border:1px solid rgba(239,68,68,.6);color:#f87171}.social-square-btn.yt-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.footer-contact-circle-item{display:flex;align-items:center;gap:.85rem;font-size:.875rem;margin-bottom:1rem;color:#cbd5e1}.footer-contact-icon-circle{width:34px;height:34px;border-radius:50%;border:1px solid rgba(96,165,250,.4);background:#1d61e71f;color:#60a5fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-bottom-exact{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.825rem;color:#94a3b8}.footer-bottom-links{display:flex;align-items:center;gap:1.25rem}@media (max-width: 1200px){.footer-grid-exact{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-col-item{padding:0;border-right:none!important}}@media (max-width: 640px){.container{padding:0 1.25rem}.footer-grid-exact{grid-template-columns:1fr}}.hero-banner-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 3.5rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:540px;display:flex;flex-direction:column;justify-content:center}.hero-exact-content{max-width:620px;text-align:left;margin-left:0;padding-left:0}.hero-exact-content h1{font-size:3.5rem;line-height:1.12;font-weight:600;margin:0 0 1.25rem;padding:0;color:#fff;font-family:var(--font-serif);text-align:left}.hero-exact-subtitle{font-size:1.025rem;color:#cbd5e1;margin:0 0 2rem;padding:0;line-height:1.6;max-width:550px;text-align:left}.hero-buttons-row{display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:wrap;margin:0 0 1.75rem;padding:0}.hero-owner-line{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;font-size:.875rem;color:#cbd5e1;text-align:left;margin:0;padding:0}.hero-owner-line strong{color:#fff}.hero-stats-exact{background:#060d1eeb;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);padding:1.25rem 2.25rem;margin-top:3.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 40px #0006}.hero-stat-item{display:flex;align-items:center;gap:1.1rem;position:relative}.hero-stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background-color:#ffffff26}.hero-stat-icon-gold{width:44px;height:44px;color:var(--color-gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-stat-number-gold{font-size:1.45rem;font-weight:800;color:var(--color-gold);line-height:1.1}.hero-stat-text-white{font-size:.825rem;color:#fff;font-weight:600;margin-top:2px}.grid-why-sis{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-sis-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.75rem;transition:all .25s ease;height:100%}.why-sis-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--color-blue-badge)}.why-sis-icon-box{width:44px;height:44px;border-radius:var(--radius-sm);background:#eff6ff;color:#1d61e7;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.why-sis-card h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:.6rem}.why-sis-card p{font-size:.9rem;color:#475569;line-height:1.55}.grid-7-services{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem}.service-7-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease}.service-7-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-7-img-wrapper{position:relative;height:140px;width:100%}.service-7-img{width:100%;height:100%;object-fit:cover}.service-7-badge-icon{position:absolute;bottom:-16px;left:14px;width:34px;height:34px;border-radius:var(--radius-sm);background:#1d61e7;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #1d61e74d;z-index:2}.service-7-body{padding:1.5rem 1rem 1.25rem;display:flex;flex-direction:column;flex-grow:1}.service-7-title{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.3}.service-7-desc{font-size:.8rem;color:#64748b;line-height:1.45;margin-bottom:1rem;flex-grow:1}.trusted-exact-section{background-color:#050d24;color:#fff;padding:5rem 0 8.5rem;position:relative;background-image:radial-gradient(circle at 75% 30%,rgba(29,97,231,.15) 0%,transparent 55%)}.trusted-exact-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:3rem;align-items:center}.trusted-exact-title{font-size:2.6rem;font-weight:700;color:#fff;font-family:var(--font-serif);margin-bottom:.85rem;line-height:1.15}.trusted-exact-desc{color:#cbd5e1;font-size:1.025rem;line-height:1.6;max-width:620px;margin-bottom:2.25rem}.trusted-cat-row-exact{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap;margin-bottom:2rem}.trusted-cat-unit{display:flex;align-items:center;gap:.75rem}.trusted-cat-icon-circle{width:44px;height:44px;border-radius:50%;border:1px solid rgba(96,165,250,.4);background:#1d61e71f;color:#60a5fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trusted-cat-text{font-size:.825rem;font-weight:700;color:#fff;line-height:1.25}.trusted-divider-line{height:1px;background:#ffffff1f;width:100%;margin:1.75rem 0 1.25rem}.trusted-callout-exact{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#94a3b8}.trusted-callout-arc{color:#3b82f6;font-weight:700;font-size:1.1rem}.institution-card-wrapper{margin-top:-100px;position:relative;z-index:20;padding-bottom:4.5rem}.institution-card-exact{background:#fff;border-radius:20px;box-shadow:0 20px 50px #0000001f;border:1px solid #E2E8F0;padding:2.25rem 2.5rem;display:grid;grid-template-columns:280px 1.4fr 280px;gap:2rem;align-items:center}.institution-card-img{width:100%;height:185px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-sm)}.institution-card-title{font-size:1.9rem;font-weight:700;color:#0f172a;font-family:var(--font-serif);line-height:1.2;margin-bottom:.85rem}.institution-card-desc{font-size:.925rem;color:#475569;line-height:1.65}.institution-action-col{display:flex;flex-direction:column;gap:1.25rem}.institution-contact-list{display:flex;flex-direction:column;gap:.65rem}.institution-contact-item{display:flex;align-items:center;gap:.6rem;font-size:.825rem;font-weight:600;color:#334155}.institution-contact-item svg{color:#1d61e7;flex-shrink:0}@media (max-width: 1200px){.grid-7-services{grid-template-columns:repeat(4,1fr)}.institution-card-exact{grid-template-columns:1fr}}@media (max-width: 992px){.hero-banner-exact{background-image:linear-gradient(180deg,#050a18,#050a18)}.trusted-exact-grid{grid-template-columns:1fr}.grid-why-sis,.grid-7-services{grid-template-columns:repeat(2,1fr)}.hero-stats-exact{grid-template-columns:1fr 1fr}.institution-card-wrapper{margin-top:-40px}}@media (max-width: 640px){.hero-exact-content h1{font-size:2.4rem}.grid-why-sis,.grid-7-services,.hero-stats-exact{grid-template-columns:1fr}}.contact-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:4.5rem 0 5rem;background-image:linear-gradient(90deg,#050a18,#050a18 50%,#050a18d9,#050a184d),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat}.contact-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:3.5rem;align-items:start}.contact-glass-stack{display:flex;flex-direction:column;gap:1.1rem;margin-top:2.25rem}.contact-glass-card{background:#081024d1;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .2s ease}.contact-glass-card:hover{border-color:#60a5fa66;background:#0c1630e6}.contact-card-icon-blue{width:44px;height:44px;border-radius:10px;background:#1d61e7;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #1d61e759}.contact-card-label{font-size:.78rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.contact-card-value{font-size:.95rem;font-weight:700;color:#fff}.contact-card-subtext{font-size:.78rem;color:#94a3b8;margin-top:2px}.enquiry-form-card{background:#fff;border-radius:20px;padding:2.25rem 2.5rem;box-shadow:0 25px 50px -12px #00000059;border:1px solid #E2E8F0;color:#0f172a}.enquiry-title{font-size:1.8rem;font-weight:700;color:#0f172a;font-family:var(--font-serif);line-height:1.2}.enquiry-accent-bar{width:32px;height:3px;background:#1d61e7;border-radius:2px;margin-top:6px;margin-bottom:1.5rem}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group-exact{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.15rem}.form-group-exact label{font-size:.825rem;font-weight:700;color:#334155}.form-group-exact label span{color:#ef4444}.form-input-exact{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid #CBD5E1;background:#f8fafc;font-size:.875rem;font-family:var(--font-sans);color:#0f172a;outline:none;transition:all .2s ease}.form-input-exact:focus{border-color:#1d61e7;background:#fff;box-shadow:0 0 0 3px #1d61e71f}.btn-submit-exact{width:100%;padding:.85rem 1.5rem;background-color:#1d61e7;color:#fff;font-size:.95rem;font-weight:700;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 8px 20px #1d61e759;transition:all .2s ease}.btn-submit-exact:hover{background-color:#144ec2;transform:translateY(-1px)}.form-security-note{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.78rem;color:#64748b;margin-top:.85rem}.pan-india-light-section{padding:5rem 0;background-color:#fff}.pan-india-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:3.5rem;align-items:center}.pan-india-title{font-size:2.5rem;font-weight:700;color:#0f172a;font-family:var(--font-serif);line-height:1.18;margin-bottom:.85rem}.pan-india-subtitle{font-size:.975rem;color:#475569;line-height:1.6;max-width:480px;margin-bottom:2rem}.pan-india-feature-card{display:flex;align-items:flex-start;gap:1.1rem;background:#f8fafc;border:1px solid #E2E8F0;border-radius:14px;padding:1.25rem 1.5rem;margin-bottom:1rem;transition:all .2s ease}.pan-india-feature-card:hover{border-color:#dbeafe;background:#eff6ff}.pan-india-icon-box{width:44px;height:44px;border-radius:10px;background:#eff6ff;border:1px solid #DBEAFE;color:#1d61e7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pan-india-card-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.3rem}.pan-india-card-text{font-size:.875rem;color:#64748b;line-height:1.5}.map-light-card-box{background:#eff6ff;border-radius:20px;border:1px solid #DBEAFE;padding:2rem;display:flex;justify-content:center;align-items:center;box-shadow:0 10px 30px #1d61e70f}.question-dark-card{background:#050a18;border-radius:20px;padding:2.25rem 2.5rem;box-shadow:0 20px 45px #0000004d;margin-top:3.5rem;margin-bottom:5rem;display:grid;grid-template-columns:280px 1.4fr 1px 1.1fr;gap:2.25rem;align-items:center;color:#fff}.question-img-wrapper{position:relative;width:100%;height:180px;border-radius:12px;overflow:hidden}.question-img{width:100%;height:100%;object-fit:cover}.question-img-accent{position:absolute;top:0;left:0;width:4px;height:40px;background:#1d61e7;border-bottom-right-radius:4px}.question-title{font-size:1.95rem;font-weight:700;color:#fff;font-family:var(--font-serif);line-height:1.2}.question-accent-bar{width:28px;height:3px;background:#1d61e7;border-radius:2px;margin:8px 0 12px}.question-desc{font-size:.925rem;color:#cbd5e1;line-height:1.6}.question-vertical-line{background:#ffffff1f;height:80%;width:1px}.question-contact-col{display:flex;flex-direction:column;gap:1.25rem}.question-contact-unit{display:flex;align-items:center;gap:.9rem}.question-icon-circle{width:42px;height:42px;border-radius:50%;border:1px solid rgba(96,165,250,.4);background:#1d61e71f;color:#60a5fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.question-contact-sub{font-size:.78rem;color:#94a3b8;font-weight:600}.question-contact-val{font-size:.875rem;font-weight:700;color:#fff;margin-top:2px}@media (max-width: 1200px){.question-dark-card{grid-template-columns:1fr}.question-vertical-line{display:none}}@media (max-width: 992px){.contact-hero-grid,.pan-india-grid{grid-template-columns:1fr}}@media (max-width: 640px){.form-grid-2{grid-template-columns:1fr}}.payment-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 5.5rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:480px}.payment-hero-content{max-width:620px}.payment-hero-title{font-size:3.4rem;font-weight:600;font-family:var(--font-serif);color:#fff;margin-bottom:1.25rem;line-height:1.12}.payment-hero-desc{font-size:1.025rem;color:#cbd5e1;line-height:1.6;max-width:560px;margin-bottom:2.25rem}.payment-badges-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:660px}.payment-badge-card{background:#081024d9;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:.85rem 1.15rem;display:flex;align-items:center;gap:.85rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.payment-badge-icon-gold{width:38px;height:38px;color:#f59e0b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-badge-title{font-size:.95rem;font-weight:700;color:#fff;line-height:1.2}.payment-badge-sub{font-size:.75rem;color:#94a3b8;margin-top:2px}.payment-anchor-bar-wrapper{margin-top:-50px;position:relative;z-index:20;padding-bottom:3.5rem}.payment-anchor-card{background:#fff;border-radius:16px;box-shadow:0 15px 35px #0000001a;border:1px solid #E2E8F0;padding:1.25rem 2rem;display:grid;grid-template-columns:180px repeat(5,1fr);gap:1rem;align-items:center}.payment-anchor-title{font-size:1.15rem;font-weight:700;color:#0f172a;font-family:var(--font-serif)}.payment-anchor-accent{width:32px;height:3px;background:#1d61e7;border-radius:2px;margin-top:6px}.payment-anchor-btn{background:none;border:none;border-left:1px solid #E2E8F0;padding:.5rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;text-align:center}.payment-anchor-btn:hover{transform:translateY(-2px)}.payment-anchor-icon{width:34px;height:34px;color:#475569;display:flex;align-items:center;justify-content:center}.payment-anchor-label{font-size:.825rem;font-weight:700;color:#334155;line-height:1.25}.policy-main-card{background:#fff;border-radius:20px;box-shadow:0 15px 40px #00000014;border:1px solid #E2E8F0;padding:2.25rem 2.5rem;display:flex;flex-direction:column}.policy-row-item{display:grid;grid-template-columns:1fr 1.35fr;gap:2.5rem;align-items:start;padding:2.25rem 0}.policy-row-item:not(:last-child){border-bottom:1px solid #E2E8F0}.policy-row-item:first-child{padding-top:0}.policy-row-item:last-child{padding-bottom:0}.policy-left-group{display:flex;align-items:flex-start;gap:1rem}.policy-num-badge{width:32px;height:32px;border-radius:8px;background:#1d61e7;color:#fff;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.policy-icon-blue{width:42px;height:42px;color:#1d61e7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.policy-heading{font-size:1.35rem;font-weight:700;color:#0f172a;font-family:var(--font-serif);line-height:1.25;margin-bottom:.4rem}.policy-subtext{font-size:.9rem;color:#475569;line-height:1.55}.policy-right-box{background:#f8fafc;border-radius:14px;border:1px solid #E2E8F0;padding:1.5rem 1.75rem}.policy-bullet-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.policy-bullet-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:#334155;line-height:1.55}.policy-bullet-dot{color:#1d61e7;font-weight:800}.policy-struct-stack{display:flex;flex-direction:column;gap:1rem}.policy-struct-unit{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1rem}.policy-struct-unit:not(:last-child){border-bottom:1px dashed #CBD5E1}.policy-struct-icon-circle{width:38px;height:38px;border-radius:50%;border:1px solid #DBEAFE;background:#eff6ff;color:#1d61e7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.policy-struct-title{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.policy-struct-desc{font-size:.875rem;color:#475569;line-height:1.55}.clarification-dark-card{background:#050a18;border-radius:20px;padding:2rem 2.25rem;box-shadow:0 20px 45px #0000004d;margin-top:3.5rem;margin-bottom:5rem;display:grid;grid-template-columns:240px 1.4fr 1.1fr;gap:2rem;align-items:center;color:#fff}.clarification-img{width:100%;height:130px;object-fit:cover;border-radius:12px}.clarification-title{font-size:1.8rem;font-weight:700;color:#fff;font-family:var(--font-serif);line-height:1.2;margin-bottom:.5rem}.clarification-desc{font-size:.9rem;color:#cbd5e1;line-height:1.55}.clarification-action-col{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;border-left:1px solid rgba(255,255,255,.12);padding-left:1.75rem}.btn-white-talk{background:#fff;color:#1d61e7;font-weight:700;font-size:.9rem;padding:.7rem 1.4rem;border-radius:9999px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease}.btn-white-talk:hover{background:#eff6ff;transform:translateY(-1px)}.clarification-contact-item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#cbd5e1}.clarification-contact-item svg{color:#60a5fa;flex-shrink:0}@media (max-width: 1200px){.policy-row-item,.clarification-dark-card{grid-template-columns:1fr}.clarification-action-col{border-left:none;padding-left:0}.payment-anchor-card{grid-template-columns:1fr}.payment-badges-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.payment-anchor-bar-wrapper{margin-top:-30px}}@media (max-width: 640px){.payment-hero-title{font-size:2.4rem}.payment-badges-row{grid-template-columns:1fr}}.service-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 3.5rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:500px;display:flex;flex-direction:column;justify-content:center}.service-hero-content{max-width:640px}.service-hero-title{font-size:3.4rem;font-weight:600;font-family:var(--font-serif);color:#fff;margin-bottom:1.25rem;line-height:1.12}.service-hero-desc{font-size:1.025rem;color:#cbd5e1;line-height:1.6;max-width:580px;margin-bottom:3.25rem}.service-features-bar-exact{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;max-width:760px}.service-feature-item-exact{display:flex;align-items:center;gap:.85rem;position:relative}.service-feature-item-exact:not(:last-child):after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background-color:#ffffff26}.service-feature-icon-blue{width:36px;height:36px;color:#3b82f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-feature-text-white{font-size:.825rem;font-weight:700;color:#fff;line-height:1.25}.services-core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.service-core-card{background:#fff;border-radius:16px;border:1px solid #E2E8F0;box-shadow:0 10px 30px #0000000a;padding:1.75rem 1.75rem 1.25rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .25s ease}.service-core-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #1d61e714;border-color:#dbeafe}.service-card-header{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.5rem}.service-badge-num{width:32px;height:32px;border-radius:6px;background:#1d61e7;color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-card-title{font-size:1.2rem;font-weight:700;color:#0f172a;font-family:var(--font-serif);line-height:1.25}.service-card-sub{font-size:.85rem;color:#64748b;line-height:1.5;margin-bottom:1.25rem}.service-bullets-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.service-bullet-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.84rem;color:#334155;font-weight:600;line-height:1.5}.service-bullet-dot{color:#0f172a;font-weight:800}.service-card-img{width:100%;height:170px;object-fit:cover;border-radius:12px;box-shadow:0 4px 15px #0000000f}.portfolio-dark-section{background-color:#050a18;color:#fff;padding:5.5rem 0}.portfolio-filter-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2.75rem}.portfolio-filter-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#cbd5e1;font-size:.85rem;font-weight:600;padding:.55rem 1.25rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans)}.portfolio-filter-btn:hover{background:#ffffff1f;color:#fff}.portfolio-filter-btn.active{background:#1d61e7;border-color:#1d61e7;color:#fff;box-shadow:0 4px 14px #1d61e766}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.portfolio-card-exact{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 35px #0003;transition:all .25s ease}.portfolio-card-exact:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000059}.portfolio-img{width:100%;height:180px;object-fit:cover}.portfolio-body{padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:1rem;background:#fff}.portfolio-card-title{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:.25rem}.portfolio-card-sub{font-size:.8rem;color:#475569;line-height:1.45}.portfolio-cta-banner{background:#081024;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2rem 2.5rem;margin-top:3.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 20px 45px #0000004d}.portfolio-cta-left{display:flex;align-items:center;gap:1.75rem}.portfolio-cta-thumb{width:200px;height:105px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px #0003;flex-shrink:0}.portfolio-cta-title{font-size:1.45rem;font-weight:700;font-family:var(--font-serif);color:#fff;margin-bottom:.35rem}.portfolio-cta-sub{font-size:.875rem;color:#cbd5e1;line-height:1.5;max-width:500px}.portfolio-cta-right{display:flex;flex-direction:column;gap:.75rem;min-width:260px}.btn-proposal-blue{background:#1d61e7;color:#fff;font-weight:700;font-size:.875rem;padding:.8rem 1.6rem;border-radius:9999px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;box-shadow:0 8px 20px #1d61e766;font-family:var(--font-sans)}.btn-proposal-blue:hover{background:#144ec2;transform:translateY(-1px)}.btn-catalog-outline{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:600;font-size:.85rem;padding:.75rem 1.6rem;border-radius:9999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;font-family:var(--font-sans)}.btn-catalog-outline:hover{background:#ffffff1a;border-color:#fff9}@media (max-width: 1200px){.service-features-bar-exact,.services-core-grid,.portfolio-grid{grid-template-columns:repeat(2,1fr)}.portfolio-cta-banner{flex-direction:column;align-items:flex-start}.portfolio-cta-right{width:100%}}@media (max-width: 640px){.service-hero-title{font-size:2.4rem}.service-features-bar-exact,.services-core-grid,.portfolio-grid{grid-template-columns:1fr}.portfolio-cta-left{flex-direction:column;align-items:flex-start}.portfolio-cta-thumb{width:100%;height:160px}}.terms-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 5.5rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:480px}.terms-hero-content{max-width:620px}.terms-hero-title{font-size:3.4rem;font-weight:600;font-family:var(--font-serif);color:#fff;margin-bottom:1.25rem;line-height:1.12}.terms-meta-row{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.terms-meta-item{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:#cbd5e1;font-weight:500}.terms-meta-icon{width:36px;height:36px;border-radius:8px;background:#1d61e726;border:1px solid rgba(96,165,250,.3);color:#60a5fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.terms-hero-desc{font-size:1.025rem;color:#cbd5e1;line-height:1.6;max-width:580px;margin-bottom:2.25rem}.terms-anchor-bar-wrapper{margin-top:-50px;position:relative;z-index:20;padding-bottom:3.5rem}.terms-anchor-card{background:#fff;border-radius:16px;box-shadow:0 15px 35px #0000001a;border:1px solid #E2E8F0;padding:1.25rem 1.75rem;display:grid;grid-template-columns:140px repeat(7,1fr);gap:.75rem;align-items:center}.terms-anchor-title{font-size:1.1rem;font-weight:700;color:#0f172a;font-family:var(--font-serif)}.terms-anchor-accent{width:28px;height:3px;background:#1d61e7;border-radius:2px;margin-top:6px}.terms-anchor-btn{background:none;border:none;border-left:1px solid #E2E8F0;padding:.4rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer;transition:all .2s ease;text-align:center}.terms-anchor-btn:hover{transform:translateY(-2px)}.terms-anchor-icon{width:32px;height:32px;color:#475569;display:flex;align-items:center;justify-content:center}.terms-anchor-label{font-size:.78rem;font-weight:700;color:#334155;line-height:1.2}@media (max-width: 1200px){.terms-anchor-card{grid-template-columns:1fr}}@media (max-width: 992px){.terms-anchor-bar-wrapper{margin-top:-30px}}@media (max-width: 640px){.terms-hero-title{font-size:2.4rem}.terms-meta-row{flex-direction:column;align-items:flex-start;gap:.85rem}}.about-hero-exact{position:relative;background-color:#050a18;color:#fff;padding:5rem 0 4rem;background-image:linear-gradient(90deg,#050a18,#050a18 45%,#050a18d9 65%,#050a1826),url(/campus-building.png);background-size:auto 100%,cover;background-position:left center,right center;background-repeat:no-repeat;min-height:480px;display:flex;flex-direction:column;justify-content:center}.about-hero-content{max-width:640px}.about-hero-title{font-size:3.4rem;font-weight:600;font-family:var(--font-serif);color:#fff;margin-bottom:1.25rem;line-height:1.12}.about-hero-desc{font-size:1.1rem;color:#cbd5e1;line-height:1.6;max-width:580px;margin-bottom:3.25rem}.about-stats-row-exact{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:680px}.about-stat-item-exact{display:flex;align-items:center;gap:.85rem}.about-stat-icon-gold{width:38px;height:38px;color:#f59e0b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-stat-number-gold{font-size:1.5rem;font-weight:800;color:#f59e0b;line-height:1.1}.about-stat-text-white{font-size:.825rem;color:#fff;font-weight:600;margin-top:2px;line-height:1.25}.story-section{padding:5rem 0;background:#fff}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:flex-start}.story-heading{font-size:2.5rem;font-weight:700;color:#0f172a;font-family:var(--font-serif);line-height:1.18}.story-accent-bar{width:32px;height:3px;background:#1d61e7;border-radius:2px;margin:12px 0 24px}.story-paragraph{font-size:.95rem;color:#475569;line-height:1.75;margin-bottom:1.25rem}.story-right-stack{display:flex;flex-direction:column;gap:1.5rem}.story-img{width:100%;height:270px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #00000014}.story-quote-card{background:#050a18;border-radius:16px;padding:2.25rem 2.5rem;color:#fff;box-shadow:0 15px 35px #0003}.story-quote-icon{font-family:var(--font-serif);font-size:2.5rem;font-weight:800;color:#60a5fa;line-height:1;margin-bottom:.75rem}.story-quote-text{font-size:1.35rem;font-weight:600;font-family:var(--font-serif);line-height:1.35;color:#fff}.story-quote-highlight{color:#2563eb}.capabilities-section{padding:5rem 0;background:#f4f8ff;border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0}.capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.capability-card-white{background:#fff;border-radius:16px;padding:2rem 1.75rem;border:1px solid #E2E8F0;box-shadow:0 10px 30px #0000000a;transition:all .25s ease;display:flex;flex-direction:column}.capability-card-white:hover{transform:translateY(-4px);box-shadow:0 15px 35px #1d61e714;border-color:#dbeafe}.capability-icon-box{width:46px;height:46px;border-radius:12px;background:#eff6ff;border:1px solid #DBEAFE;color:#1d61e7;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.capability-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;line-height:1.3}.capability-desc{font-size:.875rem;color:#475569;line-height:1.6}.values-section{padding:5rem 0;background:#fff}.values-grid{display:grid;grid-template-columns:repeat(4,1fr)}.value-col-item{padding:0 1.75rem}.value-col-item:first-child{padding-left:0}.value-col-item:not(:last-child){border-right:1px solid #E2E8F0}.value-col-item:last-child{padding-right:0}.value-icon-gold{width:44px;height:44px;color:#f59e0b;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;line-height:1.3}.value-desc{font-size:.875rem;color:#475569;line-height:1.6}.leadership-section{padding:5rem 0;background:#f4f8ff;border-top:1px solid #E2E8F0}.leadership-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;margin-top:2rem}.leadership-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;border:1px solid #E2E8F0;display:grid;grid-template-columns:210px 1fr;overflow:hidden}.leadership-img{width:100%;height:100%;object-fit:cover;border-radius:16px 0 0 16px}.leadership-body{padding:1.75rem 1.5rem;display:flex;flex-direction:column}.leadership-name{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:.85rem;line-height:1.35}.leadership-name span{color:#1d61e7}.leadership-bio{font-size:.875rem;color:#475569;line-height:1.6;margin-bottom:.85rem}.leadership-gold-bar{background:#fdf8ee;border:1px solid #FDE68A;border-radius:14px;padding:1.25rem 2.25rem;margin-top:2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.leadership-dark-banner{background:#050a18;border-radius:16px;padding:1.5rem 2.5rem;margin-top:3.5rem;display:flex;align-items:center;justify-content:space-between;color:#fff;box-shadow:0 20px 45px #00000040}.leadership-banner-title{font-size:1.4rem;font-weight:700;font-family:var(--font-serif);color:#fff;margin-bottom:.25rem}.leadership-banner-sub{font-size:.9rem;color:#cbd5e1}.btn-banner-blue{background:#1d61e7;color:#fff;font-weight:700;font-size:.9rem;padding:.75rem 1.6rem;border-radius:9999px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 8px 20px #1d61e766}.btn-banner-blue:hover{background:#144ec2;transform:translateY(-1px)}@media (max-width: 1200px){.about-stats-row-exact{grid-template-columns:repeat(2,1fr)}.story-grid,.leadership-grid{grid-template-columns:1fr}.capabilities-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.value-col-item{padding:0;border-right:none!important}.leadership-gold-bar{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.about-hero-title,.story-heading{font-size:2.4rem}.about-stats-row-exact,.capabilities-grid,.values-grid,.leadership-gold-bar,.leadership-card{grid-template-columns:1fr}.leadership-img{height:240px;border-radius:16px 16px 0 0}.leadership-dark-banner{flex-direction:column;align-items:flex-start;gap:1.25rem}}
