
/* KALLA ESTIMATE POPUP — STRICTLY SCOPED / ASTRA-SAFE */
body.kalla-estimate-lock{overflow:hidden!important}

.kalla-estimate-popup{
 --kep-accent:#F00083;
 --kep-accent-dark:#D90076;
 --kep-tint:#FFF2F8;
 --kep-tint-strong:#FFE4F1;
 --kep-white:#FFFFFF;
 --kep-text:#202B36;
 --kep-muted:#7B8792;
 --kep-border:#E6E9ED;
 --kep-soft:#F7F8FA;
 --kep-track:#F0F2F4;
 --kep-overlay:rgba(25,30,36,.50);
 --kep-width:850px;
 --kep-radius:24px;
 --kep-blur:5px;
 --kep-top:34px;
 --kep-side:44px;
 position:fixed!important;inset:0!important;z-index:2147483000!important;
 display:none;align-items:center;justify-content:center;
 padding:18px!important;box-sizing:border-box!important;
 font-family:inherit!important;
 color:var(--kep-text)!important;
}
.kalla-estimate-popup.kalla-open{display:flex!important}
.kalla-estimate-popup .kalla-popup-overlay{
 position:absolute!important;inset:0!important;
 background:var(--kep-overlay)!important;
 backdrop-filter:blur(var(--kep-blur))!important;
 -webkit-backdrop-filter:blur(var(--kep-blur))!important;
}
.kalla-estimate-popup .kalla-popup-box{
 position:relative!important;z-index:2!important;
 width:100%!important;max-width:var(--kep-width)!important;
 max-height:calc(100vh - 36px)!important;overflow-y:auto!important;
 padding:27px var(--kep-side) 23px!important;
 margin:0!important;box-sizing:border-box!important;
 background:var(--kep-white)!important;color:var(--kep-text)!important;
 border:1px solid rgba(20,30,40,.05)!important;
 border-radius:var(--kep-radius)!important;
 box-shadow:0 28px 80px rgba(20,25,30,.20)!important;
 animation:kep-popup-in .25s ease both!important;
}
@keyframes kep-popup-in{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}

