:root{--nav-bg:#f8fafc;--nav-text:#1e293b;--dropdown-bg:#fff;--primary-blue:#2563eb;--hover-blue:#eff6ff;--border-color:#80808026;--shadow:0 10px 40px #0000001f}.navbar{align-items:center;background-color:#f8fafc!important;background-color:var(--nav-bg)!important;display:flex;height:90px;left:0;overflow:visible;padding:0;position:fixed;top:0;transition:.3s ease;width:100%;z-index:1000}.navbar.scrolled{background-color:#fff!important;box-shadow:0 2px 15px #00000014}.nav-container{justify-content:space-between;margin:auto;max-width:1400px;position:relative;width:100%}.hlogo,.nav-container{align-items:center;display:flex;height:100%}.hlogo{padding:0}.hlogo img{cursor:pointer;display:block;height:190px;object-fit:contain;width:auto}.nav-links{cursor:pointer;gap:25px;list-style:none;margin:0;padding:0}.nav-links,.nav-links li{align-items:center;display:flex;height:100%}.nav-links li{position:relative}.nav-item-header{align-items:center;color:#1e293b;color:var(--nav-text);cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:6px;text-transform:uppercase;transition:.2s}.nav-links li:hover .nav-item-header{color:#2563eb;color:var(--primary-blue)}.mega-dropdown{animation:fadeIn .2s ease-out;background:#fff;border:1px solid #80808026;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow);display:flex;left:0;margin-top:5px;min-width:260px;overflow:hidden;position:absolute;top:100%;z-index:1001}.mega-dropdown.expanded{min-width:580px}.side-menu{background:#fff;padding:10px 0;width:260px}.side-item{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;justify-content:space-between;padding:12px 20px}.side-item.active-sub{background:#eff6ff;background:var(--hover-blue);color:#2563eb;color:var(--primary-blue)}.cat-link{align-items:center;display:flex;gap:12px}.content-menu{background:#fcfcfc;border-left:1px solid #f1f5f9;flex:1 1;padding:15px 20px}.content-menu p{border-radius:6px;color:#1e293b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 15px}.content-menu p:hover{background:#fff;color:#2563eb;color:var(--primary-blue)}.dropdown{background:#fff;border:1px solid #80808026;border:1px solid var(--border-color);border-radius:10px;box-shadow:0 10px 40px #0000001f;box-shadow:var(--shadow);left:0;margin-top:5px;min-width:200px;padding:10px;position:absolute;top:100%}.nav-actions{align-items:center;display:flex}.btn{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50px;box-shadow:0 4px 15px #3b82f64d;color:#fff!important;font-size:14px;font-weight:700;margin:10px;padding:12px 15px;text-decoration:none}.hamburger{color:#1e293b;color:var(--nav-text);cursor:pointer;display:none;font-size:24px;margin-left:15px}@media (max-width:1024px){.navbar{height:80px;padding:0 15px}.nav-container{align-items:center;display:flex;justify-content:space-between;width:100%}.hlogo,.hlogo img{height:auto}.hlogo img{width:140px}.hamburger{align-items:center;color:#1e293b;color:var(--nav-text);cursor:pointer;display:flex!important;font-size:28px;justify-content:center;margin-left:auto;margin-right:10px;padding:15px;z-index:1100}.nav-actions .btn,.nav-links{display:none}.nav-links{flex-direction:column;list-style:none;margin:0}.nav-links.open{background:#fff;box-shadow:-10px 0 30px #0000001a;display:flex!important;height:100vh;max-width:300px;overflow-y:auto;padding:80px 20px 20px;position:fixed;right:0;top:0;width:80%;z-index:1050}.nav-links li{display:block;height:auto;width:100%}.nav-item-header{border-bottom:1px solid #80808026;border-bottom:1px solid var(--border-color);display:flex;font-size:14px;justify-content:space-between;padding:15px 0;text-transform:capitalize;width:100%}.dropdown,.mega-dropdown{animation:none;background:#f8fafc;border:none;box-shadow:none;display:none;min-width:100%;padding-left:15px;position:static;width:100%}.nav-links.open .dropdown,.nav-links.open .mega-dropdown{display:block}.mega-dropdown.expanded{min-width:100%}.content-menu,.side-menu{background:#0000;border:none;padding:5px 0;width:100%}.side-item{padding:10px 0}.content-menu p{font-size:13px;padding:8px 10px}}.global-chat-wrapper{bottom:30px;font-family:Arial,sans-serif;position:fixed;right:30px;z-index:9999}.chat-icon{align-items:center;background:#2563eb;border-radius:50%;box-shadow:0 5px 15px #0003;cursor:pointer;display:flex;height:60px;justify-content:center;position:relative;transition:.3s;width:60px}.chat-icon:hover{transform:scale(1.1)}.notification-dot{background:#ef4444;border:2px solid #fff;border-radius:50%;height:12px;position:absolute;right:5px;top:5px;width:12px}.chat-window{animation:slideIn .3s ease-out;background:#fff;border-radius:15px;bottom:80px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;height:450px;overflow:hidden;position:absolute;right:0;width:350px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:#2563eb;color:#fff;justify-content:space-between;padding:15px}.bot-profile,.chat-header{align-items:center;display:flex}.bot-profile{gap:10px}.avatar{background:#fff3;border-radius:50%;font-weight:700;height:30px;line-height:30px;text-align:center;width:30px}.close-btn{background:none;border:none;color:#fff;cursor:pointer}.chat-messages{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:15px}.msg-bubble{border-radius:15px;font-size:14px;max-width:80%;padding:10px 15px}.msg-bubble.bot{align-self:flex-start;background:#e5e7eb;border-bottom-left-radius:2px;color:#374151}.msg-bubble.user{align-self:flex-end;background:#2563eb;border-bottom-right-radius:2px;color:#fff}.chat-input-area{border-top:1px solid #eee;display:flex;gap:10px;padding:15px}.chat-input-area input{border:1px solid #ddd;border-radius:20px;flex:1 1;outline:none;padding:8px 12px}.chat-input-area button{background:#2563eb;border:none;border-radius:50%;color:#fff;cursor:pointer;height:35px;width:35px}.chatbot-ripple{animation:blink 2s infinite;background:#3b82f666;border-radius:50%;height:45px;position:absolute;width:45px}.chip-container{align-self:flex-start;display:flex;flex-wrap:wrap;gap:8px;padding:5px 0}.chip-btn{background:#eff6ff;border:1px solid #2563eb;border-radius:15px;color:#2563eb;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s}.chip-btn:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.chatbot-logo-container{align-items:center;background:#fff;border:1px solid #0000001a;border-radius:50%;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.chatbot-header-logo{height:auto;object-fit:contain;width:100%}.bot-status .name{color:#fff;display:block;font-size:14px;font-weight:600}.status-text{align-items:center;color:#e2e8f0;display:flex;font-size:11px}.status-text:before{background-color:#4ade80;border-radius:50%;content:"";display:inline-block;height:8px;margin-right:5px;width:8px}.about-section{background-color:var(--bg-color);overflow:hidden;padding:80px 40px;position:relative;z-index:1}.about-container{align-items:stretch;display:flex;gap:60px;margin:auto;max-width:1200px}.about-image{flex:1 1;height:450px;position:relative}.about-image img{border-radius:16px;box-shadow:0 15px 40px #00000026;display:block;height:100%;margin-top:100px;object-fit:cover;transition:.4s ease;width:100%}.about-image img:hover{transform:scale(1.05)}.about-badge{background-color:var(--bg-color);border-radius:12px;box-shadow:0 10px 25px #0000001a;margin-top:100px;padding:12px 16px;position:absolute}.about-badge.bottom{background:linear-gradient(135deg,#1e40af,#3b82f6);bottom:-120px;color:#fff;margin-top:300px;right:-15px}.about-badge.top,.about-badge.top h3,.about-badge.top p{color:var(--text-muted);left:-10px;top:-10px}.about-badge h3{color:#fff;font-size:20px;font-weight:800;margin:0}.about-badge p{color:#fff;font-size:12px;opacity:.8}.about-content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.about-tag{color:#3b82f6;font-size:12px;font-weight:700;text-transform:uppercase}.about-content h2{color:var(--text-main);font-size:32px;font-weight:800;margin:10px 0}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text}.about-desc{color:var(--text-main);font-size:16px;line-height:1.5;margin:15px 0}.about-features{margin-top:15px}.feature{align-items:flex-start;border-radius:10px;display:flex;gap:12px;margin-bottom:10px;padding:12px;transition:.3s}.feature:hover{background:#3b82f614;transform:translateX(5px)}.icon{align-items:center;background:#3b82f61a;border-radius:8px;display:flex;font-size:18px;height:40px;justify-content:center;min-width:40px}.feature h4{color:var(--text-main);font-size:16px;font-weight:700;margin:0}.feature p{color:var(--text-main);font-size:14px;line-height:1.4;margin:3px 0 0}.about-btn{background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:20px;padding:12px 24px;transition:.3s;width:fit-content}.about-btn:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}@media (max-width:900px){.about-container{flex-direction:column}.about-image{height:300px}.about-content{text-align:center}.feature{justify-content:center;text-align:left}}.bg-shape{height:250px;margin-left:90px;pointer-events:none;position:absolute;z-index:0}.bg-shape.left{left:10px;top:120px;width:60px}.bg-shape.right{bottom:60px;margin-right:100px;right:60px;width:80px}@media (max-width:900px){.bg-shape{display:none}.about-badge.bottom{bottom:-45px}.about-badge.top{top:-45px}}.dest-section{background-color:var(--bg-color);padding:60px 20px;position:relative;z-index:5}.container{max-width:1200px}.heading{margin-bottom:40px;text-align:center}.couselling-h2{color:var(--text-main);font-size:32px;font-weight:700;line-height:1.3;margin-bottom:20px}.destinations{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.dest-btn{background:#fff;border:1px solid #e5e7eb;border-radius:50px;box-shadow:0 4px 6px #0000000d;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.dest-btn:hover{border-color:#3b82f6;box-shadow:0 10px 15px #0000001a;color:#3b82f6;transform:translateY(-3px)}.counselling-section{align-items:center;background-position:100%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:480px;padding:80px;position:relative;width:100%;z-index:1}.overlay{background:linear-gradient(to right,var(--bg-color) 70%,#0000);height:100%;left:0;position:absolute;top:0;width:60%}.content{max-width:550px;position:relative;z-index:2}.couselling-h{color:var(--text-main);font-size:32px;font-weight:700;line-height:1.3;margin-bottom:20px}.phone{color:#f59e0b;font-size:26px;font-weight:700;margin-bottom:25px}.btn{border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:600;padding:14px 28px;transition:.3s}.btn:hover{background-color:#f3f4f6;transform:scale(1.05)}@media (max-width:992px){.counselling-section{background-position:50%;padding:60px 40px}.overlay{background:#0009;width:100%}.couselling-h{font-size:26px}}@media (max-width:768px){.dest-section{padding:40px 15px}.dest-btn{font-size:14px;padding:10px 18px}.counselling-section{justify-content:center;min-height:400px;padding:50px 20px;text-align:center}.content{max-width:100%}.couselling-h,.phone{font-size:22px}.btn{width:100%}}.faq-wrapper{display:flex;min-height:550px;overflow:hidden;position:relative;width:100%}.faq-left{background-position:50%;background-size:cover;margin-bottom:60px;width:50%}.faq-strip{background:#2b6cb0;clip-path:polygon(0 0,100% 60px,100% 100%,0 calc(100% - 60px));width:60px}.faq-right{background-image:url(/static/media/faq-bg2-1.accb547d7f405186bf31.png);color:#fff;display:flex;flex-direction:column;justify-content:center;margin-top:60px;padding:50px 40px;position:relative;width:50%}.faq-subtitle{color:#c7d2fe;margin-bottom:10px}.faq-right h2{font-size:28px;margin-bottom:25px}.faq-h{color:#fff}.faq-box{margin-top:20px;max-height:350px;overflow-y:auto;padding-right:10px}.faq-item{background:#f3f3f3;border-radius:14px;margin-bottom:15px;overflow:hidden;transition:.3s}.faq-question{align-items:center;color:#1e293b;cursor:pointer;display:flex;font-weight:500;justify-content:space-between;padding:18px 20px}.faq-question .icon{transition:transform .3s}.faq-item.active .icon{transform:rotate(180deg)}.faq-answer{color:#555;font-size:14px;max-height:0;overflow:hidden;padding:0 20px;transition:all .3s ease}.faq-answer.show{max-height:200px;padding:10px 20px 20px}.faq-item.active{background:#dbeafe}.overlay-img{pointer-events:none;position:absolute;right:20px;top:20%;transform:translateY(-50%);width:120px}@media (max-width:992px){.faq-right{padding:40px 25px}.faq-right h2{font-size:24px}}@media (max-width:768px){.faq-wrapper{flex-direction:column}.faq-left{height:250px;width:100%}.faq-strip{height:6px;width:100%}.faq-right{margin-top:0;padding:30px 20px;width:100%}.faq-box{max-height:none}.overlay-img{display:none}}.footer{background:#f1f5f9;box-sizing:border-box;color:#1e293b;padding:60px 40px 30px;width:100%}.footer-container{grid-gap:50px;align-items:flex-start;display:grid;gap:50px;grid-template-columns:1.3fr 1fr 1fr 1.2fr;margin:auto;max-width:1200px}.brand-column{align-items:flex-start;display:flex;flex-direction:column;text-align:left}.logo{display:inline-block;margin-bottom:5px}.logo img{display:block;height:auto;width:150px}.desc{color:#475569!important;font-size:15px!important;line-height:1.7!important}.desc,.tagline{cursor:default!important;margin-bottom:0!important;margin-top:15px!important;transform:none!important}.tagline{color:#0f172a!important;font-weight:600!important}.footer h4{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:20px;margin-top:0}.footer-link-item{color:#334155;cursor:pointer;font-size:15px;margin-bottom:12px;transition:.3s ease}.footer-link-item:hover{color:#2563eb;transform:translateX(5px)}.contact p{color:#334155;cursor:default;font-size:15px;margin-bottom:12px}.phone{font-size:20px!important;font-weight:700!important}.email{font-size:18px!important;font-weight:600!important}.address{line-height:1.6}.map-wrapper{border-radius:15px;margin-top:15px;max-width:300px;overflow:hidden;width:100%}.social{margin-top:20px}.social h5{color:#2563eb;font-size:16px;margin-bottom:10px;margin-top:0}.icons{display:flex;gap:12px}.icons span{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;transition:.3s;width:40px}.icons span:hover{background:#2563eb;color:#fff;transform:scale(1.1)}.copy{align-items:center;border-top:1px solid #e5e7eb;color:#666;display:flex;flex-wrap:wrap;font-size:13px;justify-content:space-between;margin:50px auto 0;max-width:1200px;padding-top:15px}.rightcopy a{color:#666;cursor:pointer;margin-left:15px;text-decoration:none}.rightcopy a:hover{color:#2563eb}@media (max-width:992px){.footer-container{gap:40px;grid-template-columns:repeat(2,1fr)}.copy{margin:40px auto 0}}@media (max-width:576px){.footer-container{gap:30px;grid-template-columns:1fr;text-align:center}.brand-column{align-items:center;text-align:center}.desc,.tagline{text-align:center!important}.icons{justify-content:center}.copy{flex-direction:column;gap:10px;text-align:center}}.global-section{background-color:var(--bg-color);color:#fff;padding:60px 40px 20px;text-align:center}.stats{background:linear-gradient(90deg,#0f1c3f,#2a3e75);border-radius:15px;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:20px;overflow:hidden}.globar-h,.stat-box,.stats{color:#fff}.stat-box{padding:30px}.stat-box h2{font-size:42px;font-weight:700}.stat-box p{font-size:18px;opacity:.8}.heading h2{font-size:32px;font-weight:800}.heading span{color:#3b82f6}.heading p{color:#fff;margin-bottom:40px}@media (max-width:768px){.stats{grid-template-columns:repeat(1,1fr)}.map-container{height:300px}}.services-section{background-color:var(--bg-color);padding:40px}.container{max-width:1280px}.services-header{text-align:center}.services-header h2{font-size:32px;font-weight:800}.services-header h2,.services-header p{color:var(--text-main);margin-top:10px}.services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.service-card{background-color:#fff;border:1px solid var(--border-color);border-radius:16px;cursor:pointer;overflow:hidden;padding:28px 22px;position:relative;transition:.3s}.service-card-h{color:#000}.service-card:before{background:var(--c);content:"";height:3px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:.3s;width:100%}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.service-icon{font-size:34px;margin-bottom:12px}.service-card h3{font-size:16px;font-weight:700;margin-bottom:8px}.service-card p{color:var(--text-muted);font-size:16px;line-height:1.6}.service-link{color:var(--c);display:inline-block;font-size:12px;font-weight:600;margin-top:14px}@media (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.services-grid{grid-template-columns:1fr}}.event-card{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:20px auto;max-width:80%;padding:20px;position:relative;transition:.3s}.event-card:hover{transform:translateY(-5px)}.event-img{border-radius:50%;flex-shrink:0;height:200px;overflow:hidden;width:200px}.event-img img{height:100%;object-fit:cover;width:100%}.event-date{align-items:center;background-color:#3b82f6;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:65px;justify-content:center;left:60px;position:absolute;top:-20px;width:65px;z-index:2}.event-content{flex:1 1;min-width:220px}.event-content h3{color:#000;font-size:18px;margin:5px 0}.event-card-h{color:#000}.event-host,.event-location,.event-time{color:var(--text-muted);font-size:13px;margin:3px 0}.event-action{flex-shrink:0}.event-action button{background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:.3s}.event-action button:hover{transform:scale(1.05)}@media (max-width:992px){.event-card{gap:15px}.event-date{left:50px}}@media (max-width:768px){.event-card{align-items:flex-start;flex-direction:column;padding-top:50px}.event-img{height:70px;width:70px}.event-date{font-size:11px;height:55px;left:15px;top:10px;width:55px}.event-action,.event-action button{width:100%}}@media (max-width:480px){.event-content h3{font-size:16px}.event-host,.event-location,.event-time{font-size:12px}}.hero{align-items:center;background-color:#000;display:flex;height:100vh;justify-content:center;overflow:hidden;position:sticky;top:0}.hero-bg-wrapper{inset:0;position:absolute;z-index:0}.hero-bg-layer{background-position:50%;background-size:cover;inset:0;opacity:0;position:absolute;transition:opacity 1.5s ease-in-out}.hero-bg-layer.active{opacity:1}.hero:before{background:#0000008c;content:"";inset:0;position:absolute;z-index:1}.hero-content{color:#fff;max-width:800px;padding:20px;position:relative;text-align:center;transition:all .5s cubic-bezier(.165,.84,.44,1);z-index:2}.hero-h{color:#fff;text-shadow:0 2px 10px #0000004d}.hero.shrink .hero-content{opacity:0;pointer-events:none;transform:translateY(-80px) scale(.9)}.hero-content h1{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:15px}.hero-content h3{font-size:1.5rem;font-weight:600;margin-bottom:20px;opacity:.9}.hero-content p{color:#ffffffd9;font-size:1.1rem;font-weight:400;line-height:1.6;margin-bottom:35px}.hero-buttons{display:flex;gap:15px;justify-content:center}.primary,.secondary{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:700;padding:14px 30px;transition:all .3s ease}.primary{background:#2f80ed;color:#fff}.primary:hover{background:#1e66cc;box-shadow:0 5px 15px #2f80ed66;transform:translateY(-2px)}.secondary{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #ffffff4d;color:#fff}.secondary:hover{background:#fff;color:#1e293b}@media (max-width:768px){.hero-content h1{font-size:2.2rem}.hero-content h3{font-size:1.2rem}.hero-buttons{align-items:center;flex-direction:column}}body,html{overflow-x:hidden}.cta-desc{font-size:16px}.feature-text strong{color:#334155;display:block;font-size:15px}.feature-text span{color:#64748b;color:var(--text-muted);font-size:13px}.help-info{display:flex;flex-direction:column}.help-label{color:#94a3b8;font-size:11px}.help-divider{background:#334155;height:35px;margin:0 20px;width:1px}.help-tag{color:#94a3b8;font-size:14px;margin:0}.cta-form-card{margin:50px;width:400px}.form-header{justify-content:center;margin:0 auto 12px}.header-decoration{display:flex;gap:8px;margin-bottom:15px;margin-top:0}.header-decoration,.user-circle{align-items:center;justify-content:center}.user-circle{background-color:#e0e0e1;border-radius:50%;height:60px;width:60px}.header-decoration .line{background:#e2e8f0;height:1px;width:35px}.header-decoration .dot{background:none;border-radius:50%;height:4px;width:4px}.header-decoration .dot.active{background:#3b82f6;height:6px;width:6px}.cta-form-card *,.cta-form-card :after,.cta-form-card :before{box-sizing:border-box}.cta-form-card input,.cta-form-card select,.cta-form-card textarea{transition:.2s}.role-select{cursor:pointer}.cta-form-card input:focus,.cta-form-card textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f60d;outline:none}.form-textarea{min-height:110px}.dynamic-fields{transition:.5s cubic-bezier(.4,0,.2,1)}.dynamic-fields.show{max-height:800px}.dynamic-input{margin-bottom:12px;padding-left:18px!important}.checkbox-group-styled label{display:block;margin-bottom:5px}.file-upload-styled{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:10px;padding:12px}.file-upload-styled label{align-items:center;color:#3b82f6;display:flex;font-size:12px;font-weight:600;gap:5px;margin-bottom:5px}.submit-btn{margin-top:10px;transition:.3s}.submit-btn:hover{box-shadow:0 8px 20px #3b82f640;transform:translateY(-2px)}.form-footer-note{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px;justify-content:center;margin-top:20px}@media (max-width:992px){.cta-container{gap:40px;grid-template-columns:1fr}.cta-left{text-align:center}.cta-desc{margin:0 auto 30px}.cta-features{align-items:center}.help-banner{justify-content:center}}.checkbox-group-styled p{color:#64748b;font-size:13px;font-weight:600;margin-bottom:8px}.checkbox-group-styled input[type=checkbox]{cursor:pointer}:root{--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#f4f9ff}.cta-section{background-image:url(/static/media/register-bg.1ba6535f94fb6a2b18a5.png);background-position:50%;background-size:cover;margin-top:50px}.cta-container{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:1.1fr .9fr;margin:auto;max-width:1200px}.cta-heading{color:#0f172a;font-size:46px;font-weight:800;line-height:1.1;margin-bottom:15px}.highlight-green{color:#72bf44}.cta-desc{color:#64748b;color:var(--text-muted);font-size:15px;margin-bottom:30px;max-width:500px}.cta-features{display:flex;flex-direction:column;gap:20px;margin-bottom:35px}.feature-item{gap:15px}.feature-item,.icon-box{align-items:center;display:flex}.icon-box{background:#fff;border-radius:12px;box-shadow:0 4px 10px #00000008;font-size:22px;height:45px;justify-content:center;width:45px}.icon-box.green{background:#f0fdf4}.icon-box.blue{background:#eff6ff}.icon-box.purple{background:#faf5ff}.icon-box.orange{background:#fffaf0}.help-banner{align-items:center;background:#0f172a;border-radius:14px;color:#fff;display:inline-flex;padding:12px 25px}.phone-icon-bg{align-items:center;background:#72bf44;border-radius:50%;display:flex;height:38px;justify-content:center;margin-right:15px;width:38px}.help-num{font-size:16px;font-weight:700}.cta-form-card{background:#fff;border-radius:30px;box-shadow:0 20px 50px #0000000a;margin:0 auto;max-width:460px;padding:40px;width:100%}.form-header{margin-bottom:25px;text-align:center}.form-header h3{color:#1e293b;font-size:24px;font-weight:700;margin:0}.input-group{margin-bottom:15px;width:100%}.field-icon{color:#94a3b8;left:18px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.cta-form-card input,.cta-form-card select,.cta-form-card textarea{background:#fdfdfd;border:1px solid #e5eaf2;border-radius:12px;color:#1e293b;display:block;font-size:14px;padding:13px 15px 13px 50px!important;width:100%}.role-select{border-color:#3b82f6!important;font-weight:600;padding-left:18px!important}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:15px}.form-textarea{min-height:100px;padding-left:50px!important;resize:none}.dynamic-fields{max-height:0;opacity:0;overflow:hidden;transition:.5s ease}.dynamic-fields.show{margin-bottom:15px;max-height:1000px;opacity:1}.checkbox-group-styled{padding:10px 0}.checkbox-group-styled label{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:13px;gap:10px;margin-bottom:8px}.checkbox-group-styled input[type=checkbox]{height:16px;margin:0;width:16px}.submit-btn{background:linear-gradient(90deg,#3b82f6,#7c3aed);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px;width:100%}@media (max-width:992px){.cta-container{gap:40px;grid-template-columns:1fr}.cta-left{text-align:center}.cta-desc{margin:0 auto 30px}.cta-section{background-image:none}}@media (max-width:768px){.cta-section{padding:40px 15px}.cta-heading{font-size:30px}.cta-form-card{padding:25px 20px}.form-row{gap:15px;grid-template-columns:1fr}.help-banner{flex-direction:column;text-align:center;width:100%}.help-divider{display:none}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-page-wrapper{background-color:#080b12;height:100vh;margin-top:70px;overflow:hidden;width:100%}.map-container{display:flex;height:100%;width:100%}.map-view{cursor:default!important;flex:1 1;height:100%;position:relative}.leaflet-map{background:#080b12!important;height:100%!important;width:100%!important}.info-sidebar{background-color:#0f172a;border-left:1px solid #ffffff1a;overflow-y:auto;padding:40px 25px;width:380px;z-index:10}.sidebar-title{color:#fff;font-size:28px;font-weight:700;margin-bottom:25px}.sidebar-group{margin-bottom:20px}.sidebar-label{align-items:center;color:#fff;display:flex;font-size:15px;font-weight:600;gap:10px;margin-bottom:10px}.field-box{background-color:#1e293b;border:1px solid #ffffff0d;border-radius:8px;box-sizing:border-box;color:#f8fafc;font-size:14px;margin-bottom:6px;padding:12px 16px;width:100%}.apply-btn{background-color:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:15px;padding:16px;width:100%}.marker-wrapper .dot{background:#3b82f6;border:2px solid #fff;border-radius:50%;box-shadow:0 0 10px #3b82f6cc;height:14px;width:14px}.marker-wrapper.active .dot{background:#fff;border:2px solid #3b82f6;transform:scale(1.2)}.ripple{animation:blink 2s infinite;background:#3b82f666;border-radius:50%;height:25px;position:absolute;width:25px}@keyframes blink{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(3)}}@media (max-width:768px){.map-container{flex-direction:column}.map-view{flex:none;height:40vh}.info-sidebar{height:60vh;width:100%}}.leaflet-tooltip.map-tooltip{background-color:#1e293b;border:1px solid #3b82f6;border-radius:4px;box-shadow:0 4px 10px #0000004d;color:#fff;font-size:12px;font-weight:600;padding:4px 8px}.leaflet-tooltip-top:before{border-top-color:#3b82f6}.leaflet-tooltip.permanent-tooltip{background-color:#3b82f6;border:none}.team-section{background-image:url(/static/media/team-bg4-1.801b0be58234aa2c328a.png);height:700px;padding:60px 20px;text-align:center}.team-subtitle{color:#2b6cb0;font-size:18px;font-weight:600;margin-bottom:5px}.team-title{color:#000;font-size:32px;font-weight:700;margin-bottom:40px}.team-container{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.team-card{background-color:var(--bg-color);border-radius:18px;box-shadow:0 10px 30px #00000014;color:var(--text-main);min-height:400px;padding:25px 20px;position:relative;transition:.3s}.team-card:hover{transform:translateY(-8px)}.img-wrapper{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:50%;height:90px;margin:-60px auto 15px;overflow:hidden;width:90px}.img-wrapper img{height:100%;object-fit:cover;width:100%}.team-card h3{font-size:18px;font-weight:700;margin-bottom:5px}.team-card h4{color:var(--text-muted);font-size:14px;margin-bottom:10px}.team-card p{color:var(--text-muted);font-size:16px;line-height:1.5}@media (max-width:1024px){.team-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.team-container{grid-template-columns:1fr}.team-section{height:auto}}.swiper-3d{.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}.swiper-button-next,.swiper-button-prev{color:#007aff;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-pagination-bullets-dynamic{.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:#007aff}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-pagination-progressbar{.swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-scrollbar{background:#0000001a;background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:#00000080;background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-coverflow,.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}.uni-section{background-color:#f8fafc;padding:50px 40px;position:relative}.header-container{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:35px}.header-text h2{color:#070707a4;font-size:30px;font-weight:700;margin-bottom:6px}.header-text .sub-heading{color:#18191a;font-size:16px}.slider-wrapper{position:relative;width:100%}.uni-swiper{padding-bottom:15px;width:100%}.uni-swiper-slide{display:flex!important;height:auto!important}.uni-card-v2{border-radius:20px;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column;justify-content:space-between;min-height:340px;padding:30px 24px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.uni-card-v2:hover{box-shadow:0 15px 30px #0000001f;transform:translateY(-6px)}.uni-card-v2 .imgBox{display:flex;justify-content:flex-start;margin-bottom:20px}.uni-card-v2 .imgBox img{height:auto;object-fit:contain;transition:transform .6s cubic-bezier(.4,0,.2,1);width:70px}.uni-card-v2:hover .imgBox img{transform:rotate(1turn)}.uni-card-v2 h3{color:#fff;font-size:21px;font-weight:600;line-height:1.3;margin-bottom:12px}.uni-card-v2 p{color:#ffffffd9;font-size:14px;line-height:1.5}.uni-card-v2 .arrow-btn{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:40px;justify-content:center;margin-top:15px;width:40px}.uni-card-v2 .arrow-icon{color:#1e293b;cursor:pointer;font-size:18px;font-weight:700}.custom-nav-buttons{display:flex;gap:12px}.custom-nav-buttons button{align-items:center;background-color:#1e88e5;border:none;border-radius:50%;box-shadow:0 4px 10px #1e88e54d;color:#fff;cursor:pointer;display:flex;font-size:16px;height:42px;justify-content:center;transition:background-color .2s,transform .2s;width:42px}.custom-nav-buttons button:hover{background-color:#1565c0;transform:scale(1.05)}@media (max-width:768px){.uni-section{padding:35px 20px}.header-container{align-items:flex-start;flex-direction:column;gap:15px}.uni-card-v2{min-height:320px;padding:25px 20px}}.uni-card-v2 p{color:#fffffff2;font-size:16px!important;line-height:1.6}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.about-page-main-wrapper,.pgs-card-content-body-card{background-color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.pgs-card-content-body-card{text-align:center}.about-banner{align-items:center;background:url(https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80) 50%/cover;display:flex;height:450px;justify-content:center;position:relative}.about-subtitle{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:20px;color:#fff;font-size:.85rem;margin-bottom:20px;padding:6px 16px}.banner-overlay{background:linear-gradient(180deg,#0006,#0f172a);inset:0;position:absolute}.banner-content{margin-top:150px;padding:0 20px;text-align:center;z-index:2}.about-h{color:#fff;font-size:50px;font-weight:800}.about-h span{color:#3b82f6}.about-page-main-wrapper h2{color:#1e293b!important;font-size:clamp(1.8rem,5vw,2.5rem)!important;font-weight:800!important;margin-bottom:50px!important;text-align:center!important;text-transform:capitalize!important}.about-page-main-wrapper h2 span{color:linear-gradient(135deg,#1e40af,#3b82f6)}.pgs-about-unique-wrapper{padding:60px 5%}.pgs-text-center-header{margin:0 auto 50px;max-width:800px;text-align:center}.pgs-values-grid-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.pgs-value-item-card{background:#fff;border:1px solid #eef2f6;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.pgs-card-top-accent{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:15px;text-align:center}.pgs-value-section{background-color:#f8fafc;padding:80px 5%}.pgs-three-card-row{grid-gap:50px 25px;display:grid;gap:50px 25px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.pgs-premium-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 4px 20px #00000008;padding:45px 20px 25px;position:relative}.pgs-icon-floating{align-items:center;border-radius:12px;box-shadow:0 8px 15px #0000001a;display:flex;height:50px;justify-content:center;left:20px;position:absolute;top:-25px;width:50px}.pgs-team-section{background:#fff;padding:80px 5%}.pgs-team-card-v2{background:#fdfdfd;border:1px solid #f1f5f9;border-radius:12px;height:100%;overflow:hidden;text-align:center}.pgs-card-banner{background:linear-gradient(135deg,#1e40af,#3b82f6);display:flex;height:120px;justify-content:center;margin-bottom:55px;position:relative}.pgs-member-img-circle{background:#fff;border:4px solid #fff;border-radius:50%;bottom:-45px;box-shadow:0 4px 10px #0000001a;height:100px;overflow:hidden;position:absolute;width:100px}.pgs-member-img-circle img{height:100%;object-fit:cover;width:100%}.pgs-member-info{padding-bottom:20px}.pgs-member-pos{color:#6366f1;display:block;font-size:.9rem;font-weight:700;margin-top:5px}.mv-section-padding{padding:60px 5%}.mv-flex-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.mv-card-modern{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;text-align:center}.mv-icon-box{align-items:center;background:#fee2e2;border-radius:50%;color:#ef4444;display:flex;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.mv-icon-box.blue-bg{background:#e0e7ff;color:#4f46e5}@media (max-width:900px){.pgs-three-card-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.mv-flex-grid,.pgs-three-card-row,.pgs-values-grid-layout{grid-template-columns:1fr!important}.pgs-premium-card{margin-top:30px}.about-banner{height:250px}.pgs-team-section{padding:60px 2%}}.pgs-stats-section{background:linear-gradient(135deg,#f8fafc,#eff6ff);padding:100px 5%;position:relative}.pgs-stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.pgs-stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fff;border-radius:24px;box-shadow:0 10px 25px #6366f10d;display:flex;flex-direction:column;padding:35px 20px;text-align:center;transition:all .3s ease}.pgs-stat-card:hover{border-color:#6366f1;box-shadow:0 20px 40px #6366f11f;transform:translateY(-8px)}.pgs-stat-icon-wrapper{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:18px;box-shadow:0 8px 16px #6366f133;color:#fff;display:flex;height:60px;justify-content:center;margin-bottom:20px;width:60px}.pgs-stat-info h3{color:#1e293b;font-size:2rem;font-weight:800;letter-spacing:-1px;margin:0 0 5px}.pgs-stat-info p{color:#64748b;font-size:.95rem;font-weight:500;line-height:1.4;margin:0}@media (max-width:1024px){.pgs-stats-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.pgs-stats-grid{grid-template-columns:1fr}.pgs-stat-card{padding:30px}.pgs-stat-info h3{font-size:1.8rem}}.pgs-why-choose-section{background-color:#fff;padding:100px 5%}.pgs-section-header{margin:0 auto 60px;max-width:700px;text-align:center}.pgs-section-header p{color:#64748b;font-size:1.1rem}.pgs-why-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1100px}.pgs-why-card{align-items:flex-start;background:#f8faff;border:1px solid #eef2f6;border-radius:20px;display:flex;padding:30px;transition:all .3s ease}.pgs-why-card:hover{background:#fff;border-color:#6366f1;box-shadow:0 15px 30px #6366f114;transform:translateX(10px)}.pgs-why-icon{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:14px;color:#fff;display:flex;height:54px;justify-content:center;margin-right:20px;min-width:54px}.pgs-why-content h4{color:#1e293b;font-size:1.2rem;font-weight:700;margin:0 0 8px}.pgs-why-content p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}@media (max-width:850px){.pgs-why-grid{grid-template-columns:1fr}.pgs-why-card:hover{transform:translateY(-5px)}}.pgs-new-approach-wrapper{background-color:#fff!important;padding:100px 5%!important}.pgs-approach-flex-grid{grid-gap:40px 30px!important;display:grid!important;gap:40px 30px!important;grid-template-columns:repeat(3,1fr)!important;margin:0 auto!important;max-width:1200px!important}.pgs-approach-step-item{align-items:center!important;display:flex!important;flex-direction:column!important;padding:20px!important;text-align:center!important}.pgs-step-indicator{margin-bottom:25px!important;position:relative!important;width:100%!important}.pgs-step-indicator,.pgs-step-num{display:flex!important;justify-content:center!important}.pgs-step-num{align-items:center!important;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%!important;box-shadow:0 10px 20px #6366f133!important;color:#fff!important;font-size:1.4rem!important;font-weight:800!important;height:65px!important;width:65px!important;z-index:2!important}.pgs-step-connector{background:#e2e8f0!important;height:2px!important;left:60%!important;position:absolute!important;top:50%!important;width:100%!important;z-index:1!important}.pgs-approach-details h4{color:#1e293b!important;font-size:1.25rem!important;font-weight:700!important;margin-bottom:12px!important}.pgs-approach-details p{color:#64748b!important;font-size:.95rem!important;line-height:1.6!important}@media (max-width:1024px){.pgs-approach-flex-grid{grid-template-columns:repeat(2,1fr)!important}.pgs-step-connector{display:none!important}}@media (max-width:650px){.pgs-approach-flex-grid{gap:30px!important;grid-template-columns:1fr!important}.pgs-new-approach-wrapper{padding:60px 20px!important}.pgs-approach-step-item{background:#f8faff!important;border:1px solid #eef2f6!important;border-radius:15px!important;padding:30px 20px!important}.about-h{color:#fff;font-size:50px;font-weight:800;margin-top:0}}.modern-container{background-color:var(--bg-color);box-sizing:border-box;color:var(--text-muted);font-family:Inter,sans-serif;margin-top:50px;min-height:100vh;padding:60px 20px}.header-section{margin-bottom:30px;text-align:center}.header-section h1{font-size:2.5rem;font-weight:800;margin:10px 0}.header-section h1 span{color:#3b82f6}.header-section p{color:var(--text-muted)}.icon-badge{font-size:2rem;margin-bottom:10px}.view-toggle-container{display:flex;justify-content:center;margin-bottom:25px}.view-toggle{background:var(--card-bg);border:1px solid #ffffff1a;border-radius:50px;display:flex;padding:5px}.toggle-btn{background:#0000;border:none;border-radius:50px;color:var(--text-muted);cursor:pointer;font-weight:600;padding:10px 25px;transition:all .3s}.toggle-btn.active{background:#3b82f6;box-shadow:0 4px 15px #3b82f64d;color:var(--text-muted)}.glass-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--card-bg);border:1px solid #ffffff14;border-radius:24px;box-sizing:border-box;margin:0 auto 30px;max-width:1000px;padding:40px}.tabs-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));margin-bottom:35px}.tab-item{background:var(--card-bg);border:1px solid #ffffff0d;border-radius:12px;color:var(--text-muted);cursor:pointer;font-size:.9rem;font-weight:600;padding:10px;transition:.3s}.tab-item.active{background:var(--card-bg);border-color:#3b82f6;color:#3b82f6}.courses-display-container{display:flex;flex-direction:column;gap:30px}.course-section h3{align-items:center;display:flex;font-size:1.3rem;gap:10px;margin-bottom:15px}.sec-icon{color:#3b82f6}.course-table-header{background:#3b82f6;border-radius:12px 12px 0 0;display:grid;font-size:.9rem;font-weight:700;grid-template-columns:1fr 1fr 1fr;letter-spacing:.5px;padding:12px 20px}.color-intl{background:#2563eb}.course-row{background:var(--card-bg);border:1px solid #ffffff14;border-radius:0 0 12px 12px;border-top:none;display:grid;font-size:.95rem;grid-template-columns:1fr 1fr 1fr;line-height:1.5;padding:18px 20px}.career-tags{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-wrap:wrap;gap:10px;padding:20px}.job-tag{background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;color:#60a5fa;font-weight:600;padding:8px 16px}.info-display-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-card{background:#ffffff05;border:1px solid #ffffff14;gap:15px}.info-card.highlight{background:#3b82f60d;border-color:#3b82f6}.info-card label{color:var(--text-muted);display:block;font-size:10px;margin-bottom:2px;text-transform:uppercase}.info-card p{font-size:15px;font-weight:600;margin:0}.action-bar{display:flex;gap:15px;margin-top:30px}.btn-counseling{background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:12px;color:#fff}.btn-counseling,.btn-whatsapp{cursor:pointer;flex:1 1;font-weight:700;padding:16px}.btn-whatsapp{background:#0000;border:1px solid #10b981;border-radius:12px;color:#10b981;gap:8px;justify-content:center}.btn-whatsapp,.form-header{align-items:center;display:flex}.form-header{gap:12px;margin-bottom:20px}.form-icon{font-size:1.5rem}.modern-form{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr 1fr auto}.input-group{position:relative}.input-icon{color:var(--text-muted);left:15px;position:absolute;top:50%;transform:translateY(-50%)}.input-group input{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;color:var(--text-muted);outline:none;padding:14px 15px 14px 42px;width:100%}.btn-submit{background:#3b82f6;border:none;border-radius:10px;color:var(--text-muted);cursor:pointer;font-weight:700;padding:0 25px}.animate-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.modern-form{grid-template-columns:1fr}.btn-submit{padding:15px}.tabs-grid{grid-template-columns:repeat(3,1fr)}}.modern-courses-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr}.course-gradient-card{background:linear-gradient(145deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:28px;overflow:hidden;padding:30px;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.course-gradient-card:hover{background:#3b82f60d;border-color:#3b82f6;box-shadow:0 20px 40px #0006;transform:translateY(-10px)}.card-badge{font-size:11px;font-weight:800;padding:5px 12px;position:absolute;right:20px;text-transform:uppercase;top:20px}.card-badge,.card-header-icon{background:#3b82f61a;border-radius:20px;color:#3b82f6}.card-header-icon{margin-bottom:15px;padding:15px;width:fit-content}.intl-card .card-header-icon{background:#10b9811a;color:#10b981}.course-gradient-card h3{font-size:1.4rem;letter-spacing:-.5px;margin:0 0 20px}.course-details{display:flex;flex-direction:column;gap:15px}.detail-item label{color:var(--text-muted);display:block;font-size:11px;margin-bottom:5px;text-transform:uppercase}.detail-item p{color:var(--text-muted);font-size:1rem;font-weight:500;margin:0}.highlight-border{background:#3b82f60d;border-left:3px solid #3b82f6}.highlight-border,.highlight-border-intl{border-radius:0 10px 10px 0;padding:10px 12px}.highlight-border-intl{background:#10b9810d;border-left:3px solid #10b981}.career-path-box{background:#ffffff05;border:1px dashed #ffffff1a;border-radius:24px;grid-column:span 2;padding:25px}.path-title{align-items:center;color:var(--text-muted);display:flex;gap:10px;margin-bottom:20px}.path-title h3{font-size:1.1rem;margin:0}.modern-tag-cloud{display:flex;flex-wrap:wrap;gap:12px}.floating-tag{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;display:flex;font-size:.9rem;gap:8px;padding:10px 20px;transition:.3s}.floating-tag:hover{background:#fff;color:#080b12;transform:scale(1.05)}.dot{background:#3b82f6;border-radius:50%;height:6px;width:6px}@media (max-width:768px){.modern-courses-grid{grid-template-columns:1fr}.career-path-box{grid-column:span 1}}:root{--bg-color:#f8fafc;--text-main:#1e293b;--hero-overlay:#0a254099;--card-bg:#fff;--card-text:#475569;--card-title:#1e293b;--card-border:#f1f5f9;--primary-blue:#3b82f6;--accent-green:#2ecc71;--text-gray:#4f566b}[data-theme=dark]{--bg-color:#0f172a;--text-main:#f8fafc;--hero-overlay:#000c}.landing-container{background-color:#f8fafc;background-color:var(--bg-color);color:#1e293b;color:var(--text-main);font-family:Inter,sans-serif;transition:background-color .3s ease}.heroStudyAbroad{align-items:center;background-blend-mode:overlay;background-color:#0a254099;background-color:var(--hero-overlay);background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:space-between;min-height:500px;padding:80px 10%}.hero h1,.studyabroadheading{color:#fff}.hero h1{font-size:3.5rem;line-height:1.1}.hero h1 span{font-weight:800}.hero-subtitle{color:#fff}.btn-primary{background:none;border:2px solid #fff;border-radius:30px;color:#fff;cursor:pointer;font-weight:700;padding:16px 32px;transition:.3s}.btn-primary:hover{background:#fff;color:#3b82f6;color:var(--primary-blue)}.hero-image-card img{border-radius:20px;box-shadow:0 20px 40px #0000004d;width:550px}@media(max-width:768px){.hero-image-card img{display:none}}.info-grid{grid-gap:25px;background-color:var(--bg-color);gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:50px 8%}.info-card{background:var(--card-bg)!important;border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:18px;box-shadow:0 10px 25px #0000000d;color:#475569!important;color:var(--card-text)!important;cursor:pointer;padding:30px;transition:all .4s cubic-bezier(.165,.84,.44,1)}.info-card h3{color:var(--card-title)!important;font-size:1.2rem;margin-bottom:5px}.card-icon{background:#eef2ff;border-radius:10px;height:45px;width:45px}.card-sub{color:#2ecc71;color:var(--accent-green);margin-bottom:20px}.card-list li{color:#475569!important;color:var(--card-text)!important;padding-left:15px;position:relative}.card-list li:before{color:#3b82f6;color:var(--primary-blue);content:"•";left:0;position:absolute}.card-footer-msg{color:#15803d;font-weight:600;margin-top:20px;padding-top:15px}.info-card:hover{border-color:var(--primary-blue);box-shadow:0 20px 40px #0000001a;transform:translateY(-12px)}.info-card:hover .card-icon{background:#e0e7ff;transform:rotate(-5deg) scale(1.1)}.cardheading{color:var(--text-dark)!important;display:block!important;margin-bottom:2px!important;margin-top:5px!important;width:100%!important}.extra-info-grid{grid-gap:20px;background-color:#f8fafc;background-color:var(--bg-color);display:grid;gap:20px;grid-template-columns:repeat(5,1fr);padding:0 5% 60px}.extra-card{align-items:center!important;padding:25px 15px!important;text-align:center!important}.circle-icon{align-items:center;border-radius:50%!important;display:flex;height:50px;justify-content:center;margin-bottom:15px;width:50px}.highlight-blue{color:#5f6b93;font-size:1.4rem;margin:10px 0}.check-list li:before{color:#22c55e!important;content:"✓"!important;font-weight:700;margin-right:8px}.center-footer{text-align:center;width:100%}@media (max-width:1200px){.extra-info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.extra-info-grid{grid-template-columns:repeat(1,1fr)}}.couselling-img{border-radius:50px}.countrycta-container{align-items:center;background:#0a2540;border-radius:30px;color:#fff;display:flex;gap:40px;justify-content:space-between;overflow:hidden;padding:50px 60px}.countrycta-text-wrapper{align-items:flex-start;display:flex;flex:1.2 1;flex-direction:column;text-align:left}.countrycta-text-wrapper h2{color:#fff;font-size:2.4rem;font-weight:700;line-height:1.2;margin-bottom:10px}.countrycta-text-wrapper p{color:#cbd5e1;font-size:1.2rem;margin-bottom:30px}.countrycta-image-3d{display:flex;flex:1 1;justify-content:flex-end}.couselling-img{border-radius:20px;display:block;height:300px;max-width:450px;object-fit:cover;width:100%}@media (max-width:768px){.countrycta-image-3d img{display:none}}.btn-counselling{align-items:center;background-color:#48bb78;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:10px;padding:16px 32px;width:fit-content}.faq-quick-section{background-color:initial;padding:60px 8%}.faq-external-header{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin-bottom:35px;width:100%}.faq-external-header h2{color:var(--text-color);font-size:3rem;font-weight:400;line-height:1.2;text-align:center}.faq-external-header h2 span{font-weight:300;opacity:.7}.faq-main-card{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:0 15px 35px #0000000d;padding:40px}.faq-grid-internal{grid-column-gap:60px;grid-row-gap:30px;column-gap:60px;display:grid;grid-template-columns:1fr 1fr;row-gap:30px}.faq-item-row{align-items:center;border-bottom:1px dashed #e2e8f0;display:flex;justify-content:space-between;padding-bottom:15px}.faq-question-side{align-items:center;display:flex;gap:12px}.q-bullet{color:var(--primary-color);font-size:1.1rem;font-weight:900}.q-text{color:#334155;font-size:1.05rem;font-weight:600}.a-badge{border-radius:12px;font-size:.9rem;font-weight:700;padding:6px 16px}.is-yes{background-color:#f0fdf4;border:1px solid #dcfce7;color:#16a34a}.is-other{background-color:#eff6ff;border:1px solid #dbeafe;color:#2563eb}@media (max-width:900px){.faq-grid-internal{column-gap:0;grid-template-columns:1fr}.faq-main-card{padding:25px}.faq-external-header h2{font-size:1.5rem}}.cards-container{grid-gap:1.5rem;background-color:#f8fafc;display:grid;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:2rem}.info-card{align-items:center;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.info-card:hover{box-shadow:0 12px 20px -3px #00000014}.info-card.active{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1,0 10px 15px -3px #6366f126}.card-icon-wrapper{align-items:center;background-color:#f1f5f9;border-radius:50%;color:#475569;display:flex;height:3.25rem;justify-content:center;margin-bottom:1.25rem;transition:background-color .3s;width:3.25rem}.info-card:hover .card-icon-wrapper{background-color:#eef2ff;color:#4f46e5}.card-title{color:#1e293b;font-size:1.2rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.card-subtitle{color:#10b981;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.card-highlight{color:#1d4ed8;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.card-list{display:flex;flex-direction:column;gap:.75rem;margin:0 0 1.5rem;text-align:left;width:100%}.card-list li{align-items:flex-start;font-size:.875rem;gap:.5rem}.card-list li:before{color:#10b981;content:"✓";flex-shrink:0;font-weight:700}.card-list.bullets li:before{color:#a5b4fc;content:"•";font-size:1.1rem;line-height:1.1}.card-footer-tag{border-top:1px dashed #e2e8f0;color:#15803d;font-size:.85rem;font-weight:600;margin-top:auto;padding-top:1rem;width:100%}.bottom-row-grid{margin-top:-20px;padding-top:0}.bottom-card{align-items:flex-start!important;justify-content:flex-start;padding:30px 20px!important;text-align:left!important}.bottom-card-title{color:#1e293b;color:var(--card-title);font-size:1.1rem;font-weight:800;margin-bottom:15px;text-transform:uppercase;width:100%}.card-icon-small{margin-bottom:15px;opacity:.9}.steps-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;width:100%}.step-item{gap:12px}.step-item,.step-num{align-items:center;display:flex}.step-num{background:#f1f5f9;border-radius:6px;color:#3b82f6;color:var(--primary-blue);flex-shrink:0;font-size:.75rem;font-weight:800;height:24px;justify-content:center;width:24px}.step-text{color:#475569;color:var(--card-text);font-size:.9rem;font-weight:500}.rent-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:15px 0;padding:12px 5px;width:100%}.rent-label{color:#94a3b8;font-size:.75rem;font-weight:700;margin-bottom:4px;text-transform:uppercase}.rent-value{color:#1e293b;color:var(--text-main);font-size:1rem;font-weight:700}.check-list-green{list-style:none;margin:10px 0 20px;padding:0}.check-list-green li{align-items:center;color:#475569;color:var(--card-text);display:flex;font-size:.9rem;gap:10px;margin-bottom:10px}.check-list-green li:before{color:#22c55e;content:"✓";font-size:1rem;font-weight:900}.inner-heading{color:#64748b;font-size:.8rem;font-weight:700;margin:15px 0 8px;text-transform:uppercase}.bottom-footer-msg{border-top:1px dashed #e2e8f0;font-size:.85rem;font-weight:700;line-height:1.4;margin-top:auto;padding-top:15px;width:100%}.card-sub-small{color:#64748b;font-size:.85rem;font-weight:500;margin-bottom:15px}@media (max-width:1200px){.bottom-row-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.bottom-row-grid{grid-template-columns:1fr}}.bottom-row-grid,.extra-info-grid,.info-grid{grid-gap:15px;align-items:stretch;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:20px 5%}.info-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;box-shadow:0 2px 10px #00000008;padding:18px}.info-card:hover{border-color:#3b82f6;box-shadow:0 12px 24px #00000014;transform:translateY(-4px)}.info-card h3{color:#1e293b;font-size:1.1rem;font-weight:700;margin:12px 0 6px}.card-sub{color:#10b981;font-size:.85rem;font-weight:600;margin-bottom:12px}.cardheading,.inner-heading{color:#475569;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.card-list{margin:0}.card-list li{color:#64748b;font-size:.88rem;line-height:1.4}.card-footer-msg{border-top:1px dashed #e2e8f0;color:#059669;font-size:.8rem;padding-top:10px}.highlight-blue{background:#eff6ff;border-radius:8px;color:#1d4ed8;font-size:.8rem;font-weight:600;margin-bottom:10px;padding:6px 10px}@media (max-width:600px){.info-grid{grid-template-columns:1fr;padding:10px}}.company-grid-list{margin-top:8px}.company-btn-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-basis:calc(50% - 8px);flex-grow:1;flex-shrink:1;font-weight:600;justify-content:center;padding:6px 10px!important;transition:all .2s ease}.company-btn-item:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6!important;transform:translateY(-2px)}.info-grid{grid-gap:20px;background-color:#f8fafc;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:40px 5%}.info-card{background:#fff!important;border:1px solid #f1f5f9!important;border-radius:20px!important;box-shadow:0 4px 20px #0000000a!important;display:flex;flex-direction:column;padding:25px!important;text-align:left!important;transition:all .3s ease}.card-icon{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:20px;width:48px}.info-card h3{color:#1e293b!important;font-size:1.2rem!important;font-weight:800!important;margin:0 0 5px!important}.card-sub{color:#10b981!important;font-weight:600!important;margin-bottom:20px!important}.card-sub,.cardheading{font-size:.85rem!important}.cardheading{color:#64748b!important;font-weight:700!important;letter-spacing:.5px;margin:15px 0 10px!important;text-transform:uppercase}.company-grid-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.company-btn-item{background:#f1f5f9;border:1px solid #0000;border-radius:10px;box-sizing:border-box;color:#475569!important;flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;font-size:.8rem!important;font-weight:700;padding:10px 4px!important;text-align:center}.company-btn-item:before{display:none!important}.card-list{list-style:none;padding:0}.card-list li{align-items:center;color:#475569;display:flex;font-size:.9rem;gap:8px;margin-bottom:10px}.card-footer-msg{color:#10b981;font-size:.85rem;font-weight:700;margin-top:auto;padding-top:20px}.timeline-page-wrapper{background-color:var(--bg-color);font-family:Inter,sans-serif;min-height:100vh;padding:100px 5% 50px}.timeline-header{margin-bottom:60px;text-align:center}.timeline-header h1{color:#1e293b;font-size:2.5rem}.timeline-header span{color:#6366f1}.timeline-container{margin:0 auto;max-width:1000px;padding:20px 0;position:relative}.center-line{background:#e2e8f0;bottom:0;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px;position:relative;width:100%}.timeline-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:25px;position:relative;width:42%}.timeline-visual{width:42%}.timeline-visual,.visual-circle{align-items:center;display:flex;justify-content:center}.visual-circle{border-radius:50%;box-shadow:0 10px 20px #0000001a;height:80px;width:80px}.timeline-dot{background:#fff;border:3px solid #6366f1;border-radius:50%;height:16px;left:50%;position:absolute;transform:translateX(-50%);width:16px;z-index:2}.blue-bg{background:#3b82f6}.green-bg{background:#22c55e}.purple-bg{background:#a855f7}.orange-bg{background:#f97316}.gold-bg{background:#eab308}.card-tag{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:5px;margin-bottom:15px;padding:4px 12px}.blue{background:#eff6ff;color:#3b82f6}.green{background:#f0fdf4;color:#22c55e}.purple{background:#faf5ff;color:#a855f7}.orange{background:#fff7ed;color:#f97316}.form-grid-mini{display:flex;flex-direction:column;gap:12px}input,select,textarea{background:#fcfcfc;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:12px}.full-width{flex-direction:column}.final-card{margin-top:20px;text-align:center;width:60%}.submit-btn-modern{align-items:center;background:#6366f1;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:10px;justify-content:center;margin-top:20px;padding:15px;width:100%}.animate-in{animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.center-line,.timeline-dot{left:20px}.timeline-item{align-items:flex-start;flex-direction:column-reverse;padding-left:50px}.timeline-card,.timeline-visual{width:100%}.timeline-visual{justify-content:flex-start;margin-bottom:20px}.final-card{width:100%}}.timeline-item.full-width{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:40px;padding-bottom:80px;width:100%}.final-step{background:#fff;border:2px solid #f1f5f9;max-width:650px;padding:40px!important;text-align:center;width:100%!important;z-index:5}.final-step textarea{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:15px;font-family:inherit;margin:20px 0;min-height:120px;padding:15px;resize:none;transition:.3s;width:100%}.final-step textarea:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.upload-section{margin-bottom:25px}.file-label{align-items:center;background:#fdfdfd;border:2px dashed #cbd5e1;border-radius:20px;color:#64748b;cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:30px;transition:.3s}.file-label:hover{background:#f5f7ff;border-color:#6366f1;color:#6366f1}.file-label span{font-size:.9rem;font-weight:500}.timeline-submit-btn{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:15px;box-shadow:0 10px 25px #6366f14d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:12px;justify-content:center;padding:18px;transition:.4s cubic-bezier(.175,.885,.32,1.275);width:100%}.timeline-submit-btn:hover{box-shadow:0 15px 35px #6366f166;transform:translateY(-5px)}.timeline-submit-btn:active{transform:translateY(0)}.card-tag.dark{background:#1e293b;color:#f8fafc;margin:0 auto 20px;padding:6px 15px}.dot-dark{background:#1e293b!important;border-color:#1e293b!important;height:20px!important;width:20px!important}@media (max-width:768px){.final-step{padding:25px!important}}.teal-bg{align-items:center;background:linear-gradient(135deg,#0d9488,#14b8a6)!important;box-shadow:0 10px 20px #14b8a64d;display:flex;justify-content:center}.card-tag.teal{align-items:center;background:#14b8a61a;border-radius:20px;color:#0d9488;display:inline-flex;font-size:13px;font-weight:600;gap:6px;margin-bottom:15px;padding:5px 12px}.dot-teal{background-color:var(--card-bg)!important;border-color:#14b8a6!important}.blog-page-container{background-color:#f4f7fa;font-family:Inter,sans-serif;margin-top:100px}.blog-hero{background:url(/static/media/img14.700807132d6207be7f00.jpg) no-repeat 50%/cover;color:#fff;height:500px;position:relative;text-align:center}.blog-hero,.hero-overlay{align-items:center;display:flex;justify-content:center}.hero-overlay{background:#0a2d63cc;flex-direction:column;height:100%;padding:20px;width:100%}.blog-h,.blog-p{color:#fff}.badge{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:20px;font-size:.85rem;margin-bottom:20px;padding:6px 16px}.blog-hero h1{font-size:3rem;font-weight:700;line-height:1.2;max-width:800px}.blog-hero p{font-size:1rem;margin:20px 0;max-width:700px;opacity:.9}.hero-btns{display:flex;gap:15px}.btn-white{background:#fff;color:#0a2d63}.btn-white,.btn-yellow{border:none;border-radius:25px;cursor:pointer;font-weight:600;padding:12px 25px}.btn-yellow{background:#fc6;color:#1e293b}.blog-grid-section{padding:60px 10%}.blog-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.blog-card{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000000d;overflow:hidden;transition:.3s}.blog-card:hover{transform:translateY(-5px)}.card-img img{height:200px;object-fit:cover;width:100%}.card-content{padding:25px}.card-content h3{color:#1e293b;font-size:1.3rem;margin-bottom:12px}.card-content p{color:#64748b;font-size:.95rem;line-height:1.5;margin-bottom:20px}.read-more{background:#0a2d63;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;padding:10px 20px}.bottom-cta-section{padding:60px 10%}.cta-card{background:linear-gradient(135deg,#0a2d63,#2b5a9e);border-radius:15px;box-shadow:0 10px 30px #0a2d6333;color:#fff;padding:60px 20px;text-align:center}.cta-badge{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;font-size:.8rem;padding:6px 16px}.cta-card h2{font-size:2.5rem;margin:20px 0 10px}.cta-card p{margin-bottom:30px;opacity:.9}@media (max-width:768px){.blog-hero h1{font-size:2rem}.cta-card h2{font-size:1.8rem}.blog-grid-section{padding:40px 5%}}.comp-page-wrapper{background-color:#fcfdff;font-family:Inter,sans-serif;min-height:100vh;padding:80px 0}.comp-header{margin-bottom:60px;margin-top:80px;padding:0 20px;text-align:center}.comp-badge{background:#eef2ff;border-radius:50px;color:#6366f1;font-size:.85rem;font-weight:700;padding:8px 20px;text-transform:uppercase}.comp-header h1{color:#1e293b;font-size:3rem;margin:20px 0 10px}.comp-header h1 span{color:#6366f1}.comp-header p{color:#64748b;font-size:1.1rem}.comp-container{margin:0 auto;max-width:1250px;padding:0 20px}.comp-table-card{background:#fff;border:1px solid #f1f5f9;border-radius:30px;box-shadow:0 20px 50px #6366f10d;overflow:hidden}.comp-table-responsive{overflow-x:auto}.comp-main-table{border-collapse:collapse;min-width:1000px;width:100%}.comp-main-table th{background:#6366f1;border-bottom:2px solid #eef2f6;color:#d7d9de;display:flex-center;font-weight:700;gap:8px;padding:25px 20px;text-align:left}.comp-main-table td{border-bottom:1px solid #f1f5f9;color:#64748b;padding:20px}.comp-main-table tr:hover{background:#fcfdff}.comp-pr-status{border-radius:50px;font-size:.8rem;font-weight:700;padding:6px 14px}.comp-pr-status.high{background:#ecfdf5;color:#10b981}.comp-pr-status.medium{background:#fffbeb;color:#f59e0b}.comp-pr-status.low{background:#fffbeb;color:#ed4015}.comp-best-for{color:#6366f1!important;font-weight:700}.comp-guide-header{margin:60px 0 30px;text-align:center}.comp-guide-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.guide-box{border:1px solid #0000;border-radius:20px;padding:25px;text-align:center}.guide-box h5{font-size:1.1rem;margin:0 0 10px}.guide-box p{font-size:.9rem;margin:0;opacity:.9}.guide-box.green{background:#ecfdf5;border-color:#d1fae5;color:#065f46}.guide-box.orange{background:#fff7ed;border-color:#ffedd5;color:#9a3412}.guide-box.blue{background:#eff6ff;border-color:#dbeafe;color:#1e40af}.guide-box.purple{background:#faf5ff;border-color:#f3e8ff;color:#581c87}@media (max-width:1024px){.comp-guide-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.comp-header h1{font-size:2rem}.comp-guide-grid{grid-template-columns:1fr}}.legal-page{background:#fcfdff;font-family:Inter,sans-serif}.legal-hero{background:linear-gradient(135deg,#0f172a,#1b3c73);color:#fff;margin-top:80px;padding:80px 0;text-align:center}.legal-badge{background:#ffffff1a;border:1px solid #fff3;border-radius:50px;font-size:.8rem;padding:5px 15px}.legal-hero h1{font-size:2.8rem;margin:20px 0}.legal-hero h1 span{color:#818cf8}.legal-container{margin:0 auto;max-width:1200px;padding:0 20px}.flex-layout{display:flex;gap:50px;margin-top:-40px}.legal-sidebar{width:280px}.sidebar-inner{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;padding:30px;position:sticky;top:100px}.sidebar-inner h3{color:#1e293b;font-size:1.1rem;margin-bottom:20px}.sidebar-inner button{background:none;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:block;font-weight:500;margin-bottom:5px;padding:12px 15px;text-align:left;transition:.3s;width:100%}.sidebar-inner button.active{background:#eef2ff;color:#4f46e5;font-weight:700}.legal-content{flex:1 1}.legal-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;box-shadow:0 4px 20px #00000005;margin-bottom:30px;padding:40px}.legal-card h2{color:#1b3c73;font-size:2rem;margin-bottom:30px}.legal-block{margin-bottom:25px}.legal-block h3{color:#334155;font-size:1.2rem;margin-bottom:10px}.legal-block p{color:#64748b;line-height:1.8}.alert-box{background:#fff8f8;border-left:4px solid #818cf8;border-radius:12px;padding:20px}.legal-footer{color:#94a3b8;font-size:.9rem;padding:40px;text-align:center}@media (max-width:900px){.flex-layout{flex-direction:column}.legal-sidebar{width:100%}.sidebar-inner{position:relative;top:0}}.service-page-container{color:#1e293b;font-family:Inter,sans-serif;margin-top:80px}.sp-hero{background:#fdfdfd;gap:40px;padding:80px 5%}.sp-hero,.sp-hero-image{align-items:center;display:flex}.sp-hero-image{flex:1 1;justify-content:center}.sp-hero-image img{border-radius:20px;box-shadow:0 20px 40px #0000001a;height:400px;max-width:550px;object-fit:cover;width:100%}.sp-hero-content{flex:1 1}.sp-badge{background:#e8f5e9;border-radius:20px;color:#2e7d32;font-size:12px;font-weight:700;padding:6px 15px}.sp-hero-content h1{color:#0f172a;font-size:48px;margin:20px 0}.sp-accent{color:#4caf50}.sp-btn-group{display:flex;gap:15px;margin:30px 0}.sp-btn-primary{background:#1e40af;border:none;border-radius:50px;color:#fff;cursor:pointer;padding:25px;transition:.3s}.sp-btn-outline{background:none;border:1px solid #4caf50;border-radius:50px;color:#4caf50;cursor:pointer;padding:12px 25px;transition:.3s}.sp-btn-primary:hover{background:#15318a}.sp-overview-box{align-items:center;background:#f1f5f9;border-radius:15px;display:flex;gap:30px;justify-content:space-between;margin:0 5% 50px;padding:40px}.sp-offers-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:20px 5%}.sp-offer-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;padding:30px 20px;text-align:center;transition:.3s}.sp-offer-card:hover{transform:translateY(-5px)}.sp-benefit-section{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:60px 5%}.sp-benefit-col{border-radius:15px;padding:30px}.bg-green{background:#edf7ed}.bg-blue{background:#edf2ff}.bg-orange{background:#fff7ed}.sp-journey{align-items:center;background:#0f2a4a;border-radius:30px;color:#fff;display:flex;gap:50px;margin:60px 5%;padding:60px}.sp-journey-img-container{flex:1 1}.sp-journey-img-container img{border-radius:20px;height:400px;object-fit:cover;width:100%}.sp-journey-content-side{flex:1.5 1}.sp-journey-content-side h2{font-size:32px;margin-bottom:15px}.sp-journey-desc{font-size:14px;margin-bottom:30px;opacity:.9}.sp-steps-wrapper{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:30px;position:relative}.sp-step-item{flex:1 1;flex-direction:column;padding:0 10px;text-align:center}.sp-icon-circle,.sp-step-item{align-items:center;display:flex}.sp-icon-circle{background:#ffffff1a;border-radius:50%;height:50px;justify-content:center;margin-bottom:15px;position:relative;width:50px}.sp-step-item:not(:last-child) .sp-icon-circle:after{color:#ffffff4d;content:"→";font-size:20px;position:absolute;right:-30%}.sp-step-num-title{font-size:13px;font-weight:600;margin-bottom:5px}.sp-step-desc{font-size:11px;line-height:1.4;opacity:.7}.sp-journey-footer{border-top:1px solid #ffffff1a;font-size:13px;line-height:1.6;padding-top:20px}@media (max-width:1024px){.sp-hero,.sp-journey{flex-direction:column;padding:40px 20px;text-align:center}.sp-hero-content h1{font-size:36px}.sp-journey-img-container{max-width:500px;width:100%}}@media (max-width:768px){.sp-overview-box{flex-direction:column;text-align:center}.sp-overview-box button{max-width:250px;width:100%}.sp-offers-grid{grid-template-columns:1fr}.sp-hero-image img,.sp-journey-img-container img{height:300px}.sp-steps-wrapper{grid-gap:30px 10px;display:grid;gap:30px 10px;grid-template-columns:repeat(2,1fr)}.sp-step-item:not(:last-child) .sp-icon-circle:after{display:none}h2{font-size:24px!important;margin:30px 0!important}}.banafits{color:#4caf50}.banafit-cc{color:#0d6efd}.why-pgs{color:#ffc107}@keyframes ed-spin{to{transform:rotate(1turn)}}.ed-loading-container{background:#f8fafc;min-height:100vh;padding:120px 10%;text-align:center}.ed-loading-spinner{animation:ed-spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#10b981;height:50px;margin:0 auto 20px;width:50px}.ed-loading-text{color:#475569;font-family:system-ui,sans-serif}.ed-page-wrapper{background:#f8fafc;font-family:system-ui,sans-serif;margin-top:100px;min-height:100vh;padding-bottom:80px}.ed-section-container{margin:40px auto 0;max-width:1200px;padding:0 20px}.ed-premium-hero{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;overflow:hidden;padding:80px 5%;position:relative}.ed-hero-flex-container{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px}.ed-hero-left{flex:1 1 500px}.ed-hero-badge{fontWeight:700;background:linear-gradient(90deg,#10b981,#059669);border-radius:30px;color:#fff;display:inline-block;font-size:12px;letter-spacing:.5px;margin-bottom:20px;padding:6px 14px;text-transform:uppercase}.ed-hero-title{fontSize:3rem;color:#fff;font-weight:800;letter-spacing:-.5px;line-height:1.15;margin:0 0 20px}.ed-gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#34d399,#059669);-webkit-background-clip:text}.ed-hero-desc{color:#94a3b8;font-size:17px;line-height:1.6;margin:0;max-width:540px}.ed-hero-right{display:flex;flex:1 1 400px;justify-content:center;position:relative}.ed-hero-glow-effect{background:"linear-gradient(45deg, #10b981, transparent)";filter:blur(80px);height:100%;left:0;opacity:.15;position:absolute;top:0;width:100%}.ed-hero-banner-image{border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px -12px #00000080;height:320px;max-width:480px;object-fit:cover;width:100%}.ed-filter-deck-wrapper{margin:-40px auto 0;max-width:1200px;padding:0 20px;position:relative;z-index:10}.ed-filter-deck-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 25px 50px -12px #0f172a14;display:flex;flex-direction:column;gap:25px;padding:30px}.ed-search-bar-frame{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;box-shadow:inset 0 2px 4px #00000003;display:flex;padding:4px 18px;transition:all .2s cubic-bezier(.4,0,.2,1)}.ed-search-bar-frame:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.ed-search-icon{color:#94a3b8;font-size:20px;margin-right:12px}.ed-search-native-input{background:#0000;border:none;color:#1e293b;font-size:16px;font-weight:500;outline:none;padding:14px 0;width:100%}.ed-clear-search-btn{align-items:center;background:#e2e8f0;border:none;border-radius:50%;color:#475569;cursor:pointer;display:flex;font-size:11px;font-weight:700;height:22px;justify-content:center;width:22px}.ed-dropdown-grid-deck{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ed-filter-column-node{display:flex;flex-direction:column;gap:8px}.ed-filter-label{color:#64748b;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.ed-filter-select-input{background:#fff;border:1px solid #cbd5e1;border-radius:10px;color:#334155;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:14px;transition:all .2s}.ed-universities-card-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.ed-glass-uni-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 6px -1px #00000005;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.ed-glass-uni-card:hover{box-shadow:0 20px 25px -5px #0000000d;transform:translateY(-4px)}.ed-card-thumbnail-wrapper{height:200px;overflow:hidden;position:relative}.ed-card-thumbnail-img{height:100%;object-fit:cover;width:100%}.ed-card-type-geo-badge{border-radius:30px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.5px;padding:6px 12px;position:absolute;right:15px;text-transform:uppercase;top:15px}.ed-card-body-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:24px}.ed-card-location-row{align-items:center;color:#64748b;display:flex;font-size:13px;font-weight:600;gap:4px;margin-bottom:8px}.ed-card-heading-title{color:#1e293b;font-size:20px;font-weight:700;line-height:1.4;margin:0 0 12px}.ed-card-desc-snippet{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 20px;min-height:42px}.ed-card-meta-track-box{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;color:#475569;font-size:13px;font-weight:500;margin-bottom:20px;padding:12px 16px}.ed-card-primary-action-btn{background:#0f172a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:14px;transition:background .2s ease;width:100%}.ed-card-primary-action-btn:hover{background:#10b981}.ed-fallback-empty-channel{background:#fff;border:1px dashed #cbd5e1;border-radius:24px;padding:80px 20px;text-align:center}.ed-fallback-empty-heading{color:#334155;font-size:20px;font-weight:700;margin-top:20px}.ed-fallback-empty-desc{color:#94a3b8;font-size:15px;margin-top:6px}.ed-details-hero-section{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:60px 5%}.ed-details-hero-inner{margin:0 auto;max-width:1200px}.ed-details-return-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:30px;padding:10px 20px;transition:background .2s}.ed-details-return-btn:hover{background:#fff3}.ed-details-header-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:15px;margin-top:15px}.ed-details-header-desc{color:#94a3b8;font-size:16px;line-height:1.6;max-width:800px}.ed-details-stats-flexrow{border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;padding-top:20px}.ed-details-stat-tag-node{background:#ffffff0d;border-radius:12px;font-size:14px;padding:12px 20px}.ed-details-split-tab-container{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.ed-details-split-header-group h2{color:#0f172a;font-size:22px;font-weight:800;margin:0}.ed-details-split-header-group p{color:#64748b;font-size:14px;margin-top:4px}.ed-details-tab-controls-deck{display:flex;gap:10px;margin-left:auto}.ed-details-tab-switch-btn{border:none;border-radius:10px;box-shadow:0 4px 6px -1px #0000000d;cursor:pointer;font-size:14px;font-weight:700;padding:12px 24px;transition:all .2s cubic-bezier(.4,0,.2,1)}.ed-details-programs-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.ed-program-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 15px -3px #00000005;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:24px;position:relative}.ed-program-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.ed-program-card-header h4{color:#1e293b;font-size:18px;font-weight:700;line-height:1.4;margin:0;padding-right:10px}.ed-program-tier-badge{border-radius:6px;font-size:11px;font-weight:800;padding:4px 10px;text-transform:uppercase}.ed-program-metrics-v-table{grid-gap:12px;background:#f8fafc;border-radius:12px;color:#475569;display:grid;font-size:13px;gap:12px;grid-template-columns:1fr;margin-bottom:15px;padding:16px}.ed-program-eligibility-footer-row{border-top:1px dashed #e2e8f0;color:#64748b;font-size:13px;margin-bottom:20px;padding-top:12px}.ed-program-lock-seat-btn{background:#0f172a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px;transition:background .2s ease;width:100%}.ed-program-lock-seat-btn:hover{background:#1e293b}.ed-program-empty-fallback-box{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;grid-column:"1 / -1";padding:60px 20px;text-align:center}.panels-container{background-color:#f8fafc;color:#334155;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:50px;min-height:100vh;padding:0}.hero-section{background:linear-gradient(135deg,#0f172a,#1e1b4b);color:#fff;padding:60px 20px;text-align:center}.hero-content{max-wwidth:800px;margin:0 auto}.hero-subtitle{color:#2dd4bf;display:block;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.hero-title{font-size:2.5rem;font-weight:800;margin:0 0 15px}.hero-desc{color:#cbd5e1;font-size:1.1rem;line-height:1.6}.filter-section{margin:30px auto 0;max-width:1200px;padding:0 20px;text-align:center}.filter-tabs{border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:center;padding-bottom:15px}.filter-btn{background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;color:#64748b;cursor:pointer;font-weight:500;padding:8px 20px;transition:all .2s ease}.filter-btn:hover{background-color:#f1f5f9}.filter-btn.active{background-color:#0d9488;border-color:#0d9488;box-shadow:0 4px 6px -1px #0d948833;color:#fff}.grid-section{margin:0 auto;max-width:1200px;padding:40px 20px}.panels-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:992px){.panels-grid{grid-template-columns:repeat(2,1fr)}}.panel-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;overflow:hidden}@media (min-width:768px){.panel-card{flex-direction:row}}.card-gallery{align-items:center;background-color:#f1f5f9;display:flex;flex-direction:column;justify-content:space-between;padding:20px}@media (min-width:768px){.card-gallery{width:50%}}.main-image-wrapper{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;height:220px;justify-content:center;overflow:hidden;position:relative;width:100%}.main-image{max-height:100%;max-width:100%;object-fit:contain}.category-badge{background-color:#0f172ad9;border-radius:4px;color:#2dd4bf;font-size:10px;font-weight:600;left:10px;padding:3px 8px;position:absolute;text-transform:uppercase;top:10px}.thumbnail-list{display:flex;gap:8px;justify-content:center;margin-top:15px}.thumb-btn{background-color:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;height:55px;overflow:hidden;padding:4px;transition:all .2s ease;width:55px}.thumb-btn:hover{opacity:.9}.thumb-btn.active{border-color:#0d9488;transform:scale(1.05)}.thumb-img{height:100%;object-fit:contain;width:100%}.card-content{display:flex;flex-direction:column;justify-content:space-between;padding:24px}@media (min-width:768px){.card-content{width:50%}}.panel-title{color:#0f172a;font-size:1.25rem;font-weight:700;margin:0 0 10px}.sizes-wrapper{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.size-badge{background-color:#f1f5f9;border-radius:4px;color:#334155;font-size:11px;font-weight:500;padding:2px 8px}.panel-desc{color:#475569;font-size:.875rem;line-height:1.5;margin-bottom:15px}.specs-heading{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.specs-list{list-style:none;margin:0 0 24px;padding:0}.spec-item{align-items:flex-start;color:#475569;display:flex;font-size:12px;margin-bottom:6px}.spec-check{color:#0d9488;font-weight:700;margin-right:8px}.cta-button{background-color:#0f172a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:background-color .2s ease;width:100%}.cta-button:hover{background-color:#0d9488}.loading-box{align-items:center;background-color:#f8fafc;display:flex;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#0d9488;height:45px;width:45px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.see-more-btn:hover{color:#1b5e20!important;text-decoration:underline}.main-container{background-color:#f3f4f6;color:#111827;font-family:Inter,sans-serif;min-height:100vh}.banner-section{align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;display:flex;flex-direction:column;padding:80px 20px;text-align:center}.banner-text{margin-bottom:50px;max-width:800px}.banner-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:15px}.banner-subtitle{font-size:1.25rem;margin:0 auto;max-width:600px;opacity:.9}.banner-visual-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);max-width:1000px}.banner-image-container{align-items:center;background-color:#ffffff0d;border-radius:20px;display:flex;justify-content:center;padding:20px}.banner-product-image{height:auto;max-width:100%;object-fit:contain}.product-section{margin:0 auto;max-width:1200px;padding:80px 20px}.section-header{margin-bottom:60px;text-align:center}.section-title{color:#1f2937;font-size:2.5rem;font-weight:700}.section-subtitle{color:#6b7280;font-size:1.1rem}.product-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-card{background:#fff;border-radius:20px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .2s ease}.product-card:hover{transform:translateY(-5px)}.card-main-image{height:200px;object-fit:cover;width:100%}.card-content{padding:20px}.card-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:10px}.card-desc{color:#4b5563;font-size:.95rem}.why-choose-us-section{background-color:#fff;padding:80px 20px}.cta-section{padding:60px 20px}@media (max-width:768px){.banner-title{font-size:2.2rem}.banner-visual-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}}.why-choose-us{background-color:#fff;padding:80px 20px}.container{margin:0 auto;max-width:1100px}.content-wrapper{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr}.title{color:#333;font-size:36px;font-weight:700;margin-bottom:24px}.features-list{color:#444;font-size:18px;line-height:2.5;list-style:none;padding:0}.feature-img{border-radius:16px;box-shadow:0 10px 20px #0000001a;width:100%}.itservice-cta-section{background-color:#16a34a;color:#fff;padding:64px 20px;text-align:center}.itservice-cta-title{font-size:36px;margin-bottom:16px}.itservice-cta-text{font-size:18px;margin-bottom:24px}.itservice-cta-button{background-color:#fff;border:none;border-radius:8px;color:#16a34a;cursor:pointer;font-weight:600;padding:12px 32px;transition:background .3s}.itservice-cta-button:hover{background-color:#f0f0f0}@media (max-width:768px){.content-wrapper{grid-template-columns:1fr}}.admin-dashboard-container{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:100px 3% 40px}.dashboard-header-title{border-bottom:2px solid #e2e8f0;margin-bottom:40px;padding-bottom:15px}.dashboard-header-title h2{color:#0f172a;font-size:2rem;margin:0 0 5px}.dashboard-header-title p{color:#64748b;margin:0}.admin-main-split-layout{grid-gap:40px;align-items:flex-start;display:grid;gap:40px;grid-template-columns:280px 1fr}.admin-cards-vertical-column{display:flex;flex-direction:column;gap:16px;position:sticky;top:100px}.admin-stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:15px;padding:18px 20px;transition:all .2s ease-in-out}.admin-stat-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d;transform:translateX(4px)}.admin-stat-card.active-card{background:#3b82f6;border-color:#2563eb;color:#fff}.card-icon{font-size:1.8rem}.card-info h3{font-size:1.05rem;font-weight:600;margin:0}.admin-stat-card.active-card .card-info h3{color:#fff}.card-info span{color:#94a3b8;font-size:.75rem}.admin-stat-card.active-card .card-info span{color:#bfdbfe}.dashboard-dynamic-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #00000005;min-height:500px;padding:24px}.dashboard-content-layout{align-items:flex-start;display:flex;gap:24px}.table-wrapper-box{flex:1 1;overflow-x:auto}.admin-custom-table{border-collapse:collapse;width:100%}.admin-custom-table th{background-color:#f8fafc;border-bottom:2px solid #edf2f7;color:#64748b;font-size:.9rem;font-weight:600;padding:14px 16px}.admin-custom-table td{border-bottom:1px solid #f1f5f9;font-size:.9rem;padding:14px 16px}.admin-custom-table tr:hover{background-color:#f8fafc}.see-details-btn{background-color:#0f172a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;padding:6px 12px}.activity-detail-modal-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;width:320px}.error-message-alert,.loading-spinner-text,.no-data-text{color:#64748b;font-weight:500;padding:60px 20px;text-align:center}@media (max-width:992px){.admin-main-split-layout{grid-template-columns:1fr}}.dashboard-container{background-color:#f8fafc;display:flex;font-family:Inter,sans-serif;margin-top:70px;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:24px 0;width:260px}.logo-section{padding:0 24px 20px}.logo-section h2{color:#6366f1;font-size:1.5rem;margin:0}.logo-section span{color:#312e81}.sidebar-subtitle{color:#64748b;font-size:.85rem;margin:4px 0 0}.nav-menu{display:flex;flex-direction:column;gap:4px;padding:0 12px}.nav-item{align-items:center;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:12px;padding:12px 16px}.nav-item.active,.nav-item:hover{background-color:#f5f3ff;color:#6366f1}.msg-badge{background:#ef4444;border-radius:10px;color:#fff;font-size:.75rem;margin-left:auto;padding:2px 6px}.logout-section{margin-top:auto;padding:0 24px}.logout-btn{color:#ef4444;cursor:pointer;font-weight:600}.main-content{display:flex;flex:1 1;flex-direction:column;gap:28px;margin:0 auto;max-width:1200px;padding:32px;width:100%}.welcome-header-bar{align-items:center;display:flex;justify-content:space-between}.welcome-sub{color:#64748b;font-size:.95rem;margin:0}.welcome-txt h1{color:#0f172a;font-size:1.8rem;margin:4px 0 0}.header-right-profile-widget{align-items:center;display:flex;gap:20px}.notif-icon-bell{cursor:pointer;font-size:1.3rem;position:relative}.notif-count{align-items:center;background:#ef4444;border-radius:50%;color:#fff;display:flex;font-size:.7rem;height:16px;justify-content:center;position:absolute;right:-4px;top:-4px;width:16px}.profile-pill-user{border:1px solid #e2e8f0;border-radius:20px;font-size:.9rem;font-weight:500;gap:8px;padding:6px 14px}.premium-profile-card,.profile-pill-user{align-items:center;background:#fff;display:flex}.premium-profile-card{border:1px solid #eeebff;border-radius:16px;box-shadow:0 10px 25px -5px #6366f108;gap:32px;height:auto;padding:28px}.profile-hero-block{align-items:center;display:flex;flex:1 1;gap:24px}.profile-avatar-circle{align-items:center;background:#f1f5f9;border-radius:50%;display:flex;font-size:3.5rem;height:90px;justify-content:center;width:90px}.profile-core-details{display:flex;flex-direction:column;gap:6px}.student-name-heading{color:#1e1b4b;font-size:1.5rem;font-weight:700;margin:0}.badge-registered-pill{background-color:#ede9fe;border-radius:20px;color:#5b21b6;font-size:.8rem;font-weight:600;padding:4px 12px;width:fit-content}.quick-contact-meta{color:#475569;display:flex;flex-direction:column;font-size:.9rem;gap:4px;margin-top:8px}.quick-contact-meta p{margin:0}.vertical-card-divider{align-self:stretch;background-color:#e2e8f0;width:1px}.profile-extended-grid{grid-gap:16px;display:grid;flex:1.2 1;gap:16px;grid-template-columns:1fr 1fr;height:auto}.grid-meta-row{border-bottom:1px dashed #f1f5f9;display:flex;font-size:.9rem;justify-content:space-between;padding-bottom:6px}.meta-label{color:#64748b;font-weight:500}.meta-value{color:#0f172a;font-weight:600}.section-title-wrapper{align-items:center;display:flex;gap:12px;margin-top:10px}.section-icon{color:#6366f1;font-size:1.4rem}.section-title-wrapper h3{color:#0f172a;font-size:1.2rem;margin:0}.section-subtitle{color:#64748b;font-size:.85rem;margin:2px 0 0}.enrollment-rows-stack{display:flex;flex-direction:column;gap:16px}.premium-enrollment-row{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;padding:20px 24px;transition:all .2s ease}.premium-enrollment-row:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000005}.uni-brand-block{flex:1.2 1;gap:16px}.uni-brand-block,.uni-logo-box{align-items:center;display:flex}.uni-logo-box{background:#f8fafc;border-radius:8px;font-size:1.5rem;height:48px;justify-content:center;width:48px}.uni-title-details h4{color:#0f172a;font-size:1.1rem;margin:0}.course-title-text{color:#6366f1;font-size:.9rem;font-weight:500;margin:4px 0}.degree-pill{background:#f1f5f9;border-radius:4px;color:#475569;font-size:.75rem;font-weight:500;padding:2px 8px}.enrollment-meta-middle{display:flex;flex:1 1;gap:40px}.meta-data-node{display:flex;flex-direction:column;gap:4px}.node-label{color:#94a3b8;font-size:.75rem;font-weight:500;text-transform:uppercase}.node-value{color:#334155;font-size:.9rem;font-weight:600}.enrollment-action-right{align-items:flex-end;display:flex;flex-direction:column;gap:10px}.status-enrolled-pill{background:#d1fae5;border-radius:6px;color:#065f46;font-size:.8rem;font-weight:600;padding:4px 12px}.btn-view-details-action{background:#0000;border:1px solid #6366f1;border-radius:6px;color:#6366f1;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 16px;transition:all .2s}.btn-view-details-action:hover{background:#6366f1;color:#fff}.premium-stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:10px}.stat-node-card{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:12px;display:flex;gap:16px;padding:20px}.stat-icon-circle{align-items:center;border-radius:50%;display:flex;font-size:1.3rem;height:44px;justify-content:center;width:44px}.stat-node-txt{display:flex;flex-direction:column}.stat-label{color:#64748b;font-size:.85rem;font-weight:500}.stat-number{color:#0f172a;font-size:1.6rem;font-weight:700;margin:2px 0}.stat-sub-lbl{color:#94a3b8;font-size:.75rem}.purple-theme{background:#fbfbfe;border-color:#ebe9fe}.purple-theme .stat-icon-circle{background:#ede9fe;color:#6366f1}.green-theme{background:#f8fdfa;border-color:#dcfce7}.green-theme .stat-icon-circle{background:#d1fae5;color:#10b981}.orange-theme{background:#fffbf7;border-color:#ffedd5}.orange-theme .stat-icon-circle{background:#ffedd5;color:#f97316}.blue-theme{background:#f7faff;border-color:#dbeafe}.blue-theme .stat-icon-circle{background:#dbeafe;color:#3b82f6}.loading-screen{align-items:center;color:#6366f1;display:flex;font-size:1.2rem;font-weight:600;height:100vh;justify-content:center}
/*# sourceMappingURL=main.fddb3065.css.map*/