*{margin:0;padding:0}
body{font-family:'Cabin',sans-serif;background:#FDFAF7;color:#0C0533;line-height:1.6;scroll-behavior:smooth}
.mainwrap,.footerwrap{max-width:1400px;margin:0 auto;box-sizing:border-box}
.topbar{background:linear-gradient(135deg,#0C0533 0%,#1a0f5c 100%);padding:28px 0;box-shadow:0 4px 12px #0c053326}
.topbar .mainwrap{padding:0 30px}
.headerrow-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}
.logowrap{display:flex;align-items:center}
.logowrap img{height:110px;width:110px;object-fit:contain;background:#fdfaf7f2;padding:12px;border-radius:28px;box-shadow:0 6px 20px #09da824d}
.taglinebox{text-align:right;max-width:520px}
.taglinebox p{color:#FDFAF7;font-size:17px;line-height:1.5;opacity:.92}
.headerrow-bottom{display:flex;justify-content:space-between;align-items:center}
.primarynav ul{display:flex;list-style:none;gap:8px}
.primarynav li{position:relative}
.primarynav a{display:block;padding:12px 22px;color:#FDFAF7;text-decoration:none;font-size:16px;font-weight:400;border-radius:24px;transition:all 180ms ease}
.primarynav a:hover{background:#09da8226;color:#09DA82}
.primarynav .hasdropdown > a::after{content:'▾';margin-left:6px;font-size:12px}
.dropdown{position:absolute;top:100%;left:0;background:#0C0533;min-width:220px;border-radius:20px;padding:10px 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 200ms ease;box-shadow:0 8px 24px #00000040;margin-top:8px;z-index:100}
.hasdropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown a{padding:10px 20px;border-radius:0}
.dropdown a:hover{background:#09da821f}
.ctabtn{display:inline-block;padding:13px 32px;background:linear-gradient(135deg,#09DA82 0%,#07b86c 100%);color:#0C0533;text-decoration:none;font-weight:700;font-size:16px;border-radius:26px;transition:all 180ms ease;box-shadow:0 4px 16px #09da8259}
.ctabtn:hover{transform:scale(1.04);box-shadow:0 6px 22px #09da8280}
main{min-height:200px}
.footerzone{background:#0C0533;color:#FDFAF7;padding:50px 0 30px;margin-top:80px}
.footerzone .footerwrap{padding:0 30px}
.footergrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;margin-bottom:40px}
.footercol h3{font-size:19px;margin-bottom:18px;color:#09DA82;font-weight:700}
.footercol p,.footercol a{font-size:15px;line-height:1.7;color:#fdfaf7d9}
.footercol a{text-decoration:none;display:block;margin-bottom:10px;transition:color 160ms ease}
.footercol a:hover{color:#09DA82}
.contactitem{display:flex;align-items:flex-start;margin-bottom:14px}
.contactitem .material-icons-outlined{margin-right:10px;font-size:20px;color:#09DA82}
.footerbottom{border-top:1px solid #fdfaf726;padding-top:26px;display:flex;justify-content:space-between;align-items:center}
.copyright{font-size:14px;opacity:.7}
.footerlinks{display:flex;gap:24px}
.footerlinks a{font-size:14px;color:#fdfaf7cc;text-decoration:none;transition:color 160ms ease}
.footerlinks a:hover{color:#09DA82}
.cookiebox{position:fixed;bottom:20px;right:20px;background:#FDFAF7;padding:28px;border-radius:30px;box-shadow:0 8px 32px #0c053333;max-width:380px;z-index:10000;opacity:0;transform:translateY(30px);transition:all 300ms ease;box-sizing:border-box}
.cookiebox.visible{opacity:1;transform:translateY(0)}
.cookiebox h4{font-size:18px;margin-bottom:12px;color:#0C0533;font-weight:700}
.cookiebox p{font-size:14px;line-height:1.6;margin-bottom:18px;color:#0C0533}
.consentgroups{margin-bottom:20px}
.consentitem{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #0c05331a}
.consentitem:last-child{border-bottom:none}
.consentitem label{font-size:13px;color:#0C0533;font-weight:600}
.consentitem input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.consentitem input[type="checkbox"]:disabled{cursor:not-allowed;opacity:.5}
.cookiebtns{display:flex;gap:10px}
.cookiebtns button{flex:1;padding:12px;border:none;border-radius:22px;font-size:14px;font-weight:700;cursor:pointer;transition:all 180ms ease;font-family:'Cabin',sans-serif}
.acceptcookies{background:linear-gradient(135deg,#09DA82 0%,#07b86c 100%);color:#0C0533}
.acceptcookies:hover{transform:scale(1.03);box-shadow:0 4px 16px #09da8266}
.rejectcookies{background:#0C0533;color:#FDFAF7}
.rejectcookies:hover{transform:scale(1.03);background:#1a0f5c}
@media (max-width: 968px) {
.headerrow-top{flex-direction:column;align-items:flex-start;gap:20px}
.taglinebox{text-align:left;max-width:100%}
.headerrow-bottom{flex-direction:column;align-items:stretch;gap:20px}
.primarynav ul{flex-direction:column;gap:4px}
.primarynav a{padding:14px 18px}
.dropdown{position:static;opacity:1;visibility:visible;transform:none;margin-top:4px;margin-left:20px}
.ctabtn{display:block;text-align:center}
.footergrid{grid-template-columns:1fr;gap:35px}
.footerbottom{flex-direction:column;gap:20px;text-align:center}
.footerlinks{flex-direction:column;gap:12px}
.cookiebox{left:20px;right:20px;max-width:none}
}
@media (max-width: 580px) {
.topbar .mainwrap{padding:0 20px}
.logowrap img{height:85px;width:85px}
.taglinebox p{font-size:15px}
.footerzone .footerwrap{padding:0 20px}
.cookiebtns{flex-direction:column}
}
.policy-box-kz{max-width:1400px;margin:0 auto;padding:80px 40px;background:#FDFAF7;color:#0C0533;font-size:17px;line-height:1.8}
.policy-box-kz strong,.policy-box-kz b{font-weight:700;color:#0C0533;letter-spacing:.2px}
.policy-box-kz em,.policy-box-kz i{font-style:italic;color:#0C0533}
.policy-box-kz a{color:#09DA82;text-decoration:none;border-bottom:2px solid transparent;transition:all 180ms ease;font-weight:500}
.policy-box-kz a:hover{border-bottom-color:#09DA82;color:#0C0533}
.policy-box-kz h1{font-size:48px;font-weight:800;color:#0C0533;margin:0 0 50px;line-height:1.2;letter-spacing:-.5px}
.policy-box-kz h2{font-size:36px;font-weight:700;color:#0C0533;margin:70px 0 30px;line-height:1.3;letter-spacing:-.3px}
.policy-box-kz h3{font-size:26px;font-weight:600;color:#0C0533;margin:50px 0 25px;line-height:1.4}
.policy-box-kz h4{font-size:21px;font-weight:600;color:#0C0533;margin:40px 0 20px;line-height:1.5}
.policy-box-kz h5{font-size:19px;font-weight:600;color:#0C0533;margin:35px 0 18px;line-height:1.5}
.policy-box-kz h6{font-size:17px;font-weight:600;color:#09DA82;margin:30px 0 15px;line-height:1.6;text-transform:uppercase;letter-spacing:1px}
.policy-box-kz p{margin:0 0 25px;color:#0C0533}
.policy-box-kz ul,.policy-box-kz ol{margin:0 0 30px;padding-left:35px}
.policy-box-kz ul li,.policy-box-kz ol li{margin-bottom:15px;line-height:1.8;color:#0C0533}
.policy-box-kz ul li::marker{color:#09DA82}
.policy-box-kz ol li::marker{color:#09DA82;font-weight:600}
.policy-box-kz table{width:100%;margin:40px 0;border-collapse:collapse;background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 4px 6px #0c053314}
.policy-box-kz thead{background:linear-gradient(135deg,#09DA82,#0C0533)}
.policy-box-kz thead tr{border:none}
.policy-box-kz thead th{padding:22px 25px;text-align:left;font-weight:700;font-size:16px;color:#FDFAF7;text-transform:uppercase;letter-spacing:.8px;border:none}
.policy-box-kz tbody tr{border-bottom:1px solid #0c053314;transition:background 200ms ease}
.policy-box-kz tbody tr:last-child{border-bottom:none}
.policy-box-kz tbody tr:hover{background:#09da820a}
.policy-box-kz tbody td{padding:20px 25px;color:#0C0533;font-size:16px;line-height:1.7;border:none}
.policy-box-kz tbody th{padding:20px 25px;text-align:left;font-weight:600;color:#0C0533;background:#09da820f;border:none}
.policy-box-kz div{margin:30px 0}
.policy-box-kz blockquote{margin:35px 0;padding:30px 35px;background:#fff;border-left:5px solid #09DA82;border-radius:0 25px 25px 0;box-shadow:0 3px 8px #0c05330f}
.policy-box-kz blockquote p{margin:0;color:#0C0533;font-style:italic;font-size:18px}
.policy-box-kz hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#09DA82,transparent);margin:60px 0}
.policy-box-kz code{background:#09da821a;color:#0C0533;padding:3px 8px;border-radius:6px;font-family:'Courier New',monospace;font-size:15px}
.policy-box-kz pre{background:#0C0533;color:#09DA82;padding:25px 30px;border-radius:20px;overflow-x:auto;margin:35px 0;box-shadow:0 5px 10px #0c053326}
.policy-box-kz pre code{background:transparent;color:#09DA82;padding:0;font-size:14px;line-height:1.6}
@media (max-width: 1200px) {
.policy-box-kz{padding:70px 35px}
.policy-box-kz h1{font-size:42px}
.policy-box-kz h2{font-size:32px}
}
@media (max-width: 768px) {
.policy-box-kz{padding:50px 25px;font-size:16px}
.policy-box-kz h1{font-size:34px;margin-bottom:35px}
.policy-box-kz h2{font-size:26px;margin-top:50px}
.policy-box-kz h3{font-size:22px}
.policy-box-kz h4{font-size:19px}
.policy-box-kz table{font-size:14px;border-radius:15px}
.policy-box-kz thead th,.policy-box-kz tbody td,.policy-box-kz tbody th{padding:15px 18px;font-size:14px}
.policy-box-kz blockquote{padding:20px 25px}
}
@media (max-width: 480px) {
.policy-box-kz{padding:40px 20px;font-size:15px}
.policy-box-kz h1{font-size:28px}
.policy-box-kz h2{font-size:23px}
.policy-box-kz ul,.policy-box-kz ol{padding-left:25px}
.policy-box-kz table{display:block;overflow-x:auto}
}
.titlecontainer{max-width:1400px;margin:0 auto;padding:80px 20px;display:flex;align-items:center;gap:60px}
.titletext{flex:1}
.titletext h1{font-size:48px;line-height:1.2;margin-bottom:24px;color:#0C0533}
.titletext h1 .accent{background:linear-gradient(135deg,#09DA82,#0C0533);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}
.titletext h1 .accent::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#09DA82,transparent)}
.titletext p{font-size:18px;line-height:1.6;color:#444;margin-bottom:32px}
.titlebtn{display:inline-flex;gap:16px}
.titlebtn a{padding:14px 32px;border-radius:28px;font-size:16px;text-decoration:none;transition:all .2s}
.titlebtn .primarybtn{background:linear-gradient(135deg,#09DA82,#0C0533);color:#FDFAF7;box-shadow:0 4px 12px #09da824d}
.titlebtn .primarybtn:hover{transform:scale(1.05);box-shadow:0 6px 20px #09da8266}
.titlebtn .secondarybtn{background:#FDFAF7;color:#0C0533;border:2px solid #09DA82}
.titlebtn .secondarybtn:hover{background:#09DA82;color:#FDFAF7;transform:scale(1.05)}
.titleimg{flex:1;position:relative}
.titleimg::before{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;background:linear-gradient(135deg,#09da8233,#0c053333);border-radius:32px;z-index:1}
.titleimg img{width:100%;height:480px;object-fit:cover;border-radius:32px;position:relative;z-index:2;box-shadow:0 8px 24px #0c053326}
.particles{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;overflow:hidden;z-index:0}
.particle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,#09DA82,transparent);border-radius:50%;opacity:.3;animation:floatparticle 8s infinite}
.particle:nth-child(1){top:20%;left:15%;animation-delay:0s}
.particle:nth-child(2){top:60%;left:25%;animation-delay:2s}
.particle:nth-child(3){top:40%;left:75%;animation-delay:4s}
.particle:nth-child(4){top:80%;left:85%;animation-delay:6s}
@keyframes floatparticle {
0%,100%{transform:translateY(0) translateX(0)}
50%{transform:translateY(-20px) translateX(10px)}
}
.programmodules{background:linear-gradient(180deg,#FDFAF7 0%,#09da820d 100%);padding:100px 20px}
.programmodules .contentwrap{max-width:1400px;margin:0 auto}
.programmodules h2{font-size:42px;color:#0C0533;text-align:center;margin-bottom:16px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.programmodules h2::before{content:'';position:absolute;top:-12px;left:-30px;width:60px;height:60px;background:linear-gradient(135deg,#09da8233,transparent);border-radius:50%;z-index:-1}
.programmodules .intro{text-align:center;font-size:18px;color:#555;max-width:800px;margin:0 auto 60px}
.modulegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.modulecard{background:#FDFAF7;border-radius:24px;padding:36px;box-shadow:0 4px 16px #0c053314;transition:all .2s;position:relative;border:2px solid transparent}
.modulecard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #09da8233;border-color:#09DA82}
.modulecard .number{font-size:56px;font-weight:700;background:linear-gradient(135deg,#09DA82,#0C0533);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;line-height:1}
.modulecard h3{font-size:24px;color:#0C0533;margin-bottom:12px}
.modulecard p{font-size:16px;color:#666;line-height:1.6;margin-bottom:20px}
.modulecard .duration{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#09DA82;font-weight:600}
.learningpath{padding:100px 20px}
.learningpath .pathwrap{max-width:1400px;margin:0 auto}
.learningpath h2{font-size:42px;color:#0C0533;margin-bottom:60px}
.pathcontent{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.pathsteps{display:flex;flex-direction:column;gap:48px}
.stepitem{display:flex;gap:24px;align-items:start}
.stepnumber{min-width:64px;height:64px;background:linear-gradient(135deg,#09DA82,#0C0533);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#FDFAF7;box-shadow:0 4px 12px #09da824d;position:relative}
.stepitem:not(:last-child) .stepnumber::after{content:'';position:absolute;top:64px;left:50%;transform:translateX(-50%);width:2px;height:48px;background:linear-gradient(180deg,#09DA82,transparent)}
.steptext h4{font-size:22px;color:#0C0533;margin-bottom:8px}
.steptext p{font-size:16px;color:#666;line-height:1.6}
.pathvisual{position:relative}
.pathvisual img{width:100%;height:560px;object-fit:cover;border-radius:32px;box-shadow:0 8px 24px #0c053326}
.pathvisual::before{content:'';position:absolute;bottom:-24px;left:-24px;width:100%;height:100%;border:3px solid #09DA82;border-radius:32px;z-index:-1}
.instructorprofiles{background:linear-gradient(135deg,#0c05330d,#09da820d);padding:100px 20px}
.instructorprofiles .profileswrap{max-width:1400px;margin:0 auto}
.instructorprofiles h2{font-size:42px;color:#0C0533;text-align:center;margin-bottom:16px}
.instructorprofiles .subtitle{text-align:center;font-size:18px;color:#555;margin-bottom:60px}
.profilesgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.profilecard{background:#FDFAF7;border-radius:28px;padding:40px;display:flex;gap:32px;align-items:start;box-shadow:0 6px 20px #0c05331a;transition:all .2s}
.profilecard:hover{transform:scale(1.03);box-shadow:0 8px 28px #09da8233}
.profilecard img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #09DA82;box-shadow:0 4px 12px #09da824d}
.profileinfo h3{font-size:26px;color:#0C0533;margin-bottom:8px}
.profileinfo .role{font-size:16px;color:#09DA82;font-weight:600;margin-bottom:16px}
.profileinfo p{font-size:16px;color:#666;line-height:1.6}
.practicaltools{padding:100px 20px}
.practicaltools .toolswrap{max-width:1400px;margin:0 auto}
.toolsheader{max-width:700px;margin-bottom:60px}
.toolsheader h2{font-size:42px;color:#0C0533;margin-bottom:16px}
.toolsheader p{font-size:18px;color:#555;line-height:1.6}
.toolslayout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.toolslist{display:flex;flex-direction:column;gap:24px}
.toolitem{background:linear-gradient(135deg,#09da8214,#fdfaf780);border-radius:20px;padding:28px;border-left:4px solid #09DA82;transition:all .2s}
.toolitem:hover{background:linear-gradient(135deg,#09da8226,#fdfaf7cc);transform:translateX(8px)}
.toolitem h4{font-size:22px;color:#0C0533;margin-bottom:8px;display:flex;align-items:center;gap:10px}
.toolitem h4::before{content:'';width:8px;height:8px;background:#09DA82;border-radius:50%;box-shadow:0 0 8px #09da8299}
.toolitem p{font-size:16px;color:#666;line-height:1.6}
.toolsvisual{position:relative}
.toolsvisual img{width:100%;height:500px;object-fit:cover;border-radius:32px;box-shadow:0 8px 24px #0c053326}
.toolsvisual::after{content:'';position:absolute;top:-16px;right:-16px;width:120px;height:120px;background:radial-gradient(circle,#09da824d,transparent);border-radius:50%;z-index:-1}
@media (max-width: 1024px) {
.titlecontainer{flex-direction:column;padding:60px 20px;gap:40px}
.titletext h1{font-size:38px}
.titleimg img{height:400px}
.modulegrid{grid-template-columns:repeat(2,1fr);gap:24px}
.pathcontent{grid-template-columns:1fr;gap:50px}
.pathvisual img{height:420px}
.profilesgrid{grid-template-columns:1fr;gap:32px}
.toolslayout{grid-template-columns:1fr;gap:40px}
.toolsvisual img{height:380px}
}
@media (max-width: 768px) {
.titletext h1{font-size:32px}
.titletext p{font-size:16px}
.titlebtn{flex-direction:column}
.titlebtn a{text-align:center}
.titleimg img{height:320px}
.modulegrid{grid-template-columns:1fr}
.programmodules h2,.learningpath h2,.instructorprofiles h2,.toolsheader h2{font-size:32px}
.profilecard{flex-direction:column;text-align:center}
.profilecard img{width:120px;height:120px;margin:0 auto}
.pathvisual img,.toolsvisual img{height:300px}
}
.herotitlearea{max-width:1400px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.herotitlearea .lefttext{display:flex;flex-direction:column;gap:24px}
.herotitlearea .lefttext .maintitle{font-size:52px;font-weight:700;line-height:1.15;color:#0C0533}
.herotitlearea .lefttext .maintitle .greenaccent{color:#09DA82;font-weight:800}
.herotitlearea .lefttext .desctext{font-size:19px;line-height:1.6;color:#333}
.herotitlearea .rightimgwrap{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.herotitlearea .rightimgwrap img{width:100%;height:280px;object-fit:cover;border-radius:30px;filter:saturate(0.75)}
.herotitlearea .rightimgwrap::before{content:'';position:absolute;top:-15px;right:-15px;width:120px;height:120px;background:linear-gradient(135deg,#09DA82,#0C0533);border-radius:50%;opacity:.15;z-index:-1}
.learningpath{background:linear-gradient(180deg,#FDFAF7 0%,#f5f2ef 100%);padding:100px 20px;margin-top:60px}
.learningpath .pathcontainer{max-width:1400px;margin:0 auto}
.learningpath .pathcontainer .sectionhead{text-align:center;margin-bottom:70px}
.learningpath .pathcontainer .sectionhead h2{font-size:44px;font-weight:700;color:#0C0533;margin-bottom:16px}
.learningpath .pathcontainer .sectionhead p{font-size:18px;color:#555;max-width:720px;margin:0 auto}
.learningpath .pathcontainer .stagesgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.learningpath .pathcontainer .stagesgrid .stagecard{background:#fff;padding:40px 30px;border-radius:32px;box-shadow:0 4px 8px #0c053314;transition:transform 180ms ease,box-shadow 180ms ease;position:relative}
.learningpath .pathcontainer .stagesgrid .stagecard:hover{transform:scale(1.04);box-shadow:0 8px 16px #0c053326}
.learningpath .pathcontainer .stagesgrid .stagecard .stagenumber{position:absolute;top:20px;right:20px;width:50px;height:50px;background:linear-gradient(135deg,#09DA82,#0C0533);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff}
.learningpath .pathcontainer .stagesgrid .stagecard .stageicon{width:64px;height:64px;background:#09da8226;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.learningpath .pathcontainer .stagesgrid .stagecard .stageicon .material-icons-outlined{font-size:36px;color:#09DA82}
.learningpath .pathcontainer .stagesgrid .stagecard h3{font-size:24px;font-weight:700;color:#0C0533;margin-bottom:14px}
.learningpath .pathcontainer .stagesgrid .stagecard p{font-size:16px;line-height:1.6;color:#666}
.careeroutlook{padding:100px 20px}
.careeroutlook .outlookwrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.careeroutlook .outlookwrap .leftcontent h2{font-size:42px;font-weight:700;color:#0C0533;margin-bottom:28px;position:relative;padding-left:24px}
.careeroutlook .outlookwrap .leftcontent h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#09DA82,#0C0533);border-radius:8px}
.careeroutlook .outlookwrap .leftcontent .textcontent{font-size:17px;line-height:1.7;color:#444;margin-bottom:36px}
.careeroutlook .outlookwrap .leftcontent .ctabutton{display:inline-block;padding:16px 44px;background:linear-gradient(135deg,#09DA82,#0C0533);color:#fff;font-size:17px;font-weight:600;border-radius:28px;text-decoration:none;transition:transform 200ms ease,box-shadow 200ms ease;box-shadow:0 6px 12px #09da8240}
.careeroutlook .outlookwrap .leftcontent .ctabutton:hover{transform:scale(1.06);box-shadow:0 8px 16px #09da8259}
.careeroutlook .outlookwrap .rightcontent{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.careeroutlook .outlookwrap .rightcontent .careerpathbox{background:#FDFAF7;padding:32px 24px;border-radius:28px;border:2px solid #09da8233;transition:border-color 180ms ease}
.careeroutlook .outlookwrap .rightcontent .careerpathbox:hover{border-color:#09DA82}
.careeroutlook .outlookwrap .rightcontent .careerpathbox .pathiconwrap{width:52px;height:52px;background:linear-gradient(135deg,#09DA82,#0C0533);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.careeroutlook .outlookwrap .rightcontent .careerpathbox .pathiconwrap .material-icons-outlined{font-size:28px;color:#fff}
.careeroutlook .outlookwrap .rightcontent .careerpathbox h4{font-size:19px;font-weight:700;color:#0C0533;margin-bottom:10px}
.careeroutlook .outlookwrap .rightcontent .careerpathbox p{font-size:15px;line-height:1.5;color:#666}
@media (max-width: 1024px) {
.herotitlearea{grid-template-columns:1fr;gap:50px;margin:60px auto}
.herotitlearea .lefttext .maintitle{font-size:42px}
.learningpath .pathcontainer .stagesgrid{grid-template-columns:1fr;gap:30px}
.careeroutlook .outlookwrap{grid-template-columns:1fr;gap:60px}
.careeroutlook .outlookwrap .rightcontent{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.herotitlearea .lefttext .maintitle{font-size:36px}
.herotitlearea .lefttext .desctext{font-size:17px}
.herotitlearea .rightimgwrap{grid-template-columns:1fr}
.learningpath{padding:70px 20px}
.learningpath .pathcontainer .sectionhead h2{font-size:34px}
.careeroutlook{padding:70px 20px}
.careeroutlook .outlookwrap .leftcontent h2{font-size:34px}
}
.cphd{background:linear-gradient(135deg,#FDFAF7 0%,#09DA82 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.cphd::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#0c05331a,transparent 60%);animation:slowshift 8s ease-in-out infinite}
@keyframes slowshift {
0%,100%{opacity:.3}
50%{opacity:.6}
}
.cphd .maxw{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.cphd .titlewrap h1{font-size:3.2rem;color:#0C0533;font-weight:700;line-height:1.2;margin:0 0 20px}
.cphd .titlewrap h1 span{display:block;margin-top:12px;color:#09DA82}
.cphd .subtxt{font-size:1.15rem;color:#0C0533;opacity:.8;max-width:600px}
.contactgrid{max-width:1400px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.infoside .sectionlbl{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#09DA82;margin:0 0 30px;font-weight:600}
.contactcard{background:#FDFAF7;padding:40px;border-radius:30px;margin-bottom:30px;box-shadow:0 4px 20px #0c053314;transition:all 250ms}
.contactcard:hover{transform:scale(1.03);box-shadow:0 8px 30px #09da8226}
.contactcard .icn{width:56px;height:56px;background:linear-gradient(135deg,#09DA82,#0C0533);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.contactcard .icn .material-icons-outlined{font-size:28px;color:#FDFAF7}
.contactcard h3{font-size:1.3rem;color:#0C0533;margin:0 0 12px;font-weight:600}
.contactcard p{font-size:1rem;color:#0C0533;opacity:.7;margin:0 0 8px;line-height:1.6}
.contactcard a{color:#09DA82;text-decoration:none;font-weight:500;transition:all 200ms}
.contactcard a:hover{color:#0C0533}
.formside .formwrapper{background:#FDFAF7;padding:50px;border-radius:35px;box-shadow:0 6px 40px #0c05331f}
.formside h2{font-size:2rem;color:#0C0533;margin:0 0 12px;font-weight:700}
.formside .formdesc{font-size:1rem;color:#0C0533;opacity:.7;margin:0 0 40px;line-height:1.6}
.formside .formgroup{margin-bottom:28px}
.formside .formgroup label{display:block;font-size:.95rem;color:#0C0533;font-weight:600;margin-bottom:10px}
.formside .formgroup input[type="text"],.formside .formgroup input[type="tel"]{width:100%;padding:16px 20px;border:2px solid #09da8233;border-radius:15px;font-size:1rem;color:#0C0533;background:#fff;transition:all 200ms;box-sizing:border-box}
.formside .formgroup input[type="text"]:focus,.formside .formgroup input[type="tel"]:focus{outline:none;border-color:#09DA82;box-shadow:0 0 0 4px #09da821a}
.radiogroup{margin-bottom:32px}
.radiogroup .radiolbl{display:block;font-size:.95rem;color:#0C0533;font-weight:600;margin-bottom:16px}
.radioopts{display:flex;gap:15px;flex-wrap:wrap}
.radioopts .radiowrap{position:relative}
.radioopts input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.radioopts .radiotile{display:block;padding:14px 28px;border:2px solid #09da824d;border-radius:20px;background:#fff;color:#0C0533;font-size:.95rem;font-weight:500;cursor:pointer;transition:all 200ms}
.radioopts input[type="radio"]:checked + .radiotile{background:linear-gradient(135deg,#09DA82,#0C0533);color:#FDFAF7;border-color:transparent;transform:scale(1.05)}
.radioopts .radiotile:hover{border-color:#09DA82;transform:scale(1.02)}
.privacywrap{margin-bottom:30px}
.privacywrap label{display:flex;align-items:start;cursor:pointer;font-size:.9rem;color:#0C0533;opacity:.8;line-height:1.5}
.privacywrap input[type="checkbox"]{margin-right:12px;margin-top:3px;width:20px;height:20px;cursor:pointer;flex-shrink:0}
.privacywrap a{color:#09DA82;text-decoration:none;font-weight:600}
.privacywrap a:hover{text-decoration:underline}
.submitbtn{width:100%;padding:18px 40px;background:linear-gradient(135deg,#09DA82,#0C0533);color:#FDFAF7;border:none;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 200ms;box-shadow:0 4px 15px #09da824d}
.submitbtn:hover{transform:scale(1.05);box-shadow:0 6px 25px #09da8266}
.submitbtn:active{transform:scale(0.98)}
.hoursblock{max-width:1400px;margin:0 auto 80px;padding:0 20px}
.hourscontainer{background:linear-gradient(135deg,#0C0533,#09DA82);padding:60px;border-radius:35px;text-align:center}
.hourscontainer h2{font-size:2rem;color:#FDFAF7;margin:0 0 16px;font-weight:700}
.hourscontainer .hoursdesc{font-size:1.1rem;color:#FDFAF7;opacity:.9;margin:0 0 40px}
.hourslist{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;max-width:900px;margin:0 auto}
.houritem{background:#fdfaf726;padding:24px;border-radius:20px;border:2px solid #fdfaf733}
.houritem .daytxt{font-size:1rem;color:#FDFAF7;font-weight:600;margin:0 0 8px}
.houritem .timetxt{font-size:1.1rem;color:#09DA82;font-weight:700}
.mapblock{max-width:1400px;margin:0 auto 80px;padding:0 20px}
.maplocation{background:#FDFAF7;padding:50px;border-radius:35px;box-shadow:0 6px 40px #0c05331f;display:flex;align-items:center;gap:40px}
.maplocation .locicn{width:80px;height:80px;background:linear-gradient(135deg,#09DA82,#0C0533);border-radius:25px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.maplocation .locicn .material-icons-outlined{font-size:40px;color:#FDFAF7}
.maplocation .loccontent h3{font-size:1.6rem;color:#0C0533;margin:0 0 12px;font-weight:700}
.maplocation .loccontent p{font-size:1.1rem;color:#0C0533;opacity:.7;margin:0;line-height:1.6}
@media (max-width: 992px) {
.cphd{padding:80px 20px 60px}
.cphd .titlewrap h1{font-size:2.4rem}
.contactgrid{grid-template-columns:1fr;gap:50px;margin:60px auto}
.formside .formwrapper{padding:40px 30px}
.hourscontainer{padding:40px 30px}
.maplocation{flex-direction:column;text-align:center;padding:40px 30px}
}
@media (max-width: 768px) {
.cphd .titlewrap h1{font-size:2rem}
.cphd .subtxt{font-size:1rem}
.contactcard{padding:30px}
.formside .formwrapper{padding:30px 20px}
.formside h2{font-size:1.6rem}
.radioopts{flex-direction:column}
.radioopts .radiotile{display:block;text-align:center}
.hourslist{grid-template-columns:1fr}
.hourscontainer h2{font-size:1.6rem}
.maplocation .loccontent h3{font-size:1.3rem}
}
.mainabout{width:100%;max-width:1400px;margin:0 auto;padding:0}
.topbanner{position:relative;height:520px;overflow:hidden;margin-bottom:80px}
.topbanner .bgimg{width:100%;height:100%;object-fit:cover;object-position:center}
.topbanner::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0c0533d9 0%,#09da82bf 100%);mix-blend-mode:multiply}
.topbanner .txtcontent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;text-align:center;width:90%;max-width:800px;background:#fdfaf7f2;padding:50px 40px;border-radius:28px;box-shadow:0 6px 20px #00000040}
.topbanner .txtcontent h1{font-size:2.8rem;color:#0C0533;margin:0 0 18px;font-weight:700;line-height:1.2}
.topbanner .txtcontent .subdesc{font-size:1.15rem;color:#0C0533;line-height:1.6;margin-bottom:32px;opacity:.88}
.topbanner .txtcontent .btns{display:flex;gap:16px;justify-content:center;align-items:center}
.topbanner .txtcontent .btns .cta{display:inline-block;padding:14px 32px;font-size:1rem;text-decoration:none;border-radius:24px;font-weight:600;transition:all .2s;border:2px solid transparent}
.topbanner .txtcontent .btns .primarycta{background:linear-gradient(135deg,#09DA82 0%,#0C0533 100%);color:#FDFAF7}
.topbanner .txtcontent .btns .primarycta:hover{transform:scale(1.05);box-shadow:0 8px 16px #09da8266}
.topbanner .txtcontent .btns .secondcta{background:transparent;color:#0C0533;border-color:#0C0533}
.topbanner .txtcontent .btns .secondcta:hover{background:#0C0533;color:#FDFAF7;transform:scale(1.05)}
.storyblock{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:0 40px 80px;max-width:1400px;margin:0 auto}
.storyblock .txtpart{padding-right:30px}
.storyblock .txtpart h2{font-size:2.4rem;color:#0C0533;margin:0 0 22px;font-weight:700;position:relative;padding-left:20px}
.storyblock .txtpart h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(180deg,#09DA82 0%,#0C0533 100%);border-radius:3px}
.storyblock .txtpart p{font-size:1.05rem;line-height:1.7;color:#0C0533;margin-bottom:20px;opacity:.92}
.storyblock .imgpart{position:relative}
.storyblock .imgpart img{width:100%;height:auto;border-radius:32px;box-shadow:0 4px 18px #0c053333}
.valuesec{background:linear-gradient(135deg,#FDFAF7 0%,#09DA82 100%);padding:80px 40px;margin-bottom:80px}
.valuesec .wrapper-container{max-width:1400px;margin:0 auto}
.valuesec h2{text-align:center;font-size:2.4rem;color:#0C0533;margin:0 0 50px;font-weight:700}
.valuesec .itemsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.valuesec .valueitem{background:#fdfaf7f2;padding:36px 28px;border-radius:28px;box-shadow:0 3px 12px #0c053326;transition:all .2s;position:relative;overflow:hidden}
.valuesec .valueitem::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#09DA82 0%,#0C0533 100%)}
.valuesec .valueitem:hover{transform:translateY(-6px);box-shadow:0 8px 24px #09da824d}
.valuesec .valueitem h3{font-size:1.5rem;color:#0C0533;margin:0 0 14px;font-weight:600}
.valuesec .valueitem p{font-size:1rem;line-height:1.65;color:#0C0533;margin:0;opacity:.88}
.teamdisplay{padding:0 40px 80px;max-width:1400px;margin:0 auto}
.teamdisplay h2{text-align:center;font-size:2.4rem;color:#0C0533;margin:0 0 50px;font-weight:700}
.teamdisplay .memberswrap{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}
.teamdisplay .member{width:280px;text-align:center;background:#FDFAF7;padding:30px 24px 34px;border-radius:30px;box-shadow:0 4px 16px #0c05331f;transition:all .2s;position:relative}
.teamdisplay .member::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:4px;background:linear-gradient(90deg,#09DA82 0%,#0C0533 100%);border-radius:2px 2px 0 0}
.teamdisplay .member:hover{transform:scale(1.04);box-shadow:0 8px 24px #09da8240}
.teamdisplay .member .portrait{width:160px;height:160px;border-radius:50%;object-fit:cover;margin:0 auto 20px;display:block;border:4px solid #09DA82}
.teamdisplay .member h4{font-size:1.35rem;color:#0C0533;margin:0 0 8px;font-weight:600}
.teamdisplay .member .role{font-size:.95rem;color:#09DA82;margin-bottom:14px;font-weight:500}
.teamdisplay .member p{font-size:.95rem;line-height:1.6;color:#0C0533;margin:0;opacity:.88}
.timelinezone{background:#0C0533;padding:80px 40px;margin-bottom:0}
.timelinezone .containerwrap{max-width:1000px;margin:0 auto}
.timelinezone h2{text-align:center;font-size:2.4rem;color:#FDFAF7;margin:0 0 60px;font-weight:700}
.timelinezone .timeline{position:relative;padding-left:50px}
.timelinezone .timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#09DA82 0%,#FDFAF7 100%)}
.timelinezone .milestone{position:relative;margin-bottom:45px;padding-left:30px}
.timelinezone .milestone::before{content:'';position:absolute;left:-35px;top:8px;width:14px;height:14px;background:#09DA82;border-radius:50%;border:3px solid #0C0533;box-shadow:0 0 0 4px #09da824d}
.timelinezone .milestone h5{font-size:1.15rem;color:#09DA82;margin:0 0 8px;font-weight:600}
.timelinezone .milestone h4{font-size:1.45rem;color:#FDFAF7;margin:0 0 12px;font-weight:600}
.timelinezone .milestone p{font-size:1rem;line-height:1.65;color:#FDFAF7;margin:0;opacity:.9}
@media (max-width: 1024px) {
.storyblock{grid-template-columns:1fr;gap:40px;padding:0 30px 60px}
.storyblock .txtpart{padding-right:0}
.valuesec .itemsgrid{grid-template-columns:1fr 1fr}
.topbanner{height:450px}
.topbanner .txtcontent h1{font-size:2.2rem}
}
@media (max-width: 768px) {
.topbanner{height:400px;margin-bottom:60px}
.topbanner .txtcontent{padding:35px 25px}
.topbanner .txtcontent h1{font-size:1.8rem}
.topbanner .txtcontent .subdesc{font-size:1rem;margin-bottom:24px}
.topbanner .txtcontent .btns{flex-direction:column;gap:12px}
.topbanner .txtcontent .btns .cta{width:100%;text-align:center}
.valuesec .itemsgrid{grid-template-columns:1fr;gap:20px}
.valuesec{padding:60px 25px;margin-bottom:60px}
.teamdisplay .memberswrap{gap:30px}
.teamdisplay{padding:0 25px 60px}
.timelinezone{padding:60px 25px}
.timelinezone .timeline{padding-left:35px}
.storyblock .txtpart h2,.valuesec h2,.teamdisplay h2,.timelinezone h2{font-size:2rem}
}
@media (max-width: 480px) {
.topbanner .txtcontent h1{font-size:1.5rem}
.topbanner .txtcontent .subdesc{font-size:.95rem}
.teamdisplay .member{width:100%;max-width:320px}
}
.successwrap{max-width:1400px;margin:0 auto;padding:0}
.successhero{position:relative;min-height:520px;display:flex;align-items:center;background:linear-gradient(135deg,#0C0533 0%,#09DA82 100%);overflow:hidden}
.successhero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fdfaf726 0%,transparent 70%);border-radius:50%;pointer-events:none}
.successhero::after{content:'';position:absolute;bottom:-20%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#09da8233 0%,transparent 65%);border-radius:50%;pointer-events:none}
.herocontentbox{position:relative;z-index:2;max-width:720px;padding:80px 40px;margin:0 auto;text-align:center}
.successicon{width:88px;height:88px;margin:0 auto 32px;background:#fdfaf7f2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #09da824d}
.successicon svg{width:48px;height:48px;fill:#09DA82}
.maintitle{font-size:48px;font-weight:700;color:#FDFAF7;margin:0 0 18px;line-height:1.15}
.subtitle{font-size:22px;font-weight:400;color:#fdfaf7d9;margin:0 0 28px;line-height:1.4}
.herodescription{font-size:17px;line-height:1.65;color:#fdfaf7bf;margin:0}
.detailszone{background:#FDFAF7;padding:90px 40px}
.detailsgrid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.infocard{background:#fff;border-radius:24px;padding:40px 32px;box-shadow:0 4px 16px #0c05330f;transition:all 180ms ease;border:2px solid transparent}
.infocard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0c05331f;border-color:#09DA82}
.cardicon{width:56px;height:56px;background:linear-gradient(135deg,#09DA82 0%,#0C0533 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.cardicon svg{width:28px;height:28px;fill:#FDFAF7}
.cardtitle{font-size:21px;font-weight:600;color:#0C0533;margin:0 0 14px;line-height:1.3}
.cardtext{font-size:16px;line-height:1.6;color:#555;margin:0 0 20px}
.carddetail{font-size:15px;line-height:1.55;color:#777;margin:0;padding-top:16px;border-top:1px solid #0c053314}
.actionbox{background:linear-gradient(135deg,#09da8214 0%,#0c05330a 100%);padding:60px 40px;text-align:center}
.actioncontent{max-width:680px;margin:0 auto}
.actionhead{font-size:32px;font-weight:700;color:#0C0533;margin:0 0 16px;line-height:1.25}
.actiondesc{font-size:17px;line-height:1.6;color:#555;margin:0 0 32px}
.btngroup{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.primarybtn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#09DA82 0%,#0C0533 100%);color:#FDFAF7;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:all 200ms ease;box-shadow:0 6px 20px #09da8240;border:none;cursor:pointer}
.primarybtn:hover{transform:scale(1.05);box-shadow:0 10px 28px #09da8259}
.secondarybtn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#fff;color:#0C0533;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:all 200ms ease;box-shadow:0 4px 16px #0c053314;border:2px solid #0C0533;cursor:pointer}
.secondarybtn:hover{transform:scale(1.05);background:#0C0533;color:#FDFAF7;box-shadow:0 8px 24px #0c05332e}
@media (max-width: 968px) {
.detailsgrid{grid-template-columns:repeat(2,1fr);gap:28px}
.maintitle{font-size:38px}
.subtitle{font-size:20px}
.herocontentbox{padding:60px 32px}
}
@media (max-width: 640px) {
.detailsgrid{grid-template-columns:1fr;gap:24px}
.maintitle{font-size:32px}
.subtitle{font-size:18px}
.herocontentbox{padding:50px 24px}
.detailszone{padding:60px 24px}
.actionbox{padding:50px 24px}
.actionhead{font-size:26px}
.btngroup{flex-direction:column;align-items:stretch}
.primarybtn,.secondarybtn{justify-content:center}
}