@import "https://cdn.jsdelivr.net/npm/@fontsource/nunito@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/nunito@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/exo-2@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/exo-2@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Nunito',sans-serif;background:#FDFDFE;color:#1a1a1a;line-height:1.6}
h1,h2,h3,h4,h5,h6{font-family:'Exo 2',sans-serif;margin:0;padding:0;font-weight:700}
ul,ol{list-style:none;margin:0;padding:0}
figure,blockquote{margin:0;padding:0}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
header{background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);padding:28px 0;box-shadow:0 4px 16px #511f8926}
.headerwrap{max-width:1600px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:24px}
.logozone{display:flex;justify-content:center;align-items:center}
.sitelogo{height:110px;width:110px;background:#fdfdfe1f;padding:14px;border-radius:8px;box-shadow:0 6px 20px #0000002e}
.companyname{text-align:center}
.brandtext{font-size:42px;color:#FDFDFE;letter-spacing:.5px;text-shadow:0 3px 12px #0003}
.mainnav{display:flex;gap:36px;align-items:center;flex-wrap:wrap;justify-content:center}
.mainnav .navitem{color:#FDFDFE;font-size:17px;font-weight:700;padding:10px 18px;border-radius:6px;transition:background .3s ease,transform .2s ease}
.mainnav .navitem:hover{background:#fdfdfe26;transform:translateY(-1px)}
footer{background:#2a2a2a;color:#FDFDFE;padding:56px 0 28px;margin-top:80px}
.footerholder{max-width:1600px;margin:0 auto;padding:0 24px}
.footergrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:40px}
.footcol{display:flex;flex-direction:column;gap:16px}
.foothead{font-size:20px;color:#FF9531;margin-bottom:8px}
.foottext{font-size:15px;line-height:1.7;color:#d4d4d4}
.footlink{color:#FF9531;transition:color .3s ease}
.footlink:hover{color:#FDFDFE}
.footlink-v2{color:#d4d4d4;font-size:15px;display:block;margin-bottom:10px;transition:color .3s ease}
.footlink-v2:hover{color:#FF9531}
.ctagroup{display:flex;flex-direction:column;gap:14px;margin-top:8px}
.btnfoot{padding:14px 28px;border:2px solid #FF9531;background:transparent;color:#FDFDFE;font-weight:700;font-size:15px;border-radius:8px;text-align:center;transition:background .3s ease,transform .2s ease,box-shadow .3s ease;cursor:pointer}
.btnfoot:hover{background:#FF9531;transform:translateY(-2px);box-shadow:0 8px 20px #ff95314d}
.copyright{border-top:1px solid #fdfdfe1a;padding-top:24px;text-align:center}
.copytext{font-size:14px;color:#888}
.cookiebox{position:fixed;bottom:24px;right:24px;background:#FDFDFE;border-radius:10px;box-shadow:0 12px 40px #00000040;padding:28px;max-width:380px;z-index:9999;display:none;opacity:0;transition:opacity .4s ease}
.cookiebox.is-visible{display:block;opacity:1}
.cookiecontent{display:flex;flex-direction:column;gap:18px}
.cookiehead{font-size:21px;color:#511F89}
.cookiemsg{font-size:14px;color:#444;line-height:1.5}
.cookieoptions{display:flex;flex-direction:column;gap:12px;margin:8px 0}
.optionrow{display:flex;align-items:center;gap:10px;cursor:pointer}
.optcheck{width:18px;height:18px;cursor:pointer;accent-color:#FF9531}
.optlabel{font-size:14px;color:#333}
.cookiebtns{display:flex;flex-direction:column;gap:10px}
.btnreject,.btnaccept{padding:12px 20px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}
.btnreject{background:transparent;border:2px solid #888;color:#444}
.btnreject:hover{background:#f5f5f5;transform:translateY(-1px)}
.btnaccept{background:#FF9531;border:2px solid #FF9531;color:#FDFDFE}
.btnaccept:hover{background:#e88428;transform:translateY(-1px);box-shadow:0 6px 18px #ff953159}
.cookiebadge{position:fixed;bottom:24px;right:24px;background:#511F89;width:52px;height:52px;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #511f8966;transition:background .3s ease,transform .2s ease;z-index:9998}
.cookiebadge.is-visible{display:flex}
.cookiebadge:hover{background:#FF9531;transform:scale(1.08)}
.cookiebadge .fa{color:#FDFDFE;font-size:22px}
@media (max-width: 768px) {
.headerwrap{gap:18px;padding:0 16px}
.sitelogo{height:80px;width:80px}
.brandtext{font-size:32px}
.mainnav{gap:20px}
.mainnav .navitem{font-size:15px;padding:8px 14px}
.footergrid{grid-template-columns:1fr;gap:32px}
.cookiebox{right:16px;left:16px;bottom:16px;max-width:none}
.cookiebadge{bottom:16px;right:16px}
}
@media (max-width: 480px) {
.brandtext{font-size:26px}
.mainnav{flex-direction:column;gap:12px;width:100%}
.mainnav .navitem{width:100%;text-align:center}
}
.terms-box{max-width:1600px;margin:0 auto;padding:80px 20px;background:#FDFDFE}
.terms-box h1{font-size:48px;font-weight:700;color:#511F89;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.terms-box h2{font-size:36px;font-weight:600;color:#511F89;margin:64px 0 20px;line-height:1.3;letter-spacing:-.3px}
.terms-box h3{font-size:28px;font-weight:600;color:#FF9531;margin:48px 0 16px;line-height:1.4}
.terms-box h4{font-size:22px;font-weight:600;color:#333;margin:36px 0 14px;line-height:1.4}
.terms-box h5{font-size:18px;font-weight:600;color:#444;margin:28px 0 12px;line-height:1.5}
.terms-box h6{font-size:16px;font-weight:600;color:#555;margin:24px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.terms-box p{font-size:17px;line-height:1.8;color:#333;margin:0 0 20px;max-width:900px}
.terms-box a{color:#FF9531;text-decoration:none;border-bottom:1px solid #ff95314d;transition:all .3s ease}
.terms-box a:hover{color:#511F89;border-bottom-color:#511F89}
.terms-box a:focus{outline:2px solid #FF9531;outline-offset:2px;border-radius:2px}
.terms-box hr{border:none;height:2px;background:linear-gradient(90deg,#FF9531 0%,#511F89 100%);margin:56px 0;border-radius:2px;opacity:.3}
.terms-box div{margin:0 0 24px}
.terms-box h1:first-child{margin-top:0}
.terms-box h2:first-of-type{margin-top:48px}
.terms-box p:last-child{margin-bottom:0}
@media (max-width: 1024px) {
.terms-box{padding:60px 24px}
.terms-box h1{font-size:40px}
.terms-box h2{font-size:32px;margin-top:56px}
.terms-box h3{font-size:24px;margin-top:40px}
}
@media (max-width: 768px) {
.terms-box{padding:48px 20px}
.terms-box h1{font-size:34px;margin-bottom:20px}
.terms-box h2{font-size:28px;margin-top:48px}
.terms-box h3{font-size:22px;margin-top:36px}
.terms-box h4{font-size:20px;margin-top:32px}
.terms-box p{font-size:16px;line-height:1.7;margin-bottom:18px}
.terms-box hr{margin:40px 0}
}
@media (max-width: 480px) {
.terms-box{padding:40px 16px}
.terms-box h1{font-size:28px;letter-spacing:-.3px}
.terms-box h2{font-size:24px;margin-top:40px}
.terms-box h3{font-size:20px;margin-top:32px}
.terms-box h4{font-size:18px}
.terms-box p{font-size:15px}
}
.titleholder{max-width:1600px;margin:0 auto;padding:80px 20px;position:relative;overflow:hidden}
.titleholder::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff95310d 0%,#511f8914 100%);z-index:1;pointer-events:none}
.titleholder .titlecontent{position:relative;z-index:2;display:flex;align-items:center;gap:60px}
.titleholder .textside{flex:1;max-width:650px}
.titleholder .maintitle{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.titleholder .pointslist{list-style:none;padding:0;margin:0 0 32px}
.titleholder .pointslist li{padding:12px 0 12px 32px;position:relative;color:#2d2d2d;font-size:18px;line-height:1.6}
.titleholder .pointslist li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);border-radius:50%}
.titleholder .startbtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);color:#FDFDFE;text-decoration:none;font-size:18px;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 16px #ff953140;z-index:10;position:relative}
.titleholder .startbtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff953159}
.titleholder .imgside{flex:1;position:relative}
.titleholder .imgside img{width:100%;height:auto;border-radius:12px;filter:blur(0.5px);box-shadow:0 12px 32px #0000001f}
.programoverview{max-width:1600px;margin:0 auto;padding:60px 20px}
.programoverview .sectionhead{text-align:center;margin-bottom:48px}
.programoverview .sectionhead h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.programoverview .sectionhead h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FF9531 0%,#511F89 100%);border-radius:2px}
.programoverview .sectionhead p{font-size:18px;color:#4a4a4a;margin:24px auto 0;max-width:700px;line-height:1.7}
.programoverview .modulegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}
.programoverview .modulecard{background:#FDFDFE;padding:32px 28px;border-radius:10px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative}
.programoverview .modulecard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FF9531 0%,#511F89 100%);transition:height .3s ease;border-radius:10px 0 0 10px}
.programoverview .modulecard:hover::before{height:100%}
.programoverview .modulecard:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a;border-color:#FF9531}
.programoverview .modulecard .cardnumber{font-size:14px;font-weight:700;color:#FF9531;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.programoverview .modulecard h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.programoverview .modulecard p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0}
.learningpathway{background:linear-gradient(135deg,#511f890a 0%,#ff95310f 100%);padding:80px 20px;margin:60px 0}
.learningpathway .pathwrapper{max-width:1200px;margin:0 auto}
.learningpathway .pathhead{text-align:center;margin-bottom:56px}
.learningpathway .pathhead h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.learningpathway .pathhead p{font-size:17px;color:#4a4a4a;max-width:650px;margin:0 auto;line-height:1.7}
.learningpathway .stepsholder{display:flex;flex-direction:column;gap:32px;position:relative}
.learningpathway .stepsholder::before{content:'';position:absolute;left:31px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#FF9531 0%,#511F89 100%)}
.learningpathway .stepitem{display:flex;gap:24px;align-items:flex-start;position:relative;z-index:2}
.learningpathway .stepitem .stepnumber{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#FDFDFE;box-shadow:0 8px 20px #ff95314d}
.learningpathway .stepitem .stepdetails{background:#FDFDFE;padding:28px 32px;border-radius:10px;flex:1;box-shadow:0 4px 16px #00000014}
.learningpathway .stepitem .stepdetails h3{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.learningpathway .stepitem .stepdetails p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0}
.instructorsection{max-width:1600px;margin:0 auto;padding:80px 20px}
.instructorsection .instructorwrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.instructorsection .textcol h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.instructorsection .textcol .instructordesc{font-size:17px;color:#4a4a4a;line-height:1.8;margin:0 0 32px}
.instructorsection .textcol .expertiselist{list-style:none;padding:0;margin:0 0 32px}
.instructorsection .textcol .expertiselist li{padding:10px 0 10px 36px;position:relative;color:#2d2d2d;font-size:16px;line-height:1.6}
.instructorsection .textcol .expertiselist li::before{content:'\f00c';font-family:'ForkAwesome';position:absolute;left:0;color:#FF9531;font-size:18px}
.instructorsection .profilegrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.instructorsection .profilecard{background:#FDFDFE;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #0000001a;transition:all .3s ease}
.instructorsection .profilecard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026}
.instructorsection .profilecard img{width:100%;height:280px;object-fit:cover}
.instructorsection .profilecard .profileinfo{padding:24px}
.instructorsection .profilecard .profileinfo h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.instructorsection .profilecard .profileinfo p{font-size:15px;color:#511F89;margin:0;font-weight:600}
.enrollsection{background:linear-gradient(135deg,#511F89 0%,#FF9531 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.enrollsection::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fdfdfe1a 1px,transparent 1px);background-size:40px 40px;opacity:.3;pointer-events:none}
.enrollsection .enrollcontent{max-width:800px;margin:0 auto;position:relative;z-index:2}
.enrollsection .enrollcontent h2{font-size:42px;font-weight:700;color:#FDFDFE;margin:0 0 20px}
.enrollsection .enrollcontent p{font-size:19px;color:#fdfdfef2;line-height:1.7;margin:0 0 36px}
.enrollsection .ctagroup{display:flex;gap:20px;justify-content:center;align-items:center}
.enrollsection .ctagroup .enrollbtn{display:inline-block;padding:18px 44px;background:#FDFDFE;color:#511F89;text-decoration:none;font-size:18px;font-weight:700;border-radius:8px;transition:all .3s ease;box-shadow:0 6px 20px #00000026;z-index:10;position:relative}
.enrollsection .ctagroup .enrollbtn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000040}
.enrollsection .ctagroup .secondarybtn{display:inline-block;padding:18px 44px;background:transparent;color:#FDFDFE;text-decoration:none;font-size:18px;font-weight:700;border-radius:8px;border:2px solid #FDFDFE;transition:all .3s ease;z-index:10;position:relative}
.enrollsection .ctagroup .secondarybtn:hover{background:#fdfdfe1a;transform:translateY(-3px)}
@media (max-width: 1024px) {
.titleholder .titlecontent{flex-direction:column;gap:40px}
.titleholder .maintitle{font-size:38px}
.programoverview .modulegrid{grid-template-columns:repeat(2,1fr)}
.instructorsection .instructorwrap{grid-template-columns:1fr;gap:40px}
.enrollsection .enrollcontent h2{font-size:36px}
}
@media (max-width: 768px) {
.titleholder{padding:60px 20px}
.titleholder .maintitle{font-size:32px}
.titleholder .pointslist li{font-size:16px}
.programoverview .modulegrid{grid-template-columns:1fr}
.learningpathway{padding:60px 20px}
.learningpathway .stepsholder::before{display:none}
.learningpathway .stepitem{flex-direction:column;align-items:center;text-align:center}
.instructorsection{padding:60px 20px}
.instructorsection .profilegrid{grid-template-columns:1fr}
.enrollsection{padding:60px 20px}
.enrollsection .enrollcontent h2{font-size:30px}
.enrollsection .ctagroup{flex-direction:column}
}
@media (max-width: 480px) {
.titleholder .maintitle{font-size:28px}
.programoverview .sectionhead h2,.learningpathway .pathhead h2,.instructorsection .textcol h2{font-size:28px}
.enrollsection .enrollcontent h2{font-size:26px}
.titleholder .startbtn,.enrollsection .ctagroup .enrollbtn,.enrollsection .ctagroup .secondarybtn{padding:14px 32px;font-size:16px}
}
.eventspageholder{max-width:1600px;margin:0 auto;padding:0}
.heroblock{position:relative;background:linear-gradient(135deg,#FDFDFE 0%,#F5F5F7 100%);padding:100px 20px 80px;overflow:hidden}
.heroblock::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:linear-gradient(45deg,#ff953114 0%,#511f8914 100%);transform:rotate(-15deg);z-index:1}
.herocontent{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}
.herotextarea{flex:1}
.heroproblem{font-size:18px;color:#511F89;font-weight:600;margin-bottom:16px;letter-spacing:.5px}
.herotitle{font-size:48px;line-height:1.2;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.herodesc{font-size:18px;line-height:1.7;color:#4a4a4a;margin-bottom:32px}
.heroimgholder{position:relative;flex:0 0 420px}
.hexshape{position:relative;width:420px;height:420px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);overflow:hidden;background:#f0f0f0;box-shadow:0 16px 48px #511f8926}
.hexshape img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05) saturate(0.95)}
.hexshape::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="noise"><feTurbulence baseFrequency="0.9" numOctaves="4"/></filter><rect width="100" height="100" filter="url(%23noise)" opacity="0.03"/></svg>');pointer-events:none}
.heroactionbtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#FF9531 0%,#FF7A1F 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;box-shadow:0 8px 24px #ff953140;transition:all .3s ease}
.heroactionbtn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff953159}
.eventslistholder{background:#fff;padding:100px 20px}
.eventslistcontent{max-width:1200px;margin:0 auto}
.sectionhdr{text-align:center;margin-bottom:60px}
.sectionhdr h2{font-size:38px;color:#1a1a1a;margin-bottom:16px;font-weight:700}
.sectionhdr p{font-size:18px;color:#6a6a6a;line-height:1.6}
.eventsgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:40px}
.eventcard{background:#FDFDFE;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border:1px solid #e8e8e8}
.eventcard:hover{transform:translateY(-6px);box-shadow:0 12px 36px #511f891f}
.eventbadge{background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);color:#fff;padding:12px 24px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.eventdetails{padding:32px}
.eventdetails h3{font-size:24px;color:#1a1a1a;margin-bottom:16px;font-weight:700}
.eventmeta{display:flex;gap:24px;margin-bottom:20px;flex-wrap:wrap}
.metaitem{display:flex;align-items:center;gap:8px;font-size:14px;color:#6a6a6a}
.metaitem i{color:#FF9531;font-size:16px}
.eventdetails p{font-size:16px;line-height:1.7;color:#4a4a4a;margin-bottom:24px}
.eventtopics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.topictag{padding:6px 14px;background:#ff95311a;color:#511F89;border-radius:20px;font-size:13px;font-weight:500}
.enrollbtn{display:inline-block;padding:12px 32px;background:#511F89;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:15px;transition:all .3s ease}
.enrollbtn:hover{background:#3d1667;transform:translateX(4px)}
.whyjoinarea{background:linear-gradient(135deg,#511f8908 0%,#ff953108 100%);padding:100px 20px;position:relative}
.whyjoinarea::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="#511f8914"/><circle cx="90" cy="90" r="1" fill="#ff953114"/></svg>');background-size:100px 100px;opacity:.4;pointer-events:none}
.whyjoincontent{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}
.whyjoininfoside{display:flex;flex-direction:column;gap:32px}
.whyjoininfoside h2{font-size:42px;color:#1a1a1a;line-height:1.2;font-weight:700;margin-bottom:8px}
.benefititem{display:flex;gap:20px;padding:28px;background:#fff;border-radius:10px;box-shadow:0 4px 16px #0000000d;transition:all .3s ease}
.benefititem:hover{transform:translateX(8px);box-shadow:0 8px 24px #ff953126}
.benefiticon{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}
.benefittext h4{font-size:20px;color:#1a1a1a;margin-bottom:8px;font-weight:600}
.benefittext p{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
.whyjoinvisual{position:relative}
.visualwrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #511f8933}
.visualwrapper img{width:100%;height:auto;display:block}
.testimonialssec{background:#fff;padding:100px 20px}
.testimonialscontainer{max-width:1200px;margin:0 auto}
.testimonialscontainer h2{font-size:38px;color:#1a1a1a;text-align:center;margin-bottom:60px;font-weight:700}
.testimonialgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}
.testimonialbox{background:linear-gradient(135deg,#FDFDFE 0%,#F9F9FB 100%);padding:36px;border-radius:10px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative}
.testimonialbox::before{content:'"';position:absolute;top:12px;left:24px;font-size:80px;color:#ff953126;font-family:Georgia,serif;line-height:1}
.testimonialbox:hover{border-color:#FF9531;box-shadow:0 8px 28px #ff95311f}
.testimonialprofile{display:flex;align-items:center;gap:16px;margin-bottom:20px;position:relative;z-index:2}
.profilepic{width:64px;height:64px;border-radius:50%;overflow:hidden;border:3px solid #FF9531}
.profilepic img{width:100%;height:100%;object-fit:cover}
.profileinfo h4{font-size:18px;color:#1a1a1a;margin-bottom:4px;font-weight:600}
.profileinfo p{font-size:14px;color:#6a6a6a;margin:0}
.testimonialtext{font-size:15px;line-height:1.7;color:#4a4a4a;position:relative;z-index:2}
@media (max-width: 1024px) {
.herocontent{flex-direction:column;text-align:center}
.heroimgholder{flex:0 0 auto}
.hexshape{width:340px;height:340px}
.herotitle{font-size:38px}
.whyjoincontent{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.heroblock{padding:60px 20px 50px}
.herotitle{font-size:32px}
.hexshape{width:280px;height:280px}
.eventslistholder,.whyjoinarea,.testimonialssec{padding:60px 20px}
.sectionhdr h2,.whyjoininfoside h2,.testimonialscontainer h2{font-size:28px}
.eventsgrid,.testimonialgrid{grid-template-columns:1fr;gap:30px}
.benefititem{padding:20px}
}
@media (max-width: 480px) {
.herotitle{font-size:26px}
.herodesc{font-size:16px}
.hexshape{width:240px;height:240px}
.heroactionbtn{padding:14px 32px;font-size:15px}
}
.hero-mosaic{max-width:1600px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:repeat(12,1fr);gap:24px;align-items:center}
.hero-mosaic .textcontent{grid-column:1 / 8;z-index:2}
.hero-mosaic .maintitle{font-size:3.8rem;line-height:1.1;margin-bottom:16px;color:#511F89;font-weight:700}
.hero-mosaic .subtitle{font-size:1.4rem;color:#333;margin-bottom:12px;font-weight:400}
.hero-mosaic .tagline{font-size:1.1rem;color:#666;line-height:1.6}
.hero-mosaic .imgset{grid-column:8 / 13;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.hero-mosaic .imgset .imgbox{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:4/3}
.hero-mosaic .imgset .imgbox img{width:100%;height:100%;object-fit:cover}
.hero-mosaic .imgset .imgbox::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ff95314d 0%,#511f8966 100%)}
.pathchoice{background:linear-gradient(180deg,#FDFDFE 0%,#f5f0fb 100%);padding:100px 20px}
.pathchoice .contentholder{max-width:1400px;margin:0 auto}
.pathchoice .headertxt{text-align:center;margin-bottom:60px}
.pathchoice .headertxt h2{font-size:2.6rem;color:#511F89;margin-bottom:16px;font-weight:600}
.pathchoice .headertxt p{font-size:1.15rem;color:#555;max-width:800px;margin:0 auto;line-height:1.7}
.compgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.compgrid .optioncard{background:#fff;border-radius:10px;padding:40px 28px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;position:relative}
.compgrid .optioncard:hover{transform:translateY(-4px);box-shadow:0 12px 28px #511f8926}
.compgrid .optioncard .labelbox{background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);color:#fff;padding:8px 16px;border-radius:6px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:20px}
.compgrid .optioncard h3{font-size:1.5rem;color:#333;margin-bottom:16px;font-weight:600}
.compgrid .optioncard .detaillist{list-style:none;padding:0;margin:0}
.compgrid .optioncard .detaillist li{padding:12px 0;color:#666;font-size:1rem;border-bottom:1px solid #f0f0f0;position:relative;padding-left:28px}
.compgrid .optioncard .detaillist li:last-child{border-bottom:none}
.compgrid .optioncard .detaillist li::before{content:'\f00c';font-family:'ForkAwesome';position:absolute;left:0;color:#FF9531;font-size:.9rem}
.resourcesec{padding:90px 20px;background:#fff}
.resourcesec .innerwrap{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.resourcesec .leftcol h2{font-size:2.4rem;color:#511F89;margin-bottom:24px;font-weight:600}
.resourcesec .leftcol .description{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:32px}
.resourcesec .leftcol .resourcelist{display:flex;flex-direction:column;gap:20px}
.resourcesec .leftcol .resourceitem{display:flex;align-items:flex-start;gap:16px}
.resourcesec .leftcol .resourceitem .iconholder{width:48px;height:48px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;flex-shrink:0}
.resourcesec .leftcol .resourceitem .itemtxt h4{font-size:1.2rem;color:#333;margin-bottom:6px;font-weight:600}
.resourcesec .leftcol .resourceitem .itemtxt p{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.resourcesec .rightcol{position:relative}
.resourcesec .rightcol img{width:100%;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.feedbackzone{background:linear-gradient(135deg,#f8f4fb 0%,#fff5ed 100%);padding:90px 20px}
.feedbackzone .feedbackwrap{max-width:1400px;margin:0 auto}
.feedbackzone .sectionhdr{text-align:center;margin-bottom:50px}
.feedbackzone .sectionhdr h2{font-size:2.5rem;color:#511F89;margin-bottom:14px;font-weight:600}
.feedbackzone .sectionhdr p{font-size:1.1rem;color:#555}
.testimonialsgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.testimonialsgrid .reviewbox{background:#fff;border-radius:10px;padding:36px;box-shadow:0 6px 20px #00000014;position:relative}
.testimonialsgrid .reviewbox .quotemark{position:absolute;top:20px;right:24px;font-size:3rem;color:#FF9531;opacity:.2;font-family:Georgia,serif}
.testimonialsgrid .reviewbox .reviewtxt{font-size:1.05rem;color:#444;line-height:1.7;margin-bottom:24px;font-style:italic}
.testimonialsgrid .reviewbox .reviewer{display:flex;align-items:center;gap:16px}
.testimonialsgrid .reviewbox .reviewer img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.testimonialsgrid .reviewbox .reviewer .reviewerdata h5{font-size:1.1rem;color:#333;margin-bottom:4px;font-weight:600}
.testimonialsgrid .reviewbox .reviewer .reviewerdata .studylevel{font-size:.9rem;color:#777}
.georeach{padding:90px 20px;background:#fff}
.georeach .geowrapper{max-width:1300px;margin:0 auto}
.georeach .toptext{text-align:center;margin-bottom:60px}
.georeach .toptext h2{font-size:2.4rem;color:#511F89;margin-bottom:18px;font-weight:600}
.georeach .toptext p{font-size:1.1rem;color:#555;line-height:1.7;max-width:750px;margin:0 auto}
.regiongrid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.regiongrid .regioncard{background:linear-gradient(135deg,#FDFDFE 0%,#f9f9f9 100%);border:2px solid #e8e8e8;border-radius:8px;padding:32px 20px;text-align:center;transition:all .3s ease}
.regiongrid .regioncard:hover{border-color:#FF9531;box-shadow:0 8px 20px #ff953126;transform:translateY(-3px)}
.regiongrid .regioncard .regiconbox{width:64px;height:64px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;color:#fff}
.regiongrid .regioncard h4{font-size:1.2rem;color:#333;margin-bottom:10px;font-weight:600}
.regiongrid .regioncard p{font-size:.95rem;color:#666;margin:0;line-height:1.5}
.audiencesec{background:linear-gradient(180deg,#511F89 0%,#7a3db3 100%);padding:100px 20px;color:#fff}
.audiencesec .audienceholder{max-width:1400px;margin:0 auto}
.audiencesec .sectiontitle{text-align:center;margin-bottom:60px}
.audiencesec .sectiontitle h2{font-size:2.6rem;margin-bottom:16px;font-weight:600}
.audiencesec .sectiontitle p{font-size:1.15rem;opacity:.9}
.profilesgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.profilesgrid .profilebox{background:#fdfdfe1a;border:1px solid #fff3;border-radius:10px;padding:36px 28px;transition:all .3s ease}
.profilesgrid .profilebox:hover{background:#fdfdfe26;border-color:#FF9531}
.profilesgrid .profilebox .profileicon{width:72px;height:72px;background:#ff953133;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#FF9531;margin-bottom:24px}
.profilesgrid .profilebox h3{font-size:1.4rem;margin-bottom:14px;font-weight:600}
.profilesgrid .profilebox .profiledetails{font-size:1rem;line-height:1.7;opacity:.9;margin-bottom:20px}
.profilesgrid .profilebox .needs{list-style:none;padding:0;margin:0}
.profilesgrid .profilebox .needs li{padding:8px 0;font-size:.95rem;opacity:.85;padding-left:24px;position:relative}
.profilesgrid .profilebox .needs li::before{content:'\f105';font-family:'ForkAwesome';position:absolute;left:0;color:#FF9531}
.learningflow{padding:90px 20px;background:#fff}
.learningflow .flowcontainer{max-width:1200px;margin:0 auto}
.learningflow .flowhdr{text-align:center;margin-bottom:70px}
.learningflow .flowhdr h2{font-size:2.5rem;color:#511F89;margin-bottom:16px;font-weight:600}
.learningflow .flowhdr p{font-size:1.1rem;color:#555;line-height:1.7}
.stepflow{position:relative}
.stepflow::before{content:'';position:absolute;left:40px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#FF9531 0%,#511F89 100%)}
.stepflow .stepitem{display:grid;grid-template-columns:80px 1fr;gap:32px;margin-bottom:48px;align-items:flex-start}
.stepflow .stepitem:last-child{margin-bottom:0}
.stepflow .stepitem .stepnum{width:80px;height:80px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;font-weight:700;position:relative;z-index:1;box-shadow:0 6px 16px #511f8940}
.stepflow .stepitem .stepdata h3{font-size:1.6rem;color:#333;margin-bottom:14px;font-weight:600}
.stepflow .stepitem .stepdata p{font-size:1.05rem;color:#666;line-height:1.7;margin:0}
.ctazone{background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);padding:80px 20px;text-align:center}
.ctazone .ctacontent{max-width:800px;margin:0 auto}
.ctazone .ctacontent h2{font-size:2.4rem;color:#fff;margin-bottom:20px;font-weight:600}
.ctazone .ctacontent p{font-size:1.15rem;color:#fffffff2;margin-bottom:36px;line-height:1.7}
.ctazone .ctacontent .btnset{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.ctazone .ctacontent .btnset .mainbtn{background:#fff;color:#511F89;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 20px #00000026}
.ctazone .ctacontent .btnset .mainbtn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000040}
.ctazone .ctacontent .btnset .secondbtn{background:transparent;color:#fff;padding:16px 40px;border:2px solid #fff;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px}
.ctazone .ctacontent .btnset .secondbtn:hover{background:#ffffff26;transform:translateY(-2px)}
@media (max-width: 1024px) {
.hero-mosaic{grid-template-columns:1fr;padding:60px 20px}
.hero-mosaic .textcontent{grid-column:1;margin-bottom:40px}
.hero-mosaic .imgset{grid-column:1}
.hero-mosaic .maintitle{font-size:2.8rem}
.compgrid{grid-template-columns:1fr}
.resourcesec .innerwrap{grid-template-columns:1fr;gap:40px}
.testimonialsgrid{grid-template-columns:1fr}
.regiongrid{grid-template-columns:repeat(2,1fr)}
.profilesgrid{grid-template-columns:1fr}
.stepflow::before{left:30px}
.stepflow .stepitem{grid-template-columns:60px 1fr;gap:24px}
.stepflow .stepitem .stepnum{width:60px;height:60px;font-size:1.5rem}
}
@media (max-width: 640px) {
.hero-mosaic .maintitle{font-size:2.2rem}
.hero-mosaic .subtitle{font-size:1.2rem}
.hero-mosaic .imgset{grid-template-columns:1fr}
.pathchoice .headertxt h2{font-size:2rem}
.regiongrid{grid-template-columns:1fr}
.ctazone .ctacontent .btnset{flex-direction:column}
.ctazone .ctacontent .btnset .mainbtn,.ctazone .ctacontent .btnset .secondbtn{width:100%;justify-content:center}
}
.contactwrap{max-width:1600px;margin:0 auto;padding:0}
.herosection{background:linear-gradient(135deg,#511F89 0%,#FF9531 100%);padding:80px 20px;position:relative;overflow:hidden}
.herosection::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M30 30l10-10M30 30l-10 10' stroke='%23FDFDFE' stroke-width='0.5' opacity='0.1'/%3E%3C/svg%3E");opacity:.3}
.heroinnercont{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.herotxtarea{flex:1}
.herotxtarea h1{color:#FDFDFE;font-size:3.2rem;font-weight:700;line-height:1.2;margin:0 0 24px}
.herotxtarea h1 .accentline{display:block;color:#FF9531;font-size:2.4rem;margin-top:8px}
.herotxtarea .leadtxt{color:#FDFDFE;font-size:1.15rem;line-height:1.7;margin:0;opacity:.95}
.heroimgwrap{flex:0 0 420px;position:relative}
.heroimgwrap img{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 40px #00000040;display:block}
.heroimgwrap::after{content:'';position:absolute;top:-12px;right:-12px;width:100%;height:100%;border:3px solid #fdfdfe4d;border-radius:8px;z-index:-1}
.contactinfosec{background:#FDFDFE;padding:90px 20px}
.contactinfoinner{max-width:1200px;margin:0 auto}
.contactinfoinner h2{font-size:2.4rem;color:#511F89;margin:0 0 48px;text-align:center;font-weight:700}
.contactgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.contactcard{background:#FDFDFE;border:2px solid #511F89;border-radius:10px;padding:32px 28px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}
.contactcard:hover{transform:translateY(-6px);box-shadow:0 16px 32px #511f8926}
.contactcard .iconholder{width:72px;height:72px;margin:0 auto 20px;background:linear-gradient(135deg,#FF9531,#511F89);border-radius:50%;display:flex;align-items:center;justify-content:center}
.contactcard .iconholder i{font-size:2rem;color:#FDFDFE}
.contactcard h3{font-size:1.35rem;color:#511F89;margin:0 0 12px;font-weight:600}
.contactcard .infotxt{color:#333;font-size:1rem;line-height:1.6;margin:0}
.contactcard .infotxt a{color:#FF9531;text-decoration:none;transition:color .3s ease;word-break:break-all}
.contactcard .infotxt a:hover{color:#511F89}
.formsection{background:linear-gradient(180deg,#511F89 0%,#FF9531 100%);padding:90px 20px}
.formcontainer{max-width:800px;margin:0 auto;background:#FDFDFE;border-radius:12px;padding:50px 60px;box-shadow:0 20px 60px #0003}
.formcontainer h2{font-size:2.2rem;color:#511F89;margin:0 0 16px;font-weight:700;text-align:center}
.formcontainer .formsubtxt{text-align:center;color:#555;font-size:1.05rem;margin:0 0 40px;line-height:1.6}
.contactform{display:flex;flex-direction:column;gap:0}
.inputrow{display:flex;gap:24px;margin-bottom:28px}
.fieldwrap{flex:1;display:flex;flex-direction:column}
.fieldwrap.fullwidth{width:100%}
.fieldwrap label{font-size:.95rem;color:#511F89;font-weight:600;margin-bottom:8px;display:block}
.fieldwrap input,.fieldwrap select{width:100%;padding:14px 16px;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff;box-sizing:border-box}
.fieldwrap input:focus,.fieldwrap select:focus{outline:none;border-color:#FF9531;box-shadow:0 0 0 3px #ff953126}
.fieldwrap select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23511F89' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.privacywrap{margin:32px 0 28px;display:flex;align-items:flex-start;gap:12px}
.privacywrap input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacywrap label{font-size:.95rem;color:#555;line-height:1.5;cursor:pointer}
.privacywrap label a{color:#FF9531;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacywrap label a:hover{color:#511F89}
.submitbtn{background:linear-gradient(135deg,#FF9531,#511F89);color:#FDFDFE;border:none;padding:16px 48px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;align-self:center}
.submitbtn:hover{transform:scale(1.05);box-shadow:0 8px 24px #511f894d}
.submitbtn:active{transform:scale(0.98)}
@media (max-width: 992px) {
.heroinnercont{flex-direction:column;gap:40px}
.heroimgwrap{flex:0 0 auto;width:100%;max-width:500px}
.herotxtarea h1{font-size:2.6rem}
.herotxtarea h1 .accentline{font-size:2rem}
.contactgrid{grid-template-columns:repeat(2,1fr);gap:32px}
.formcontainer{padding:40px}
}
@media (max-width: 768px) {
.herosection{padding:60px 20px}
.herotxtarea h1{font-size:2.2rem}
.herotxtarea h1 .accentline{font-size:1.7rem}
.contactgrid{grid-template-columns:1fr;gap:24px}
.contactinfosec{padding:60px 20px}
.formsection{padding:60px 20px}
.formcontainer{padding:32px 24px}
.inputrow{flex-direction:column;gap:0}
.fieldwrap{margin-bottom:24px}
}
@media (max-width: 480px) {
.herotxtarea h1{font-size:1.9rem}
.herotxtarea h1 .accentline{font-size:1.5rem}
.herotxtarea .leadtxt{font-size:1.05rem}
.contactinfoinner h2{font-size:2rem}
.formcontainer h2{font-size:1.9rem}
}
.reviewpagewrap{width:100%;max-width:1600px;margin:0 auto}
.titlezone{position:relative;padding:90px 20px 80px;overflow:hidden;background:linear-gradient(135deg,#511F89 0%,#FF9531 100%)}
.titlezone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fdfdfe26 0%,transparent 70%);border-radius:50%;filter:blur(60px)}
.titlezone::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#ff953133 0%,transparent 70%);border-radius:50%;filter:blur(80px)}
.titlecontent{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center}
.titlecontent .mainnumber{font-size:72px;font-weight:700;color:#FDFDFE;line-height:1;margin-bottom:12px;text-shadow:0 4px 20px #0000004d}
.titlecontent .mainheading{font-size:42px;font-weight:600;color:#FDFDFE;margin-bottom:20px;line-height:1.2}
.titlecontent .explaintext{font-size:18px;color:#fdfdfee6;line-height:1.6;max-width:700px;margin:0 auto}
.reviewgrid{padding:70px 20px;background:#FDFDFE}
.gridwrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px}
.reviewblock{background:#fff;border:1px solid #511f891a;border-radius:8px;padding:32px;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.reviewblock:hover{transform:translateY(-4px);box-shadow:0 12px 28px #511f8926}
.reviewblock::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FF9531 0%,#511F89 100%);border-radius:8px 0 0 8px}
.reviewtop{display:flex;align-items:center;gap:18px;margin-bottom:20px}
.reviewimg{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #FF9531}
.reviewerinfo .reviewername{font-size:19px;font-weight:600;color:#511F89;margin-bottom:4px}
.reviewerinfo .reviewercourse{font-size:14px;color:#666}
.starrating{display:flex;gap:4px;margin-bottom:16px}
.starrating i{color:#FF9531;font-size:16px}
.reviewtext{font-size:16px;line-height:1.7;color:#333;margin-bottom:16px}
.reviewdate{font-size:13px;color:#999;font-style:italic}
.statsarea{padding:80px 20px;background:linear-gradient(180deg,#f8f8f9 0%,#fff 100%)}
.statscontainer{max-width:1200px;margin:0 auto}
.statstitle{text-align:center;margin-bottom:50px}
.statstitle .headingmain{font-size:36px;font-weight:600;color:#511F89;margin-bottom:12px}
.statstitle .subtext{font-size:17px;color:#666;line-height:1.6}
.statboxes{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}
.statitem{background:#fff;border-radius:10px;padding:40px 50px;text-align:center;box-shadow:0 6px 18px #511f891a;min-width:220px;transition:transform .3s ease}
.statitem:hover{transform:scale(1.05)}
.statitem .bignumber{font-size:52px;font-weight:700;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:10px}
.statitem .statlabel{font-size:16px;color:#666;font-weight:500}
.testimonialsplit{padding:70px 20px;background:#fff}
.splitlayout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.leftcol .sectionhead{font-size:38px;font-weight:600;color:#511F89;margin-bottom:18px;line-height:1.3}
.leftcol .sectiondesc{font-size:17px;color:#555;line-height:1.7;margin-bottom:24px}
.leftcol .ctabtn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);color:#FDFDFE;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:transform .3s ease,box-shadow .3s ease}
.leftcol .ctabtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff953166}
.rightcol{display:flex;flex-direction:column;gap:24px}
.testimonycard{background:linear-gradient(135deg,#511f890d 0%,#ff95310d 100%);padding:28px;border-radius:8px;border-left:4px solid #FF9531}
.testimonycard .quotemark{font-size:48px;color:#511F89;line-height:1;margin-bottom:12px;opacity:.3}
.testimonycard .testimonycontent{font-size:16px;color:#333;line-height:1.7;margin-bottom:16px}
.testimonycard .authorinfo{display:flex;align-items:center;gap:12px}
.testimonycard .authorimg{width:48px;height:48px;border-radius:50%;object-fit:cover}
.testimonycard .authorname{font-size:16px;font-weight:600;color:#511F89}
.testimonycard .authortag{font-size:14px;color:#777}
.visualreview{padding:80px 20px;background:linear-gradient(255deg,#FF9531 0%,#511F89 50%,#FDFDFE 100%);position:relative}
.visualreview::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#fdfdfee6}
.visualcontent{position:relative;z-index:2;max-width:1400px;margin:0 auto}
.visualheader{text-align:center;margin-bottom:50px}
.visualheader .headingtext{font-size:36px;font-weight:600;color:#511F89;margin-bottom:14px}
.visualheader .subtextarea{font-size:17px;color:#666;line-height:1.6;max-width:800px;margin:0 auto}
.visualgallery{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.galleryitem{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #511f8926;transition:transform .3s ease}
.galleryitem:hover{transform:scale(1.03)}
.galleryitem .itemimage{width:100%;height:320px;object-fit:cover}
.galleryitem .overlayinfo{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0%,#511f89e6 100%);padding:24px;color:#FDFDFE}
.galleryitem .overlayinfo .caption{font-size:18px;font-weight:600;margin-bottom:6px}
.galleryitem .overlayinfo .description{font-size:14px;opacity:.9;line-height:1.5}
@media (max-width: 1024px) {
.splitlayout{grid-template-columns:1fr;gap:40px}
.visualgallery{grid-template-columns:repeat(2,1fr)}
.titlecontent .mainnumber{font-size:56px}
.titlecontent .mainheading{font-size:34px}
}
@media (max-width: 768px) {
.gridwrapper{grid-template-columns:1fr}
.statboxes{flex-direction:column;align-items:stretch}
.statitem{min-width:100%}
.visualgallery{grid-template-columns:1fr}
.titlezone{padding:60px 20px 50px}
.titlecontent .mainnumber{font-size:48px}
.titlecontent .mainheading{font-size:28px}
.leftcol .sectionhead{font-size:30px}
.statstitle .headingmain{font-size:30px}
}
.successwrapper{max-width:1600px;margin:0 auto;padding:0}
.successhero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;padding:80px 24px;overflow:hidden;background:linear-gradient(135deg,#FDFDFE 0%,#f8f4fb 100%)}
.successhero::before{content:'';position:absolute;top:-120px;left:-80px;width:340px;height:340px;background:radial-gradient(circle,#ff953126 0%,#ff953100 70%);border-radius:50%;filter:blur(60px);z-index:1}
.successhero::after{content:'';position:absolute;bottom:-100px;right:-60px;width:400px;height:400px;background:radial-gradient(circle,#511f891f 0%,#511f8900 70%);border-radius:50%;filter:blur(80px);z-index:1}
.herocontentbox{position:relative;z-index:2;text-align:center;max-width:780px}
.successiconholder{margin-bottom:32px;display:inline-flex;align-items:center;justify-content:center}
.checkiconcircle{width:96px;height:96px;background:linear-gradient(135deg,#FF9531 0%,#ff7a00 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #ff95314d;animation:popIn .5s ease-out}
@keyframes popIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.checkiconcircle svg{width:48px;height:48px;stroke:#FDFDFE;stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.maintitletext{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.maintitletext::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FF9531 0%,#511F89 100%);margin:24px auto 0;border-radius:2px}
.herodesctext{font-size:19px;line-height:1.7;color:#4a4a4a;margin:24px 0 0}
.confirmationdetails{background:#fff;padding:80px 24px}
.detailscontainer{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px}
.infocard{background:linear-gradient(135deg,#FDFDFE 0%,#f9f9fb 100%);border-radius:8px;padding:36px;box-shadow:0 4px 16px #0000000f;border:1px solid #511f8914;transition:all .3s ease}
.infocard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.cardheadline{font-size:24px;font-weight:700;color:#511F89;margin:0 0 20px;display:flex;align-items:center;gap:12px}
.cardheadline::before{content:'';width:6px;height:28px;background:linear-gradient(180deg,#FF9531 0%,#511F89 100%);border-radius:3px}
.infolist{list-style:none;padding:0;margin:0}
.infolistitem{padding:14px 0;border-bottom:1px solid #511f891a;display:flex;align-items:flex-start;gap:12px}
.infolistitem:last-child{border-bottom:none}
.itemlabel{font-size:15px;font-weight:600;color:#511F89;min-width:120px}
.itemvalue{font-size:15px;color:#2a2a2a;line-height:1.6}
.nextsteps{background:linear-gradient(135deg,#FDFDFE 0%,#faf8fc 100%);padding:72px 24px}
.stepscontainer{max-width:920px;margin:0 auto}
.sectiontitle{font-size:36px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 48px;position:relative}
.sectiontitle::before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-16px;width:60px;height:3px;background:linear-gradient(90deg,#FF9531 0%,#511F89 100%);border-radius:2px}
.stepsgrid{display:flex;flex-direction:column;gap:24px}
.stepitem{background:#fff;border-radius:8px;padding:28px 32px;display:flex;align-items:flex-start;gap:24px;box-shadow:0 2px 12px #0000000d;border-left:4px solid transparent;transition:all .3s ease}
.stepitem:nth-child(1){border-left-color:#FF9531}
.stepitem:nth-child(2){border-left-color:#d06b2b}
.stepitem:nth-child(3){border-left-color:#511F89}
.stepitem:hover{box-shadow:0 6px 20px #00000014;transform:translateX(4px)}
.stepnumber{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);color:#FDFDFE;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}
.stepcontent{flex:1}
.steptitle{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.stepdesc{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.actionholder{text-align:center;margin-top:48px}
.btnprimary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#FF9531 0%,#511F89 100%);color:#FDFDFE;font-size:17px;font-weight:600;padding:16px 40px;border-radius:6px;text-decoration:none;box-shadow:0 6px 20px #ff953159;transition:all .3s ease;border:none;cursor:pointer;position:relative;z-index:10}
.btnprimary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 28px #ff953173}
.btnprimary:active{transform:translateY(0) scale(0.98)}
.supportinfo{background:#fff;padding:60px 24px;border-top:1px solid #511f891a}
.supportbox{max-width:740px;margin:0 auto;text-align:center}
.supporttitle{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.supporttext{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 28px}
.contactlinks{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.contactitem{display:flex;align-items:center;gap:10px;color:#511F89;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease}
.contactitem:hover{color:#FF9531;transform:translateY(-2px)}
.contactitem i{font-size:20px}
@media (max-width: 968px) {
.detailscontainer{grid-template-columns:1fr;gap:32px}
.maintitletext{font-size:36px}
.sectiontitle{font-size:28px}
.stepitem{flex-direction:column;align-items:flex-start}
}
@media (max-width: 640px) {
.successhero{min-height:420px;padding:60px 20px}
.maintitletext{font-size:28px}
.herodesctext{font-size:17px}
.checkiconcircle{width:76px;height:76px}
.checkiconcircle svg{width:38px;height:38px}
.infocard{padding:24px}
.cardheadline{font-size:20px}
.itemlabel{min-width:100px;font-size:14px}
.itemvalue{font-size:14px}
.confirmationdetails{padding:60px 20px}
.nextsteps{padding:56px 20px}
.sectiontitle{font-size:24px;margin-bottom:36px}
.stepitem{padding:20px 24px}
.steptitle{font-size:18px}
.stepdesc{font-size:15px}
.contactlinks{flex-direction:column;gap:20px;align-items:center}
.btnprimary{padding:14px 32px;font-size:16px}
}