@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.apply-modal-overlay{width:100%;height:100%;height:100dvh;-webkit-backdrop-filter:blur(10px);z-index:10001;overscroll-behavior:contain;height:100svh;padding:env(safe-area-inset-top,20px)env(safe-area-inset-right,20px)env(safe-area-inset-bottom,20px)env(safe-area-inset-left,20px);-webkit-overflow-scrolling:touch;touch-action:manipulation;background:#000000b3;justify-content:center;align-items:flex-start;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.apply-modal-content{-webkit-overflow-scrolling:touch;color:#fff;box-sizing:border-box;touch-action:manipulation;background:#0e0529;border-radius:20px;width:min(900px,95%);max-height:none;margin:auto;padding:2.25rem;animation:.3s ease-out slideUp;position:relative;overflow:visible;box-shadow:0 10px 40px #00000080}@supports (-webkit-touch-callout:none){.apply-modal-overlay{-webkit-backdrop-filter:none}}.apply-modal-close{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:2.25rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:.75rem;right:.75rem}.apply-modal-close:hover{color:#e8e4f4;transform:rotate(90deg)}.apply-modal-header{border-bottom:1px solid #ffffff1a;align-items:flex-start;gap:1.25rem;margin:0 0 1.5rem;padding:0 0 1.5rem;display:flex}.apply-modal-logo{z-index:10;flex-shrink:0;align-items:center;gap:1rem;margin-top:.25rem;padding-top:.1rem;display:flex;position:relative}.apply-modal-logo img{object-fit:contain;width:72px;height:72px}.apply-modal-logo-text h3{color:#fff;margin:0 0 .25rem;font-family:Helvetica,sans-serif;font-size:.85rem;font-weight:700}.apply-modal-logo-text p{color:#ffffffe6;margin:0;font-family:Roboto,sans-serif;font-size:.65rem}.apply-modal-title{color:#fff;flex:1;margin:0;font-family:Roboto,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.3}.apply-modal-form{flex-direction:column;gap:1.25rem;display:flex}.apply-form-row{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}.apply-form-column{flex-direction:column;gap:.85rem;width:100%;display:flex}.apply-modal-form input,.apply-modal-form select,.apply-modal-form textarea{color:#333;box-sizing:border-box;background:#fffffff2;border:none;border-radius:10px;width:100%;min-height:44px;padding:.9rem 1rem;font-family:Roboto,sans-serif;font-size:.95rem;line-height:1.25;transition:all .3s}.apply-modal-form input:focus,.apply-modal-form select:focus,.apply-modal-form textarea:focus{background:#fff;outline:none;box-shadow:0 0 0 2px #e8e4f480}.apply-modal-form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.75rem}.apply-form-checkbox{cursor:pointer;color:#fffffff2;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.45;display:flex}.apply-form-checkbox input[type=checkbox]{cursor:pointer;accent-color:#0e0529;-webkit-appearance:checkbox;appearance:auto;flex-shrink:0;width:18px;height:18px;margin-top:2px;min-width:0!important;min-height:0!important;padding:0!important}.apply-form-checkbox span{flex:1}.apply-form-submit{color:#0e0529;cursor:pointer;background:#fff;border:none;border-radius:50px;align-self:flex-start;min-width:180px;padding:.9rem 2.25rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;transition:all .3s}.apply-form-submit:hover{background:#e8e4f4;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.apply-form-submit:active{transform:translateY(0)}.apply-form-submit:disabled{opacity:.6;cursor:not-allowed}.apply-form-message{text-align:center;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;animation:.3s ease-out fadeIn}.apply-form-message.success{color:#4caf50;background:#4caf5033;border:1px solid #4caf50}.apply-form-message.error{color:#f44336;background:#f4433633;border:1px solid #f44336}@media (max-width:768px){.apply-modal-content{border-radius:16px;width:95%;max-width:none;padding:1rem}.apply-modal-header{flex-direction:column;gap:.75rem}.apply-modal-logo{align-self:flex-start}.apply-modal-logo img{width:56px;height:56px}.apply-modal-title{font-family:Helvetica,sans-serif;font-size:.98rem}.apply-form-row{grid-template-columns:1fr;gap:.7rem}.apply-form-column{gap:.7rem}.apply-modal-form input,.apply-modal-form select,.apply-modal-form textarea{min-height:40px;padding:.7rem .8rem;font-size:.85rem}.apply-modal-form select{background-position:right .9rem center;padding-right:2.4rem}.apply-form-checkbox{font-size:.75rem}.apply-form-checkbox input[type=checkbox]{width:14px;height:14px;min-width:0!important;min-height:0!important;padding:0!important}.apply-form-submit{align-self:stretch;width:100%;min-width:auto;padding:.75rem .9rem;font-size:.88rem}.apply-modal-overlay{padding:calc(.75rem + env(safe-area-inset-top,0px))calc(.75rem + env(safe-area-inset-right,0px))calc(.75rem + env(safe-area-inset-bottom,0px))calc(.75rem + env(safe-area-inset-left,0px))}.apply-modal-close{width:40px;height:40px;font-size:2rem;top:.5rem;right:.5rem}}@media (max-width:480px){.apply-modal-content{border-radius:14px;width:min(420px,100%);padding:.85rem}.apply-modal-logo img{width:48px;height:48px}.apply-modal-title{font-family:Helvetica,sans-serif;font-size:.9rem}.apply-modal-form input,.apply-modal-form select,.apply-modal-form textarea{min-height:38px;padding:.65rem .75rem;font-size:.8rem}.apply-modal-form{gap:.9rem}.apply-modal-header{margin-bottom:1rem;padding-bottom:1rem}.apply-form-column{gap:.65rem}.apply-form-submit{padding:.7rem .85rem;font-size:.84rem}.apply-form-checkbox{font-size:.72rem}.apply-form-checkbox input[type=checkbox]{width:13px;height:13px;min-width:0!important;min-height:0!important;padding:0!important}}.header{z-index:1000;background:#fff;transition:all .3s;animation:.6s ease-out fadeInDown;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.header.scrolled{background:#fff;box-shadow:0 4px 20px #00000026}.header-container{justify-content:space-between;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.header-container>:first-child,.header-container>:last-child{flex-shrink:0}.logo-container{color:inherit;align-items:center;text-decoration:none;display:flex}.logo{flex-shrink:0;justify-content:center;align-items:center;width:120px;min-width:120px;height:120px;min-height:120px;padding:0;display:flex;position:relative;overflow:visible}.logo img{object-fit:contain;visibility:visible;opacity:1;width:100%;max-width:120px;height:100%;max-height:120px;display:block}.logo-text{color:#0e0529;flex-direction:column;gap:.1rem;line-height:1.2;display:flex}.logo-main{letter-spacing:.5px;font-size:1.1rem;font-weight:700}.logo-sub{letter-spacing:.3px;font-size:.85rem;font-weight:600}.logo-tagline{letter-spacing:.2px;opacity:.9;font-size:.65rem;font-weight:500}.nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav a{color:#333;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav a:hover{color:#1a237e}.nav a:after{content:"";background:#1a237e;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav a:hover:after{width:100%}.nav-dropdown{position:relative}.dropdown-toggle{align-items:center;gap:.25rem;display:flex}.dropdown-toggle>span:first-child{color:#333;cursor:pointer;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.dropdown-toggle:hover>span:first-child{color:#1a237e}.dropdown-toggle>span:first-child:after{content:"";background:#1a237e;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.dropdown-toggle:hover>span:first-child:after{width:calc(100% - 1rem)}.dropdown-arrow{font-size:.7rem;transition:transform .3s;display:inline-block}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}@media (max-width:768px){.nav-dropdown:hover .dropdown-arrow{transform:none}}.dropdown-menu{z-index:1000;background:#fff;border-radius:8px;min-width:280px;margin-top:.5rem;padding:.5rem 0;animation:.3s ease-out fadeInDown;position:absolute;top:100%;left:0;box-shadow:0 4px 20px #00000026}.dropdown-menu a{color:#333;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:block;position:relative}.dropdown-menu a:after{display:none}.dropdown-menu a:hover{color:#1a237e;background:#f5f5f5;padding-left:2rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.cta-button{color:#fff;cursor:pointer;white-space:nowrap;background:#0e0529;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0e052933}.cta-button:hover{background:#1a0a3d;transform:translateY(-2px);box-shadow:0 4px 12px #0e05294d}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.mobile-menu-toggle span{background:#1a237e;width:25px;height:3px;transition:all .3s}@media (max-width:768px){.header-container{justify-content:flex-start;gap:.75rem;padding:.6rem .7rem .6rem 1.15rem}.logo{width:70px;min-width:70px;height:70px;min-height:70px}.logo img{max-width:70px;max-height:70px}.mobile-menu-toggle{order:3;display:flex}.nav{opacity:0;visibility:hidden;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100vh - 100px);padding:1.25rem 1.5rem;transition:all .3s;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 4px 20px #0000001a}.nav.open{opacity:1;visibility:visible;transform:translateY(0)}.nav a{text-align:left;border-bottom:1px solid #f0f0f0;width:100%;padding:.75rem 0;font-size:.88rem;transition:all .2s;display:block}.nav a:last-child{border-bottom:none}.nav a:active{background:#f8f8f8}.nav-dropdown{border-bottom:1px solid #f0f0f0;width:100%}.dropdown-toggle{cursor:pointer;-webkit-tap-highlight-color:#0000001a;touch-action:manipulation;justify-content:space-between;width:100%;padding:.875rem 0}.dropdown-toggle:active{background:#f8f8f8}.dropdown-toggle>span{text-align:left;color:#333;pointer-events:auto;justify-content:space-between;align-items:center;width:100%;font-size:.88rem;font-weight:500;display:flex}.dropdown-toggle>span:first-child{width:100%}.dropdown-arrow{pointer-events:none;margin-left:.5rem;transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{box-shadow:none;background:0 0;width:100%;margin-top:0;padding:0;animation:none;display:block;position:static}.dropdown-menu a{text-align:left;-webkit-tap-highlight-color:#0000001a;touch-action:manipulation;border-bottom:1px solid #f0f0f0;min-height:44px;padding:.875rem 0 .875rem 1.5rem;font-size:.88rem;line-height:1.25;transition:all .2s;display:block}.dropdown-menu a:last-child{border-bottom:none}.dropdown-menu a:hover,.dropdown-menu a:active{color:#1a237e;background:#f8f8f8;padding-left:2rem}.header .cta-button{min-height:28px;min-width:unset;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:1010;cursor:pointer;border-radius:50px;order:2;justify-content:center;align-items:center;margin-left:auto;padding:.28rem .48rem;font-size:.68rem;line-height:1;display:inline-flex;position:relative;box-shadow:0 2px 6px #0e05292e}.logo-container{order:1}.mobile-menu-toggle{margin-left:.08rem}}@media (max-width:480px){.header-container{gap:.6rem;padding:.4rem .55rem .4rem .875rem}.logo{width:50px;min-width:50px;height:50px;min-height:50px}.logo img{max-width:50px;max-height:50px}.mobile-menu-toggle{padding:.2rem}.mobile-menu-toggle span{width:20px;height:2.5px}.header .cta-button{min-height:26px;min-width:unset;border-radius:50px;padding:.24rem .42rem;font-size:.64rem;line-height:1}.nav{padding:1.25rem .875rem}.nav a{text-align:left;padding:.65rem 0;font-size:.84rem}.dropdown-toggle{padding:.65rem 0}.dropdown-toggle>span{font-size:.84rem}.dropdown-menu a{padding:.6rem 0 .6rem 1.25rem;font-size:.84rem;line-height:1.25}.popup-content{max-width:90%;padding:2rem 1.5rem}.popup-content h2{font-size:1.5rem}.popup-content p{font-size:1rem}}.under-construction-popup{-webkit-backdrop-filter:blur(10px);z-index:10000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.popup-content{text-align:center;background:#fff;border-radius:15px;width:90%;max-width:500px;padding:3rem 2.5rem;animation:.3s ease-out slideUp;position:relative;box-shadow:0 10px 40px #0000004d}.popup-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.popup-close:hover{color:#000;background:#f5f5f5}.popup-content h2{color:#0e0529;margin-bottom:1rem;font-size:2rem;font-weight:700}.popup-content p{color:#666;font-size:1.1rem;line-height:1.6}@media screen and (min-width:1440px){.header-container{padding:1.25rem 3rem}.logo{width:130px;min-width:130px;height:130px;min-height:130px}.logo img{max-width:130px;max-height:130px}.nav a{font-size:1.1rem}.cta-button{padding:.875rem 2rem;font-size:1rem}}@media screen and (min-width:1920px){.header-container{padding:1.5rem 4rem}.logo{width:140px;min-width:140px;height:140px;min-height:140px}.logo img{max-width:140px;max-height:140px}}@media screen and (max-width:375px) and (max-height:667px){.header-container{gap:.5rem;padding:.35rem .45rem .35rem .75rem}.logo{width:45px;min-width:45px;height:45px;min-height:45px}.logo img{max-width:45px;max-height:45px}.mobile-menu-toggle{padding:.15rem}.mobile-menu-toggle span{width:18px;height:2px}.header .cta-button{min-height:26px;min-width:unset;border-radius:50px;padding:.22rem .4rem;font-size:.62rem;line-height:1}}@supports (padding:max(0px)){@media screen and (max-width:480px){.header{padding-top:max(.5rem,env(safe-area-inset-top))}.header-container{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}}@media screen and (max-height:500px) and (orientation:landscape){.header-container{padding:.4rem .875rem}.logo{width:50px;min-width:50px;height:50px;min-height:50px}.logo img{max-width:50px;max-height:50px}.nav{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 70px);padding:1rem .875rem;overflow-y:auto}}.footer{color:#fff;background:#0e0529;padding:4rem 2rem 2rem;animation:.8s ease-out fadeInUp}.footer-container{max-width:1400px;margin:0 auto}.footer-content{grid-template-columns:.8fr .8fr 1fr 1.4fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-section:last-child{justify-self:end}.footer-section h4{color:#fff;text-transform:uppercase;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.footer-section:nth-child(2) h4,.footer-section:nth-child(3) h4{margin-bottom:1rem;font-size:.95rem}.footer-logo{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-logo img{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:120px;margin-bottom:.5rem}.logo-text{flex-direction:column;gap:.25rem;display:flex}.footer-logo h3{text-transform:uppercase;margin:0;font-size:1.1rem;font-weight:700}.logo-text p{opacity:.9;margin:0;font-size:.85rem}.social-media{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:1rem;display:flex}.social-media a{color:#fff;background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;transition:all .3s;display:flex}.social-media a svg{fill:currentColor;flex-shrink:0;width:24px;min-width:24px;height:24px;min-height:24px;display:block}.social-media a:hover{background:#fff3;transform:translateY(-3px)}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a{color:#fffc;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-section:nth-child(2) ul li,.footer-section:nth-child(3) ul li{margin-bottom:.5rem}.footer-section:nth-child(2) ul li a,.footer-section:nth-child(3) ul li a{font-size:.85rem}.footer-section:nth-child(3) ul li a{white-space:nowrap;display:block}.footer-section ul li a:hover{color:#fff}.contact-info{margin-bottom:1.5rem}.contact-item{align-items:center;gap:.65rem;margin-bottom:.75rem;display:flex}.contact-icon{color:#fff;opacity:.95;flex-shrink:0;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;min-height:20px;margin-top:0;display:inline-flex}.contact-icon svg{fill:currentColor;width:20px;height:20px;display:block}.contact-item p,.contact-item a{color:#fff;word-break:break-word;margin:0;font-size:.95rem;line-height:1.55}.contact-info a{color:#fff;text-decoration:none;transition:color .3s}.contact-info a:hover{color:#fffc}.footer-map{aspect-ratio:1;border-radius:8px;width:100%;margin-top:1rem;overflow:hidden}.footer-map iframe{width:100%;height:100%;display:block}.footer-bottom{text-align:center;border-top:1px solid #fff3;padding-top:1.5rem}.footer-bottom p{color:#fffc;margin:0;font-size:.9rem}.footer-bottom a{color:#fffc;text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:#fff}@media (max-width:1200px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section h4{margin-bottom:1rem;font-size:.95rem}.footer-map{margin-top:1rem}.footer{padding:1.75rem 1rem 1.25rem}.footer-content{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem}.footer-section{text-align:left}.footer-section:last-child{justify-self:start}.footer-logo{align-items:flex-start}.footer-logo img{max-width:140px;max-height:90px}.social-media{flex-wrap:nowrap;justify-content:flex-start;gap:1rem;display:flex}.social-media a{flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;display:flex!important}.social-media a svg{fill:currentColor;width:24px;min-width:24px;height:24px;min-height:24px;display:block!important}.footer-section ul{text-align:left}.footer-section:nth-child(3) ul li a{white-space:normal}.footer-section:nth-child(3) ul li{margin-bottom:.35rem}.footer-section:nth-child(3) ul li a{line-height:1.35}.contact-info{text-align:left}.contact-item{align-items:center;margin-bottom:.6rem}.contact-icon{margin-top:0}.footer .contact-item a{line-height:inherit;align-items:center;display:inline-flex;min-width:0!important;min-height:0!important;padding:0!important}.footer-map{max-width:100%;margin:1rem 0 0}.footer-bottom{text-align:left;padding-top:1.25rem}.footer-bottom p{font-size:.85rem;line-height:1.6}}@media (max-width:480px){.footer{padding:1.5rem .75rem .9rem}.footer-content{gap:1.1rem;margin-bottom:1.25rem}.footer-section h4{margin-bottom:.75rem;font-size:.9rem}.footer-logo img{max-width:120px;max-height:80px}.social-media{flex-wrap:nowrap;justify-content:flex-start;gap:.75rem;display:flex}.social-media a{flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;min-height:36px;display:flex!important}.footer-section,.footer-section ul,.contact-info,.contact-info p{text-align:left}.contact-info a{text-align:left;display:inline-block}.contact-item{align-items:center}.contact-icon{margin-top:0}.footer-bottom{text-align:left}.footer-logo{align-items:flex-start}.social-media a svg{fill:currentColor;width:20px;min-width:20px;height:20px;min-height:20px;display:block!important}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{font-size:.85rem}.footer-section:nth-child(2) ul li a,.footer-section:nth-child(3) ul li a{font-size:.8rem}.footer-section:nth-child(3) ul li{margin-bottom:.3rem}.footer-section:nth-child(3) ul li a{line-height:1.3}.contact-icon,.contact-icon svg{width:18px;min-width:18px;height:18px;min-height:18px}.contact-item p,.contact-item a{font-size:.9rem}.footer .contact-item a{min-width:0!important;min-height:0!important;padding:0!important}.footer-map{margin-top:.75rem}.footer-bottom p{font-size:.75rem}}@media screen and (min-width:1440px){.footer{padding:5rem 3rem 2.5rem}.footer-content{gap:3rem}.footer-section h4{font-size:1.1rem}.footer-logo img{max-width:200px;max-height:130px}}@media screen and (min-width:1920px){.footer{padding:6rem 4rem 3rem}.footer-content{gap:4rem}}@media screen and (max-width:375px) and (max-height:667px){.footer{padding:1.75rem .75rem 1rem}.footer-content{gap:1.25rem}.footer-section{text-align:left}.footer-logo{align-items:flex-start}.footer-logo img{max-width:110px;max-height:75px}.social-media{justify-content:flex-start}.social-media a{flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;display:flex!important}.social-media a svg{fill:currentColor;width:18px;min-width:18px;height:18px;min-height:18px;display:block!important}.footer-section ul,.contact-info,.contact-info p{text-align:left}.contact-info a{text-align:left;display:inline-block}.footer-bottom{text-align:left}}@supports (padding:max(0px)){@media screen and (max-width:480px){.footer{padding-bottom:max(1rem,env(safe-area-inset-bottom))}}}@media screen and (max-height:500px) and (orientation:landscape){.footer{padding:2rem 1rem 1rem}.footer-content{gap:1.5rem}}@media screen and (device-width:430px) and (device-height:932px),screen and (device-width:390px) and (device-height:844px),screen and (max-width:428px) and (max-height:926px){.footer{will-change:transform;padding:2rem 1rem 1.5rem;transform:translate(0,0)}.footer-content{gap:1.5rem}.footer-section h4{margin-bottom:.875rem;font-size:.95rem}.footer-logo img{max-width:130px;max-height:85px}.social-media a{justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;display:flex;pointer-events:auto!important}.social-media a svg{width:24px;min-width:24px;height:24px;min-height:24px}.footer-bottom p{font-size:.8rem}}.whatsapp-float{color:#fff;text-align:center;z-index:9999;pointer-events:auto;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;backface-visibility:hidden;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:20px;right:20px;transform:translateZ(0);box-shadow:2px 2px 3px #0000004d}.whatsapp-float:hover{background-color:#20ba5a;transform:scale(1.1);box-shadow:2px 2px 8px #0006}.whatsapp-float:active{transform:scale(.95)}.whatsapp-icon{fill:#fff;flex-shrink:0;width:35px;height:35px;display:block}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.whatsapp-float{animation:2s infinite pulse}@media (max-width:768px){.whatsapp-float{z-index:9999;width:56px;height:56px;bottom:18px;right:18px}.whatsapp-float{width:56px;height:56px;bottom:20px;right:20px;bottom:max(20px,env(safe-area-inset-bottom,20px));right:max(20px,env(safe-area-inset-right,20px));z-index:9999}.whatsapp-icon{width:32px;height:32px}}@media (max-width:480px){.whatsapp-float{width:56px;height:56px;bottom:20px;right:20px;bottom:max(20px,env(safe-area-inset-bottom,20px));right:max(20px,env(safe-area-inset-right,20px));z-index:9999;min-width:56px;min-height:56px}.whatsapp-icon{width:32px;height:32px}}@supports (-webkit-touch-callout:none){.whatsapp-float{bottom:calc(25px + env(safe-area-inset-bottom,0px));right:calc(20px + env(safe-area-inset-right,0px));backface-visibility:hidden;position:fixed;transform:translateZ(0);z-index:99999!important;pointer-events:auto!important}}@media (max-width:768px){.whatsapp-float{z-index:99999!important;pointer-events:auto!important}}.hero-section{flex-direction:column;width:100%;min-height:auto;display:flex;position:relative;overflow:visible}.hero-slide{will-change:background-image;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;flex-shrink:0;justify-content:flex-start;align-items:flex-start;width:100%;height:70vh;min-height:700px;margin:0;padding:0;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out;display:flex;position:relative;overflow:visible;transform:translateZ(0);-webkit-background-size:cover!important}.hero-slide.images-loaded{opacity:1}@supports (-webkit-touch-callout:none){.hero-slide{transform:translateZ(0);-webkit-background-size:cover!important;background-size:cover!important;background-attachment:scroll!important}}.hero-slide-fourth{object-fit:cover;background-position:top;background-size:cover}.hero-gradient-overlay-bottom{z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0003 25%,#0006 50%,#000000a6 75%,#000000d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay-left{display:none}.hero-content{z-index:2;justify-content:flex-start;align-items:center;width:100%;max-width:1600px;height:100%;padding:3rem;display:flex;position:relative}.hero-text{color:#fff;z-index:3;flex:1;max-width:700px;margin-left:7rem}@media (max-width:1440px){.hero-text{max-width:650px;margin-left:3.5rem}.hero-sidebar{right:5rem}}@media (max-width:1280px){.hero-text{max-width:600px;margin-left:2.5rem}.hero-sidebar{right:2.5rem}}@media (max-width:1150px){.hero-text{max-width:550px;margin-left:2rem}.hero-sidebar{right:1.5rem}.hero-text h1{font-size:3.5rem}.admission-box{min-width:160px;padding:3rem 2rem}}.hero-text h1{color:#fff;text-shadow:2px 2px 4px #00000080;flex-direction:column;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.2;animation:1s ease-out fadeInUp;display:flex}.title-line{display:block}.tagline{color:#fff;text-shadow:1px 1px 2px #00000080;font-size:1.75rem;font-weight:400;animation:1s ease-out .2s both fadeInUp}.tagline-subtitle{color:#fff;text-shadow:1px 1px 2px #00000080;opacity:.95;margin-top:.5rem;font-size:1.1rem;font-weight:400;animation:1s ease-out .4s both fadeInUp}.hero-sidebar{z-index:3;flex-direction:column;align-items:center;gap:2rem;display:flex;position:absolute;top:50%;right:10rem;transform:translateY(-50%)}.admission-box{-webkit-backdrop-filter:blur(10px);color:#fff;text-align:center;clip-path:polygon(0 0,100% 0,100% 75%,5% 100%,0 100%);background:#000000b3;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:.75rem;min-width:180px;max-width:200px;padding:3.5rem 2.5rem;transition:transform .3s;animation:.8s ease-out .3s both fadeInRight;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.admission-box:hover{transform:scale(1.05)}.admission-year{color:#fff;text-align:left;letter-spacing:-.02em;margin-bottom:.75rem;margin-left:-1rem;padding-left:0;font-size:4rem;font-weight:700;line-height:1}.admission-text{color:#fff;text-align:left;flex-direction:column;gap:.15rem;margin-left:-1rem;padding-left:0;font-size:1.15rem;font-weight:400;line-height:1.2;display:flex}.admission-text span{display:block}.apply-now-btn{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:30px;width:auto;min-width:200px;padding:1.25rem 3rem;font-size:1.15rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003}.apply-now-btn:before{content:"";background:#0000001a;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.apply-now-btn:hover:before{width:300px;height:300px}.apply-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hero-nav{cursor:pointer;z-index:5;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;transition:all .3s;animation:.8s ease-out fadeIn;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.hero-nav.prev{animation:.8s ease-out .4s both fadeInLeft}.hero-nav.next{animation:.8s ease-out .4s both fadeInRight}.hero-nav.prev{color:#000;background:#fff;left:2rem}.hero-nav.prev:hover{background:#ffffffe6}.hero-nav.next{color:#fff;background:#0e0529;right:2rem}.hero-nav.next:hover{background:#1a0a3d}.hero-rated-badge{-webkit-backdrop-filter:blur(10px);z-index:3;background:#000000b3;border:1px solid #fff3;border-radius:12px;flex-direction:column;align-items:flex-start;padding:1.25rem 1.75rem;display:flex;position:absolute;top:6.5rem;left:2rem;box-shadow:0 4px 15px #0000004d}.hero-rated-badge-bottom{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:0;padding:0;display:flex;top:auto;bottom:5rem;left:6rem}.hero-rated-badge-bottom .rated-text{margin:0;font-size:2rem}.rated-text{color:#fff;letter-spacing:.1em;text-transform:uppercase;text-shadow:2px 2px 4px #00000080;margin:0;font-size:1.4rem;font-weight:900}.hero-rated-stars{-webkit-backdrop-filter:blur(10px);z-index:3;background:#000000b3;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.4rem;padding:.85rem 1.5rem;display:flex;position:absolute;top:13rem;left:2rem;box-shadow:0 4px 15px #0000004d}.hero-rated-stars-bottom{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;gap:.3rem;padding:0;top:auto;bottom:2.5rem;left:6rem}.hero-rated-stars-bottom .star{font-size:4.5rem}.hero-rated-stars .star{color:gold;font-size:1.75rem;line-height:1}.hero-feature-badge{z-index:3;flex-direction:column;align-items:flex-start;gap:.75rem;display:flex;position:absolute;top:8rem;left:2rem}.hero-feature-badge-bottom{gap:.3rem;top:auto;bottom:6rem;left:6rem}.hero-feature-badge-fourth{top:6rem}.hero-feature-badge-fourth.hero-feature-badge-bottom{gap:.3rem;top:auto;bottom:6rem;left:6rem}.feature-text{-webkit-backdrop-filter:blur(10px);color:#fff;letter-spacing:.1em;text-transform:uppercase;text-shadow:2px 2px 4px #00000080;background:#000000b3;border:1px solid #fff3;border-radius:8px;padding:1rem 1.5rem;font-size:1.3rem;font-weight:900;box-shadow:0 4px 15px #0000004d}.hero-feature-badge-bottom .feature-text{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;margin:0;padding:0;font-size:2rem}.hero-feature-badge-bottom .feature-text-fourth{font-size:1.8rem}.feature-text-fourth{padding:.9rem 1.3rem;font-size:1.1rem}.hero-apply-now-vertical{color:#fff;cursor:pointer;z-index:3;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.2em;background:#000c;justify-content:center;align-items:center;min-height:200px;padding:2rem 1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hero-apply-now-vertical:hover{background:#000000e6;padding-right:1.5rem}.hero-apply-now-vertical span{display:block}.hero-programs-section{z-index:10;background:0 0;border-radius:0 0 50% 50%/0 0 200% 200%;justify-content:center;align-items:flex-start;width:100%;height:auto;min-height:auto;margin-top:-160px;margin-bottom:0;padding:160px 2rem 2.75rem;display:flex;position:relative;overflow:visible}.hero-programs-container{justify-content:space-between;align-items:flex-start;gap:3rem;width:100%;max-width:1400px;padding-top:0;display:flex}@media (max-width:1440px){.hero-programs-container{gap:2rem;padding:0 2rem}}@media (max-width:1200px){.hero-programs-container{gap:1.5rem;padding:0 1rem}.hero-programs-small-heading,.hero-programs-bold-title{font-size:1.6rem}.hero-program-bubble{width:130px;min-width:120px;height:130px;min-height:120px;font-size:.8rem}}.hero-programs-title-block{flex-direction:column;flex-shrink:0;gap:0;margin-top:0;padding-top:1rem;display:flex}.hero-programs-small-heading{color:#000;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .8rem;font-size:2rem;font-weight:700;line-height:1.2;animation:.8s ease-out fadeInUp;display:block}.hero-programs-bold-title{color:#000;text-transform:uppercase;margin:0;padding:0;font-size:2rem;font-weight:700;line-height:1.2;animation:.8s ease-out .2s both fadeInUp;display:block}.hero-programs-title{color:#000;flex-shrink:0;margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-programs-bubbles{z-index:11;flex-wrap:nowrap;flex:1;justify-content:flex-end;align-items:flex-start;gap:1.5rem;margin-right:2rem;padding-top:0;padding-left:1rem;display:flex;position:relative}.hero-program-bubble{text-align:center;color:#000;z-index:12;aspect-ratio:1;box-sizing:border-box;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:150px;min-width:140px;max-width:160px;height:150px;min-height:140px;max-height:160px;margin-top:-75px;padding:1.2rem;font-size:.85rem;font-weight:600;line-height:1.4;transition:transform .3s,box-shadow .3s;animation:.6s ease-out scaleIn;display:flex;position:relative;box-shadow:0 4px 15px #0003}.hero-program-bubble:first-child{animation-delay:.1s}.hero-program-bubble:nth-child(2){animation-delay:.2s}.hero-program-bubble:nth-child(3){animation-delay:.3s}.hero-program-bubble:nth-child(4){animation-delay:.4s}.hero-program-bubble:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}.hero-program-bubble p{margin:0}@media (max-width:768px){.hero-slide{height:50vh;min-height:500px}.hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:6rem 1.5rem 1.5rem}.hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;margin-top:3rem;margin-left:0;display:flex}.hero-text h1{text-align:center;justify-content:center;align-items:center;width:100%}.tagline{text-align:center;width:100%}.hero-text h1{font-family:Helvetica,sans-serif;font-size:2rem}.tagline{font-size:1rem}.tagline-subtitle{margin-top:.4rem;font-size:.85rem}.hero-sidebar,.admission-box,.apply-now-btn{display:none}.hero-programs-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:100%}.hero-programs-title-block{text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;margin-top:.25rem;margin-bottom:.45rem;padding-top:1.8rem;display:flex}.hero-programs-small-heading{text-align:center;width:100%;margin:0 0 .4rem;font-family:Helvetica,sans-serif;font-size:1.1rem;line-height:1.3}.hero-programs-bubbles{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;width:100%;max-width:100%;margin-top:0;margin-right:0;padding-left:0;padding-right:0;display:flex}.hero-programs-section{height:auto;min-height:auto;margin-top:-15vh;margin-bottom:0;padding:1rem 1rem 2.1rem}.hero-programs-title-block{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:.3rem;padding-top:1.05rem;display:flex}.hero-programs-small-heading{text-align:center;letter-spacing:.06em;width:100%;margin:0 0 .15rem;font-family:Helvetica,sans-serif;font-size:1rem;line-height:1.25}.hero-programs-bold-title{text-align:center;width:100%;margin:0;font-family:Helvetica,sans-serif;font-size:1rem;line-height:1.25}.hero-programs-bubbles{gap:1.25rem;margin-top:0;margin-bottom:.25rem}.hero-slide{height:45vh;min-height:400px;transform:translateZ(0);-webkit-background-size:cover!important;background-size:cover!important;background-attachment:scroll!important}.hero-content{text-align:center;justify-content:center;align-items:center;height:100%;padding:0 1rem 1rem}.hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:0;margin-left:0;display:flex}.hero-text h1{text-align:center;justify-content:center;align-items:center;width:100%;font-family:Helvetica,sans-serif;font-size:1.75rem}.tagline{text-align:center;width:100%;font-size:.95rem}.tagline-subtitle{text-align:center;width:100%;margin-top:.4rem;font-size:.8rem}.hero-sidebar,.admission-box,.apply-now-btn{display:none}.hero-nav{display:none!important}.hero-rated-badge{padding:.8rem 1.2rem;top:3.5rem;left:.75rem}.hero-rated-badge-bottom{gap:0;padding:0;top:auto;bottom:3.5rem;left:2.5rem}.hero-rated-badge-bottom .rated-text{font-size:1.3rem}.rated-text{font-size:.85rem}.hero-rated-stars{padding:.6rem 1rem;top:8rem;left:.75rem}.hero-rated-stars-bottom{gap:.3rem;padding:0;top:auto;bottom:1.5rem;left:2.5rem}.hero-rated-stars-bottom .star{font-size:2.8rem}.hero-rated-stars .star{font-size:1rem}.hero-apply-now-vertical{min-height:120px;padding:1.25rem .6rem;font-size:.85rem}.hero-feature-badge{gap:.5rem;top:4rem;left:.75rem}.hero-feature-badge-bottom{gap:.3rem;top:auto;bottom:4rem;left:2.5rem}.hero-feature-badge-fourth{top:3rem}.hero-feature-badge-fourth.hero-feature-badge-bottom{gap:.3rem;top:auto;bottom:4rem;left:2.5rem}.feature-text{padding:.7rem 1rem;font-size:.9rem}.hero-feature-badge-bottom .feature-text{padding:0;font-size:1.3rem}.hero-feature-badge-bottom .feature-text-fourth{font-size:1.1rem}.feature-text-fourth{padding:.6rem .9rem;font-size:.8rem}.hero-programs-bubbles{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;width:100%;max-width:100%;margin-right:0;padding-left:0;padding-right:0;display:flex}.hero-program-bubble{aspect-ratio:1;flex:0 0 calc(50% - .5rem);width:calc(50% - .5rem);min-width:135px;max-width:145px;height:145px;min-height:135px;margin-top:0;margin-left:0;margin-right:0;font-size:.75rem}.hero-program-bubble:first-child,.hero-program-bubble:nth-child(2){margin-bottom:1.5rem}}@media (max-width:480px){.hero-slide{height:40vh;min-height:350px;transform:translateZ(0);-webkit-background-size:cover!important;background-size:cover!important;background-attachment:scroll!important}.hero-content{justify-content:center;align-items:center;height:100%;padding:0 .75rem .75rem}.hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:0;margin-left:0;display:flex}.hero-text h1{text-align:center;justify-content:center;align-items:center;width:100%;font-family:Helvetica,sans-serif;font-size:1.5rem;line-height:1.1}.tagline{text-align:center;width:100%;font-size:.85rem}.tagline-subtitle{text-align:center;width:100%;margin-top:.3rem;font-size:.75rem}.hero-sidebar,.admission-box,.apply-now-btn{display:none}.hero-nav{display:none!important}.hero-rated-badge{padding:.7rem 1rem;top:2.5rem;left:.5rem}.hero-rated-badge-bottom{gap:0;padding:0;top:auto;bottom:3rem;left:2rem}.hero-rated-badge-bottom .rated-text{font-size:1.1rem}.rated-text{font-size:.75rem}.hero-rated-stars{padding:.5rem .9rem;top:6rem;left:.5rem}.hero-rated-stars-bottom{gap:.3rem;padding:0;top:auto;bottom:1.5rem;left:2rem}.hero-rated-stars-bottom .star{font-size:2.3rem}.hero-rated-stars .star{font-size:.9rem}.hero-apply-now-vertical{min-height:100px;padding:1rem .5rem;font-size:.75rem}.hero-feature-badge{gap:.4rem;top:3rem;left:.5rem}.hero-feature-badge-bottom{gap:.3rem;top:auto;bottom:3.5rem;left:2rem}.hero-feature-badge-fourth{top:2.5rem}.hero-feature-badge-fourth.hero-feature-badge-bottom{gap:.3rem;top:auto;bottom:3.5rem;left:2rem}.feature-text{padding:.6rem .9rem;font-size:.8rem}.hero-feature-badge-bottom .feature-text{padding:0;font-size:1.1rem}.hero-feature-badge-bottom .feature-text-fourth{font-size:.95rem}.feature-text-fourth{padding:.55rem .8rem;font-size:.7rem}.hero-programs-title-block{text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;margin-top:.25rem;margin-bottom:.35rem;padding-top:1.35rem;display:flex}.hero-programs-bubbles{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;width:100%;max-width:100%;margin-top:0;margin-right:0;padding-left:0;padding-right:0;display:flex}.hero-program-bubble{aspect-ratio:1;flex:0 0 calc(50% - .375rem);width:calc(50% - .375rem);min-width:120px;max-width:140px;height:140px;min-height:120px;margin-top:0;margin-left:0;margin-right:0;padding:1rem;font-size:.7rem}.hero-program-bubble:first-child,.hero-program-bubble:nth-child(2){margin-bottom:1.25rem}.hero-programs-section{height:auto;min-height:auto;margin-top:-12vh;margin-bottom:0;padding:12vh .75rem 2rem}.hero-programs-title-block{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:.25rem;padding-top:.9rem;display:flex}.hero-programs-small-heading{text-align:center;letter-spacing:.05em;width:100%;margin:0 0 .1rem;font-family:Helvetica,sans-serif;font-size:.9rem;line-height:1.22}.hero-programs-bold-title{text-align:center;width:100%;margin:0;font-family:Helvetica,sans-serif;font-size:.9rem;line-height:1.22}.hero-programs-bubbles{gap:1.25rem;margin-top:0;margin-bottom:.25rem}}.courses-section{background:#fff;padding:4rem 2rem;position:relative;overflow:hidden}.courses-section-title{color:#0e0529;text-align:center;text-transform:uppercase;margin-bottom:1rem;font-size:2.8rem;font-weight:700}.courses-description{text-align:center;max-width:800px;margin:0 auto 4rem}.courses-description-text{color:#666;font-size:1.1rem;line-height:1.6}.program-bubbles{flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:5rem;display:flex}.program-bubble{text-align:center;color:#0e0529;cursor:default;background:#f8f9fa;border:2px solid #e9ecef;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;padding:1.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000d}.program-bubble:hover{background:#fff;border-color:#0e0529;transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.courses-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.course-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.course-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px #00000026}.course-image-container{height:200px;position:relative;overflow:hidden}.course-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.course-card:hover .course-image{transform:scale(1.1)}.course-tag{color:#fff;z-index:1;background:#0e0529;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.course-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.course-content h3{color:#0e0529;min-height:3.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.4}.course-details{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.course-detail-item{color:#666;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.course-icon{color:#0e0529;width:20px;height:20px}.know-more-btn{color:#fff;cursor:pointer;text-align:center;background:#0e0529;border:none;border-radius:25px;margin-top:auto;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.know-more-btn:hover{background:#1a0a3d;transform:translateY(-2px);box-shadow:0 4px 12px #0e052933}@media (max-width:1300px){.courses-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:1100px){.courses-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width:768px){.courses-section{padding:3rem 1.5rem}.courses-section-title{font-size:2rem}.courses-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.program-bubbles{gap:1.5rem;margin-bottom:3rem}.program-bubble{width:160px;height:160px;font-size:.9rem}}@media (max-width:480px){.courses-section{padding:2rem 1rem}.courses-section-title{font-size:1.5rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.program-bubble{width:140px;height:140px;font-size:.8rem}}.why-choose-us-section{background:#f5f5f5;padding:3.5rem 2rem}.section-title{color:#000;text-align:center;text-transform:uppercase;margin-bottom:3rem;font-size:2.2rem;font-weight:700;animation:.8s ease-out fadeInUp}.images-grid{grid-template-columns:repeat(5,1fr);gap:2rem;max-width:1300px;margin:0 auto;display:grid}.image-item{justify-content:center;align-items:center;width:100%;display:flex}.group-image{border-radius:10px;max-width:100%;height:auto;transition:transform .3s;display:block}.group-image:hover{transform:scale(1.05)}@media (max-width:1200px){.why-choose-us-section{padding:3rem 1.5rem}.section-title{margin-bottom:2.5rem;font-size:2rem}.images-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;max-width:1100px}}@media (max-width:768px){.why-choose-us-section{padding:2.5rem 1.5rem}.section-title{margin-bottom:2.5rem;font-family:Helvetica,sans-serif;font-size:1.8rem}.images-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:900px}.image-item-5{grid-column:2;justify-self:center}}@media (max-width:480px){.why-choose-us-section{padding:2rem .75rem}.section-title{margin-bottom:1.5rem;font-family:Helvetica,sans-serif;font-size:1.3rem}.images-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;max-width:550px}.image-item-5{grid-column:1/-1;justify-self:center;max-width:calc(50% - .425rem)}.group-image{border-radius:6px}}.testimonials-section{background:#f5f5f5;padding:2.5rem 2rem;position:relative;overflow:hidden}.testimonials-section:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0009 0%,#0006 30%,#0003 60%,#0000 100%);height:250px;position:absolute;top:0;left:0;right:0}.testimonials-section:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000 0%,#0003 40%,#0006 70%,#0009 100%);height:250px;position:absolute;bottom:0;left:0;right:0}.container{max-width:1400px;margin:0 auto}.section-title{color:#000;text-align:center;text-transform:uppercase;z-index:3;margin-bottom:3rem;font-size:2.5rem;font-weight:700;position:relative}.testimonials-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.testimonials-slider{z-index:1;width:100%;padding:0 3rem;position:relative;overflow:visible}.testimonials-slider-wrapper{gap:1.5rem;width:100%;transition:transform .5s ease-in-out;display:flex}.testimonial-slide{box-sizing:border-box;flex-shrink:0}.testimonial-card{box-sizing:border-box;background:#fff;border-radius:10px;flex-direction:column;width:100%;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001f}.stars{letter-spacing:2px;margin-bottom:1rem;font-size:1.1rem}.star-filled{color:#ffc107}.star-empty{color:#d0d0d0}.testimonial-title{color:#000;margin-bottom:1rem;font-size:1.2rem;font-weight:700;line-height:1.3}.testimonial-quote{color:#000;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.testimonial-author{border-top:1px solid #e0e0e0;flex-wrap:nowrap;align-items:center;gap:1rem;min-width:0;padding-top:1rem;display:flex}.author-image{object-fit:cover;border-radius:50%;flex-shrink:0;width:60px;height:60px}.author-info{flex:1}.author-name{color:#000;margin:0 0 .25rem;font-size:.95rem;font-weight:600}.author-role{color:#666;margin:0;font-size:.85rem}@media (max-width:1200px){.testimonials-section{padding:2.25rem 1.5rem}}@media (max-width:768px){.testimonials-section{padding:2rem 1rem 1rem}.testimonials-section:before,.testimonials-section:after{opacity:0;height:150px;display:none}.section-title{margin-bottom:2rem;font-family:Helvetica,sans-serif;font-size:1.8rem}.testimonials-slider{padding:0 .5rem;overflow:hidden}.testimonial-card{padding:1.5rem}.testimonial-title{font-family:Helvetica,sans-serif;font-size:1.1rem}.testimonial-nav{display:none!important}}@media (max-width:480px){.testimonials-section{padding:1.75rem .75rem .75rem}.section-title{font-size:1.3rem}.testimonial-card{padding:1.25rem}.testimonial-title{font-size:1rem}.testimonial-quote{font-size:.85rem}.author-image{width:50px;height:50px}}.lead-generation-section{color:#fff;visibility:visible;background:#1a1260;width:100%;padding:.5rem 0 0;display:block;overflow:hidden}.lead-generation-section .container{max-width:100%;margin:0 auto;padding:1.25rem .75rem}.lead-content{grid-template-columns:3fr 2fr;align-items:stretch;gap:0;width:100%;max-width:1000px;min-height:400px;margin:0 auto;display:grid}.lead-form-panel{background:#4a4a6a;border-radius:12px;flex-direction:column;justify-content:center;margin:.6rem .3rem .6rem .4rem;padding:1.1rem 1.25rem;display:flex}.lead-form-panel h2{color:#fff;margin-bottom:.4rem;font-size:1.4rem;font-weight:700;line-height:1.2}.lead-subtitle{color:#fff;opacity:.95;margin-bottom:1rem;font-size:.8rem;line-height:1.5}.lead-form{flex-direction:column;gap:.75rem;display:flex}.lead-form input{color:#333;background:#fff;border:none;border-radius:8px;width:100%;padding:.65rem;font-size:.85rem}.lead-form input::placeholder{color:#999}.course-select{color:#333;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") right .65rem center no-repeat;border:none;border-radius:8px;width:100%;padding:.65rem 2rem .65rem .65rem;font-size:.85rem}.course-select:focus{outline:none;box-shadow:0 0 0 2px #0e052933}.course-select option{color:#333;background:#fff;padding:.5rem}.checkbox-label{cursor:pointer;color:#fff;align-items:flex-start;gap:.65rem;margin-top:.2rem;font-size:.75rem;line-height:1.4;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#4a4a6a;appearance:none;box-sizing:border-box;border:1.5px solid #4a4a6a;border-radius:3px;flex-shrink:0;margin-top:0;position:relative;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important}.checkbox-label input[type=checkbox]:checked:before{content:"✓";color:#4a4a6a;font-size:10px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-buttons{flex-wrap:wrap;gap:.65rem;margin-top:.2rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:8px;flex:1;min-width:90px;padding:.65rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.btn-primary:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-primary:hover:before{width:300px;height:300px}.btn-primary:hover{color:#4a4a6a;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:8px;flex:1;min-width:90px;padding:.65rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.btn-secondary:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-secondary:hover:before{width:300px;height:300px}.btn-secondary:hover{color:#4a4a6a;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.form-message{text-align:center;border-radius:8px;flex-basis:100%;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-size:.9rem}.form-message-top{text-align:center;border-radius:8px;width:100%;margin-top:0;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;animation:.3s ease-out fadeIn}.form-message.success,.form-message-top.success{color:#4caf50;background:#4caf5033;border:1px solid #4caf50}.form-message.error,.form-message-top.error{color:#f44336;background:#f4433633;border:1px solid #f44336}.lead-image-panel{background:#1a1260;border-radius:12px 0 0;place-content:flex-end;align-self:flex-end;align-items:flex-end;min-height:400px;max-height:100%;margin:.6rem 0 -2rem .3rem;padding-bottom:0;display:flex;position:relative;overflow:hidden}.lead-image-panel img{object-fit:cover;object-position:55% 100%;align-self:flex-end;width:170%;height:110%;margin-bottom:0;display:block;position:relative;top:auto;bottom:0;right:0;transform:translate(15%)}@media (max-width:768px){.lead-generation-section{padding:2rem 0 0}.lead-generation-section .container{padding:0}.lead-content{grid-template-columns:1fr;min-height:auto}.lead-form-panel{border-radius:15px 15px 0 0;margin:1rem 1rem 0;padding:1.5rem}.lead-form-panel h2{font-family:Helvetica,sans-serif;font-size:1.5rem}.lead-subtitle{font-size:.85rem}.form-buttons{flex-flow:wrap;gap:.5rem}.btn-primary,.btn-secondary{flex:1;min-width:auto;padding:.7rem 1rem;font-size:.85rem}.checkbox-label{gap:.4rem;font-size:.75rem}.checkbox-label input[type=checkbox]{box-sizing:border-box!important;border-width:1.5px!important;flex-shrink:0!important;width:14px!important;min-width:14px!important;max-width:14px!important;height:14px!important;min-height:14px!important;max-height:14px!important;margin:0!important;padding:0!important}.checkbox-label input[type=checkbox]:checked:before{font-size:10px!important}.form-buttons{gap:.35rem;flex-flow:row!important}.btn-primary,.btn-secondary{white-space:normal;text-align:center;flex:1;min-width:auto;line-height:1.2;overflow:visible;padding:.55rem .3rem!important;font-size:.7rem!important}.form-row{grid-template-columns:1fr}.lead-image-panel{border-radius:0;justify-content:center;align-items:flex-end;min-height:250px;margin:0 1rem;padding-bottom:0;display:flex}.lead-image-panel img{object-fit:contain;object-position:center bottom;width:100%;max-width:280px;height:auto;margin:0 auto;display:block;transform:none}}@media (max-width:480px){.lead-generation-section{padding:1.5rem 0 0}.lead-generation-section .container{padding:0}.lead-form-panel{border-radius:12px 12px 0 0;margin:.75rem .75rem 0;padding:1.25rem}.lead-form-panel h2{font-family:Helvetica,sans-serif;font-size:1.25rem}.lead-subtitle{font-size:.8rem}.form-buttons{gap:.35rem;flex-flow:row!important}.btn-primary,.btn-secondary{white-space:normal;text-align:center;word-break:break-word;flex:1;min-width:auto;line-height:1.2;overflow:visible;padding:.55rem .3rem!important;font-size:.7rem!important}.checkbox-label{gap:.3rem;font-size:.7rem}.checkbox-label input[type=checkbox]{box-sizing:border-box!important;border-width:1.5px!important;flex-shrink:0!important;width:13px!important;min-width:13px!important;max-width:13px!important;height:13px!important;min-height:13px!important;max-height:13px!important;margin:0!important;padding:0!important}.checkbox-label input[type=checkbox]:checked:before{font-size:9px!important}.lead-image-panel{border-radius:0;justify-content:center;align-items:flex-end;min-height:220px;margin:0 .75rem;padding-bottom:0;display:flex}.lead-image-panel img{object-fit:contain;object-position:center bottom;width:100%;max-width:250px;height:auto;margin:0 auto;display:block;transform:none}}@media (max-width:360px){.lead-generation-section{padding:1.5rem 0 0}.lead-generation-section .container{padding:0}.lead-form-panel{border-radius:12px 12px 0 0;margin:.5rem .5rem 0;padding:1rem}.lead-form-panel h2{font-family:Helvetica,sans-serif;font-size:1.1rem}.lead-subtitle{font-size:.75rem}.lead-form input{padding:.65rem;font-size:.85rem}.course-select{padding:.65rem 2.5rem .65rem .65rem;font-size:.85rem}.btn-primary,.btn-secondary{white-space:normal;text-align:center;flex:1;min-width:auto;line-height:1.2;overflow:visible;padding:.45rem .2rem!important;font-size:.6rem!important}.checkbox-label{gap:.3rem;font-size:.65rem}.checkbox-label input[type=checkbox]{box-sizing:border-box!important;border-width:1.5px!important;flex-shrink:0!important;width:12px!important;min-width:12px!important;max-width:12px!important;height:12px!important;min-height:12px!important;max-height:12px!important;margin:0!important;padding:0!important}.checkbox-label input[type=checkbox]:checked:before{font-size:8px!important}.form-buttons{gap:.25rem;flex-flow:row!important}.btn-primary,.btn-secondary{white-space:normal;text-align:center;word-break:break-word;flex:1;min-width:auto;line-height:1.2;overflow:visible;padding:.45rem .2rem!important;font-size:.6rem!important}.lead-image-panel{border-radius:0;justify-content:center;align-items:flex-end;min-height:200px;margin:0 .5rem;padding-bottom:0;display:flex}.lead-image-panel img{object-fit:contain;object-position:center bottom;width:100%;max-width:220px;height:auto;margin:0 auto;display:block;transform:none}}.home-page{padding-top:80px}.collaboration-section{color:#fff;text-align:center;background:#0e0529;margin-top:0;padding:2rem 2rem 1.75rem;position:relative;overflow:hidden}.collaboration-decorative-left,.collaboration-decorative-right{z-index:1;position:absolute;bottom:0}.collaboration-decorative-left{left:0}.collaboration-decorative-right{right:0}.collaboration-decorative-left img,.collaboration-decorative-right img{opacity:.6;width:400px;height:auto}.collaboration-section .container{z-index:2;position:relative}.collaboration-section h2{color:#fff;text-transform:uppercase;margin:2rem 0;padding:.5rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2.4rem;font-weight:700;animation:.8s ease-out fadeInUp}@media (max-width:1440px){.collaboration-section h2{font-size:2.1rem}.university-name{font-size:1.8rem}}@media (max-width:1200px){.collaboration-section h2{font-size:1.8rem}.university-name{font-size:1.6rem}.accreditation-text{font-size:1.05rem}}.collaboration-heading .collaboration-heading-line{display:inline}.collaboration-heading .collaboration-heading-line-1{letter-spacing:.02em;margin-right:.6rem}.collaboration-heading .collaboration-heading-line-2{letter-spacing:.02em}.collaboration-heading.scroll-from-center{opacity:1;transform:none}.collaboration-text{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:1rem 0;padding:.25rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.1rem}.university-name{color:#fff;text-transform:uppercase;margin:1.5rem 0;padding:.5rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2rem;font-weight:700;animation:.8s ease-out .2s both fadeInUp}.accreditation-text{color:#fff;max-width:1200px;margin:2rem auto;padding:.5rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.15rem;line-height:1.6}.accreditation-badges{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.badge{color:#0e0529;white-space:nowrap;text-align:center;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:150px;height:150px;padding:1.5rem;font-size:.9rem;display:flex}.badge-bold{margin-bottom:.25rem;font-size:1rem;font-weight:700;display:block}.badge-regular{white-space:nowrap;font-size:.85rem;font-weight:400;line-height:1.3;display:block}.other-services-section{background:#fff;padding:3rem 2rem}.section-title{color:#000;text-align:center;text-transform:uppercase;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2rem;font-weight:700;animation:.8s ease-out fadeInUp}.services-grid{grid-template-columns:repeat(4,1fr);justify-items:center;gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.service-item{text-align:center;cursor:pointer;flex-direction:column;align-items:center;transition:transform .3s,opacity .3s;display:flex}.service-item:hover{opacity:.9;transform:translateY(-5px)}.service-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto .75rem;padding:8px;display:flex;position:relative;overflow:visible;box-shadow:0 4px 15px #0000001a}.service-icon img{object-fit:contain;width:auto;max-width:105px;height:auto;max-height:105px;display:block}.service-item:nth-child(2) .service-icon{padding:4px}.service-item:nth-child(2) .service-icon img{width:100%;max-width:112px;height:100%;max-height:112px}.service-item p{color:#0e0529;margin:0;font-size:.9rem;font-weight:500}.faq-section .container{padding:0 2rem}.faq-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:0;display:grid}.faq-list .section-title{color:#000;text-align:left;text-transform:uppercase;margin-bottom:2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2rem;font-weight:700;line-height:1.2}.faq-item{box-shadow:none;background:0 0;border-bottom:1px solid #e0e0e0;border-radius:0;margin-bottom:1.25rem;padding:0 0 1.25rem;transition:transform .3s}.faq-item:hover{transform:translate(5px)}.faq-icon{color:#666;margin-left:1rem;font-size:.9rem;font-weight:400;transition:transform .3s;display:inline-block}.faq-image{justify-content:center;align-items:center;width:100%;height:100%;min-height:500px;display:flex}.faq-image img{object-fit:contain;border-radius:0;width:85%;max-width:550px;height:85%;max-height:550px}.admissions-banner{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;will-change:transform;z-index:1;background-color:#0e0529;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;-webkit-background-clip:padding-box;background-clip:padding-box;align-items:center;min-height:600px;padding:0;display:flex;position:relative;overflow:visible;transform:translate(0,0)}@supports (-webkit-touch-callout:none){.admissions-banner{-webkit-background-size:cover!important;will-change:auto!important;background-position:50%!important;background-size:cover!important;background-attachment:scroll!important;transform:none!important}.banner-overlay{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:linear-gradient(90deg,#0e05298c 0%,#0e052940 45%,#0e052900 100%)!important}}.banner-overlay{-webkit-backdrop-filter:blur(1px);z-index:1;background:linear-gradient(90deg,#0e0529b3 0%,#0e052966 25%,#0e052933 50%,#0e05291a 75%,#0e052900 100%);width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none!important}.banner-content{z-index:2;color:#fff;max-width:600px;margin-left:4rem;padding:3rem 0;position:relative;visibility:visible!important;opacity:1!important;display:block!important}.banner-content.scroll-from-left{opacity:1!important;transform:none!important}.banner-content h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2;animation:.8s ease-out fadeInLeft}.banner-content p{color:#fff;opacity:.95;margin-bottom:2rem;font-size:1.4rem;font-weight:600;line-height:1.6;animation:.8s ease-out .2s both fadeInLeft}.banner-content .apply-now-btn{color:#0e0529;cursor:pointer;z-index:10;background:#fff;border:none;border-radius:8px;outline:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;box-shadow:0 4px 15px #0003;visibility:visible!important;opacity:1!important;display:block!important}.banner-content .apply-now-btn:focus{box-shadow:0 0 0 3px #ffffff80,0 4px 15px #0003}.banner-content .apply-now-btn:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 20px #0006}@media (max-width:768px){.home-page{padding-top:70px}.container{padding:0 1.5rem}.accreditation-text{margin:1.5rem auto;padding:.3rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.85rem;line-height:1.5}.other-services-section{padding:2rem 1.5rem}.section-title{margin-bottom:1.25rem;font-family:Helvetica,sans-serif;font-size:1.3rem}.faq-section{padding:.75rem 1.5rem}.faq-content{grid-template-columns:1fr;gap:1.25rem}.faq-list .section-title{margin-bottom:1.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95rem!important}.faq-question{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.85rem}.faq-answer p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.8rem}.faq-image{min-height:180px}.faq-image img{width:65%;max-width:250px;height:65%;max-height:250px}.banner-overlay{background:#0006;width:100%}.banner-content{max-width:90%;margin-left:2rem;padding:2rem 0}.admissions-banner{min-height:500px;-webkit-background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:scroll!important}.collaboration-section{margin-top:0;padding:.5rem 1rem 1.25rem}.collaboration-section h2{margin:1rem 0;padding:.3rem 0;font-family:Helvetica,sans-serif;line-height:1.3;font-size:1rem!important}.collaboration-heading .collaboration-heading-line{display:block}.collaboration-heading .collaboration-heading-line-1{letter-spacing:.055em;margin:0 0 .12rem;line-height:1.22}.collaboration-heading .collaboration-heading-line-2{margin:0;line-height:1.22}.collaboration-text{margin:.75rem 0;padding:.2rem 0;font-family:Helvetica,sans-serif;font-size:.85rem}.university-name{margin:1rem 0;padding:.3rem 0;font-family:Helvetica,sans-serif;line-height:1.3;font-size:1rem!important}.accreditation-text{white-space:normal;margin:1.5rem auto;padding:.3rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.8rem;line-height:1.5}.accreditation-badges{gap:.75rem;margin-top:1.25rem}.badge{width:90px;height:90px;padding:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.7rem}.badge-bold{margin-bottom:.15rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.8rem}.badge-regular{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.65rem;line-height:1.2}.collaboration-decorative-left img,.collaboration-decorative-right img{width:180px}.other-services-section .section-title{margin-bottom:1rem;font-family:Helvetica,sans-serif;font-size:1.2rem!important}.services-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:500px}.service-icon{width:80px;height:80px;margin:0 auto .5rem}.service-icon img{max-width:70px;max-height:70px}.service-item p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.85rem}.service-item:first-child p,.service-item:nth-child(2) p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.7rem}.banner-content{margin-left:1.5rem;padding:1.5rem 0;visibility:visible!important;opacity:1!important;display:block!important}.banner-content h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2rem}.banner-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.1rem;font-weight:600}.banner-content .apply-now-btn{z-index:10;color:#0e0529;cursor:pointer;background:#fff;border:none;border-radius:8px;outline:none;padding:1rem 2.25rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;box-shadow:0 4px 15px #0000004d;visibility:visible!important;opacity:1!important;display:block!important}.banner-content .apply-now-btn:focus{box-shadow:0 0 0 3px #ffffff80,0 4px 15px #0000004d}.banner-content .apply-now-btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 6px 20px #0006}.admissions-banner{z-index:1;min-height:450px;overflow:visible;-webkit-background-size:cover!important;background-position:50%!important;background-size:cover!important;background-attachment:scroll!important}}@media (max-width:480px){.home-page{padding-top:60px}.container{padding:0 1rem}.collaboration-section{margin-top:0;padding:.5rem .75rem 1.1rem}.collaboration-section h2{margin:.75rem 0;padding:.25rem 0;font-family:Helvetica,sans-serif;line-height:1.3;font-size:.95rem!important}.collaboration-heading .collaboration-heading-line{display:block}.collaboration-heading .collaboration-heading-line-1{letter-spacing:.05em;margin:0 0 .1rem;line-height:1.2}.collaboration-heading .collaboration-heading-line-2{margin:0;line-height:1.2}.collaboration-text{margin:.75rem 0;padding:.2rem 0;font-family:Helvetica,sans-serif;font-size:.8rem}.university-name{margin:1rem 0;padding:.25rem 0;font-family:Helvetica,sans-serif;line-height:1.3;font-size:.95rem!important}.accreditation-text{white-space:normal;margin:1.5rem auto;padding:.25rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.75rem;line-height:1.5}.accreditation-badges{gap:.75rem;margin-top:1rem}.badge{width:85px;height:85px;padding:.7rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.65rem}.badge-bold{margin-bottom:.15rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.75rem}.badge-regular{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.6rem;line-height:1.2}.collaboration-decorative-left img,.collaboration-decorative-right img{width:120px}.other-services-section{padding:1.5rem 1rem}.section-title{margin-bottom:.875rem;font-family:Helvetica,sans-serif;font-size:1rem!important}.services-grid{grid-template-columns:repeat(2,1fr);gap:.875rem;max-width:400px}.service-icon{width:70px;height:70px;margin:0 auto .5rem}.service-icon img{max-width:60px;max-height:60px}.service-item p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.8rem}.service-item:first-child p,.service-item:nth-child(2) p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.65rem}.faq-section{padding:.5rem 1rem}.faq-content{gap:1rem}.faq-list .section-title{margin-bottom:1rem;font-family:Helvetica,sans-serif;font-size:.9rem!important}.faq-question{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.8rem}.faq-answer p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.75rem}.faq-image{min-height:150px}.faq-image img{width:60%;max-width:200px;height:60%;max-height:200px}.banner-content{max-width:95%;margin-left:1rem;padding:1.5rem 0;visibility:visible!important;opacity:1!important;display:block!important}.banner-content h2{margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.5rem}.banner-content p{margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600}.banner-content .apply-now-btn{z-index:20;color:#0e0529;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;border:none;border-radius:8px;outline:none;padding:.875rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;position:relative;box-shadow:0 4px 15px #0000004d;cursor:pointer!important;pointer-events:auto!important;visibility:visible!important;opacity:1!important;display:inline-block!important}.banner-content .apply-now-btn:focus{box-shadow:0 0 0 3px #ffffff80,0 4px 15px #0000004d}.banner-content .apply-now-btn:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 20px #0006}.admissions-banner{z-index:1;min-height:400px;overflow:visible;-webkit-background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:scroll!important}.popup-content{max-width:90%;padding:2rem 1.5rem}.popup-content h2{font-family:Helvetica,sans-serif;font-size:1.5rem}.popup-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem}}.home-page .lead-generation-section,.home-page .lead-image-panel{background:#0e0529!important}.team-modal-overlay{width:100%;height:100%;height:100dvh;-webkit-backdrop-filter:blur(10px);z-index:10002;height:100svh;padding:env(safe-area-inset-top,20px)env(safe-area-inset-right,20px)env(safe-area-inset-bottom,20px)env(safe-area-inset-left,20px);-webkit-overflow-scrolling:touch;background:#000000b3;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.team-modal-content{width:90%;max-width:800px;max-height:calc(100dvh - 40px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));max-height:calc(100svh - 40px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;color:#333;background:#fff;border:3px solid #0e0529;border-radius:20px;margin:auto;padding:2.5rem;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 10px 40px #00000080}.team-modal-close{color:#666;cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:2rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.team-modal-close:hover{color:#000;background:#f5f5f5;transform:rotate(90deg)}.team-modal-header{border-bottom:2px solid #f0f0f0;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.team-modal-image{background:#fff;border:2px solid #0e05292e;border-radius:12px;flex-shrink:0;width:180px;height:180px;overflow:hidden;box-shadow:0 6px 18px #0000001f}.team-modal-image img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.team-modal-title-section{flex-direction:column;flex:1;justify-content:center;display:flex}.team-modal-role{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.team-modal-name{color:#0e0529;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.team-modal-description{color:#333;text-align:justify;font-size:1rem;line-height:2}.team-modal-description p{white-space:pre-line;min-height:1.8em;margin:0 0 1.5rem}.team-modal-description p:last-child{margin-bottom:0}@supports (-webkit-touch-callout:none){.team-modal-overlay{-webkit-backdrop-filter:none}}@media (max-width:768px){.team-modal-overlay{padding:calc(1rem + env(safe-area-inset-top,0px))calc(.75rem + env(safe-area-inset-right,0px))calc(1rem + env(safe-area-inset-bottom,0px))calc(.75rem + env(safe-area-inset-left,0px));align-items:center}.team-modal-content{width:95%;max-width:none;max-height:calc(100dvh - 2rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));padding:2rem 1.5rem}.team-modal-header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.team-modal-image{border-radius:14px;width:150px;height:150px}.team-modal-name{font-size:1.25rem}.team-modal-role{font-size:1rem}.team-modal-description{font-size:.95rem}.team-modal-close{font-size:1.5rem;top:.5rem;right:.5rem}}@media screen and (max-width:428px) and (max-height:932px){.team-modal-content{border-radius:16px;padding:1.5rem 1.25rem}.team-modal-header{margin-bottom:1.25rem;padding-bottom:1.25rem}}@media (max-width:480px){.team-modal-content{border-radius:14px;max-height:none;padding:1.25rem 1rem}.team-modal-image{border-radius:14px;width:120px;height:120px}.team-modal-name{font-size:1.1rem;line-height:1.25}.team-modal-role{font-size:.9rem}.team-modal-description{text-align:left;font-size:.9rem;line-height:1.6}.team-modal-description p{min-height:unset;margin:0 0 .9rem}}@media screen and (max-width:360px) and (max-height:780px){.team-modal-content{padding:1.1rem .9rem}.team-modal-description{font-size:.86rem}}.about-page{padding-top:calc(160px + env(safe-area-inset-top,0px))}.about-banner{color:#fff;text-align:center;background:linear-gradient(#0e0529 0%,#5a556a 100%);width:100%;margin-top:0;padding:5rem 2rem;position:relative}.about-banner h1{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:3.5rem;font-weight:700;animation:.8s ease-out fadeInUp}.introduction-section{background:#fff;padding:4rem 2rem;position:relative}.introduction-content{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1400px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex;position:relative}.introduction-text{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.introduction-text h2{color:#000;text-transform:uppercase;letter-spacing:.02em;text-align:center;margin-bottom:2.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2.2rem;font-weight:900;line-height:1.2}.introduction-text p{color:#000;text-align:center;max-width:1100px;margin-bottom:1.8rem;margin-left:auto;margin-right:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:400;line-height:1.9}.introduction-images{grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.intro-image{width:100%;box-shadow:none;border-radius:0;justify-content:center;align-items:center;height:400px;display:flex;overflow:hidden}.intro-image:last-child{height:400px}.intro-image:first-child{border-radius:25px;overflow:hidden}.intro-image:first-child img{object-fit:cover;border-radius:25px;width:100%;height:100%;display:block}.intro-image:last-child img,.intro-image img{object-fit:cover;width:100%;height:100%;display:block}.vision-mission-section{background:#f5f5f5;padding:2.5rem 2rem}.vision-mission-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.vision-card,.mission-card{text-align:left;background:#fff;border-radius:8px;flex-direction:column;height:100%;padding:2rem 1.75rem;display:flex;box-shadow:0 2px 8px #0000001a}.card-icon{flex-shrink:0;justify-content:flex-start;align-items:center;margin-bottom:1rem;display:flex}.card-icon img{object-fit:contain;width:80px;height:auto;max-height:65px}.vision-card h3,.mission-card h3{color:#333;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.title-separator{background:#333;flex-shrink:0;width:120px;height:2px;margin:0 0 1rem}.vision-card p,.mission-card p{color:#333;text-align:left;flex:1;margin:0;font-size:1rem;line-height:1.6}.core-values-section{background:#fff;padding:4rem 2rem}.section-title{color:#333;text-align:center;text-transform:uppercase;margin-bottom:.1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:#666;text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.core-values-grid{grid-template-columns:repeat(5,1fr);align-items:stretch;gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.core-value-card{text-align:center;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:center;padding:2.5rem 2rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.core-value-card:hover{color:#fff;background:#0e0529;transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.core-value-card:hover h4,.core-value-card:hover p{color:#fff}.core-value-card:hover .value-icon-container{background:#fff;box-shadow:0 2px 4px #0003}.value-icon-container{background:#0e0529;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.value-icon{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.value-icon img{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%;transition:filter .3s;display:block}.core-value-card:hover .value-icon img{filter:brightness(0)saturate()invert(0)}.core-value-card h4{color:#000;text-align:center;margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.3}.core-value-card p{color:#000;text-align:center;margin:0;font-size:.95rem;font-weight:400;line-height:1.6;transition:color .3s}.leadership-section{padding:3rem 0}.leadership-section .container{max-width:100%;padding:0}.leadership-profile{box-sizing:border-box;border-radius:0;grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;width:100%;margin-bottom:3rem;padding:2.5rem;display:grid}.profile-reverse{grid-template-columns:1.5fr 1fr}.profile-reverse .profile-content{order:1}.profile-reverse .profile-image{order:2}.profile-white{background:#fff}.profile-dark{color:#fff;background:#0e0529}.profile-image{justify-content:center;align-items:center;width:100%;display:flex}.profile-image img{object-fit:cover;border:3px solid #0e0529;border-radius:50%;width:300px;height:300px}.profile-dark .profile-image img{border-color:#fff}.profile-content{width:100%}.leadership-profile.profile-white:first-of-type .profile-content{margin-left:0;padding-left:1rem;padding-right:1rem}.leadership-profile.profile-white:first-of-type .profile-description{font-size:.9rem}.leadership-profile.profile-dark.profile-reverse .profile-content{margin-right:0;padding-left:1rem;padding-right:1rem}.leadership-profile.profile-white:nth-of-type(3) .profile-content{margin-left:-2rem;padding-left:2rem;padding-right:3rem}.leadership-profile.profile-white:nth-of-type(3) .profile-description{font-size:.9rem}.profile-title{color:#0e0529;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.profile-dark .profile-title{color:#fff}.profile-name{color:#0e0529;white-space:nowrap;margin-bottom:.6rem;font-size:1.2rem;font-weight:700;line-height:1.3}.profile-dark .profile-name{color:#fff}.profile-role{color:#666;margin-bottom:1rem;font-size:.95rem;font-style:italic}.profile-dark .profile-role{color:#ffffffe6}.profile-description{color:#555;text-align:justify;text-align-last:left;font-size:.95rem;line-height:1.7}.profile-dark .profile-description{color:#fffffff2}.profile-description p{margin-bottom:1rem}.profile-description p:last-child{margin-bottom:0}.meet-our-team-section{background:#f5f5f5;padding:4rem 2rem;position:relative}.team-section-title{color:#333;text-align:center;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2rem;font-weight:700}.team-section-subtitle{color:#666;text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.team-members-grid{grid-template-columns:repeat(3,1fr);gap:3rem;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.team-member-card{cursor:pointer;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;gap:1rem;transition:all .3s;display:flex;overflow:visible}.team-member-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.team-member-image{aspect-ratio:1;box-sizing:border-box;background:#f0f0f0;border:7px solid #fff;border-radius:15px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.team-member-image img{object-fit:contain;object-position:center;width:100%;height:100%;transition:all .3s;display:block}.team-member-card:hover .team-member-image img{transform:scale(1.05)}.team-member-info{text-align:center;margin-top:1rem;margin-bottom:1rem;padding:0}.team-member-name{color:#0e0529;margin:0 0 .5rem;font-size:.95rem;font-weight:700;line-height:1.3}.team-member-role{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.85rem;font-weight:500}@media (max-width:768px){.about-page{padding-top:calc(115px + env(safe-area-inset-top,0px))}.about-banner{margin-top:0;padding-top:2rem}.introduction-section{padding-top:1rem}.introduction-content{flex-direction:column}.introduction-images,.vision-mission-grid{grid-template-columns:1fr}.meet-our-team-section{padding:3rem 1.5rem}.team-section-subtitle{font-size:1rem}.leadership-profile{grid-template-columns:1fr;gap:2rem}.leadership-profile .profile-content,.leadership-profile .profile-title,.leadership-profile .profile-name,.leadership-profile .profile-role{text-align:center}.leadership-profile.profile-white:nth-of-type(3) .profile-content{margin-left:0;padding-left:1rem;padding-right:1rem}.about-banner{padding:3rem 1.5rem}.about-banner h1{font-size:2rem}.introduction-section{padding:1.5rem 1.5rem 3rem}.introduction-text h2{margin-top:1.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.25rem!important}.introduction-text p{font-size:.9rem}.vision-mission-section{padding:2rem 1.5rem}.vision-card,.mission-card{padding:1.5rem 1.25rem}.vision-card h3,.mission-card h3{font-size:1.1rem}.vision-card p,.mission-card p{font-size:.95rem}.core-values-section{padding:3rem 1.5rem}.section-title{font-size:2rem}.core-values-grid{grid-template-columns:1fr}.meet-our-team-section{margin-top:1rem;padding:2rem 1rem}.team-section-title{margin-top:1.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.5rem}.team-section-subtitle{margin-bottom:2rem;font-size:.95rem}.team-members-grid{grid-template-columns:1fr;gap:1.5rem}.team-member-image{aspect-ratio:1}.team-member-name{font-size:1rem}.team-member-role{font-size:.85rem}.core-values-slider{width:100%;padding:0 1rem 1rem;display:block;position:relative;overflow:hidden}.core-values-slider-wrapper{gap:1.5rem;width:100%;transition:transform .5s ease-in-out;display:flex}.core-value-slide{box-sizing:border-box;flex:0 0 100%;width:100%;min-width:100%}.core-value-nav{display:none!important}.core-value-dots{display:none}.leadership-section{padding:3rem 1.5rem}.leadership-profile{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.profile-reverse{grid-template-columns:1fr}.profile-reverse .profile-content{order:1}.profile-reverse .profile-image{order:2}.profile-image{width:250px;height:250px;margin:0 auto}.profile-image img{width:250px;height:250px}.profile-name{white-space:normal}.leadership-profile.profile-white:first-of-type .profile-content,.leadership-profile.profile-white:nth-of-type(3) .profile-content{margin-left:0;padding-left:.75rem;padding-right:.75rem}.leadership-profile.profile-dark.profile-reverse .profile-content{margin-right:0;padding-left:.75rem;padding-right:.75rem}.leadership-profile .profile-content,.leadership-profile .profile-title,.leadership-profile .profile-name,.leadership-profile .profile-role{text-align:center}.leadership-profile .profile-description{text-align:justify;text-align-last:center}}@media (max-width:480px){.about-page{padding-top:calc(90px + env(safe-area-inset-top,0px))}.about-banner{padding:2rem 1rem}.about-banner h1{font-size:1.75rem}.introduction-section{padding:1rem 1rem 2rem}.introduction-text h2{margin-top:2.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem!important}.introduction-text p{font-size:.85rem}.introduction-images{grid-template-columns:1fr;gap:1.5rem}.intro-image,.intro-image:last-child{height:300px}.intro-image img,.intro-image:last-child img{object-fit:cover}.intro-image:last-child{height:300px}.vision-mission-section{padding:1.5rem 1rem}.vision-card,.mission-card{padding:1.25rem 1rem}.card-icon{font-size:2.5rem}.vision-card h3,.mission-card h3{font-size:.95rem!important}.vision-card p,.mission-card p{font-size:.9rem}.core-values-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.core-values-grid{grid-template-columns:1fr;gap:1.5rem}.core-value-nav{display:none!important}.core-values-slider-wrapper{gap:1rem}.core-value-slide{flex:0 0 calc(100% - .5rem);width:calc(100% - .5rem)}.core-value-card{padding:1.5rem 1rem}.leadership-section{padding:2rem 1rem}.leadership-profile{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1rem}.profile-reverse{grid-template-columns:1fr}.profile-reverse .profile-content{order:1}.profile-reverse .profile-image{order:2}.profile-image{width:200px;height:200px;margin:0 auto}.profile-image img{width:200px;height:200px}.profile-name{white-space:normal;font-size:1.2rem}.profile-description{font-size:.95rem}.leadership-profile .profile-content,.leadership-profile .profile-title,.leadership-profile .profile-name,.leadership-profile .profile-role{text-align:center}.leadership-profile .profile-description{text-align:justify;text-align-last:center}.leadership-profile.profile-white:nth-of-type(3) .profile-content{margin-left:0;padding-left:.75rem;padding-right:.75rem}.team-section-title{margin-top:1.2rem;font-size:1.3rem}.value-icon-container{width:60px;height:60px}.value-icon{width:45px;height:45px}}.courses-page{padding-top:80px}.courses-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a237e 0%,#283593 100%);padding:4rem 2rem}.courses-hero h1{margin-bottom:1rem;font-size:3rem;font-weight:700;animation:.8s ease-out fadeInUp}.courses-hero p{opacity:.9;font-size:1.2rem;animation:.8s ease-out .2s both fadeInUp}@media (max-width:768px){.courses-page{padding-top:70px}.courses-hero{padding:2.5rem 1rem}.courses-hero h1{font-size:2rem}.courses-hero p{font-size:1rem}}@media (max-width:480px){.courses-page{padding-top:60px}.courses-hero{padding:2rem .75rem}.courses-hero h1{margin-bottom:.75rem;font-size:1.75rem}.courses-hero p{font-size:.9rem}}.route-map-section{background:#fff;width:100%;margin:0;padding:0}.map-header{background:#fff;padding:3rem 2rem 2rem}.map-header .container{text-align:center;max-width:1400px;margin:0 auto;padding:0 2rem}.map-header h2{color:#1a237e;margin-bottom:1rem;font-size:2.5rem;font-weight:700;animation:.8s ease-out fadeInUp}.map-header p{color:#666;margin:0;font-size:1.2rem;animation:.8s ease-out .2s both fadeInUp}.map-container-full{width:100%;height:500px;margin:0;padding:0;overflow:hidden}.map-container-full iframe{border:none;width:100%;height:100%;display:block}@media (max-width:768px){.map-header{padding:2rem 1rem 1rem}.map-header .container{padding:0 1rem}.map-header h2{font-size:1.75rem}.map-header p{font-size:1rem}.map-container-full{height:350px}}@media (max-width:480px){.map-header{padding:1.5rem .75rem 1rem}.map-header .container{padding:0 .75rem}.map-header h2{font-size:1.5rem}.map-header p{font-size:.95rem}.map-container-full{height:300px}}.contact-page{-webkit-overflow-scrolling:touch;background:#fff;padding-top:140px}.contact-content{padding:2.5rem 2rem}.contact-grid{grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1400px;margin:0 auto;display:grid}.contact-info-section{flex-direction:column;gap:1.5rem;display:flex}.contact-main-heading{color:#000;text-align:left;margin:0;font-size:2rem;font-weight:700}.contact-info-card-wrapper{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.contact-info-item{align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.contact-info-item:first-child{padding-top:0}.contact-info-item:last-child{padding-bottom:0}.contact-divider{background:#e0e0e0;width:100%;height:1px;margin:0}.contact-icon{background:#1a1260;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:12px;display:flex}.contact-icon svg{width:100%;height:100%}.contact-info-content{flex:1}.contact-info-content h3{color:#000;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.contact-value{color:#000;font-size:1rem;font-weight:400;line-height:1.5;text-decoration:none;transition:color .3s;display:block}.contact-value:hover{color:#1a1260}.contact-info-content p.contact-value{color:#000;margin:0}.contact-info-content a.contact-value:hover{text-decoration:underline}.contact-form-section{flex-direction:column;gap:1.5rem;display:flex}.contact-form-heading{color:#000;text-align:left;margin:0;font-size:2rem;font-weight:700}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form input,.contact-form textarea,.contact-form select{color:#333;box-sizing:border-box;background:#fff;border:1px solid #000;border-radius:5px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#1a1260;outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#999}.contact-form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.contact-form select option{color:#333;background:#fff}.contact-form textarea{resize:vertical;min-height:120px}.checkbox-container{align-items:flex-start;gap:.75rem;margin-top:.5rem;display:flex}.checkbox-container input[type=checkbox]{cursor:pointer;accent-color:#1a1260;-webkit-appearance:checkbox;appearance:auto;flex-shrink:0;width:18px;height:18px;margin-top:2px;min-width:0!important;min-height:0!important;padding:0!important}.checkbox-container label{color:#333;cursor:pointer;flex:1;font-size:.9rem;line-height:1.5}.submit-btn{color:#fff;cursor:pointer;background:#1a1260;border:none;border-radius:50px;align-self:flex-start;width:auto;min-width:150px;margin-top:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover{background:#0e0529;transform:translateY(-2px);box-shadow:0 4px 12px #1a12604d}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-form-message{text-align:center;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;animation:.3s ease-out fadeIn}.contact-form-message.success{color:#4caf50;background:#4caf5033;border:1px solid #4caf50}.contact-form-message.error{color:#f44336;background:#f4433633;border:1px solid #f44336}@media (max-width:768px){.contact-page{-webkit-overflow-scrolling:touch;padding-top:120px}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.contact-info-item{padding:1.25rem 0}.contact-page{padding-top:120px}.contact-content{padding:2rem 1rem}.container{padding:0 1rem}.contact-main-heading,.contact-form-heading{word-wrap:break-word;font-size:1.75rem}.contact-info-card-wrapper{padding:1.25rem}.contact-info-item{flex-wrap:wrap;gap:1rem;padding:1rem 0}.contact-icon{flex-shrink:0;width:40px;height:40px;padding:10px}.contact-info-content{flex:1;min-width:0}.contact-info-content h3{word-wrap:break-word;font-size:1rem}.contact-info-content a,.contact-info-content p{word-wrap:break-word;font-size:.95rem}.contact-info-content h3{margin-bottom:.2rem}.contact-page .contact-info-content a.contact-value{line-height:1.35;display:inline-block;min-height:unset!important;min-width:unset!important;padding:0!important}.contact-form{gap:1rem}.form-row{grid-template-columns:1fr;gap:1rem}.contact-form input,.contact-form textarea,.contact-form select{-webkit-appearance:none;box-sizing:border-box;border-radius:5px;width:100%;padding:.875rem;font-size:.95rem}.contact-form select{background-position:right .875rem center;padding-right:2.25rem}.contact-form textarea{resize:vertical;min-height:100px}.checkbox-container{align-items:flex-start}.checkbox-container input[type=checkbox]{width:14px;height:14px;min-width:0!important;min-height:0!important;padding:0!important}.checkbox-container label{word-wrap:break-word;font-size:.85rem;line-height:1.4}.submit-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;width:100%;padding:.875rem 2rem;font-size:.95rem}}@media (max-width:480px){.contact-page{-webkit-overflow-scrolling:touch;padding-top:120px}.contact-content{padding:1.5rem .75rem}.container{padding:0 .75rem}.contact-grid{gap:2rem}.contact-main-heading,.contact-form-heading{word-wrap:break-word;font-size:1.5rem;line-height:1.3}.contact-info-section{gap:1.25rem}.contact-info-card-wrapper{border-radius:10px;padding:1.25rem}.contact-info-item{text-align:left;flex-direction:row;align-items:flex-start;gap:.875rem;padding:1rem 0}.contact-icon{flex-shrink:0;width:36px;height:36px;padding:8px}.contact-info-content h3{margin-bottom:.4rem;font-size:.95rem}.contact-info-content a,.contact-info-content p{font-size:.9rem;line-height:1.5}.contact-info-content h3{margin-bottom:.15rem}.contact-page .contact-info-content a.contact-value{line-height:1.3;min-height:unset!important;min-width:unset!important;padding:0!important}.contact-form-section{gap:1.25rem}.contact-form{gap:.875rem}.form-row{grid-template-columns:1fr;gap:.875rem}.contact-form input,.contact-form textarea,.contact-form select{-webkit-appearance:none;border-radius:5px;min-height:44px;padding:.75rem;font-size:.9rem}.contact-form select{background-position:right .75rem center;padding-right:2rem}.contact-form textarea{min-height:100px}.checkbox-container{align-items:flex-start;gap:.5rem}.checkbox-container input[type=checkbox]{flex-shrink:0;width:13px;height:13px;margin-top:2px;min-width:0!important;min-height:0!important;padding:0!important}.checkbox-container label{font-size:.8rem;line-height:1.4}.submit-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;width:100%;min-height:44px;padding:.875rem 1.5rem;font-size:.9rem}}@supports (-webkit-touch-callout:none){.contact-form input,.contact-form textarea,.contact-form select,.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{font-size:16px}}.counselling-child-psychology-page{-webkit-overflow-scrolling:touch;padding-top:80px;overflow-x:hidden}@media (max-width:1440px){.highlights-content{grid-template-columns:40% 55%;gap:2rem}}@media (max-width:1200px){.highlights-content{grid-template-columns:42% 53%;gap:1.5rem}}@media (max-width:1440px){.highlights-section .highlights-content{grid-template-columns:40% 55%;gap:2rem}}@media (max-width:1200px){.highlights-section .highlights-content{grid-template-columns:42% 53%;gap:1.5rem}}.counselling-child-psychology-page .highlights-section{padding:0}.counselling-child-psychology-page .highlights-section .highlights-image{justify-content:flex-start;align-self:flex-end;align-items:flex-end;width:100%;max-width:90%;margin-top:-4rem;margin-bottom:0;display:flex}.counselling-child-psychology-page .highlights-section .highlights-image img{object-fit:contain;transform-origin:0 100%;border-radius:8px 8px 0 0;align-self:flex-end;width:100%;max-width:100%;height:auto;margin-bottom:0;display:block;transform:scale(1.1)}@media (max-width:1440px){.highlights-content{grid-template-columns:40% 55%;gap:2rem}}@media (max-width:1200px){.highlights-content{grid-template-columns:42% 53%;gap:1.5rem}}.counselling-child-psychology-page .highlights-image{justify-content:flex-start;align-self:flex-end;align-items:flex-end;width:100%;max-width:90%;margin-top:-4rem;margin-bottom:0;display:flex}.counselling-child-psychology-page .highlights-image img{object-fit:contain;transform-origin:0 100%;border-radius:8px 8px 0 0;align-self:flex-end;width:100%;max-width:100%;height:auto;margin-bottom:0;display:block;transform:scale(1.1)}@media (max-width:768px){.learning-outcomes h2.section-title{letter-spacing:.03em;margin-bottom:.75rem;font-family:Roboto,sans-serif;font-weight:700;line-height:1.2;font-size:1.25rem!important}.learning-outcomes .outcomes-box{border-radius:12px;padding:1.1rem}.learning-outcomes .outcomes-list{gap:.75rem}.learning-outcomes .outcomes-list li{padding-left:2.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95rem;line-height:1.55}.learning-outcomes .outcomes-list li:before{width:20px;height:20px;font-size:.8rem}}@media (max-width:480px){.learning-outcomes h2.section-title{margin-bottom:.75rem;font-size:1.15rem!important}.learning-outcomes .outcomes-box{padding:1rem}.learning-outcomes .outcomes-list li{padding-left:2.1rem;font-size:.9rem}.learning-outcomes .outcomes-list li:before{width:18px;height:18px;font-size:.75rem}}@media (max-width:480px){.course-syllabus .syllabus-buttons{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;display:grid}.course-syllabus .syllabus-buttons .apply-now-btn-syllabus,.course-syllabus .syllabus-buttons .download-brochure-btn{box-sizing:border-box;white-space:nowrap;justify-content:center;align-items:center;width:100%;min-width:0;min-height:44px;padding:.6rem;font-size:.75rem;line-height:1.1;display:inline-flex}}.semester-1,.semester-2{background:#e8e4f4}@media (max-width:1023px){.career-card{flex:0 0 calc(50% - 1rem);max-width:250px}}@media (max-width:767px){.career-card{flex:0 0 100%;max-width:250px}.career-cards-slider{gap:1.5rem}}.counselling-child-psychology-page .lead-generation-section{background:#1a1260}@media (max-width:768px){.program-hero-banner{margin-top:0;padding-top:3rem}.program-hero-banner h1{letter-spacing:0%;font-family:Roboto,sans-serif;font-size:28px;font-weight:600;line-height:100%}.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.syllabus-content,.faq-content{grid-template-columns:1fr;gap:2rem}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.highlights-content,.highlights-section .highlights-content{grid-template-columns:1fr}.counselling-child-psychology-page .highlights-section .highlights-content{gap:.6rem}.highlights-section .highlights-text{text-align:center;order:1;align-items:center;padding-bottom:1rem;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:center}.highlights-section .highlights-image{order:2}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:start;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details,.highlights-section .batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li,.highlights-section .batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before,.highlights-section .batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:center;margin:.35rem auto .18rem}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;text-align:center;justify-content:center;align-items:center;min-height:auto;margin-top:0;padding:.7rem .35rem;font-size:.7rem;display:flex;position:fixed;bottom:2rem;right:.5rem;transform:rotate(0)}.details-grid{grid-template-columns:1fr;gap:1.5rem}.detail-item{border-bottom:1px solid #e0e0e0;border-right:none;padding-bottom:1.5rem}.detail-item:last-child{border-bottom:none}.programs-grid,.fee-content{grid-template-columns:1fr}.syllabus-header{flex-direction:column;align-items:flex-start}.skills-section{padding:3rem 0}.skills-section .section-title{margin-bottom:1.5rem;font-size:1.6rem}.skills-list{grid-template-columns:1fr;gap:.875rem}.skills-list li{border-radius:22px;gap:1rem;padding:1.125rem 1.375rem}.skill-checkmark{width:22px;min-width:22px;height:22px}.skill-checkmark svg{width:15px;height:15px}.skill-text{min-width:0;font-size:.85rem}.counselling-child-psychology-page{padding-top:calc(120px + env(safe-area-inset-top));-webkit-overflow-scrolling:touch}.container{padding:0 1rem}.program-hero-banner{padding:3rem 1.5rem}.program-hero-banner h1{letter-spacing:0%;word-wrap:break-word;text-align:center;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:100%}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 1rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;padding-right:0;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;margin:0}.overview-title,.highlights-title{font-size:1.75rem}.section-title,.section-title-white{font-size:1.5rem}.highlights-title{font-size:1.45rem}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;text-align:center;justify-content:center;align-items:center;padding:.7rem .3rem;font-size:.65rem;display:flex;position:fixed;bottom:2rem;right:.5rem;transform:rotate(0)}.vertical-apply-tab:hover{transform:translateY(-2px)}.career-carousel-wrapper{gap:.75rem;margin-bottom:1.5rem}.career-prospects{--career-card-width:230px}.career-carousel-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-inline:calc((100% - var(--career-card-width))/2);overflow:auto hidden}.career-carousel-container::-webkit-scrollbar{display:none}.career-carousel-btn{touch-action:manipulation;width:40px;min-width:40px;height:40px;min-height:40px}.career-carousel-btn svg{width:20px;height:20px}.career-cards-slider{padding:0 calc((100% - var(--career-card-width))/2);justify-content:flex-start;gap:1rem}.career-card{flex:0 0 var(--career-card-width);max-width:var(--career-card-width);scroll-snap-align:center;scroll-snap-stop:always;margin:0}.career-overlay{padding:.8rem .9rem;bottom:.75rem;left:.75rem;right:.75rem}.career-title-overlay{font-size:.85rem}.career-title-overlay:after{width:40px}}@media (max-width:480px){.counselling-child-psychology-page{padding-top:calc(90px + env(safe-area-inset-top));-webkit-overflow-scrolling:touch}.container{max-width:100%;padding:0 1rem}.program-hero-banner{margin-top:0;padding:2.75rem 1rem}.program-hero-banner h1{letter-spacing:0%;word-wrap:break-word;padding:0 .5rem;font-family:Roboto,sans-serif;font-size:18px;font-weight:600;line-height:120%}.overview-title,.highlights-title{font-size:1.45rem}.section-title,.section-title-white{word-wrap:break-word;font-size:1.15rem}.highlights-title{word-wrap:break-word;font-size:1.25rem}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;touch-action:manipulation;-webkit-tap-highlight-color:transparent;text-align:center;justify-content:center;align-items:center;padding:.65rem .3rem;font-size:.6rem;display:flex;position:fixed;bottom:1.5rem;right:.5rem;transform:rotate(0)}.vertical-apply-tab:hover{transform:translateY(-2px)}.vertical-apply-tab:active{transform:translateY(0)}.career-prospects{padding:2rem 0}.career-description{padding-left:0;font-size:1rem}.section-title-white{padding-left:0;font-size:1.5rem}.career-carousel-wrapper{gap:.5rem}.career-prospects{--career-card-width:210px}.career-prospects .section-title-white{font-size:1.6rem}.career-carousel-btn{width:36px;min-width:36px;height:36px;min-height:36px}.career-overlay{padding:.875rem 1rem;bottom:.75rem;left:.75rem;right:.75rem}.semester-card{padding:1.25rem}.semester-card h3{word-wrap:break-word;font-size:1.1rem}.skills-section{padding:2.5rem 0}.skills-section .section-title{margin-bottom:1.25rem;font-size:1.35rem}.skills-list{grid-template-columns:1fr;gap:.875rem}.skills-list li{border-radius:20px;gap:.875rem;padding:1.125rem 1.375rem}.skill-checkmark{width:26px;min-width:26px;height:26px}.skill-checkmark svg{width:18px;height:18px}.skill-text{min-width:0;font-size:.95rem;line-height:1.65}}@media (max-width:428px){.program-hero-banner h1{font-size:16px;line-height:130%}.overview-title,.highlights-title{font-size:1.3rem}.section-title,.section-title-white{font-size:1.1rem}.container{padding:0 .875rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;gap:1.5rem;padding:0 .875rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;padding-right:0;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;width:100%;margin:0}.highlights-section .highlights-text{text-align:center;order:1;align-items:center;padding-bottom:.25rem;padding-right:0}.counselling-child-psychology-page .highlights-section .highlights-content{gap:1rem}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:center}.highlights-section .highlights-image{order:2}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:center;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:center;margin:.18rem auto .12rem}.batch-box{padding:1rem}.enroll-now-btn,.download-brochure-btn,.apply-now-btn-syllabus{min-width:120px;min-height:44px;padding:.875rem 1.5rem;font-size:.85rem}.fee-amount{font-size:3.5rem}.fee-option-amount{font-size:1.75rem}.semester-card{padding:1rem}.semester-card h3{font-size:1rem}.semester-topics li{padding-left:2.5rem;font-size:.875rem}.skills-list{padding:0 .875rem}.skills-list li{padding:1rem 1.25rem}.skill-text{font-size:.875rem}}@media (max-width:375px){.counselling-child-psychology-page{padding-top:calc(90px + env(safe-area-inset-top))}.program-hero-banner{padding:1.75rem .875rem}.program-hero-banner h1{padding:0 .25rem;font-size:15px;line-height:135%}.container{padding:0 .75rem}.overview-title,.highlights-title{font-size:1.3rem}.section-title,.section-title-white{font-size:1.1rem}.highlights-title{font-size:1.25rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 .75rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;max-width:100%;margin:0}.highlights-section .highlights-text{text-align:center;order:1;align-items:center;padding-bottom:.25rem;padding-right:0}.counselling-child-psychology-page .highlights-section .highlights-content{gap:.9rem}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:center}.highlights-section .highlights-image{order:2}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:center;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:center;margin:.18rem auto .12rem}.batch-box{padding:.875rem}.batch-box h3{padding-left:1.75rem;font-size:.875rem}.batch-details{padding-left:1.75rem}.batch-details li{font-size:.8rem}.enroll-now-btn,.download-brochure-btn{min-height:44px;padding:.75rem 1.25rem;font-size:.8rem}.apply-now-btn-syllabus{padding:.7rem 1.5rem;font-size:.8rem}.fee-amount{font-size:3rem}.fee-option{padding:1.25rem}.fee-option-amount{font-size:1.5rem}.semester-card{padding:.875rem}.semester-card h3{font-size:.95rem}.semester-topics li{padding-left:2.25rem;font-size:.8rem}.skills-section .section-title{padding:0 .75rem;font-size:1.2rem}.skills-list{padding:0 .75rem}.skills-list li{gap:.75rem;padding:.875rem 1rem}.skill-checkmark{width:24px;min-width:24px;height:24px}.skill-checkmark svg{width:16px;height:16px}.skill-text{font-size:.8rem}.career-carousel-btn{width:34px;min-width:34px;height:34px;min-height:34px}.career-overlay{padding:.75rem .875rem}.career-title-overlay{font-size:.8rem}.vertical-apply-tab{padding:.6rem .25rem;font-size:.55rem;right:.25rem}.faq-question{font-size:.85rem}.faq-answer p{font-size:.8rem}}@media (max-width:320px){.program-hero-banner h1{font-size:14px;line-height:140%}.overview-title,.highlights-title{font-size:1.15rem}.section-title,.section-title-white{font-size:1rem}.container{padding:0 .625rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 .625rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;max-width:100%;margin:0}.highlights-section .highlights-text{padding-right:.625rem}.enroll-now-btn,.download-brochure-btn{padding:.7rem 1rem;font-size:.75rem}.fee-amount{font-size:2.5rem}.fee-option-amount{font-size:1.25rem}.skills-list{padding:0 .625rem}.skills-list li{padding:.75rem .875rem}.skill-text{font-size:.75rem}}@media (max-width:768px) and (orientation:landscape){.overview-section,.highlights-section,.skills-section{padding:2rem 0}.program-hero-banner{padding:1.25rem 1rem}.program-hero-banner h1{font-size:20px}.vertical-apply-tab{bottom:1rem;right:.25rem}}@media (max-width:768px){button,.enroll-now-btn,.download-brochure-btn,.apply-now-btn-syllabus,.career-carousel-btn{touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;min-width:44px;min-height:44px}.faq-question{align-items:center;min-height:44px;padding:.75rem 0;display:flex}.detail-item{min-height:60px;padding:1rem 1.25rem}html,body{-moz-text-size-adjust:100%;text-size-adjust:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@supports not (transform:translateY(0)){.enroll-now-btn:hover,.download-brochure-btn:hover,.apply-now-btn-outline:hover{position:relative;top:-2px}}@supports not (display:flex){.skills-list li,.faq-question,.batch-boxes{display:block}}@supports not (display:grid){.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.faq-content,.syllabus-content{display:block}.overview-content>*,.overview-section .overview-content>*,.highlights-content>*,.highlights-section .highlights-content>*,.faq-content>*{width:100%;margin-bottom:2rem;display:block}}@supports (-webkit-touch-callout:none){.counselling-child-psychology-page{-webkit-overflow-scrolling:touch}.career-carousel-btn,.vertical-apply-tab,.submit-btn,.enroll-now-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.contact-form input,.contact-form textarea,.contact-form input:focus,.contact-form textarea:focus{font-size:16px}}@-moz-document url-prefix(){.counselling-child-psychology-page{scroll-behavior:smooth}img{image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.faq-content{display:-ms-grid}.skills-list li{display:flex}}@media (max-width:768px){.counselling-child-psychology-page .overview-section .overview-title,.counselling-child-psychology-page .overview-title{letter-spacing:.4px;line-height:1.2;font-size:1.15rem!important}.counselling-child-psychology-page .overview-section .overview-text p,.counselling-child-psychology-page .overview-text p{line-height:1.6;font-size:.8rem!important}}@media (max-width:480px){.counselling-child-psychology-page .overview-section .overview-title,.counselling-child-psychology-page .overview-title{letter-spacing:.35px;font-size:.95rem!important}.counselling-child-psychology-page .overview-section .overview-text p,.counselling-child-psychology-page .overview-text p{font-size:.75rem!important}}@media (max-width:375px){.counselling-child-psychology-page .overview-section .overview-title,.counselling-child-psychology-page .overview-title{font-size:.88rem!important}.counselling-child-psychology-page .overview-section .overview-text p,.counselling-child-psychology-page .overview-text p{font-size:.74rem!important}}@media (max-width:768px){.counselling-child-psychology-page .course-fee{padding:1.75rem 0!important}.counselling-child-psychology-page .course-fee .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-child-psychology-page .fee-wrapper{padding:1rem!important}.counselling-child-psychology-page .fee-content{grid-template-columns:1fr!important;gap:.75rem!important}.counselling-child-psychology-page .main-fee{min-height:unset!important;padding:.75rem .25rem!important}.counselling-child-psychology-page .fee-label{font-size:.9rem!important}.counselling-child-psychology-page .fee-amount{line-height:1.1;font-size:2.6rem!important}.counselling-child-psychology-page .fee-note{font-size:.82rem!important}.counselling-child-psychology-page .fee-options{grid-template-columns:1fr!important;gap:.6rem!important}.counselling-child-psychology-page .fee-option{padding:1rem!important}.counselling-child-psychology-page .fee-option-label{font-size:.7rem!important}.counselling-child-psychology-page .fee-option-amount{font-size:1.25rem!important}.counselling-child-psychology-page .fee-month-text{font-size:.75rem!important}.counselling-child-psychology-page .fee-option-note{font-size:.7rem!important}.counselling-child-psychology-page .fee-note-section{padding:.75rem 1rem!important}.counselling-child-psychology-page .fee-note-section p{font-size:.78rem!important}.counselling-child-psychology-page .info-icon{width:18px;height:18px;font-size:.7rem}}@media (max-width:480px){.counselling-child-psychology-page .course-fee{padding:1.5rem 0!important}.counselling-child-psychology-page .course-fee .section-title{padding:0 .875rem!important;font-size:1.05rem!important}.counselling-child-psychology-page .fee-wrapper{padding:.875rem!important}.counselling-child-psychology-page .fee-amount{font-size:2.2rem!important}.counselling-child-psychology-page .fee-option-amount{font-size:1.1rem!important}}@media (max-width:375px){.counselling-child-psychology-page .fee-amount{font-size:2rem!important}.counselling-child-psychology-page .fee-option-amount{font-size:1rem!important}}@media (max-width:768px){.counselling-child-psychology-page .skills-section{padding:1.75rem 0!important}.counselling-child-psychology-page .skills-section .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-child-psychology-page .skills-list{grid-template-columns:1fr!important;gap:.6rem!important;padding:0 1rem!important}.counselling-child-psychology-page .skills-list li{border-radius:18px;gap:.75rem;padding:.8rem 1rem!important}.counselling-child-psychology-page .skill-checkmark{width:20px;min-width:20px;height:20px}.counselling-child-psychology-page .skill-checkmark svg{width:12px;height:12px}.counselling-child-psychology-page .skill-text{line-height:1.5;font-size:.82rem!important}.counselling-child-psychology-page .other-programs{padding:2rem 0!important}.counselling-child-psychology-page .other-programs .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-child-psychology-page .programs-grid{grid-template-columns:1fr!important;gap:.75rem!important}.counselling-child-psychology-page .program-card{border-radius:10px;gap:.75rem;padding:1rem!important}.counselling-child-psychology-page .program-icon-wrapper{width:44px;height:44px;padding:9px}.counselling-child-psychology-page .program-card p{line-height:1.35;font-size:.85rem!important}}@media (max-width:480px){.counselling-child-psychology-page .skills-section .section-title,.counselling-child-psychology-page .other-programs .section-title{padding:0 .875rem!important;font-size:1.05rem!important}.counselling-child-psychology-page .skills-list{padding:0 .875rem!important}.counselling-child-psychology-page .skill-text{font-size:.78rem!important}.counselling-child-psychology-page .program-icon-wrapper{width:40px;height:40px;padding:8px}.counselling-child-psychology-page .program-card p{font-size:.82rem!important}}@media (max-width:375px){.counselling-child-psychology-page .skill-text{font-size:.76rem!important}.counselling-child-psychology-page .program-card p{font-size:.8rem!important}}@media (max-width:768px){.counselling-child-psychology-page{font-family:Roboto,sans-serif}.counselling-child-psychology-page h1,.counselling-child-psychology-page h2,.counselling-child-psychology-page h3,.counselling-child-psychology-page h4,.counselling-child-psychology-page p,.counselling-child-psychology-page li,.counselling-child-psychology-page a,.counselling-child-psychology-page button,.counselling-child-psychology-page input,.counselling-child-psychology-page textarea,.counselling-child-psychology-page select,.counselling-child-psychology-page label,.counselling-child-psychology-page span{font-family:inherit!important}}.counselling-child-psychology-page h1,.counselling-child-psychology-page h2,.counselling-child-psychology-page h3,.counselling-child-psychology-page h4,.counselling-child-psychology-page h5,.counselling-child-psychology-page h6,.counselling-child-psychology-page .section-title,.counselling-child-psychology-page .section-title-white,.counselling-child-psychology-page .overview-title,.counselling-child-psychology-page .highlights-title{font-family:Roboto,sans-serif!important}@media (max-width:768px){.counselling-child-psychology-page .course-syllabus .syllabus-header{gap:.5rem!important;margin-bottom:1.1rem!important}.counselling-child-psychology-page .course-syllabus .syllabus-header .section-title{margin-bottom:0!important}.counselling-child-psychology-page .course-syllabus .syllabus-buttons{margin-top:0!important}}@media (max-width:480px){.counselling-child-psychology-page .course-syllabus .syllabus-header{gap:.3rem!important;margin-bottom:.75rem!important}}.counselling-organizational-psychology-page{-webkit-overflow-scrolling:touch;padding-top:80px;overflow-x:hidden}.counselling-organizational-psychology-page .overview-section{padding-top:3rem}.counselling-organizational-psychology-page .overview-section .overview-image{width:85%;max-width:500px}.counselling-organizational-psychology-page .overview-section .overview-title{font-size:1.85rem}.counselling-organizational-psychology-page .overview-section .overview-text p{font-size:.88rem}.counselling-organizational-psychology-page .overview-section .overview-content{gap:2.5rem;padding-top:1rem}@media (max-width:1440px){.highlights-content{grid-template-columns:40% 55%;gap:2rem}}@media (max-width:1200px){.highlights-content{grid-template-columns:42% 53%;gap:1.5rem}}.counselling-organizational-psychology-page .highlights-section .highlights-image{flex:1;justify-content:flex-start;align-self:flex-end;align-items:flex-end;width:100%;max-width:100%;margin-top:auto;margin-bottom:0;display:flex}.counselling-organizational-psychology-page .highlights-section .highlights-image img{object-fit:contain;transform-origin:0 100%;border-radius:8px 8px 0 0;align-self:flex-end;width:100%;max-width:100%;height:auto;margin-bottom:0;display:block;transform:scale(1.6)translate(-20%)}@media (max-width:1440px){.highlights-content{grid-template-columns:40% 55%;gap:2rem}}@media (max-width:1200px){.highlights-content{grid-template-columns:42% 53%;gap:1.5rem}}.counselling-organizational-psychology-page .highlights-image{flex:1;justify-content:flex-start;align-self:flex-end;align-items:flex-end;width:100%;max-width:100%;margin-top:auto;margin-bottom:0;display:flex}.counselling-organizational-psychology-page .highlights-image img{object-fit:contain;transform-origin:0 100%;border-radius:8px 8px 0 0;align-self:flex-end;width:100%;max-width:100%;height:auto;margin-bottom:0;display:block;transform:scale(1.6)translate(-20%)}@media (max-width:768px){.learning-outcomes h2.section-title{letter-spacing:.03em;margin-bottom:.75rem;font-family:Roboto,sans-serif;font-weight:700;line-height:1.2;font-size:1.25rem!important}.learning-outcomes .outcomes-box{border-radius:12px;padding:1.1rem}.learning-outcomes .outcomes-list{gap:.75rem}.learning-outcomes .outcomes-list li{padding-left:2.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95rem;line-height:1.55}.learning-outcomes .outcomes-list li:before{width:20px;height:20px;font-size:.8rem}}@media (max-width:480px){.learning-outcomes h2.section-title{margin-bottom:.75rem;font-size:1.15rem!important}.learning-outcomes .outcomes-box{padding:1rem}.learning-outcomes .outcomes-list li{padding-left:2.1rem;font-size:.9rem}.learning-outcomes .outcomes-list li:before{width:18px;height:18px;font-size:.75rem}}@media (max-width:480px){.course-syllabus .syllabus-buttons{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;display:grid}.course-syllabus .syllabus-buttons .apply-now-btn-syllabus,.course-syllabus .syllabus-buttons .download-brochure-btn{box-sizing:border-box;white-space:nowrap;justify-content:center;align-items:center;width:100%;min-width:0;min-height:44px;padding:.6rem;font-size:.75rem;line-height:1.1;display:inline-flex}}.semester-1,.semester-2{background:#e8e4f4}@media (max-width:1023px){.career-card{flex:0 0 calc(50% - 1rem);max-width:250px}}@media (max-width:767px){.career-card{flex:0 0 100%;max-width:250px}.career-cards-slider{gap:1.5rem}}.career-image img{object-fit:cover;width:100%;height:100%;display:block}.counselling-organizational-psychology-page .lead-generation-section{background:#1a1260}@media (max-width:768px){.program-hero-banner{margin-top:0;padding-top:3rem}.program-hero-banner h1{letter-spacing:0%;font-family:Roboto,sans-serif;font-size:28px;font-weight:600;line-height:100%}.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.syllabus-content,.faq-content{grid-template-columns:1fr;gap:2rem}.highlights-section .highlights-text{text-align:left;order:1;align-items:flex-start;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:left}.highlights-section .highlights-image{order:2}.counselling-organizational-psychology-page .highlights-section .highlights-image{justify-content:center;width:100%;max-width:320px;margin:0 auto}.counselling-organizational-psychology-page .highlights-section .highlights-image img{transform-origin:bottom;transform:scale(1.25)}.highlights-section .download-brochure-btn{align-self:flex-start;margin:.35rem 0 .18rem}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.highlights-content,.highlights-section .highlights-content{grid-template-columns:1fr}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:center;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;text-align:center;justify-content:center;align-items:center;min-height:auto;margin-top:0;padding:.7rem .35rem;font-size:.7rem;display:flex;position:fixed;bottom:2rem;right:.5rem;transform:rotate(0)}.details-grid{grid-template-columns:1fr;gap:1.5rem}.detail-item{border-bottom:1px solid #e0e0e0;border-right:none;padding-bottom:1.5rem}.detail-item:last-child{border-bottom:none}.programs-grid,.fee-content{grid-template-columns:1fr}.syllabus-header{flex-direction:column;align-items:flex-start}.skills-section{padding:3rem 0}.skills-section .section-title{margin-bottom:1.5rem;font-size:1.6rem}.skills-list{grid-template-columns:1fr;gap:.875rem}.skills-list li{border-radius:22px;gap:1rem;padding:1.125rem 1.375rem}.skill-checkmark{width:22px;min-width:22px;height:22px}.skill-checkmark svg{width:15px;height:15px}.skill-text{min-width:0;font-size:.85rem}.counselling-organizational-psychology-page{padding-top:calc(120px + env(safe-area-inset-top));-webkit-overflow-scrolling:touch}.container{padding:0 1rem}.program-hero-banner{padding:3rem 1.5rem}.program-hero-banner h1{letter-spacing:0%;word-wrap:break-word;text-align:center;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:100%}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 1rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;padding-right:0;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;margin:0}.overview-title,.highlights-title{font-size:1.9rem}.section-title,.section-title-white{font-size:1.6rem}.highlights-title{font-size:1.55rem}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;text-align:center;justify-content:center;align-items:center;padding:.7rem .3rem;font-size:.65rem;display:flex;position:fixed;bottom:2rem;right:.5rem;transform:rotate(0)}.vertical-apply-tab:hover{transform:translateY(-2px)}.career-carousel-wrapper{gap:.75rem;margin-bottom:1.5rem}.career-prospects{--career-card-width:230px}.career-carousel-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-inline:calc((100% - var(--career-card-width))/2);overflow:auto hidden}.career-carousel-container::-webkit-scrollbar{display:none}.career-carousel-btn{touch-action:manipulation;width:40px;min-width:40px;height:40px;min-height:40px}.career-carousel-btn svg{width:20px;height:20px}.career-cards-slider{padding:0 calc((100% - var(--career-card-width))/2);justify-content:flex-start;gap:1rem}.career-card{flex:0 0 var(--career-card-width);max-width:var(--career-card-width);scroll-snap-align:center;scroll-snap-stop:always;margin:0}.career-overlay{padding:.8rem .9rem;bottom:.75rem;left:.75rem;right:.75rem}.career-title-overlay{font-size:.85rem}.career-title-overlay:after{width:40px}}@media (max-width:480px){.counselling-organizational-psychology-page{padding-top:calc(90px + env(safe-area-inset-top));-webkit-overflow-scrolling:touch}.container{max-width:100%;padding:0 1rem}.program-hero-banner{margin-top:0;padding:2.75rem 1rem}.program-hero-banner h1{letter-spacing:0%;word-wrap:break-word;padding:0 .5rem;font-family:Roboto,sans-serif;font-size:18px;font-weight:600;line-height:120%}.overview-title,.highlights-title{font-size:1.55rem}.section-title,.section-title-white{word-wrap:break-word;font-size:1.25rem}.highlights-title{word-wrap:break-word;font-size:1.35rem}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;touch-action:manipulation;-webkit-tap-highlight-color:transparent;text-align:center;justify-content:center;align-items:center;padding:.65rem .3rem;font-size:.6rem;display:flex;position:fixed;bottom:1.5rem;right:.5rem;transform:rotate(0)}.vertical-apply-tab:hover{transform:translateY(-2px)}.vertical-apply-tab:active{transform:translateY(0)}.career-prospects{padding:2rem 0}.career-description{padding-left:0;font-size:1rem}.section-title-white{padding-left:0;font-size:1.5rem}.career-carousel-wrapper{gap:.5rem}.career-prospects{--career-card-width:210px}.career-prospects .section-title-white{font-size:1.6rem}.career-carousel-btn{width:36px;min-width:36px;height:36px;min-height:36px}.career-overlay{padding:.875rem 1rem;bottom:.75rem;left:.75rem;right:.75rem}.semester-card{padding:1.25rem}.semester-card h3{word-wrap:break-word;font-size:1.1rem}.skills-section{padding:2.5rem 0}.skills-section .section-title{margin-bottom:1.25rem;font-size:1.35rem}.skills-list{grid-template-columns:1fr;gap:.875rem}.skills-list li{border-radius:20px;gap:.875rem;padding:1.125rem 1.375rem}.skill-checkmark{width:26px;min-width:26px;height:26px}.skill-checkmark svg{width:18px;height:18px}.skill-text{min-width:0;font-size:.95rem;line-height:1.65}}@media (max-width:428px){.program-hero-banner h1{font-size:16px;line-height:130%}.overview-title,.highlights-title{font-size:1.4rem}.section-title,.section-title-white{font-size:1.15rem}.container{padding:0 .875rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;gap:1.5rem;padding:0 .875rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;padding-right:0;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;width:100%;margin:0}.highlights-section .highlights-text{text-align:left;order:1;align-items:flex-start;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:left}.highlights-section .highlights-image{order:2}.counselling-organizational-psychology-page .highlights-section .highlights-image{justify-content:center;width:100%;max-width:300px;margin:0 auto}.counselling-organizational-psychology-page .highlights-section .highlights-image img{transform-origin:bottom;transform:scale(1.2)}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:start;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:flex-start;margin:.18rem 0 .12rem}.batch-box{padding:1rem}.enroll-now-btn,.download-brochure-btn,.apply-now-btn-syllabus{min-width:120px;min-height:44px;padding:.875rem 1.5rem;font-size:.85rem}.fee-amount{font-size:3.5rem}.fee-option-amount{font-size:1.75rem}.semester-card{padding:1rem}.semester-card h3{font-size:1rem}.semester-topics li{padding-left:2.5rem;font-size:.875rem}.skills-list{padding:0 .875rem}.skills-list li{padding:1rem 1.25rem}.skill-text{font-size:.875rem}}@media (max-width:375px){.counselling-organizational-psychology-page{padding-top:calc(90px + env(safe-area-inset-top))}.program-hero-banner{padding:1.75rem .875rem}.program-hero-banner h1{padding:0 .25rem;font-size:15px;line-height:135%}.container{padding:0 .75rem}.overview-title,.highlights-title{font-size:1.3rem}.section-title,.section-title-white{font-size:1.1rem}.highlights-title{font-size:1.25rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 .75rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;max-width:100%;margin:0}.highlights-section .highlights-text{text-align:left;order:1;align-items:flex-start;padding-bottom:2rem;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:left}.highlights-section .highlights-image{order:2}.counselling-organizational-psychology-page .highlights-section .highlights-image{justify-content:center;width:100%;max-width:300px;margin:0 auto}.counselling-organizational-psychology-page .highlights-section .highlights-image img{transform-origin:bottom;transform:scale(1.2)}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:start;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:flex-start;margin:.18rem 0 .12rem}.batch-box{padding:.875rem}.batch-box h3{padding-left:1.75rem;font-size:.875rem}.batch-details{flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.enroll-now-btn,.download-brochure-btn{min-height:44px;padding:.75rem 1.25rem;font-size:.8rem}.apply-now-btn-syllabus{padding:.7rem 1.5rem;font-size:.8rem}.fee-amount{font-size:3rem}.fee-option{padding:1.25rem}.fee-option-amount{font-size:1.5rem}.semester-card{padding:.875rem}.semester-card h3{font-size:.95rem}.semester-topics li{padding-left:2.25rem;font-size:.8rem}.skills-section .section-title{padding:0 .75rem;font-size:1.2rem}.skills-list{padding:0 .75rem}.skills-list li{gap:.75rem;padding:.875rem 1rem}.skill-checkmark{width:24px;min-width:24px;height:24px}.skill-checkmark svg{width:16px;height:16px}.skill-text{font-size:.8rem}.career-carousel-btn{width:34px;min-width:34px;height:34px;min-height:34px}.career-overlay{padding:.75rem .875rem}.career-title-overlay{font-size:.8rem}.vertical-apply-tab{padding:.6rem .25rem;font-size:.55rem;right:.25rem}.faq-question{font-size:.85rem}.faq-answer p{font-size:.8rem}}@media (max-width:320px){.program-hero-banner h1{font-size:14px;line-height:140%}.overview-title,.highlights-title{font-size:1.15rem}.section-title,.section-title-white{font-size:1rem}.container{padding:0 .625rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 .625rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;max-width:100%;margin:0}.highlights-section .highlights-text{text-align:left;order:1;align-items:flex-start;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:left}.highlights-section .highlights-image{order:2}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:start;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:flex-start;margin:.18rem 0 .12rem}.enroll-now-btn,.download-brochure-btn{padding:.7rem 1rem;font-size:.75rem}.fee-amount{font-size:2.5rem}.fee-option-amount{font-size:1.25rem}.skills-list{padding:0 .625rem}.skills-list li{padding:.75rem .875rem}.skill-text{font-size:.75rem}}@media (max-width:768px) and (orientation:landscape){.overview-section,.highlights-section,.skills-section{padding:2rem 0}.program-hero-banner{padding:1.25rem 1rem}.program-hero-banner h1{font-size:20px}.vertical-apply-tab{bottom:1rem;right:.25rem}}@media (max-width:768px){button,.enroll-now-btn,.download-brochure-btn,.apply-now-btn-syllabus,.career-carousel-btn{touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;min-width:44px;min-height:44px}.faq-question{align-items:center;min-height:44px;padding:.75rem 0;display:flex}.detail-item{min-height:60px;padding:1rem 1.25rem}html,body{-moz-text-size-adjust:100%;text-size-adjust:100%}}@supports not (transform:translateY(0)){.enroll-now-btn:hover,.download-brochure-btn:hover,.apply-now-btn-outline:hover{position:relative;top:-2px}}@supports not (display:flex){.skills-list li,.faq-question,.batch-boxes{display:block}}@supports not (display:grid){.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.faq-content,.syllabus-content{display:block}.overview-content>*,.overview-section .overview-content>*,.highlights-content>*,.highlights-section .highlights-content>*,.faq-content>*{width:100%;margin-bottom:2rem;display:block}}@supports (-webkit-touch-callout:none){.counselling-organizational-psychology-page{-webkit-overflow-scrolling:touch}.career-carousel-btn,.vertical-apply-tab,.submit-btn,.enroll-now-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.contact-form input,.contact-form textarea,.contact-form input:focus,.contact-form textarea:focus{font-size:16px}}@-moz-document url-prefix(){.counselling-organizational-psychology-page{scroll-behavior:smooth}img{image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.faq-content{display:-ms-grid}.skills-list li{display:flex}}@media (max-width:768px){.counselling-organizational-psychology-page .overview-section .overview-title,.counselling-organizational-psychology-page .overview-title{letter-spacing:.4px;line-height:1.2;font-size:1.25rem!important}.counselling-organizational-psychology-page .overview-section .overview-text p,.counselling-organizational-psychology-page .overview-text p{line-height:1.6;font-size:.82rem!important}}@media (max-width:480px){.counselling-organizational-psychology-page .overview-section .overview-title,.counselling-organizational-psychology-page .overview-title{letter-spacing:.35px;font-size:1.05rem!important}.counselling-organizational-psychology-page .overview-section .overview-text p,.counselling-organizational-psychology-page .overview-text p{font-size:.78rem!important}}@media (max-width:375px){.counselling-organizational-psychology-page .overview-section .overview-title,.counselling-organizational-psychology-page .overview-title{font-size:.98rem!important}.counselling-organizational-psychology-page .overview-section .overview-text p,.counselling-organizational-psychology-page .overview-text p{font-size:.76rem!important}}@media (max-width:768px){.counselling-organizational-psychology-page .course-fee{padding:1.75rem 0!important}.counselling-organizational-psychology-page .course-fee .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-organizational-psychology-page .fee-wrapper{padding:1rem!important}.counselling-organizational-psychology-page .fee-content{grid-template-columns:1fr!important;gap:.75rem!important}.counselling-organizational-psychology-page .main-fee{min-height:unset!important;padding:.75rem .25rem!important}.counselling-organizational-psychology-page .fee-label{font-size:.9rem!important}.counselling-organizational-psychology-page .fee-amount{line-height:1.1;font-size:2.6rem!important}.counselling-organizational-psychology-page .fee-note{font-size:.82rem!important}.counselling-organizational-psychology-page .fee-options{grid-template-columns:1fr!important;gap:.6rem!important}.counselling-organizational-psychology-page .fee-option{padding:1rem!important}.counselling-organizational-psychology-page .fee-option-label{font-size:.7rem!important}.counselling-organizational-psychology-page .fee-option-amount{font-size:1.25rem!important}.counselling-organizational-psychology-page .fee-month-text{font-size:.75rem!important}.counselling-organizational-psychology-page .fee-option-note{font-size:.7rem!important}.counselling-organizational-psychology-page .fee-note-section{padding:.75rem 1rem!important}.counselling-organizational-psychology-page .fee-note-section p{font-size:.78rem!important}.counselling-organizational-psychology-page .info-icon{width:18px;height:18px;font-size:.7rem}}@media (max-width:480px){.counselling-organizational-psychology-page .course-fee{padding:1.5rem 0!important}.counselling-organizational-psychology-page .course-fee .section-title{padding:0 .875rem!important;font-size:1.05rem!important}.counselling-organizational-psychology-page .fee-wrapper{padding:.875rem!important}.counselling-organizational-psychology-page .fee-amount{font-size:2.2rem!important}.counselling-organizational-psychology-page .fee-option-amount{font-size:1.1rem!important}}@media (max-width:375px){.counselling-organizational-psychology-page .fee-amount{font-size:2rem!important}.counselling-organizational-psychology-page .fee-option-amount{font-size:1rem!important}}@media (max-width:768px){.counselling-organizational-psychology-page .skills-section{padding:1.75rem 0!important}.counselling-organizational-psychology-page .skills-section .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-organizational-psychology-page .skills-list{grid-template-columns:1fr!important;gap:.6rem!important;padding:0 1rem!important}.counselling-organizational-psychology-page .skills-list li{border-radius:18px;gap:.75rem;padding:.8rem 1rem!important}.counselling-organizational-psychology-page .skill-checkmark{width:20px;min-width:20px;height:20px}.counselling-organizational-psychology-page .skill-checkmark svg{width:12px;height:12px}.counselling-organizational-psychology-page .skill-text{line-height:1.5;font-size:.82rem!important}.counselling-organizational-psychology-page .other-programs{padding:2rem 0!important}.counselling-organizational-psychology-page .other-programs .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-organizational-psychology-page .programs-grid{grid-template-columns:1fr!important;gap:.75rem!important}.counselling-organizational-psychology-page .program-card{border-radius:10px;gap:.75rem;padding:1rem!important}.counselling-organizational-psychology-page .program-icon-wrapper{width:44px;height:44px;padding:9px}.counselling-organizational-psychology-page .program-card p{line-height:1.35;font-size:.85rem!important}}@media (max-width:480px){.counselling-organizational-psychology-page .skills-section .section-title,.counselling-organizational-psychology-page .other-programs .section-title{padding:0 .875rem!important;font-size:1.05rem!important}.counselling-organizational-psychology-page .skills-list{padding:0 .875rem!important}.counselling-organizational-psychology-page .skill-text{font-size:.78rem!important}.counselling-organizational-psychology-page .program-icon-wrapper{width:40px;height:40px;padding:8px}.counselling-organizational-psychology-page .program-card p{font-size:.82rem!important}}@media (max-width:375px){.counselling-organizational-psychology-page .skill-text{font-size:.76rem!important}.counselling-organizational-psychology-page .program-card p{font-size:.8rem!important}}@media (max-width:768px){.counselling-organizational-psychology-page{font-family:Roboto,sans-serif}.counselling-organizational-psychology-page h1,.counselling-organizational-psychology-page h2,.counselling-organizational-psychology-page h3,.counselling-organizational-psychology-page h4,.counselling-organizational-psychology-page p,.counselling-organizational-psychology-page li,.counselling-organizational-psychology-page a,.counselling-organizational-psychology-page button,.counselling-organizational-psychology-page input,.counselling-organizational-psychology-page textarea,.counselling-organizational-psychology-page select,.counselling-organizational-psychology-page label,.counselling-organizational-psychology-page span{font-family:inherit!important}}.counselling-organizational-psychology-page h1,.counselling-organizational-psychology-page h2,.counselling-organizational-psychology-page h3,.counselling-organizational-psychology-page h4,.counselling-organizational-psychology-page h5,.counselling-organizational-psychology-page h6,.counselling-organizational-psychology-page .section-title,.counselling-organizational-psychology-page .section-title-white,.counselling-organizational-psychology-page .overview-title,.counselling-organizational-psychology-page .highlights-title{font-family:Roboto,sans-serif!important}@media (max-width:768px){.counselling-organizational-psychology-page .course-syllabus .syllabus-header{gap:.5rem!important;margin-bottom:1.1rem!important}.counselling-organizational-psychology-page .course-syllabus .syllabus-header .section-title{margin-bottom:0!important}.counselling-organizational-psychology-page .course-syllabus .syllabus-buttons{margin-top:0!important}}@media (max-width:480px){.counselling-organizational-psychology-page .course-syllabus .syllabus-header{gap:.3rem!important;margin-bottom:.75rem!important}}*,:before,:after{box-sizing:border-box}html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{-webkit-user-select:none;user-select:none;max-width:100%;height:auto;display:block}.counselling-forensic-psychology-page{-webkit-overflow-scrolling:touch;padding-top:80px;overflow-x:hidden}.program-hero-banner{color:#fff;text-align:center;background:linear-gradient(#0e0529 0%,#5a556a 100%);width:100%;margin-top:4rem;padding:5rem 2rem;position:relative}.program-hero-banner h1{letter-spacing:0%;text-align:center;vertical-align:middle;text-transform:uppercase;color:#fff;margin:0;font-family:Roboto,sans-serif;font-size:35px;font-weight:600;line-height:100%;animation:.8s ease-out fadeInUp}.overview-section{background:#fff;padding:1.75rem 0 3rem;position:relative;overflow:visible}.overview-section .overview-content{display:-ms-grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:0 5% 0 2rem;display:grid;position:relative}.overview-section .overview-text{align-self:center;padding-right:2rem}.overview-section .overview-title{color:#000;text-transform:uppercase;letter-spacing:.5px;margin-top:0;margin-bottom:1.25rem;font-family:Roboto,sans-serif;font-size:1.95rem;font-weight:700;line-height:1.15}.overview-section .overview-text p{color:#333;margin-top:0;margin-bottom:1.75rem;font-size:.92rem;line-height:1.7}.overview-section .enroll-now-btn{color:#fff;cursor:pointer;-o-transition:all .3s ease;text-transform:none;white-space:nowrap;background:#0e0529;border:none;border-radius:50px;padding:.8rem 1.75rem;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s}.overview-section .enroll-now-btn:hover{background:#1a0a3d;transform:translateY(-2px);box-shadow:0 4px 12px #0e05294d}.overview-section .overview-image{border-radius:12px;align-self:center;width:90%;max-width:550px;margin:0 5% 0 auto;position:relative;overflow:hidden;box-shadow:0 3px 15px #00000014}.counselling-forensic-psychology-page .overview-section .overview-image{width:95%;max-width:650px}.counselling-forensic-psychology-page .overview-section .overview-title{font-size:2.1rem}.counselling-forensic-psychology-page .overview-section .overview-text p{font-size:.98rem}.counselling-forensic-psychology-page .overview-section .overview-content{gap:3.5rem}.overview-section .overview-image img{object-fit:cover;border-radius:12px;width:100%;height:auto;min-height:200px;display:block}.program-overview{background:#fff;padding:1.75rem 0 3rem;position:relative;overflow:visible}.overview-content{display:-ms-grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:0 5% 0 2rem;display:grid;position:relative}.overview-text{align-self:center;padding-right:2rem}.overview-title{color:#000;text-transform:uppercase;letter-spacing:.5px;margin-top:0;margin-bottom:1.25rem;font-family:Roboto,sans-serif;font-size:1.95rem;font-weight:700;line-height:1.15}.overview-text p{color:#333;margin-top:0;margin-bottom:1.75rem;font-size:.92rem;line-height:1.7}.enroll-now-btn{color:#fff;cursor:pointer;-o-transition:all .3s ease;text-transform:none;white-space:nowrap;background:#0e0529;border:none;border-radius:50px;padding:.8rem 1.75rem;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s}.enroll-now-btn:hover{background:#1a0a3d;transform:translateY(-2px);box-shadow:0 4px 12px #0e05294d}.overview-image{border-radius:12px;align-self:center;width:90%;max-width:550px;margin:0 5% 0 auto;position:relative;overflow:hidden;box-shadow:0 3px 15px #00000014}.overview-image img{object-fit:cover;border-radius:12px;width:100%;height:auto;min-height:200px;display:block}.vertical-apply-tab{transform-origin:100%;color:#333;cursor:pointer;z-index:999;white-space:nowrap;background:#fff;border-radius:10px 10px 0 0;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:fixed;bottom:20rem;right:2.5rem;transform:rotate(90deg);box-shadow:-2px 0 8px #0003}.vertical-apply-tab:hover{background:#f5f5f5;transform:rotate(90deg)translateY(-2px)}.highlights-section{color:#fff;background:#0e0529;margin-bottom:2rem;padding:4rem 0 0;overflow:visible}.highlights-section .highlights-content{grid-template-columns:37% 60%;align-items:end;gap:3rem;min-height:100%;padding-bottom:0;display:grid}@media (max-width:1440px){.highlights-content{grid-template-columns:40% 55%;gap:2rem}}@media (max-width:1200px){.highlights-content{grid-template-columns:42% 53%;gap:1.5rem}}.highlights-section .container{padding-bottom:0}.counselling-forensic-psychology-page .highlights-section .highlights-image{flex:1;justify-content:flex-start;align-self:flex-end;align-items:flex-end;width:100%;max-width:100%;margin-top:auto;margin-bottom:0;display:flex}.highlights-section .highlights-image{justify-content:flex-start;align-self:flex-end;align-items:flex-end;width:100%;max-width:70%;margin-top:auto;margin-bottom:0;display:flex}.counselling-forensic-psychology-page .highlights-section .highlights-image img{object-fit:contain;transform-origin:0 100%;border-radius:8px 8px 0 0;align-self:flex-end;width:100%;max-width:100%;height:auto;margin-bottom:0;display:block;transform:scale(1.6)translate(-10%)}.highlights-section .highlights-image img{object-fit:contain;border-radius:8px 8px 0 0;align-self:flex-end;width:100%;height:auto;margin-bottom:0;display:block}.highlights-section .highlights-text{flex-direction:column;padding-top:0;padding-bottom:2.5rem;padding-right:6%;display:flex}.highlights-section .highlights-subtitle{color:#fff;opacity:.95;margin-top:0;margin-bottom:1.25rem;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:400;line-height:1.5}.highlights-section .highlights-title{letter-spacing:0%;text-align:left;vertical-align:middle;text-transform:uppercase;color:#fff;margin-top:.5rem;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2}.highlights-section .batch-boxes{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem;display:grid}.highlights-section .batch-box{background:#5a556acc;border:none;border-radius:12px;padding:1.25rem;position:relative}.highlights-section .batch-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:1.5rem;left:1.5rem}.highlights-section .batch-icon:before{content:"";filter:brightness(0)invert();background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfvSURBVHgB7VtZjFRFFD2tmBEUEEVwxS3iBhpBQUF0GFBR3MUNFRXj+oGa+GPiryYE8EPiBz8CCgQQVATUgQAyrDMwbCpoIogIOrKIogwwLOU53H7M0L6Zfq+7umdhTnLyJpNXr+reunXr3lvVQDOa0YwQJFDPcM614eNmshNZRW4kVyQSiQPII+pFERS+NR/3ko+Qd5CtUl45RJaRa8lF5Goq5gfkEHlTBIVvycdN5HPk/WQbxEMF+S25mFxKllI5/8ATcq4IKuB8mPCvkufCL0rJr8klZBkV8zcyRE4UQeHb8fEMbOZvQ/4sbw25nlyQ/LucynFRGnobYNLpad0PJW8lW6D+UUmWk8vJhTBf81vYi1kpgsLLyfUjX0w+W6LhYwu5mvwG5pBlNQcyUgQV0AXm8YeRZ6BxYxvZL7IiKHxH2Lp/ALbvNyWsrFMRFF6zPYR8kCxE08XB/zk0Ct8WNusyfa37U9H0MeGYRVABXfl4jXyUbI0TA4o7ZpGvJKiAy/jHZPIGnBjYS84jx5FzuWP8q39KEev47IqmDYXic8hJ5HwK/1fqC1KENNQKTQ97yK/IGeRsCr+nrpflLJXA9EfTgfKPkWRxnKRMFqE6wHByIBqvk1xGfkFOovBbkAFq7hr6W4FSIcxClDI35JBZ6bg8/nQK/1OUBpSxoLaCT6KORlo2vWFK6Uv2Qv1XtFaSn5MTKdDmKA0oh+KgQlhgKKuvSn5HipQllcdK36VNsj85kqxw+cOv5FvkBYgBvl9ITiB3p/n+DrIo4xlmY8Ud3cl7yFvgN/n6E7bPy/QXc8YORmnEMWk8KgUoKLwK0bHGi6m7av8i5cj8pJi4W/JO8hNyKkz4Q1Ease9r+RhEPk5ejsxQlQj5sGb2aXI/uYwD+g4x4ar9i5RzO9mHPCXkVQU2E8jpZAn7OoIISM68EkHlQ52RPcYkkh/W8yFYbbEIx+8Wv8BqgsWwvfkPxAS/XwBTxnWkyng7YEWRVVHL9vzGFXw8BUsIu8APdHSgiRiuDjqT37toqCLnJ51Xn+TM5wyyTvJ5cl6ybx+Q8xzvzPEX1OwsqhLCUEkWk6+TPZxZlg/hX3Km8IPODyT8h+QA8rSwfhVZyhcUwA+0H2t/nk0up9mvjtLImV96EubxVfX2UQOR/5HjVcS5gGOprOtlKUKeehByg+0w/6KzB2W5m2CZ4OnkxeSNMKcn/+FjMpRYaRLGkwsp/P6oDaUIHcC8Q95Nno3cQgPTYOWMfeU1OrdQqV5ZpnKN7cgAx61pKqUbbNtTLKBcoy0aJgLhPyMnRxWe8skS94Yd+qQr3koZWrM6qK0tFsgXDsNKBjPJsRRmZ5RGzg6c74LlGn2T/1aqrjyjhFzLb1XEKeefBLMWFXSLkn+fhNxDMy+HN54D3hWlgbNTN4X+ijY1kXUdOMuJDskm1+gA03QQUvs84P0d5vCmUfjyKA2SW3ewrF9GvNxnk8+zT/mX7qhWzFmIBxVUtIPJ9EuiHt6yXwmvbVdRcQdkhtBc40w+XoCtSQ2oDBkg6V+CJEyDDdsltM7HkrPYTwkigt+Wv5Lwij3OQ/YYHeQaMiPlGorl1UnN0Fl5gYKkueRSDngtYqKGf7kSNmtBrrEuRqKltR7csukEP9BtHMU4I44e6JLbXHSoUPIuWeTsNDxn4PfbOQvfNzh/ULg9mrymZl8KqDbAZioTqGagLU3WossZZVGLKHUIr6X5LHkfzOP7wG7yI1jQtYRjrEp9QYrQ9uGrSKuUWuZWnHyuiGL6HEN7mLMLHO3JyB6qcn0MEz5tlUuKGAc77s8FlFfIv0gxq8itsMRMS0rVpOth6143bHzEJIoztPNMQYwqlyBFyDG+BzPFi9D4oJmW9Y0g50R1vqlIzTXkK+TdFZVp+zsHDRPBEjxa4ww7ywyDs92xMtRHpGmo0prOM6QYbav1eRKmzFUpvRKtiTGFf5gcDJNBMmvrXgG7R6Vy4ZZYkSU/2gPmzAbA1rWvgk5t0BqXj9G1hSkxhX8MVmfRRLZK08dQZAp2Jv/SmxxDbnR+sZ58w9l9zajjaUH2JWeT+1w8bPWZa2gX6InqLTDWyRShYwPlGTM486VRGjhLtBRr6GKrdr7IikvB/rBc48LkR1V70M0SBSCHERPODl5UilPlS4oJS4h+hl3e+JR9rIrw2SBc17LUulea3R7ZY1TNXEOHOso3ClNe0tUarVMpRXvzcmQAZ/5FViOFaK0rodsYsa22eClTeYaO83wIr21WiZ4CrvfVyUByT/Tl5HaRM8jBZE5rnPx+R3JUsk9f2E6+6SyaPQY5vB+R3bGZ1rM0q+ixLNufDjgrJss6daLVE36gnzio0KNK17LQmqWsAf7iA5mbkrD5sKVUGuVIj2NQRKsSgPxJL/iBrhZr29WJ+sJ0hR4p4gPYbylygSD8lWIUxGhmlAkq/rgadhZ6J2z9+4ByGQk/M06hR5Ai5IWDH5Z0Q+ODsmdVuRRwLUKGSM01ZKJBrqH1eSkaJnQlUjWQabCrg5EizrqQLtfQdhcUR5WE+agPZgo5YZl7YPoZ/2wpDHFzDd1LCCxGz0wjuajYBzvXkMf/Mt2l0XoDFdOdHEYuII84f5hJDnJ2SpUX+Mw1tGx0VSjINeLeZ9K2q1hkaq5/45lXUDGXkE84u+K3uZaZX0O+7ewXAvWKfP4AVtf9ZCWqeil/0S35CjSjGc1oyPgP4+iroShtrr0AAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:block}.highlights-section .batch-box h3{color:#fff;margin-top:0;margin-bottom:.75rem;padding-left:2rem;font-size:1.05rem;font-weight:700}.highlights-section .batch-details{margin:0;padding:0 0 0 2rem;list-style:none}.highlights-section .batch-details li{color:#fff;margin-bottom:.4rem;padding-left:1rem;font-size:.95rem;line-height:1.6;position:relative}.highlights-section .batch-details li:before{content:"•";color:#fff;font-size:1rem;font-weight:700;position:absolute;left:0}.highlights-section .download-brochure-btn{color:#333;cursor:pointer;background:#fff;border:none;border-radius:50px;width:100%;max-width:280px;margin:1.5rem 0;padding:1rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s;display:block}.highlights-section .download-brochure-btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.program-highlights{color:#fff;background:#0e0529;margin-bottom:2rem;padding:4rem 0 0;overflow:visible}.highlights-content{grid-template-columns:37% 60%;align-items:end;gap:3rem;min-height:100%;padding-bottom:0;display:grid}@media (max-width:1440px){.highlights-content{grid-template-columns:40% 55%;gap:2rem}}@media (max-width:1200px){.highlights-content{grid-template-columns:42% 53%;gap:1.5rem}}.program-highlights .container{padding-bottom:0}.counselling-forensic-psychology-page .highlights-image{flex:1;justify-content:flex-start;align-self:flex-end;align-items:flex-end;width:100%;max-width:100%;margin-top:auto;margin-bottom:0;display:flex}.highlights-image{justify-content:flex-start;align-self:flex-end;align-items:flex-end;width:100%;max-width:70%;margin-top:auto;margin-bottom:0;display:flex}.counselling-forensic-psychology-page .highlights-image img{object-fit:contain;transform-origin:0 100%;border-radius:8px 8px 0 0;align-self:flex-end;width:100%;max-width:100%;height:auto;margin-bottom:0;display:block;transform:scale(1.6)translate(-10%)}.highlights-image img{object-fit:contain;border-radius:8px 8px 0 0;align-self:flex-end;width:100%;height:auto;margin-bottom:0;display:block}.highlights-text{flex-direction:column;padding-top:0;padding-bottom:2.5rem;padding-right:6%;display:flex}.highlights-subtitle{color:#fff;opacity:.95;margin-top:0;margin-bottom:1.25rem;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:400;line-height:1.5}.highlights-title{letter-spacing:0%;text-align:left;vertical-align:middle;text-transform:uppercase;color:#fff;margin-top:.5rem;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2}.batch-boxes{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem;display:grid}.batch-box{background:#5a556acc;border:none;border-radius:12px;padding:1.25rem;position:relative}.batch-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:1.5rem;left:1.5rem}.batch-icon:before{content:"";filter:brightness(0)invert();background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfvSURBVHgB7VtZjFRFFD2tmBEUEEVwxS3iBhpBQUF0GFBR3MUNFRXj+oGa+GPiryYE8EPiBz8CCgQQVATUgQAyrDMwbCpoIogIOrKIogwwLOU53H7M0L6Zfq+7umdhTnLyJpNXr+reunXr3lvVQDOa0YwQJFDPcM614eNmshNZRW4kVyQSiQPII+pFERS+NR/3ko+Qd5CtUl45RJaRa8lF5Goq5gfkEHlTBIVvycdN5HPk/WQbxEMF+S25mFxKllI5/8ATcq4IKuB8mPCvkufCL0rJr8klZBkV8zcyRE4UQeHb8fEMbOZvQ/4sbw25nlyQ/LucynFRGnobYNLpad0PJW8lW6D+UUmWk8vJhTBf81vYi1kpgsLLyfUjX0w+W6LhYwu5mvwG5pBlNQcyUgQV0AXm8YeRZ6BxYxvZL7IiKHxH2Lp/ALbvNyWsrFMRFF6zPYR8kCxE08XB/zk0Ct8WNusyfa37U9H0MeGYRVABXfl4jXyUbI0TA4o7ZpGvJKiAy/jHZPIGnBjYS84jx5FzuWP8q39KEev47IqmDYXic8hJ5HwK/1fqC1KENNQKTQ97yK/IGeRsCr+nrpflLJXA9EfTgfKPkWRxnKRMFqE6wHByIBqvk1xGfkFOovBbkAFq7hr6W4FSIcxClDI35JBZ6bg8/nQK/1OUBpSxoLaCT6KORlo2vWFK6Uv2Qv1XtFaSn5MTKdDmKA0oh+KgQlhgKKuvSn5HipQllcdK36VNsj85kqxw+cOv5FvkBYgBvl9ITiB3p/n+DrIo4xlmY8Ud3cl7yFvgN/n6E7bPy/QXc8YORmnEMWk8KgUoKLwK0bHGi6m7av8i5cj8pJi4W/JO8hNyKkz4Q1Ease9r+RhEPk5ejsxQlQj5sGb2aXI/uYwD+g4x4ar9i5RzO9mHPCXkVQU2E8jpZAn7OoIISM68EkHlQ52RPcYkkh/W8yFYbbEIx+8Wv8BqgsWwvfkPxAS/XwBTxnWkyng7YEWRVVHL9vzGFXw8BUsIu8APdHSgiRiuDjqT37toqCLnJ51Xn+TM5wyyTvJ5cl6ybx+Q8xzvzPEX1OwsqhLCUEkWk6+TPZxZlg/hX3Km8IPODyT8h+QA8rSwfhVZyhcUwA+0H2t/nk0up9mvjtLImV96EubxVfX2UQOR/5HjVcS5gGOprOtlKUKeehByg+0w/6KzB2W5m2CZ4OnkxeSNMKcn/+FjMpRYaRLGkwsp/P6oDaUIHcC8Q95Nno3cQgPTYOWMfeU1OrdQqV5ZpnKN7cgAx61pKqUbbNtTLKBcoy0aJgLhPyMnRxWe8skS94Yd+qQr3koZWrM6qK0tFsgXDsNKBjPJsRRmZ5RGzg6c74LlGn2T/1aqrjyjhFzLb1XEKeefBLMWFXSLkn+fhNxDMy+HN54D3hWlgbNTN4X+ijY1kXUdOMuJDskm1+gA03QQUvs84P0d5vCmUfjyKA2SW3ewrF9GvNxnk8+zT/mX7qhWzFmIBxVUtIPJ9EuiHt6yXwmvbVdRcQdkhtBc40w+XoCtSQ2oDBkg6V+CJEyDDdsltM7HkrPYTwkigt+Wv5Lwij3OQ/YYHeQaMiPlGorl1UnN0Fl5gYKkueRSDngtYqKGf7kSNmtBrrEuRqKltR7csukEP9BtHMU4I44e6JLbXHSoUPIuWeTsNDxn4PfbOQvfNzh/ULg9mrymZl8KqDbAZioTqGagLU3WossZZVGLKHUIr6X5LHkfzOP7wG7yI1jQtYRjrEp9QYrQ9uGrSKuUWuZWnHyuiGL6HEN7mLMLHO3JyB6qcn0MEz5tlUuKGAc77s8FlFfIv0gxq8itsMRMS0rVpOth6143bHzEJIoztPNMQYwqlyBFyDG+BzPFi9D4oJmW9Y0g50R1vqlIzTXkK+TdFZVp+zsHDRPBEjxa4ww7ywyDs92xMtRHpGmo0prOM6QYbav1eRKmzFUpvRKtiTGFf5gcDJNBMmvrXgG7R6Vy4ZZYkSU/2gPmzAbA1rWvgk5t0BqXj9G1hSkxhX8MVmfRRLZK08dQZAp2Jv/SmxxDbnR+sZ58w9l9zajjaUH2JWeT+1w8bPWZa2gX6InqLTDWyRShYwPlGTM486VRGjhLtBRr6GKrdr7IikvB/rBc48LkR1V70M0SBSCHERPODl5UilPlS4oJS4h+hl3e+JR9rIrw2SBc17LUulea3R7ZY1TNXEOHOso3ClNe0tUarVMpRXvzcmQAZ/5FViOFaK0rodsYsa22eClTeYaO83wIr21WiZ4CrvfVyUByT/Tl5HaRM8jBZE5rnPx+R3JUsk9f2E6+6SyaPQY5vB+R3bGZ1rM0q+ixLNufDjgrJss6daLVE36gnzio0KNK17LQmqWsAf7iA5mbkrD5sKVUGuVIj2NQRKsSgPxJL/iBrhZr29WJ+sJ0hR4p4gPYbylygSD8lWIUxGhmlAkq/rgadhZ6J2z9+4ByGQk/M06hR5Ai5IWDH5Z0Q+ODsmdVuRRwLUKGSM01ZKJBrqH1eSkaJnQlUjWQabCrg5EizrqQLtfQdhcUR5WE+agPZgo5YZl7YPoZ/2wpDHFzDd1LCCxGz0wjuajYBzvXkMf/Mt2l0XoDFdOdHEYuII84f5hJDnJ2SpUX+Mw1tGx0VSjINeLeZ9K2q1hkaq5/45lXUDGXkE84u+K3uZaZX0O+7ewXAvWKfP4AVtf9ZCWqeil/0S35CjSjGc1oyPgP4+iroShtrr0AAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:block}.batch-box h3{color:#fff;margin-top:0;margin-bottom:.75rem;padding-left:2rem;font-size:1.05rem;font-weight:700}.batch-details{margin:0;padding:0 0 0 2rem;list-style:none}.batch-details li{color:#fff;margin-bottom:.4rem;padding-left:1rem;font-size:.95rem;line-height:1.6;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;font-weight:700;position:absolute;left:0}.download-brochure-btn{color:#333;cursor:pointer;background:#fff;border:none;border-radius:50px;width:100%;max-width:280px;margin:1.5rem 0;padding:1rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s;display:block}.download-brochure-btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.program-details-bar{background:#f5f5f5;border-top:none;border-bottom:none;padding:1.5rem 0}.details-grid{text-align:center;background:#f5f5f5;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.detail-item{background:#f5f5f5;border-right:3px solid #1a1260;flex-direction:column;gap:.4rem;padding:1.25rem 1.75rem;display:flex}.detail-item:last-child{border-right:none}.detail-label{color:#1a1260;text-align:left;font-size:1rem;font-weight:500}.detail-value{color:#1a1260;text-align:left;font-size:1.1rem;font-weight:700}.learning-outcomes .section-title{color:#000;text-align:left}.section-title{color:#000;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.85rem;font-weight:700}.outcomes-box{background:#e8e4f4;border-radius:12px;padding:1.5rem}.outcomes-list{flex-direction:column;gap:.875rem;padding:0;list-style:none;display:flex}.outcomes-list li{color:#000;padding-left:3rem;font-size:1.1rem;line-height:1.7;position:relative}.outcomes-list li:before{content:"✓";color:#fff;background:#1a1260;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;font-weight:700;display:flex;position:absolute;left:0}@media (max-width:768px){.learning-outcomes h2.section-title{letter-spacing:.03em;margin-bottom:.75rem;font-family:Roboto,sans-serif;font-weight:700;line-height:1.2;font-size:1.25rem!important}.learning-outcomes .outcomes-box{border-radius:12px;padding:1.1rem}.learning-outcomes .outcomes-list{gap:.75rem}.learning-outcomes .outcomes-list li{padding-left:2.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95rem;line-height:1.55}.learning-outcomes .outcomes-list li:before{width:20px;height:20px;font-size:.8rem}}@media (max-width:480px){.learning-outcomes h2.section-title{margin-bottom:.75rem;font-size:1.15rem!important}.learning-outcomes .outcomes-box{padding:1rem}.learning-outcomes .outcomes-list li{padding-left:2.1rem;font-size:.9rem}.learning-outcomes .outcomes-list li:before{width:18px;height:18px;font-size:.75rem}}.course-syllabus{background:#0e0529;padding:2.5rem 0}.syllabus-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.syllabus-header .section-title{color:#fff;font-size:1.75rem}.syllabus-buttons{align-items:center;gap:.75rem;display:flex}@media (max-width:480px){.course-syllabus .syllabus-buttons{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;display:grid}.course-syllabus .syllabus-buttons .apply-now-btn-syllabus,.course-syllabus .syllabus-buttons .download-brochure-btn{box-sizing:border-box;white-space:nowrap;justify-content:center;align-items:center;width:100%;min-width:0;min-height:44px;padding:.6rem;font-size:.75rem;line-height:1.1;display:inline-flex}}.apply-now-btn-syllabus{color:#fff;cursor:pointer;-o-transition:all .3s ease;white-space:nowrap;vertical-align:middle;box-sizing:border-box;text-align:center;text-transform:none;background:#0e0529;border:2px solid #e8e4f4;border-radius:50px;padding:.75rem 2rem;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}.apply-now-btn-syllabus:hover{color:#0e0529;background:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 2px 8px #fff3}.apply-now-btn-outline{color:#fff;cursor:pointer;white-space:nowrap;vertical-align:middle;box-sizing:border-box;text-align:center;background:0 0;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;padding:.65rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.apply-now-btn-outline:hover{color:#fff;background:#ffffff1a;border-color:#fff}.course-syllabus .download-brochure-btn{color:#fff;cursor:pointer;-o-transition:all .3s ease;white-space:nowrap;vertical-align:middle;box-sizing:border-box;background:#0e0529;border:2px solid #e8e4f4;border-radius:50px;height:auto;padding:.65rem 1.75rem;font-family:Roboto,sans-serif;font-size:.85rem;font-weight:600;line-height:1.5;transition:all .3s;display:inline-block}.course-syllabus .download-brochure-btn:hover{color:#0e0529;background:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 2px 8px #fff3}.syllabus-content{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.semester-card{background:#fff;border-radius:12px;flex-direction:column;padding:2rem;display:flex;box-shadow:0 2px 10px #0000001a}.semester-header{color:#0e0529;text-transform:uppercase;background:#e8e4f4;border-radius:8px;align-self:flex-start;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-block}.semester-1,.semester-2{background:#e8e4f4}.semester-card h3{color:#0e0529;text-transform:uppercase;margin-bottom:.75rem;font-size:1.4rem;font-weight:700;line-height:1.3}.credits{color:#333;margin-bottom:1.5rem;font-size:.95rem;font-weight:400}.semester-topics{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.semester-topics li{color:#333;padding-left:3rem;font-size:.95rem;font-weight:400;line-height:1.6;position:relative}.semester-topics li:before{content:"✓";color:#fff;background:#1a1260;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex;position:absolute;left:0}.internship-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000001a}.internship-section h3{color:#0e0529;margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.internship-section p{color:#333;font-size:1rem;line-height:1.7}.course-fee{background:#fff;padding:2.5rem 0}.course-fee .section-title{color:#000;text-align:left;max-width:1200px;margin:0 auto 1.5rem;padding:0 1.75rem 0 .5rem}.fee-wrapper{background:#f5f5f5;border-radius:8px;max-width:1200px;margin:0 auto;padding:1.75rem}.fee-content{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.main-fee{text-align:left;background:0 0;border-radius:0;flex-direction:column;justify-content:center;align-items:flex-start;max-width:400px;min-height:150px;padding:1.5rem;display:flex}.fee-label{color:#666;margin-bottom:.5rem;font-size:1.2rem;font-weight:400}.fee-amount{color:#1a1260;margin-bottom:.4rem;font-size:4.2rem;font-weight:700;line-height:1.2}.fee-note{color:#666;font-size:1rem;font-weight:400}.fee-right-column{flex-direction:column;gap:.75rem;display:flex}.fee-options{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.fee-option{text-align:left;background:#fff;border-radius:8px;padding:1.5rem}.fee-option-label{color:#666;margin-bottom:.4rem;font-size:.75rem;font-weight:400}.fee-option-amount{color:#1a1260;margin-bottom:.4rem;font-size:2rem;font-weight:700;line-height:1.2}.fee-month-text{font-size:1rem;font-weight:600}.fee-option-note{color:#666;font-size:.75rem;font-weight:400}.fee-note-section{background:#fff;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;display:flex}.info-icon{color:#fff;background:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}.fee-note-section p{color:#666;margin:0;font-size:.9rem}.skills-section{background:#fff;padding:3rem 0}.skills-section .section-title{color:#000;text-align:left;text-transform:uppercase;max-width:1200px;margin:0 auto 1.5rem;padding:0 1.75rem 0 1.5rem;font-family:Roboto,sans-serif;font-size:1.85rem;font-weight:700}.skills-list{grid-template-columns:1fr 1fr;gap:.875rem;max-width:1200px;margin:0 auto;padding:0 1.75rem 0 1.5rem;list-style:none;display:grid}.skills-list li{text-align:left;box-sizing:border-box;background:#e8e4f4;border-radius:25px;align-items:flex-start;gap:1rem;width:100%;padding:1.125rem 1.375rem;transition:box-shadow .3s;display:flex;box-shadow:0 2px 4px #0000000d}.skills-list li:hover{box-shadow:0 4px 8px #0000001a}.skill-checkmark{background:#1a1260;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;min-width:26px;height:26px;padding:0;display:flex}.skill-checkmark svg{width:16px;height:16px;display:block}.skill-checkmark svg path{fill:#fff}.skill-text{color:#000;text-align:left;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box;flex:1;min-width:0;padding-top:.125rem;font-family:Roboto,sans-serif;font-size:.95rem;line-height:1.6}.skills-list li strong{color:#000;font-family:Roboto,sans-serif;font-weight:700}.career-prospects{color:#fff;background:#0e0529;padding:2rem 0}.section-title-white{color:#fff;text-transform:uppercase;margin-bottom:.875rem;padding-left:5rem;font-size:1.75rem;font-weight:700}.career-description{opacity:.95;margin-bottom:1.5rem;padding-left:5rem;font-size:1rem;line-height:1.7}.career-carousel-wrapper{align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex;position:relative}.career-carousel-container{flex:1;position:relative;overflow:hidden}.career-cards-slider{will-change:transform;justify-content:center;gap:1.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.career-card{aspect-ratio:3/4;background:#fff;border-radius:12px;flex-direction:column;flex:0 0 calc(33.3333% - 1.33rem);min-width:0;max-width:250px;margin:0 auto;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000026}@media (max-width:1023px){.career-card{flex:0 0 calc(50% - 1rem);max-width:250px}}@media (max-width:767px){.career-card{flex:0 0 100%;max-width:250px}.career-cards-slider{gap:1.5rem}}.career-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0003}.career-image{flex:1;width:100%;height:100%;position:relative;overflow:hidden}.career-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.career-card:first-child .career-image img,.career-card:nth-child(2) .career-image img,.career-card:nth-child(5) .career-image img,.career-card:nth-child(6) .career-image img,.career-card:nth-child(3) .career-image img,.career-card:nth-child(4) .career-image img{object-fit:cover;object-position:center}.career-overlay{-webkit-backdrop-filter:blur(10px);background:#00000080;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;justify-content:center;align-items:flex-start;padding:.875rem 1rem;display:flex;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;box-shadow:0 4px 20px #0000004d}.career-title-overlay{color:#fff;text-align:left;letter-spacing:.2px;width:100%;margin:0 0 .4rem;font-size:.85rem;font-weight:600;position:relative}.career-title-overlay:after{content:"";background:#fff;border-radius:2px;width:50px;height:2px;position:absolute;bottom:-.5rem;left:0}.career-carousel-btn{color:#fff;cursor:pointer;z-index:2;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.career-carousel-btn:hover{background:#fff3;border-color:#ffffff80;transform:scale(1.1)}.career-carousel-btn:active{transform:scale(.95)}.career-carousel-btn:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.career-carousel-btn svg{width:20px;height:20px}.career-carousel-btn.prev{order:-1}.career-carousel-btn.next{order:1}.career-carousel-dots{justify-content:center;align-items:center;gap:.625rem;margin-top:1.25rem;display:flex}.carousel-dot{cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.carousel-dot:hover{background:#ffffff4d;border-color:#ffffffb3}.carousel-dot.active{background:#fff;border-color:#fff;width:14px;height:14px}.career-title{display:none}.other-programs{background:#fff;padding:4rem 0}.other-programs .section-title{text-align:left;color:#000;margin-bottom:2rem;font-size:1.5rem}.programs-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.program-card{color:#000;cursor:pointer;background:#f5f5f5;border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.program-card:hover{background:#e8e8e8;transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.program-icon-wrapper{background:#1a1260;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:12px;display:flex}.program-icon{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%}.program-card p{color:#000;flex:1;margin:0;font-size:1rem;font-weight:600;line-height:1.4}.faq-section{background:#fff;padding:2.5rem 0 1.5rem}.faq-content{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin-bottom:0;display:grid}.faq-list{margin-bottom:0;padding-top:1.5rem;padding-bottom:0}.faq-list .section-title{margin-bottom:1.5rem;font-size:1.5rem}.faq-items{flex-direction:column;gap:0;display:flex}.faq-item{border-bottom:1px solid #e0e0e0;margin-bottom:1rem;padding-bottom:1rem}.faq-item:last-child{border-bottom:none;margin-bottom:0}.faq-question{color:#000;cursor:pointer;justify-content:space-between;align-items:center;padding:0;font-size:.9rem;font-weight:500;display:flex}.faq-icon{color:#666;font-size:1rem;transition:transform .3s}.faq-icon.open{transform:rotate(90deg)}.faq-answer{border-top:1px solid #f0f0f0;margin-top:.75rem;padding-top:.75rem;animation:.3s ease-out fadeInDown}.faq-answer p{color:#666;margin:0;font-size:.85rem;line-height:1.5}.faq-image{justify-content:center;align-items:center;width:100%;height:100%;min-height:500px;margin-top:-1.5rem;margin-bottom:0;padding-top:0;display:flex;overflow:hidden}.faq-image img{object-fit:cover;object-position:center top;border-radius:8px;width:100%;max-width:480px;height:100%;max-height:400px}.counselling-forensic-psychology-page .lead-generation-section{background:#1a1260}@media (max-width:768px){.program-hero-banner{margin-top:0;padding-top:3rem}.program-hero-banner h1{letter-spacing:0%;font-family:Roboto,sans-serif;font-size:28px;font-weight:600;line-height:100%}.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.syllabus-content,.faq-content{grid-template-columns:1fr;gap:2rem}.highlights-section .highlights-text{text-align:center;order:1;align-items:center;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:center}.highlights-section .highlights-image{order:2}.counselling-forensic-psychology-page .highlights-section .highlights-image{justify-content:center;width:100%;max-width:320px;margin:0 auto}.counselling-forensic-psychology-page .highlights-section .highlights-image img{transform-origin:bottom;transform:scale(1.25)}.highlights-content,.highlights-section .highlights-content{grid-template-columns:1fr}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:center;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:center;margin:0 auto}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;text-align:center;justify-content:center;align-items:center;min-height:auto;margin-top:0;padding:.7rem .35rem;font-size:.7rem;display:flex;position:fixed;bottom:2rem;right:.5rem;transform:rotate(0)}.details-grid{grid-template-columns:1fr;gap:1.5rem}.detail-item{border-bottom:1px solid #e0e0e0;border-right:none;padding-bottom:1.5rem}.detail-item:last-child{border-bottom:none}.programs-grid,.fee-content{grid-template-columns:1fr}.syllabus-header{flex-direction:column;align-items:flex-start}.skills-section{padding:3rem 0}.skills-section .section-title{margin-bottom:1.5rem;font-size:1.6rem}.skills-list{grid-template-columns:1fr;gap:.875rem}.skills-list li{border-radius:22px;gap:1rem;padding:1.125rem 1.375rem}.skill-checkmark{width:22px;min-width:22px;height:22px}.skill-checkmark svg{width:15px;height:15px}.skill-text{min-width:0;font-size:.85rem}.counselling-forensic-psychology-page{padding-top:calc(120px + env(safe-area-inset-top));-webkit-overflow-scrolling:touch}.container{padding:0 1rem}.program-hero-banner{padding:3rem 1.5rem}.program-hero-banner h1{letter-spacing:0%;word-wrap:break-word;text-align:center;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:100%}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 1rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;padding-right:0;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;margin:0}.overview-title,.highlights-title{font-size:1.9rem}.section-title,.section-title-white{font-size:1.6rem}.highlights-title{font-size:1.55rem}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;text-align:center;justify-content:center;align-items:center;padding:.7rem .3rem;font-size:.65rem;display:flex;position:fixed;bottom:2rem;right:.5rem;transform:rotate(0)}.vertical-apply-tab:hover{transform:translateY(-2px)}.career-carousel-wrapper{gap:.75rem;margin-bottom:1.5rem}.career-prospects{--career-card-width:230px}.career-carousel-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-inline:calc((100% - var(--career-card-width))/2);overflow:auto hidden}.career-carousel-container::-webkit-scrollbar{display:none}.career-carousel-btn{touch-action:manipulation;width:40px;min-width:40px;height:40px;min-height:40px}.career-carousel-btn svg{width:20px;height:20px}.career-cards-slider{padding:0 calc((100% - var(--career-card-width))/2);justify-content:flex-start;gap:1rem}.career-card{flex:0 0 var(--career-card-width);max-width:var(--career-card-width);scroll-snap-align:center;scroll-snap-stop:always;margin:0}.career-overlay{padding:.8rem .9rem;bottom:.75rem;left:.75rem;right:.75rem}.career-title-overlay{font-size:.85rem}.career-title-overlay:after{width:40px}}@media (max-width:480px){.counselling-forensic-psychology-page{padding-top:calc(90px + env(safe-area-inset-top));-webkit-overflow-scrolling:touch}.container{max-width:100%;padding:0 1rem}.program-hero-banner{margin-top:0;padding:2.75rem 1rem}.program-hero-banner h1{letter-spacing:0%;word-wrap:break-word;padding:0 .5rem;font-family:Roboto,sans-serif;font-size:18px;font-weight:600;line-height:120%}.overview-title,.highlights-title{font-size:1.55rem}.section-title,.section-title-white{word-wrap:break-word;font-size:1.25rem}.highlights-title{word-wrap:break-word;font-size:1.35rem}.vertical-apply-tab{writing-mode:vertical-rl;text-orientation:upright;z-index:1000;touch-action:manipulation;-webkit-tap-highlight-color:transparent;text-align:center;justify-content:center;align-items:center;padding:.65rem .3rem;font-size:.6rem;display:flex;position:fixed;bottom:1.5rem;right:.5rem;transform:rotate(0)}.vertical-apply-tab:hover{transform:translateY(-2px)}.vertical-apply-tab:active{transform:translateY(0)}.career-prospects{padding:2rem 0}.career-description{padding-left:0;font-size:1rem}.section-title-white{padding-left:0;font-size:1.5rem}.career-carousel-wrapper{gap:.5rem}.career-prospects{--career-card-width:210px}.career-prospects .section-title-white{font-size:1.6rem}.career-carousel-btn{width:36px;min-width:36px;height:36px;min-height:36px}.career-overlay{padding:.875rem 1rem;bottom:.75rem;left:.75rem;right:.75rem}.semester-card{padding:1.25rem}.semester-card h3{word-wrap:break-word;font-size:1.1rem}.skills-section{padding:2.5rem 0}.skills-section .section-title{margin-bottom:1.25rem;font-size:1.35rem}.skills-list{grid-template-columns:1fr;gap:.875rem}.skills-list li{border-radius:20px;gap:.875rem;padding:1.125rem 1.375rem}.skill-checkmark{width:26px;min-width:26px;height:26px}.skill-checkmark svg{width:18px;height:18px}.skill-text{min-width:0;font-size:.95rem;line-height:1.65}}@media (max-width:428px){.program-hero-banner h1{font-size:16px;line-height:130%}.overview-title,.highlights-title{font-size:1.4rem}.section-title,.section-title-white{font-size:1.15rem}.container{padding:0 .875rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;gap:1.5rem;padding:0 .875rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;padding-right:0;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;width:100%;margin:0}.highlights-section .highlights-text{text-align:center;order:1;align-items:center;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:center}.highlights-section .highlights-image{order:2}.counselling-forensic-psychology-page .highlights-section .highlights-image{justify-content:center;width:100%;max-width:300px;margin:0 auto}.counselling-forensic-psychology-page .highlights-section .highlights-image img{transform-origin:bottom;transform:scale(1.2)}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:center;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:center;margin:0 auto}.batch-box{padding:1rem}.enroll-now-btn,.download-brochure-btn,.apply-now-btn-syllabus{min-width:120px;min-height:44px;padding:.875rem 1.5rem;font-size:.85rem}.fee-amount{font-size:3.5rem}.fee-option-amount{font-size:1.75rem}.semester-card{padding:1rem}.semester-card h3{font-size:1rem}.semester-topics li{padding-left:2.5rem;font-size:.875rem}.skills-list{padding:0 .875rem}.skills-list li{padding:1rem 1.25rem}.skill-text{font-size:.875rem}}@media (max-width:375px){.counselling-forensic-psychology-page{padding-top:calc(90px + env(safe-area-inset-top))}.program-hero-banner{padding:1.75rem .875rem}.program-hero-banner h1{padding:0 .25rem;font-size:15px;line-height:135%}.container{padding:0 .75rem}.overview-title,.highlights-title{font-size:1.3rem}.section-title,.section-title-white{font-size:1.1rem}.highlights-title{font-size:1.25rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 .75rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;max-width:100%;margin:0}.highlights-section .highlights-text{text-align:center;order:1;align-items:center;padding-bottom:2rem;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:center}.highlights-section .highlights-image{order:2}.counselling-forensic-psychology-page .highlights-section .highlights-image{justify-content:center;width:100%;max-width:280px;margin:0 auto}.counselling-forensic-psychology-page .highlights-section .highlights-image img{transform-origin:bottom;transform:scale(1.15)}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:center;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:center;margin:0 auto}.batch-box{padding:.875rem}.batch-box h3{padding-left:1.75rem;font-size:.875rem}.batch-details{flex-direction:column;align-items:center;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.enroll-now-btn,.download-brochure-btn{min-height:44px;padding:.75rem 1.25rem;font-size:.8rem}.apply-now-btn-syllabus{padding:.7rem 1.5rem;font-size:.8rem}.fee-amount{font-size:3rem}.fee-option{padding:1.25rem}.fee-option-amount{font-size:1.5rem}.semester-card{padding:.875rem}.semester-card h3{font-size:.95rem}.semester-topics li{padding-left:2.25rem;font-size:.8rem}.skills-section .section-title{padding:0 .75rem;font-size:1.2rem}.skills-list{padding:0 .75rem}.skills-list li{gap:.75rem;padding:.875rem 1rem}.skill-checkmark{width:24px;min-width:24px;height:24px}.skill-checkmark svg{width:16px;height:16px}.skill-text{font-size:.8rem}.career-carousel-btn{width:34px;min-width:34px;height:34px;min-height:34px}.career-overlay{padding:.75rem .875rem}.career-title-overlay{font-size:.8rem}.vertical-apply-tab{padding:.6rem .25rem;font-size:.55rem;right:.25rem}.faq-question{font-size:.85rem}.faq-answer p{font-size:.8rem}}@media (max-width:320px){.program-hero-banner h1{font-size:14px;line-height:140%}.overview-title,.highlights-title{font-size:1.15rem}.section-title,.section-title-white{font-size:1rem}.container{padding:0 .625rem}.overview-section .overview-content,.overview-content{text-align:left;justify-items:start;padding:0 .625rem}.overview-section .overview-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.overview-section .overview-title,.overview-section .overview-text p{text-align:left}.overview-section .enroll-now-btn{z-index:10;align-self:flex-start;margin:0;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:140px!important;min-height:48px!important}.overview-section .overview-image{justify-self:start;max-width:100%;margin:0}.highlights-section .highlights-text{text-align:center;order:1;align-items:center;padding-right:0}.highlights-section .highlights-subtitle,.highlights-section .highlights-title{text-align:center}.highlights-section .highlights-image{order:2}.batch-boxes,.highlights-section .batch-boxes{grid-template-rows:auto;grid-template-columns:1fr;justify-items:center;gap:1rem;width:100%;display:grid}.batch-box{text-align:left;width:100%;max-width:100%}.batch-box h3{text-align:left;margin-bottom:.5rem;padding-left:0;font-size:.9rem}.batch-details{text-align:left;flex-direction:column;align-items:flex-start;gap:.4rem;padding-left:0;display:flex}.batch-details li{text-align:left;width:auto;max-width:100%;padding-left:1.2rem;font-size:.8rem;display:inline-block;position:relative}.batch-details li:before{content:"•";color:#fff;font-size:1rem;line-height:inherit;position:absolute;left:0}.batch-icon{justify-content:flex-start;align-items:center;margin:0 0 .5rem;display:flex;position:static}.highlights-section .download-brochure-btn{align-self:center;margin:0 auto}.enroll-now-btn,.download-brochure-btn{padding:.7rem 1rem;font-size:.75rem}.fee-amount{font-size:2.5rem}.fee-option-amount{font-size:1.25rem}.skills-list{padding:0 .625rem}.skills-list li{padding:.75rem .875rem}.skill-text{font-size:.75rem}}@media (max-width:768px) and (orientation:landscape){.overview-section,.highlights-section,.skills-section{padding:2rem 0}.program-hero-banner{padding:1.25rem 1rem}.program-hero-banner h1{font-size:20px}.vertical-apply-tab{bottom:1rem;right:.25rem}}@media (max-width:768px){button,.enroll-now-btn,.download-brochure-btn,.apply-now-btn-syllabus,.career-carousel-btn{touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;min-width:44px;min-height:44px}.faq-question{align-items:center;min-height:44px;padding:.75rem 0;display:flex}.detail-item{min-height:60px;padding:1rem 1.25rem}html,body{-moz-text-size-adjust:100%;text-size-adjust:100%}}@supports not (transform:translateY(0)){.enroll-now-btn:hover,.download-brochure-btn:hover,.apply-now-btn-outline:hover{position:relative;top:-2px}}@supports not (display:flex){.skills-list li,.faq-question,.batch-boxes{display:block}}@supports not (display:grid){.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.faq-content,.syllabus-content{display:block}.overview-content>*,.overview-section .overview-content>*,.highlights-content>*,.highlights-section .highlights-content>*,.faq-content>*{width:100%;margin-bottom:2rem;display:block}}@supports (-webkit-touch-callout:none){.counselling-forensic-psychology-page{-webkit-overflow-scrolling:touch}.career-carousel-btn,.vertical-apply-tab,.submit-btn,.enroll-now-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.contact-form input,.contact-form textarea,.contact-form input:focus,.contact-form textarea:focus{font-size:16px}}@-moz-document url-prefix(){.counselling-forensic-psychology-page{scroll-behavior:smooth}img{image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.overview-content,.overview-section .overview-content,.highlights-content,.highlights-section .highlights-content,.faq-content{display:-ms-grid}.skills-list li{display:flex}}@media (max-width:768px){.counselling-forensic-psychology-page .overview-section .overview-title,.counselling-forensic-psychology-page .overview-title{letter-spacing:.4px;line-height:1.2;font-size:1.25rem!important}.counselling-forensic-psychology-page .overview-section .overview-text p,.counselling-forensic-psychology-page .overview-text p{line-height:1.6;font-size:.82rem!important}}@media (max-width:480px){.counselling-forensic-psychology-page .overview-section .overview-title,.counselling-forensic-psychology-page .overview-title{letter-spacing:.35px;font-size:1.05rem!important}.counselling-forensic-psychology-page .overview-section .overview-text p,.counselling-forensic-psychology-page .overview-text p{font-size:.78rem!important}}@media (max-width:375px){.counselling-forensic-psychology-page .overview-section .overview-title,.counselling-forensic-psychology-page .overview-title{font-size:.98rem!important}.counselling-forensic-psychology-page .overview-section .overview-text p,.counselling-forensic-psychology-page .overview-text p{font-size:.76rem!important}}@media (max-width:768px){.counselling-forensic-psychology-page .course-fee{padding:1.75rem 0!important}.counselling-forensic-psychology-page .course-fee .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-forensic-psychology-page .fee-wrapper{padding:1rem!important}.counselling-forensic-psychology-page .fee-content{grid-template-columns:1fr!important;gap:.75rem!important}.counselling-forensic-psychology-page .main-fee{min-height:unset!important;padding:.75rem .25rem!important}.counselling-forensic-psychology-page .fee-label{font-size:.9rem!important}.counselling-forensic-psychology-page .fee-amount{line-height:1.1;font-size:2.6rem!important}.counselling-forensic-psychology-page .fee-note{font-size:.82rem!important}.counselling-forensic-psychology-page .fee-options{grid-template-columns:1fr!important;gap:.6rem!important}.counselling-forensic-psychology-page .fee-option{padding:1rem!important}.counselling-forensic-psychology-page .fee-option-label{font-size:.7rem!important}.counselling-forensic-psychology-page .fee-option-amount{font-size:1.25rem!important}.counselling-forensic-psychology-page .fee-month-text{font-size:.75rem!important}.counselling-forensic-psychology-page .fee-option-note{font-size:.7rem!important}.counselling-forensic-psychology-page .fee-note-section{padding:.75rem 1rem!important}.counselling-forensic-psychology-page .fee-note-section p{font-size:.78rem!important}.counselling-forensic-psychology-page .info-icon{width:18px;height:18px;font-size:.7rem}}@media (max-width:480px){.counselling-forensic-psychology-page .course-fee{padding:1.5rem 0!important}.counselling-forensic-psychology-page .course-fee .section-title{padding:0 .875rem!important;font-size:1.05rem!important}.counselling-forensic-psychology-page .fee-wrapper{padding:.875rem!important}.counselling-forensic-psychology-page .fee-amount{font-size:2.2rem!important}.counselling-forensic-psychology-page .fee-option-amount{font-size:1.1rem!important}}@media (max-width:375px){.counselling-forensic-psychology-page .fee-amount{font-size:2rem!important}.counselling-forensic-psychology-page .fee-option-amount{font-size:1rem!important}}@media (max-width:768px){.counselling-forensic-psychology-page .skills-section{padding:1.75rem 0!important}.counselling-forensic-psychology-page .skills-section .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-forensic-psychology-page .skills-list{grid-template-columns:1fr!important;gap:.6rem!important;padding:0 1rem!important}.counselling-forensic-psychology-page .skills-list li{border-radius:18px;gap:.75rem;padding:.8rem 1rem!important}.counselling-forensic-psychology-page .skill-checkmark{width:20px;min-width:20px;height:20px}.counselling-forensic-psychology-page .skill-checkmark svg{width:12px;height:12px}.counselling-forensic-psychology-page .skill-text{line-height:1.5;font-size:.82rem!important}.counselling-forensic-psychology-page .other-programs{padding:2rem 0!important}.counselling-forensic-psychology-page .other-programs .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-forensic-psychology-page .programs-grid{grid-template-columns:1fr!important;gap:.75rem!important}.counselling-forensic-psychology-page .program-card{border-radius:10px;gap:.75rem;padding:1rem!important}.counselling-forensic-psychology-page .program-icon-wrapper{width:44px;height:44px;padding:9px}.counselling-forensic-psychology-page .program-card p{line-height:1.35;font-size:.85rem!important}}@media (max-width:480px){.counselling-forensic-psychology-page .skills-section .section-title,.counselling-forensic-psychology-page .other-programs .section-title{padding:0 .875rem!important;font-size:1.05rem!important}.counselling-forensic-psychology-page .skills-list{padding:0 .875rem!important}.counselling-forensic-psychology-page .skill-text{font-size:.78rem!important}.counselling-forensic-psychology-page .program-icon-wrapper{width:40px;height:40px;padding:8px}.counselling-forensic-psychology-page .program-card p{font-size:.82rem!important}}@media (max-width:375px){.counselling-forensic-psychology-page .skill-text{font-size:.76rem!important}.counselling-forensic-psychology-page .program-card p{font-size:.8rem!important}}@media (max-width:768px){.counselling-forensic-psychology-page{font-family:Roboto,sans-serif}.counselling-forensic-psychology-page h1,.counselling-forensic-psychology-page h2,.counselling-forensic-psychology-page h3,.counselling-forensic-psychology-page h4,.counselling-forensic-psychology-page p,.counselling-forensic-psychology-page li,.counselling-forensic-psychology-page a,.counselling-forensic-psychology-page button,.counselling-forensic-psychology-page input,.counselling-forensic-psychology-page textarea,.counselling-forensic-psychology-page select,.counselling-forensic-psychology-page label,.counselling-forensic-psychology-page span{font-family:inherit!important}}.counselling-forensic-psychology-page h1,.counselling-forensic-psychology-page h2,.counselling-forensic-psychology-page h3,.counselling-forensic-psychology-page h4,.counselling-forensic-psychology-page h5,.counselling-forensic-psychology-page h6,.counselling-forensic-psychology-page .section-title,.counselling-forensic-psychology-page .section-title-white,.counselling-forensic-psychology-page .overview-title,.counselling-forensic-psychology-page .highlights-title{font-family:Roboto,sans-serif!important}@media (max-width:768px){.counselling-forensic-psychology-page .course-syllabus .syllabus-header{gap:.5rem!important;margin-bottom:1.1rem!important}.counselling-forensic-psychology-page .course-syllabus .syllabus-header .section-title{margin-bottom:0!important}.counselling-forensic-psychology-page .course-syllabus .syllabus-buttons{margin-top:0!important}}@media (max-width:480px){.counselling-forensic-psychology-page .course-syllabus .syllabus-header{gap:.3rem!important;margin-bottom:.75rem!important}}.counselling-art-therapy-page{padding-top:152px;overflow-x:hidden}.program-hero-banner{color:#fff;text-align:center;background:linear-gradient(#0e0529 0%,#5a556a 100%);width:100%;padding:5rem 2rem;position:relative;margin-top:0!important}.program-hero-banner h1{text-align:center;text-transform:uppercase;color:#fff;margin:0;font-family:Roboto,sans-serif;font-size:35px;font-weight:600;line-height:1.2;animation:.8s ease-out fadeInUp}.counselling-art-therapy-page .highlights-section .highlights-content{grid-template-columns:50% 45%;align-items:end;gap:3rem;display:grid}@media (max-width:1440px){.counselling-art-therapy-page .highlights-section .highlights-content{grid-template-columns:53% 42%;gap:2rem}}@media (max-width:1200px){.counselling-art-therapy-page .highlights-section .highlights-content{grid-template-columns:55% 40%;gap:1.5rem}}.counselling-art-therapy-page .highlights-section .highlights-image{justify-content:flex-start;align-items:flex-end;width:100%;display:flex}.counselling-art-therapy-page .highlights-section .highlights-image img{object-fit:contain;z-index:1;width:125%;max-width:none;height:auto;display:block;position:relative;transform:translate(60px)}.counselling-art-therapy-page .highlights-section{padding:2rem 0 0}.counselling-art-therapy-page .highlights-section .highlights-text{padding-top:0;padding-bottom:1.5rem;padding-right:2%}.counselling-art-therapy-page .highlights-section .highlights-subtitle{margin-top:0;margin-bottom:.75rem;font-size:.85rem}.counselling-art-therapy-page .highlights-section .highlights-title{margin-bottom:1rem;font-size:1.5rem}.counselling-art-therapy-page .highlights-section .batch-box{padding:1rem}.counselling-art-therapy-page .highlights-section .batch-box h3{padding-left:2.5rem;font-size:.95rem}.counselling-art-therapy-page .highlights-section .batch-details{padding-left:2.5rem}.counselling-art-therapy-page .highlights-section .batch-details li{font-size:.85rem}@media (max-width:768px){.counselling-art-therapy-page{-webkit-overflow-scrolling:touch;padding-top:0}.program-hero-banner{margin-top:80px;padding:3rem 1.5rem}.program-hero-banner h1{font-size:24px}.counselling-art-therapy-page .highlights-section .highlights-content{grid-template-columns:1fr;justify-items:center;gap:1.5rem}.counselling-art-therapy-page .highlights-section .highlights-image{box-sizing:border-box;justify-self:center;place-items:center;width:100%;max-width:350px;margin:0 auto;padding:0;display:grid}.counselling-art-therapy-page .highlights-section .container{box-sizing:border-box;padding-left:1rem;padding-right:1rem}.counselling-art-therapy-page .highlights-section .highlights-image img{object-fit:contain;width:100%;max-width:100%;height:auto;margin:0 auto;display:block;transform:none}}@media (max-width:480px){.counselling-art-therapy-page{padding-top:0}.program-hero-banner{margin-top:70px;padding:2.5rem 1rem}.program-hero-banner h1{font-size:20px}.counselling-art-therapy-page .highlights-section .highlights-image{max-width:330px}.counselling-art-therapy-page .highlights-section .highlights-image img{transform:none}}@media (max-width:375px){.counselling-art-therapy-page .highlights-section .highlights-image{max-width:310px}.counselling-art-therapy-page .highlights-section .highlights-image img{transform:none}}@media (max-width:480px){.counselling-art-therapy-page .course-syllabus .syllabus-buttons{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;display:grid}.counselling-art-therapy-page .course-syllabus .syllabus-buttons .apply-now-btn-syllabus,.counselling-art-therapy-page .course-syllabus .syllabus-buttons .download-brochure-btn{box-sizing:border-box;white-space:nowrap;justify-content:center;align-items:center;width:100%;min-width:0;min-height:44px;padding:.6rem;font-size:.75rem;line-height:1.1;display:inline-flex}}.learning-outcomes{background:#fff;padding:3rem 0}.learning-outcomes h2.section-title{color:#000;text-align:left;letter-spacing:.03em;text-transform:uppercase;margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:1.85rem;font-weight:700;line-height:1.2}.learning-outcomes .outcomes-box{background:#e8e4f4;border-radius:12px;padding:1.5rem}.learning-outcomes .outcomes-list{flex-direction:column;gap:.875rem;padding:0;list-style:none;display:flex}.learning-outcomes .outcomes-list li{color:#000;padding-left:3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.1rem;line-height:1.7;position:relative}.learning-outcomes .outcomes-list li:before{content:"✓";color:#fff;background:#1a1260;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;font-weight:700;display:flex;position:absolute;left:0}@media (max-width:768px){.learning-outcomes h2.section-title{margin-bottom:.85rem;font-size:1.25rem!important}.learning-outcomes .outcomes-box{padding:1.1rem}.learning-outcomes .outcomes-list{gap:.75rem}.learning-outcomes .outcomes-list li{padding-left:2.25rem;font-size:.95rem;line-height:1.55}.learning-outcomes .outcomes-list li:before{width:20px;height:20px;font-size:.8rem}}@media (max-width:480px){.learning-outcomes h2.section-title{margin-bottom:.75rem;font-size:1.15rem!important}.learning-outcomes .outcomes-box{padding:1rem}.learning-outcomes .outcomes-list li{padding-left:2.1rem;font-size:.9rem}.learning-outcomes .outcomes-list li:before{width:18px;height:18px;font-size:.75rem}}@media (max-width:768px){.counselling-art-therapy-page .overview-section .overview-title,.counselling-art-therapy-page .overview-title{letter-spacing:.4px;line-height:1.2;font-size:1.25rem!important}.counselling-art-therapy-page .overview-section .overview-text p,.counselling-art-therapy-page .overview-text p{line-height:1.6;font-size:.82rem!important}}@media (max-width:480px){.counselling-art-therapy-page .overview-section .overview-title,.counselling-art-therapy-page .overview-title{letter-spacing:.35px;font-size:1.05rem!important}.counselling-art-therapy-page .overview-section .overview-text p,.counselling-art-therapy-page .overview-text p{font-size:.78rem!important}}@media (max-width:375px){.counselling-art-therapy-page .overview-section .overview-title,.counselling-art-therapy-page .overview-title{font-size:.98rem!important}.counselling-art-therapy-page .overview-section .overview-text p,.counselling-art-therapy-page .overview-text p{font-size:.76rem!important}.enroll-now-btn{z-index:10;position:relative;pointer-events:auto!important;cursor:pointer!important;min-width:120px!important;min-height:44px!important}}@media (max-width:768px){.counselling-art-therapy-page .course-fee{padding:1.75rem 0!important}.counselling-art-therapy-page .course-fee .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-art-therapy-page .fee-wrapper{padding:1rem!important}.counselling-art-therapy-page .fee-content{grid-template-columns:1fr!important;gap:.75rem!important}.counselling-art-therapy-page .main-fee{min-height:unset!important;padding:.75rem .25rem!important}.counselling-art-therapy-page .fee-label{font-size:.9rem!important}.counselling-art-therapy-page .fee-amount{line-height:1.1;font-size:2.6rem!important}.counselling-art-therapy-page .fee-note{font-size:.82rem!important}.counselling-art-therapy-page .fee-options{grid-template-columns:1fr!important;gap:.6rem!important}.counselling-art-therapy-page .fee-option{padding:1rem!important}.counselling-art-therapy-page .fee-option-label{font-size:.7rem!important}.counselling-art-therapy-page .fee-option-amount{font-size:1.25rem!important}.counselling-art-therapy-page .fee-month-text{font-size:.75rem!important}.counselling-art-therapy-page .fee-option-note{font-size:.7rem!important}.counselling-art-therapy-page .fee-note-section{padding:.75rem 1rem!important}.counselling-art-therapy-page .fee-note-section p{font-size:.78rem!important}.counselling-art-therapy-page .info-icon{width:18px;height:18px;font-size:.7rem}}@media (max-width:480px){.counselling-art-therapy-page .course-fee{padding:1.5rem 0!important}.counselling-art-therapy-page .course-fee .section-title{padding:0 .875rem!important;font-size:1.05rem!important}.counselling-art-therapy-page .fee-wrapper{padding:.875rem!important}.counselling-art-therapy-page .fee-amount{font-size:2.2rem!important}.counselling-art-therapy-page .fee-option-amount{font-size:1.1rem!important}}@media (max-width:375px){.counselling-art-therapy-page .fee-amount{font-size:2rem!important}.counselling-art-therapy-page .fee-option-amount{font-size:1rem!important}}@media (max-width:768px){.counselling-art-therapy-page .skills-section{padding:1.75rem 0!important}.counselling-art-therapy-page .skills-section .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-art-therapy-page .skills-list{grid-template-columns:1fr!important;gap:.6rem!important;padding:0 1rem!important}.counselling-art-therapy-page .skills-list li{border-radius:18px;gap:.75rem;padding:.8rem 1rem!important}.counselling-art-therapy-page .skill-checkmark{width:20px;min-width:20px;height:20px}.counselling-art-therapy-page .skill-checkmark svg{width:12px;height:12px}.counselling-art-therapy-page .skill-text{line-height:1.5;font-size:.82rem!important}.counselling-art-therapy-page .other-programs{padding:2rem 0!important}.counselling-art-therapy-page .other-programs .section-title{margin-bottom:1rem!important;padding:0 1rem!important;font-size:1.15rem!important}.counselling-art-therapy-page .programs-grid{grid-template-columns:1fr!important;gap:.75rem!important}.counselling-art-therapy-page .program-card{border-radius:10px;gap:.75rem;padding:1rem!important}.counselling-art-therapy-page .program-icon-wrapper{width:44px;height:44px;padding:9px}.counselling-art-therapy-page .program-card p{line-height:1.35;font-size:.85rem!important}}@media (max-width:480px){.counselling-art-therapy-page .skills-section .section-title,.counselling-art-therapy-page .other-programs .section-title{padding:0 .875rem!important;font-size:1.05rem!important}.counselling-art-therapy-page .skills-list{padding:0 .875rem!important}.counselling-art-therapy-page .skill-text{font-size:.78rem!important}.counselling-art-therapy-page .program-icon-wrapper{width:40px;height:40px;padding:8px}.counselling-art-therapy-page .program-card p{font-size:.82rem!important}}@media (max-width:375px){.counselling-art-therapy-page .skill-text{font-size:.76rem!important}.counselling-art-therapy-page .program-card p{font-size:.8rem!important}}@media (max-width:768px){.counselling-art-therapy-page{font-family:Roboto,sans-serif}.counselling-art-therapy-page h1,.counselling-art-therapy-page h2,.counselling-art-therapy-page h3,.counselling-art-therapy-page h4,.counselling-art-therapy-page p,.counselling-art-therapy-page li,.counselling-art-therapy-page a,.counselling-art-therapy-page button,.counselling-art-therapy-page input,.counselling-art-therapy-page textarea,.counselling-art-therapy-page select,.counselling-art-therapy-page label,.counselling-art-therapy-page span{font-family:inherit!important}}.counselling-art-therapy-page h1,.counselling-art-therapy-page h2,.counselling-art-therapy-page h3,.counselling-art-therapy-page h4,.counselling-art-therapy-page h5,.counselling-art-therapy-page h6,.counselling-art-therapy-page .section-title,.counselling-art-therapy-page .section-title-white,.counselling-art-therapy-page .overview-title,.counselling-art-therapy-page .highlights-title,.counselling-art-therapy-page .learning-outcomes h2.section-title{font-family:Roboto,sans-serif!important}@media (max-width:768px){.counselling-art-therapy-page .course-syllabus .syllabus-header{gap:.5rem!important;margin-bottom:1.1rem!important}.counselling-art-therapy-page .course-syllabus .syllabus-header .section-title{margin-bottom:0!important}.counselling-art-therapy-page .course-syllabus .syllabus-buttons{margin-top:0!important}}@media (max-width:480px){.counselling-art-therapy-page .course-syllabus .syllabus-header{gap:.3rem!important;margin-bottom:.75rem!important}}@media (max-width:768px){.enroll-now-btn{z-index:10;color:#fff;background:#0e0529;border:none;border-radius:50px;justify-content:center;align-items:center;position:relative;cursor:pointer!important;pointer-events:auto!important;min-height:44px!important;padding:.8rem 1.75rem!important;font-size:.9rem!important;display:inline-flex!important}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#1a237e;--primary-dark:#283593;--primary-light:#3f51b5;--accent-yellow:#ffc107;--accent-red:#f44336;--accent-blue:#03a9f4;--accent-pink:#e91e63;--text-dark:#333;--text-light:#666;--bg-light:#f8f9fa;--white:#fff}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:var(--text-dark);background-color:var(--white);-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}input,textarea,select,button{font-family:inherit;font-size:inherit;line-height:inherit;appearance:none;border-radius:0}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],textarea{appearance:none;border-radius:0}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=password]:focus,textarea:focus,select:focus{appearance:none;outline:none}button{appearance:none;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:0;padding:0}img{max-width:100%;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto;backface-visibility:hidden;display:block;transform:translateZ(0)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{color:var(--primary-color);text-align:center;margin-bottom:3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2.5rem;font-weight:700}::-webkit-scrollbar{width:0;height:0;display:none}::-webkit-scrollbar-track{display:none}::-webkit-scrollbar-thumb{display:none}*{scrollbar-width:none;-ms-overflow-style:none}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:.6s ease-out fadeIn}.fade-in-up{animation:.8s ease-out fadeInUp}.fade-in-down{animation:.8s ease-out fadeInDown}.fade-in-left{animation:.8s ease-out fadeInLeft}.fade-in-right{animation:.8s ease-out fadeInRight}.scale-in{animation:.6s ease-out scaleIn}.slide-in{animation:.8s ease-out slideIn}.animate-on-scroll{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.scroll-from-left{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translate(-50px)}.scroll-from-left.animated{opacity:1;transform:translate(0)}.scroll-from-right{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translate(50px)}.scroll-from-right.animated{opacity:1;transform:translate(0)}.scroll-from-center{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:scale(.9)}.scroll-from-center.animated{opacity:1;transform:scale(1)}.scroll-from-left:first-child,.scroll-from-right:first-child,.scroll-from-center:first-child{transition-delay:.1s}.scroll-from-left:nth-child(2),.scroll-from-right:nth-child(2),.scroll-from-center:nth-child(2){transition-delay:.2s}.scroll-from-left:nth-child(3),.scroll-from-right:nth-child(3),.scroll-from-center:nth-child(3){transition-delay:.3s}.scroll-from-left:nth-child(4),.scroll-from-right:nth-child(4),.scroll-from-center:nth-child(4){transition-delay:.4s}.scroll-from-left:nth-child(5),.scroll-from-right:nth-child(5),.scroll-from-center:nth-child(5){transition-delay:.5s}.scroll-from-left:nth-child(6),.scroll-from-right:nth-child(6),.scroll-from-center:nth-child(6){transition-delay:.6s}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}@media (max-width:768px){.section-title,h2.section-title,.section-title h2,h2{font-size:1.3rem!important}.container{padding:0 1rem}.section-title,h2.section-title,.section-title h2,h2{margin-bottom:2rem;font-size:1.2rem!important}h3,.section-title h3,h3.section-title,.profile-title,h3.profile-title{font-size:1.05rem!important}h4,.profile-name,h4.profile-name{font-size:.95rem!important}body{font-size:.95rem}}@media (max-width:480px){.container{padding:0 .75rem}.section-title,h2.section-title,.section-title h2,h2{margin-bottom:1.5rem;font-size:1.1rem!important}h3,.section-title h3,h3.section-title,.profile-title,h3.profile-title{font-size:.95rem!important}h4,.profile-name,h4.profile-name{font-size:.85rem!important}body{font-size:.9rem}h1{font-size:1.75rem}}@media (max-width:768px){button,a,input,textarea,select{min-width:44px;min-height:44px}}html,body{max-width:100%;overflow-x:hidden}@media (max-width:768px){*{-webkit-tap-highlight-color:#0000001a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{-moz-text-size-adjust:100%;text-size-adjust:100%}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (max-width:360px){.container{padding:0 .5rem}body{font-size:.85rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}}@media screen and (min-width:1440px) and (max-width:1680px){.container{max-width:1320px;padding:0 2.5rem}}@media screen and (min-width:1680px) and (max-width:1920px){.container{max-width:1600px;padding:0 3rem}}@media screen and (min-width:1920px) and (max-width:2560px){.container{max-width:1800px;padding:0 3.5rem}}@media screen and (min-width:2560px){.container{max-width:2400px;padding:0 4rem}.section-title{font-size:3rem}}@supports ((-webkit-appearance:none)){body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media screen and (max-width:375px) and (max-height:667px){.container{padding:0 .875rem}body{font-size:.9rem}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}button,.cta-button,.apply-now-btn{min-width:44px;min-height:44px;padding:.75rem 1.5rem;font-size:.9rem}}@media screen and (max-width:375px) and (min-height:667px){.container{padding:0 1rem}}@media screen and (min-width:376px) and (max-width:414px) and (max-height:736px){.container{padding:0 1.25rem}body{font-size:.95rem}h1{font-size:1.75rem}h2{font-size:1.4rem}}@media screen and (max-width:375px) and (min-height:812px){.container{padding:0 1rem}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}@media screen and (min-width:376px) and (max-width:414px) and (min-height:896px){.container{padding:0 1.25rem}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}@media screen and (min-width:390px) and (max-width:428px) and (min-height:844px){.container{padding:0 1.5rem}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}h1{font-size:1.85rem}h2{font-size:1.5rem}}@media screen and (min-width:428px) and (max-width:480px) and (min-height:926px){.container{padding:0 1.75rem}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}h1{font-size:2rem}h2{font-size:1.6rem}}@media screen and (min-width:393px) and (max-width:393px) and (min-height:852px){.container{padding:0 1.5rem}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}@media screen and (min-width:430px) and (max-width:430px) and (min-height:932px){.container{padding:0 1.75rem}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}@supports (-webkit-touch-callout:none){html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}:root{--vh:1vh}button,a,input,textarea,select,.cta-button,.apply-now-btn{-webkit-tap-highlight-color:#0000001a;touch-action:manipulation;min-width:44px;min-height:44px}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],textarea,select{font-size:16px!important}input,textarea,select{-webkit-appearance:none;border-radius:0}.header{position:fixed;transform:translateZ(0)}.hero-gradient-overlay,.banner-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-slide,.admissions-banner{transform:translateZ(0);-webkit-background-size:cover!important;background-size:cover!important;background-attachment:scroll!important}.animated{transform:translateZ(0)}p,span,h1,h2,h3,h4,h5,h6,li,a{-webkit-user-select:text;user-select:text}}@media screen and (max-height:500px) and (orientation:landscape){.hero-slide{height:100vh;min-height:100vh}.hero-content{padding:1rem}.hero-text h1{font-size:1.5rem}.tagline{font-size:.9rem}.container{padding:0 1rem}.section-title{margin-bottom:1.5rem}}@media screen and (max-width:667px) and (max-height:375px) and (orientation:landscape){.container{padding:0 .75rem}body{font-size:.85rem}h1{font-size:1.4rem}h2{font-size:1.2rem}}@media screen and (max-width:812px) and (max-height:375px) and (orientation:landscape){.container{padding:0 1rem}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}@media screen and (max-width:844px) and (max-height:390px) and (orientation:landscape){.container{padding:0 1.25rem}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (pointer:coarse){button,a,.cta-button,.apply-now-btn,.mobile-menu-toggle{min-width:44px;min-height:44px;padding:.75rem 1.5rem}.nav a{padding:.875rem 0}.dropdown-menu{margin-top:.5rem}}@supports (padding:max(0px)){.header{padding-top:max(1rem,env(safe-area-inset-top))}.footer{padding-bottom:max(2rem,env(safe-area-inset-bottom))}.container{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}@media (pointer:fine) and (hover:hover){button:hover,a:hover,.cta-button:hover{transition:all .3s;transform:translateY(-2px)}*{scroll-behavior:smooth}}@media screen and (-webkit-min-device-pixel-ratio:2){body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media (min-width:769px){.mobile-only{display:none!important}}@media (max-width:768px){.desktop-only{display:none!important}}@media screen and (max-width:480px){.iphone-hide{display:none!important}}@media screen and (min-width:1440px){.mac-show{display:block!important}}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],textarea,select{appearance:none;border-radius:4px;transition:border-color .3s,box-shadow .3s}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px #1a237e1a}button,input[type=button],input[type=submit],input[type=reset]{appearance:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width:768px){input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],textarea,select{font-size:16px}}input[type=checkbox],input[type=radio]{appearance:none}h1,h2,h3,h4,h5,h6,p,span,div,a,li,td,th{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{-webkit-tap-highlight-color:#0000001a;-webkit-touch-callout:none;transition:color .3s}@supports ((-webkit-appearance:none)) and (not (-webkit-touch-callout:none)){body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}}@supports (-webkit-touch-callout:none){html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-text-size-adjust:100%;text-size-adjust:100%}.full-height{height:100vh;height:-webkit-fill-available}button,a,input[type=button],input[type=submit],.whatsapp-float{-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-width:44px;min-height:44px;pointer-events:auto!important;cursor:pointer!important}}@supports not ((-webkit-appearance:none)){body{font-smooth:always;-webkit-font-smoothing:antialiased}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
