*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'PT Serif',serif;font-size:16px;line-height:1.6;color:#2c3e50;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.siteheader{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);box-shadow:0 4px 20px #01d0cb14;position:relative}
.topbrand{padding:24px 0;background:#fff;border-bottom:1px solid #01d0cb1a}
.brandwrapper{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}
.companyname{font-size:32px;font-weight:700;background:linear-gradient(135deg,#01D0CB 0%,#F34698 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px}
.foundationrow{padding:20px 0;background:#fff}
.foundationcontainer{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.logocontainer{flex-shrink:0}
.logolink{display:block;width:100px;height:100px}
.logoimg{width:100%;height:100%;object-fit:contain;background:linear-gradient(135deg,#01d0cb0d 0%,#f346980d 100%);border-radius:24px;padding:12px;box-shadow:0 8px 24px #01d0cb1f}
.primarynav{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.primarynav .navitem{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 24px;text-decoration:none;color:#2c3e50;border-radius:20px;transition:all .3s ease;background:#01d0cb08}
.primarynav .navitem i{font-size:28px;color:#01D0CB}
.primarynav .navitem span{font-size:14px;font-weight:600}
.primarynav .navitem:hover{background:linear-gradient(135deg,#01d0cb1a 0%,#f346981a 100%);color:#095253}
.sitefooter{background:linear-gradient(180deg,#2c3e50 0%,#34495e 100%);color:#ecf0f1;padding:60px 0 20px;margin-top:80px}
.footerwrapper{max-width:1200px;margin:0 auto;padding:0 20px}
.footergrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footerheading{font-size:20px;font-weight:700;margin-bottom:20px;color:#01D0CB}
.footerdesc{font-size:14px;line-height:1.8;margin-bottom:24px;color:#bdc3c7}
.contactinfo15{display:flex;flex-direction:column;gap:12px}
.infoitem23{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#bdc3c7}
.infoitem23 i{font-size:18px;color:#01D0CB;flex-shrink:0;margin-top:2px}
.footernav{display:flex;flex-direction:column;gap:12px}
.footerlink{color:#bdc3c7;text-decoration:none;font-size:14px;transition:color .3s ease}
.footerlink:hover{color:#01D0CB}
.sociallinks7{display:flex;gap:16px}
.socialicon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#01d0cb1a;border-radius:16px;color:#01D0CB;text-decoration:none;font-size:20px;transition:all .3s ease}
.socialicon:hover{background:linear-gradient(135deg,#01D0CB 0%,#F34698 100%);color:#fff}
.footerbottom{padding-top:32px;border-top:1px solid #01d0cb33;text-align:center}
.copyrighttext{font-size:14px;color:#95a5a6;margin-bottom:12px}
.cookiereference{font-size:12px;color:#7f8c8d}
.policylink{color:#01D0CB;text-decoration:none}
.policylink:hover{color:#F34698}
.cookiepanel{position:fixed;left:20px;top:50%;transform:translateY(-50%);width:420px;background:#fff;border-radius:24px;padding:32px;box-shadow:0 16px 48px #0003;z-index:10000;display:none}
.cookiepanel[data-visible="true"]{display:block}
.cookiecontent42{display:flex;flex-direction:column;gap:20px}
.cookietitle{font-size:22px;font-weight:700;color:#2c3e50;margin-bottom:8px}
.cookiedesc{font-size:14px;color:#7f8c8d;line-height:1.6}
.cookiecategories{display:flex;flex-direction:column;gap:16px;margin:8px 0}
.categoryitem88{padding:16px;background:#01d0cb0d;border-radius:16px;border:1px solid #01d0cb1a}
.categorylabel{display:flex;align-items:center;gap:12px;font-weight:600;color:#2c3e50;cursor:pointer;margin-bottom:8px}
.cookiecheckbox{width:20px;height:20px;cursor:pointer;accent-color:#01D0CB}
.categorydesc{font-size:12px;color:#7f8c8d;margin-left:32px}
.cookieactions{display:flex;flex-direction:column;gap:12px;margin-top:8px}
.cookiebtn{padding:14px 24px;border:none;border-radius:16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:'PT Serif',serif}
.cookiebtnprimary{background:linear-gradient(135deg,#01D0CB 0%,#F34698 100%);color:#fff;box-shadow:0 8px 24px #01d0cb4d}
.cookiebtnprimary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #01d0cb66}
.cookiebtnsecondary{background:#ecf0f1;color:#2c3e50}
.cookiebtnsecondary:hover{background:#bdc3c7}
@media (max-width: 768px) {
.foundationcontainer{flex-direction:column;gap:24px}
.primarynav{justify-content:center;width:100%}
.footergrid{grid-template-columns:1fr;gap:32px}
.cookiepanel{left:10px;right:10px;width:auto;max-width:400px;margin:0 auto}
.companyname{font-size:24px}
}
@media (max-width: 480px) {
.primarynav .navitem{padding:12px 16px}
.primarynav .navitem i{font-size:24px}
.primarynav .navitem span{font-size:12px}
.cookietitle{font-size:18px}
.cookieactions{gap:8px}
.cookiebtn{padding:12px 20px;font-size:13px}
}
.policy-text{max-width:1200px;margin:0 auto;padding:80px 20px;background:#fff}
.policy-text p{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 24px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.policy-text p:last-child{margin-bottom:0}
.policy-text ul,.policy-text ol{margin:0 0 24px;padding-left:32px;color:#2c3e50;font-size:16px;line-height:1.8}
.policy-text ul{list-style-type:disc}
.policy-text ol{list-style-type:decimal}
.policy-text li{margin-bottom:12px;padding-left:8px}
.policy-text li:last-child{margin-bottom:0}
.policy-text ul ul,.policy-text ol ol,.policy-text ul ol,.policy-text ol ul{margin-top:12px;margin-bottom:12px}
.policy-text strong,.policy-text b{font-weight:700;color:#095253}
.policy-text em,.policy-text i{font-style:italic;color:#34495e}
.policy-text table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #09525314}
.policy-text thead{background:linear-gradient(135deg,#01D0CB 0%,#095253 100%)}
.policy-text thead tr{border:none}
.policy-text thead th{color:#fff;font-weight:700;text-align:left;padding:20px 24px;font-size:15px;letter-spacing:.3px}
.policy-text tbody{background:#fff}
.policy-text tbody tr{border-bottom:1px solid #e8ecef;transition:background .2s ease}
.policy-text tbody tr:last-child{border-bottom:none}
.policy-text tbody tr:hover{background:#01d0cb0a}
.policy-text td{padding:18px 24px;color:#2c3e50;font-size:15px;line-height:1.6}
.policy-text th{font-weight:600}
.policy-text hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#01D0CB 20%,#F34698 80%,transparent 100%);margin:48px 0;opacity:.3}
.policy-text div{margin:0 0 24px}
.policy-text div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.policy-text{padding:48px 16px}
.policy-text p,.policy-text ul,.policy-text ol,.policy-text td{font-size:15px;line-height:1.7}
.policy-text ul,.policy-text ol{padding-left:24px}
.policy-text li{margin-bottom:10px}
.policy-text table{margin:24px 0;font-size:14px;border-radius:12px}
.policy-text thead th{padding:16px;font-size:14px}
.policy-text td{padding:14px 16px;font-size:14px}
.policy-text hr{margin:32px 0}
}
@media (max-width: 480px) {
.policy-text{padding:32px 12px}
.policy-text table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.policy-text thead th,.policy-text td{white-space:nowrap;min-width:120px}
}
.aboutintrotitle{max-width:1200px;margin:80px auto 0;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.aboutintrotitle .textzone{position:relative;z-index:2}
.aboutintrotitle .textzone .headingstyle{font-size:48px;line-height:1.2;margin:0 0 24px;color:#095253;font-weight:700}
.aboutintrotitle .textzone .headingstyle .accentword{background:linear-gradient(135deg,#01D0CB,#F34698);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}
.aboutintrotitle .textzone .headingstyle .accentword::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#01D0CB,#F34698);border-radius:2px}
.aboutintrotitle .textzone .paragraphtext{font-size:18px;line-height:1.7;color:#333;margin:0 0 32px}
.aboutintrotitle .imagezone3{position:relative}
.aboutintrotitle .imagezone3 .mainphoto{width:100%;height:480px;object-fit:cover;border-radius:24px;box-shadow:0 16px 48px #09525326;position:relative;z-index:1}
.aboutintrotitle .imagezone3::before{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;background:linear-gradient(135deg,#01d0cb33,#f3469833);border-radius:24px;z-index:0}
.aboutintrotitle .imagezone3::after{content:'';position:absolute;bottom:-24px;left:-24px;width:180px;height:180px;background:radial-gradient(circle,#F34698,transparent);opacity:.3;border-radius:50%;z-index:0}
.valuesectionblock{max-width:1200px;margin:120px auto 0;padding:0 20px}
.valuesectionblock .sectionheading{text-align:center;font-size:42px;line-height:1.3;color:#095253;margin:0 0 64px;font-weight:700}
.valuesectionblock .gridcontainer8{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.valuesectionblock .carditem{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 8px 24px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.valuesectionblock .carditem::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#01D0CB,#F34698);transition:height .4s ease}
.valuesectionblock .carditem:hover{transform:translateY(-8px);box-shadow:0 16px 40px #09525326}
.valuesectionblock .carditem:hover::before{height:100%}
.valuesectionblock .carditem .iconwrapper{width:64px;height:64px;background:linear-gradient(135deg,#01d0cb1a,#f346981a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.valuesectionblock .carditem .iconwrapper i{font-size:32px;color:#01D0CB}
.valuesectionblock .carditem .cardheading{font-size:24px;line-height:1.4;color:#095253;margin:0 0 16px;font-weight:600}
.valuesectionblock .carditem .carddescription{font-size:16px;line-height:1.6;color:#555;margin:0}
.teamandphilosophy{max-width:1200px;margin:120px auto 80px;padding:0 20px}
.teamandphilosophy .teamgrid{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.teamandphilosophy .leftcolumn{position:sticky;top:20px}
.teamandphilosophy .leftcolumn .sectionlabel{font-size:14px;text-transform:uppercase;letter-spacing:2px;color:#F34698;margin:0 0 16px;font-weight:600}
.teamandphilosophy .leftcolumn .mainheading{font-size:38px;line-height:1.3;color:#095253;margin:0 0 24px;font-weight:700}
.teamandphilosophy .leftcolumn .descriptiontext{font-size:17px;line-height:1.7;color:#444;margin:0}
.teamandphilosophy .rightcolumn{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.teamandphilosophy .profilecard{background:#f9f9f9;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000000f;transition:all .3s ease;position:relative}
.teamandphilosophy .profilecard:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0952531f}
.teamandphilosophy .profilecard .profileimage{width:100%;height:320px;object-fit:cover}
.teamandphilosophy .profilecard .profileinfo{padding:28px 24px}
.teamandphilosophy .profilecard .profileinfo .profilename{font-size:22px;line-height:1.4;color:#095253;margin:0 0 8px;font-weight:600}
.teamandphilosophy .profilecard .profileinfo .profilerole{font-size:15px;line-height:1.5;color:#666;margin:0 0 16px}
.teamandphilosophy .profilecard .profileinfo .profilebio{font-size:15px;line-height:1.6;color:#555;margin:0}
.teamandphilosophy .additionalcontent{grid-column:1 / -1;background:linear-gradient(135deg,#01d0cb0d,#f346980d);border-radius:20px;padding:48px 40px;margin-top:32px}
.teamandphilosophy .additionalcontent .contentheading{font-size:28px;line-height:1.4;color:#095253;margin:0 0 20px;font-weight:600}
.teamandphilosophy .additionalcontent .contentparagraph{font-size:17px;line-height:1.7;color:#444;margin:0 0 16px}
.teamandphilosophy .additionalcontent .imagegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}
.teamandphilosophy .additionalcontent .imagegrid .contentimage{width:100%;height:240px;object-fit:cover;border-radius:16px;box-shadow:0 8px 20px #00000014}
@media (max-width: 1024px) {
.aboutintrotitle{grid-template-columns:1fr;gap:40px;margin:60px auto 0}
.aboutintrotitle .textzone .headingstyle{font-size:40px}
.valuesectionblock .gridcontainer8{grid-template-columns:repeat(2,1fr)}
.teamandphilosophy .teamgrid{grid-template-columns:1fr;gap:40px}
.teamandphilosophy .leftcolumn{position:static}
}
@media (max-width: 768px) {
.aboutintrotitle .textzone .headingstyle{font-size:32px}
.aboutintrotitle .textzone .paragraphtext{font-size:16px}
.aboutintrotitle .imagezone3 .mainphoto{height:320px}
.valuesectionblock{margin:80px auto 0}
.valuesectionblock .sectionheading{font-size:32px;margin:0 0 40px}
.valuesectionblock .gridcontainer8{grid-template-columns:1fr;gap:24px}
.teamandphilosophy{margin:80px auto 60px}
.teamandphilosophy .leftcolumn .mainheading{font-size:28px}
.teamandphilosophy .rightcolumn{grid-template-columns:1fr}
.teamandphilosophy .additionalcontent{padding:32px 24px}
.teamandphilosophy .additionalcontent .imagegrid{grid-template-columns:1fr}
}
.parallaxhero{position:relative;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center}
.parallaxhero img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.parallaxhero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#01d0cbb3,#f3469899);z-index:2}
.parallaxhero .herocontent17{position:relative;z-index:3;text-align:center;max-width:880px;padding:0 24px}
.parallaxhero .herocontent17 h1{font-size:3.8rem;line-height:1.15;color:#fff;margin:0 0 16px;text-shadow:2px 4px 18px #00000040}
.parallaxhero .herocontent17 h1 .accent42{position:relative;display:inline-block;color:#fff}
.parallaxhero .herocontent17 h1 .accent42::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:4px;background:#F34698;border-radius:2px}
.parallaxhero .herocontent17 p{font-size:1.25rem;line-height:1.6;color:#fff;margin:0;text-shadow:1px 2px 12px #0003}
.careersection{padding:96px 24px;background:#f8f9fa}
.careersection .contentwrapper19{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.careersection .leftsidetext{display:flex;flex-direction:column;gap:24px}
.careersection .leftsidetext h2{font-size:2.5rem;line-height:1.2;color:#095253;margin:0;position:relative;padding-left:24px}
.careersection .leftsidetext h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:48px;background:linear-gradient(180deg,#01D0CB,#F34698);border-radius:3px}
.careersection .leftsidetext p{font-size:1.05rem;line-height:1.7;color:#333;margin:0}
.careersection .skillcards23{display:grid;grid-template-columns:1fr;gap:20px}
.careersection .skillcard{background:#fff;padding:28px 32px;border-radius:20px;box-shadow:0 4px 16px #0000000f;transition:transform 0.3s,box-shadow .3s;border-left:5px solid #01D0CB}
.careersection .skillcard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.careersection .skillcard h3{font-size:1.4rem;color:#095253;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.careersection .skillcard h3 .mi{color:#F34698;font-size:1.6rem}
.careersection .skillcard p{font-size:.98rem;line-height:1.65;color:#555;margin:0}
.careersection .skillcard:nth-child(2){border-left-color:#F34698}
.careersection .skillcard:nth-child(3){border-left-color:#095253}
.aboutplatformsection8{padding:96px 24px;background:linear-gradient(135deg,#01d0cb14,#f3469814);position:relative;overflow:hidden}
.aboutplatformsection8::before{content:'';position:absolute;top:-120px;right:-120px;width:400px;height:400px;background:radial-gradient(circle,#f3469826,transparent);border-radius:50%;z-index:1}
.aboutplatformsection8 .contentbox72{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.aboutplatformsection8 .topheader{text-align:center;margin-bottom:56px}
.aboutplatformsection8 .topheader h2{font-size:2.8rem;line-height:1.2;color:#095253;margin:0 0 20px}
.aboutplatformsection8 .topheader h2 .highlight9{color:#F34698;position:relative}
.aboutplatformsection8 .topheader h2 .highlight9::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#01D0CB;border-radius:2px}
.aboutplatformsection8 .topheader p{font-size:1.15rem;line-height:1.7;color:#444;max-width:780px;margin:0 auto}
.aboutplatformsection8 .featuregrid81{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.aboutplatformsection8 .featureitem{background:#fff;padding:36px 28px;border-radius:24px;box-shadow:0 6px 20px #00000014;text-align:center;transition:all .35s;border-top:4px solid transparent}
.aboutplatformsection8 .featureitem:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000024;border-top-color:#01D0CB}
.aboutplatformsection8 .featureitem .iconbox94{width:72px;height:72px;background:linear-gradient(135deg,#01D0CB,#F34698);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.aboutplatformsection8 .featureitem .iconbox94 .mi{font-size:2rem;color:#fff}
.aboutplatformsection8 .featureitem h3{font-size:1.3rem;color:#095253;margin:0 0 16px}
.aboutplatformsection8 .featureitem p{font-size:.98rem;line-height:1.65;color:#555;margin:0}
.experiencesection{padding:96px 24px;background:#fff}
.experiencesection .wrapperbox51{max-width:1200px;margin:0 auto}
.experiencesection .sectionhead11{text-align:center;margin-bottom:64px}
.experiencesection .sectionhead11 h2{font-size:2.6rem;line-height:1.2;color:#095253;margin:0 0 16px}
.experiencesection .testimonialgrid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.experiencesection .testimonialcard{background:linear-gradient(135deg,#01d0cb0d,#f346980d);padding:40px 36px;border-radius:28px;box-shadow:0 8px 24px #00000012;display:flex;flex-direction:column;gap:24px;position:relative;transition:transform .3s}
.experiencesection .testimonialcard:hover{transform:scale(1.02)}
.experiencesection .testimonialcard::before{content:'"';position:absolute;top:24px;left:24px;font-size:5rem;color:#01d0cb33;font-family:Georgia,serif;line-height:1}
.experiencesection .testimonialcard .profilearea{display:flex;align-items:center;gap:20px}
.experiencesection .testimonialcard .profilearea img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #01D0CB}
.experiencesection .testimonialcard .profilearea .nameinfo{display:flex;flex-direction:column;gap:4px}
.experiencesection .testimonialcard .profilearea .nameinfo h4{font-size:1.2rem;color:#095253;margin:0}
.experiencesection .testimonialcard .profilearea .nameinfo span{font-size:.92rem;color:#666}
.experiencesection .testimonialcard .storybox{position:relative;z-index:2}
.experiencesection .testimonialcard .storybox p{font-size:1.05rem;line-height:1.7;color:#444;margin:0 0 16px}
.experiencesection .testimonialcard .progressdata{display:flex;flex-direction:column;gap:12px;margin-top:8px}
.experiencesection .testimonialcard .progressdata .datarow{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a}
.experiencesection .testimonialcard .progressdata .datarow .label77{font-size:.92rem;color:#666;display:flex;align-items:center;gap:8px}
.experiencesection .testimonialcard .progressdata .datarow .label77 .mi{color:#F34698;font-size:1.1rem}
.experiencesection .testimonialcard .progressdata .datarow .value88{font-size:1.1rem;font-weight:600;color:#095253}
.experiencesection .ctablock39{margin-top:64px;text-align:center}
.experiencesection .ctablock39 .btnprimary{display:inline-flex;align-items:center;gap:12px;padding:18px 48px;background:linear-gradient(135deg,#01D0CB,#F34698);color:#fff;font-size:1.1rem;font-weight:600;border-radius:32px;text-decoration:none;box-shadow:0 8px 24px #01d0cb4d;transition:all .3s;border:none;cursor:pointer;position:relative;z-index:10}
.experiencesection .ctablock39 .btnprimary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #01d0cb66}
.experiencesection .ctablock39 .btnprimary .mi{font-size:1.3rem}
@media (max-width: 992px) {
.parallaxhero{height:70vh}
.parallaxhero .herocontent17 h1{font-size:2.8rem}
.careersection .contentwrapper19{grid-template-columns:1fr;gap:48px}
.aboutplatformsection8 .featuregrid81{grid-template-columns:1fr;gap:24px}
.experiencesection .testimonialgrid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.parallaxhero .herocontent17 h1{font-size:2.2rem}
.parallaxhero .herocontent17 p{font-size:1.05rem}
.careersection{padding:64px 20px}
.careersection .leftsidetext h2{font-size:2rem}
.aboutplatformsection8{padding:64px 20px}
.aboutplatformsection8 .topheader h2{font-size:2.2rem}
.experiencesection{padding:64px 20px}
.experiencesection .sectionhead11 h2{font-size:2rem}
}
.contactpagebox{max-width:1200px;margin:0 auto;padding:80px 20px}
.titlezone{text-align:center;margin-bottom:90px;position:relative}
.titlezone h1{font-size:48px;color:#095253;margin-bottom:24px;font-weight:700}
.titlezone p{font-size:18px;color:#333;max-width:680px;margin:0 auto 40px;line-height:1.7}
.decorativeline{width:120px;height:4px;background:linear-gradient(90deg,#01D0CB,#F34698);margin:0 auto;border-radius:20px}
.contactgrid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;margin-bottom:100px}
.infoblock h2{font-size:32px;color:#095253;margin-bottom:28px;font-weight:600}
.infoblock p{font-size:16px;color:#444;line-height:1.8;margin-bottom:36px}
.contactdetailslist{list-style:none;padding:0;margin:0}
.contactdetailslist li{background:linear-gradient(135deg,#01d0cb14,#f346980d);padding:24px;border-radius:18px;margin-bottom:18px;display:flex;align-items:center;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.contactdetailslist li:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}
.contactdetailslist li i{font-size:28px;color:#01D0CB;margin-right:20px;min-width:32px}
.contactdetailslist li div{flex:1}
.contactdetailslist li strong{display:block;font-size:14px;color:#095253;margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.contactdetailslist li span{font-size:16px;color:#333;line-height:1.6}
.contactdetailslist li a{color:#01D0CB;text-decoration:none;transition:color .3s ease}
.contactdetailslist li a:hover{color:#F34698}
.formcontainer8{background:#fff;padding:48px;border-radius:24px;box-shadow:0 12px 40px #00000014;position:relative}
.formcontainer8::before{content:'';position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(135deg,#01D0CB,#F34698);border-radius:26px;z-index:-1;opacity:.15}
.formcontainer8 h3{font-size:28px;color:#095253;margin-bottom:12px;font-weight:600}
.formcontainer8 .formsubtitle{font-size:15px;color:#666;margin-bottom:36px}
.stepformwrapper{position:relative}
.formstep5{display:none}
.formstep5.activestep{display:block;animation:fadeinslide .5s ease}
@keyframes fadeinslide {
from{opacity:0;transform:translateX(20px)}
to{opacity:1;transform:translateX(0)}
}
.stepindicator9{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}
.stepindicator9::before{content:'';position:absolute;top:16px;left:16px;right:16px;height:3px;background:#e0e0e0;z-index:0}
.stepitem{width:32px;height:32px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#999;position:relative;z-index:1;transition:all .3s ease}
.stepitem.completestep{background:linear-gradient(135deg,#01D0CB,#F34698);color:#fff}
.formgroup8{margin-bottom:28px}
.formgroup8 label{display:block;font-size:15px;color:#095253;margin-bottom:10px;font-weight:600}
.formgroup8 input[type="text"],.formgroup8 input[type="email"],.formgroup8 textarea,.formgroup8 select{width:100%;padding:16px 20px;border:2px solid #e0e0e0;border-radius:16px;font-size:15px;color:#333;transition:all .3s ease;background:#fafafa;box-sizing:border-box}
.formgroup8 input:focus,.formgroup8 textarea:focus,.formgroup8 select:focus{outline:none;border-color:#01D0CB;background:#fff;box-shadow:0 4px 12px #01d0cb26}
.formgroup8 textarea{min-height:140px;resize:vertical}
.buttongroup12{display:flex;gap:16px;margin-top:32px}
.prevbutton,.nextbutton,.submitbutton7{flex:1;padding:16px 32px;border:none;border-radius:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:2}
.prevbutton{background:#f5f5f5;color:#666}
.prevbutton:hover{background:#e0e0e0;transform:translateY(-2px)}
.nextbutton,.submitbutton7{background:linear-gradient(135deg,#01D0CB,#F34698);color:#fff;box-shadow:0 6px 20px #01d0cb4d}
.nextbutton:hover,.submitbutton7:hover{box-shadow:0 8px 28px #01d0cb66;transform:translateY(-2px)}
.privacybox{margin:24px 0;display:flex;align-items:start;gap:12px}
.privacybox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#01D0CB}
.privacybox label{font-size:14px;color:#666;line-height:1.6;cursor:pointer}
.privacybox a{color:#01D0CB;text-decoration:none;font-weight:600}
.privacybox a:hover{color:#F34698}
input[type="radio"]{display:none}
#step1radio:checked ~ .stepformwrapper .formstep5:nth-child(1),#step2radio:checked ~ .stepformwrapper .formstep5:nth-child(2),#step3radio:checked ~ .stepformwrapper .formstep5:nth-child(3){display:block}
#step1radio:checked ~ .stepformwrapper .stepindicator9 .stepitem:nth-child(1),#step2radio:checked ~ .stepformwrapper .stepindicator9 .stepitem:nth-child(1),#step2radio:checked ~ .stepformwrapper .stepindicator9 .stepitem:nth-child(2),#step3radio:checked ~ .stepformwrapper .stepindicator9 .stepitem:nth-child(1),#step3radio:checked ~ .stepformwrapper .stepindicator9 .stepitem:nth-child(2),#step3radio:checked ~ .stepformwrapper .stepindicator9 .stepitem:nth-child(3){background:linear-gradient(135deg,#01D0CB,#F34698);color:#fff}
@media (max-width: 768px) {
.contactpagebox{padding:50px 16px}
.titlezone h1{font-size:36px}
.contactgrid{grid-template-columns:1fr;gap:50px}
.formcontainer8{padding:32px 24px}
.buttongroup12{flex-direction:column}
.stepindicator9{margin-bottom:30px}
}
@media (max-width: 480px) {
.titlezone h1{font-size:28px}
.titlezone p{font-size:16px}
.formcontainer8 h3{font-size:24px}
}
.learningwrapper{max-width:1200px;margin:0 auto;padding:0 20px}
.herolearning{background:linear-gradient(135deg,#01d0cb14 0%,#f3469814 100%);padding:120px 0 100px;position:relative;overflow:hidden;border-radius:32px;margin:40px 0 80px}
.herolearning::before{content:'';position:absolute;top:-50%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,#01d0cb26,transparent);border-radius:50%;animation:floatparticle1 8s ease-in-out infinite}
.herolearning::after{content:'';position:absolute;bottom:-30%;right:-5%;width:250px;height:250px;background:radial-gradient(circle,#f346981f,transparent);border-radius:50%;animation:floatparticle2 10s ease-in-out infinite}
@keyframes floatparticle1 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(30px,40px)}
}
@keyframes floatparticle2 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(-40px,-30px)}
}
.herocontent{text-align:center;position:relative;z-index:2}
.herolearning .herotitle{font-size:3.2rem;font-weight:700;color:#095253;margin:0 0 24px;line-height:1.2}
.herolearning .herodesc{font-size:1.25rem;color:#555;max-width:700px;margin:0 auto 40px;line-height:1.7}
.heroimage3d{max-width:600px;margin:50px auto 0;position:relative}
.heroimage3d img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 60px #09525326 0 8px 16px #01d0cb1a;transform:perspective(1000px) rotateY(-2deg) rotateX(1deg);transition:transform .4s ease}
.heroimage3d img:hover{transform:perspective(1000px) rotateY(0deg) rotateX(0deg)}
.programstructure{padding:100px 0}
.structure2col{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.leftstructure h2{font-size:2.8rem;font-weight:700;color:#095253;margin:0 0 28px;line-height:1.2}
.leftstructure h2::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#01D0CB,#F34698);margin-bottom:20px;border-radius:3px}
.leftstructure .introblocktext{font-size:1.1rem;color:#666;line-height:1.8;margin:0 0 32px}
.modulegrid{display:grid;gap:24px}
.modulecard3{background:#fff;border:2px solid #f0f0f0;border-radius:20px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}
.modulecard3::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#01D0CB,#F34698);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.modulecard3:hover{border-color:#01D0CB;box-shadow:0 12px 32px #01d0cb26;transform:translateY(-4px)}
.modulecard3:hover::before{transform:scaleX(1)}
.modulenumber42{display:inline-block;font-size:.9rem;font-weight:700;color:#01D0CB;background:#01d0cb1a;padding:6px 16px;border-radius:20px;margin-bottom:16px}
.modulecard3 h3{font-size:1.5rem;font-weight:600;color:#095253;margin:0 0 12px}
.modulecard3 p{font-size:1rem;color:#666;line-height:1.7;margin:0 0 20px}
.topiclist97{list-style:none;padding:0;margin:0}
.topiclist97 li{font-size:.95rem;color:#555;padding:8px 0 8px 28px;position:relative;line-height:1.6}
.topiclist97 li::before{content:'';position:absolute;left:0;top:14px;width:12px;height:12px;background:linear-gradient(135deg,#01D0CB,#F34698);border-radius:3px}
.instructorpanel{background:linear-gradient(135deg,#0952530d 0%,#01d0cb0d 100%);border-radius:24px;padding:40px;position:sticky;top:40px}
.instructorpanel h3{font-size:1.8rem;font-weight:700;color:#095253;margin:0 0 32px}
.instructorgrid2{display:grid;gap:28px}
.instructorbox{display:flex;gap:20px;align-items:start;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.instructorbox:hover{box-shadow:0 8px 24px #01d0cb1f;transform:translateX(4px)}
.instructorphoto{flex-shrink:0}
.instructorphoto img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #01D0CB}
.instructorinfo h4{font-size:1.2rem;font-weight:600;color:#095253;margin:0 0 6px}
.instructortitle{font-size:.9rem;color:#F34698;font-weight:600;margin:0 0 10px}
.instructorinfo p{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.timelineblock{margin-top:40px;padding-top:40px;border-top:2px solid #01d0cb33}
.timelineblock h4{font-size:1.3rem;font-weight:600;color:#095253;margin:0 0 24px}
.timelinesteps{position:relative;padding-left:36px}
.timelinesteps::before{content:'';position:absolute;left:10px;top:10px;bottom:10px;width:3px;background:linear-gradient(180deg,#01D0CB,#F34698);border-radius:2px}
.steptime{position:relative;margin-bottom:24px}
.steptime::before{content:'';position:absolute;left:-30px;top:6px;width:14px;height:14px;background:#fff;border:3px solid #01D0CB;border-radius:50%;z-index:2}
.steptime:last-child{margin-bottom:0}
.steptime strong{display:block;font-size:1rem;font-weight:600;color:#095253;margin-bottom:4px}
.steptime span{font-size:.9rem;color:#666}
@media (max-width: 968px) {
.herolearning .herotitle{font-size:2.4rem}
.herolearning .herodesc{font-size:1.1rem}
.structure2col{grid-template-columns:1fr;gap:50px}
.instructorpanel{position:static}
.leftstructure h2{font-size:2.2rem}
}
@media (max-width: 640px) {
.herolearning{padding:80px 0 60px;margin:20px 0 50px;border-radius:20px}
.herolearning .herotitle{font-size:1.9rem}
.herolearning .herodesc{font-size:1rem}
.heroimage3d{max-width:100%}
.programstructure{padding:60px 0}
.leftstructure h2{font-size:1.8rem}
.modulecard3{padding:24px}
.modulecard3 h3{font-size:1.3rem}
.instructorbox{flex-direction:column;align-items:center;text-align:center}
.instructorphoto img{width:100px;height:100px}
.instructorpanel{padding:28px}
}
.successwrapper{max-width:1200px;margin:0 auto;padding:0 20px}
.successhero{min-height:85vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#01d0cb14 0%,#f346980d 100%)}
.successhero::before{content:'';position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,#01d0cb26 0%,transparent 70%);border-radius:50%;animation:floatShape1 20s ease-in-out infinite}
.successhero::after{content:'';position:absolute;bottom:-40%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,#f346981f 0%,transparent 70%);border-radius:50%;animation:floatShape2 18s ease-in-out infinite}
@keyframes floatShape1 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-40px) scale(1.1)}
}
@keyframes floatShape2 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-40px,30px) scale(1.15)}
}
.successcontent{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto}
.successiconbox{width:140px;height:140px;margin:0 auto 48px;position:relative;display:flex;align-items:center;justify-content:center}
.successiconbox::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#01D0CB 0%,#F34698 100%);border-radius:50%;opacity:.12;animation:pulseRing 2.5s ease-out infinite}
.successiconbox::after{content:'';position:absolute;inset:12px;background:linear-gradient(135deg,#01D0CB 0%,#F34698 100%);border-radius:50%;opacity:.2;animation:pulseRing 2.5s ease-out .3s infinite}
@keyframes pulseRing {
0%{transform:scale(1);opacity:.2}
50%{transform:scale(1.15);opacity:.08}
100%{transform:scale(1.3);opacity:0}
}
.checkmarkwrap{width:88px;height:88px;background:linear-gradient(135deg,#01D0CB 0%,#095253 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;box-shadow:0 12px 32px #01d0cb47}
.checkmarkwrap svg{width:48px;height:48px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:drawCheck .8s ease-out .4s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.successheading45{font-size:52px;font-weight:700;line-height:1.15;color:#095253;margin:0 0 24px;letter-spacing:-.02em}
.successheading45::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#01D0CB 0%,#F34698 100%);margin:28px auto 0;border-radius:20px}
.desctext78{font-size:19px;line-height:1.7;color:#4a5568;margin:0 0 42px;max-width:640px;margin-left:auto;margin-right:auto}
.infopanel23{background:#fff;border:2px solid #01d0cb26;border-radius:24px;padding:36px 42px;margin:0 0 48px;box-shadow:0 8px 24px #09525314}
.infopanel23 p{font-size:17px;line-height:1.6;color:#2d3748;margin:0}
.infopanel23 strong{color:#095253;font-weight:600}
.actionbtn92{display:inline-block;padding:18px 52px;background:linear-gradient(135deg,#01D0CB 0%,#095253 100%);color:#fff;text-decoration:none;font-size:18px;font-weight:600;border-radius:28px;transition:all .3s ease;box-shadow:0 10px 28px #01d0cb59;position:relative;overflow:hidden;z-index:1}
.actionbtn92::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#095253 0%,#01D0CB 100%);opacity:0;transition:opacity .3s ease;z-index:-1}
.actionbtn92:hover{transform:translateY(-3px);box-shadow:0 14px 36px #01d0cb6b}
.actionbtn92:hover::before{opacity:1}
.decorshape1{position:absolute;top:15%;left:8%;width:80px;height:80px;border:3px solid #01d0cb4d;border-radius:50%;animation:rotateShape 25s linear infinite}
.decorshape2{position:absolute;bottom:20%;right:10%;width:60px;height:60px;background:linear-gradient(45deg,#f3469826,transparent);transform:rotate(45deg);animation:floatDecor 15s ease-in-out infinite}
.decorshape3{position:absolute;top:45%;right:5%;width:100px;height:100px;border:2px dashed #09525333;border-radius:28px;transform:rotate(15deg);animation:rotateShape 30s linear infinite reverse}
@keyframes rotateShape {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
@keyframes floatDecor {
0%,100%{transform:rotate(45deg) translateY(0)}
50%{transform:rotate(45deg) translateY(-25px)}
}
@media (max-width: 768px) {
.successhero{min-height:75vh;padding:60px 0}
.successiconbox{width:110px;height:110px;margin-bottom:36px}
.checkmarkwrap{width:72px;height:72px}
.checkmarkwrap svg{width:38px;height:38px}
.successheading45{font-size:36px;margin-bottom:20px}
.successheading45::after{width:60px;height:4px;margin-top:22px}
.desctext78{font-size:17px;margin-bottom:32px}
.infopanel23{padding:28px 24px;margin-bottom:36px}
.infopanel23 p{font-size:16px}
.actionbtn92{padding:16px 42px;font-size:17px}
.decorshape1,.decorshape2,.decorshape3{display:none}
}
@media (max-width: 480px) {
.successheading45{font-size:30px}
.desctext78{font-size:16px}
.actionbtn92{padding:15px 36px;font-size:16px}
.infopanel23{padding:24px 20px}
}