.contact-section{background-color:#000;min-height:1000px;display:flex;align-items:stretch;justify-content:end;margin:0;padding:0}.contact-section,.contact-section *,.contact-section :after,.contact-section :before{box-sizing:border-box}.contact-grid{display:grid;grid-template-columns:1.25fr .75fr;width:100%;max-width:1600px}.form-panel{background-color:#000;padding:80px 10% 80px 50px;color:#fff;display:flex;flex-direction:column;justify-content:center}.form-title{font-size:50px;font-weight:500;line-height:1.25;margin-bottom:50px;max-width:650px;color:#fff}.custom-form{display:flex;flex-direction:column;gap:35px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px}.input-wrap{display:flex;flex-direction:column;position:relative;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:8px}.input-wrap label{font-size:.85rem;color:hsla(0,0%,100%,.6);margin-bottom:6px}.input-wrap .disabled-label{color:hsla(0,0%,100%,.3)}.input-wrap input,.input-wrap textarea{background:transparent;border:none;outline:none;width:100%}.country-value,.input-wrap input,.input-wrap textarea{color:#fff;font-size:1.05rem;padding:4px 0}.textarea-wrap{position:relative}.textarea-wrap textarea{resize:none;padding-right:30px}.attachment-icon{position:absolute;right:0;bottom:12px;cursor:pointer;opacity:.5;font-size:1.1rem;transition:opacity .2s}.attachment-icon:hover{opacity:1}.checkbox-wrap{margin-top:10px}.checkbox-container{display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:18px;width:18px;border:1px solid hsla(0,0%,100%,.4);border-radius:2px;margin-right:12px;display:inline-block;position:relative}.checkbox-container:hover input~.checkmark{border-color:hsla(0,0%,100%,.8)}.checkbox-container input:checked~.checkmark{background-color:transparent;border-color:#fff}.checkbox-container input:checked~.checkmark:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label{font-size:.9rem;color:hsla(0,0%,100%,.8)}.disclaimer-text{font-size:.8rem;color:hsla(0,0%,100%,.5);line-height:1.5;margin:5px 0 10px}.disclaimer-text a{color:hsla(0,0%,100%,.9);text-decoration:underline}.btn-contact-submit{align-self:flex-start}.form-status-msg{margin-top:10px;font-size:.95rem}.form-status-msg.success{color:#2ed06e}.form-status-msg.error{color:#ff4d4d}.testimonial-panel{background-color:#fff;padding:150px 40px 140px;color:#181920;display:flex;flex-direction:column;justify-content:space-between;position:relative;margin:30px;border-radius:12px;width:630px}.testimonial-section-title{font-size:1.1rem;font-weight:500;margin-bottom:50px;color:#181920}.testimonial-card{display:flex;flex-direction:column}.quote-mark{font-size:4rem;line-height:1;margin-bottom:10px;display:block;font-weight:700;color:#000}.quote-text{font-size:1.1rem;line-height:1.65;color:#333;margin-bottom:40px}.author-block{display:flex;align-items:center;gap:20px}.author-avatar{width:64px;height:64px;border-radius:8px;object-fit:cover}.author-info{display:flex;flex-direction:column;gap:4px}.author-name{font-size:1.05rem;font-weight:600;margin:0}.author-role{font-size:.9rem;color:#666;margin:0}.cs-progress-track{width:100%;height:2px;background:rgba(0,0,0,.1);margin-top:36px;border-radius:2px;overflow:hidden}.cs-progress-fill{height:100%;background:#09be64;border-radius:2px;transition:width .3s linear}.carousel-controls{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.cs-arrows-row{display:flex;gap:12px}.cs-counter span{font-size:.9rem;font-weight:500;color:#000}.cs-counter-sep{color:rgba(0,0,0,.3)}.cs-counter-total{color:rgba(0,0,0,.4)}.control-btn{background:transparent;border:1px solid rgba(0,0,0,.2);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all .2s}.control-btn:hover{border-color:#000;background-color:rgba(0,0,0,.02)}@media (max-width:1024px){.contact-section{min-height:auto;justify-content:center;padding:10px}.contact-grid{grid-template-columns:1fr;max-width:100%}.form-panel{padding:60px 40px}.testimonial-panel{width:auto;margin:0 30px 30px;padding:50px 40px}}@media (max-width:768px){.form-panel{padding:50px 28px}.form-title{font-size:2rem;margin-bottom:36px}.testimonial-panel{margin:0 24px 24px;padding:44px 28px}}@media (max-width:600px){.form-row{grid-template-columns:1fr;gap:28px}.custom-form{gap:28px}}@media (max-width:415px){.form-panel{padding:40px 20px}.form-title{font-size:1.55rem;line-height:1.3;margin-bottom:28px}.testimonial-panel{margin:0 16px 16px;padding:32px 20px}.testimonial-section-title{margin-bottom:32px}.quote-mark{font-size:3rem}.quote-text{font-size:1rem;margin-bottom:28px}.author-avatar{width:54px;height:54px}.author-block{gap:14px}.carousel-controls{margin-top:32px;padding-top:22px}}.cta-section{background:#fff;padding:80px 0}.cta-card{display:flex;flex-direction:column;justify-content:flex-end;padding:48px;min-height:430px;border-radius:20px;background:#000;cursor:pointer;transition:background .35s ease}.cta-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.cta-left{display:flex;flex-direction:column;align-items:flex-start;gap:20px;max-width:75%}.cta-heading{font-size:clamp(40px,5vw,80px);font-weight:700;color:#fff;margin:0;line-height:1.05;letter-spacing:-.03em;transition:color .35s}.cta-para{font-size:16px;font-weight:400;color:hsla(0,0%,100%,.65);margin:0;line-height:1.6;max-width:520px}.cta-btn{display:inline-flex;align-items:center;padding:14px 28px;background:#fff;color:#000;font-size:15px;font-weight:600;border-radius:100px;letter-spacing:.01em;border:none;cursor:pointer;transition:background .25s}.cta-btn:hover{background:#2ed06e;color:#fff}.cta-arrow{cursor:pointer;flex-shrink:0;width:120px;height:120px;border-radius:50%;border:2px solid #111;background:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;color:#000;margin-bottom:6px;transition:background .35s,border-color .35s,color .35s}.cta-card:hover .cta-arrow{color:#2ed06e}@media (max-width:768px){.cta-section{padding:56px 0}.cta-card{padding:32px 28px;min-height:300px}.cta-left{max-width:100%;gap:16px}.cta-bottom{flex-direction:column;align-items:flex-start;gap:28px}.cta-arrow{width:56px;height:56px;font-size:20px;align-self:flex-end}}@media (max-width:480px){.cta-card{padding:28px 20px}.cta-para{font-size:14px}}.ServiceHero_sh-section__3cGuh{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;height:640px;display:flex;align-items:center;border:1px solid hsla(0,0%,100%,.12);border-radius:16px;margin:25px;background-color:#fff}.ServiceHero_sh-overlay__UV35G{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.45) 55%,rgba(0,0,0,.15));z-index:0}.ServiceHero_sh-container__eEqXI{position:relative;z-index:1;width:100%;padding-top:80px;padding-bottom:80px}.ServiceHero_sh-inner__WIEWq{display:flex;align-items:center;justify-content:space-between;gap:40px}.ServiceHero_sh-left__xx_er{flex:1 1}.ServiceHero_sh-category__Gsvx5{display:flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.85);font-size:16px;font-weight:400;margin:0 0 24px;letter-spacing:.02em}.ServiceHero_sh-cat-dot__J_mrY{display:inline-block;width:14px;height:14px;border:1.5px solid hsla(0,0%,100%,.7);border-radius:50%;flex-shrink:0}.ServiceHero_sh-heading__q3t3S{font-size:clamp(36px,4.5vw,72px);font-weight:700;color:#fff;line-height:1.1;margin:0 0 22px;letter-spacing:-.02em}.ServiceHero_sh-para__E1iRi{font-size:16px;color:#fff;line-height:1.65;margin:0 0 36px;max-width:700px}.ServiceHero_sh-btns__HYOtB{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.ServiceHero_sh-btn-primary__auWEL{display:inline-flex;align-items:center;gap:6px;padding:14px 28px;background:#fff;color:#111;border:none;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.ServiceHero_sh-btn-primary__auWEL:hover{background:#f0f0f0}.ServiceHero_sh-btn-secondary__Gzn3n{display:inline-flex;align-items:center;gap:10px;padding:14px 0;background:transparent;color:#fff;border:none;font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap}.ServiceHero_sh-info-icon__F1jab{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1.5px solid hsla(0,0%,100%,.7);border-radius:50%;font-size:13px;font-style:italic;font-weight:600;flex-shrink:0}.ServiceHero_sh-right__HlR5h{flex-shrink:0}.ServiceHero_sh-badges__7Dic7{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.ServiceHero_sh-badge__qF6XA{display:flex;align-items:center;justify-content:center;width:110px;height:110px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:16px}@media (max-width:991px){.ServiceHero_sh-right__HlR5h{display:none}.ServiceHero_sh-left__xx_er{max-width:100%}}@media (max-width:768px){.ServiceHero_sh-section__3cGuh{margin:8px;height:auto;min-height:480px}.ServiceHero_sh-heading__q3t3S{font-size:clamp(30px,7vw,48px)}}@media (max-width:480px){.ServiceHero_sh-section__3cGuh{margin:0;border-radius:0;border-left:none;border-right:none}.ServiceHero_sh-btns__HYOtB{flex-direction:column;align-items:flex-start}}.cp-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.cp-modal{position:relative;background:#fff;border-radius:20px;width:100%;max-width:460px;padding:40px 36px 36px;box-shadow:0 24px 64px rgba(0,0,0,.18)}.cp-close{position:absolute;top:16px;right:18px;background:none;border:none;font-size:26px;line-height:1;color:#888;cursor:pointer;padding:4px 8px;transition:color .2s}.cp-close:hover{color:#000}.cp-header{margin-bottom:24px}.cp-title{font-size:20px;font-weight:700;color:#000;margin:0 0 6px;line-height:1.2}.cp-sub{font-size:14px;color:#666;margin:0}.cp-form{display:flex;flex-direction:column;gap:12px}.cp-input{width:100%;padding:12px 14px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:14px;color:#111;background:#fafafa;outline:none;transition:border-color .2s,background .2s;box-sizing:border-box}.cp-input:focus{border-color:#2ed06e;background:#fff}.cp-input::placeholder{color:#aaa}.cp-textarea{resize:none}.cp-phone-wrap{width:100%!important}.cp-phone-wrap .react-tel-input .form-control{width:100%!important;padding:12px 14px 12px 52px!important;border:1.5px solid #e0e0e0!important;border-radius:10px!important;font-size:14px!important;color:#111!important;background:#fafafa!important;height:auto!important;outline:none!important;font-family:inherit!important;transition:border-color .2s,background .2s!important}.cp-phone-wrap .react-tel-input .form-control:focus{border-color:#2ed06e!important;background:#fff!important;box-shadow:none!important}.cp-phone-wrap .react-tel-input .flag-dropdown,.cp-phone-wrap .react-tel-input .flag-dropdown.open{border:1.5px solid #e0e0e0!important;border-right:none!important;border-radius:10px 0 0 10px!important;background:#fafafa!important}.cp-phone-wrap .react-tel-input .selected-flag{background:transparent!important;border-radius:10px 0 0 10px!important}.cp-phone-wrap .react-tel-input .selected-flag:focus,.cp-phone-wrap .react-tel-input .selected-flag:hover{background:rgba(0,0,0,.04)!important}.cp-phone-wrap .react-tel-input .country-list{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;box-shadow:0 14px 44px rgba(0,0,0,.16)!important;font-family:inherit!important;margin-top:8px!important;width:280px!important}.cp-phone-wrap .react-tel-input .country-list .country{padding:10px 14px!important;font-size:14px!important;color:#111!important;transition:background .15s!important}.cp-phone-wrap .react-tel-input .country-list .country .country-name{color:#111!important}.cp-phone-wrap .react-tel-input .country-list .country .dial-code{color:#6b7280!important}.cp-phone-wrap .react-tel-input .country-list .country:hover{background:#f0fdf6!important}.cp-phone-wrap .react-tel-input .country-list .country.highlight{background:#dcf5e8!important}.cp-phone-wrap .react-tel-input .country-list .country.highlight .country-name,.cp-phone-wrap .react-tel-input .country-list .country.highlight .dial-code{color:#0d3522!important}.cp-phone-wrap .react-tel-input .country-list .divider{border-bottom-color:#eef0f2!important}.cp-phone-wrap .react-tel-input .country-list .search{background:#fff!important;padding:12px 12px 8px!important;border-bottom:1px solid #f0f0f0!important;border-radius:12px 12px 0 0!important}.cp-phone-wrap .react-tel-input .country-list .search-box{width:100%!important;margin-left:0!important;background:#fff!important;border:1px solid #ddd!important;border-radius:8px!important;padding:8px 12px!important;font-size:14px!important;color:#111!important;outline:none!important;font-family:inherit!important;transition:border-color .15s!important}.cp-phone-wrap .react-tel-input .country-list .search-box:focus{border-color:#2ed06e!important}.cp-phone-wrap .react-tel-input .country-list::-webkit-scrollbar{width:8px!important}.cp-phone-wrap .react-tel-input .country-list::-webkit-scrollbar-thumb{background:#cfe9da!important;border-radius:8px!important}.cp-phone-wrap .react-tel-input .country-list::-webkit-scrollbar-thumb:hover{background:#2ed06e!important}.cp-submit{width:100%;padding:14px;background:#2ed06e;color:#000;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer;margin-top:4px;transition:background .25s,opacity .2s}.cp-submit:hover{background:#25b85f}.cp-submit:disabled{opacity:.6;cursor:not-allowed}.cp-error{font-size:13px;color:#e53935;text-align:center;margin:0}.cp-success{flex-direction:column;gap:16px;padding:24px 0 8px;text-align:center}.cp-success,.cp-success-icon{display:flex;align-items:center}.cp-success-icon{width:56px;height:56px;border-radius:50%;background:#2ed06e;color:#000;font-size:24px;font-weight:700;justify-content:center}.cp-success p{font-size:15px;color:#333;margin:0}@media (max-width:480px){.cp-modal{padding:32px 24px 28px}}