*{box-sizing:border-box}
body{margin:0;padding:0;font-family:'Fira Code',monospace;background:#fafafa;color:#33364F;line-height:1.6}
.headwrap{background:linear-gradient(135deg,#006365 0%,#004547 100%);position:relative;padding:0}
.topbar{background:#ffe35826;padding:12px 0;border-bottom:1px solid #ffe3584d}
.topbar .inwrap{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.topbar .contact-bits{display:flex;gap:24px;flex-wrap:wrap}
.topbar .contact-bits a{color:#FFE358;text-decoration:none;font-size:13px;display:flex;align-items:center;gap:6px;transition:color .2s cubic-bezier(0.4,0,0.2,1)}
.topbar .contact-bits a:hover{color:#fff}
.mainhead{padding:28px 0}
.mainhead .inwrap{max-width:1000px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center}
.logo-zone{display:flex;align-items:center;gap:16px}
.logo-zone img{height:90px;width:90px;background:#fffffff2;padding:10px;border-radius:8px;box-shadow:0 4px 12px #00000026}
.logo-zone .brand-txt{display:flex;flex-direction:column}
.logo-zone .brand-txt .title{font-size:26px;font-weight:700;color:#FFE358;line-height:1.2;margin:0}
.logo-zone .brand-txt .tagln{font-size:12px;color:#ffe358cc;margin-top:4px}
.navi{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.navi a{color:#fff;text-decoration:none;padding:10px 18px;font-size:14px;border:1px solid #ffe3584d;border-radius:6px;transition:all .2s cubic-bezier(0.4,0,0.2,1);background:#ffffff0d}
.navi a:hover{background:#ffe35833;border-color:#FFE358;color:#FFE358}
.footwrap{background:#33364F;color:#fffc;margin-top:80px}
.foot-main{padding:50px 0 30px;border-bottom:1px solid #ffe35833;position:relative}
.foot-main::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FFE358 0%,#006365 50%,#FFE358 100%)}
.foot-main .inwrap{max-width:1000px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.foot-col h3{color:#FFE358;font-size:16px;margin-bottom:20px;font-weight:700}
.foot-col p{font-size:14px;line-height:1.7;margin-bottom:16px}
.foot-col .info-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:13px}
.foot-col .info-item i{color:#FFE358;margin-top:3px}
.foot-links{list-style:none;padding:0;margin:0}
.foot-links li{margin-bottom:10px}
.foot-links a{color:#fffc;text-decoration:none;font-size:14px;display:inline-block;transition:color .2s;border-bottom:1px solid transparent}
.foot-links a:hover{color:#FFE358;border-bottom-color:#FFE358}
.foot-btm{padding:24px 0}
.foot-btm .inwrap{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.foot-btm .copy{font-size:13px;color:#fff9}
.foot-btm .policy-links{display:flex;gap:20px}
.foot-btm .policy-links a{color:#ffffffb3;text-decoration:none;font-size:13px;border-bottom:1px solid transparent;transition:all .2s}
.foot-btm .policy-links a:hover{color:#FFE358;border-bottom-color:#FFE358}
.cookie-popup{position:fixed;left:20px;top:50%;transform:translateY(-50%) translateX(-320px);width:280px;background:#fff;border:2px solid #006365;border-radius:8px;padding:24px;box-shadow:0 6px 20px #00000040;z-index:10000;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.cookie-popup.show{transform:translateY(-50%) translateX(0)}
.cookie-popup h3{margin:0 0 12px;font-size:16px;color:#33364F}
.cookie-popup p{margin:0 0 16px;font-size:13px;line-height:1.5;color:#666}
.cookie-opts{margin-bottom:16px}
.cookie-opt{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}
.cookie-opt label{font-size:12px;color:#33364F}
.cookie-opt input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.cookie-btns{display:flex;gap:12px}
.cookie-btns button{flex:1;padding:10px;border:none;background:none;font-family:'Fira Code',monospace;font-size:13px;cursor:pointer;border-radius:4px;transition:all .2s}
.cookie-btns .accept{background:#006365;color:#fff}
.cookie-btns .accept:hover{background:#004547}
.cookie-btns .decline{color:#666;border-bottom:1px solid transparent}
.cookie-btns .decline:hover{border-bottom-color:#666}
@media (max-width: 768px) {
.mainhead .inwrap{grid-template-columns:1fr;gap:20px;text-align:center}
.logo-zone{justify-content:center}
.navi{justify-content:center}
.foot-main .inwrap{grid-template-columns:1fr}
.foot-btm .inwrap{flex-direction:column;text-align:center}
.cookie-popup{left:50%;bottom:20px;top:auto;transform:translateX(-50%) translateY(320px)}
.cookie-popup.show{transform:translateX(-50%) translateY(0)}
}
.partpage{max-width:1000px;margin:0 auto;padding:20px}
.partpage .hero-area{background:linear-gradient(135deg,#0063650d 0%,#ffe35814 100%);border-radius:8px;padding:60px 40px;margin-bottom:80px;position:relative;overflow:hidden}
.partpage .hero-area::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffe35826;border-radius:50%;z-index:1}
.partpage .hero-area .inner-wrap{position:relative;z-index:2}
.partpage .hero-area h1{font-size:42px;color:#006365;margin-bottom:20px;line-height:1.2}
.partpage .hero-area .intro-txt{font-size:18px;color:#33364F;line-height:1.6;max-width:700px}
.partpage .collab-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:90px;align-items:start}
.partpage .collab-grid .txt-side h2{font-size:34px;color:#33364F;margin-bottom:25px;position:relative;padding-left:20px}
.partpage .collab-grid .txt-side h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#FFE358 0%,#006365 100%);border-radius:3px}
.partpage .collab-grid .txt-side p{font-size:16px;line-height:1.7;color:#33364F;margin-bottom:15px}
.partpage .collab-grid .img-side{position:relative}
.partpage .collab-grid .img-side img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:4px 4px 0 #00636533}
.partpage .collab-grid .img-side::after{content:'';position:absolute;bottom:-15px;right:-15px;width:80%;height:80%;border:3px solid #FFE358;border-radius:12px;z-index:-1}
.partpage .partner-profiles{background:#F8F9FA;padding:70px 50px;border-radius:12px;margin-bottom:80px;position:relative}
.partpage .partner-profiles::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FFE358 0%,#006365 100%);border-radius:0 4px 4px 0}
.partpage .partner-profiles h2{font-size:36px;color:#006365;text-align:center;margin-bottom:50px;position:relative}
.partpage .partner-profiles h2::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FFE358;border-radius:2px}
.partpage .partner-profiles .cards-wrap{display:flex;gap:40px;justify-content:center}
.partpage .partner-profiles .pcard{background:#fff;border-radius:8px;padding:35px 30px;width:calc(50% - 20px);box-shadow:0 4px 12px #0000000f;transition:transform .3s cubic-bezier(0.34,1.56,0.64,1),box-shadow .3s ease;cursor:pointer;position:relative}
.partpage .partner-profiles .pcard:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00636526}
.partpage .partner-profiles .pcard::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#FFE358 0%,#006365 100%);border-radius:8px 8px 0 0}
.partpage .partner-profiles .pcard .profile-img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto 20px;display:block;border:4px solid #FFE358}
.partpage .partner-profiles .pcard h3{font-size:22px;color:#33364F;margin-bottom:8px;text-align:center}
.partpage .partner-profiles .pcard .role{font-size:15px;color:#006365;text-align:center;margin-bottom:18px;font-weight:600}
.partpage .partner-profiles .pcard .desc{font-size:15px;line-height:1.6;color:#33364F;text-align:center}
.partpage .values-section{display:flex;flex-direction:row-reverse;gap:60px;align-items:center;margin-bottom:70px}
.partpage .values-section .visual-area{width:45%;position:relative}
.partpage .values-section .visual-area img{width:100%;height:450px;object-fit:cover;border-radius:8px;box-shadow:-6px 6px 0 #ffe35866}
.partpage .values-section .visual-area::before{content:'';position:absolute;top:-20px;left:-20px;width:150px;height:150px;border:3px solid #006365;border-radius:50%;z-index:-1}
.partpage .values-section .content-area{width:55%}
.partpage .values-section .content-area h2{font-size:35px;color:#33364F;margin-bottom:30px;position:relative;display:inline-block}
.partpage .values-section .content-area h2::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#006365 0%,transparent 100%)}
.partpage .values-section .val-list{list-style:none;padding:0;margin:0}
.partpage .values-section .val-list li{padding:18px 0;border-bottom:2px dashed #00636526;position:relative;padding-left:35px;font-size:16px;line-height:1.6;color:#33364F}
.partpage .values-section .val-list li:last-child{border-bottom:none}
.partpage .values-section .val-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#FFE358;border-radius:50%;box-shadow:0 2px 6px #ffe35866}
.partpage .values-section .val-list li strong{color:#006365;font-weight:600}
@media (max-width: 768px) {
.partpage{padding:15px}
.partpage .hero-area{padding:40px 25px;margin-bottom:50px}
.partpage .hero-area h1{font-size:32px}
.partpage .hero-area .intro-txt{font-size:16px}
.partpage .collab-grid{grid-template-columns:1fr;gap:35px;margin-bottom:60px}
.partpage .collab-grid .img-side img{height:300px}
.partpage .partner-profiles{padding:40px 25px;margin-bottom:60px}
.partpage .partner-profiles h2{font-size:28px;margin-bottom:35px}
.partpage .partner-profiles .cards-wrap{flex-direction:column;gap:30px}
.partpage .partner-profiles .pcard{width:100%}
.partpage .values-section{flex-direction:column;gap:35px}
.partpage .values-section .visual-area,.partpage .values-section .content-area{width:100%}
.partpage .values-section .visual-area img{height:300px}
.partpage .values-section .content-area h2{font-size:28px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.partpage .hero-area{padding:50px 35px}
.partpage .hero-area h1{font-size:38px}
.partpage .collab-grid{gap:40px}
.partpage .partner-profiles .cards-wrap{gap:30px}
.partpage .values-section{gap:45px}
}
.stage{max-width:1000px;margin:0 auto;padding:0 20px}
.hero-outer{background:linear-gradient(135deg,#ffe35826 0%,#0063650d 100%);padding:80px 0;position:relative;overflow:hidden}
.hero-outer::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:#ffe35833;top:-150px;left:-100px;z-index:1}
.hero-outer::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:#0063651a;bottom:-100px;right:-80px;z-index:1}
.hero-split{display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.hero-txt{flex:1}
.hero-txt h1{font-size:42px;line-height:1.2;color:#33364F;margin:0 0 32px;font-weight:700}
.hero-btn{display:inline-block;background:#FFE358;color:#33364F;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 12px #ffe3584d}
.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffe35866;background:#FFE873;cursor:pointer}
.hero-img-wrap{flex:1;position:relative}
.hero-img-wrap img{width:100%;height:auto;border-radius:12px;display:block;box-shadow:0 8px 24px #0000001f;position:relative}
.hero-img-wrap::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 40%,#0063654d 100%);border-radius:12px;pointer-events:none;z-index:1}
.advantages-sect{padding:100px 0;background:#fff}
.advantages-sect h2{font-size:36px;color:#33364F;text-align:center;margin:0 0 60px;font-weight:700;position:relative}
.advantages-sect h2::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FFE358 0%,#006365 100%);border-radius:2px}
.adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.adv-card{background:#fff;padding:40px 30px;border-radius:10px;border:2px solid #f5f5f5;transition:all .3s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.adv-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FFE358 0%,#006365 100%);transform:scaleX(0);transition:transform .3s cubic-bezier(0.4,0,0.2,1)}
.adv-card:hover{border-color:#FFE358;box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}
.adv-card:hover::before{transform:scaleX(1)}
.adv-icon{width:56px;height:56px;background:#ffe35833;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.adv-icon i{font-size:28px;color:#006365}
.adv-card h3{font-size:22px;color:#33364F;margin:0 0 16px;font-weight:600}
.adv-card p{font-size:15px;line-height:1.7;color:#666;margin:0}
.tech-sect{padding:100px 0;background:linear-gradient(180deg,#00636508 0%,#ffe35814 100%);position:relative}
.tech-sect h2{font-size:36px;color:#33364F;margin:0 0 20px;font-weight:700}
.tech-sect .intro-txt{font-size:16px;line-height:1.7;color:#666;margin:0 0 50px;max-width:700px}
.tech-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tech-visual{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.tech-img-box{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px #0000001a}
.tech-img-box img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.tech-img-box:hover img{transform:scale(1.08)}
.tech-img-box:nth-child(2){transform:translateY(30px)}
.tech-content-wrap{display:flex;flex-direction:column;gap:28px}
.tech-feature{display:flex;gap:20px;padding:24px;background:#fff;border-radius:8px;border-left:4px solid #FFE358;box-shadow:0 4px 12px #0000000f;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.tech-feature:hover{transform:translateX(8px);box-shadow:0 6px 18px #0000001a}
.tech-feature-icon{width:48px;height:48px;background:#0063651a;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tech-feature-icon i{font-size:24px;color:#006365}
.tech-feature-txt h4{font-size:18px;color:#33364F;margin:0 0 8px;font-weight:600}
.tech-feature-txt p{font-size:14px;line-height:1.6;color:#666;margin:0}
.testimonials-wrap{padding:100px 0;background:#fff}
.testimonials-wrap h2{font-size:36px;color:#33364F;text-align:center;margin:0 0 60px;font-weight:700}
.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.testimonial-card{background:linear-gradient(135deg,#ffe35814 0%,#0063650d 100%);padding:40px;border-radius:12px;position:relative;box-shadow:0 4px 16px #0000000f}
.testimonial-card::before{content:'"';position:absolute;top:20px;left:30px;font-size:80px;color:#ffe35866;font-family:serif;line-height:1}
.testimonial-txt{font-size:15px;line-height:1.8;color:#33364F;margin:0 0 30px;position:relative;z-index:1}
.testimonial-author{display:flex;align-items:center;gap:16px}
.testimonial-author img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #FFE358}
.author-info h5{font-size:16px;color:#33364F;margin:0 0 4px;font-weight:600}
.author-info p{font-size:13px;color:#666;margin:0}
@media (max-width: 1024px) {
.hero-split{gap:40px}
.hero-txt h1{font-size:36px}
.adv-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.tech-layout{gap:40px}
}
@media (max-width: 768px) {
.hero-outer{padding:60px 0}
.hero-split{flex-direction:column;gap:40px}
.hero-txt h1{font-size:32px;margin-bottom:24px}
.advantages-sect,.tech-sect,.testimonials-wrap{padding:60px 0}
.advantages-sect h2,.tech-sect h2,.testimonials-wrap h2{font-size:28px;margin-bottom:40px}
.adv-grid{grid-template-columns:1fr;gap:24px}
.tech-layout{grid-template-columns:1fr;gap:40px}
.tech-visual{grid-template-columns:1fr}
.tech-img-box:nth-child(2){transform:translateY(0)}
.testimonials-grid{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 480px) {
.stage{padding:0 16px}
.hero-outer{padding:40px 0}
.hero-txt h1{font-size:26px}
.hero-btn{padding:14px 28px;font-size:15px}
.advantages-sect h2::after{width:60px}
.adv-card{padding:30px 24px}
.tech-feature{flex-direction:column;gap:16px}
.testimonial-card{padding:30px 24px}
}
.contactwrap{max-width:1000px;margin:0 auto;padding:60px 20px}
.topintro{text-align:center;margin-bottom:80px}
.topintro h1{font-size:2.8rem;color:#33364F;margin-bottom:16px;font-weight:700}
.topintro .subline{font-size:1.1rem;color:#006365;max-width:600px;margin:0 auto;line-height:1.6}
.contactgrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}
.infoside .section-head{font-size:1.9rem;color:#33364F;margin-bottom:28px;font-weight:600}
.infocard{background:linear-gradient(135deg,#ffe35826,#00636514);padding:28px;border-radius:8px;margin-bottom:24px;border-left:4px solid #FFE358;box-shadow:0 4px 8px #00000014}
.infocard .icon-holder{width:44px;height:44px;background:#006365;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.infocard .icon-holder i{color:#FFE358;font-size:1.4rem}
.infocard h3{font-size:1.2rem;color:#33364F;margin-bottom:10px;font-weight:600}
.infocard p{color:#006365;line-height:1.5;margin:0}
.infocard a{color:#006365;text-decoration:none;transition:color .3s cubic-bezier(0.4,0,0.2,1)}
.infocard a:hover{color:#FFE358}
.formside .section-head{font-size:1.9rem;color:#33364F;margin-bottom:28px;font-weight:600}
.formbx{background:#fff;padding:36px;border-radius:8px;box-shadow:0 6px 16px #33364f1f;border:2px solid #ffe3584d}
.formrow{margin-bottom:24px}
.formrow label{display:block;font-size:.95rem;color:#33364F;margin-bottom:8px;font-weight:500}
.formrow input,.formrow select{width:100%;padding:14px 16px;border:2px solid #00636533;border-radius:6px;font-size:1rem;transition:all .3s cubic-bezier(0.4,0,0.2,1);background:#fff;color:#33364F;box-sizing:border-box}
.formrow input:focus,.formrow select:focus{outline:none;border-color:#006365;box-shadow:0 0 0 3px #0063651a}
.formrow select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23006365' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
.checkwrap{display:flex;align-items:flex-start;margin-bottom:28px;gap:12px}
.checkwrap input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#006365}
.checkwrap label{font-size:.9rem;color:#33364F;line-height:1.5;margin:0}
.checkwrap label a{color:#006365;text-decoration:underline;transition:color .3s cubic-bezier(0.4,0,0.2,1)}
.checkwrap label a:hover{color:#FFE358}
.submitbutt{width:100%;padding:16px 24px;background:linear-gradient(135deg,#FFE358,#ffd700);color:#33364F;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 12px #ffe3584d}
.submitbutt:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ffe35866;background:linear-gradient(135deg,#ffd700,#FFE358)}
.submitbutt:active{transform:translateY(0)}
.quicklinks{background:linear-gradient(135deg,#00636514,#ffe3581f);padding:50px 20px;border-radius:10px;text-align:center}
.quicklinks h2{font-size:2rem;color:#33364F;margin-bottom:32px;font-weight:600}
.linkgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto}
.linkcard{background:#fff;padding:32px 24px;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 10px #00000014;border:2px solid transparent}
.linkcard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00636526;border-color:#FFE358}
.linkcard i{font-size:2.5rem;color:#006365;margin-bottom:16px;display:block}
.linkcard h3{font-size:1.2rem;color:#33364F;margin-bottom:10px;font-weight:600}
.linkcard p{font-size:.95rem;color:#006365;margin:0;line-height:1.5}
.altways{max-width:800px;margin:80px auto 0;text-align:center}
.altways h2{font-size:2rem;color:#33364F;margin-bottom:32px;font-weight:600}
.channelgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.channelitem{background:#fff;padding:24px;border-radius:8px;text-align:center;box-shadow:0 3px 8px #33364f1a;transition:all .3s cubic-bezier(0.4,0,0.2,1);text-decoration:none;display:block;border:2px solid transparent}
.channelitem:hover{border-color:#FFE358;box-shadow:0 6px 16px #0063651f}
.channelitem i{font-size:2.2rem;color:#006365;margin-bottom:12px;display:block}
.channelitem .channelname{font-size:1.1rem;color:#33364F;font-weight:600;margin-bottom:6px}
.channelitem .channeldetail{font-size:.9rem;color:#006365}
@media (max-width: 1024px) {
.contactgrid{grid-template-columns:1fr;gap:50px}
.linkgrid{grid-template-columns:1fr}
.channelgrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.topintro h1{font-size:2.2rem}
.topintro .subline{font-size:1rem}
.infoside .section-head,.formside .section-head{font-size:1.6rem}
.formbx{padding:24px}
.quicklinks h2,.altways h2{font-size:1.7rem}
}
@media (max-width: 480px) {
.contactwrap{padding:40px 16px}
.topintro h1{font-size:1.8rem}
.formbx{padding:20px}
.submitbutt{font-size:1rem}
}
.progwrap{max-width:1000px;margin:0 auto;padding:0 20px}
.prog-intro{padding:80px 0 60px;text-align:center}
.prog-intro .introtitle{font-size:42px;color:#33364F;margin:0 0 24px;font-weight:700}
.prog-intro .introtext{font-size:18px;color:#006365;line-height:1.6;max-width:720px;margin:0 auto 16px}
.prog-intro .intrometa{font-size:15px;color:#33364F;opacity:.7}
.modulesgrid{padding:40px 0 100px;display:grid;grid-template-columns:1fr;gap:32px}
.modbox{background:#fff;border:2px solid #FFE358;border-radius:8px;padding:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 8px #33364f14}
.modbox:hover{box-shadow:0 8px 16px #33364f1f;transform:translateY(-4px)}
.modhead{background:linear-gradient(135deg,#006365 0%,#33364F 100%);padding:28px 32px;position:relative}
.modhead::after{content:'';position:absolute;top:0;right:0;width:120px;height:100%;background:#ffe35826;clip-path:polygon(30% 0,100% 0,100% 100%,0% 100%)}
.modnumber{font-size:14px;color:#FFE358;font-weight:600;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px}
.modtitle{font-size:28px;color:#fff;margin:0;font-weight:700;position:relative;z-index:2}
.modbody{padding:32px;display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:start}
.contentcol .moddesc{font-size:16px;color:#33364F;line-height:1.7;margin:0 0 24px}
.topiclist{list-style:none;padding:0;margin:0}
.topiclist li{font-size:15px;color:#006365;padding:10px 0 10px 28px;position:relative;line-height:1.6}
.topiclist li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:#FFE358;border-radius:3px;transform:rotate(45deg)}
.metacol{display:flex;flex-direction:column;gap:20px}
.metabox{background:#ffe3581f;border-left:4px solid #FFE358;padding:20px;border-radius:6px}
.metalabel{font-size:13px;color:#006365;font-weight:600;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.metavalue{font-size:22px;color:#33364F;margin:0;font-weight:700}
.instructorphoto{width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover;border:3px solid #FFE358}
.instructorname{font-size:15px;color:#33364F;margin:12px 0 0;font-weight:600;text-align:center}
.pathwaysec{padding:80px 0;background:linear-gradient(180deg,#ffe35814 0%,#0063650f 100%);position:relative}
.pathwaysec::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg,transparent 0%,#FFE358 50%,transparent 100%)}
.pathcontent{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.pathleft .pathhead{font-size:38px;color:#33364F;margin:0 0 28px;font-weight:700;line-height:1.2}
.pathtext{font-size:17px;color:#006365;line-height:1.7;margin:0 0 20px}
.benefitlist{display:flex;flex-direction:column;gap:16px;margin:32px 0 0}
.benefititem{display:flex;align-items:start;gap:16px;padding:16px;background:#fff;border-radius:8px;border:1px solid #ffe35866;transition:all .3s ease}
.benefititem:hover{border-color:#FFE358;box-shadow:0 4px 12px #ffe35833}
.benefiticon{width:48px;height:48px;background:linear-gradient(135deg,#FFE358 0%,#FFD700 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.benefiticon i{font-size:24px;color:#33364F}
.benefitcontent .beneftitle{font-size:17px;color:#33364F;margin:0 0 6px;font-weight:600}
.benefitcontent .benefdesc{font-size:15px;color:#006365;margin:0;line-height:1.6}
.pathright{position:relative}
.pathimg{width:100%;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 12px 32px #33364f26;border:4px solid #FFE358}
.enrollbox{position:absolute;bottom:-30px;right:-30px;background:#006365;padding:28px 32px;border-radius:10px;box-shadow:0 8px 24px #0063654d;border:3px solid #FFE358;min-width:280px}
.enrollbox .enrollhead{font-size:15px;color:#FFE358;margin:0 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.enrollbox .enrollbtn{display:inline-block;background:#FFE358;color:#33364F;padding:14px 28px;border-radius:6px;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s ease;cursor:pointer;border:none;width:100%;text-align:center}
.enrollbox .enrollbtn:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 16px #ffe35866}
@media (max-width: 768px) {
.prog-intro{padding:50px 0 40px}
.prog-intro .introtitle{font-size:32px}
.prog-intro .introtext{font-size:16px}
.modulesgrid{padding:30px 0 60px;gap:24px}
.modhead{padding:20px 24px}
.modtitle{font-size:22px}
.modbody{grid-template-columns:1fr;padding:24px;gap:24px}
.metacol{grid-template-columns:repeat(2,1fr);flex-direction:row}
.pathwaysec{padding:60px 0}
.pathcontent{grid-template-columns:1fr;gap:40px}
.pathleft .pathhead{font-size:28px}
.pathtext{font-size:16px}
.enrollbox{position:static;margin:30px auto 0;max-width:320px}
.benefitlist{margin:24px 0 0}
}
@media (max-width: 480px) {
.prog-intro .introtitle{font-size:26px}
.modtitle{font-size:20px}
.modbody{padding:20px}
.metacol{grid-template-columns:1fr;flex-direction:column}
.pathleft .pathhead{font-size:24px}
.benefititem{flex-direction:column;align-items:center;text-align:center}
}
.tip-hero{background:linear-gradient(135deg,#ffe35826 0%,#00636514 100%);padding:60px 20px;text-align:center}
.tip-hero .wrap{max-width:1000px;margin:0 auto}
.tip-hero h1{font-size:2.8rem;color:#33364F;margin-bottom:16px;line-height:1.2}
.tip-hero .lead-txt{font-size:1.15rem;color:#006365;max-width:700px;margin:0 auto 32px;line-height:1.6}
.tip-hero .cta-butt{display:inline-block;background:#FFE358;color:#33364F;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 8px #ffe3584d}
.tip-hero .cta-butt:hover{background:#33364F;color:#FFE358;transform:translateY(-2px);box-shadow:0 6px 12px #33364f66}
.split-layout{display:flex;align-items:center;gap:60px;padding:80px 20px;max-width:1000px;margin:0 auto}
.split-layout .content-side{flex:1}
.split-layout .img-side{flex:1}
.split-layout .img-side img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 24px #00636526}
.split-layout h2{font-size:2.2rem;color:#33364F;margin-bottom:20px;position:relative}
.split-layout h2::before{content:'';position:relative;display:inline-block;width:8px;height:8px;background:#FFE358;border-radius:50%;margin-right:12px;vertical-align:middle}
.split-layout p{font-size:1.05rem;color:#33364F;line-height:1.7;margin-bottom:16px}
.grid-tips{background:#f8f9fa;padding:80px 20px}
.grid-tips .wrap{max-width:1000px;margin:0 auto}
.grid-tips h2{font-size:2.4rem;color:#33364F;text-align:center;margin-bottom:50px}
.tip-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.tip-card{background:#fff;padding:30px;border-radius:8px;border-left:4px solid #FFE358;transition:all .3s ease;box-shadow:0 2px 8px #00000014}
.tip-card:hover{transform:translateX(8px);box-shadow:0 6px 16px #0063651f}
.tip-card h3{font-size:1.4rem;color:#006365;margin-bottom:14px;display:flex;align-items:center;gap:10px}
.tip-card h3 i{font-size:1.6rem;color:#FFE358}
.tip-card p{font-size:1rem;color:#33364F;line-height:1.6}
.expert-section{padding:80px 20px;background:linear-gradient(180deg,white 0%,#0063650d 100%)}
.expert-section .wrap{max-width:1000px;margin:0 auto}
.expert-box{display:flex;gap:40px;align-items:flex-start;background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 16px #0000000f}
.expert-box .prof-img{flex-shrink:0}
.expert-box .prof-img img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #FFE358}
.expert-box .text-area{flex:1}
.expert-box h4{font-size:1.8rem;color:#33364F;margin-bottom:8px}
.expert-box .role{font-size:1rem;color:#006365;font-weight:600;margin-bottom:16px}
.expert-box .quote-txt{font-size:1.05rem;color:#33364F;line-height:1.7;font-style:italic;position:relative;padding-left:20px;border-left:3px solid #FFE358}
.checklist-section{padding:80px 20px;max-width:1000px;margin:0 auto}
.checklist-section h2{font-size:2.2rem;color:#33364F;text-align:center;margin-bottom:50px}
.checks-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.check-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#ffe3581a;border-radius:6px;transition:background .3s ease}
.check-item:hover{background:#ffe35833}
.check-item .icon-check{flex-shrink:0;width:28px;height:28px;background:#006365;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFE358;font-size:1rem}
.check-item p{font-size:1.05rem;color:#33364F;line-height:1.6;margin:0}
@media (max-width: 768px) {
.tip-hero h1{font-size:2rem}
.tip-hero .lead-txt{font-size:1rem}
.split-layout{flex-direction:column;gap:40px;padding:50px 20px}
.grid-tips{padding:50px 20px}
.tip-cards{grid-template-columns:1fr}
.expert-box{flex-direction:column;align-items:center;text-align:center;padding:30px}
.expert-box .quote-txt{padding-left:0;border-left:none;border-top:3px solid #FFE358;padding-top:16px}
.checks-wrap{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.tip-hero{padding:40px 15px}
.tip-hero h1{font-size:1.6rem}
.split-layout h2{font-size:1.8rem}
.grid-tips h2{font-size:1.9rem}
.tip-card{padding:20px}
.expert-box .prof-img img{width:100px;height:100px}
}
.cookiewrap{max-width:1000px;margin:4rem auto 6rem;padding:0 1.5rem}
.cookiewrap .headtop{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #FFE358}
.cookiewrap .headtop h1{font-size:2.8rem;color:#33364F;margin-bottom:.8rem;line-height:1.2}
.cookiewrap .headtop .upddate{font-size:.95rem;color:#006365;font-weight:500}
.cookiewrap .mainsec{margin-bottom:4rem}
.cookiewrap .mainsec h2{font-size:1.9rem;color:#006365;margin-bottom:1.5rem;position:relative;padding-left:1rem}
.cookiewrap .mainsec h2::before{content:'';position:absolute;left:0;top:.3rem;width:4px;height:1.4rem;background:#FFE358}
.cookiewrap .mainsec h3{font-size:1.4rem;color:#33364F;margin:2rem 0 1rem;font-weight:600}
.cookiewrap .mainsec p{font-size:1.05rem;color:#33364F;line-height:1.7;margin-bottom:1.2rem}
.cookiewrap .mainsec ul{margin:1.5rem 0 1.5rem 1.5rem;list-style:none}
.cookiewrap .mainsec ul li{font-size:1.05rem;color:#33364F;line-height:1.7;margin-bottom:.9rem;padding-left:1.8rem;position:relative}
.cookiewrap .mainsec ul li::before{content:'';position:absolute;left:0;top:.65rem;width:8px;height:8px;background:#FFE358;transform:rotate(45deg)}
.cookiewrap .mainsec strong{color:#006365;font-weight:600}
.cookiebox{background:#ffe3581f;border-left:4px solid #FFE358;padding:1.8rem 2rem;margin:2rem 0;border-radius:6px}
.cookiebox p{margin-bottom:.8rem}
.cookiebox p:last-child{margin-bottom:0}
.tablewrap{overflow-x:auto;margin:2rem 0;box-shadow:0 2px 8px #33364f14;border-radius:8px}
.cooktable{width:100%;border-collapse:collapse;background:#fff}
.cooktable thead{background:#006365}
.cooktable thead th{color:#fff;padding:1.2rem 1.5rem;text-align:left;font-size:1rem;font-weight:600;border-right:1px solid #ffe3584d}
.cooktable thead th:last-child{border-right:none}
.cooktable tbody tr{border-bottom:1px solid #33364f1a;transition:background .2s cubic-bezier(0.4,0,0.2,1)}
.cooktable tbody tr:hover{background:#ffe3580f}
.cooktable tbody tr:last-child{border-bottom:none}
.cooktable tbody td{padding:1.2rem 1.5rem;color:#33364F;font-size:.98rem;line-height:1.6;vertical-align:top}
.cooktable tbody td:first-child{font-weight:600;color:#006365}
.ctabox{background:linear-gradient(135deg,#00636514 0%,#ffe3581f 100%);padding:3rem 2.5rem;border-radius:12px;margin:3rem 0;text-align:center}
.ctabox h3{font-size:1.7rem;color:#33364F;margin-bottom:1rem}
.ctabox p{font-size:1.1rem;color:#006365;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}
.ctabox .btnlink{display:inline-block;padding:1rem 2.5rem;background:#FFE358;color:#33364F;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .25s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 12px #ffe3584d}
.ctabox .btnlink:hover{background:#006365;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #00636559}
.contdetails{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2.5rem 0;padding:2.5rem;background:#fff;border-radius:10px;box-shadow:0 3px 12px #33364f14}
.contitem{display:flex;align-items:flex-start;gap:1rem}
.contitem i{font-size:1.8rem;color:#FFE358;flex-shrink:0;margin-top:.2rem}
.contitem .conttext h4{font-size:1.1rem;color:#006365;margin-bottom:.4rem;font-weight:600}
.contitem .conttext a{color:#33364F;text-decoration:none;font-size:.98rem;transition:color .2s ease}
.contitem .conttext a:hover{color:#006365}
@media (max-width: 768px) {
.cookiewrap{margin:2rem auto 3rem;padding:0 1rem}
.cookiewrap .headtop h1{font-size:2rem}
.cookiewrap .mainsec h2{font-size:1.5rem}
.cookiewrap .mainsec h3{font-size:1.2rem}
.cookiebox{padding:1.3rem 1.5rem}
.cooktable thead th,.cooktable tbody td{padding:1rem;font-size:.9rem}
.ctabox{padding:2rem 1.5rem}
.ctabox h3{font-size:1.4rem}
.contdetails{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem}
}
@media (max-width: 480px) {
.cookiewrap .headtop h1{font-size:1.7rem}
.cookiewrap .mainsec h2{font-size:1.3rem}
.ctabox .btnlink{display:block;padding:.9rem 2rem}
}
.privwrap{max-width:1000px;margin:0 auto;padding:60px 20px}
.privhead{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #FFE358;position:relative}
.privhead::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:#006365}
.privhead h1{font-size:2.8rem;color:#33364F;margin-bottom:12px;font-weight:700}
.privhead .lastupdated{font-size:.95rem;color:#006365;font-weight:500}
.maincont{background:#fff;padding:50px 40px;border-radius:8px;box-shadow:0 4px 12px #33364f14}
.polsect{margin-bottom:45px;padding-bottom:35px;border-bottom:1px solid #00636526}
.polsect:last-child{border-bottom:none;margin-bottom:0}
.polsect h2{font-size:1.9rem;color:#33364F;margin-bottom:20px;font-weight:600;position:relative;padding-left:18px}
.polsect h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:28px;background:linear-gradient(180deg,#FFE358 0%,#006365 100%);border-radius:3px}
.polsect h3{font-size:1.4rem;color:#006365;margin-top:28px;margin-bottom:14px;font-weight:600}
.polsect p{font-size:1.05rem;line-height:1.75;color:#33364F;margin-bottom:16px}
.polsect ul{margin:18px 0;padding-left:0;list-style:none}
.polsect ul li{font-size:1.05rem;line-height:1.7;color:#33364F;margin-bottom:12px;padding-left:30px;position:relative}
.polsect ul li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#FFE358;border-radius:50%;border:2px solid #006365}
.polsect strong{color:#006365;font-weight:600}
.continfo{background:linear-gradient(135deg,#ffe3581a 0%,#00636514 100%);padding:35px;border-radius:8px;margin-top:50px;border-left:5px solid #006365}
.continfo h3{font-size:1.6rem;color:#33364F;margin-bottom:18px;font-weight:600}
.continfo p{font-size:1.05rem;line-height:1.7;color:#33364F;margin-bottom:10px}
.continfo a{color:#006365;text-decoration:none;font-weight:500;transition:all .3s cubic-bezier(0.4,0,0.2,1);border-bottom:2px solid transparent}
.continfo a:hover{color:#33364F;border-bottom-color:#FFE358}
.datatab{width:100%;margin:25px 0;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #33364f0f}
.datatab th{background:linear-gradient(135deg,#006365 0%,#33364F 100%);color:#FFE358;padding:16px;text-align:left;font-weight:600;font-size:1.05rem}
.datatab td{padding:14px 16px;border-bottom:1px solid #0063651a;color:#33364F;font-size:1rem;line-height:1.6}
.datatab tr:last-child td{border-bottom:none}
.datatab tr:nth-child(even){background:#ffe3580d}
.highlight{background:linear-gradient(135deg,#ffe35840 0%,#ffe3581a 100%);padding:3px 8px;border-radius:4px;font-weight:500}
.imptnotice{background:#fff;border:2px solid #FFE358;border-radius:8px;padding:25px 30px;margin:30px 0;position:relative}
.imptnotice::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#FFE358 0%,#006365 100%);border-radius:8px 8px 0 0}
.imptnotice p{margin:0;font-size:1.05rem;color:#33364F;line-height:1.7}
@media (max-width: 768px) {
.privwrap{padding:40px 15px}
.privhead h1{font-size:2rem}
.maincont{padding:30px 20px}
.polsect h2{font-size:1.5rem}
.polsect h3{font-size:1.2rem}
.datatab{font-size:.9rem}
.datatab th,.datatab td{padding:10px}
.continfo{padding:25px 20px}
}
@media (max-width: 480px) {
.privhead h1{font-size:1.7rem}
.polsect h2{font-size:1.3rem}
.polsect ul li{padding-left:25px}
.datatab{display:block;overflow-x:auto}
}
.wrapp{max-width:1000px;margin:0 auto;padding:0 20px}
.successwrap{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#FFE358 0%,#ffe3581a 100%);position:relative;overflow:hidden}
.successwrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#00636514;border-radius:50%;z-index:1}
.successwrap::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#33364f0f;border-radius:50%;z-index:1}
.successcard{background:#fff;padding:50px 40px;border-radius:8px;box-shadow:0 4px 8px #0000001f;max-width:600px;width:100%;text-align:center;position:relative;z-index:2}
.successcard .iconwrap{width:80px;height:80px;margin:0 auto 30px;background:linear-gradient(135deg,#FFE358 0%,#FFA726 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 3px 6px #ffe35866}
.successcard .iconwrap::before{content:'';position:absolute;width:100px;height:100px;border:2px solid #ffe3584d;border-radius:50%;animation:pulsering 2s cubic-bezier(0.455,0.03,0.515,0.955) infinite}
@keyframes pulsering {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.4);opacity:0}
}
.successcard .iconwrap i{font-size:42px;color:#006365}
.successcard h1{font-size:32px;color:#33364F;margin:0 0 20px;font-weight:700;line-height:1.3}
.successcard .maintxt{font-size:18px;color:#5a5d70;line-height:1.6;margin:0 0 30px}
.successcard .detailbox{background:#ffe35826;padding:25px;border-radius:6px;border-left:4px solid #FFE358;text-align:left;margin:30px 0}
.successcard .detailbox p{font-size:15px;color:#33364F;margin:8px 0;line-height:1.5}
.successcard .detailbox p strong{color:#006365;font-weight:600}
.successcard .btnrow{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:35px}
.successcard .btnprime{background:#006365;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(0.175,0.885,0.32,1.275);box-shadow:0 3px 6px #0063654d;cursor:pointer;z-index:10;position:relative}
.successcard .btnprime:hover{background:#004d4f;transform:translateY(-2px);box-shadow:0 5px 10px #00636566}
.successcard .btnseco{background:transparent;color:#006365;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;border:2px solid #006365;transition:all .3s cubic-bezier(0.175,0.885,0.32,1.275);cursor:pointer;z-index:10;position:relative}
.successcard .btnseco:hover{background:#006365;color:#fff;transform:translateY(-2px);box-shadow:0 3px 6px #00636533}
.infozone{background:#fff;padding:80px 20px}
.infozone .wrapp{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.infocard{background:linear-gradient(135deg,#ffe3581a 0%,#0063650d 100%);padding:35px 25px;border-radius:8px;text-align:center;transition:all .35s cubic-bezier(0.34,1.56,0.64,1);border:2px solid transparent;position:relative;overflow:hidden}
.infocard::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#ffe3584d,transparent);transition:left .5s ease}
.infocard:hover::before{left:100%}
.infocard:hover{transform:translateY(-5px);border-color:#FFE358;box-shadow:0 6px 12px #00636526}
.infocard .iconcirc{width:60px;height:60px;margin:0 auto 20px;background:#FFE358;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}
.infocard:hover .iconcirc{background:#006365;transform:rotate(360deg)}
.infocard .iconcirc i{font-size:28px;color:#006365;transition:color .3s ease}
.infocard:hover .iconcirc i{color:#FFE358}
.infocard h3{font-size:20px;color:#33364F;margin:0 0 12px;font-weight:600}
.infocard p{font-size:15px;color:#5a5d70;line-height:1.6;margin:0}
@media (max-width: 768px) {
.successcard{padding:40px 25px}
.successcard h1{font-size:26px}
.successcard .maintxt{font-size:16px}
.successcard .btnrow{flex-direction:column;gap:12px}
.successcard .btnprime,.successcard .btnseco{width:100%;justify-content:center}
.infozone .wrapp{grid-template-columns:1fr;gap:20px}
.successwrap{padding:40px 15px}
.successcard .iconwrap{width:70px;height:70px}
.successcard .iconwrap i{font-size:36px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.infozone .wrapp{grid-template-columns:repeat(2,1fr)}
}