.form-section{position:relative;z-index:10;border-radius:12px;background-color:#000;overflow:hidden;padding-inline:20px}.form-section-holder{display:flex;flex-direction:column;gap:40px}.form-section .section-heading{position:relative;z-index:20}.form-section .h2,.form-section h2{color:#fff;text-transform:inherit}.form-section-box{position:relative;z-index:5;padding:20px;color:#000;max-width:644px;margin:0 auto}.form-section-box .h5,.form-section-box h5{margin-bottom:15px}.form-section-box .button{width:100%;min-width:unset}.form-section-box:before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;aspect-ratio:1/1;border-radius:50%;background:#f37021;filter:blur(245px);z-index:-2}.form-section-box:after{content:'';position:absolute;inset:0;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;z-index:-1}.form-section p{margin-bottom:12px}.form-section .file-upload{margin-bottom:12px;margin-top:8px}@media (min-width:768px){.form-section-holder{gap:100px}.form-section-box{padding:32px 36px}.form-section-box:before{width:554px}}@media (min-width:1024px){.form-section-holder{flex-direction:row;gap:76px}.form-section-box{flex-grow:1}}@media (max-width:767px){.form-section{padding:60px 20px!important}}