.academy-overview{position:relative;z-index:2;margin-top:250px;background-color:#fff;padding:100px 0 0}@media(max-width:991.98px){.academy-overview{display:none!important}}.academy-overview:before{content:"";position:absolute;bottom:100%;left:0;width:100%;height:150px;background:linear-gradient(0deg,#fff,transparent);pointer-events:none}.academy-overview__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}@media(max-width:991.98px){.academy-overview__grid{grid-template-columns:1fr;grid-template-rows:auto;gap:32px}}.academy-overview__left{grid-column:1/2;grid-row:1;max-width:650px}@media(max-width:991.98px){.academy-overview__left{grid-column:1/-1}}.academy-overview__heading{font-weight:600;font-size:50px;line-height:1.1;color:#1a1a1a;max-width:450px;letter-spacing:-.02em;margin:0}.academy-overview__right{grid-column:2/3;grid-row:2;margin-top:40px;text-align:right;margin-left:auto}@media(max-width:991.98px){.academy-overview__right{grid-column:1/-1;grid-row:auto;margin-top:0}}.academy-overview__description{line-height:1.6;color:rgba(0,0,0,.6980392157);max-width:1000px;margin:0;font-weight:400}.academy-overview__stats-bar{background-color:#1a1a1a;border-radius:40px;padding:80px;margin-top:80px;display:flex;align-items:center;gap:60px;color:#fff}@media(max-width:991.98px){.academy-overview__stats-bar{flex-direction:column;padding:40px;gap:40px;margin-top:60px;border-radius:30px}}.academy-overview__stats-left{flex:1}.academy-overview__stats-text{line-height:1.6;color:hsla(0,0%,100%,.85);margin:0;font-weight:400;max-width:650px}@media(max-width:991.98px){.academy-overview__stats-text{text-align:center}}.academy-overview__stats-right{display:flex;gap:120px;margin-right:60px}@media(max-width:991.98px){.academy-overview__stats-right{gap:40px;flex-wrap:wrap;justify-content:center}}.academy-overview__stat-item{display:flex;flex-direction:column;gap:5px}@media(max-width:991.98px){.academy-overview__stat-item{align-items:center;text-align:center}}.academy-overview__stat-number{font-size:clamp(50px,5vw,70px);font-weight:600;line-height:1;color:#cb5ceb;letter-spacing:-.02em}.academy-overview__stat-label{font-size:18px;font-weight:500;color:#fff;white-space:nowrap}@media(max-width:991.98px){.academy-overview__stat-label{font-size:16px}}@media(max-width:1399.98px){.academy-overview{margin-top:180px;padding:80px 0 0}.academy-overview__heading{max-width:400px}.academy-overview__stats-bar{padding:60px;gap:40px;margin-top:60px;border-radius:34px}.academy-overview__stats-right{gap:80px;margin-right:30px}.academy-overview__stat-number{font-size:clamp(42px,4.5vw,60px)}}@media(max-width:1199.98px){.academy-overview{margin-top:140px;padding:60px 0 0}.academy-overview__heading{max-width:360px}.academy-overview__description{max-width:800px}.academy-overview__stats-bar{padding:50px 40px;gap:30px;margin-top:50px;border-radius:30px}.academy-overview__stats-right{gap:50px;margin-right:20px}.academy-overview__stat-number{font-size:clamp(36px,4vw,52px)}.academy-overview__stat-label{font-size:16px}}.academy-overview-mobile{padding:clamp(10px,4vw,20px);background-color:rgba(0,0,0,0)}@media(min-width:768px){.academy-overview-mobile{display:none!important}}.academy-overview-mobile__black-box{background-color:#1a1a1a;border-radius:clamp(30px,8vw,40px);padding:clamp(24px,8vw,40px) clamp(16px,5vw,24px);width:100%}.academy-overview-mobile__heading{font-size:clamp(24px,7vw,32px);font-weight:600;color:#fff;margin-bottom:clamp(12px,4vw,20px);line-height:1.2;font-family:var(--font-urbanist),sans-serif}.academy-overview-mobile__description{font-size:clamp(13px,3.5vw,15px);line-height:1.6;color:hsla(0,0%,100%,.8);margin-bottom:clamp(24px,8vw,40px);font-family:var(--font-urbanist),sans-serif}.academy-overview-mobile__stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(8px,3vw,16px)}.academy-overview-mobile__stat-item{display:flex;flex-direction:column;text-align:left}.academy-overview-mobile__stat-number{font-size:clamp(24px,8vw,36px);font-weight:600;color:#cb5ceb;margin-bottom:4px;line-height:1;letter-spacing:-.01em}.academy-overview-mobile__stat-label{font-size:clamp(10px,2.5vw,12px);font-weight:500;color:#fff;line-height:1.3;opacity:.95;text-transform:capitalize}@media(max-width:991.98px){.certifications-section{display:none!important}}.certifications-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1800px;margin:0 auto;align-items:stretch}.certs__heading{font-weight:600;margin-bottom:40px;color:#1a1a1a}@media(min-width:1600px){.certs__heading{font-size:54px}}.certs__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.certs__card{background:#fff;border-radius:30px;overflow:hidden;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 0 40px 0 rgba(0,0,0,.08);cursor:pointer}.certs__card:first-child,.certs__card:nth-child(4){grid-column:span 5}.certs__card:nth-child(2),.certs__card:nth-child(3){grid-column:span 7}.certs__card:hover{transform:translateY(-8px);box-shadow:0 0 40px 0 rgba(0,0,0,.08)}.certs__card:hover .certs__image-box img{transform:scale(1.08)}.certs__image-box{width:calc(100% - 24px);height:170px;position:relative;overflow:hidden;border-radius:24px;margin:12px;display:flex;align-items:center;justify-content:center;background:#f4f4f4}@media(min-width:1600px){.certs__image-box{height:230px}}.certs__image-box img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.certs__title{padding:0 16px 20px;max-width:200px;font-weight:600;line-height:1.4;color:#1a1a1a}@media(min-width:1600px){.certs__title{font-size:20px;max-width:320px}}.who-join{background:#fff;border-radius:30px;padding:60px;box-shadow:0 0 40px 0 rgba(0,0,0,.08)}.who-join__heading{display:block;text-align:right;font-weight:600;margin-bottom:40px}@media(min-width:1600px){.who-join__heading{font-size:54px}}.who-join__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.who-join__card{background:rgba(246,222,252,.2);border-radius:30px;padding:30px 10px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}@media(min-width:1600px){.who-join__card{padding:50px 20px}}.who-join__card:hover{background:rgba(246,222,252,.2)}.who-join__icon{margin-bottom:5px}.who-join__title{font-weight:600;color:#1a1a1a;margin:0}@media(min-width:1600px){.who-join__title{font-size:24px;margin-bottom:10px}}.who-join__desc{font-size:14px;color:rgba(0,0,0,.6980392157);line-height:1.4;margin:0;max-width:150px}@media(min-width:1600px){.who-join__desc{font-size:18px;max-width:220px}}.certifications-mobile{padding:60px 0;background-color:#fff}@media(min-width:768px){.certifications-mobile{display:none!important}}.certifications-mobile__section{margin-bottom:60px}.certifications-mobile__section:last-child{margin-bottom:0}.certifications-mobile__heading{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:32px}.certifications-mobile__cert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.certifications-mobile__cert-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.03);padding:5px}.certifications-mobile__cert-image{width:100%;aspect-ratio:1/.8;border-radius:15px;overflow:hidden;margin-bottom:10px}.certifications-mobile__cert-image img{width:100%;height:100%;object-fit:cover}.certifications-mobile__cert-title{font-size:14px;font-weight:600;line-height:1.4;color:#1a1a1a;padding:8px}.certifications-mobile__join-list{display:flex;flex-direction:column;gap:8px;padding:0 4px}.certifications-mobile__join-card{background:#fff;border-radius:20px;padding:16px;display:flex;align-items:center;gap:16px;box-shadow:0 8px 25px rgba(0,0,0,.02)}.certifications-mobile__join-icon{width:52px;height:52px;background:#efc9f9;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:10px}.certifications-mobile__join-icon img{width:100%;height:100%;object-fit:contain}.certifications-mobile__join-content{flex:1}.certifications-mobile__join-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:4px;line-height:1.2}.certifications-mobile__join-desc{font-size:13px;color:rgba(0,0,0,.6980392157);line-height:1.4}:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}.course-modules{padding:80px 0;background-image:url(/image/course-modules/module-banner.png);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;overflow:hidden;border-radius:50px}@media(max-width:1399.98px){.course-modules{padding:60px 0;border-radius:40px}}@media(max-width:1199.98px){.course-modules{padding:50px 0;border-radius:32px}}@media(max-width:991.98px){.course-modules{padding:40px 0;border-radius:24px}}.course-modules__header{text-align:center;margin-bottom:40px;position:relative;z-index:2;padding:0 20px}@media(max-width:1199.98px){.course-modules__header{margin-bottom:30px}}@media(max-width:991.98px){.course-modules__header{margin-bottom:24px}}.course-modules__heading{font-size:clamp(28px,3.5vw,48px);font-weight:600;color:#fff}.course-modules__description{color:hsla(0,0%,100%,.7);margin-bottom:30px;font-size:clamp(14px,1.2vw,16px);max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:991.98px){.course-modules__description{margin-bottom:20px}}.course-modules__slider-wrapper{background:#fff;border-radius:80px;padding:10px;position:relative;z-index:2;display:flex;align-items:center;gap:15px;max-width:98%;margin:0 auto}@media(max-width:1399.98px){.course-modules__slider-wrapper{border-radius:60px}}@media(max-width:1199.98px){.course-modules__slider-wrapper{border-radius:40px;padding:10px;gap:10px}}@media(max-width:991.98px){.course-modules__slider-wrapper{border-radius:28px;padding:16px;flex-direction:column;max-width:94%}}.course-modules__controls{display:flex;gap:15px;flex-shrink:0}@media(max-width:991.98px){.course-modules__controls{display:none}}.course-modules__control-btn{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#1a1a1a}@media(max-width:1199.98px){.course-modules__control-btn{width:36px;height:36px}.course-modules__control-btn svg{width:20px;height:20px}}.course-modules__control-btn:hover{background:#f4f4f4}.course-modules__items-container{flex:1;overflow-x:auto;scrollbar-width:none}.course-modules__items-container::-webkit-scrollbar{display:none}@media(max-width:991.98px){.course-modules__items-container{width:100%;overflow-x:scroll;-webkit-overflow-scrolling:touch}}.course-modules__list{display:flex;gap:16px;padding:10px 0}@media(max-width:1199.98px){.course-modules__list{gap:12px}}@media(max-width:991.98px){.course-modules__list{flex-wrap:wrap;gap:10px;padding:6px 0}}.course-modules__item{flex:0 0 auto;background:#efc9f9;padding:25px;border-radius:100px;display:flex;align-items:center;gap:12px;transition:all .3s ease;cursor:pointer;flex-wrap:nowrap}@media(max-width:1399.98px){.course-modules__item{padding:20px}}@media(max-width:1199.98px){.course-modules__item{padding:16px 18px;gap:10px}}@media(max-width:991.98px){.course-modules__item{padding:12px 16px;border-radius:60px;gap:10px}}.course-modules__item:hover{background:rgb(245.8,223.95,251.55);transform:scale(.98)}.course-modules__id{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#1a1a1a;flex-shrink:0}@media(max-width:1199.98px){.course-modules__id{width:28px;height:28px;font-size:12px}}@media(max-width:991.98px){.course-modules__id{width:30px;height:30px;font-size:13px}}.course-modules__item-title{font-weight:600;color:#1a1a1a;white-space:nowrap;margin:0}@media(max-width:1199.98px){.course-modules__item-title{font-size:13px}}@media(max-width:991.98px){.course-modules__item-title{font-size:14px}}.course-modules-mobile{padding:50px 10px 0;background-color:rgba(0,0,0,0)}.course-modules-mobile__black-box{background-color:#1a1a1a;border-radius:40px;padding:40px 20px 30px;width:100%;margin:0 auto}.course-modules-mobile__header{text-align:left;margin-bottom:24px;padding-left:10px}.course-modules-mobile__heading{font-size:32px;font-weight:600;color:#fff;margin-bottom:8px;font-family:var(--font-urbanist),sans-serif}.course-modules-mobile__description{font-size:14px;color:hsla(0,0%,100%,.9);line-height:1.4;margin:0;font-family:var(--font-urbanist),sans-serif;max-width:95%}.course-modules-mobile__white-box{background-color:#fff;border-radius:32px;padding:30px 12px;width:100%}.course-modules-mobile__list{display:flex;flex-direction:column;gap:16px}.course-modules-mobile__item{background:#efc9f9;border-radius:100px;padding:8px 10px;display:flex;align-items:center;gap:16px;border:1px solid rgba(0,0,0,.02)}.course-modules-mobile__id{width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1a1a1a;font-size:16px;box-shadow:0 4px 12px rgba(0,0,0,.06);flex-shrink:0}.course-modules-mobile__item-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;font-family:var(--font-urbanist),sans-serif;line-height:1.2}.course-modules-mobile__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.course-modules-mobile__dot{width:8px;height:8px;border-radius:50%;background:#efc9f9;border:none;padding:0;transition:all .3s ease;cursor:pointer}.course-modules-mobile__dot--active{background:#cb5ceb;width:20px;border-radius:4px}