.CustomRequestForm{background-color:#333;padding:2rem;display:flex;flex-direction:column;width:100%;max-width:350px}@media(min-width:576px)and (max-width:991px){.CustomRequestForm{max-width:300px}}@media(max-width:480px){.CustomRequestForm{max-width:350px;margin:0 auto}}.CustomRequestForm__title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.CustomRequestForm__content{display:flex;flex-direction:column;gap:1rem}.CustomRequestForm__textarea{width:100%;border:1px solid #ddd;border-radius:4px;padding:.75rem;font-size:.95rem;resize:none}.CustomRequestForm__textarea:focus{outline:none;border-color:var(--blue-color);box-shadow:0 0 0 1px var(--blue-color)}.CustomRequestForm__submit{background-color:var(--orange-color)!important;border:none!important;border-radius:4px!important;padding:.75rem!important;font-weight:600!important}.CustomRequestForm__submit:hover{background-color:rgb(255,88.3168316832,27.5)!important}.CustomRequestForm__submit:focus{box-shadow:0 0 0 2px rgba(255,107,53,.2)!important}.HomeServicesContainer{display:flex;width:100%;gap:30px;max-width:1200px;margin:0 auto}@media(min-width:576px)and (max-width:991px){.HomeServicesContainer{gap:20px}}@media(max-width:480px){.HomeServicesContainer{flex-direction:column;align-items:center;gap:30px}}.HomeServicesList{display:flex;flex-wrap:wrap;justify-content:space-between;flex:1 1;gap:25px}@media(min-width:576px)and (max-width:991px){.HomeServicesList{gap:30px;justify-content:center}}@media(max-width:480px){.HomeServicesList{flex-direction:column;align-items:center;gap:30px;width:100%}}.HomeServiceItem{width:48%;display:flex;border-right:5px solid var(--orange-color);box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease}@media(min-width:576px)and (max-width:991px){.HomeServiceItem{width:85%;margin-bottom:10px}}@media(max-width:480px){.HomeServiceItem{width:100%;max-width:350px;flex-direction:column;border-right:none;border-bottom:5px solid var(--orange-color)}}.HomeServiceItem:hover{transform:translateY(-5px)}.HomeServiceItem-image{width:45%;height:100%;background-color:#f0f0f0;object-fit:cover}@media(max-width:480px){.HomeServiceItem-image{width:100%;height:300px}}.HomeServiceItem-content{background-color:var(--blue-color);padding:20px 15px 20px 20px;flex:1 1;display:flex;flex-direction:column}@media(min-width:576px)and (max-width:991px){.HomeServiceItem-content{padding:25px 20px}}@media(max-width:480px){.HomeServiceItem-content{padding:20px}}.HomeServiceItem-name{font-weight:900;font-size:20px;color:#fff;max-width:200px;margin-bottom:10px}@media(min-width:576px)and (max-width:991px){.HomeServiceItem-name{font-size:22px;max-width:100%;margin-bottom:15px}}@media(max-width:480px){.HomeServiceItem-name{font-size:18px;max-width:100%}}.HomeServiceItem-divider{background-color:#fff;height:4px;margin-bottom:15px;width:90px;border-radius:30px}.HomeServiceItem-extract{font-size:15px;font-weight:600;line-height:18px;color:#fff;margin-bottom:30px;flex-grow:1}@media(max-width:480px){.HomeServiceItem-extract{margin-bottom:20px}}.HomeServiceItem-ctaBtn{background-color:var(--orange-color)!important;border:none!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:700!important;padding:8px 12px!important;display:inline-block!important;text-decoration:none!important;align-self:flex-start}.HomeServiceItem-ctaBtn:hover{background-color:rgb(255,88.3168316832,27.5)!important}.HomeServiceItem-ctaBtn:focus{outline:none!important;box-shadow:none!important}.service-form-modal.p-dialog{max-width:500px;width:90%;border-radius:0}.service-form-modal.p-dialog .p-dialog-header{background-color:var(--blue-color);color:#fff;font-weight:700;font-size:1.5rem;padding:1.5rem;border-radius:0}.service-form-modal.p-dialog .p-dialog-header .p-dialog-header-icon{color:#fff}.service-form-modal.p-dialog .p-dialog-header .p-dialog-header-icon:hover{background-color:hsla(0,0%,100%,.1)}.service-form-modal.p-dialog .p-dialog-content{padding:0;border-radius:0}.service-form-modal__content{padding:1.5rem}.service-form-modal__description{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6;color:#333}.service-form-modal__form{display:flex;flex-direction:column;gap:1rem}.service-form-modal__field{width:100%}.service-form-modal__field small{font-size:.85rem;color:#666}.service-form-modal__char-counter{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.service-form-modal__counter--warning{color:var(--orange-color);font-weight:600}.service-form-modal__counter--error{color:var(--red-500);font-weight:600}.service-form-modal__input,.service-form-modal__textarea{width:100%;border:1px solid #ddd;border-radius:4px;padding:.85rem;font-size:1.1rem}.service-form-modal__input:focus,.service-form-modal__textarea:focus{outline:none;border-color:var(--blue-color);box-shadow:0 0 0 1px var(--blue-color)}.service-form-modal__actions{display:flex;justify-content:flex-end;margin-top:1rem}.service-form-modal__submit{background-color:var(--orange-color)!important;border:none!important;border-radius:4px!important;padding:.85rem 2.2rem!important;font-weight:600!important;font-size:1.1rem!important}.service-form-modal__submit:hover{background-color:rgb(255,88.3168316832,27.5)!important}.service-form-modal__submit:focus{box-shadow:0 0 0 2px rgba(255,107,53,.2)!important}.service-form-modal__error{font-size:.85rem;margin-top:.5rem}