@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--primary-color:#420d8c;--primary-light:#f0e6ff;--text-dark:#282828;--text-medium:#555;--white:#fff;--border-radius:30px;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{color:var(--text-dark);background-color:var(--white)}body,html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}.scrollContainer{-webkit-overflow-scrolling:touch}@supports (-webkit-touch-callout:none){.testimonials .cards-container{scroll-snap-type:x mandatory}.scrollItem{scroll-snap-align:start;flex:0 0 auto;width:calc(100% - 20px);max-width:420px}}@media (pointer:coarse){.cards-container{transform:translateZ(0);-webkit-transform:translateZ(0)}}a{text-decoration:none}html{scroll-behavior:smooth}.container-nav{max-width:1300px;margin:0 auto;padding:7px 20px;border:1px solid rgb(143,141,141);border-radius:200px}.intro .container{max-width:1300px;padding:0 20px;height:600px}.globalIcon{width:25px;height:25px}header{padding:20px;position:relative}.section-header{font-weight:600;font-size:40px;text-align:center;line-height:60px;margin-bottom:4rem}.header-content{display:flex;justify-content:space-between;position:relative}.logo{display:flex;align-items:center}.logo img{height:50px}nav{gap:10px}.main-nav,nav{display:flex;align-items:center}.main-nav{list-style:none;gap:0}.main-nav li{position:relative}.main-nav a{text-decoration:none;color:#333;font-weight:500;font-size:16px;padding:20px 10px;display:block}.nav-buttons{display:flex;gap:10px}.btn{padding:8px 16px;border-radius:4px}.btn-primary{background:#2c3e94;color:#fff}.nav-dropdown{display:none;position:absolute;top:100%;left:0;width:250px;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.1);border-radius:4px;z-index:1000;height:max-content}.has-dropdown.active .nav-dropdown{display:flex}.nav-sidebar{width:100%;background:white}.sidebar-menu{list-style:none;padding:0;margin:0}.sidebar-item{cursor:pointer;transition:background .2s}.sidebar-item.active{background:#F3EAFF}.sidebar-item .sidebar-link:hover{color:#2c3e94}.sidebar-link{text-decoration:none;color:#333;display:block;font-size:14px}.content-dropdown{display:none;position:absolute;left:250px;top:0;width:400px;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.1);transform:translateX(0);opacity:0;transition:transform .3s ease,opacity .3s ease;border-radius:0 4px 4px 0;max-height:max-content;min-height:100%}.content-dropdown.active{display:block;transform:translateX(0);opacity:1}.content-heading{font-size:18px;font-weight:600;margin-bottom:15px;color:#333}.content-subheading{font-size:16px;font-weight:500;margin:10px 0;color:#555}.content-list{list-style:none;padding:0;margin:0}.content-item.active,.content-item:hover{background:#F3EAFF}.content-link{text-decoration:none;color:#555;font-size:14px;display:block;padding:8px 0;transition:color .2s}.mobile-menu-container,.mobile-nav{display:none}.mobile-menu-container.active{display:block;left:0}.mobile-menu-overlay{display:none}.desktop-nav,.mobile-menu-overlay.active{display:block}@media (max-width:1070px){header{padding:10px!important}.logo a{line-height:0}.desktop-nav{display:none}.mobile-nav{display:block;width:100%;padding:0}.mobile-nav .header-content{display:flex;align-items:center;padding:10px 15px;position:relative}.hamburger-wrapper{position:absolute;top:7px;left:15px}.hamburger{font-size:24px;background:none;border:none;cursor:pointer;padding:5px}.mobile-nav .logo{margin:0 auto;text-align:center}.mobile-nav .logo img{max-height:40px}.mobile-menu-container{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;box-shadow:2px 0 10px rgba(0,0,0,.1);z-index:1001;overflow-y:auto;transition:left .3s ease}.mobile-menu-container.active{left:0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;display:none}.mobile-menu-overlay.active{display:block}.mobile-menu-header{display:flex;justify-content:flex-end;padding:15px;border-bottom:1px solid #eee}.close-menu{background:none;border:none;font-size:20px;cursor:pointer;color:#333}.mobile-main-nav{list-style:none;padding:0;margin:0;width:100%}.mobile-main-nav li{border-bottom:1px solid #eee}.mobile-main-nav li a{display:block;padding:15px 20px;text-decoration:none;color:#333;font-size:16px}.mobile-nav-menu{padding:10px 0}.mobile-dropdown-trigger{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer}.mobile-dropdown-trigger a{text-decoration:none;color:#333;font-size:16px;flex-grow:1;padding:0!important}.dropdown-icon{width:20px;font-size:12px;transition:transform .3s ease}.mobile-dropdown.active .mobile-dropdown-trigger .dropdown-icon,.mobile-submenu.active .mobile-submenu-trigger .dropdown-icon{transform:rotate(180deg)}.mobile-dropdown-content{display:none;list-style:none;padding:0;margin:0;background:#f9f9f9}.mobile-dropdown.active .mobile-dropdown-content{display:block}.mobile-submenu-trigger{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 12px 30px;cursor:pointer;font-size:15px;color:#444}.mobile-submenu-content{display:none;list-style:none;padding:0;margin:0;background:#f1f1f1}.mobile-submenu.active .mobile-submenu-content{display:block}.mobile-submenu-content li a{padding:10px 20px 10px 40px;font-size:14px;color:#555}.mobile-contact-us{color:#333;font-weight:400}}.btn{padding:10px 25px;border-radius:var(--border-radius);font-size:16px;font-weight:500;cursor:pointer;text-decoration:none;transition:var(--transition);display:flex;align-items:center;justify-content:center;text-align:center}.btn-primary{background-color:var(--primary-color);color:var(--white);border:none}.btn-primary:hover{background-color:#3a1070}.btn-outline{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-light)}.hero{padding:30px 0;overflow:hidden}.hero-content-wrapper{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:0}.hero-text-left{flex:2 1}.hero-text-right{flex:1 1;padding-top:10px}.hero-text-left h1{font-size:48px;font-weight:700;line-height:1.2}.hero-text-left h1 .highlight{color:var(--primary-color)}.hero-text-right p{font-size:16px;line-height:1.6;margin-bottom:30px;color:var(--text-medium)}.cta-buttons{display:flex;gap:20px}.hero-image-container{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-top:20px}.hero-image-container img{width:100%;height:auto}.enquire-now-btn{position:fixed;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:right bottom;z-index:100}.enquire-now-btn button{background-color:#611dba;color:var(--white);border:none;padding:12px 25px;border-top-left-radius:9px;border-top-right-radius:9px;font-weight:500;cursor:pointer;transition:var(--transition)}.courses{padding:30px 0;background-color:#fff;margin-bottom:18rem}.courses-header{text-align:center;max-width:700px;margin:0 auto 30px}.courses-header h2{font-size:32px;font-weight:600;margin-bottom:10px;color:#282828}.courses-header p{font-size:18px;line-height:1.6;color:var(--text-medium)}.courses-cta{display:flex;justify-content:center;gap:20px;margin-bottom:80px}.courses-carousel-container{position:relative;overflow:hidden;margin:0 -20px;padding:0 20px}.courses-carousel{display:flex;gap:45px;overflow-x:scroll;scroll-behavior:smooth;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none;margin:auto;scroll-snap-type:x mandatory}.courses-carousel::-webkit-scrollbar{display:none}.course-card{min-width:380px;flex:0 0 380px;border-radius:32px;overflow:hidden;background-color:#fff;border:1px solid #493c2b24;display:flex;flex-direction:column}.course-card-image{height:209px;overflow:hidden;background:white;display:flex;justify-content:center;box-shadow:0 0 38.28px -13.11px #b5b5b540}.course-card-image img{height:auto;object-fit:cover}.course-card-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.course-card-title{font-size:20px;font-weight:500;margin-bottom:10px;color:var(--text-dark);line-height:28px}.course-card-description{font-size:14px;line-height:24px;font-weight:400;color:var(--text-dark);margin-bottom:15px}.course-highlights{margin-top:18px}.highlights-title{font-weight:600;font-size:16px;margin-bottom:10px}.highlights-list{list-style:none;padding:0}.highlights-list li{padding-left:20px;position:relative;margin-bottom:8px;font-size:14px;line-height:1.5}.highlights-list li:before{content:"•";position:absolute;left:0;color:var(--primary-color)}.view-details{display:inline-flex;align-items:center;color:var(--primary-color);font-weight:500;font-size:14px;text-decoration:none;margin-top:auto;transition:var(--transition)}.view-details svg{margin-left:5px;transition:transform .3s}.view-details:hover{color:darken(var(--primary-color),10%)}.view-details:hover svg{transform:translateX(3px)}.carousel-navigation{display:flex;justify-content:space-between;margin-top:30px;margin-bottom:35px;position:relative;top:-274px}.carousel-arrow{width:50px;height:50px;border-radius:50%;border:1px solid #ede0ff;background-color:#f8f7ff;color:var(--primary-color);display:flex;align-items:center;justify-content:center;cursor:pointer}.carousel-arrow:hover{box-shadow:1px black;border-color:#d0c0f0}.carousel-arrow:disabled{opacity:0;cursor:not-allowed}@media screen and (max-width:768px){.courses-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px}.course-card{width:100%;min-width:100%;max-width:100%;flex:0 0 100%}}@media screen and (max-width:992px){.hero-content-wrapper{flex-direction:column;gap:20px}.hero-text-left,.hero-text-right{max-width:100%}.cta-buttons{justify-content:flex-start}nav{flex-direction:column;align-items:flex-end}.main-nav{margin-bottom:15px}}@media screen and (max-width:768px){.header-content{flex-direction:column}.main-nav{flex-wrap:wrap;justify-content:center;gap:10px;margin-right:0}.main-nav li{margin:5px}.main-nav a{padding:6px 12px;font-size:14px}.hero-text-left h1{font-size:36px}.btn{width:100%}}.course-section{background-color:#f6f5ff;padding:60px 0}.course-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.course-text{flex:1 1;min-width:300px;max-width:600px}.course-text .small-heading{font-size:14px;color:#7a7a7a;margin-bottom:8px}.course-text h1{font-size:28px;color:#2d2d2d;margin-bottom:16px}.course-text ul{list-style:none;padding:0;margin:0 0 10px;color:#4b4b4b}.copywrite{display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;width:100%;max-width:1300px}.copywrite p{font-size:14px}.copywrite .policy-links{font-size:13px}.copywrite .policy-links a{text-decoration:none;color:black}.course-text ul li:before{content:"● ";color:#5f3dc4}.course-text p{margin-bottom:10px;color:#5b5b5b}.button-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.course-image img{width:100%;max-width:500px;border-radius:20px;margin-top:20px}.container{max-width:1300px;margin:0 auto;padding:0 20px}.board-section{background-color:#fff}.hero-box{display:flex;background-color:#f4f1fe;border-radius:20px;overflow:hidden;margin-bottom:60px}.hero-content{flex:1 1;padding:40px}.hero-image{flex:1 1}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-tagline{color:#8b8b8b;font-size:14px;margin-bottom:10px}.hero-title{font-size:28px;font-weight:700;color:#2c007f;margin-bottom:20px}.hero-details{list-style:none;margin-bottom:30px;line-height:1.6}.hero-buttons button{margin-right:15px;padding:12px 20px;border-radius:8px;font-size:14px;cursor:pointer}.primary-btn{background-color:#4d1bcd;color:#fff;border:none}.outline-btn{background:#fff;color:#4d1bcd;border:1px solid #4d1bcd}.why-choose{display:flex;align-items:center;flex-direction:column;margin-bottom:8rem;background-color:#420d8c;.right-course{position:absolute;bottom:-7px;width:100%;max-width:1300px;background-color:#f2f2ff;padding:50px;border-radius:66px;display:flex;flex-direction:row;gap:25px;height:672px;.content{width:60%;background-color:#fff;border-top-left-radius:34px;border-bottom-left-radius:34px;padding:4rem 3rem;.tag{border:1px solid #ededed;background:#fcfcfc;padding:9px 16px;color:#282828;size:12px;width:-moz-fit-content;width:fit-content;border-radius:180px;margin-bottom:20px}.course-info h1{font-size:36px;font-weight:600;color:#420d8c;width:60%;line-height:46px}.course-info{.buttons{margin-top:20px;display:flex;gap:15px}.buttons>a{text-decoration:none}.subheading{font-size:18px;color:#2b2b2b;margin-top:10px}.audience,.duration,.perk{font-size:16px;color:#282828;margin-top:10px}.audience:before,.duration:before,.perk:before{content:"● ";color:#5f3dc4;margin-right:5px}}}.right-course-image{width:40%;border-top-right-radius:34px;border-bottom-right-radius:34px;overflow:hidden;img{width:100%;height:100%;object-fit:cover}}}.right-course-position{height:300px;position:relative;width:100%;max-width:1300px}.why-choose-main{max-width:1300px;margin:3.5rem 0;width:100%;padding-left:20px;padding-right:20px;h2{font-size:48px;font-weight:500;margin-bottom:10px;color:#fff;strong{font-weight:800}}p{font-size:18px;color:#fff;margin-bottom:50px;max-width:800px}.cards-container{display:flex;justify-content:center;flex-wrap:wrap}.card{border:1px solid #ffffff9e;border-radius:32px;padding:20px;width:300px;max-width:100%;color:#fff;img{width:80px}h3{margin-top:2.5rem;font-size:19px;font-weight:500;margin-bottom:2rem;height:40px!important}p{font-weight:400;font-size:14px;margin-bottom:10px}}}.why-choose-stats{width:100%;max-width:1100px;background-image:url(/images/statsBackground.png);background-position:27px;border-radius:27px;display:flex;justify-content:space-between;padding:3rem 6.5rem;position:absolute;.stats-number{font-weight:700;color:#420d8c;font-size:70px}.stats-text{font-size:18px;color:#282828;text-align:center}}.why-choose-stats-position{width:100%;max-width:1100px;position:relative;height:150px}}@media (max-width:768px){.globalIcon{width:20px;height:20px}.copywrite{flex-direction:column;gap:10px}.copywrite p{font-size:14px;text-align:center}.copywrite .policy-links{font-size:13px;text-align:center}.features-grid,.hero-box,.stats-box{flex-direction:column}.stats-box{gap:30px}}.explore-offerings{max-width:1300px;display:flex;flex-direction:column;align-items:center;h2{font-weight:600;font-size:36px;text-align:center;max-width:1100px;line-height:50px;margin-bottom:2rem}.offerings{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;.card{img{width:80px;margin-bottom:1.2rem}border:1px solid #eeeeee9e;box-shadow:0 -1px 19.6px 0 #00000010;border-radius:32px;padding:20px;transition:transform .4s ease,box-shadow .4s ease;transform-style:preserve-3d;will-change:transform;h3{font-size:20px;font-weight:500;margin-bottom:10px;color:#282828}p{font-size:15px;font-weight:400}}}}.offerings .card:hover{transform:perspective(1000px) rotateY(5deg) rotateX(5deg) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.12);z-index:2}.our-programs{display:flex;flex-direction:column;align-items:center;border:2px solid #e5e5e566;box-shadow:3px -2px 3.9px 0 #fcfcfc40;padding:2.5rem 3rem;border-radius:36px;margin:3.8rem 0;h2{margin-bottom:.7rem;font-size:32px}.tabs{display:flex;justify-content:center;gap:30px;margin-bottom:28px;position:relative}.tab{cursor:pointer;padding:8px 16px;font-weight:500;color:#333;border-bottom:2px solid transparent;transition:all .3s ease}.tab.active{color:#420d8c;border-bottom:2px solid #420d8c}.view-all{margin-left:auto;color:#420d8c;text-decoration:none;font-weight:500;display:flex;align-items:center}.tab-content{display:flex;gap:3rem;align-items:center;.image-section,.text-section{width:50%}.image-section{border-radius:24px;object-fit:contain;img{width:100%;border-radius:24px}}}.text-section{h3{font-size:28px;font-weight:600;margin-bottom:1rem}button{margin-top:1.3rem}}}.testimonials{margin-top:1rem;h2{margin-bottom:10px;line-height:46px;font-size:36px}p{text-align:center}.cards-container{display:flex;gap:20px;margin-top:2.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0;.testimonial-card{background:white;padding:24px;border-radius:15px;border:1px solid #493c2b24;text-align:left;display:flex;flex-direction:column;scroll-snap-align:start;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 40px) / 3);max-width:calc((100% - 40px) / 3);min-width:300px;p{font-size:13px;font-weight:400;text-align:left;margin-bottom:1rem}.author{display:flex;align-items:center;margin-top:auto;border-top:1px solid #ededed;padding-top:15px;gap:10px;span{font-size:16px}img{border-radius:50%;width:55px;height:55px}.stars img{height:20px;border-radius:0}}}scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}.scroll-btn1{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;z-index:2;width:40px;height:40px;border-radius:50%;border:1px solid #ede0ff;background-color:#f8f7ff;color:var(--primary-color);display:flex;align-items:center;justify-content:center}.scroll-btn1:hover{box-shadow:0 0 1px black;border-color:#d0c0f0}.scroll-btn1.left1{left:-24px}.scroll-btn1.right1{right:-24px}@media (max-width:390px){.scroll-btn1{width:35px;height:35px}.cards-container{gap:10px;.testimonial-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 10px);max-width:calc(100% - 10px);min-width:0}}}@media (max-width:767px){.cards-container{.testimonial-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 20px);max-width:calc(100% - 20px);min-width:0}}.scroll-btn1{width:35px;height:35px}.scroll-btn1.left1{left:-16px}.scroll-btn1.right1{right:-16px}}@media (min-width:768px){.team-scroll-wrapper{position:relative;width:100%;max-width:1200px;margin:0 auto}}.avatar-initials{width:40px;height:40px;border-radius:50%;background-color:#420D8C;color:white;font-weight:400;font-size:16px;text-transform:uppercase;margin-right:10px}.avatar-initials,.carousel-dots{display:flex;align-items:center;justify-content:center}.carousel-dots{margin-top:2rem;text-align:center;gap:12px}.dot{width:10px;height:10px;border-radius:50%;background-color:#d3d3d3;cursor:pointer;transition:all .3s ease}.dot.active{position:relative}.dot.active:before{content:"";position:absolute;top:-4px;left:-4px;width:16px;height:16px;border-radius:50%;border:1px solid #4b0082}.dot.active{background-color:#4b0082}.read-more{margin-top:3.5rem;display:flex;gap:20px;align-items:center;justify-content:center;.preview-text{font-weight:500}}}.testimonials{.cards-container{flex-wrap:nowrap;overflow-x:scroll;max-width:97%;margin:auto}}@media (max-width:767px){.testimonials{.cards-container{display:flex;flex-wrap:nowrap;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;justify-content:flex-start;max-width:100%;.cards-container{scrollbar-width:none;-ms-overflow-style:none}.testimonial-card{flex:0 0 100%;scroll-snap-align:center;box-sizing:border-box;padding:24px;max-width:420px;min-width:250px}}.carousel-dots{display:flex;justify-content:center;margin-top:1rem}}}.meet-team{margin-top:3.6rem;padding-bottom:1rem;padding-right:20px;padding-left:20px;h2{margin-bottom:10px;font-size:32px}p{text-align:center}.team-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;margin:auto;justify-content:center}.team-container .team-card{max-width:209px}@media (max-width:767px){.meet-team{margin-bottom:0}.meet-team .team-container .team-card{max-width:none}.team-container{display:flex;overflow-x:scroll;gap:20px;flex-wrap:nowrap;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}.team-card{flex:0 0 100%;scroll-snap-align:center;max-width:none}}.team-card{display:flex;flex-direction:column;align-items:center;gap:10px;.avatar{display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:white}.avatar,.avatar img{width:200px;height:250px}.avatar img{border-radius:15px;display:block;object-fit:cover}.info{display:flex;flex-direction:column;min-height:174px;gap:8px;align-items:center;h3{font-size:20px;margin-top:13px}h3,h4{font-weight:600}h4{text-align:center}h5{font-weight:16px;font-size:400;color:#420d8c}.role{font-size:14px;font-weight:400}}.socials{display:flex;gap:12px;img{width:40px}}}}.team-scroll-wrapper{position:relative}.scroll-btn{position:absolute;top:50%;width:35px;height:35px;border-radius:50%;border:1px solid #ede0ff;background-color:#f8f7ff;color:var(--primary-color);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;display:none}.scroll-btn:hover{box-shadow:1px black;border-color:#d0c0f0}.scroll-btn.left{left:0}.scroll-btn.right{right:0}.scroll-btn:hover:not(:disabled){transform:scale(1.1)}.scroll-btn:disabled{opacity:.5;cursor:not-allowed}.scroll-btn.hidden{display:none}.learners_hired_container_top{display:flex;flex-direction:row;max-width:1300px;margin:auto}@media (max-width:767px){.team-container{display:flex;overflow-x:auto;flex-wrap:nowrap;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 1rem;scroll-behavior:smooth}.carousel-navigation .carousel-arrow:first-of-type{margin-left:0}.team-card{flex:0 0 auto;scroll-snap-align:center}.scroll-btn,.scroll-btn1{display:flex;justify-content:center;align-items:center;text-align:center}.learners_hired_container_top{display:flex;flex-direction:column;max-width:1300px;margin:auto}}.affiliations{margin-top:32px;margin-bottom:4rem}.affiliations h2{margin-bottom:10px;font-size:32px}.affiliations p{text-align:center;margin-bottom:2rem}.affiliate-images{width:100%;overflow:hidden;position:relative;padding:2rem 0;background:#F9F9FF}.affiliate-images:after,.affiliate-images:before{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.affiliate-images:before{left:0;background:linear-gradient(90deg,rgba(248,249,250,1),rgba(248,249,250,0))}.affiliate-images:after{right:0;background:linear-gradient(270deg,rgba(248,249,250,1),rgba(248,249,250,0))}.affiliate-images-track{display:flex;align-items:center;animation:scroll-left 30s linear infinite;width:-moz-fit-content;width:fit-content}.affiliate-images img{flex-shrink:0;max-width:293px;height:125px;object-fit:contain;margin:0 40px;padding:15px 20px;background:white;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease;filter:grayscale(20%)}.affiliate-images img:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.15);filter:grayscale(0)}.affiliate-images:hover .affiliate-images-track{animation-play-state:paused}@media (max-width:768px){.affiliate-images-track{animation-duration:25s}.affiliate-images img{max-width:220px;height:80px;margin:0 25px;padding:10px 15px}.affiliate-images:after,.affiliate-images:before{width:50px}}@media (max-width:480px){.affiliations h2{font-size:28px}.affiliate-images-track{animation-duration:20s}.affiliate-images img{max-width:180px;height:80px;margin:0 20px;padding:8px 12px}}@media (max-width:768px){.meet-team{& .team-card{width:100%}}}.contact-form{background-color:#f9f9ff;border-radius:36px;padding:3rem;margin-bottom:3rem;.left-panel,.right-panel{padding:40px}.left-panel{flex:0.9 1;small{font-size:14px}h2{font-size:44px;font-weight:600;margin-bottom:10px;line-height:60px}p{font-size:16px;color:#282828}.contact-info{display:flex;flex-direction:column;gap:0;margin-top:2.5rem;.contact{display:flex;align-items:center;gap:8px;margin-bottom:5px}}}.right-panel{flex:1.1 1;border-radius:12px}.right-panel form{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;gap:25px}.right-panel input,.right-panel textarea{padding:12px;font-size:14px;background-color:transparent}input,textarea{outline:none}.right-panel select{background-color:transparent}.right-panel textarea{resize:vertical;grid-column:1/3}.submit-container{display:flex;justify-content:start}.submit-container button{padding:12px 30px;background-color:#420d8c;color:white;border:none;border-radius:30px;font-size:16px;cursor:pointer;transition:background .3s ease}.submit-container button:hover{background-color:#420d8c}}.footer{background:linear-gradient(180deg,#ffffff,#ddddfb 61.79%);padding:40px;color:#2e2e2e;display:flex;flex-direction:column;align-items:center}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1300px;width:100%}.footer-wrapper{display:flex;flex-direction:column;background-color:#f8f5fe}.footer-container>div{flex:1 1;min-width:220px}.footer-container h3{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:#333}.footer-container h4{font-size:15px;font-weight:600}.footer-container ul{list-style-type:none;padding:0;margin:0 0 1.5rem}.footer-container li{margin:6px 0;font-size:12px;position:relative}.footer-container a{text-decoration:none;color:#333}.footer-container p{font-size:.95rem;line-height:1.5;color:#333}.footer-banner{display:flex;flex-direction:column;justify-content:center;width:100%}.footer-banner h2{width:405px;font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:#333}.footer-banner h3{font-size:14px;font-weight:600;margin-bottom:0}.footer-banner-email{display:flex;align-items:baseline;gap:4px}.footer-banner p{font-size:12px;font-weight:400;margin-bottom:10px}.first-footer-group{display:flex;flex-direction:column}.footer-group{display:flex;gap:40px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;background-color:#470897;color:white;padding:20px;border-radius:8px;width:100%;max-width:1300px;margin-top:2rem}.footer-bottom .logo{font-weight:700;font-size:1.2em}.footer-bottom .logo span{display:block;font-size:.8em;opacity:.8}.social-icons{display:flex;gap:10px}.icon{background:white;color:#470897;border-radius:50%;width:30px;height:30px;font-weight:700;display:flex;justify-content:center;align-items:center}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;overflow:hidden}.modal-content{background-color:#fff;margin:2% auto;padding:30px;border-radius:8px;width:90%;max-width:800px;box-shadow:0 4px 20px rgba(0,0,0,.15);position:relative}.close-modal{position:absolute;top:15px;right:20px;font-size:28px;font-weight:600;color:#aaa;cursor:pointer;transition:color .2s}.close-modal:hover{color:#282d4d}.modal h2{margin-top:0;color:#282828;font-size:32px;font-weight:600;text-align:center;margin-bottom:10px}.modal-subtitle{text-align:center;color:#555;margin-bottom:30px;font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.enquiry-form,.form-row{width:100%}.form-group{display:flex;flex-direction:column}.form-group.full-width{width:100%;margin-bottom:20px}.form-group label{font-weight:500;margin-bottom:8px;color:#282828;font-size:12px}.form-group .optional{color:#888;font-weight:400;font-size:12px}.form-group textarea{padding:16px;border-radius:12px;font-size:12px;width:100%;box-sizing:border-box}.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8B5A8C;box-shadow:0 0 0 3px rgba(139,90,140,.1)}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.testimonials p{margin-bottom:10px}.form-group textarea{resize:vertical;min-height:150px}.checkbox-group{flex-direction:row;align-items:center;gap:10px;margin-bottom:25px}.checkbox-group input[type=checkbox]{width:18px;height:18px;margin-right:10px}.checkbox-group label{margin-bottom:0;font-weight:400}.submit-group{display:flex;justify-content:center}.submit-btn{background-color:#511e9f;border-radius:50px;padding:12px 50px;font-weight:600}.submit-btn:hover{background-color:#41178c}.footer-container div:nth-of-type(3){padding-top:42px}.footer-container div:nth-of-type(3) h3{font-size:1rem}@media (max-width:768px){.form-row{flex-direction:column;gap:15px}.modal-content{padding:25px 20px;width:95%;margin:10% auto}.modal h2{font-size:24px}.footer-container div:nth-of-type(3){padding-top:0}.footer-container div:nth-of-type(3) h3{font-size:1rem}}#enquiry-modal:target{display:block}.customer-team .container{max-width:1300px;margin:0 auto;padding:0 40px}@media (max-width:768px){.customer-team .container{max-width:1300px;margin:0 auto;padding:0 20px}#enquiry-modal{.modal-content{scale:.95;margin:0!important;width:100%;padding:20px;height:98%;overflow:scroll}.modal-subtitle{margin-bottom:10px}.enquiry-form{input{padding:13px 15px}}.enquiry-form .form-row:nth-of-type(2),.full-width{margin-top:20px}.checkbox-group{margin-bottom:20px}}.courses,.hero{padding:10px 0}.hero-content-wrapper{gap:10px!important}.hero-text-right{padding-top:0;p{margin-bottom:20px!important}}.hero-image-container{margin-bottom:2rem}.cta-buttons{flex-direction:row;gap:10px;.btn{padding:10px 12px;font-size:12px}}.courses{margin-bottom:25rem}.why-choose{margin-bottom:7rem;.right-course{padding:15px;border-radius:42px;gap:15px;flex-direction:column-reverse;.right-course-image{width:100%;border-top-left-radius:34px;border-bottom-right-radius:0;height:300px}}.cards-container .card{width:auto}.content{padding:1.5rem!important;width:100%!important;border-top-left-radius:0!important;border-bottom-right-radius:34px!important;.course-info{h1{font-size:30px!important;width:100%!important;line-height:36px!important}p{font-size:14px!important}.buttons{flex-direction:column;button{width:100%;max-width:100%}}}}.why-choose-main{padding:0 1.5rem;h2{font-size:28px;width:100%}p{font-size:14px;margin-bottom:30px}}.cards-container{row-gap:15px;.card{img{width:60px}h3{margin:1rem 0}p{font-size:13px}}}.why-choose-stats-position{height:80px}.why-choose-stats{padding:2rem;gap:20px;.stats-number{text-align:center;font-size:30px}.stats-text{font-size:14px}}}.courses-header{margin-bottom:1rem;h2{line-height:2.5rem;font-size:30px}p{font-size:14px}}.courses-cta{flex-direction:row;gap:10px;a{font-size:11px}margin-bottom:30px}.courses-carousel{gap:21px;margin:0 30px}.course-card{scroll-snap-align:center;.course-card-content{padding:10px;.course-card-title{font-size:18px;line-height:20px;font-weight:600}.course-card-description{font-size:12px;line-height:18px;margin-bottom:5px}.course-highlights{margin-top:5px}.highlights-title{font-size:14px}.highlights-list li{font-size:12px;line-height:1}}.view-details{font-size:12px}}.carousel-navigation{margin-top:10px;margin-bottom:20px;width:100%;position:absolute;top:45%;.carousel-arrow{width:35px;height:35px}.carousel-arrow:disabled{opacity:0}.carousel-prev{left:-15px;position:absolute}.carousel-next{position:absolute;right:25px}}.explore-offerings{.section-header{font-size:24px;line-height:2.5rem;margin-bottom:20px}}.explore-offerings{& .offerings{gap:20px;& .card{img{width:60px;margin-bottom:.75rem}h3{font-size:18px;font-weight:600;margin-bottom:7px}p{font-size:13px}}}.footer,.why-choose{display:none}}.our-programs{padding:13px;margin:2rem 0;.section-header{font-size:24px;font-weight:600;padding-top:20px;margin-bottom:16px;line-height:35px}.tabs{gap:0;.view-all{display:none}.tab{font-size:14px}}.tab-content{gap:1rem;flex-direction:column-reverse;.image-section,.text-section{width:100%}.text-section{h3{font-weight:600;font-size:24px;line-height:34px}.btn{font-size:12px;padding:10px 12px;max-width:120px}}}}.customer-team{margin-top:3rem;margin-bottom:0}.testimonials{.section-header{font-size:24px;line-height:2.1rem;margin-bottom:10px}}.testimonials p{margin-bottom:10px}.meet-team{margin-top:2rem;margin-bottom:2rem;padding-bottom:2rem;.section-header{font-size:30px;line-height:2.5rem;margin-bottom:20px}.team-container{margin-top:2.3rem}& .team-card{.info{h3{font-size:24px;margin-top:10px;text-align:center}.role,h4{font-size:13px}.socials{gap:8px}}}}.contact-form{padding:20px;flex-direction:column;gap:20px;.left-panel{padding:0;h2{font-size:29px;line-height:2.5rem;margin-bottom:5px}.contact-info{margin-top:1rem;.contact{align-items:center;span{display:flex}svg{width:40px;height:40px}}}}.right-panel{padding:0}}.footer{padding:20px;.footer-container{flex-direction:column;width:100%;gap:10px!important}.footer-bottom{.logo{justify-content:flex-start!important}.logo img{height:40px}}.first-footer-group{order:1}.footer-container li{max-width:90%}.first-footer-group li{max-width:100%!important}.footer-banner h2{width:100%}}}.why-choose .why-choose-main .cards-container .card{box-shadow:0 10px 20px rgba(0,0,0,.08);transition:transform .4s ease,box-shadow .4s ease;transform-style:preserve-3d;will-change:transform}.why-choose .why-choose-main .cards-container .card:hover{transform:perspective(1000px) rotateY(5deg) rotateX(5deg) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.12);z-index:2}.global-learning-section{padding:50px 30px 0;max-width:1300px;margin:auto}.global-learning-section h2{font-size:32px;font-weight:600;margin-bottom:24px;position:relative;line-height:1.3}.global-learning-section p{font-size:16px;font-weight:400;color:black}.global-learning-section strong{color:#1c1c1c}.board360__vm-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin-top:40px}.board360__content-panel{flex:1 1;min-width:300px;background-color:#F9F8FF;border-radius:10px;padding:40px 30px;display:flex;flex-direction:column;justify-content:flex-start}.board360__content-panel p strong{font-weight:600}.board360__panel-heading{font-size:28px;font-weight:600;margin-bottom:25px;color:#1a1a1a;text-align:center}.board360__panel-text{text-align:center;font-size:16px;font-weight:400;line-height:1.6}.board360__text-emphasis{font-weight:700}.difference-section{display:flex;align-items:center;background-color:#F9F8FF;border-radius:16px;box-shadow:0 8px 16px rgba(0,0,0,.06);padding:40px;overflow:hidden;max-width:1300px;margin:60px auto;gap:20px}.difference-section .content ul li strong{font-weight:600}.content{padding:40px}.content h2{font-size:32px;margin-bottom:20px;color:#2c2c2c}.content ul{list-style:disc;padding-left:20px;color:#444}.content li{font-size:16px;font-weight:400;margin-bottom:5px;line-height:1.6}.content strong{color:#000}.image{flex:1 1}.image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.learn-section{display:flex;align-items:center;justify-content:center;padding:0 40px;max-width:1300px;margin:auto;gap:60px;flex-wrap:wrap}.left-image img{width:100%;max-width:400px;border-radius:16px;object-fit:cover}.right-content{max-width:600px}.tag{display:inline-block;padding:10px 20px;background-color:#f4f4f4;border-radius:999px;font-size:14px;font-weight:400;margin-bottom:16px;color:#333}.right-content h2{font-size:34px;font-weight:600;margin:0 0 20px;color:#1e1e1e}.right-content p{font-size:16px;font-weight:400;line-height:1.6;color:#555;margin-bottom:30px}.cta-button{padding:14px 30px;border-radius:999px;font-size:16px;display:inline-block}.join-section{background:linear-gradient(to bottom right,#f7f5ff,#f9f9ff);padding:30px;text-align:center;border-radius:20px;max-width:1000px;margin:40px auto 0}.join-content h2{font-size:30px;font-weight:600;color:#2c2c2c;margin-bottom:20px}.join-content p{color:#444;line-height:1.6;max-width:600px;margin:0 auto 30px}.join-button,.join-content p{font-size:16px;font-weight:400}.join-button{display:inline-block;background-color:#4b0082;color:#ffffff;padding:14px 28px;border-radius:999px;text-decoration:none;transition:background .3s ease}.join-button:hover{background-color:#360060}.contact span:last-child{margin-left:15px}.submit-container{display:flex;justify-content:start}@media (max-width:1024px){.placement_banner_container{padding:0 15px}.placement_banner_title{font-size:1.5rem}.placement_banner_overlay{padding:15px}.global-learning-section{padding:40px 20px}.global-learning-section h2{font-size:28px}.global-learning-section p{font-size:15px}.board360__vm-container{gap:20px;margin-top:30px}.board360__content-panel{padding:30px 20px;min-width:280px}.board360__panel-heading{font-size:24px}.board360__panel-text{font-size:15px}.difference-section{flex-direction:column;padding:30px 20px;margin:40px auto}.content{padding:20px}.content h2{font-size:28px}.content li{font-size:15px}.image img{border-radius:12px}.learn-section{padding:30px 20px;gap:40px}.left-image img{max-width:350px}.right-content h2{font-size:30px}.cta-button,.right-content p{font-size:15px}.cta-button{padding:12px 25px}.join-section{padding:20px;margin:40px auto}.join-content h2{font-size:26px}.join-button,.join-content p{font-size:15px}.join-button{padding:12px 24px}.right-panel{padding:30px 15px}.contact span:last-child{font-size:15px}input[type=email],input[type=tel],input[type=text],select,textarea{padding:12px;font-size:15px}textarea{min-height:120px}.submit-btn{padding:12px 30px;font-size:15px}}@media (max-width:768px){.placement_banner_title{font-size:1.25rem}.placement_banner_overlay{padding:10px}.global-learning-section{padding:30px 20px 0}.global-learning-section h2{font-size:24px}.global-learning-section p{font-size:14px;margin-bottom:0}.board360__vm-container{flex-direction:column;gap:15px}.board360__content-panel{padding:20px 15px}.board360__panel-heading{font-size:22px}.board360__panel-text{font-size:14px}.difference-section{padding:20px;margin:30px auto}.content h2{font-size:24px}.content li{font-size:14px}.learn-section{flex-direction:column;padding:20px;gap:30px}.learn-section .right-content p{margin-bottom:0}.left-image img,.right-content{max-width:100%}.right-content h2{font-size:26px}.cta-button,.right-content p{font-size:14px}.cta-button{padding:10px 20px}.join-section{padding:20px;margin:10px auto}.join-content h2{font-size:22px}.join-button,.join-content p{font-size:14px}.join-button{padding:10px 20px}.contact-form,.form-row{flex-direction:column}.form-row{gap:0}.left-panel,.right-panel{padding:30px 15px}.left-panel h2{font-size:28px}.contact span:last-child{font-size:14px}input[type=email],input[type=tel],input[type=text],select,textarea{padding:10px;font-size:14px}.submit-btn{padding:10px 25px;font-size:14px}}.other-services-section2{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px}.other-services-heading{font-size:38px;font-weight:600;text-align:center}.other-services-content{width:100%}.otherServices_heading{font-size:40px;font-weight:600;color:#282828;margin-bottom:10px;text-align:center}.otherServices_heading span{color:#420D8C}.otherServices_subheading{max-width:1100px;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.3;margin:0 auto;padding:0 15px}.otherServices_subheading p{font-size:16px;font-weight:400;color:#282828;line-height:26px;text-align:center}.otherServices_decorativeLine{position:relative;height:2px;background-color:#00aaff;margin:0 auto;width:100%;max-width:800px}.otherServices_decorativeCircle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background-color:#00aaff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.eduService_wrapperContainer{max-width:1300px;width:100%;margin:0 auto;padding:20px;background-color:#ffffff;box-sizing:border-box}.eduService_contentSection{margin-top:50px;gap:30px}.eduService_contentSection,.eduService_sectionReverse{display:flex;justify-content:space-between;align-items:center;padding-left:20px;padding-right:20px}.eduService_sectionReverse{flex-direction:row;flex:1 1;gap:50px;margin-top:30px;margin-bottom:30px}.eduService_sectionReverse.reverse{flex-direction:row-reverse}.eduService_textContent{flex:1 1}.eduService_textContent h2{font-weight:600;font-size:28px;margin-bottom:10px;color:#282828}.eduService_textContent p{margin-bottom:10px;font-size:16px;font-weight:400;color:#282828}.eduService_textContent ul{font-weight:400;list-style-type:none;margin-bottom:10px;padding-left:0}.eduService_textContent ul li{position:relative;padding-left:15px}.eduService_textContent ul li:before{content:"•";position:absolute;left:0;color:#282828}.eduService_eligibilityContent{flex:1 1}.eduService_eligibilityContent h2{font-weight:600;font-size:28px;margin-bottom:10px;color:#282828;line-height:32px}.eduService_eligibilityContent p{margin-bottom:10px;font-weight:400;font-size:16px;color:#282828}.eduService_eligibilityContent p strong{font-weight:600}.eduService_eligibilitySubtitle{font-size:16px;font-weight:600;margin-bottom:15px;color:#282828}.eduService_eligibilityList{margin-bottom:25px;margin-left:16px}.eduService_eligibilityList p{margin-bottom:0;font-size:16px;font-weight:700}.eduService_imageContainer{flex:1 1;text-align:center}.eduService_imageContainer img{width:100%;height:auto;max-width:600px;max-height:300px;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1);object-fit:cover}@media screen and (max-width:1024px){.otherServices_heading{font-size:34px}.eduService_contentSection,.eduService_sectionReverse{gap:30px}.eduService_eligibilityContent h2,.eduService_textContent h2{font-size:24px}.eduService_imageContainer{max-width:450px}.otherServices_decorativeLine{max-width:80%}}@media screen and (max-width:768px){.eduService_contentSection{margin-top:0}.other-services-section2{margin-top:20px}.other-services-heading{font-size:30px}.otherServices_heading{font-size:28px}.otherServices_subheading{padding:0}.otherServices_subheading p{font-size:15px;text-align:left;line-height:1.4}.eduService_wrapperContainer{margin-bottom:0}.eduService_contentSection,.eduService_sectionReverse{flex-direction:column;gap:0;padding-left:10px;padding-right:10px}.eduService_sectionReverse,.eduService_sectionReverse.reverse{flex-direction:column-reverse}.eduService_sectionReverse{gap:15px}.eduService_eligibilityContent h2,.eduService_textContent h2{font-size:22px;text-align:left}.eduService_eligibilityContent p,.eduService_textContent p{font-size:15px}.eduService_textContent ul li{font-size:14px}.eduService_imageContainer{width:100%;max-width:100%}.eduService_imageContainer img{width:100%;height:auto;max-height:none}.otherServices_decorativeCircle{width:30px;height:30px;font-size:18px}.otherServices_decorativeLine{max-width:90%}.eduService_textContent{flex:1 1;margin-bottom:20px}}@media screen and (max-width:480px){.other-services-heading{font-size:26px}.otherServices_heading{font-size:24px}.otherServices_subheading p{font-size:14px}.eduService_eligibilityContent h2,.eduService_textContent h2{font-size:20px}.eduService_wrapperContainer{padding:15px 20px}.eduService_contentSection,.eduService_sectionReverse{margin-top:0;margin-bottom:30px;padding-left:5px;padding-right:5px}.eduService_textContent ul li{padding-left:20px;margin-bottom:10px}}.intro{background-color:#420d8c;color:white;padding:5rem 0;position:relative;width:100%;height:550px}.initials-avatar{width:50px;height:50px;border-radius:50%;background-color:#420d8c;color:white;font-weight:700;font-size:16px;text-transform:uppercase}.initials-avatar,.unworld-accounting{display:flex;align-items:center;justify-content:center}.unworld-accounting{flex-direction:column;gap:30px}.unworld-accounting img{width:247px;height:84px}.bg-image{position:absolute;left:55%;top:20px}.intro-container{display:flex;gap:3rem;.content{width:60%;color:white;padding:0;display:flex;flex-direction:column;.title{font-size:40px;font-weight:600;line-height:60px;text-align:left;color:white}.subtitle{font-size:18px;font-weight:400;color:white}.updated{font-size:14px;font-weight:300;margin-top:1rem;color:white}}.content-wrapper{width:100%;align-items:end}}.breadcrumb{font-size:14px;opacity:1;margin-bottom:12px;font-weight:400}.content-wrapper{display:flex;flex-wrap:wrap;gap:10px}.content-wrapper p strong{font-weight:600}.left-img{flex:1 1 50%;min-width:300px;margin-top:2rem;height:350px}.left-img img{width:100%;border-radius:15px;height:100%}.right-card{background-color:white;color:black;border-radius:5px;box-shadow:0 4px 11.9px 4px #c3c3c340;padding:20px;flex:1 1 40%;min-width:280px;border:1px solid #c8c8c8}.right-card img{width:100%;border-radius:4px;margin-bottom:11px}.right-card ul{list-style:none;padding:0;margin:0 0 20px}.right-card ul li{margin-bottom:14px;font-size:14px;position:relative;padding-left:18px}.right-card ul li:before{content:"•";position:absolute;left:0;color:#000000;font-size:19px;top:-4px}.bottom-section{margin-top:11rem;border:1px solid #ede0ff;background:#fbf9ff;padding:24px 30px;border-radius:6px;margin-bottom:3rem;h2{font-size:30px;font-weight:600}h4{font-size:20px;font-weight:500;margin-top:12px}p{font-size:16px;font-weight:400;margin-top:15px}}.feedback{border:1px solid #c5c5c5;max-width:1300px;padding:25px}.feature-card{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-image{position:relative}.feature-image img{width:100%;height:auto;display:block}.feature-badge{position:absolute;right:20px;bottom:-20px;width:40px;height:40px;background-color:#ff5722;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 2px 10px rgba(0,0,0,.2)}.feature-list{list-style-type:none;padding:1.5rem;margin:0}.feature-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:1rem}.feature-list li:before{content:"•";position:absolute;left:0;color:#4b0082;font-size:1.2rem;line-height:1}.cta-button{display:block;background-color:#4b0082;color:#fff;text-align:center;padding:1rem;font-weight:600;text-decoration:none;transition:background-color .3s;border-radius:4px;margin:1rem 1.5rem 1.5rem}.cta-button:hover{background-color:#3a006c}.placements-section{background-color:#fff;border-radius:4px;padding:2rem;margin-top:3rem;position:relative;box-shadow:0 5px 15px rgba(0,0,0,.05)}.section-title{font-size:1.5rem;margin-bottom:.5rem}.section-subtitle{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#4b0082}.section-description{font-size:1rem;line-height:1.6;color:#555;max-width:80%}.alumni-badge{position:absolute;right:20%;bottom:25%;width:50px;height:50px;background-color:#ff5722;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.2)}@media (max-width:992px){.program-grid{grid-template-columns:1fr}.program-image{margin-top:0}.section-description{max-width:100%}.alumni-badge{right:10%}}@media (max-width:768px){.program-title{font-size:2rem}.program-header{padding:2rem 0}.placements-section{padding:1.5rem}.alumni-badge{right:5%;bottom:15%}}@media (max-width:576px){.program-title{font-size:1.75rem}.alumni-badge{position:static;margin:1rem 0}}.cpa-schedule-section{background-color:white;padding:3rem 5%;text-align:center;position:relative}.main-schedule{background:#F6F6FF;border-radius:36px;padding-top:3rem;padding-bottom:0}.cpa-schedule-section h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:2rem}.info-boxes{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.info-box{padding-bottom:2rem;width:220px;text-align:center}.info-box h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#333}.info-box p{font-size:.9rem;color:#666;line-height:1.4}.info-box .circle{width:60px;height:60px;background-color:#e6e0fa;border-radius:50%;margin:0 auto 1rem;display:flex;justify-content:center;align-items:center;text-align:center}.info-box .circle img{width:30px;height:30px}.prep-plan{margin-top:3.5rem;position:relative}.prep-plan:before{content:"";position:absolute;top:-20px;left:20px;width:150px;height:100px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="50" viewBox="0 0 70 50"><circle cx="5" cy="5" r="2" fill="%23999"/><circle cx="15" cy="5" r="2" fill="%23999"/><circle cx="25" cy="5" r="2" fill="%23999"/><circle cx="35" cy="5" r="2" fill="%23999"/><circle cx="45" cy="5" r="2" fill="%23999"/><circle cx="55" cy="5" r="2" fill="%23999"/><circle cx="5" cy="15" r="2" fill="%23999"/><circle cx="15" cy="15" r="2" fill="%23999"/><circle cx="25" cy="15" r="2" fill="%23999"/><circle cx="35" cy="15" r="2" fill="%23999"/><circle cx="45" cy="15" r="2" fill="%23999"/><circle cx="55" cy="15" r="2" fill="%23999"/><circle cx="5" cy="25" r="2" fill="%23999"/><circle cx="15" cy="25" r="2" fill="%23999"/><circle cx="25" cy="25" r="2" fill="%23999"/><circle cx="35" cy="25" r="2" fill="%23999"/><circle cx="45" cy="25" r="2" fill="%23999"/><circle cx="55" cy="25" r="2" fill="%23999"/></svg>') no-repeat;background-size:100%}.prep-plan h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1.5rem}.timeline{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.timeline-box{padding:22px;width:250px;text-align:left;position:relative;border:1px solid #ede0ff;background:#F9F8FF;border-radius:16px}.timeline-box h2{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:10px!important}.timeline-box p{font-size:14px;color:#666;margin-bottom:0}.support-text{background-color:#420d8c;color:#fff;padding:1rem;border-radius:25px;font-size:1rem;font-weight:400;max-width:600px;margin:0 auto 2rem}.footer-note-div{border:1px solid #ede0ff;background:#F9F8FF;max-width:1100px;margin:auto}.footer-note{padding:1rem;font-size:.9rem;font-weight:400;color:#666;line-height:1.5;max-width:800px;margin:0 auto}@media (max-width:768px){.info-boxes,.timeline{flex-direction:column;align-items:center}.info-box,.timeline-box{width:100%;max-width:300px}.support-text{font-size:.9rem;padding:.75rem}.cpa-schedule-section{background-color:white;padding:0 5%;text-align:center;position:relative}}.container-edu{display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center;max-width:1300px;margin-left:auto;margin-right:auto;margin-top:30px}.container-edu h1{font-weight:600;font-size:32px}.container-edu .description-edu{text-align:center;max-width:800px}.description{text-align:center;font-size:14px;color:#555;margin-bottom:30px;line-height:1.5;max-width:700px;margin-left:auto;margin-right:auto}.sections-container{display:flex;flex-direction:row;justify-content:space-between;gap:30px}.cpa-card ul{margin-left:20px}.cpa-card ul li{text-align:start}.section{display:flex;flex-direction:column;justify-content:center;margin-top:15px;align-items:center;background-color:#F6F3FF;border-radius:20px;border:1px solid #ede0ff;padding:20px}section ul{margin-left:20px}.section img{width:70%}.section-title{font-size:18px;margin-bottom:25px;color:#333;font-weight:700}.puzzle-container{position:relative;margin-top:20px}.core-puzzle{position:relative;height:320px}.puzzle-piece{position:absolute;width:150px;height:150px;display:flex;justify-content:center;align-items:center;font-size:32px;font-weight:700;color:white}.section2images{border:1px solid #c5c5c5;margin-top:50px;padding:20px;border-radius:16px}.section2images .container-section .content{padding:0}.section2images .container-section .content p{margin-bottom:5px}.section2images .content p strong{font-weight:600}.container-section{max-width:1300px;display:flex;justify-content:space-between;margin-top:20px;padding-left:20px;padding-right:20px;gap:45px;margin-bottom:20px;flex-direction:row}.container-section.reverse,.section-reverse{flex-direction:row-reverse}.section-reverse{display:flex;flex:1 1;justify-content:space-between;gap:50px;padding-left:20px;padding-right:20px}.content{flex:1 1}.content h2{font-weight:600;font-size:28px;margin-bottom:10px}.content p ul{font-weight:400;font-size:14px;margin-bottom:5px}.eligibility-content h2{font-weight:600;font-size:28px;margin-bottom:10px}.eligibility-content p{margin-bottom:10px}.eligibility-content p ul{font-weight:400;font-size:18px}.image-container{flex:1 1;width:400px;text-align:center}.image-container img{max-width:100%;height:300px;border-radius:17px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.eligibility-content{flex:1 1}.eligibility-subtitle{font-size:18px;font-size:16px;font-weight:700;font-weight:600;margin-bottom:15px;color:#333}.eligibility-list{margin-bottom:25px}.eligibility-list p{margin-bottom:0}.contact{font-weight:700;color:#333}@media (max-width:768px){.container-section.reverse,.section,.section-reverse{flex-direction:column}.content,.eligibility-content{margin-bottom:0;padding:0}.image-container{margin-bottom:0;width:100%}.image-container img{max-width:100%;height:250px;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.container-edu h1{font-weight:600;font-size:24px;line-height:35px}.section2images{display:flex;flex-direction:column;gap:20px}.section2images .container-section{margin-bottom:0}}@media (max-width:480px){.image-container img{max-width:100%;height:170px;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1)}}.cpa-review-wrapper{max-width:1300px;padding:40px 20px;border:1px solid #ede0ff;background:#F9F8FD;position:relative;overflow:hidden;border-radius:16px;margin-top:60px}.cpa-review-header{text-align:center;margin-bottom:40px;position:relative;z-index:1}.cpa-review-header h1{font-size:34px;color:#282828;font-weight:600;margin-bottom:20px}.cpa-review-description{font-size:16px;max-width:800px;margin:0 auto 40px;text-align:center;color:#555}.cpa-features-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:0 1rem;grid-gap:30px;gap:30px;margin-bottom:30px;position:relative;z-index:20}.cpa-feature-card{background:#F6F3FF;border-radius:12px;padding:25px;border:1px solid #ede0ff;box-shadow:0 10px 20px rgba(0,0,0,.08);transition:transform .4s ease,box-shadow .4s ease;transform-style:preserve-3d;will-change:transform}.cpa-feature-card:hover{transform:perspective(1000px) rotateY(5deg) rotateX(5deg) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.12);z-index:2}.last-row{display:flex;flex-direction:row;position:relative;gap:30px;justify-content:center;z-index:20;padding:0 1rem}.last-row .cpa-feature-card{max-width:360px;width:100%}.cpa-feature-card h3{font-weight:600;font-size:18px;margin-bottom:15px;color:#333}.cpa-feature-card p{font-weight:400;font-size:14px;color:#555;margin-bottom:0}.cpa-bg-shape{position:absolute;right:0;bottom:0;width:1131px;height:1089px;background-image:linear-gradient(#cebcff80);z-index:0;border-top-left-radius:1268px}@media (max-width:1024px){.cpa-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cpa-features-grid{grid-template-columns:1fr;padding:0 .2rem;margin-bottom:-3px}.cpa-cards-container{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.cpa-review-wrapper{padding:30px 15px;margin-top:30px}.cpa-review-header h1{font-size:24px;line-height:30px}.last-row{display:flex;flex-direction:column;position:relative;gap:30px;justify-content:center;z-index:20;margin-top:25px;padding:0}.last-row .cpa-feature-card{max-width:none;width:100%}}.uworld-cpa__wrapper{position:relative;max-width:1300px;margin-top:50px;margin-bottom:50px;border:1px solid #c5c5c5;border-radius:1px;padding:40px 20px;text-align:center}.uworld-cpa__primary-heading{font-size:34px;font-weight:600;color:#333;margin-bottom:20px;line-height:1.3;max-width:792px}.uworld-cpa__introduction-text{font-size:16px;color:#555;line-height:1.6;max-width:800px;margin:0 auto 50px}.uworld-cpa__features-container{display:flex;justify-content:center;gap:35px;flex-wrap:wrap;margin-bottom:60px}.uworld-cpa__feature-card{background-color:#f8f7fe;border:1px solid #ad91fcbf;border-radius:16px;padding:10px;width:300px;text-align:left}.uworld-bg{position:absolute;bottom:25px;left:10%}.uworld-cpa__feature-card-index{font-size:36px;font-weight:700;color:#4a1d7f;margin-bottom:15px}.uworld-cpa__feature-card-heading{font-size:18px;font-weight:600;font-weight:700;color:#333;margin-bottom:15px}.uworld-cpa__feature-card-description{font-size:14px;font-weight:400;color:#555;line-height:1.5}.uworld-cpa__cta-button{display:inline-block}.uworld-cpa__cta-button:hover{background-color:#3b1865}.uworld-cpa__decorative-dots-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;max-width:150px;margin:0 auto 40px}.uworld-cpa__decorative-dot{width:6px;height:6px;background-color:#ccc;border-radius:50%}.aicpa-img{margin-top:50px;display:flex;justify-content:center;align-items:center}.aicpa-img img{border-radius:20px;width:50%;height:300px}.cpa_hero_container{width:100%;max-width:1300px;margin-top:50px;position:relative}.cpa_hero_wrapper{width:100%;position:relative;overflow:hidden;border-radius:8px}.cpa_hero_image{width:100%;max-height:410px;display:block;object-fit:cover}.cpa_hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.3));display:flex;flex-direction:column;justify-content:center;padding-left:5%}.cpa_hero_title{color:white;font-size:42px;font-weight:700;line-height:1.1;max-width:60%;margin-bottom:10px;position:relative}.cpa_hero_highlight{color:#ffc04c}.cpa_hero_subtitle{color:white;font-size:1.25rem;max-width:60%}.cpa_hero_highlight_box{position:absolute;left:100px;bottom:-40px;background-color:#0088ff;color:white;padding:8px 15px;border-radius:4px;font-size:1rem;z-index:10}.cpa_hero_actions{position:absolute;right:5%;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:15px}.cpa_action_button{display:flex;align-items:center;gap:10px;background-color:white;color:#333;padding:12px 20px;border-radius:50px;text-decoration:none;font-size:12px;font-weight:400;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:all .3s ease}.cpa_action_button:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.cpa_action_icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.cpa_icon_img{width:100%;height:100%;object-fit:contain}.exam_overview{background:linear-gradient(180deg,#FFFFFF,#EDE0FF 71%,#FFFFFF 113.27%);margin-top:3rem;margin-bottom:3rem}.exam_overview .container{max-width:1100px;margin-bottom:3rem;padding-bottom:70px}.exam_overview .section-header{margin-bottom:1rem;text-align:left;font-size:32px}.accordion{border:1px solid #d2d2d2;overflow:hidden;background-color:white;border-bottom:0}.accordion-header{background-color:#F6F7F9;cursor:pointer;padding:20px;font-weight:700;display:flex;gap:20px;align-items:center;font-size:18px;font-weight:600;border-bottom:1px solid #d2d2d2}.accordion-header:hover{background-color:#e0d7f1}.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 16px;background:#F9F4FF}.accordion-body.open{padding:16px;max-height:1000px}table{width:100%;border-collapse:collapse;margin-top:12px}td,th{border:1px solid #ddd;padding:12px;text-align:center}thead{background-color:#4b0082;color:white}.chevron img{width:15px;transition:transform .3s ease}.chevron img.open{transform:rotate(180deg)}.uworld_container{width:100%;max-width:800px;margin:0 auto}.uworld_advantage_wrapper{width:100%;border-radius:10px;overflow:hidden;background-color:#111;position:relative;color:white;box-shadow:0 10px 30px rgba(0,0,0,.2)}.uworld_advantage_background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.uworld_advantage_background_img{width:100%;height:100%;object-fit:cover;opacity:.3}.uworld_advantage_content{position:relative;z-index:2;padding:40px 30px;text-align:center}.uworld_advantage_title{font-size:2.2rem;font-weight:600;margin-bottom:20px}.uworld_advantage_highlight{color:#FFA500;font-weight:700}.uworld_advantage_description{font-size:.95rem;line-height:1.6;margin-bottom:30px;max-width:650px;margin-left:auto;margin-right:auto}.uworld_advantage_tagline{font-size:1.1rem;font-weight:400;margin-bottom:30px}.uworld_advantage_dots{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.uworld_advantage_dot{width:8px;height:8px;border-radius:50%;background-color:#777}.uworld_advantage_dot.active{background-color:#FFA500}.uworld_advantage_button{display:inline-block;background-color:rgba(255,255,255,.2);color:white;padding:12px 24px;border-radius:30px;text-decoration:none;font-size:.9rem;font-weight:400;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.uworld_advantage_button:hover{background-color:rgba(255,255,255,.3);transform:translateY(-2px)}.container-line{max-width:1300px;border:2px solid #ede0ff;border-radius:8px;background-color:#F9F8FF;position:relative;padding:20px;margin:50px auto 20px;overflow:hidden}.title{text-align:center;color:#333;font-size:32px;font-weight:600;margin-bottom:40px;padding-top:20px}.cards-container{margin-bottom:0}.cards-container,.cards-container1{display:flex;justify-content:space-between;gap:20px}.cards-container1 .card{flex:1 1;background-color:#5e35b1;border-radius:8px;padding:20px;color:white;position:relative;box-shadow:0 10px 20px rgba(0,0,0,.08);transition:transform .4s ease,box-shadow .4s ease;transform-style:preserve-3d;will-change:transform}.cards-container1 .card:hover{transform:perspective(1000px) rotateY(5deg) rotateX(5deg) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.12);z-index:2}.card-number{font-size:24px;font-weight:700;margin-bottom:5px}.card-title{font-size:18px;font-weight:700;margin:20px 0}.card-content{font-size:14px;line-height:1.4}.horizontal-line{height:2px;background-color:#ddd;margin:10px 0}.input-container{display:flex;justify-content:space-between;gap:20px;margin-top:20px}.input-box{flex:1 1;height:100px;border:1px solid #ccc;border-radius:8px;background-color:white}.cpa-reasons-container{max-width:1300px;margin-top:50px;position:relative;padding:20px}.cpa-header{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:40px}.cpa-title{font-size:28px;font-weight:700;font-weight:600;color:#333;max-width:85%;line-height:1.2}.cpa-title-highlight{font-weight:400}.cpa-circle-logo{position:absolute;top:-5px;left:45%;width:50px;height:50px;background-color:#ff4d4d;border-radius:50%;display:flex;justify-content:center;align-items:center;color:white;font-weight:700;font-size:24px;border:3px solid #fff;box-shadow:0 0 0 3px #1e88e5}.cpa-cards-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.cpa-card{background-color:#F9F8FF;border:1px solid #ede0ff;border-radius:10px;padding:20px;width:100%}.cpa-card-number{color:#420D8C;font-size:26px}.cpa-card-number,.cpa-card-title{font-weight:700;margin-bottom:10px}.cpa-card-title{font-size:20px;font-weight:600;color:#333}.cpa-card-content{font-size:14px;line-height:1.5;color:#444}@media (max-width:768px){.intro{height:auto;padding:5rem auto 2rem}.content-wrapper{margin:auto}.uworld-cpa__introduction-text{margin:0 auto 20px}.uworld-cpa__wrapper{padding:20px;margin-top:30px;margin-bottom:30px}.uworld-cpa__features-container{margin-bottom:0;gap:20px}.aicpa-img img{border-radius:20px;width:100%;height:230px}.cpa-cards-container{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.cards-container{flex-direction:row}.cards-container1{flex-direction:column}.cpa_action_button{display:flex;align-items:center;gap:10px;background-color:white;color:#333;padding:5px 8px;border-radius:50px;text-decoration:none;font-size:10px;font-weight:400;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:all .3s ease}.cpa_hero_title{font-size:20px}.cpa_hero_subtitle{color:white;font-size:14px;max-width:50%}.left-img img{width:100%;border-radius:15px;height:204px}.bottom-section{margin-top:1rem;border:1px solid #ede0ff;background:#fbf9ff;padding:24px 20px;border-radius:6px}.bottom-section{h2{font-size:26px;font-weight:600;line-height:31px}}.intro-container{display:flex;gap:0;flex-direction:column}.intro .container{max-width:1300px;padding:0;height:auto}.intro-container{.content{width:100%;color:white;padding:20px;.title{margin-bottom:10px}}}.right-card{background-color:white;color:black;border-radius:5px;box-shadow:0 4px 11.9px 4px #c3c3c340;padding:20px;width:100vw;max-width:100vw;box-sizing:border-box;border:1px solid #c8c8c8;flex:0 0 100%;margin-top:0}.intro-container{.content-wrapper{width:100%}}.container-section{flex-direction:column;padding-left:0;padding-right:0;margin-top:0;gap:10px}.section,.section-reverse{flex-direction:column-reverse}.sections-container .section{flex-direction:column}.section-reverse{gap:0;padding-left:0;padding-right:0}.container-edu{padding:0 20px;margin-top:20px;text-align:center}.meet-team{padding:0}.prep-plan{margin-top:0}.prep-plan:before{width:0}.testimonials{& .cards-container{.testimonial-card{width:100%}}}.feedback{padding:1rem}.left-img{height:200px;display:none}.bg-image{position:absolute;left:69%;top:34px}.sections-container{display:flex;flex-direction:column;justify-content:space-between;gap:30px}.aicpa-img{margin-top:25px}.cpa-reasons-container{max-width:1300px;margin-top:34px;position:relative;padding:0}.cpa-title{max-width:100%;font-size:23px}.uworld-cpa__feature-card{width:100%}.uworld-bg{display:none}.intro-container{& .content{.title{font-size:33px;font-weight:600;line-height:42px;text-align:left;color:white}}}.info-boxes{gap:0}.uworld-cpa__primary-heading{font-size:24px;font-weight:600;color:#333;margin-bottom:20px;line-height:1.25}.content ul{margin-left:13px}.right-card img{width:100%;border-radius:4px;margin-bottom:11px;display:none}.section img{width:100%;max-width:404px}.section-header{font-size:26px;line-height:35px}.unworld-accounting img{width:127px;height:49px}.exam_overview{td,th{border:1px solid #ddd;padding:4px;text-align:center}}.exam_overview{th{font-size:12px}}.exam_overview{td{font-size:10px}}.cpa-card-number{text-align:start}.content h2,.eligibility-content h2{font-weight:600;font-size:24px;margin-bottom:10px}.content h2{line-height:24px}}@media (max-width:767px){.bottom-section{margin-top:1rem}}@media (max-width:390px){.cpa_action_button{padding:4px 6px;font-size:8px}.cpa_hero_actions{gap:8px}.cpa_action_icon{width:20px;height:20px}.cpa_hero_subtitle{font-size:11px}.cpa_hero_title{font-size:15px}.bottom-section{margin-top:1rem}}@media (max-width:360px){.bottom-section{margin-top:1rem}}.placement_banner_container{width:100%;max-width:1300px;margin:0 auto;padding:0 15px}.placement_banner_wrapper{width:100%;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 4px 15px rgba(0,0,0,.1)}.placement_banner_image{width:100%;height:100%;object-fit:cover;display:block}.placement_banner_overlay{position:absolute;bottom:0;left:0;right:0;padding:25px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3),transparent)}.placement_banner_title{color:white;font-size:2rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3)}.learners_hired_container{max-width:1300px;margin:0 auto;padding:30px 15px}.learners_hired_main_title{font-size:24px;font-weight:600;color:#282828;margin-bottom:15px}.learners_hired_subtitle{font-size:16px;font-weight:600;color:#282828;margin-bottom:12px}.learners_hired_description{font-size:14px;color:#666666;margin-bottom:25px;line-height:1.5}.learners_hired_feature_section{margin-bottom:25px}.learners_hired_feature_section p{font-size:16px;line-height:1.5;margin-bottom:8px}.learners_hired_feature_section strong{font-size:18px;color:#2d2b2b;line-height:1.5;font-weight:600}.learners_hired_feature_title{font-size:16px;font-weight:600;color:#333333;margin-bottom:10px}.learners_hired_feature_text{font-size:14px;color:#666666;line-height:1.5}.aicpa-container{max-width:1300px;margin:0 auto;padding:0 15px}.aicpa-img{margin-top:70px;margin-bottom:70px}.big4-container{max-width:1300px;margin:0 auto;padding:30px 15px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.big4-text-section{flex:1 1;margin-right:20px;min-width:280px}.big4-heading{font-size:24px;font-weight:600;color:#282828;margin-bottom:15px}.big4-section{margin-bottom:25px}.big4-section strong{font-size:16px;font-weight:600;color:#2a2828;line-height:1.5}.big4-section p{font-size:16px;line-height:1.5;margin-bottom:8px}.big4-section-title{font-size:16px;font-weight:600;color:#333333;margin-bottom:10px}.big4-section-content{font-size:14px;color:#666666;line-height:1.5}.big4-image-section{margin:auto;width:100%}.big4-logo{max-width:400px;width:100%;height:auto}.contact-form{display:flex;flex-wrap:wrap;background-color:#f8f7fd;border-radius:12px;overflow:hidden;gap:40px;margin:0 15px;padding:10px}.left-panel{flex:1 1;min-width:300px;padding:40px 20px}.left-panel small{color:#555;font-size:14px}.left-panel h2{font-size:36px;color:#282828;margin:16px 0;line-height:1.2}.left-panel p{color:#555;line-height:1.6;margin-bottom:30px}.contact-info{margin-top:40px}.contact{display:flex;align-items:center;margin-bottom:15px}.contact span:last-child{margin-left:5px;font-size:16px;color:#282828;font-weight:500}.right-panel{flex:1 1;min-width:300px;padding:40px 20px}#contactForm{width:100%;display:flex;flex-direction:column;gap:5px}.form-row{display:flex;gap:20px}.form-group{flex:1 1;margin-bottom:15px}label{display:block;font-size:14px;font-weight:500;color:#282828;margin-bottom:8px}.optional{color:#888;font-weight:400}input[type=email],input[type=tel],input[type=text],select,textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;font-size:14px;color:#333;background-color:#fff;box-sizing:border-box}input::placeholder,textarea::placeholder{color:#999}.select-wrapper{position:relative}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;cursor:pointer}.select-arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #555;pointer-events:none}textarea{resize:vertical;min-height:140px}.checkbox-container{display:flex;margin-bottom:20px}.checkbox-container input[type=checkbox]{margin-right:10px;cursor:pointer}.checkbox-container label{font-size:14px;color:#555;margin-bottom:0;cursor:pointer}.submit-btn{background-color:#4a148c;color:white;border:none;border-radius:30px;padding:15px 35px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s;width:-moz-fit-content;width:fit-content}.submit-btn:hover{background-color:#3a0e6a}@media (max-width:1024px){.placement_banner_title{font-size:1.7rem}.left-panel h2{font-size:30px}.big4-container{flex-direction:column}.big4-text-section{margin-right:0;margin-bottom:20px;width:100%}.big4-image-section{width:100%;display:flex;justify-content:center}.big4-logo{max-width:350px}.aicpa-img{margin-top:40px;margin-bottom:40px}}@media (max-width:767px){.placement_banner_overlay{padding:15px}.placement_banner_title{font-size:1.4rem}.big4-heading,.learners_hired_main_title{font-size:20px}.left-panel h2{font-size:24px}.form-row{flex-direction:column;gap:15px}.contact-form{gap:20px;margin:0}.left-panel,.right-panel{padding:30px 15px;min-width:100%}.submit-btn{width:100%;padding:12px 20px}.aicpa-img{margin-top:37px;margin-bottom:0}.big4-logo{max-width:280px}.checkbox-container{align-items:flex-start}.checkbox-container input[type=checkbox]{margin-top:4px}.left-img{min-width:0;margin-top:2rem;height:0}.left-img img{width:100%;border-radius:5px;height:100%}.intro{height:auto;padding:5rem auto 2rem}}@media (max-width:480px){.placement_banner_title{font-size:1.2rem}.contact span:last-child{font-size:14px}input[type=email],input[type=tel],input[type=text],select,textarea{padding:12px;font-size:14px}.submit-btn{font-size:14px}}.eduService_contactContainer{max-width:1300px;display:flex;justify-content:space-between;gap:40px;margin:50px auto}.eduService_rightPanel{flex:2 1;background-color:#fff;padding:20px}.eduService_rightPanel h2{font-size:36px;font-weight:700;color:#333;margin-bottom:20px}.eduService_formRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;gap:25px;margin-bottom:20px}.eduService_formGroup{flex:1 1}.eduService_formGroup label{display:block;font-size:14px;color:#333;margin-bottom:5px}.eduService_formGroup input,.eduService_formGroup select,.eduService_formGroup textarea{width:100%;padding:12px;border:1px solid #979797;font-size:14px;background-color:transparent;outline:none}.eduService_formGroup textarea{resize:vertical;grid-column:1/3}.eduService_formGroup .optional{font-size:12px;color:#666}.eduService_selectWrapper{position:relative}.eduService_selectWrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;background-color:transparent}.eduService_selectWrapper:after{content:"▼";position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:#333}.eduService_checkboxContainer{display:flex;align-items:center;gap:10px;margin-bottom:20px;grid-column:1/3}.eduService_checkboxContainer label{font-size:14px;color:#333}.eduService_submitContainer{grid-column:1/3;text-align:left}.eduService_submitBtn{padding:12px 30px;color:white;border:none;border-radius:30px;font-size:16px;cursor:pointer;transition:background .3s ease}.eduService_submitBtn,.eduService_submitBtn:hover{background-color:#420d8c}.eduService_contactDetails{display:flex;flex-direction:column;gap:0;flex:1 1;background-color:#f0eaff;padding:20px;border-radius:10px;height:-moz-fit-content;height:fit-content}.eduService_contactDetails h3{font-size:18px;font-weight:600;color:#333}.eduService_contactDetails p{font-size:14px;color:#333;margin-bottom:15px}.eduService_contactDetails .icon{font-size:24px;color:#6b48ff;margin-right:10px;vertical-align:middle}.eduService_contactDetails-email,.eduService_contactDetails-location,.eduService_contactDetails-ph{line-height:2}.eduService_contactDetails-email img,.eduService_contactDetails-location img,.eduService_contactDetails-ph img{width:40px}.contactus-map{max-width:1300px;height:100%;display:flex;justify-content:center;align-items:center;margin:auto}.contactus-map img{width:100%;height:550px}@media (max-width:768px){.eduService_contactContainer{flex-direction:column;gap:20px;margin-top:30px;margin-bottom:30px}.eduService_rightPanel{flex:1 1;padding:20px}.eduService_rightPanel h2{font-size:28px;margin-bottom:15px}.eduService_formRow{grid-template-columns:1fr;gap:15px}.eduService_checkboxContainer,.eduService_formGroup textarea,.eduService_submitContainer{grid-column:1/2}.eduService_contactDetails{flex:1 1;padding:20px;gap:10px;margin:10px}.eduService_contactDetails h3{font-size:16px}.eduService_contactDetails p{font-size:13px}.contactus-map img{height:400px}}@media (max-width:480px){.eduService_contactContainer{margin-top:20px;margin-bottom:20px}.eduService_rightPanel{padding:20px}.eduService_rightPanel h2{font-size:24px;margin-bottom:10px}.eduService_formRow{gap:10px}.eduService_formGroup label{font-size:12px}.eduService_formGroup input,.eduService_formGroup select,.eduService_formGroup textarea{padding:8px;font-size:12px}.eduService_checkboxContainer label{font-size:12px}.eduService_submitBtn{padding:10px 20px;font-size:14px}.eduService_contactDetails{padding:20px;gap:6px}.eduService_contactDetails h3{font-size:14px}.eduService_contactDetails p{font-size:12px}.eduService_contactDetails .icon{font-size:20px}.eduService_contactDetails-email img,.eduService_contactDetails-location img,.eduService_contactDetails-ph img{width:25px}.contactus-map img{height:200px}.contactus-map{margin:10px}}.inner-page .markdown p{margin-bottom:10px}.faq-section{max-width:1100px;margin:0 auto;padding:40px 20px}.faq-heading{font-size:32px;font-weight:600;text-align:center;margin-bottom:30px;line-height:35px}.faq-item{border-bottom:1px solid #eee;padding:0;cursor:pointer}.faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:18px}.faq-icon{width:20px;height:20px;transition:transform .3s ease}.faq-icon.rotate{transform:rotate(180deg)}.faq-answer-wrapper{overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .4s ease}.faq-item.active .faq-answer-wrapper{max-height:300px;opacity:1}.faq-answer{margin-top:10px;color:#555;font-size:16px;line-height:1.5}.faq-read-more{display:flex;justify-content:center;margin-top:40px}.read-more-btn{background:#4a148c;color:white;padding:12px 30px;border-radius:30px;border:none;font-size:16px;cursor:pointer}.submenu-arrow{display:inline-block;transition:transform .3s ease;font-size:1rem;margin-left:8px}.mobile-submenu.active .submenu-arrow{transform:rotate(90deg)}.mobile-submenu-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-submenu.active .mobile-submenu-content{max-height:500px}@media (max-width:768px){.faq-item{padding:0}}@media (max-width:480px){.faq-icon{width:16px;height:16px;transition:transform .3s ease}}.breadcrumNew{background-color:#F3F3F3}.breadcrumbNewContent{display:flex;flex-direction:row;gap:5px;max-width:1300px;margin:auto;padding:20px}.breadcrumNewBold{font-weight:600}.hero-scroller{overflow:hidden;width:100%;height:450px;background:none}.hero-track{display:flex;gap:40px;animation:scroll-left 30s linear infinite;width:max-content}.hero-scroller:hover .hero-track{animation-play-state:paused}.hero-image-container{transition:transform .3s ease;perspective:800px}.hero-image-container:hover{transform:translateY(-10px) scale(1.05) rotateX(5deg)}.hero-image-container img{height:400px;object-fit:cover;border-radius:12px;display:block}.single-image{display:flex;justify-content:center;padding:40px 20px;max-width:1300px;margin:auto}.single-event-image{width:auto;max-width:100%;border-radius:16px}.single-event-image img{width:100%;border-radius:20px}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.hero-scroller{height:210px}.hero-track{display:flex;gap:20px;animation:scroll-left 30s linear infinite;width:max-content}.hero-image-container img{height:160px}}.hero-slider-container{overflow:hidden;width:100%;max-width:1300px;margin:auto;padding:20px 0;position:relative}.hero-slider-track{display:flex;transition:transform .8s ease-in-out;gap:3%}.hero-slide{flex-shrink:0;width:100%}.hero-image{width:100%;height:auto;border-radius:12px;display:block;aspect-ratio:5/2;object-fit:cover}@media (max-width:768px){.hero-slider-container{height:auto;max-width:100%;padding:20px 10px}.hero-slide{width:100%}.hero-slider-track{gap:3%}.hero-image{width:100%;height:auto;border-radius:12px;aspect-ratio:14/6}}.title-desktop{display:inline}.title-mobile{display:none}@media (max-width:767px){.title-desktop{display:none}.title-mobile{display:inline}}.right-course-markdown{margin-top:10px}.right-course-markdown ul{padding-left:0}