*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Roboto',sans-serif;background-color:#fff;color:#2c2c2c;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}
.cntnr-main{max-width:1140px;margin:0 auto;padding:0 20px;width:100%}
header{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);box-shadow:0 4px 12px #5c178914;position:relative}
.hdr-tp{background-color:#5C1789;padding:12px 0}
.hdr-tp .cntnr-main{display:flex;justify-content:center;align-items:center}
.nvgtn-mn{display:flex;gap:40px;align-items:center}
.nvgtn-mn .nvlnk{color:#fff;text-decoration:none;font-size:15px;font-weight:400;padding:8px 16px;border-radius:6px;transition:background-color 180ms ease-in}
.nvgtn-mn .nvlnk:hover{background-color:#00feae26}
.hdr-btm{padding:30px 0;position:relative}
.brnd-wrp{display:flex;align-items:center;justify-content:center;gap:18px}
.lg-cntnr{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:16px;box-shadow:0 6px 18px #00feae33}
.lg-img{width:70px;height:70px;object-fit:contain}
.cmpny-nm{font-size:32px;font-weight:700;color:#5C1789;letter-spacing:-.5px}
main{flex:1}
footer{background:linear-gradient(180deg,#5C1789 0%,#4a1270 100%);color:#fff;margin-top:60px}
.ftr-main{padding:50px 0 40px}
.ftr-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px}
.ftr-blck{display:flex;flex-direction:column;align-items:flex-start}
.ftr-icn-wrp{width:54px;height:54px;background:linear-gradient(135deg,#00FEAE 0%,#00d99a 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 6px 16px #00feae59}
.ftr-icn{font-size:28px;color:#5C1789}
.ftr-ttl{font-size:20px;font-weight:500;margin-bottom:18px;color:#F3E6B1}
.ftr-nvgtn{display:flex;flex-direction:column;gap:10px}
.ftr-lnk{color:#fff;text-decoration:none;font-size:15px;font-weight:300;transition:color 200ms ease-in;padding:4px 0}
.ftr-lnk:hover{color:#00FEAE}
.ftr-cntct{display:flex;flex-direction:column;gap:8px}
.ftr-txt{font-size:15px;font-weight:300;color:#fff;margin:0}
.ftr-cpyrght{background-color:#00000040;padding:20px 0;margin-top:40px}
.cpyrght-txt{text-align:center;font-size:14px;font-weight:300;color:#fff}
.ckie-ppup{position:fixed;top:20px;right:-450px;width:420px;background:linear-gradient(135deg,#fff 0%,#f9f9f9 100%);border-radius:20px;box-shadow:0 12px 36px #5c178940;padding:32px;z-index:9999;transition:right 400ms ease-in;border:2px solid #00feae4d}
.ckie-ppup.shw{right:20px}
.ckie-ppup.hd{display:none}
.ckie-tbs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #5c178926}
.ckie-tb{background:none;border:none;padding:10px 18px;font-size:14px;font-weight:500;color:#5C1789;cursor:pointer;position:relative;transition:color 150ms ease-in;font-family:'Roboto',sans-serif}
.ckie-tb.active{color:#00FEAE}
.ckie-tb.active::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#00FEAE}
.ckie-pnl{display:none}
.ckie-pnl.active{display:block}
.ckie-hdng{font-size:20px;font-weight:700;color:#5C1789;margin-bottom:14px}
.ckie-txt{font-size:14px;line-height:1.6;color:#2c2c2c;margin-bottom:16px}
.ckie-lst{list-style:none;padding-left:0;margin-bottom:20px}
.ckie-itm{font-size:13px;color:#2c2c2c;padding:6px 0;padding-left:20px;position:relative}
.ckie-itm::before{content:'✓';position:absolute;left:0;color:#00FEAE;font-weight:700}
.ckie-btns{display:flex;gap:12px;margin-top:24px}
.ckie-btn{flex:1;padding:12px 20px;border:none;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:transform 150ms ease-in,box-shadow 150ms ease-in;font-family:'Roboto',sans-serif}
.ckie-ccpt{background:linear-gradient(135deg,#00FEAE 0%,#00d99a 100%);color:#5C1789;box-shadow:0 4px 12px #00feae4d}
.ckie-ccpt:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00feae66}
.ckie-dcln{background:linear-gradient(135deg,#5C1789 0%,#4a1270 100%);color:#fff;box-shadow:0 4px 12px #5c17894d}
.ckie-dcln:hover{transform:translateY(-2px);box-shadow:0 6px 16px #5c178966}
@media (max-width: 768px) {
.nvgtn-mn{gap:20px;flex-wrap:wrap;justify-content:center}
.nvgtn-mn .nvlnk{font-size:14px;padding:6px 12px}
.cmpny-nm{font-size:24px}
.lg-cntnr{width:70px;height:70px}
.lg-img{width:55px;height:55px}
.ftr-grd{grid-template-columns:1fr;gap:35px}
.ckie-ppup{width:calc(100% - 40px);right:-100%;left:auto}
.ckie-ppup.shw{right:20px;left:20px}
}
@media (max-width: 480px) {
.nvgtn-mn{gap:10px}
.nvgtn-mn .nvlnk{font-size:13px}
.cmpny-nm{font-size:20px}
.ckie-ppup{padding:24px;top:10px}
.ckie-ppup.shw{right:10px;left:10px}
}
.terms-section{max-width:1140px;margin:60px auto;padding:40px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #5c178914}
.terms-section h1{font-size:42px;line-height:1.2;color:#5C1789;margin:0 0 16px;font-weight:700}
.terms-section h2{font-size:32px;line-height:1.3;color:#5C1789;margin:48px 0 20px;font-weight:600;padding-bottom:12px;border-bottom:2px solid #00feae4d}
.terms-section h3{font-size:24px;line-height:1.4;color:#2c2c2c;margin:36px 0 16px;font-weight:600}
.terms-section h4{font-size:20px;line-height:1.4;color:#2c2c2c;margin:28px 0 14px;font-weight:600}
.terms-section h5{font-size:18px;line-height:1.4;color:#2c2c2c;margin:24px 0 12px;font-weight:600}
.terms-section h6{font-size:16px;line-height:1.4;color:#2c2c2c;margin:20px 0 10px;font-weight:600}
.terms-section p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px}
.terms-section ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.terms-section ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.terms-section li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.terms-section ul ul{margin:12px 0 0;list-style-type:circle}
.terms-section ol ol{margin:12px 0 0;list-style-type:lower-alpha}
.terms-section li ul,.terms-section li ol{margin-top:12px}
.terms-section strong,.terms-section b{font-weight:700;color:#5C1789}
.terms-section em,.terms-section i{font-style:italic;color:#444}
.terms-section a{color:#00FEAE;text-decoration:none;border-bottom:1px solid #00feae66;transition:all 200ms ease-in;font-weight:500}
.terms-section a:hover{color:#5C1789;border-bottom-color:#5C1789}
.terms-section a:focus{outline:2px solid #00FEAE;outline-offset:2px;border-radius:2px}
.terms-section hr{border:0;height:2px;background:linear-gradient(to right,#00feae99,#5c17894d,#00feae99);margin:40px 0}
.terms-section div{margin:0 0 20px}
.terms-section blockquote{margin:24px 0;padding:20px 24px;background:#f3e6b126;border-left:4px solid #00FEAE;font-size:16px;line-height:1.8;color:#333;border-radius:0 8px 8px 0}
.terms-section table{width:100%;margin:24px 0;border-collapse:collapse;font-size:15px}
.terms-section table th{background:#5c17891a;padding:12px 16px;text-align:left;font-weight:600;color:#5C1789;border-bottom:2px solid #00FEAE}
.terms-section table td{padding:12px 16px;border-bottom:1px solid #5c17891a;color:#333}
.terms-section table tr:hover{background:#00feae0d}
.terms-section code{background:#5c178914;padding:2px 6px;border-radius:4px;font-family:'Courier New',monospace;font-size:14px;color:#5C1789}
.terms-section pre{background:#5c17890d;padding:16px 20px;border-radius:8px;overflow-x:auto;margin:24px 0;border-left:3px solid #00FEAE}
.terms-section pre code{background:transparent;padding:0}
@media (max-width: 768px) {
.terms-section{margin:40px auto;padding:30px 16px;border-radius:8px}
.terms-section h1{font-size:32px;margin-bottom:12px}
.terms-section h2{font-size:26px;margin:36px 0 16px}
.terms-section h3{font-size:22px;margin:28px 0 14px}
.terms-section h4{font-size:19px}
.terms-section h5{font-size:17px}
.terms-section p,.terms-section li{font-size:15px;line-height:1.7}
.terms-section ul,.terms-section ol{padding-left:22px}
.terms-section hr{margin:32px 0}
.terms-section blockquote{padding:16px 18px;margin:20px 0}
.terms-section table{font-size:14px}
.terms-section table th,.terms-section table td{padding:10px 12px}
}
@media (max-width: 480px) {
.terms-section{margin:24px auto;padding:24px 12px}
.terms-section h1{font-size:28px}
.terms-section h2{font-size:24px;margin:32px 0 14px}
.terms-section h3{font-size:20px}
.terms-section p,.terms-section li{font-size:14px}
.terms-section ul,.terms-section ol{padding-left:20px}
.terms-section table{font-size:13px}
.terms-section table th,.terms-section table td{padding:8px 10px}
}
.prgrm-hdr{background:linear-gradient(135deg,#00feae14 0%,#5c17891f 100%);padding:80px 20px;position:relative;overflow:hidden}
.prgrm-hdr::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f3e6b126 0%,transparent 70%);border-radius:50%}
.prgrm-hdr-wrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center;position:relative;z-index:2}
.prgrm-hdr-txt h1{font-size:2.8rem;line-height:1.2;margin:0 0 24px;color:#1a1a1a}
.prgrm-hdr-txt h1 .hghlght{color:#5C1789;position:relative;display:inline-block}
.prgrm-hdr-txt h1 .hghlght::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00FEAE 0%,transparent 100%)}
.prgrm-hdr-txt p{font-size:1.1rem;line-height:1.7;color:#444;margin:0}
.prgrm-hdr-img{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #5c17892e}
.prgrm-hdr-img::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00feae40 0%,#5c178959 100%);z-index:1}
.prgrm-hdr-img img{width:100%;height:420px;object-fit:cover;display:block}
.mdls-sec{padding:90px 20px;background:#fff}
.mdls-cntnr{max-width:1140px;margin:0 auto}
.mdls-head{text-align:center;margin-bottom:60px}
.mdls-head h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.mdls-head h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#5C1789 0%,#00FEAE 100%);border-radius:2px}
.mdls-head p{font-size:1.05rem;color:#555;margin:0;max-width:680px;margin:0 auto}
.mdls-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.mdl-crd{background:linear-gradient(145deg,#fafafa 0%,#fff 100%);border:2px solid transparent;border-radius:16px;padding:36px 28px;transition:all 300ms ease-in;position:relative}
.mdl-crd::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:14px;background:linear-gradient(145deg,#00feae1a 0%,#5c17891a 100%);opacity:0;transition:opacity 200ms ease-in;z-index:1}
.mdl-crd:hover{border-color:#00FEAE;box-shadow:0 8px 24px #00feae26;transform:translateY(-4px)}
.mdl-crd:hover::before{opacity:1}
.mdl-crd-inner{position:relative;z-index:2}
.mdl-icn{width:56px;height:56px;background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.mdl-icn svg{width:28px;height:28px;fill:#fff}
.mdl-crd h3{font-size:1.35rem;color:#1a1a1a;margin:0 0 12px}
.mdl-crd p{font-size:.95rem;line-height:1.6;color:#666;margin:0 0 16px}
.mdl-crd .drtn{font-size:.9rem;color:#5C1789;font-weight:600}
.prgrs-sec{padding:80px 20px;background:linear-gradient(180deg,#fafafa 0%,#fff 50%);position:relative}
.prgrs-wrap{max-width:1140px;margin:0 auto}
.prgrs-hd{margin-bottom:50px}
.prgrs-hd h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 14px}
.prgrs-hd p{font-size:1.05rem;color:#555;margin:0}
.prgrs-stps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative}
.prgrs-stps::before{content:'';position:absolute;top:32px;left:10%;width:80%;height:2px;background:linear-gradient(90deg,#00FEAE 0%,#5C1789 50%,#F3E6B1 100%);z-index:1}
.stp-itm{position:relative;z-index:2;text-align:center}
.stp-nmbr{width:64px;height:64px;background:#fff;border:3px solid #00FEAE;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.5rem;font-weight:700;color:#5C1789;position:relative;transition:all 200ms ease-in}
.stp-itm:hover .stp-nmbr{background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);color:#fff;border-color:#5C1789;transform:scale(1.08)}
.stp-itm h4{font-size:1.1rem;color:#1a1a1a;margin:0 0 8px}
.stp-itm p{font-size:.9rem;line-height:1.5;color:#666;margin:0}
.nrll-sec{padding:90px 20px;background:linear-gradient(135deg,#5c1789f2 0%,#00feaed9 100%);position:relative}
.nrll-wrap{max-width:840px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.nrll-prfls{display:flex;gap:16px;flex-shrink:0}
.prfl-img{width:120px;height:120px;border-radius:50%;border:4px solid #ffffff4d;overflow:hidden;box-shadow:0 6px 20px #0003}
.prfl-img img{width:100%;height:100%;object-fit:cover}
.nrll-txt h2{font-size:2rem;color:#fff;margin:0 0 18px;line-height:1.3}
.nrll-txt p{font-size:1.05rem;color:#fffffff2;margin:0 0 28px;line-height:1.6}
.nrll-btn{display:inline-block;padding:16px 40px;background:#fff;color:#5C1789;font-size:1.05rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all 200ms ease-in;box-shadow:0 4px 16px #00000026}
.nrll-btn:hover{background:#F3E6B1;transform:translateY(-2px);box-shadow:0 6px 24px #00000040}
@media (max-width: 992px) {
.prgrm-hdr-wrap{grid-template-columns:1fr;gap:40px}
.prgrm-hdr-img{order:-1}
.mdls-grd{grid-template-columns:repeat(2,1fr)}
.prgrs-stps{grid-template-columns:repeat(2,1fr)}
.prgrs-stps::before{display:none}
.nrll-wrap{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.prgrm-hdr{padding:60px 20px}
.prgrm-hdr-txt h1{font-size:2rem}
.prgrm-hdr-img img{height:320px}
.mdls-grd{grid-template-columns:1fr}
.prgrs-stps{grid-template-columns:1fr;gap:32px}
.mdls-head h2,.prgrs-hd h2,.nrll-txt h2{font-size:1.8rem}
.prfl-img{width:100px;height:100px}
}
@media (max-width: 576px) {
.prgrm-hdr-txt h1{font-size:1.75rem}
.nrll-prfls{flex-direction:column;align-items:center}
}
.abt-hero{display:flex;align-items:center;gap:48px;max-width:1140px;margin:80px auto;padding:0 24px}
.abt-hero .txt-wrp{flex:1.5}
.abt-hero .img-wrp{flex:1;position:relative}
.abt-hero .img-wrp::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;background:linear-gradient(135deg,#00feae4d,#5c17894d);border-radius:16px;z-index:-1}
.abt-hero .img-wrp img{width:100%;height:auto;border-radius:16px;display:block;filter:sepia(0.08)}
.abt-hero .hdng-main{font-size:46px;line-height:1.2;color:#5C1789;margin:0 0 20px;font-weight:700}
.abt-hero .dsc-txt{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0 0 28px}
.abt-hero .btn-primary{display:inline-block;padding:14px 32px;background:#00FEAE;color:#1a1a1a;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all 180ms ease-in}
.abt-hero .btn-primary:hover{background:#5C1789;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #5c17894d}
.stry-sctn{background:linear-gradient(to bottom,#fff,#f9f9f9);padding:72px 24px}
.stry-ctnr{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.stry-crd{background:#fff;padding:32px 28px;border-radius:12px;border:2px solid #f0f0f0;position:relative;transition:all 220ms ease-in}
.stry-crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#00FEAE,#5C1789);border-radius:12px 0 0 12px;opacity:0;transition:opacity 220ms ease-in}
.stry-crd:hover::before{opacity:1}
.stry-crd:hover{border-color:#00FEAE;transform:translateY(-4px);box-shadow:0 8px 24px #00feae26}
.stry-crd .yr-lbl{font-size:14px;color:#00FEAE;font-weight:600;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}
.stry-crd .hdng-sml{font-size:22px;color:#5C1789;margin:0 0 14px;font-weight:700}
.stry-crd .dsc-prg{font-size:15px;line-height:1.6;color:#666;margin:0}
.mthdlgy-wrp{max-width:1140px;margin:88px auto;padding:0 24px}
.mthdlgy-hdr{text-align:center;margin-bottom:56px}
.mthdlgy-hdr .hdng-scndry{font-size:38px;color:#5C1789;margin:0 0 16px;font-weight:700}
.mthdlgy-hdr .sbt-txt{font-size:17px;color:#666;max-width:680px;margin:0 auto;line-height:1.6}
.mthdlgy-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;align-items:start}
.mthdlgy-grd .img-sct{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mthdlgy-grd .img-sct img{width:100%;height:220px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #00000014}
.mthdlgy-grd .cntnt-sct{display:flex;flex-direction:column;gap:24px}
.mthdlgy-itm{background:#fff;padding:24px;border-left:4px solid #F3E6B1;border-radius:8px;box-shadow:0 2px 8px #0000000a;transition:all 200ms ease-in}
.mthdlgy-itm:hover{border-left-color:#00FEAE;box-shadow:0 4px 16px #00feae1f}
.mthdlgy-itm .itm-hdng{font-size:20px;color:#5C1789;margin:0 0 10px;font-weight:600}
.mthdlgy-itm .itm-txt{font-size:15px;line-height:1.6;color:#555;margin:0}
.tm-sctn{background:#5C1789;padding:72px 24px;position:relative;overflow:hidden}
.tm-sctn::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(to left,#00feae1a,transparent)}
.tm-ctnr{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.tm-hdr{text-align:center;margin-bottom:48px}
.tm-hdr .hdng-light{font-size:36px;color:#fff;margin:0 0 14px;font-weight:700}
.tm-hdr .sbt-light{font-size:16px;color:#F3E6B1;margin:0;line-height:1.6}
.tm-prfl{display:flex;align-items:center;gap:40px;max-width:860px;margin:0 auto;background:#ffffff14;padding:36px;border-radius:16px;backdrop-filter:blur(8px)}
.tm-prfl .prfl-img{flex-shrink:0}
.tm-prfl .prfl-img img{width:180px;height:180px;border-radius:50%;border:4px solid #00FEAE;object-fit:cover}
.tm-prfl .prfl-cntnt{flex:1}
.tm-prfl .nm-hdng{font-size:28px;color:#00FEAE;margin:0 0 8px;font-weight:700}
.tm-prfl .rl-lbl{font-size:16px;color:#F3E6B1;margin:0 0 18px;font-weight:500}
.tm-prfl .bio-txt{font-size:15px;line-height:1.7;color:#fff;margin:0}
.vlus-sctn{max-width:1140px;margin:80px auto;padding:0 24px}
.vlus-hdr{margin-bottom:48px}
.vlus-hdr .hdng-trty{font-size:36px;color:#5C1789;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.vlus-hdr .hdng-trty::after{content:'';position:absolute;bottom:-6px;left:0;width:60px;height:4px;background:linear-gradient(to right,#00FEAE,#5C1789);border-radius:2px}
.vlus-hdr .intro-prg{font-size:17px;line-height:1.6;color:#666;margin:20px 0 0}
.vlus-grd{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.vlu-crd{background:linear-gradient(135deg,#f9f9f9,#fff);padding:28px 22px;border-radius:12px;text-align:center;border:1px solid #e8e8e8;transition:all 240ms ease-in;position:relative}
.vlu-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#00FEAE,#F3E6B1);border-radius:12px 12px 0 0;opacity:0;transition:opacity 240ms ease-in}
.vlu-crd:hover::before{opacity:1}
.vlu-crd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #5c178926;border-color:#00FEAE}
.vlu-crd .icn-wrp{width:64px;height:64px;margin:0 auto 18px;background:linear-gradient(135deg,#00FEAE,#5C1789);border-radius:50%;display:flex;align-items:center;justify-content:center}
.vlu-crd .icn-wrp svg{width:32px;height:32px;fill:#fff}
.vlu-crd .vlu-hdng{font-size:19px;color:#5C1789;margin:0 0 10px;font-weight:600}
.vlu-crd .vlu-dsc{font-size:14px;line-height:1.5;color:#777;margin:0}
@media (max-width: 1024px) {
.abt-hero{flex-direction:column;gap:36px;margin:60px auto}
.abt-hero .hdng-main{font-size:38px}
.stry-ctnr{grid-template-columns:1fr}
.mthdlgy-grd{grid-template-columns:1fr;gap:36px}
.vlus-grd{grid-template-columns:repeat(2,1fr)}
.tm-prfl{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.abt-hero{margin:40px auto}
.abt-hero .hdng-main{font-size:32px}
.abt-hero .dsc-txt{font-size:16px}
.mthdlgy-hdr .hdng-scndry,.tm-hdr .hdng-light,.vlus-hdr .hdng-trty{font-size:28px}
.vlus-grd{grid-template-columns:1fr}
.mthdlgy-grd .img-sct{grid-template-columns:1fr}
.tm-prfl .prfl-img img{width:140px;height:140px}
}
.pgcntnr{max-width:1140px;margin:0 auto;padding:0 20px}
.ttlblck{background:linear-gradient(135deg,#00FEAE 0%,#00feae0d 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.ttlblck::before{content:'';position:absolute;top:0;left:20%;width:1px;height:100%;background:#5c178926}
.ttlblck::after{content:'';position:absolute;top:0;right:25%;width:1px;height:100%;background:#5c178926}
.ttlwrp{display:flex;flex-direction:row-reverse;align-items:center;gap:60px}
.ttlcntnt{flex:1}
.ttlhdng{font-size:48px;line-height:1.2;color:#1a1a1a;font-weight:700;margin:0 0 20px}
.ttlhdng .kywrd{position:relative;color:#5C1789}
.ttlhdng .kywrd::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#00FEAE}
.ttlsub{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0}
.ttlimgwrp{flex:0 0 380px;position:relative}
.ttlimgwrp::before{content:'';position:absolute;top:-15px;left:-15px;width:120px;height:120px;border-top:2px solid #5C1789;border-left:2px solid #5C1789}
.ttlimgwrp::after{content:'';position:absolute;bottom:-15px;right:-15px;width:120px;height:120px;border-bottom:2px solid #00FEAE;border-right:2px solid #00FEAE}
.ttlimg{width:100%;height:320px;object-fit:cover;border-radius:8px;filter:contrast(1.05) saturate(1.1)}
.mtrllst{padding:80px 0;background:#fff}
.mtrllsthd{text-align:center;margin:0 0 50px}
.mtrllsthd h2{font-size:36px;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.mtrllsthd h2::before{content:'●';color:#00FEAE;margin-right:12px}
.mtrllsthd p{font-size:17px;color:#5a5a5a;margin:0;max-width:680px;margin:0 auto}
.mtrlgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.mtrlcrd{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);border:2px solid #e8e8e8;border-radius:12px;padding:35px 28px;transition:all 300ms ease-in;position:relative;overflow:hidden}
.mtrlcrd::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#5C1789;transition:height 300ms ease-in}
.mtrlcrd:hover{border-color:#00FEAE;transform:translateY(-6px);box-shadow:0 12px 28px #00feae26}
.mtrlcrd:hover::before{height:100%}
.mtrlicn{width:56px;height:56px;background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 22px}
.mtrlicn svg{width:28px;height:28px;fill:#fff}
.mtrlcrd h3{font-size:22px;color:#2a2a2a;margin:0 0 14px;font-weight:600}
.mtrlcrd p{font-size:15px;line-height:1.65;color:#5a5a5a;margin:0}
.accssblck{background:#5C1789;padding:70px 0;position:relative}
.accssblck::before{content:'';position:absolute;top:-40px;left:0;width:100%;height:40px;background:linear-gradient(45deg,transparent 33.33%,#5C1789 33.33%,#5C1789 66.66%,transparent 66.66%),linear-gradient(-45deg,transparent 33.33%,#5C1789 33.33%,#5C1789 66.66%,transparent 66.66%);background-size:20px 40px;background-position:0 0}
.accssflx{display:flex;align-items:center;gap:70px}
.accsscntnt{flex:1;color:#fff}
.accsscntnt h2{font-size:38px;margin:0 0 24px;font-weight:700;color:#00FEAE}
.accsstps{display:flex;flex-direction:column;gap:20px}
.accsstp{background:#ffffff14;padding:24px;border-radius:10px;border-left:4px solid #00FEAE;transition:all 200ms ease-in}
.accsstp:hover{background:#ffffff1f;transform:translateX(8px)}
.accsstp strong{display:block;font-size:18px;margin:0 0 8px;color:#F3E6B1}
.accsstp span{font-size:15px;line-height:1.6;color:#ffffffd9}
.accssvisual{flex:0 0 400px}
.prgrsswrp{background:#ffffff1a;border-radius:16px;padding:40px}
.prgrssitm{margin-bottom:30px}
.prgrssitm:last-child{margin-bottom:0}
.prgrsslbl{display:flex;justify-content:space-between;margin-bottom:10px;color:#fff;font-size:15px}
.prgrssbar{height:12px;background:#0003;border-radius:20px;overflow:hidden}
.prgrssfll{height:100%;background:linear-gradient(90deg,#00FEAE 0%,#F3E6B1 100%);border-radius:20px;transition:width 400ms ease-in}
.prgrssitm:nth-child(1) .prgrssfll{width:92%}
.prgrssitm:nth-child(2) .prgrssfll{width:78%}
.prgrssitm:nth-child(3) .prgrssfll{width:85%}
.tstmnlblck{padding:80px 0;background:linear-gradient(180deg,#fff 0%,#f5f5f5 100%)}
.tstmnlhd{text-align:center;margin:0 0 55px}
.tstmnlhd h2{font-size:36px;color:#2a2a2a;margin:0 0 12px;font-weight:700;position:relative;display:inline-block}
.tstmnlhd h2::before{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#5C1789 0%,#00FEAE 100%)}
.tstmnlcrd{background:#fff;border-radius:20px;padding:45px;max-width:820px;margin:0 auto;box-shadow:0 8px 32px #00000014;display:grid;grid-template-columns:140px 1fr;gap:40px;align-items:center}
.tstmnlimgwrp{position:relative}
.tstmnlimg{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #00FEAE}
.tstmnlimgwrp::after{content:'"';position:absolute;bottom:-10px;right:-10px;width:50px;height:50px;background:#5C1789;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#00FEAE;font-size:36px;font-weight:700}
.tstmnlcntnt p{font-size:16px;line-height:1.75;color:#4a4a4a;margin:0 0 20px;font-style:italic}
.tstmnlauth{font-size:17px;color:#2a2a2a;font-weight:600;margin:0}
.tstmnlrole{font-size:14px;color:#7a7a7a;margin:4px 0 0}
.ctablck{background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);padding:70px 0;text-align:center}
.ctablck h2{font-size:40px;color:#fff;margin:0 0 20px;font-weight:700}
.ctablck p{font-size:18px;color:#ffffffe6;margin:0 0 35px;max-width:680px;margin-left:auto;margin-right:auto}
.ctabtn{display:inline-block;background:#fff;color:#5C1789;padding:18px 48px;border-radius:50px;font-size:17px;font-weight:600;text-decoration:none;transition:all 200ms ease-in;box-shadow:0 6px 20px #00000026}
.ctabtn:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 10px 30px #00000040;background:#F3E6B1}
@media (max-width: 968px) {
.ttlwrp{flex-direction:column;gap:40px}
.ttlimgwrp{flex:0 0 auto;width:100%;max-width:400px}
.ttlhdng{font-size:38px}
.mtrlgrd{grid-template-columns:repeat(2,1fr)}
.accssflx{flex-direction:column;gap:50px}
.accssvisual{flex:0 0 auto;width:100%}
.tstmnlcrd{grid-template-columns:1fr;text-align:center;gap:30px}
.tstmnlimgwrp{margin:0 auto}
}
@media (max-width: 640px) {
.ttlblck{padding:50px 0 40px}
.ttlhdng{font-size:32px}
.ttlsub{font-size:16px}
.mtrlgrd{grid-template-columns:1fr}
.mtrllsthd h2,.tstmnlhd h2,.ctablck h2{font-size:28px}
.accsscntnt h2{font-size:30px}
.tstmnlcrd{padding:30px 25px}
.ctablck{padding:50px 0}
}
.hrwrp{position:relative;width:100%;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#5c1789eb 0%,#00feaee0 100%)}
.hrwrp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./project_gallery/portfolio-client-15.jpg);background-size:cover;background-position:center;opacity:.35;z-index:1}
.hrwrp::after{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 35px,#00feae26 35px,#00feae26 70px);z-index:2;pointer-events:none}
.hrcntnr{max-width:1140px;margin:0 auto;padding:80px 20px;position:relative;z-index:3}
.hrmaintxt{font-size:56px;font-weight:800;color:#fff;line-height:1.2;margin:0 0 24px;letter-spacing:-.5px}
.hrsubtxt{font-size:20px;color:#fffffff2;line-height:1.6;margin:0 0 40px;max-width:640px}
.hrbtnrow{display:flex;gap:16px;flex-wrap:wrap}
.hrbtn{display:inline-flex;align-items:center;padding:16px 32px;background:#00FEAE;color:#5C1789;text-decoration:none;font-size:16px;font-weight:700;border-radius:8px;transition:all 200ms ease-in;box-shadow:0 6px 16px #00feae59}
.hrbtn:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00feae73;background:#F3E6B1}
.hrbtn-scndry{background:transparent;color:#fff;border:2px solid #ffffffe6;box-shadow:none}
.hrbtn-scndry:hover{background:#ffffff26;border-color:#00FEAE;color:#00FEAE}
.glblsec{max-width:1140px;margin:0 auto;padding:90px 20px}
.glblhdr{text-align:center;margin-bottom:60px}
.glblhdr h2{font-size:42px;font-weight:700;color:#5C1789;margin:0 0 16px;line-height:1.3}
.glblhdr p{font-size:18px;color:#555;line-height:1.7;margin:0 auto;max-width:720px}
.glblgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.glblcrd{background:#fff;border-radius:16px;padding:36px 28px;box-shadow:0 4px 12px #5c178914;transition:all 300ms ease-in;border:2px solid transparent}
.glblcrd:hover{transform:translateY(-8px);box-shadow:0 12px 28px #5c17892e;border-color:#00FEAE}
.glblcrd-icn{width:56px;height:56px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);border-radius:12px}
.glblcrd-icn svg{width:28px;height:28px;fill:#fff}
.glblcrd h3{font-size:22px;font-weight:700;color:#5C1789;margin:0 0 12px;line-height:1.4}
.glblcrd p{font-size:16px;color:#666;line-height:1.6;margin:0}
.prsnlztn-wrp{background:linear-gradient(180deg,#F3E6B1 0%,#fff 100%);padding:90px 0}
.prsnlztn-cntnr{max-width:1140px;margin:0 auto;padding:0 20px}
.prsnlztn-flx{display:flex;gap:60px;align-items:center}
.prsnlztn-txtbx{flex:1}
.prsnlztn-txtbx h2{font-size:38px;font-weight:700;color:#5C1789;margin:0 0 20px;line-height:1.3}
.prsnlztn-txtbx p{font-size:17px;color:#444;line-height:1.7;margin:0 0 16px}
.prsnlztn-ftr-lst{margin:32px 0 0;padding:0;list-style:none}
.prsnlztn-ftr-lst li{display:flex;align-items:center;margin-bottom:16px;font-size:16px;color:#333}
.prsnlztn-ftr-lst li::before{content:'';width:24px;height:24px;background:#00FEAE;border-radius:50%;margin-right:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00feae4d}
.prsnlztn-imgbx{flex:1;position:relative}
.prsnlztn-imgbx img{width:100%;height:auto;border-radius:20px;box-shadow:0 16px 40px #5c178933;display:block}
.prsnlztn-imgbx::after{content:'';position:absolute;top:-20px;right:-20px;width:140px;height:140px;background:radial-gradient(circle,#00feae66 0%,transparent 70%);border-radius:50%;z-index:-1}
.tchlgy-wrp{background:#fff;padding:90px 0}
.tchlgy-cntnr{max-width:1140px;margin:0 auto;padding:0 20px}
.tchlgy-hdr{text-align:center;margin-bottom:60px}
.tchlgy-hdr h2{font-size:40px;font-weight:700;color:#5C1789;margin:0 0 16px;line-height:1.3;position:relative;display:inline-block}
.tchlgy-hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#00FEAE 0%,#5C1789 100%);border-radius:2px}
.tchlgy-hdr p{font-size:18px;color:#555;line-height:1.7;margin:24px auto 0;max-width:700px}
.tchlgy-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.tchlgy-itm{background:linear-gradient(135deg,#fff 0%,#F3E6B1 100%);border-radius:16px;padding:40px 32px;border:2px solid #00FEAE;position:relative;overflow:hidden;transition:all 300ms ease-in}
.tchlgy-itm::before{content:'';position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle,#5c178926 0%,transparent 70%);border-radius:50%}
.tchlgy-itm:hover{transform:scale(1.03);box-shadow:0 12px 32px #5c178926}
.tchlgy-itm-hdr{display:flex;align-items:center;margin-bottom:20px}
.tchlgy-itm-icn{width:48px;height:48px;background:#5C1789;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:16px}
.tchlgy-itm-icn svg{width:24px;height:24px;fill:#00FEAE}
.tchlgy-itm h3{font-size:24px;font-weight:700;color:#5C1789;margin:0;line-height:1.4}
.tchlgy-itm p{font-size:16px;color:#444;line-height:1.7;margin:0 0 16px}
.tchlgy-itm ul{margin:0;padding:0 0 0 20px;list-style:none}
.tchlgy-itm ul li{font-size:15px;color:#555;line-height:1.6;margin-bottom:8px;position:relative}
.tchlgy-itm ul li::before{content:'→';position:absolute;left:-20px;color:#00FEAE;font-weight:700}
.exprnc-wrp{background:linear-gradient(135deg,#5C1789 0%,#00FEAE 100%);padding:90px 0;position:relative;overflow:hidden}
.exprnc-wrp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./project_gallery/content-image-18b.jpg);background-size:cover;background-position:center;opacity:.12}
.exprnc-cntnr{max-width:1140px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.exprnc-hdr{text-align:center;margin-bottom:60px}
.exprnc-hdr h2{font-size:40px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}
.exprnc-hdr p{font-size:18px;color:#ffffffeb;line-height:1.7;margin:0 auto;max-width:680px}
.exprnc-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.exprnc-crd{background:#fffffff2;border-radius:20px;padding:36px 28px;text-align:center;box-shadow:0 8px 20px #00000026;transition:all 300ms ease-in}
.exprnc-crd:hover{transform:translateY(-10px);box-shadow:0 16px 36px #00000040;background:#fff}
.exprnc-crd-nmbr{font-size:52px;font-weight:800;color:#5C1789;margin:0 0 8px;line-height:1}
.exprnc-crd-lbl{font-size:18px;font-weight:600;color:#00FEAE;margin:0 0 12px;line-height:1.4}
.exprnc-crd-dsc{font-size:15px;color:#555;line-height:1.6;margin:0}
.tstmnl-wrp{background:#fff;padding:90px 0}
.tstmnl-cntnr{max-width:1140px;margin:0 auto;padding:0 20px}
.tstmnl-hdr{text-align:center;margin-bottom:60px}
.tstmnl-hdr h2{font-size:38px;font-weight:700;color:#5C1789;margin:0 0 16px;line-height:1.3}
.tstmnl-crd{background:linear-gradient(135deg,#F3E6B1 0%,#fff 100%);border-radius:20px;padding:48px 40px;max-width:800px;margin:0 auto;box-shadow:0 8px 24px #5c17891f;border:2px solid #00FEAE}
.tstmnl-qte{font-size:18px;color:#333;line-height:1.8;margin:0 0 32px;font-style:italic;position:relative;padding-left:28px}
.tstmnl-qte::before{content:'"';position:absolute;left:0;top:-8px;font-size:48px;color:#5C1789;font-weight:700;line-height:1}
.tstmnl-prfl{display:flex;align-items:center;gap:20px}
.tstmnl-prfl-img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #00FEAE;box-shadow:0 4px 12px #00feae4d}
.tstmnl-prfl-inf{flex:1}
.tstmnl-prfl-nm{font-size:20px;font-weight:700;color:#5C1789;margin:0 0 4px;line-height:1.3}
.tstmnl-prfl-rl{font-size:15px;color:#666;margin:0;line-height:1.5}
.cta-wrp{background:linear-gradient(135deg,#00feae26 0%,#5c178926 100%);padding:80px 0}
.cta-cntnr{max-width:1140px;margin:0 auto;padding:0 20px;text-align:center}
.cta-ttl{font-size:36px;font-weight:700;color:#5C1789;margin:0 0 16px;line-height:1.3}
.cta-txt{font-size:18px;color:#555;line-height:1.7;margin:0 0 36px;max-width:640px;margin-left:auto;margin-right:auto}
.cta-btngrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cta-btn{display:inline-flex;align-items:center;padding:18px 36px;background:#5C1789;color:#fff;text-decoration:none;font-size:17px;font-weight:700;border-radius:10px;transition:all 200ms ease-in;box-shadow:0 6px 18px #5c17894d}
.cta-btn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #5c178966;background:#00FEAE;color:#5C1789}
.cta-btn-alt{background:transparent;color:#5C1789;border:2px solid #5C1789;box-shadow:none}
.cta-btn-alt:hover{background:#5C1789;color:#fff;border-color:#5C1789}
@media (max-width: 1024px) {
.hrmaintxt{font-size:44px}
.glblgrd{grid-template-columns:repeat(2,1fr)}
.tchlgy-grd{gap:24px}
.exprnc-grd{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hrmaintxt{font-size:36px}
.hrsubtxt{font-size:18px}
.hrbtnrow{flex-direction:column}
.hrbtn{width:100%;justify-content:center}
.glblgrd{grid-template-columns:1fr;gap:20px}
.glblhdr h2{font-size:32px}
.prsnlztn-flx{flex-direction:column;gap:40px}
.prsnlztn-txtbx h2{font-size:30px}
.tchlgy-grd{grid-template-columns:1fr}
.tchlgy-hdr h2{font-size:32px}
.exprnc-grd{grid-template-columns:1fr;gap:20px}
.exprnc-hdr h2{font-size:32px}
.tstmnl-crd{padding:36px 28px}
.tstmnl-hdr h2{font-size:30px}
.cta-ttl{font-size:28px}
.cta-btngrp{flex-direction:column}
.cta-btn{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.hrwrp{min-height:420px}
.hrcntnr{padding:60px 20px}
.hrmaintxt{font-size:28px}
.hrsubtxt{font-size:16px}
.glblsec{padding:60px 20px}
.glblhdr h2{font-size:26px}
.prsnlztn-wrp{padding:60px 0}
.prsnlztn-txtbx h2{font-size:26px}
.tchlgy-wrp{padding:60px 0}
.tchlgy-hdr h2{font-size:26px}
.tchlgy-itm{padding:32px 24px}
.exprnc-wrp{padding:60px 0}
.exprnc-hdr h2{font-size:26px}
.exprnc-crd-nmbr{font-size:42px}
.tstmnl-wrp{padding:60px 0}
.tstmnl-hdr h2{font-size:26px}
.tstmnl-qte{font-size:16px;padding-left:24px}
.cta-wrp{padding:60px 0}
.cta-ttl{font-size:24px}
}
.cntct-wrpr{width:100%;background:linear-gradient(135deg,#00feae14 0%,#5c17891f 100%)}
.hero-cntct{max-width:1140px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-cntct .txt-blck{display:flex;flex-direction:column;gap:24px}
.hero-cntct .txt-blck h1{font-size:52px;line-height:1.15;color:#5C1789;margin:0;font-weight:700;position:relative;padding-bottom:20px}
.hero-cntct .txt-blck h1::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#00FEAE 0%,#5C1789 100%);border-radius:2px}
.hero-cntct .txt-blck .desc-txt{font-size:18px;line-height:1.7;color:#2c2c2c;margin:0}
.hero-cntct .img-wrpr{position:relative;width:100%;height:420px;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #5c17892e}
.hero-cntct .img-wrpr::before{content:'';position:absolute;top:-30px;right:-30px;width:200px;height:200px;background:radial-gradient(circle,#00feae66 0%,transparent 70%);z-index:1;pointer-events:none}
.hero-cntct .img-wrpr::after{content:'';position:absolute;bottom:-40px;left:-40px;width:180px;height:180px;background:radial-gradient(circle,#f3e6b199 0%,transparent 65%);z-index:1;pointer-events:none}
.hero-cntct .img-wrpr img{width:100%;height:100%;object-fit:cover}
.dtls-sectn{max-width:1140px;margin:0 auto;padding:70px 20px}
.dtls-sectn .info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.dtls-sectn .info-crd{background:#fff;padding:35px 28px;border-radius:16px;box-shadow:0 6px 24px #0000000f;border:2px solid transparent;transition:all 320ms ease-in}
.dtls-sectn .info-crd:hover{border-color:#00FEAE;box-shadow:0 10px 35px #00feae40;transform:translateY(-4px)}
.dtls-sectn .info-crd .icn-wrap{width:64px;height:64px;background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.dtls-sectn .info-crd .icn-wrap ion-icon{font-size:32px;color:#fff}
.dtls-sectn .info-crd h3{font-size:22px;margin:0 0 12px;color:#5C1789;font-weight:600}
.dtls-sectn .info-crd .info-val{font-size:16px;line-height:1.6;color:#444;margin:0}
.dtls-sectn .info-crd .info-val a{color:#00FEAE;text-decoration:none;transition:color 180ms ease-in}
.dtls-sectn .info-crd .info-val a:hover{color:#5C1789}
.frm-sectn{background:linear-gradient(180deg,#fff 0%,#f3e6b126 100%);padding:80px 20px}
.frm-sectn .frm-cntnr{max-width:680px;margin:0 auto}
.frm-sectn .frm-hdr{text-align:center;margin-bottom:50px}
.frm-sectn .frm-hdr h2{font-size:42px;color:#5C1789;margin:0 0 16px;font-weight:700}
.frm-sectn .frm-hdr p{font-size:17px;color:#555;margin:0;line-height:1.6}
.frm-sectn .stp-frm{background:#fff;border-radius:20px;padding:45px 40px;box-shadow:0 8px 32px #5c17891f}
.frm-sectn .stp-indctr{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}
.frm-sectn .stp-indctr::before{content:'';position:absolute;top:20px;left:30px;right:30px;height:3px;background:#e5e5e5;z-index:0}
.frm-sectn .stp-item{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:1}
.frm-sectn .stp-item .stp-nmbr{width:44px;height:44px;border-radius:50%;background:#e5e5e5;color:#888;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;transition:all 260ms ease-in}
.frm-sectn .stp-item .stp-lbl{font-size:14px;color:#888;font-weight:500;transition:color 260ms ease-in}
.frm-sectn input[type="radio"]{display:none}
.frm-sectn #step1:checked ~ .stp-indctr .stp-item:nth-child(1) .stp-nmbr,.frm-sectn #step2:checked ~ .stp-indctr .stp-item:nth-child(2) .stp-nmbr{background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);color:#fff}
.frm-sectn #step1:checked ~ .stp-indctr .stp-item:nth-child(1) .stp-lbl,.frm-sectn #step2:checked ~ .stp-indctr .stp-item:nth-child(2) .stp-lbl{color:#5C1789}
.frm-sectn .stp-cntnt{display:none}
.frm-sectn #step1:checked ~ .stp-cntnt-1,.frm-sectn #step2:checked ~ .stp-cntnt-2{display:block}
.frm-sectn .fld-grp{margin-bottom:28px}
.frm-sectn .fld-grp label{display:block;font-size:15px;font-weight:600;color:#333;margin-bottom:10px}
.frm-sectn .fld-grp input[type="text"],.frm-sectn .fld-grp input[type="tel"]{width:100%;padding:16px 18px;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;transition:all 220ms ease-in;box-sizing:border-box}
.frm-sectn .fld-grp input[type="text"]:focus,.frm-sectn .fld-grp input[type="tel"]:focus{outline:none;border-color:#00FEAE;box-shadow:0 0 0 4px #00feae1a}
.frm-sectn .btn-grp{display:flex;justify-content:space-between;gap:16px;margin-top:35px}
.frm-sectn .btn-nxt,.frm-sectn .btn-prv{padding:16px 32px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all 240ms ease-in;display:inline-flex;align-items:center;gap:8px}
.frm-sectn .btn-nxt{background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);color:#fff;flex:1;justify-content:center}
.frm-sectn .btn-nxt:hover{box-shadow:0 6px 20px #00feae59;transform:translateY(-2px)}
.frm-sectn .btn-prv{background:#f5f5f5;color:#5C1789;padding:16px 24px}
.frm-sectn .btn-prv:hover{background:#e8e8e8}
.frm-sectn .prvcy-chck{margin-top:24px;display:flex;align-items:flex-start;gap:12px}
.frm-sectn .prvcy-chck input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#00FEAE;flex-shrink:0}
.frm-sectn .prvcy-chck label{font-size:14px;color:#555;line-height:1.5;cursor:pointer}
.frm-sectn .prvcy-chck label a{color:#00FEAE;text-decoration:none;font-weight:600;transition:color 180ms ease-in}
.frm-sectn .prvcy-chck label a:hover{color:#5C1789}
.frm-sectn .btn-sbmt{width:100%;padding:18px;background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);color:#fff;border:none;border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;transition:all 260ms ease-in;margin-top:28px}
.frm-sectn .btn-sbmt:hover{box-shadow:0 8px 24px #00feae66;transform:translateY(-3px)}
@media (max-width: 968px) {
.hero-cntct{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.hero-cntct .txt-blck h1{font-size:42px}
.hero-cntct .img-wrpr{height:350px}
.dtls-sectn .info-grid{grid-template-columns:1fr;gap:30px}
.frm-sectn .frm-hdr h2{font-size:36px}
.frm-sectn .stp-frm{padding:35px 28px}
}
@media (max-width: 640px) {
.hero-cntct .txt-blck h1{font-size:34px}
.hero-cntct .txt-blck .desc-txt{font-size:16px}
.hero-cntct .img-wrpr{height:280px}
.dtls-sectn{padding:50px 20px}
.dtls-sectn .info-grid{margin-top:30px}
.frm-sectn{padding:60px 20px}
.frm-sectn .frm-hdr h2{font-size:30px}
.frm-sectn .frm-hdr{margin-bottom:35px}
.frm-sectn .stp-frm{padding:30px 22px}
.frm-sectn .stp-indctr{margin-bottom:30px}
.frm-sectn .stp-item .stp-nmbr{width:38px;height:38px;font-size:16px}
.frm-sectn .stp-item .stp-lbl{font-size:13px}
.frm-sectn .btn-grp{flex-direction:column-reverse;gap:12px}
.frm-sectn .btn-nxt,.frm-sectn .btn-prv{width:100%;justify-content:center}
}
.sccsswrpr{min-height:90vh;background:linear-gradient(135deg,#00feae14 0%,#5c17890d 100%);display:flex;align-items:center;padding:60px 20px;position:relative;overflow:hidden}
.sccsswrpr::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#00feae26 0%,transparent 70%);border-radius:50%;animation:pulseglow 8s ease-in-out infinite}
@keyframes pulseglow {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.1);opacity:.3}
}
.sccsscntnr{max-width:1140px;width:100%;margin:0 auto;position:relative;z-index:2}
.sccssgrd{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;background:#fffffff2;border-radius:24px;padding:80px;box-shadow:0 20px 60px #5c17891f;position:relative}
.sccssgrd::before{content:'';position:absolute;top:0;left:50%;width:2px;height:100%;background:linear-gradient(to bottom,transparent,#00feae4d,transparent);transform:skewX(-15deg)}
.txtzn{position:relative}
.icnwrp{margin-bottom:32px}
.chckicn{width:100px;height:100px;animation:iconappear .6s ease-out}
@keyframes iconappear {
0%{transform:scale(0) rotate(-180deg);opacity:0}
60%{transform:scale(1.1) rotate(10deg)}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.chckcrclbg{fill:#00feae1a}
.chckcrclstk{fill:none;stroke:#00FEAE;stroke-width:3;stroke-dasharray:339;stroke-dashoffset:339;animation:drawcircle .8s ease-out .2s forwards}
@keyframes drawcircle {
to{stroke-dashoffset:0}
}
.chckpth{fill:none;stroke:#5C1789;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:70;stroke-dashoffset:70;animation:drawcheck .4s ease-out .8s forwards}
@keyframes drawcheck {
to{stroke-dashoffset:0}
}
.txtcntnt{animation:slideup .6s ease-out .3s backwards}
@keyframes slideup {
from{transform:translateY(20px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.mntitl{font-size:42px;font-weight:700;color:#5C1789;margin:0 0 16px;line-height:1.2}
.lddsc{font-size:18px;color:#3a3a3a;margin:0 0 40px;line-height:1.6}
.qasectn{margin-bottom:44px}
.qaprr{display:flex;flex-direction:column;gap:24px}
.qaitm{border-left:3px solid #00FEAE;padding-left:20px;transition:all 300ms ease-in}
.qaitm:hover{border-left-color:#5C1789;transform:translateX(6px)}
.qmark{font-size:16px;font-weight:600;color:#5C1789;margin-bottom:8px}
.aansr{font-size:15px;color:#555;line-height:1.6}
.btngrp{display:flex;gap:16px;flex-wrap:wrap}
.btnprmry,.btnscdnry{display:inline-flex;align-items:center;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all 200ms ease-in;position:relative;z-index:10}
.btnprmry{background:linear-gradient(135deg,#00FEAE 0%,#5C1789 100%);color:#fff;box-shadow:0 4px 16px #00feae4d}
.btnprmry:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00feae66}
.btnscdnry{background:#fff;color:#5C1789;border:2px solid #5C1789}
.btnscdnry:hover{background:#5C1789;color:#fff;transform:translateY(-2px)}
.imgzn{position:relative;height:500px;display:flex;align-items:center;justify-content:center}
.geoelmnts{position:absolute;width:100%;height:100%}
.geocrcl{position:absolute;border-radius:50%;animation:floatshape 6s ease-in-out infinite}
.geocrcl1{width:180px;height:180px;background:linear-gradient(135deg,#00feae33,#f3e6b133);top:10%;left:5%;animation-delay:0s}
.geocrcl2{width:120px;height:120px;background:linear-gradient(225deg,#5c178926,#00feae26);bottom:15%;right:10%;animation-delay:2s}
.geosqr{position:absolute;transform:rotate(45deg);animation:rotateshape 8s linear infinite}
.geosqr1{width:100px;height:100px;background:linear-gradient(135deg,#f3e6b14d,transparent);border:2px solid #00feae66;top:50%;left:-5%}
.geosqr2{width:70px;height:70px;background:#5c17891a;border:2px solid #5c17894d;bottom:20%;left:15%;animation-delay:3s}
.geotrngl{position:absolute;width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:104px solid #00feae33;top:25%;right:5%;animation:floatshape 7s ease-in-out infinite;animation-delay:1s}
@keyframes floatshape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(5deg)}
}
@keyframes rotateshape {
from{transform:rotate(45deg)}
to{transform:rotate(405deg)}
}
.cntrcrd{background:#fff;border-radius:16px;padding:32px;box-shadow:0 12px 32px #5c178926;position:relative;z-index:5;border:2px solid #00FEAE;animation:cardappear .8s ease-out .5s backwards}
@keyframes cardappear {
from{transform:scale(0.9);opacity:0}
to{transform:scale(1);opacity:1}
}
.crdhddr{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #00feae4d}
.mliccn{font-size:32px;color:#00FEAE}
.statustxt{font-size:20px;font-weight:700;color:#5C1789}
.crdbdy{display:flex;flex-direction:column;gap:16px}
.infoline{display:flex;align-items:center;gap:12px;font-size:15px;color:#555}
.icnsmll{font-size:20px;color:#5C1789}
@media (max-width: 991px) {
.sccssgrd{grid-template-columns:1fr;gap:50px;padding:60px 40px}
.sccssgrd::before{display:none}
.imgzn{height:400px}
.mntitl{font-size:36px}
}
@media (max-width: 767px) {
.sccsswrpr{padding:40px 16px}
.sccssgrd{padding:40px 24px}
.mntitl{font-size:32px}
.lddsc{font-size:16px}
.btngrp{flex-direction:column}
.btnprmry,.btnscdnry{width:100%;justify-content:center}
.imgzn{height:320px}
.geocrcl1{width:120px;height:120px}
.geocrcl2{width:80px;height:80px}
.cntrcrd{padding:24px}
}
@media (max-width: 480px) {
.mntitl{font-size:28px}
.chckicn{width:80px;height:80px}
.qmark{font-size:15px}
.aansr{font-size:14px}
}