/**handles:superhomes-custom-form**/
@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{from{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}.cqt-form{margin-top:40px;padding:50px 0}.cqt-form.step8-active{margin-top:0;padding-top:0}.cqt-form .form-step{display:none}.cqt-form .form-step.active{display:block}.cqt-form .form-step.two-columns{display:none}.cqt-form .form-step.two-columns.active{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.cqt-form .form-step.single-column.active{display:block;margin:0 auto}.cqt-form .form-step.single-column.active .form-content{display:block;margin:0 auto;max-width:800px}.cqt-form .form-step .form-content.with-padding{padding-left:40px;padding-right:40px}.cqt-form .form-step .form-image img{width:100%;height:auto;border-radius:8px}.cqt-form .form-step h2{margin-bottom:20px;color:#008644}.cqt-form .form-step h3.icon-heading{display:flex;align-items:center;gap:12px;margin-top:24px;margin-bottom:12px;color:#1442b8;font-size:24px}.cqt-form .form-step h3.icon-heading .heading-icon{width:44px;height:44px;flex-shrink:0;filter:invert(47%) sepia(97%) saturate(1844%) hue-rotate(162deg) brightness(98%) contrast(101%)}.cqt-form .form-step .form-field,.cqt-form .form-step fieldset{border:none;padding:0;margin:0 0 20px 0;display:block}.cqt-form .form-step .form-field label,.cqt-form .form-step fieldset label,.cqt-form .form-step label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:16px}.cqt-form .form-step .form-field small,.cqt-form .form-step fieldset small,.cqt-form .form-step small{display:block;margin-top:-15px;margin-bottom:10px;font-size:14px;color:#636b63;font-weight:400;line-height:1.4}.cqt-form .form-step .form-field label+small,.cqt-form .form-step fieldset label+small,.cqt-form .form-step label+small{margin-top:0}.cqt-form .form-step .form-field input+small,.cqt-form .form-step .form-field select+small,.cqt-form .form-step .form-field textarea+small{margin-top:5px;margin-bottom:0}.cqt-form .form-step input[type=email],.cqt-form .form-step input[type=tel],.cqt-form .form-step input[type=text],.cqt-form .form-step select,.cqt-form .form-step textarea{width:100%;padding:12px;margin-bottom:5px;border:1px solid #ccc;border-radius:4px;font-size:16px;box-sizing:border-box;display:block}.cqt-form .form-step .form-field input[type=email],.cqt-form .form-step .form-field input[type=tel],.cqt-form .form-step .form-field input[type=text],.cqt-form .form-step .form-field select,.cqt-form .form-step .form-field textarea,.cqt-form .form-step fieldset input[type=email],.cqt-form .form-step fieldset input[type=tel],.cqt-form .form-step fieldset input[type=text],.cqt-form .form-step fieldset select,.cqt-form .form-step fieldset textarea{margin-bottom:5px;width:100%;box-sizing:border-box}.cqt-form .form-step input:focus,.cqt-form .form-step select:focus,.cqt-form .form-step textarea:focus{outline:0;border-color:#008644;box-shadow:0 0 0 2px rgba(0,134,68,.1)}.cqt-form .form-step select.calendar-icon{width:50%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('https://electricirelandsuperhomes.ie/wp-content/themes/superhomes2025/img/icons/Calendar.svg');background-repeat:no-repeat;background-position:right 12px center;background-size:20px 20px;padding-right:40px}@media (max-width:768px){.cqt-form .form-step select.calendar-icon{width:100%}}.cqt-form .form-step input.loading{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23009FDA' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px 20px;padding-right:40px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}.cqt-form .form-step input.error,.cqt-form .form-step select.error,.cqt-form .form-step textarea.error{border-color:#e74c3c!important;box-shadow:0 0 0 2px rgba(231,76,60,.1)!important;animation:shake .3s ease-in-out}.cqt-form .form-step .field-error{color:#e74c3c;font-size:12px;margin-top:4px;display:block;font-weight:500}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.cqt-form .form-step .error-message{color:#212121;font-size:14px;margin-bottom:15px;padding:10px;background:rgba(181,29,29,.08);border-left:3px solid #b51d1d;border-radius:4px;width:100%;box-sizing:border-box;clear:both;animation:slideDown .3s ease-out}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-message{position:fixed;top:20px;right:20px;z-index:9999;background:#1442b8;color:#fff;padding:20px 30px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);max-width:400px;animation:slideIn .3s ease-out}.success-message-content{display:flex;align-items:center;gap:12px;font-family:Poppins,sans-serif}.cqt-form .form-step input[type=checkbox]{width:auto;margin-right:8px}.cqt-form .form-step .checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-weight:400;gap:12px}.cqt-form .form-step .checkbox-label input[type=checkbox]{margin-top:4px;flex-shrink:0;width:20px;height:20px;cursor:pointer}.cqt-form .form-step .checkbox-label span{flex:1;line-height:1.5;color:#333d33;font-size:14px;font-weight:400}.cqt-form .form-step .radio-group{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.cqt-form .form-step .house-card{cursor:pointer;border:2px solid #a3a3a3;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 1px 2px 0 rgba(33,33,33,.04);transition:border-color .2s ease;outline:0}.cqt-form .form-step .house-card.selected,.cqt-form .form-step .house-card:hover{border-color:#1442b8}.cqt-form .form-step .house-card-image{position:relative;height:200px;overflow:hidden}.cqt-form .form-step .house-card-image img{width:100%;height:100%;object-fit:cover;display:block}.cqt-form .form-step .house-card-check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;opacity:0;transition:opacity .2s ease;pointer-events:none}.cqt-form .form-step .house-card.selected .house-card-check,.cqt-form .form-step .house-card:hover .house-card-check{opacity:1}.cqt-form .form-step .house-card-label{padding:24px;background-color:#fff;transition:background-color .2s ease}.cqt-form .form-step .house-card.selected .house-card-label,.cqt-form .form-step .house-card:hover .house-card-label{background-color:#1442b8}.cqt-form .form-step .house-card-label span{display:block;font-size:18px;font-weight:600;color:#1442b8;text-align:center;line-height:28px;letter-spacing:-.4px;transition:color .2s ease}.cqt-form .form-step .house-card.selected .house-card-label span,.cqt-form .form-step .house-card:hover .house-card-label span{color:#fff}.cqt-form .form-step .radio-label{display:block;position:relative;cursor:pointer;padding:0;border:2px solid #a6aaa6;border-radius:8px;background-color:#fff;transition:all .3s ease;text-align:center;font-weight:400;overflow:hidden}.cqt-form .form-step .radio-label:hover{border-color:#009fda;background-color:#f0f8ff}.cqt-form .form-step .radio-label input[type=radio]{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.cqt-form .form-step .radio-label span{display:block;font-size:16px;color:#1442b8;font-weight:600;text-align:left;padding:20px}.cqt-form .form-step .radio-label input[type=radio]:checked~span{color:#1442b8;font-weight:600;text-align:left}.cqt-form .form-step .radio-label:has(input[type=radio]:checked){border:3px solid #009fda;background-color:#e6f4ff;box-shadow:0 0 0 2px rgba(20,66,184,.1)}.cqt-form .form-step .radio-label .radio-image{display:block;width:100%;height:auto;max-height:180px;object-fit:cover;margin:0;padding:0}.cqt-form .form-step .radio-label input[type=radio]:focus~span{outline:0}.cqt-form .form-step .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:0}.cqt-form .form-step .radio-group-simple{display:flex;flex-direction:column;gap:12px;margin-top:8px}.cqt-form .form-step .radio-label-simple{display:flex;align-items:center;cursor:pointer;font-weight:400;gap:12px}.cqt-form .form-step .radio-label-simple input[type=radio]{width:20px;height:20px;cursor:pointer;flex-shrink:0;margin:0;accent-color:#1442B8}.cqt-form .form-step .radio-label-simple span{flex:1;font-size:16px;color:#333d33;font-weight:400}@media (max-width:768px){.cqt-form .form-step .radio-group{grid-template-columns:1fr}}.cqt-form .form-step .form-buttons{margin-top:30px;display:flex;gap:10px;flex-wrap:nowrap}.cqt-form .form-step .form-buttons.full-width{flex-direction:column}.cqt-form .form-step .form-buttons.full-width button{width:100%}.cqt-form .form-step .form-buttons button{flex:1}.cqt-form .form-step button{margin-right:0}.cqt-form button:disabled{opacity:.6;cursor:not-allowed}.cqt-form button,.cqt-form button.btn{min-height:40px;height:auto;border:2px solid #1442b8;border-radius:20px;background:#1442b8;color:#fff;line-height:1.4;padding:8px 36px 8px 24px;text-align:center;cursor:pointer;text-decoration:none;position:relative;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;transition:all .2s;white-space:normal;word-wrap:break-word;display:inline-flex;align-items:center;justify-content:center}.cqt-form button.btn:hover,.cqt-form button:hover{background:#000;border-color:#000;color:#fff}.cqt-form button.btn-arrow-right::after,.cqt-form button.btn::after,.cqt-form button::after{content:'';background-image:url("https://electricirelandsuperhomes.ie/wp-content/themes/superhomes2025/img/right-w.svg");background-size:contain;background-repeat:no-repeat;position:absolute;top:50%;margin-top:-6px;right:16px;width:8px;height:12px;background-color:transparent;transition:all .2s}.cqt-form button.btn-arrow-left{padding:8px 24px 8px 36px}.cqt-form button.btn-arrow-left::after{content:'';background-image:url("https://electricirelandsuperhomes.ie/wp-content/themes/superhomes2025/img/left.svg");background-size:contain;background-repeat:no-repeat;position:absolute;top:50%;margin-top:-8px;left:16px;right:auto;width:18px;height:18px;background-color:transparent;transition:all .2s}.cqt-form button.btn-no-arrow{padding:8px 24px}.cqt-form button.btn-no-arrow::after{display:none}.cqt-form button .btn-icon{display:inline-block;width:20px;height:20px;margin-right:8px;vertical-align:middle;transition:filter .2s}.cqt-form button.btn-primary .btn-icon{filter:brightness(0) invert(1)}.cqt-form button.btn-outline .btn-icon{filter:brightness(0) saturate(100%) invert(22%) sepia(97%) saturate(2447%) hue-rotate(217deg) brightness(91%) contrast(90%)}.cqt-form button.btn-outline:hover .btn-icon{filter:brightness(0) invert(1)}.cqt-form button.btn-outline{background:0 0;border:2px solid #1442b8;color:#1442b8}.cqt-form button.btn-outline::after{background-image:url("https://electricirelandsuperhomes.ie/wp-content/themes/superhomes2025/img/right.svg")}.cqt-form button.btn-outline:hover{background:#1442b8;border-color:#1442b8;color:#fff}.cqt-form button.btn-outline:hover::after{background-image:url("https://electricirelandsuperhomes.ie/wp-content/themes/superhomes2025/img/right-w.svg")}.cqt-form button.btn-outline.btn-arrow-left::after{background-image:url("https://electricirelandsuperhomes.ie/wp-content/themes/superhomes2025/img/left.svg")}.cqt-form button.btn-outline.btn-arrow-left:hover::after{background-image:url("https://electricirelandsuperhomes.ie/wp-content/themes/superhomes2025/img/left.svg")}.cqt-form button.btn-white{background-color:#fff;border:2px solid #fff;color:#000}.cqt-form button.btn-white::after{background-image:url("https://electricirelandsuperhomes.ie/wp-content/themes/superhomes2025/img/right.svg")}.cqt-form button.btn-white:hover{background-color:#fff;border-color:#fff;color:#1442b8}.cqt-form .file-upload-wrapper{width:100%}.cqt-form .file-input{display:none}.cqt-form .file-upload-area{border:2px dashed #009fda;border-radius:8px;padding:40px 20px;text-align:center;background-color:#f9f9f9;cursor:pointer;transition:all .3s ease}.cqt-form .file-upload-area:hover{border-color:#009fda;background-color:#f0f8ff}.cqt-form .file-upload-area.drag-over{border-color:#009fda;background-color:#e6f4ff;border-style:solid}.cqt-form .file-upload-area .upload-icon{display:block;margin:0 auto 16px;background:#009fda;border-radius:10px;padding:6px}.cqt-form .file-upload-area .upload-text{color:#333d33;font-size:16px;font-weight:500;margin:0}.cqt-form .file-upload-area .upload-text span{color:#1442b8;text-decoration:underline}.cqt-form .file-upload-info{margin-top:16px}.cqt-form .file-upload-info p{margin:0 0 4px 0;font-size:14px;line-height:1.4}.cqt-form .file-upload-info .file-status{color:#636b63;font-weight:500;margin-bottom:8px}.cqt-form .file-upload-info .file-status.file-added{color:#008644;font-weight:600}.cqt-form .file-upload-info .file-requirements{color:#636b63;font-size:13px}@media (max-width:768px){.cqt-form .form-step.two-columns.active{grid-template-columns:1fr;gap:20px}.cqt-form .form-step .form-image{order:-1}.cqt-form .form-step .form-content.with-padding{padding-left:0;padding-right:0}.cqt-form .file-upload-area{padding:30px 15px}.cqt-form .form-step .form-row{grid-template-columns:1fr}.cqt-form .potential-info{grid-template-columns:1fr!important}.cqt-form button,.cqt-form button.btn{font-size:14px;padding:8px 32px 8px 16px}.cqt-form button.btn-arrow-left{padding:8px 16px 8px 32px}.cqt-form button.btn-no-arrow{padding:8px 16px}.cqt-form button .btn-icon{width:18px;height:18px;margin-right:6px}}.cqt-form .form-step.step8-layout{display:none}.cqt-form .form-step.step8-layout.active{display:block}.cqt-form .step8-hero{display:grid;grid-template-columns:1fr 1fr;min-height:640px;position:relative}.cqt-form .step8-hero::after{content:'';position:absolute;bottom:0;left:calc(-50vw + 50%);width:100vw;height:16px;background:linear-gradient(90deg,#1442b8 0,#009fda 50%,#008644 100%);z-index:1}.cqt-form .step8-hero-content{background-color:#fff;display:flex;flex-direction:column;justify-content:center;gap:32px;padding:60px 48px}.cqt-form .step8-guide-title{font-size:40px;font-weight:500;line-height:1.2;color:#009fda;margin:0}.cqt-form .step8-hero-titles h2.house-type-selected{font-size:28px;color:#1442b8;margin:8px 0 0}.cqt-form .step8-hero-buttons{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.cqt-form .step8-hero-buttons>*{flex:0 0 auto}.cqt-form .btn-outline-pill{display:inline-flex!important;align-items:center;gap:8px;padding:12px 24px!important;min-height:unset!important;height:auto!important;border:2px solid #1442b8!important;border-radius:9999px!important;background:0 0!important;color:#212121!important;font-size:16px;font-weight:400;line-height:1.5;cursor:pointer;text-decoration:none;transition:background-color .2s,color .2s;position:relative;white-space:nowrap}.cqt-form .btn-outline-pill::after{display:none!important}.cqt-form .btn-outline-pill:hover{background-color:#f0f4ff!important;color:#212121!important;border-color:#1442b8!important}.cqt-form .btn-primary-pill{display:inline-flex!important;align-items:center;gap:8px;padding:12px 24px!important;min-height:unset!important;height:auto!important;border:2px solid #1442b8!important;border-radius:9999px!important;background-color:#1442b8!important;color:#fff!important;font-size:16px;font-weight:400;line-height:1.5;cursor:pointer;text-decoration:none;transition:background-color .2s;position:relative;white-space:nowrap}.cqt-form .btn-primary-pill::after{display:none!important}.cqt-form .btn-primary-pill:hover{background-color:#0d2e8a!important;color:#fff!important;text-decoration:none}.cqt-form .step8-hero-image{overflow:hidden;position:relative}.cqt-form .step8-hero-image .border-int{position:absolute;inset:40px;height:auto}.cqt-form .step8-hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.cqt-form .step8-body{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:60px 48px}.cqt-form .step8-body-content{display:flex;flex-direction:column;gap:0}.cqt-form .step8-body-image{position:relative;border-radius:4px;overflow:hidden;min-height:400px;align-self:stretch}.cqt-form .step8-body-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;border-radius:4px}.cqt-form .step8-sections .icon-heading{display:flex;align-items:center;gap:12px;margin-top:0;margin-bottom:8px;color:#1442b8;font-size:20px;font-weight:500}.cqt-form .step8-sections .icon-heading .heading-icon{width:40px;height:40px;flex-shrink:0}.cqt-form .step8-sections p{margin:0 0 28px;font-size:16px;line-height:24px;color:#212121}.cqt-form .costs-module{margin:8px 0 32px}.cqt-form .costs-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.cqt-form .cost-block{border-radius:8px;padding:16px;box-shadow:0 1px 2px 0 rgba(33,33,33,.04)}.cqt-form .cost-block--blue{background-color:#1442b8;color:#fff}.cqt-form .cost-block--dark{background-color:#00082b;color:#fff}.cqt-form .cost-block--green{background-color:#008644;color:#fff}.cqt-form .costs-row--full{grid-template-columns:1fr}.cqt-form .cost-block--green span{font-size:32px;line-height:40px;letter-spacing:-.64px}.cqt-form .solar-payback-text{margin:4px 0 0!important;font-size:14px!important;font-weight:600;letter-spacing:-.21px}.cqt-form .cost-block p{margin:0 0 4px;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.24px;color:inherit}.cqt-form .cost-block span{display:block;font-size:24px;font-weight:600;line-height:32px;letter-spacing:-.48px;color:inherit}.cqt-form .step8-cta{margin-top:8px}.cqt-form .step8-cta h4{color:#008644;font-size:22px;margin:0 0 8px}.cqt-form .step8-cta p{font-size:16px;line-height:24px;color:#212121;margin:0 0 8px}.cqt-form .step8-buttons{margin-top:24px;display:flex;flex-direction:column;gap:8px}.cqt-form .btn.btn-pill{width:100%;border-radius:9999px;padding:18px 24px;font-size:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.cqt-form .step8-text-link{display:block;background:0 0!important;border:none!important;box-shadow:none!important;padding:12px 0;margin:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#212121!important;text-decoration:underline;text-align:center;cursor:pointer;width:100%;min-height:0;height:auto;border-radius:0}.cqt-form .step8-text-link:hover{color:#1442b8!important;background:0 0!important}.cqt-form .step8-text-link::after{display:none!important}@media (max-width:768px){.cqt-form .step8-hero{grid-template-columns:1fr}.cqt-form .step8-hero-image{height:240px}.cqt-form .step8-hero-content{padding:32px 24px;gap:24px}.cqt-form .step8-guide-title{font-size:28px}.cqt-form .step8-hero-titles h2.house-type-selected{font-size:20px}.cqt-form .step8-body{grid-template-columns:1fr;padding:32px 24px;gap:0}.cqt-form .step8-body-image{display:none}.cqt-form .costs-row{grid-template-columns:1fr}}.cqt-form .potential-info{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:24px 0}.cqt-form .potential-info .potential-costs,.cqt-form .potential-info .potential-grant{padding:20px;border-radius:8px}.cqt-form .potential-info .potential-grant{background-color:#1442b8}.cqt-form .potential-info .potential-costs{background-color:#00082b}.cqt-form .potential-info p{margin:0 0 8px 0;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.24px;color:#fff}.cqt-form .potential-info span{font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-.48px;color:#fff;display:block}.cqt-form p.phone-number{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}.cqt-form p.phone-number .phone-icon{width:20px;height:20px;flex-shrink:0}.cqt-form .proceed-heading{font-family:'St Ryde',sans-serif;font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:#008644;margin-top:32px;margin-bottom:8px}.cqt-form button.btn-text{background:0 0;border:none;color:#212121;text-decoration:underline;padding:12px 24px;font-size:18px;line-height:28px;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.cqt-form button.btn-text::after{display:none}.cqt-form button.btn-text:hover{background:0 0;border:none;color:#1442b8}.cqt-form .additional-contact-toggle{margin-top:16px;margin-bottom:16px}.cqt-form .additional-contact-fields{margin-top:16px;margin-bottom:16px;padding:20px;border:1px solid #cecece;border-radius:8px;background:#f9f9f9}.cqt-form .additional-contact-fields h4{margin-top:0;margin-bottom:16px}.cqt-form .remove-contact-btn{margin-top:12px;font-size:14px}