.kalla-estimate-popup .kalla-popup-close{
 all:unset!important;position:absolute!important;top:16px!important;right:16px!important;
 width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;
 display:flex!important;align-items:center!important;justify-content:center!important;
 box-sizing:border-box!important;margin:0!important;padding:0!important;
 border:1px solid #EEF0F2!important;border-radius:50%!important;
 background:#FFFFFF!important;background-image:none!important;color:#68747E!important;
 font-family:inherit!important;font-size:21px!important;font-weight:500!important;
 line-height:1!important;text-align:center!important;cursor:pointer!important;
 box-shadow:0 2px 8px rgba(20,25,30,.05)!important;outline:0!important;
 -webkit-appearance:none!important;appearance:none!important;
}
.kalla-estimate-popup .kalla-popup-close:hover,
.kalla-estimate-popup .kalla-popup-close:focus,
.kalla-estimate-popup .kalla-popup-close:active{
 background:#FFF2F8!important;background-image:none!important;color:#111!important;
 border-color:#F0B4D2!important;box-shadow:0 2px 10px rgba(240,0,131,.08)!important;
 transform:none!important;
}
.kalla-estimate-popup .kalla-popup-progress{
 position:relative!important;display:flex!important;justify-content:space-between!important;
 margin:0 0 31px!important;padding:0!important;
}
.kalla-estimate-popup .kalla-progress-item{
 position:relative!important;z-index:3!important;width:25%!important;
 margin:0!important;padding:0!important;text-align:center!important;
 color:var(--kep-muted)!important;
}
.kalla-estimate-popup .kalla-progress-item span{
 width:42px!important;height:42px!important;display:flex!important;
 align-items:center!important;justify-content:center!important;
 margin:0 auto 8px!important;padding:0!important;
 border:0!important;border-radius:50%!important;
 background:var(--kep-track)!important;color:#7B8792!important;
 font-family:inherit!important;font-size:13px!important;font-weight:700!important;
 line-height:1!important;box-shadow:none!important;
 transition:all .22s ease!important;
}
.kalla-estimate-popup .kalla-progress-item small{
 display:block!important;margin:0!important;padding:0!important;
 color:var(--kep-muted)!important;font-family:inherit!important;
 font-size:11px!important;font-weight:500!important;line-height:1.2!important;
 white-space:nowrap!important;
}
.kalla-estimate-popup .kalla-progress-item.active span{
 background:var(--kep-accent)!important;color:#fff!important;
 box-shadow:0 7px 18px rgba(240,0,131,.20)!important;
}
.kalla-estimate-popup .kalla-progress-item.active small{color:#454F58!important}
.kalla-estimate-popup .kalla-progress-item.completed span{
 background:var(--kep-tint-strong)!important;color:var(--kep-accent)!important;
}
.kalla-estimate-popup .kalla-progress-track{
 position:absolute!important;left:11%!important;right:11%!important;top:19px!important;
 height:4px!important;margin:0!important;padding:0!important;
 background:var(--kep-track)!important;border:0!important;border-radius:10px!important;
 overflow:hidden!important;z-index:1!important;
}
.kalla-estimate-popup .kalla-progress-bar{
 width:0;height:100%;margin:0;padding:0;
 background:var(--kep-accent)!important;border-radius:10px!important;
 transition:width .3s ease!important;
}

.kalla-estimate-popup .kalla-popup-step{display:none!important;margin:0!important;padding:0!important}
.kalla-estimate-popup .kalla-popup-step.active{display:block!important}
.kalla-estimate-popup .kalla-popup-heading{
 margin:0 0 17px!important;padding:0!important;
}
.kalla-estimate-popup .kalla-popup-heading>span{
 display:block!important;margin:0 0 9px!important;padding:0!important;
 color:var(--kep-accent)!important;font-family:inherit!important;
 font-size:10px!important;font-weight:800!important;letter-spacing:2.6px!important;
 line-height:1.2!important;
}
.kalla-estimate-popup .kalla-popup-heading h2{
 display:block!important;margin:0 0 8px!important;padding:0!important;
 color:var(--kep-text)!important;background:transparent!important;
 font-family:inherit!important;font-size:29px!important;font-weight:650!important;
 line-height:1.2!important;letter-spacing:-.45px!important;text-transform:none!important;
}
.kalla-estimate-popup .kalla-popup-heading p{
 display:block!important;margin:0!important;padding:0!important;
 color:var(--kep-muted)!important;background:transparent!important;
 font-family:inherit!important;font-size:14px!important;font-weight:400!important;
 line-height:1.55!important;
}

.kalla-estimate-popup .kalla-choice-grid{
 display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
 gap:14px!important;margin:0!important;padding:0!important;
}
.kalla-estimate-popup .kalla-choice{
 width:100%!important;min-height:78px!important;
 display:flex!important;align-items:center!important;gap:15px!important;
 margin:0!important;padding:17px!important;box-sizing:border-box!important;
 border:1px solid var(--kep-border)!important;border-radius:14px!important;
 background:#fff!important;color:var(--kep-text)!important;
 font-family:inherit!important;text-align:left!important;text-transform:none!important;
 cursor:pointer!important;box-shadow:none!important;outline:none!important;
 transition:all .2s ease!important;
}
.kalla-estimate-popup .kalla-choice:hover{
 background:var(--kep-tint)!important;color:#111!important;
 border-color:#F2B5D3!important;transform:translateY(-1px)!important;
}
.kalla-estimate-popup .kalla-choice.selected{
 background:var(--kep-tint-strong)!important;color:#111!important;
 border-color:var(--kep-accent)!important;
 box-shadow:0 0 0 2px rgba(240,0,131,.06)!important;
}
.kalla-estimate-popup .kalla-choice-icon{
 width:44px!important;height:44px!important;flex:0 0 44px!important;
 display:flex!important;align-items:center!important;justify-content:center!important;
 margin:0!important;padding:0!important;border-radius:12px!important;
 background:var(--kep-tint)!important;color:var(--kep-accent)!important;
 font-family:inherit!important;font-size:20px!important;line-height:1!important;
}
.kalla-estimate-popup .kalla-choice.selected .kalla-choice-icon{
 background:#fff!important;color:var(--kep-accent)!important;
}
.kalla-estimate-popup .kalla-choice strong{
 display:block!important;margin:0 0 4px!important;padding:0!important;
 color:inherit!important;background:transparent!important;
 font-family:inherit!important;font-size:15px!important;font-weight:700!important;
 line-height:1.2!important;text-transform:none!important;
}
.kalla-estimate-popup .kalla-choice small{
 display:block!important;margin:0!important;padding:0!important;
 color:var(--kep-muted)!important;background:transparent!important;
 font-family:inherit!important;font-size:12px!important;font-weight:500!important;
 line-height:1.3!important;text-transform:none!important;
}
.kalla-estimate-popup .kalla-choice.selected small{color:#59636C!important}

.kalla-estimate-popup .kalla-project-type{display:none!important;margin:0!important;padding:0!important}
.kalla-estimate-popup .kalla-project-type.visible{display:block!important}
.kalla-estimate-popup .kalla-property-grid{
 display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
 gap:11px!important;margin:0!important;padding:0!important;
}
.kalla-estimate-popup .kalla-property-choice{
 width:100%!important;min-height:64px!important;
 display:block!important;margin:0!important;padding:14px!important;box-sizing:border-box!important;
 border:1px solid var(--kep-border)!important;border-radius:11px!important;
 background:#fff!important;color:var(--kep-text)!important;
 font-family:inherit!important;text-align:left!important;text-transform:none!important;
 cursor:pointer!important;box-shadow:none!important;outline:none!important;
 transition:all .2s ease!important;
}
.kalla-estimate-popup .kalla-property-choice:hover{
 background:var(--kep-tint)!important;color:#111!important;border-color:#F2B5D3!important;
}
.kalla-estimate-popup .kalla-property-choice.selected{
 background:var(--kep-tint-strong)!important;color:#111!important;
 border-color:var(--kep-accent)!important;box-shadow:0 0 0 2px rgba(240,0,131,.06)!important;
}
.kalla-estimate-popup .kalla-property-choice strong{
 display:block!important;margin:0 0 4px!important;padding:0!important;
 color:inherit!important;font-family:inherit!important;font-size:13px!important;font-weight:700!important;
}
.kalla-estimate-popup .kalla-property-choice small{
 display:block!important;margin:0!important;padding:0!important;
 color:var(--kep-muted)!important;font-family:inherit!important;font-size:11px!important;
}

.kalla-estimate-popup .kalla-room-list{
 display:flex!important;flex-direction:column!important;gap:8px!important;margin:0!important;padding:0!important;
}
.kalla-estimate-popup .kalla-room{
 min-height:49px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
 margin:0!important;padding:5px 10px 5px 16px!important;box-sizing:border-box!important;
 border:1px solid var(--kep-border)!important;border-radius:11px!important;
 background:#fff!important;color:var(--kep-text)!important;
}
.kalla-estimate-popup .kalla-room>span{
 margin:0!important;padding:0!important;color:var(--kep-text)!important;
 font-family:inherit!important;font-size:14px!important;font-weight:500!important;
}
.kalla-estimate-popup .kalla-counter{
 display:flex!important;align-items:center!important;gap:5px!important;margin:0!important;padding:0!important;
}.kalla-estimate-popup .kalla-commercial-grid,
.kalla-estimate-popup .kalla-contact-grid{
 display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
 gap:13px!important;margin:0!important;padding:0!important;
}
.kalla-estimate-popup .kalla-form-field{
 margin:0 0 13px!important;padding:0!important;
}
.kalla-estimate-popup .kalla-form-field.full{grid-column:1/-1!important}
.kalla-estimate-popup .kalla-form-field label{
 display:block!important;margin:0 0 6px!important;padding:0!important;
 color:#59636C!important;font-family:inherit!important;font-size:11px!important;font-weight:600!important;
 line-height:1.3!important;text-transform:none!important;
}
.kalla-estimate-popup .kalla-form-field input,
.kalla-estimate-popup .kalla-form-field select,
.kalla-estimate-popup .kalla-form-field textarea{
 width:100%!important;min-height:50px!important;box-sizing:border-box!important;
 margin:0!important;padding:13px!important;border:1px solid var(--kep-border)!important;
 border-radius:10px!important;background:#fff!important;color:var(--kep-text)!important;
 font-family:inherit!important;font-size:13px!important;font-weight:400!important;
 line-height:1.35!important;text-transform:none!important;outline:none!important;
 box-shadow:none!important;
}
.kalla-estimate-popup .kalla-form-field input::placeholder,
.kalla-estimate-popup .kalla-form-field textarea::placeholder{
 color:#9AA3AB!important;opacity:1!important;
}
.kalla-estimate-popup .kalla-form-field input:focus,
.kalla-estimate-popup .kalla-form-field select:focus,
.kalla-estimate-popup .kalla-form-field textarea:focus{
 border-color:#F0A6C9!important;box-shadow:0 0 0 3px rgba(240,0,131,.06)!important;
}
.kalla-estimate-popup .kalla-form-field textarea{height:80px!important;resize:vertical!important}
.kalla-estimate-popup .kalla-check-grid{
 display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
 gap:8px!important;margin:0!important;padding:0!important;
}
.kalla-estimate-popup .kalla-check-grid{
 display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
 gap:10px!important;margin:0!important;padding:0!important;
}
.kalla-estimate-popup .kalla-check-grid label{
 position:relative!important;min-height:50px!important;
 display:flex!important;align-items:center!important;gap:11px!important;
 margin:0!important;padding:11px 13px!important;box-sizing:border-box!important;
 border:1px solid var(--kep-border)!important;border-radius:11px!important;
 background:#fff!important;color:#3F4A54!important;
 font-family:inherit!important;font-size:12px!important;font-weight:600!important;
 line-height:1.25!important;cursor:pointer!important;
}
.kalla-estimate-popup .kalla-check-grid label:hover,
.kalla-estimate-popup .kalla-check-grid label:focus-within{
 background:#FFF2F8!important;color:#111!important;border-color:#F2B5D3!important;
}
.kalla-estimate-popup .kalla-check-grid label:has(input:checked){
 background:#FFE4F1!important;color:#111!important;border-color:#F00083!important;
}
.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]{
 all:unset!important;position:relative!important;
 width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;
 flex:0 0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
 margin:0!important;padding:0!important;box-sizing:border-box!important;
 border:1.5px solid #D7DDE2!important;border-radius:5px!important;
 background:#fff!important;background-image:none!important;color:#fff!important;
 cursor:pointer!important;outline:0!important;box-shadow:none!important;
 -webkit-appearance:none!important;appearance:none!important;
}
.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]::before{
 content:""!important;width:8px!important;height:4px!important;display:block!important;
 border-left:2px solid #fff!important;border-bottom:2px solid #fff!important;
 background:transparent!important;transform:rotate(-45deg) scale(0)!important;opacity:0!important;
}
.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:checked{
 background:#F00083!important;background-color:#F00083!important;border-color:#F00083!important;
}
.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:checked::before{
 transform:rotate(-45deg) scale(1)!important;opacity:1!important;
}
.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:focus-visible{
 box-shadow:0 0 0 3px rgba(240,0,131,.10)!important;
}
.kalla-estimate-popup .kalla-summary{
 display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
 gap:8px!important;margin:2px 0 0!important;padding:13px!important;box-sizing:border-box!important;
 border:1px solid #EEF0F2!important;border-radius:10px!important;background:var(--kep-soft)!important;
}
.kalla-estimate-popup .kalla-summary>div{margin:0!important;padding:0!important}
.kalla-estimate-popup .kalla-summary small{
 display:block!important;margin:0 0 4px!important;padding:0!important;
 color:#929BA3!important;font-family:inherit!important;font-size:8px!important;font-weight:700!important;
 letter-spacing:1px!important;line-height:1.2!important;
}
.kalla-estimate-popup .kalla-summary strong{
 display:block!important;margin:0!important;padding:0!important;
 color:#35414B!important;font-family:inherit!important;font-size:11px!important;font-weight:600!important;
 line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
}

