.contact-form1{padding:0!important}.contact-us-main-form2{width:568px}input:focus,select:focus,textarea:focus{outline:none!important;box-shadow:none!important;border-color:none!important}.form-heading1{color:#32183f}.contact-us-save-btn{margin:0}.contact-us-save-btn22{background:#32183f;border:1px solid #32183f;width:"100%"}@media (max-width:1024px){.contact-us-main-form2{width:150%}}@media (max-width:850px){.contact-us-main-form2{width:100%}}@media (max-width:480px){.contact-us-main-form2{width:100%}}.repair-booking-container{min-height:100vh;background-color:#f9fafb}.repair-booking-content{max-width:56rem;margin:0 auto;padding:2rem 1rem}.repair-header{text-align:center;margin-bottom:2rem}.repair-header h1{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.repair-header p{color:#4b5563}.progress-indicator{display:flex;justify-content:space-between;position:relative;margin-bottom:3rem;padding-bottom:2rem;overflow:hidden}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative}.progress-step-number{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;border:2px solid #e5e7eb;background-color:#fff}.progress-step.active .progress-step-number{border-color:var(--fixnix-purple);background-color:var(--fixnix-purple);color:#fff}.progress-step.completed .progress-step-number{border-color:var(--fixnix-yellow);background-color:var(--fixnix-yellow);color:#fff}.progress-step-label{font-size:.875rem}.progress-step.active .progress-step-label,.progress-step.completed .progress-step-label{color:var(--fixnix-purple)}.progress-connector{position:absolute;top:1rem;left:50%;width:100%;height:2px;background-color:#e5e7eb;z-index:-1}.progress-step.completed .progress-connector{background-color:#10b981}.progress-step:first-child .progress-connector{display:none}.booking-form-container{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:1.5rem}@media (min-width:768px){.booking-form-container{padding:2rem}}.step-title{font-size:1.25rem;font-weight:600;color:var(--fixnix-purple);margin-bottom:1.5rem}.form-label{display:block;color:#374151;font-weight:500;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.form-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px rgba(79,70,229,.2)}.form-select{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.form-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px rgba(79,70,229,.2)}.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;min-height:6rem}.form-textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px rgba(79,70,229,.2)}.device-selector-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}@media (min-width:640px){.device-selector-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.device-selector-grid{grid-template-columns:repeat(4,1fr)}}.device-selector{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;text-align:center;cursor:pointer;transition:all .3s ease}.device-selector:hover{transform:scale(1.02)}.device-selector.selected{border-color:var(--fixnix-yellow)}.device-icon{font-size:1.75rem;margin-bottom:.5rem}.device-name{font-weight:500}.issue-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}@media (min-width:640px){.issue-grid{grid-template-columns:repeat(2,1fr)}}.issue-card{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.issue-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.issue-card.selected{border-color:var(--fixnix-yellow);background-color:#fff}.issue-card-content{display:flex;align-items:center}.issue-icon-container{background-color:#eef2ff;padding:.75rem;border-radius:9999px;margin-right:1rem}.issue-name{font-weight:500;color:var(--fixnix-purple)}.issue-price{font-size:.875rem;color:var(--fixnix-yellow)}.location-option{display:flex;align-items:center;margin-bottom:1rem}.location-radio{margin-right:.75rem}.location-label{flex:1 1;cursor:pointer}.location-name{font-weight:400;color:var(--fixnix-purple);font-size:1.5rem}.location-address{color:#4b5563}.location-hours{font-size:.875rem;color:#6b7280}.location-distance{color:var(--fixnix-yellow)}.time-slot-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem}@media (min-width:640px){.time-slot-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px){.time-slot-grid{grid-template-columns:repeat(5,1fr)}}.time-slot{text-align:center;padding:.5rem 0;border:1px solid #e5e7eb;border-radius:.25rem;cursor:pointer;transition:all .2s ease}.time-slot:hover{background-color:rgba(216,138,255,.54)}.time-slot.selected{background-color:var(--fixnix-purple);color:#fff}.button-group{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.button-group button{flex:1 1;min-width:120px;padding:.75rem;border-radius:.5rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.button-primary{background-color:var(--fixnix-purple);color:#fff;border:1px solid var(--fixnix-purple)}.button-primary:hover{background-color:#2a0f35}.button-secondary{background-color:#fff;color:var(--fixnix-purple);border:1px solid var(--fixnix-purple)}.button-secondary:hover{background-color:#f5f5f5}@media (min-width:768px){.button-group{gap:2rem}.button-group button{flex:0 1 auto;padding:.75rem 1.5rem}}.trust-indicators{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:center}@media (min-width:768px){.trust-indicators{grid-template-columns:repeat(4,1fr)}}.trust-block{text-align:center;width:100%;max-width:200px;display:flex;flex-direction:column;align-items:center}.trust-icon{color:var(--fixnix-yellow);font-size:1.875rem;margin-bottom:.5rem}.trust-title{font-weight:600;font-size:1.2rem;white-space:nowrap;margin:0}.trust-description{font-size:.9rem;color:#6c757d;margin-top:.25rem}.hidden{display:none}.block{display:block}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.ml-2{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.button-group-final{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.button-group-final button{width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;transition:all .3s ease}@media (min-width:768px){.button-group-final{flex-direction:row}.button-group-final button{width:auto;flex:1 1}}.contact-loc-btns1{padding:10px 16px;margin:1rem 0!important;width:60%}.contact-with-us{margin-left:0!important}