*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Merriweather',serif;display:flex;flex-direction:column;min-height:100vh;background-color:#FEFEFE;color:#1A424D;line-height:1.7}
.page-container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}
.main-heado{background:linear-gradient(135deg,#1a424d0d 0%,#f48a2808 100%);border-bottom:1px solid #1a424d1a;box-shadow:0 2px 8px #1a424d0f}
.header-wrap3{position:relative}
.top-strip42{padding:28px 0}
.top-strip42 .page-container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo-area{flex-shrink:0}
.logo-link--main{display:block;transition:opacity .3s ease}
.logo-link--main:hover{opacity:.85}
.site-logo7{height:95px;width:95px;display:block;background:#fffc;border-radius:6px;padding:8px;box-shadow:0 2px 6px #1a424d1f}
.brand-center-box{flex-grow:1;text-align:center;padding:0 40px}
.company-title89{font-size:42px;font-weight:700;color:#1A424D;letter-spacing:-.5px;text-shadow:0 1px 2px #1a424d14}
.primary-navi{flex-shrink:0}
.menu-list5{list-style:none;display:flex;gap:8px;align-items:center}
.menu-item12{position:relative}
.nav-link--item{display:block;padding:12px 20px;color:#1A424D;text-decoration:none;font-size:15px;font-weight:400;border-radius:6px;transition:background-color .2s ease,color .2s ease}
.nav-link--item:hover{background-color:#f48a281a;color:#F48A28}
.has-dropdown:hover .sub-menu-box{opacity:1;visibility:visible;transform:translateY(0)}
.sub-menu-box{position:absolute;top:100%;left:0;background:#FFF;min-width:200px;padding:8px 0;border-radius:6px;box-shadow:0 4px 12px #1a424d26;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:100;margin-top:4px}
.sub-menu-box::before{content:'';position:absolute;top:-10px;left:0;right:0;height:10px}
.submenu-item8{list-style:none}
.submenu-link3{display:block;padding:10px 20px;color:#1A424D;text-decoration:none;font-size:14px;transition:background-color .2s ease,color .2s ease}
.submenu-link3:hover{background-color:#f48a2814;color:#F48A28}
main{flex:1}
.site-foot{background:linear-gradient(180deg,#1A424D 0%,#143640 100%);color:#EDEDED;padding:50px 0 30px;margin-top:60px}
.footer-wrapper19{width:100%}
.footer-content-row{display:flex;justify-content:space-between;gap:60px;margin-bottom:40px;flex-wrap:wrap}
.footer-info-col{flex:1;min-width:280px}
.company-details7{line-height:1.8}
.company-name-text{font-size:22px;font-weight:700;margin-bottom:16px;color:#F48A28}
.address-line4{margin-bottom:12px;font-size:15px;color:#EDEDED}
.contact-detail8{margin-bottom:8px;font-size:15px;color:#EDEDED}
.footer-link--contact{color:#EDEDED;text-decoration:none;transition:color .2s ease}
.footer-link--contact:hover{color:#F48A28}
.footer-nav-col{flex:1;min-width:280px}
.footer-navi{width:100%}
.footer-menu-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-menu-item6{list-style:none}
.footer-link--page{color:#EDEDED;text-decoration:none;font-size:15px;transition:color .2s ease;display:inline-block}
.footer-link--page:hover{color:#F48A28}
.copyright-row{border-top:1px solid #ededed33;padding-top:24px;text-align:center}
.copyright-text9{font-size:14px;color:#edededcc}
.cookie-notice--popup{position:fixed;top:20px;right:20px;background:#FFF;border-radius:8px;box-shadow:0 8px 24px #1a424d33;padding:24px;max-width:380px;z-index:9999;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}
.cookie-notice--popup.show-popup{opacity:1;visibility:visible}
.cookie-content-box{width:100%}
.cookie-heading7{font-size:20px;font-weight:700;color:#1A424D;margin-bottom:12px}
.cookie-message12{font-size:14px;color:#1A424D;line-height:1.6;margin-bottom:20px}
.cookie-settings-group{margin-bottom:20px}
.cookie-option-row{margin-bottom:14px}
.cookie-label8{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:14px;color:#1A424D}
.cookie-option-name{flex:1}
.cookie-toggle--input{display:none}
.toggle-switch4{position:relative;width:48px;height:24px;background:#EDEDED;border-radius:24px;transition:background-color .3s ease;cursor:pointer}
.toggle-switch4::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:#FFF;border-radius:50%;transition:transform .3s ease}
.cookie-toggle--input:checked + .toggle-switch4{background:#F48A28}
.cookie-toggle--input:checked + .toggle-switch4::after{transform:translateX(24px)}
.cookie-actions{display:flex;gap:10px}
.cookie-butt{flex:1;padding:11px 18px;border:none;border-radius:6px;font-family:'Merriweather',serif;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease}
.accept-btn9{background:#F48A28;color:#FFF}
.accept-btn9:hover{background:#D87320}
.decline-btn4{background:#EDEDED;color:#1A424D}
.decline-btn4:hover{background:#D8D8D8}
.cookie-manage-tab{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:9998;display:none}
.cookie-manage-tab.show-tab{display:block}
.manage-tab-butt{background:#1A424D;color:#FFF;border:none;padding:14px 12px;border-radius:6px 0 0 6px;cursor:pointer;font-size:18px;box-shadow:-2px 2px 8px #1a424d33;transition:background-color .2s ease}
.manage-tab-butt:hover{background:#F48A28}
@media (max-width: 968px) {
.top-strip42 .page-container{flex-direction:column;gap:20px}
.brand-center-box{padding:0;order:-1}
.company-title89{font-size:32px}
.logo-area{order:1}
.primary-navi{order:2;width:100%}
.menu-list5{flex-wrap:wrap;justify-content:center}
.footer-content-row{flex-direction:column;gap:30px}
}
@media (max-width: 480px) {
.cookie-notice--popup{left:20px;right:20px;max-width:none}
.company-title89{font-size:26px}
.site-logo7{height:75px;width:75px}
.menu-list5{flex-direction:column;width:100%}
.menu-item12{width:100%;text-align:center}
.nav-link--item{display:block;width:100%}
.sub-menu-box{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#f48a280d;margin-top:8px;display:none}
.has-dropdown:hover .sub-menu-box{display:block}
.cookie-actions{flex-direction:column}
}
.agreement-text{max-width:1200px;margin:0 auto;padding:80px 20px;background:#fff}
.agreement-text h1{font-size:42px;font-weight:700;color:#1A424D;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.agreement-text h2{font-size:32px;font-weight:600;color:#1A424D;margin:48px 0 20px;line-height:1.3;letter-spacing:-.3px}
.agreement-text h3{font-size:24px;font-weight:600;color:#1A424D;margin:36px 0 16px;line-height:1.4}
.agreement-text h4{font-size:20px;font-weight:600;color:#1A424D;margin:28px 0 12px;line-height:1.4}
.agreement-text h5{font-size:18px;font-weight:600;color:#1A424D;margin:24px 0 12px;line-height:1.5}
.agreement-text h6{font-size:16px;font-weight:600;color:#1A424D;margin:20px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.agreement-text p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px;max-width:800px}
.agreement-text strong,.agreement-text b{font-weight:600;color:#1A424D}
.agreement-text ul{margin:0 0 24px;padding:0 0 0 28px;list-style:none}
.agreement-text ul li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;position:relative;padding-left:8px}
.agreement-text ul li::before{content:"";position:absolute;left:-20px;top:12px;width:6px;height:6px;background:#F48A28;border-radius:50%}
.agreement-text ol{margin:0 0 24px;padding:0 0 0 28px;counter-reset:policy-counter;list-style:none}
.agreement-text ol li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;position:relative;padding-left:8px;counter-increment:policy-counter}
.agreement-text ol li::before{content:counter(policy-counter) ".";position:absolute;left:-28px;font-weight:600;color:#F48A28}
.agreement-text table{width:100%;margin:32px 0;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #1a424d14}
.agreement-text thead{background:#1A424D}
.agreement-text thead tr th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.agreement-text tbody{background:#fff}
.agreement-text tbody tr{border-bottom:1px solid #EDEDED;transition:background .2s ease}
.agreement-text tbody tr:hover{background:#ededed66}
.agreement-text tbody tr:last-child{border-bottom:none}
.agreement-text tbody tr td{padding:16px 20px;font-size:15px;line-height:1.6;color:#333}
.agreement-text tbody tr th{padding:16px 20px;font-size:15px;font-weight:600;color:#1A424D;text-align:left}
.agreement-text div{margin:0 0 16px}
@media (max-width: 768px) {
.agreement-text{padding:60px 16px}
.agreement-text h1{font-size:32px;margin:0 0 20px}
.agreement-text h2{font-size:26px;margin:36px 0 16px}
.agreement-text h3{font-size:22px;margin:28px 0 14px}
.agreement-text h4{font-size:19px;margin:24px 0 12px}
.agreement-text h5{font-size:17px}
.agreement-text h6{font-size:15px}
.agreement-text p{font-size:15px;line-height:1.7}
.agreement-text ul,.agreement-text ol{padding:0 0 0 24px}
.agreement-text ul li,.agreement-text ol li{font-size:15px;line-height:1.7}
.agreement-text table{font-size:14px;margin:24px 0}
.agreement-text thead tr th{padding:12px 14px;font-size:13px}
.agreement-text tbody tr td,.agreement-text tbody tr th{padding:12px 14px;font-size:14px}
}
@media (max-width: 480px) {
.agreement-text{padding:40px 12px}
.agreement-text h1{font-size:28px}
.agreement-text h2{font-size:24px}
.agreement-text table{display:block;overflow-x:auto}
.agreement-text thead tr th,.agreement-text tbody tr td,.agreement-text tbody tr th{padding:10px 12px;font-size:13px}
}
.opening-zone{background:linear-gradient(135deg,#EDEDED 0%,#fff 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.opening-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f48a2826 0%,transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}
.opening-zone::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#1a424d1f 0%,transparent 65%);border-radius:50%;filter:blur(80px);pointer-events:none}
.opening-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.opening-text h1{font-size:3.2rem;line-height:1.15;color:#1A424D;margin:0 0 24px;font-weight:700}
.opening-text .number-highlight{display:inline-block;color:#F48A28;font-weight:800;position:relative}
.opening-text .explainer{font-size:1.15rem;line-height:1.7;color:#2d2d2d;margin:0}
.opening-visual{position:relative;height:420px}
.clipped-img-holder{position:absolute;top:0;right:0;width:100%;height:100%;clip-path:polygon(15% 0%,100% 0%,100% 85%,85% 100%,0% 100%,0% 15%);overflow:hidden;box-shadow:0 12px 32px #1a424d2e}
.clipped-img-holder img{width:100%;height:100%;object-fit:cover;display:block}
.story-segment{background:#fff;padding:90px 20px}
.story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:start}
.story-img-box{position:relative}
.story-img-box img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001f}
.story-content-side h2{font-size:2.4rem;line-height:1.3;color:#1A424D;margin:0 0 28px;font-weight:700}
.story-content-side .narrative-text{font-size:1.05rem;line-height:1.75;color:#3d3d3d;margin:0 0 20px}
.story-content-side .narrative-text:last-of-type{margin-bottom:0}
.approach-area{background:linear-gradient(180deg,#1A424D 0%,#154450 100%);padding:85px 20px;position:relative}
.approach-wrapper{max-width:1200px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:60px}
.approach-header h2{font-size:2.6rem;line-height:1.25;color:#fff;margin:0 0 18px;font-weight:700}
.approach-header .subtext{font-size:1.1rem;line-height:1.6;color:#ffffffd9;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.method-card{background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:38px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.method-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F48A28 0%,#f48a284d 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.method-card:hover::before{transform:scaleX(1)}
.method-card:hover{background:#ffffff1f;border-color:#f48a2866;transform:translateY(-4px);box-shadow:0 12px 28px #00000040}
.method-card h3{font-size:1.45rem;line-height:1.4;color:#fff;margin:0 0 16px;font-weight:600}
.method-card .card-desc{font-size:.98rem;line-height:1.65;color:#fffc;margin:0}
.team-section{background:#EDEDED;padding:90px 20px}
.team-shell{max-width:1200px;margin:0 auto}
.team-intro-header{margin-bottom:55px}
.team-intro-header h2{font-size:2.5rem;line-height:1.3;color:#1A424D;margin:0 0 20px;font-weight:700}
.team-intro-header .intro-paragraph{font-size:1.08rem;line-height:1.7;color:#3d3d3d;margin:0;max-width:820px}
.members-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px}
.member-profile{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:all .3s ease}
.member-profile:hover{box-shadow:0 10px 32px #00000024;transform:translateY(-6px)}
.profile-photo-box{width:100%;height:320px;overflow:hidden;position:relative}
.profile-photo-box img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.member-profile:hover .profile-photo-box img{transform:scale(1.05)}
.profile-info-box{padding:28px 24px}
.profile-info-box h3{font-size:1.35rem;line-height:1.3;color:#1A424D;margin:0 0 8px;font-weight:600}
.profile-info-box .role-label{font-size:.95rem;line-height:1.4;color:#F48A28;margin:0 0 14px;font-weight:500}
.profile-info-box .bio-snippet{font-size:.96rem;line-height:1.6;color:#4d4d4d;margin:0}
@media (max-width: 968px) {
.opening-wrap{grid-template-columns:1fr;gap:50px}
.opening-text h1{font-size:2.6rem}
.opening-visual{height:360px}
.story-container{grid-template-columns:1fr;gap:50px}
.story-img-box img{height:400px}
.method-grid{grid-template-columns:1fr;gap:28px}
.approach-header h2{font-size:2.2rem}
.team-intro-header h2{font-size:2.1rem}
}
@media (max-width: 640px) {
.opening-zone{padding:60px 20px 70px}
.opening-text h1{font-size:2.1rem}
.opening-text .explainer{font-size:1.05rem}
.opening-visual{height:280px}
.story-segment{padding:70px 20px}
.story-content-side h2{font-size:2rem}
.story-img-box img{height:320px}
.approach-area{padding:70px 20px}
.approach-header h2{font-size:1.9rem}
.method-card{padding:32px 24px}
.team-section{padding:70px 20px}
.team-intro-header h2{font-size:1.85rem}
.members-layout{gap:35px}
.profile-photo-box{height:280px}
}
.title-wrapper{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1A424D 0%,#2a5a68 100%)}
.title-wrapper .bg-image-blur{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(8px);opacity:.25;z-index:1}
.title-wrapper::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.08;z-index:2;pointer-events:none}
.title-content-box{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:60px 24px;text-align:center}
.title-content-box .main-headline{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.title-content-box .secondary-headline{font-size:1.8rem;font-weight:400;color:#EDEDED;margin:0 0 28px;line-height:1.4}
.title-content-box .desc-text{font-size:1.1rem;color:#EDEDED;line-height:1.7;max-width:720px;margin:0 auto}
.gamified-learning-section{background:#fff;padding:80px 24px}
.gamified-learning-section .container-box{max-width:1200px;margin:0 auto}
.gamified-learning-section .section-heading{font-size:2.4rem;font-weight:700;color:#1A424D;margin:0 0 12px;text-align:center}
.gamified-learning-section .section-subtext{font-size:1.05rem;color:#555;text-align:center;margin:0 0 64px;line-height:1.6}
.progress-tracker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px}
.progress-item-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #EDEDED;border-radius:8px;padding:28px 20px;position:relative;transition:all .3s ease}
.progress-item-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1a424d1f;border-color:#F48A28}
.progress-item-card .step-number{display:inline-block;width:44px;height:44px;background:linear-gradient(135deg,#1A424D 0%,#2a5a68 100%);color:#fff;border-radius:50%;text-align:center;line-height:44px;font-size:1.3rem;font-weight:700;margin-bottom:16px}
.progress-item-card .step-title{font-size:1.15rem;font-weight:600;color:#1A424D;margin:0 0 8px}
.progress-item-card .step-desc{font-size:.95rem;color:#666;line-height:1.5;margin:0}
.progress-bar-wrapper{background:#EDEDED;border-radius:12px;height:14px;overflow:hidden;position:relative;margin-top:18px}
.progress-bar-fill{height:100%;background:linear-gradient(90deg,#F48A28 0%,#ff9d4d 100%);border-radius:12px;transition:width .4s ease}
.progress-item-card:nth-child(1) .progress-bar-fill{width:100%}
.progress-item-card:nth-child(2) .progress-bar-fill{width:75%}
.progress-item-card:nth-child(3) .progress-bar-fill{width:50%}
.progress-item-card:nth-child(4) .progress-bar-fill{width:25%}
.ecosystem-connection-section{background:linear-gradient(180deg,#EDEDED 0%,#f5f5f5 100%);padding:80px 24px}
.ecosystem-connection-section .inner-container{max-width:1200px;margin:0 auto}
.ecosystem-connection-section .heading-text{font-size:2.2rem;font-weight:700;color:#1A424D;margin:0 0 48px;text-align:center}
.ecosystem-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ecosystem-card{background:#fff;border-radius:10px;padding:32px 24px;box-shadow:0 4px 12px #00000014;position:relative;overflow:hidden;transition:all .3s ease}
.ecosystem-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#F48A28;transform:scaleY(0);transition:transform .3s ease}
.ecosystem-card:hover::before{transform:scaleY(1)}
.ecosystem-card:hover{box-shadow:0 8px 24px #1a424d26}
.ecosystem-card .icon-holder{width:56px;height:56px;background:#f48a281a;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.ecosystem-card .icon-holder i{font-size:28px;color:#F48A28}
.ecosystem-card .card-title{font-size:1.2rem;font-weight:600;color:#1A424D;margin:0 0 12px}
.ecosystem-card .card-description{font-size:.98rem;color:#555;line-height:1.6;margin:0}
.market-relevance-section{background:#fff;padding:80px 24px}
.market-relevance-section .content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.market-relevance-section .text-area{padding-right:20px}
.market-relevance-section .text-area .heading-primary{font-size:2.3rem;font-weight:700;color:#1A424D;margin:0 0 20px;line-height:1.3}
.market-relevance-section .text-area .text-content{font-size:1.05rem;color:#444;line-height:1.7;margin:0 0 24px}
.market-relevance-section .stats-display{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}
.stat-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #EDEDED;border-radius:8px;padding:24px 18px;text-align:center;transition:all .3s ease}
.stat-box:hover{border-color:#F48A28;transform:scale(1.05)}
.stat-box .stat-value{font-size:2.2rem;font-weight:700;color:#F48A28;margin:0 0 8px;line-height:1}
.stat-box .stat-label{font-size:.95rem;color:#666;margin:0;line-height:1.4}
.market-relevance-section .image-area{position:relative}
.market-relevance-section .image-area img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 12px 32px #1a424d2e}
.trust-indicators-section{background:linear-gradient(135deg,#1A424D 0%,#2a5a68 100%);padding:80px 24px;position:relative;overflow:hidden}
.trust-indicators-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#f48a2814;border-radius:50%;z-index:1}
.trust-indicators-section .container-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.trust-indicators-section .heading-main{font-size:2.4rem;font-weight:700;color:#fff;margin:0 0 56px;text-align:center}
.trust-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.trust-feature-item{background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:36px 28px;backdrop-filter:blur(10px);transition:all .3s ease}
.trust-feature-item:hover{background:#ffffff1f;border-color:#F48A28;transform:translateY(-6px)}
.trust-feature-item .feature-icon{width:64px;height:64px;background:#f48a2833;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.trust-feature-item .feature-icon i{font-size:32px;color:#F48A28}
.trust-feature-item .feature-heading{font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 12px}
.trust-feature-item .feature-text{font-size:1rem;color:#EDEDED;line-height:1.6;margin:0}
.global-access-section{background:#fff;padding:80px 24px}
.global-access-section .wrapper-content{max-width:1200px;margin:0 auto}
.global-access-section .top-heading{font-size:2.3rem;font-weight:700;color:#1A424D;margin:0 0 16px;text-align:center}
.global-access-section .intro-paragraph{font-size:1.05rem;color:#555;text-align:center;max-width:800px;margin:0 auto 56px;line-height:1.6}
.regions-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:48px}
.region-card-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #EDEDED;border-radius:10px;padding:32px 28px;display:flex;align-items:flex-start;gap:24px;transition:all .3s ease}
.region-card-item:hover{border-color:#F48A28;box-shadow:0 8px 20px #1a424d1a}
.region-card-item .region-image{width:140px;height:140px;object-fit:cover;border-radius:8px;flex-shrink:0}
.region-card-item .region-info{flex:1}
.region-card-item .region-name{font-size:1.25rem;font-weight:600;color:#1A424D;margin:0 0 10px}
.region-card-item .region-details{font-size:.98rem;color:#555;line-height:1.6;margin:0 0 14px}
.region-card-item .region-stat{font-size:.9rem;color:#F48A28;font-weight:600;margin:0}
.security-guarantee-section{background:linear-gradient(180deg,#EDEDED 0%,#f5f5f5 100%);padding:80px 24px}
.security-guarantee-section .layout-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:48px;align-items:center}
.security-guarantee-section .image-zone{position:relative}
.security-guarantee-section .image-zone img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 12px 32px #1a424d26}
.security-guarantee-section .content-zone{padding-left:20px}
.security-guarantee-section .content-zone .main-title{font-size:2.2rem;font-weight:700;color:#1A424D;margin:0 0 20px;line-height:1.3}
.security-guarantee-section .content-zone .description-paragraph{font-size:1.05rem;color:#444;line-height:1.7;margin:0 0 32px}
.guarantee-checklist{display:flex;flex-direction:column;gap:18px}
.checklist-item{display:flex;align-items:flex-start;gap:16px;background:#fff;border-radius:8px;padding:18px 20px;border-left:4px solid #F48A28;box-shadow:0 2px 8px #0000000f}
.checklist-item .check-icon{width:28px;height:28px;background:#F48A28;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.checklist-item .check-icon i{font-size:14px;color:#fff}
.checklist-item .item-content{flex:1}
.checklist-item .item-title{font-size:1.1rem;font-weight:600;color:#1A424D;margin:0 0 6px}
.checklist-item .item-text{font-size:.95rem;color:#555;line-height:1.5;margin:0}
.testimonial-showcase-section{background:#fff;padding:80px 24px}
.testimonial-showcase-section .inner-wrap{max-width:1200px;margin:0 auto}
.testimonial-showcase-section .section-title{font-size:2.4rem;font-weight:700;color:#1A424D;margin:0 0 12px;text-align:center}
.testimonial-showcase-section .section-intro{font-size:1.05rem;color:#555;text-align:center;max-width:700px;margin:0 auto 56px;line-height:1.6}
.testimonial-display{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #EDEDED;border-radius:10px;padding:48px 40px;display:flex;gap:40px;align-items:flex-start;box-shadow:0 8px 24px #1a424d1a}
.testimonial-display .profile-section{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.testimonial-display .profile-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #F48A28;margin-bottom:16px}
.testimonial-display .profile-name{font-size:1.15rem;font-weight:600;color:#1A424D;margin:0 0 6px;text-align:center}
.testimonial-display .profile-role{font-size:.95rem;color:#666;margin:0 0 12px;text-align:center}
.testimonial-display .rating-stars{display:flex;gap:4px}
.testimonial-display .rating-stars i{font-size:16px;color:#F48A28}
.testimonial-display .testimonial-content{flex:1}
.testimonial-display .quote-icon{font-size:3rem;color:#f48a284d;line-height:1;margin-bottom:16px}
.testimonial-display .testimonial-text{font-size:1.1rem;color:#333;line-height:1.8;margin:0 0 20px;font-style:italic}
.testimonial-display .result-highlight{background:#f48a281a;border-left:4px solid #F48A28;padding:16px 20px;border-radius:6px}
.testimonial-display .result-highlight .highlight-text{font-size:1rem;color:#1A424D;font-weight:600;margin:0}
.cta-section-final{background:linear-gradient(135deg,#1A424D 0%,#2a5a68 100%);padding:80px 24px;text-align:center}
.cta-section-final .cta-wrapper{max-width:800px;margin:0 auto}
.cta-section-final .cta-heading{font-size:2.6rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.cta-section-final .cta-text{font-size:1.15rem;color:#EDEDED;line-height:1.7;margin:0 0 40px}
.cta-buttons-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.butt-primary{background:#F48A28;color:#fff;font-size:1.1rem;font-weight:600;padding:16px 40px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #F48A28;z-index:10;position:relative}
.butt-primary:hover{background:#e67915;border-color:#e67915;transform:translateY(-2px);box-shadow:0 8px 20px #f48a284d}
.butt-secondary{background:transparent;color:#fff;font-size:1.1rem;font-weight:600;padding:16px 40px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #fff;z-index:10;position:relative}
.butt-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}
@media (max-width: 992px) {
.title-content-box .main-headline{font-size:2.4rem}
.title-content-box .secondary-headline{font-size:1.5rem}
.progress-tracker-grid{grid-template-columns:repeat(2,1fr)}
.ecosystem-grid-layout{grid-template-columns:repeat(2,1fr)}
.market-relevance-section .content-wrapper{grid-template-columns:1fr;gap:40px}
.market-relevance-section .text-area{padding-right:0}
.trust-features-grid{grid-template-columns:repeat(2,1fr)}
.security-guarantee-section .layout-container{grid-template-columns:1fr}
.security-guarantee-section .content-zone{padding-left:0}
.testimonial-display{flex-direction:column;align-items:center}
}
@media (max-width: 768px) {
.title-wrapper{min-height:480px}
.title-content-box{padding:40px 20px}
.title-content-box .main-headline{font-size:2rem}
.title-content-box .secondary-headline{font-size:1.3rem}
.gamified-learning-section{padding:60px 20px}
.gamified-learning-section .section-heading{font-size:2rem}
.progress-tracker-grid{grid-template-columns:1fr;gap:24px}
.ecosystem-connection-section{padding:60px 20px}
.ecosystem-grid-layout{grid-template-columns:1fr}
.market-relevance-section{padding:60px 20px}
.market-relevance-section .text-area .heading-primary{font-size:1.9rem}
.market-relevance-section .stats-display{grid-template-columns:1fr}
.trust-indicators-section{padding:60px 20px}
.trust-features-grid{grid-template-columns:1fr}
.global-access-section{padding:60px 20px}
.regions-showcase{grid-template-columns:1fr}
.region-card-item{flex-direction:column}
.region-card-item .region-image{width:100%;height:200px}
.security-guarantee-section{padding:60px 20px}
.testimonial-showcase-section{padding:60px 20px}
.testimonial-display{padding:32px 24px}
.cta-section-final{padding:60px 20px}
.cta-section-final .cta-heading{font-size:2rem}
.cta-buttons-group{flex-direction:column;align-items:stretch}
.butt-primary,.butt-secondary{width:100%;text-align:center}
}
.contact-hero-strip{width:100%;max-width:1200px;margin:0 auto;padding:60px 20px;display:flex;align-items:center;gap:30px;background:linear-gradient(135deg,#1a424d0d 0%,#f48a280d 100%);border-radius:8px}
.hero-img-strip{width:140px;min-width:140px;height:280px;background:linear-gradient(180deg,#1A424D 0%,#1a424db3 100%);border-radius:6px;box-shadow:0 4px 12px #1a424d33;position:relative;overflow:hidden}
.hero-img-strip::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,#f48a281a 50%,transparent 70%)}
.hero-txt-area{flex:1}
.hero-txt-area h1{font-size:42px;color:#1A424D;margin:0;font-weight:700;line-height:1.2}
.contact-methods-grid{max-width:1200px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.method-card{background:#fff;border:2px solid #EDEDED;border-radius:10px;padding:32px 24px;text-align:center;transition:all .3s ease;position:relative}
.method-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1A424D 0%,#F48A28 100%);border-radius:10px 10px 0 0;opacity:0;transition:opacity .3s ease}
.method-card:hover::before{opacity:1}
.method-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1a424d26;border-color:#F48A28}
.method-icon-box{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#1a424d1a 0%,#f48a281a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#1A424D}
.method-card h3{font-size:20px;color:#1A424D;margin:0 0 12px;font-weight:600}
.method-card p{font-size:15px;color:#1A424D;margin:0;line-height:1.6}
.method-card a{color:#F48A28;text-decoration:none;font-weight:500;transition:color .3s ease}
.method-card a:hover{color:#1A424D}
.form-wrapper-main{max-width:800px;margin:0 auto 80px;padding:0 20px}
.form-intro-txt{text-align:center;margin-bottom:48px}
.form-intro-txt h2{font-size:32px;color:#1A424D;margin:0 0 16px;font-weight:700}
.form-intro-txt p{font-size:16px;color:#1A424D;margin:0;line-height:1.6;opacity:.85}
.step-form-container{background:#fff;border-radius:12px;box-shadow:0 6px 24px #1a424d1a;overflow:hidden}
.step-indicator-wrap{display:flex;background:linear-gradient(90deg,#1a424d0d 0%,#ededed80 100%);border-bottom:2px solid #EDEDED}
.step-item{flex:1;padding:20px;text-align:center;position:relative;transition:all .3s ease}
.step-item::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#F48A28;transform:scaleX(0);transition:transform .3s ease}
.step-num{display:inline-block;width:32px;height:32px;background:#EDEDED;color:#1A424D;border-radius:50%;line-height:32px;font-weight:600;margin-bottom:8px;transition:all .3s ease}
.step-label{font-size:14px;color:#1A424D;font-weight:500;opacity:.7;display:block}
.step-content-area{padding:48px 40px}
.step-panel{display:none}
.step-panel--active{display:block}
input[type="radio"].step-radio{display:none}
input[type="radio"].step-radio:checked + .step-item::after{transform:scaleX(1)}
input[type="radio"].step-radio:checked + .step-item .step-num{background:#F48A28;color:#fff}
input[type="radio"].step-radio:checked + .step-item .step-label{opacity:1}
#step1-radio:checked ~ .step-content-area .step-panel-1,#step2-radio:checked ~ .step-content-area .step-panel-2,#step3-radio:checked ~ .step-content-area .step-panel-3{display:block}
.field-group{margin-bottom:24px}
.field-group label{display:block;font-size:15px;color:#1A424D;font-weight:600;margin-bottom:8px}
.field-group input[type="text"],.field-group input[type="email"]{width:100%;padding:14px 16px;border:2px solid #EDEDED;border-radius:8px;font-size:15px;color:#1A424D;background:#fff;transition:all .3s ease;box-sizing:border-box}
.field-group input[type="text"]:focus,.field-group input[type="email"]:focus{outline:none;border-color:#F48A28;box-shadow:0 0 0 3px #f48a281a}
.nav-buttons-row{display:flex;gap:12px;margin-top:32px}
.nav-butt{flex:1;padding:14px 24px;border:2px solid #1A424D;background:#fff;color:#1A424D;font-size:15px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}
.nav-butt:hover{background:#1A424D;color:#fff}
.nav-butt--primary{background:#F48A28;border-color:#F48A28;color:#fff}
.nav-butt--primary:hover{background:#1A424D;border-color:#1A424D}
.privacy-checkbox-wrap{margin:24px 0;display:flex;align-items:flex-start;gap:12px}
.privacy-checkbox-wrap input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#F48A28}
.privacy-checkbox-wrap label{font-size:14px;color:#1A424D;line-height:1.5}
.privacy-checkbox-wrap a{color:#F48A28;text-decoration:none;font-weight:500}
.privacy-checkbox-wrap a:hover{text-decoration:underline}
.submit-butt{width:100%;padding:16px 24px;background:#F48A28;border:none;color:#fff;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f48a284d}
.submit-butt:hover{background:#1A424D;transform:translateY(-2px);box-shadow:0 6px 16px #1a424d66}
.location-info-section{max-width:1200px;margin:0 auto 80px;padding:0 20px}
.location-content-box{background:linear-gradient(135deg,#1a424d08 0%,#ededed80 100%);border-radius:12px;padding:48px;display:flex;gap:48px;align-items:center;border:2px solid #EDEDED}
.location-text-side{flex:1}
.location-text-side h2{font-size:28px;color:#1A424D;margin:0 0 20px;font-weight:700}
.location-text-side p{font-size:16px;color:#1A424D;margin:0 0 12px;line-height:1.7}
.location-text-side p:last-child{margin-bottom:0}
.address-highlight{font-weight:600;color:#F48A28}
.location-visual-side{width:280px;min-width:280px;height:220px;background:linear-gradient(135deg,#1A424D 0%,#1a424dcc 100%);border-radius:10px;position:relative;overflow:hidden;box-shadow:0 8px 20px #1a424d40}
.location-visual-side::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#f48a2826 0%,transparent 70%);animation:rotate-gradient 8s linear infinite}
@keyframes rotate-gradient {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.location-visual-side::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(0deg,#f48a2833 0%,transparent 100%)}
.cta-final-section{max-width:900px;margin:0 auto 100px;padding:0 20px;text-align:center}
.cta-box-final{background:linear-gradient(135deg,#1A424D 0%,#1a424de6 100%);border-radius:12px;padding:56px 40px;position:relative;overflow:hidden;box-shadow:0 12px 32px #1a424d4d}
.cta-box-final::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#f48a2833 0%,transparent 70%);border-radius:50%;transform:translate(40%,-40%)}
.cta-box-final h2{font-size:32px;color:#fff;margin:0 0 20px;font-weight:700;position:relative;z-index:1}
.cta-box-final p{font-size:17px;color:#ffffffe6;margin:0 0 32px;line-height:1.6;position:relative;z-index:1}
.cta-link-butt{display:inline-block;padding:16px 40px;background:#F48A28;color:#fff;text-decoration:none;font-size:16px;font-weight:600;border-radius:8px;transition:all .3s ease;position:relative;z-index:1;box-shadow:0 4px 16px #f48a2866}
.cta-link-butt:hover{background:#fff;color:#1A424D;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff4d}
@media (max-width: 968px) {
.contact-hero-strip{flex-direction:column;text-align:center;padding:40px 20px}
.hero-img-strip{width:100%;max-width:200px;height:120px}
.hero-txt-area h1{font-size:34px}
.contact-methods-grid{grid-template-columns:1fr;gap:20px}
.location-content-box{flex-direction:column;padding:32px;gap:32px}
.location-visual-side{width:100%;max-width:400px}
.step-content-area{padding:32px 24px}
}
@media (max-width: 640px) {
.hero-txt-area h1{font-size:28px}
.form-intro-txt h2{font-size:26px}
.step-indicator-wrap{flex-direction:column}
.step-item{padding:16px}
.step-item::after{left:0;right:auto;top:0;bottom:0;width:2px;height:100%}
input[type="radio"].step-radio:checked + .step-item::after{transform:scaleY(1)}
.location-text-side h2{font-size:24px}
.cta-box-final{padding:40px 24px}
.cta-box-final h2{font-size:26px}
}
.prog-heado{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.prog-heado .bg-img-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.prog-heado .bg-img-wrap img{width:100%;height:100%;object-fit:cover;filter:blur(3px)}
.prog-heado .gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a424dbf 0%,#f48a28a6 100%);animation:gradientShift 8s ease-in-out infinite;z-index:2}
@keyframes gradientShift {
0%,100%{opacity:.75}
50%{opacity:.85}
}
.prog-heado .content-holder{position:relative;z-index:3;max-width:880px;text-align:center;padding:60px 24px;background:#ffffff1f;backdrop-filter:blur(10px);border-radius:8px;border:1px solid #ffffff2e}
.prog-heado .content-holder h1{font-size:52px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.prog-heado .content-holder .divider-accent{width:80px;height:4px;background:#F48A28;margin:0 auto 24px}
.prog-heado .content-holder .desc-txt{font-size:19px;line-height:1.6;color:#fff;margin:0}
.prog-heado .arrow-down{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:3;width:40px;height:40px}
.prog-heado .arrow-down svg{width:100%;height:100%;fill:#F48A28;animation:bounce 2s infinite}
@keyframes bounce {
0%,20%,50%,80%,100%{transform:translateY(0)}
40%{transform:translateY(-10px)}
60%{transform:translateY(-5px)}
}
.curriculum-box{max-width:1200px;margin:0 auto 100px;padding:0 24px}
.curriculum-box .section-intro{max-width:720px;margin:0 0 50px}
.curriculum-box .section-intro h2{font-size:38px;line-height:1.3;color:#1A424D;margin:0 0 18px;font-weight:600}
.curriculum-box .section-intro .intro-para{font-size:17px;line-height:1.7;color:#333;margin:0}
.curriculum-box .modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.curriculum-box .module-card3{background:#fff;border:2px solid #EDEDED;border-radius:6px;padding:32px 24px;position:relative;transition:all .3s ease}
.curriculum-box .module-card3:hover{border-color:#F48A28;transform:translateY(-4px);box-shadow:0 8px 20px #f48a2826}
.curriculum-box .module-card3 .module-num{position:absolute;top:-14px;left:24px;background:#1A424D;color:#fff;font-size:14px;font-weight:600;padding:6px 16px;border-radius:4px}
.curriculum-box .module-card3 h3{font-size:22px;line-height:1.4;color:#1A424D;margin:12px 0 14px;font-weight:600}
.curriculum-box .module-card3 .module-desc{font-size:15px;line-height:1.6;color:#555;margin:0 0 20px}
.curriculum-box .module-card3 .topics-list{list-style:none;margin:0;padding:0}
.curriculum-box .module-card3 .topics-list li{font-size:14px;line-height:1.5;color:#666;padding:6px 0 6px 24px;position:relative}
.curriculum-box .module-card3 .topics-list li::before{content:"";position:absolute;left:0;top:12px;width:8px;height:8px;background:#F48A28;border-radius:50%}
.instructors-section{background:linear-gradient(180deg,#EDEDED 0%,#fff 100%);padding:80px 24px;margin-bottom:100px}
.instructors-section .container-instr{max-width:1200px;margin:0 auto}
.instructors-section .sec-heading{text-align:center;margin-bottom:60px}
.instructors-section .sec-heading h2{font-size:40px;line-height:1.3;color:#1A424D;margin:0 0 16px;font-weight:600;position:relative;display:inline-block}
.instructors-section .sec-heading h2::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#F48A28}
.instructors-section .sec-heading .sub-txt{font-size:17px;line-height:1.6;color:#555;margin:20px 0 0}
.instructors-section .instr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.instructors-section .instr-profile{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #1a424d1a;transition:all .3s ease}
.instructors-section .instr-profile:hover{box-shadow:0 8px 24px #1a424d2e;transform:translateY(-6px)}
.instructors-section .instr-profile .photo-wrap{width:100%;height:280px;overflow:hidden;position:relative}
.instructors-section .instr-profile .photo-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.instructors-section .instr-profile:hover .photo-wrap img{transform:scale(1.05)}
.instructors-section .instr-profile .info-wrap{padding:24px}
.instructors-section .instr-profile .info-wrap h3{font-size:24px;line-height:1.3;color:#1A424D;margin:0 0 8px;font-weight:600}
.instructors-section .instr-profile .info-wrap .role-tag{font-size:14px;color:#F48A28;font-weight:500;margin:0 0 16px}
.instructors-section .instr-profile .info-wrap .bio-txt{font-size:15px;line-height:1.6;color:#666;margin:0}
.enrollment-wrap{max-width:1200px;margin:0 auto 80px;padding:0 24px}
.enrollment-wrap .split-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.enrollment-wrap .content-side h2{font-size:36px;line-height:1.3;color:#1A424D;margin:0 0 24px;font-weight:600}
.enrollment-wrap .content-side .process-steps{margin:0;padding:0;list-style:none}
.enrollment-wrap .content-side .process-steps li{display:flex;align-items:start;gap:20px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #EDEDED}
.enrollment-wrap .content-side .process-steps li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.enrollment-wrap .content-side .process-steps li .step-num{flex-shrink:0;width:48px;height:48px;background:#F48A28;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}
.enrollment-wrap .content-side .process-steps li .step-content h4{font-size:20px;line-height:1.4;color:#1A424D;margin:0 0 8px;font-weight:600}
.enrollment-wrap .content-side .process-steps li .step-content .step-para{font-size:15px;line-height:1.6;color:#555;margin:0}
.enrollment-wrap .form-side{background:#fff;border:2px solid #EDEDED;border-radius:8px;padding:40px 32px;box-shadow:0 6px 18px #1a424d14}
.enrollment-wrap .form-side h3{font-size:26px;line-height:1.3;color:#1A424D;margin:0 0 24px;font-weight:600}
.enrollment-wrap .form-side .enroll-form{display:flex;flex-direction:column;gap:20px}
.enrollment-wrap .form-side .field-group{display:flex;flex-direction:column;gap:8px}
.enrollment-wrap .form-side .field-group label{font-size:14px;font-weight:500;color:#1A424D}
.enrollment-wrap .form-side .field-group input,.enrollment-wrap .form-side .field-group select,.enrollment-wrap .form-side .field-group textarea{padding:12px 16px;border:1px solid #EDEDED;border-radius:6px;font-size:15px;color:#333;transition:all .3s ease}
.enrollment-wrap .form-side .field-group input:focus,.enrollment-wrap .form-side .field-group select:focus,.enrollment-wrap .form-side .field-group textarea:focus{outline:none;border-color:#F48A28;box-shadow:0 0 0 3px #f48a281a}
.enrollment-wrap .form-side .field-group textarea{resize:vertical;min-height:100px}
.enrollment-wrap .form-side .submit-butt{background:#F48A28;color:#fff;border:none;padding:16px 32px;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;margin-top:8px}
.enrollment-wrap .form-side .submit-butt:hover{background:#1A424D;transform:translateY(-2px);box-shadow:0 6px 16px #1a424d33}
.enrollment-wrap .form-side .submit-butt:active{transform:translateY(0)}
@media (max-width: 1024px) {
.curriculum-box .modules-grid{grid-template-columns:repeat(2,1fr)}
.instructors-section .instr-grid{grid-template-columns:repeat(2,1fr)}
.enrollment-wrap .split-layout{gap:40px}
}
@media (max-width: 768px) {
.prog-heado{min-height:400px}
.prog-heado .content-holder h1{font-size:36px}
.prog-heado .content-holder .desc-txt{font-size:16px}
.curriculum-box .modules-grid{grid-template-columns:1fr}
.curriculum-box .section-intro h2{font-size:30px}
.instructors-section .instr-grid{grid-template-columns:1fr}
.instructors-section .sec-heading h2{font-size:32px}
.enrollment-wrap .split-layout{grid-template-columns:1fr;gap:50px}
.enrollment-wrap .content-side h2{font-size:28px}
}
@media (max-width: 480px) {
.prog-heado .content-holder{padding:40px 20px}
.prog-heado .content-holder h1{font-size:28px}
.curriculum-box,.enrollment-wrap{margin-bottom:60px}
.instructors-section{padding:60px 24px;margin-bottom:60px}
.enrollment-wrap .form-side{padding:28px 20px}
}
.success-wrap{min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 20px}
.success-wrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,#1A424D 0%,#1a424db3 25%,#F48A28 50%,#f48a2899 75%,#1A424D 100%);animation:gradFlow 15s ease-in-out infinite;z-index:1}
@keyframes gradFlow {
0%,100%{transform:translate(0,0) rotate(0deg)}
33%{transform:translate(30px,-30px) rotate(120deg)}
66%{transform:translate(-30px,30px) rotate(240deg)}
}
.success-wrap::after{content:'';position:absolute;inset:0;background:#ffffffeb;z-index:2}
.success-content-box{position:relative;z-index:3;max-width:680px;text-align:center;background:#fffffff2;padding:70px 50px;border-radius:8px;box-shadow:0 12px 40px #1a424d26}
.success-content-box .icon-holder{width:90px;height:90px;margin:0 auto 35px;background:linear-gradient(135deg,#F48A28 0%,#FF9E4D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulseIcon 2s ease-in-out infinite}
@keyframes pulseIcon {
0%,100%{transform:scale(1);box-shadow:0 4px 20px #f48a284d}
50%{transform:scale(1.08);box-shadow:0 8px 32px #f48a2880}
}
.success-content-box .icon-holder::before{content:'';position:absolute;inset:-8px;border:2px solid #f48a2833;border-radius:50%}
.success-content-box .icon-holder .cci{font-size:42px;color:#fff}
.success-content-box .main-heado{font-size:38px;line-height:1.2;color:#1A424D;margin:0 0 20px;font-weight:700}
.success-content-box .sub-txt{font-size:18px;line-height:1.6;color:#5a6c73;margin:0 0 40px}
.success-content-box .info-note{background:#ededed99;padding:22px 28px;border-radius:6px;border-left:4px solid #F48A28;margin:0 0 40px;text-align:left}
.success-content-box .info-note .note-heado{font-size:15px;font-weight:600;color:#1A424D;margin:0 0 8px;display:flex;align-items:center;gap:8px}
.success-content-box .info-note .note-heado .cci{font-size:18px;color:#F48A28}
.success-content-box .info-note .note-txt{font-size:15px;line-height:1.5;color:#5a6c73;margin:0}
.butt-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.butt-row .prim-butt{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#1A424D;color:#fff;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #1A424D;position:relative;z-index:5}
.butt-row .prim-butt:hover{background:#0f2d35;border-color:#0f2d35;transform:translateY(-2px);box-shadow:0 6px 20px #1a424d4d}
.butt-row .sec-butt{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:transparent;color:#1A424D;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;border:2px solid #1A424D;position:relative;z-index:5}
.butt-row .sec-butt:hover{background:#1A424D;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1a424d33}
.butt-row .butt-ico{font-size:18px}
@media (max-width: 768px) {
.success-wrap{padding:40px 16px;min-height:70vh}
.success-content-box{padding:50px 30px}
.success-content-box .main-heado{font-size:30px}
.success-content-box .sub-txt{font-size:16px}
.butt-row{flex-direction:column;gap:12px}
.butt-row .prim-butt,.butt-row .sec-butt{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.success-content-box{padding:40px 24px}
.success-content-box .icon-holder{width:75px;height:75px;margin-bottom:28px}
.success-content-box .icon-holder .cci{font-size:36px}
.success-content-box .main-heado{font-size:26px}
.success-content-box .info-note{padding:18px 20px}
}