.kalla-estimate-popup .kalla-popup-actions{
 display:flex!important;align-items:center!important;justify-content:space-between!important;
 gap:12px!important;margin:17px 0 0!important;padding:0!important;
}
.kalla-estimate-popup .kalla-back,
.kalla-estimate-popup .kalla-next,
.kalla-estimate-popup .kalla-submit{
 min-height:44px!important;height:44px!important;
 display:inline-flex!important;align-items:center!important;justify-content:center!important;
 margin:0!important;padding:0 25px!important;box-sizing:border-box!important;
 border-radius:25px!important;font-family:inherit!important;font-size:13px!important;
 font-weight:700!important;line-height:1!important;text-align:center!important;
 text-decoration:none!important;text-transform:none!important;letter-spacing:0!important;
 cursor:pointer!important;outline:none!important;box-shadow:none!important;
 transition:all .2s ease!important;
}
.kalla-estimate-popup .kalla-back{
 background:#F3F4F6!important;color:#4F5B65!important;border:1px solid #E7EAED!important;
}
.kalla-estimate-popup .kalla-back:hover{
 background:var(--kep-tint)!important;color:#111!important;border-color:#F0B4D2!important;
}
.kalla-estimate-popup .kalla-next,
.kalla-estimate-popup .kalla-submit{
 margin-left:auto!important;min-width:160px!important;
 background:var(--kep-accent)!important;color:#fff!important;border:1px solid var(--kep-accent)!important;
}
.kalla-estimate-popup .kalla-next:hover,
.kalla-estimate-popup .kalla-submit:hover{
 background:var(--kep-accent-dark)!important;color:#fff!important;border-color:var(--kep-accent-dark)!important;
 transform:translateY(-1px)!important;
}
.kalla-estimate-popup .kalla-next:disabled,
.kalla-estimate-popup .kalla-submit:disabled{
 opacity:.52!important;cursor:not-allowed!important;transform:none!important;
}

.kalla-estimate-popup .kalla-field-error{
 border-color:#E26B88!important;box-shadow:0 0 0 3px rgba(226,107,136,.07)!important;
}
.kalla-estimate-popup .kalla-form-message{
 min-height:18px!important;margin:8px 0 0!important;padding:0!important;
 color:#C54863!important;font-family:inherit!important;font-size:11px!important;line-height:1.4!important;
}
.kalla-estimate-popup .kalla-success{
 display:none!important;margin:0!important;padding:26px 8px 18px!important;text-align:center!important;
}
.kalla-estimate-popup .kalla-success.visible{display:block!important}
.kalla-estimate-popup .kalla-success-check{
 width:60px!important;height:60px!important;display:flex!important;align-items:center!important;justify-content:center!important;
 margin:0 auto 16px!important;padding:0!important;border-radius:50%!important;
 background:var(--kep-tint-strong)!important;color:var(--kep-accent)!important;
 font-family:inherit!important;font-size:27px!important;font-weight:700!important;
}
.kalla-estimate-popup .kalla-success>span{
 display:block!important;margin:0 0 8px!important;padding:0!important;
 color:var(--kep-accent)!important;font-family:inherit!important;font-size:9px!important;
 font-weight:800!important;letter-spacing:2.5px!important;
}
.kalla-estimate-popup .kalla-success h2{
 margin:0 0 9px!important;padding:0!important;color:var(--kep-text)!important;
 font-family:inherit!important;font-size:26px!important;font-weight:650!important;
 line-height:1.25!important;text-transform:none!important;
}
.kalla-estimate-popup .kalla-success p{
 max-width:460px!important;margin:0 auto 20px!important;padding:0!important;
 color:var(--kep-muted)!important;font-family:inherit!important;font-size:13px!important;
 line-height:1.7!important;
}
.kalla-estimate-popup .kalla-success-call{
 display:inline-flex!important;align-items:center!important;justify-content:center!important;
 min-height:44px!important;padding:0 21px!important;margin:0!important;border-radius:23px!important;
 background:var(--kep-tint)!important;color:var(--kep-accent)!important;
 font-family:inherit!important;font-size:13px!important;font-weight:700!important;
 text-decoration:none!important;
}
.kalla-estimate-popup .kalla-success-call:hover{
 background:var(--kep-tint-strong)!important;color:#111!important;
}

@media(max-width:650px){
 .kalla-estimate-popup{padding:10px!important}
 .kalla-estimate-popup .kalla-popup-box{
  max-height:calc(100vh - 14px)!important;padding:23px 16px 17px!important;border-radius:18px!important
 }
 .kalla-estimate-popup .kalla-popup-progress{margin-bottom:27px!important}
 .kalla-estimate-popup .kalla-progress-item span{width:34px!important;height:34px!important;font-size:11px!important}
 .kalla-estimate-popup .kalla-progress-item small{font-size:8px!important}
 .kalla-estimate-popup .kalla-progress-track{top:15px!important;height:3px!important}
 .kalla-estimate-popup .kalla-popup-heading h2{font-size:23px!important}
 .kalla-estimate-popup .kalla-popup-heading p{font-size:12.5px!important}
 .kalla-estimate-popup .kalla-choice-grid,
 .kalla-estimate-popup .kalla-property-grid,
 .kalla-estimate-popup .kalla-commercial-grid,
 .kalla-estimate-popup .kalla-contact-grid{grid-template-columns:1fr!important}
 .kalla-estimate-popup .kalla-form-field.full{grid-column:auto!important}
 .kalla-estimate-popup .kalla-check-grid{grid-template-columns:1fr!important}
 .kalla-estimate-popup .kalla-summary{grid-template-columns:1fr!important}
 .kalla-estimate-popup .kalla-summary>div{display:flex!important;justify-content:space-between!important;gap:10px!important}
 .kalla-estimate-popup .kalla-summary small{margin:0!important}
 .kalla-estimate-popup .kalla-summary strong{max-width:65%!important}
 .kalla-estimate-popup .kalla-popup-actions{margin-top:15px!important}
 .kalla-estimate-popup .kalla-back,
 .kalla-estimate-popup .kalla-next,
 .kalla-estimate-popup .kalla-submit{min-height:45px!important;height:45px!important;padding:0 18px!important}
 .kalla-estimate-popup .kalla-next,
 .kalla-estimate-popup .kalla-submit{min-width:140px!important}
}/* KALLA FINAL ASTRA ISOLATION */
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"],
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:hover,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:focus,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:active{
 all:unset!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;
 flex:0 0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
 box-sizing:border-box!important;margin:0!important;padding:0!important;
 border:1.5px solid #D7DDE2!important;border-radius:5px!important;
 background:#FFFFFF!important;background-image:none!important;color:#FFFFFF!important;
 box-shadow:none!important;outline:0!important;cursor:pointer!important;
 -webkit-appearance:none!important;appearance:none!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:checked{
 background:#F00083!important;background-color:#F00083!important;
 border-color:#F00083!important;box-shadow:none!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]::before{
 content:""!important;width:8px!important;height:4px!important;display:block!important;
 border-left:2px solid #FFFFFF!important;border-bottom:2px solid #FFFFFF!important;
 background:transparent!important;transform:rotate(-45deg) scale(1)!important;opacity:1!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:not(:checked)::before{
 transform:rotate(-45deg) scale(0)!important;opacity:0!important;
}

/* =========================================================
   KALLA FINAL CASCADE LOCK
   Printed at the very end of wp_footer so Astra/Elementor
   rules cannot restyle these controls.
   ========================================================= */

html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:hover,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:focus,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:focus-visible,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:active{
    all:unset!important;
    position:absolute!important;
    top:16px!important;right:16px!important;
    width:38px!important;height:38px!important;
    min-width:38px!important;min-height:38px!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    box-sizing:border-box!important;
    margin:0!important;padding:0!important;
    border:1px solid #E9ECF0!important;
    border-radius:50%!important;
    background:#FFFFFF!important;background-color:#FFFFFF!important;
    background-image:none!important;
    color:#66727C!important;
    font-family:inherit!important;font-size:22px!important;font-weight:500!important;
    line-height:1!important;text-align:center!important;text-decoration:none!important;
    text-transform:none!important;letter-spacing:normal!important;
    box-shadow:0 2px 8px rgba(20,25,30,.05)!important;
    outline:0!important;cursor:pointer!important;
    -webkit-appearance:none!important;appearance:none!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:hover,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:focus,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:focus-visible{
    background:#FFF2F8!important;background-color:#FFF2F8!important;
    color:#111111!important;border-color:#F0B4D2!important;
    box-shadow:0 2px 10px rgba(240,0,131,.08)!important;
}html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"],
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:hover,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:focus,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:focus-visible,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:active{
    all:unset!important;
    position:relative!important;
    width:18px!important;height:18px!important;
    min-width:18px!important;min-height:18px!important;
    max-width:18px!important;max-height:18px!important;
    flex:0 0 18px!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    box-sizing:border-box!important;
    margin:0!important;padding:0!important;
    border:1.5px solid #D8DEE4!important;
    border-radius:5px!important;
    background:#FFFFFF!important;background-color:#FFFFFF!important;background-image:none!important;
    color:#FFFFFF!important;
    box-shadow:none!important;outline:0!important;cursor:pointer!important;
    -webkit-appearance:none!important;appearance:none!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:checked{
    background:#F00083!important;background-color:#F00083!important;
    border-color:#F00083!important;color:#FFFFFF!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]::before{
    content:""!important;
    width:8px!important;height:4px!important;
    display:block!important;
    margin:0!important;padding:0!important;
    border-left:2px solid #FFFFFF!important;border-bottom:2px solid #FFFFFF!important;
    background:transparent!important;background-image:none!important;
    transform:rotate(-45deg) scale(0)!important;opacity:0!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid input[type="checkbox"]:checked::before{
    transform:rotate(-45deg) scale(1)!important;opacity:1!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid label{
    display:flex!important;align-items:center!important;
    min-height:52px!important;box-sizing:border-box!important;
    margin:0!important;padding:11px 13px!important;
    border:1px solid #E6E9ED!important;border-radius:11px!important;
    background:#FFFFFF!important;background-color:#FFFFFF!important;
    color:#3F4A54!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid label:hover,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid label:focus-within{
    background:#FFF2F8!important;background-color:#FFF2F8!important;
    color:#111111!important;border-color:#F2B5D3!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid label:has(input[type="checkbox"]:checked){
    background:#FFE4F1!important;background-color:#FFE4F1!important;
    color:#111111!important;border-color:#F00083!important;
}
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-check-grid label > span{
    color:inherit!important;font-family:inherit!important;
}

/* ============================================================
   KALLA v1.1.9 — FINAL ROOM COUNTER LAYOUT LOCK
   ============================================================ */

html body #kallaEstimatePopup.kalla-estimate-popup .kalla-room .kalla-counter{
    width:126px!important;
    min-width:126px!important;
    height:38px!important;
    min-height:38px!important;
    display:grid!important;
    grid-template-columns:32px 30px 32px!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
}/* ============================================================
   KALLA v1.1.9 — FINAL CLOSE CONTROL LOCK
   ============================================================ */

html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:hover,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:focus,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:focus-visible,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:active{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:absolute!important;
    top:16px!important;
    right:16px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    border:1px solid #ECEFF2!important;
    border-radius:50%!important;
    background:#FFFFFF!important;
    background-color:#FFFFFF!important;
    background-image:none!important;
    color:#68747E!important;
    font-family:Arial,sans-serif!important;
    font-size:23px!important;
    font-weight:500!important;
    line-height:38px!important;
    text-align:center!important;
    text-decoration:none!important;
    text-transform:none!important;
    box-shadow:0 2px 8px rgba(20,25,30,.05)!important;
    outline:0!important;
    cursor:pointer!important;
    opacity:1!important;
    transform:none!important;
    -webkit-appearance:none!important;
    appearance:none!important;
}

html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:hover,
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-popup-close:focus-visible{
    background:#FFF2F8!important;
    background-color:#FFF2F8!important;
    color:#111111!important;
    border-color:#F0B4D2!important;
    box-shadow:0 2px 10px rgba(240,0,131,.08)!important;
}

@media(max-width:650px){
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-room .kalla-counter{
    width:112px!important;
    min-width:112px!important;
    grid-template-columns:28px 28px 28px!important;
    gap:14px!important;
}}@media(max-width:650px){}

/* KALLA v1.2.1 — ROOM COUNT CANONICAL RULE */
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-room .kalla-counter > b{
 width:30px!important;min-width:30px!important;max-width:30px!important;
 height:38px!important;min-height:38px!important;max-height:38px!important;
 display:flex!important;align-items:center!important;justify-content:center!important;
 flex:0 0 30px!important;margin:0!important;padding:0!important;box-sizing:border-box!important;
 color:#202B36!important;font-family:inherit!important;font-size:15px!important;font-weight:600!important;
 line-height:1!important;text-align:center!important;vertical-align:middle!important;
 position:static!important;top:auto!important;transform:none!important;
}
@media(max-width:650px){html body #kallaEstimatePopup.kalla-estimate-popup .kalla-room .kalla-counter > b{width:28px!important;min-width:28px!important;max-width:28px!important;flex-basis:28px!important;}}

/* KALLA v1.2.2 — dedicated counter value, never targeted by theme <b> rules */
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-room .kalla-counter > .kalla-counter-value{
 width:30px!important;min-width:30px!important;max-width:30px!important;
 height:38px!important;min-height:38px!important;max-height:38px!important;
 display:inline-flex!important;align-items:center!important;justify-content:center!important;
 flex:0 0 30px!important;margin:0!important;padding:0!important;box-sizing:border-box!important;
 color:#202B36!important;font-family:inherit!important;font-size:15px!important;font-weight:600!important;
 line-height:1!important;text-align:center!important;vertical-align:middle!important;
 position:static!important;transform:none!important;
}
@media(max-width:650px){
html body #kallaEstimatePopup.kalla-estimate-popup .kalla-room .kalla-counter > .kalla-counter-value{
 width:28px!important;min-width:28px!important;max-width:28px!important;flex-basis:28px!important;
}}
