:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:992px){.header-menu{display:block!important}.mobile-menu-toggle{display:none!important}}.ltn__main-menu .sub-menu li.active>a,.ltn__main-menu>ul>li.active>a,.ltn__utilize-menu .sub-menu li.active>a,.ltn__utilize-menu>ul>li.active>a{color:var(--ltn__secondary-color)!important}.ltn__utilize-menu>ul>li.active>.sub-menu{display:block}.ltn__main-menu>ul>li.special-link.active>a,.ltn__main-menu>ul>li.special-link>a{color:#fff!important}.ltn__main-menu>ul>li.special-link>a:hover{color:var(--ltn__primary-color)!important}.qtech-header-logo{max-height:60px;max-width:240px;object-fit:contain;width:auto}.qtech-header-logo-window{display:inline-block;height:60px;max-height:60px;max-width:240px;overflow:hidden;position:relative;vertical-align:middle;width:240px}.qtech-header-logo-dark-window{height:92px;max-height:92px;max-width:260px;width:260px}.qtech-header-logo-home-final{height:240px;transform:translateY(-79px);width:240px}.qtech-header-logo-dark,.qtech-header-logo-home-final{display:block;max-height:none;max-width:none;object-fit:contain}.qtech-header-logo-dark{height:390px;transform:translate(-118px,-130px);width:390px}.qtech-footer-logo-window{margin-bottom:18px}@media (max-width:575px){.qtech-header-logo-window{height:50px;max-height:50px;max-width:200px;width:200px}.qtech-header-logo-dark-window{height:78px;max-height:78px;max-width:220px;width:220px}.qtech-header-logo-home-final{height:200px;transform:translateY(-66px);width:200px}.qtech-header-logo-dark{height:330px;max-height:none;max-width:none;transform:translate(-100px,-110px);width:330px}}.ltn__header-area:not(.ltn__header-transparent) .ltn__header-middle-area.sticky-active .qtech-header-logo-on-light-bar,.ltn__header-area:not(.ltn__header-transparent) .qtech-header-logo-on-dark-bar{display:none}.ltn__header-area:not(.ltn__header-transparent) .ltn__header-middle-area.sticky-active .qtech-header-logo-on-dark-bar{display:block}.qtech-header-logo-text{display:inline-block;font-family:Poppins,Montserrat,Segoe UI,sans-serif;font-size:34px;font-weight:800;letter-spacing:2px;line-height:1;text-transform:uppercase}.qtech-header-logo-text.logo-light{color:#fff}.qtech-header-logo-text.logo-dark{color:#1a1a1a}.qtech-logo-bg{isolation:isolate;position:relative}.qtech-logo-bg:before{background:linear-gradient(135deg,#234b5c8c,#234b5c73);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.qtech-home-hero.qtech-logo-bg:before{display:none}.qtech-logo-bg .ltn__slide-item,.qtech-logo-bg .ltn__slide-item-inner,.qtech-logo-bg .ltn__slide-one-active{position:relative;z-index:2}.qtech-home-hero .qtech-home-hero-slide{background-image:var(--qtech-hero-desktop-bg)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;isolation:isolate;position:relative}.qtech-home-hero .qtech-home-hero-slide .ltn__slide-item-inner{align-items:center;display:flex;height:100%}.qtech-home-hero .qtech-home-hero-slide .slide-item-info{width:100%}.qtech-home-hero .qtech-hero-slider:not(.slick-initialized){overflow:hidden}.qtech-home-hero .qtech-hero-slider:not(.slick-initialized)>.qtech-home-hero-slide{display:none}.qtech-home-hero .qtech-hero-slider:not(.slick-initialized)>.qtech-home-hero-slide:first-child{display:block}.qtech-home-hero .qtech-hero-slider:not(.slick-initialized)>.qtech-home-hero-slide:first-child .ltn__slide-animation>*{animation:none;opacity:1;visibility:visible}.qtech-home-hero .qtech-home-hero-slide.bg-overlay-theme-black-60:before{background:linear-gradient(0deg,#071c1f94,#07565966)!important;z-index:0}.qtech-home-hero .qtech-home-hero-slide .col-lg-12,.qtech-home-hero .qtech-home-hero-slide .container,.qtech-home-hero .qtech-home-hero-slide .ltn__slide-item-inner,.qtech-home-hero .qtech-home-hero-slide .row,.qtech-home-hero .qtech-home-hero-slide .slide-item-info,.qtech-home-hero .qtech-home-hero-slide .slide-item-info-inner{position:relative;z-index:2}@media (min-width:992px) and (max-width:1599px) and (max-height:820px){.qtech-home-hero .qtech-home-hero-slide{height:640px!important;min-height:640px;padding-bottom:62px!important;padding-top:118px!important}}@media (min-width:768px) and (max-width:1599px){.qtech-home-hero,.qtech-home-hero .qtech-hero-slider,.qtech-home-hero .qtech-home-hero-slide,.qtech-home-hero .slick-list,.qtech-home-hero .slick-slide,.qtech-home-hero .slick-slide>div,.qtech-home-hero .slick-track{height:clamp(620px,58vw,760px);min-height:clamp(620px,58vw,760px)}.qtech-home-hero .qtech-home-hero-slide.ltn__slide-item-2{height:clamp(620px,58vw,760px)!important;padding-bottom:88px!important;padding-top:clamp(92px,9vw,145px)!important}.qtech-home-hero .slick-slide-dots-1 .slick-dots{bottom:46px}}@media (max-width:767px){.qtech-home-hero .qtech-home-hero-slide{background-image:var(--qtech-hero-desktop-bg)!important;background-image:var(--qtech-hero-mobile-bg,var(--qtech-hero-desktop-bg))!important}.qtech-home-hero,.qtech-home-hero .qtech-hero-slider,.qtech-home-hero .qtech-home-hero-slide,.qtech-home-hero .slick-list,.qtech-home-hero .slick-slide,.qtech-home-hero .slick-slide>div,.qtech-home-hero .slick-track{height:clamp(620px,92svh,760px);min-height:clamp(620px,92svh,760px)}.qtech-home-hero .qtech-home-hero-slide.ltn__slide-item-2{height:clamp(620px,92svh,760px)!important;padding-bottom:82px!important;padding-top:84px!important}.qtech-home-hero .qtech-home-hero-slide .ltn__slide-item-inner{height:100%}.qtech-home-hero .qtech-home-hero-slide .slide-item-info-inner{margin-bottom:0}.qtech-home-hero .slick-slide-dots-1 .slick-dots{bottom:30px}}@media (max-width:380px){.qtech-home-hero .qtech-home-hero-slide.ltn__slide-item-2{height:clamp(590px,92svh,720px)!important;min-height:590px;padding-bottom:74px!important;padding-top:74px!important}}.qtech-blog-card-image{height:260px}.qtech-blog-card-image,.qtech-blog-detail-image{display:block!important;object-fit:cover;width:100%}.qtech-blog-detail-image{height:420px}@media (max-width:767px){.qtech-blog-card-image{height:220px}.qtech-blog-detail-image{height:260px}}.ltn__car-dealer-form-box.qtech-car-filter-row{grid-gap:16px;align-items:stretch;display:grid;gap:16px;grid-template-columns:repeat(5,minmax(0,1fr))}.ltn__car-dealer-form-box.qtech-car-filter-row>.ltn__car-dealer-form-item{display:flex;flex-direction:column;margin-bottom:0;min-width:0}.ltn__car-dealer-form-box.qtech-car-filter-row .nice-select{float:none}.ltn__car-dealer-form-box.qtech-car-filter-row select.qtech-native-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#9c9c9c 0),linear-gradient(135deg,#9c9c9c 50%,#0000 0);background-position:calc(100% - 20px) 52%,calc(100% - 14px) 52%;background-repeat:no-repeat;background-size:6px 6px,6px 6px;border:1px solid #e8e8e8;border-radius:0;color:var(--ltn__heading-color);font-family:var(--ltn__heading-font);font-size:16px;font-weight:500;height:60px;line-height:58px;margin-bottom:0;padding:0 40px 0 20px;width:100%}.ltn__car-dealer-form-box.qtech-car-filter-row select.qtech-native-select:focus{border-color:var(--ltn__secondary-color);box-shadow:none;outline:none}.ltn__car-dealer-form-box.qtech-car-filter-row .btn-wrapper{align-items:stretch;display:flex;flex:1 1;margin-top:0!important}.ltn__car-dealer-form-box.qtech-car-filter-row .btn-wrapper .btn{align-items:center;box-sizing:border-box;display:inline-flex;height:60px;justify-content:center;line-height:1.2;margin-right:0;min-height:60px;padding:0 20px;width:100%}@media (max-width:1199px){.ltn__car-dealer-form-box.qtech-car-filter-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.ltn__car-dealer-form-box.qtech-car-filter-row{grid-template-columns:1fr}}.ltn__car-dealer-form-box.qtech-car-filter-row.qtech-property-filters-vertical{display:flex;flex-direction:column;gap:12px}@media (min-width:992px){.ltn__breadcrumb-area.qtech-breadcrumb-has-filters .ltn__breadcrumb-inner{max-width:calc(100% - 260px);padding-right:0}.qtech-page-filters-floated{max-width:36%;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:240px;z-index:2}}@media (max-width:991px){.qtech-page-filters-floated{margin-top:1rem;max-width:320px;position:static;transform:none;width:100%}.ltn__breadcrumb-area.qtech-breadcrumb-has-filters .ltn__breadcrumb-inner{padding-right:0}}.ltn__breadcrumb-area.qtech-gallery-page-title{background-color:#eef2f3;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;min-height:clamp(300px,38vw,560px)}.ltn__breadcrumb-area.qtech-gallery-page-title:before{display:none!important}.qtech-gallery-page-title .ltn__breadcrumb-inner{display:none}.qtech-gallery-grid{grid-gap:30px!important;align-items:stretch!important;display:grid!important;gap:30px!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important}.qtech-gallery-grid .qtech-gallery-card{height:500px!important;left:auto!important;margin-bottom:0!important;max-width:100%!important;position:relative!important;top:auto!important;transform:none!important;width:100%!important}.qtech-gallery-grid .ltn__gallery-item-inner{background:#fff;border:1px solid #e5e9ec;display:flex;flex-direction:column;height:100%;overflow:hidden}.qtech-gallery-grid .ltn__gallery-item-img{background:#eef2f3!important;flex:0 0 260px;height:260px!important;overflow:hidden!important;width:100%!important}.qtech-gallery-grid .ltn__gallery-item-img a{display:block;height:100%;width:100%}.qtech-gallery-grid .ltn__gallery-item-img .qtech-gallery-card-image{background:#eef2f3;display:block;height:100%!important;max-width:none;object-fit:cover!important;object-position:center center;width:100%!important}.qtech-gallery-grid .ltn__gallery-item-info{flex:1 1 auto;height:240px;min-height:0;overflow-y:auto;padding:24px 30px;scrollbar-width:thin}.qtech-gallery-grid .ltn__gallery-item-info h4{margin-bottom:10px}.qtech-gallery-grid .ltn__gallery-item-info p{margin-bottom:0}.qtech-gallery-grid .ltn__gallery-item-info::-webkit-scrollbar{width:6px}.qtech-gallery-grid .ltn__gallery-item-info::-webkit-scrollbar-thumb{background:#bba55ca6;border-radius:999px}@media (max-width:767px){.ltn__breadcrumb-area.qtech-gallery-page-title{background-position:50%!important;min-height:260px}.qtech-gallery-grid .qtech-gallery-card{height:470px!important}.qtech-gallery-grid .ltn__gallery-item-img{flex-basis:230px;height:230px!important}}.qtech-property-filters-vertical{background:#fff;border:1px solid #0000000f;box-shadow:0 6px 24px #00000014;padding:.65rem .75rem}.qtech-property-filters-vertical .ltn__car-dealer-form-item{margin-bottom:0;width:100%}.ltn__product-item-5 .real-estate-agent .agent-img img.qtech-agent-logo-avatar,.real-estate-agent .agent-img img.qtech-agent-logo-avatar{background:#fff;border-radius:999px/72%;height:42px;max-width:none;object-fit:contain;padding:6px 8px;width:58px}.qtech-property-filters-vertical.ltn__car-dealer-form-box.qtech-car-filter-row{gap:6px}.qtech-property-filters-vertical select.qtech-native-select,.qtech-property-filters-vertical.ltn__car-dealer-form-box.qtech-car-filter-row select.qtech-native-select{background-position:calc(100% - 10px) 52%,calc(100% - 6px) 52%;background-size:5px 5px,5px 5px;font-size:13px;height:38px;line-height:36px;padding:0 28px 0 10px}.qtech-property-filters-vertical .qtech-filter-keyword{border:1px solid #e8e8e8;color:var(--ltn__heading-color);font-family:var(--ltn__heading-font);font-size:13px;font-weight:500;height:38px;padding:0 10px;width:100%}.qtech-property-filters-vertical .qtech-filter-keyword:focus{border-color:var(--ltn__secondary-color);outline:none}.qtech-property-filters-vertical .btn.theme-btn-1{font-size:11px;height:38px;min-height:38px;padding:0 10px}.qtech-property-filters-vertical h6{font-size:11px;font-weight:700;letter-spacing:.05em;line-height:1.2;margin-bottom:2px;text-transform:uppercase}.ltn__car-dealer-form-box input[type=text]{border:1px solid #e8e8e8;border-radius:0;box-sizing:border-box;color:var(--ltn__heading-color);font-family:var(--ltn__heading-font);font-size:16px;font-weight:500;height:60px;line-height:58px;margin-bottom:0;padding:0 40px 0 20px}.ltn__car-dealer-form-box input[type=text]::placeholder{color:var(--ltn__heading-color);font-size:16px;font-weight:500;opacity:.55}.ltn__car-dealer-form-box input[type=text]:focus{border-color:var(--ltn__secondary-color);box-shadow:none;outline:none}.ltn__slider-area .slick-slide-arrow-1 .slick-arrow{opacity:0!important;pointer-events:none;visibility:hidden!important}.ltn__slider-area:hover .slick-slide-arrow-1 .slick-arrow{opacity:1!important;pointer-events:auto;visibility:visible!important}@media (min-width:992px){.qtech-property-details-layout{grid-column-gap:30px;align-items:start;column-gap:30px;display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.qtech-property-details-layout>.col-lg-4,.qtech-property-details-layout>.col-lg-8{flex:none;max-width:none;width:100%}}.qtech-property-card-image{display:block;height:260px;object-fit:cover;width:100%}.qtech-properties-page .qtech-property-card-meta{align-items:center;display:flex!important;flex-wrap:nowrap;gap:0;justify-content:flex-start;overflow:hidden}.qtech-properties-page .qtech-property-card-meta li{align-items:center;border-inline-end:1px solid #071c1f2e;display:inline-flex!important;flex-direction:column;font-size:12px;gap:2px;justify-content:center;line-height:1.25;margin:0!important;margin-inline-end:12px!important;max-width:none!important;min-width:0;padding-inline-end:12px;text-align:center;white-space:nowrap}.qtech-properties-page .qtech-property-card-meta li:last-child{border-inline-end:0;margin-inline-end:0!important;padding-inline-end:0}.qtech-properties-page .qtech-property-card-meta li span{align-items:center;display:inline-flex!important;font-weight:700;gap:3px}.qtech-properties-page .qtech-property-card-meta li i{color:var(--ltn__secondary-color);font-size:13px;line-height:1}.qtech-properties-page .qtech-property-card-meta.ltn__list-item-2-before li:before{display:none}html[dir=rtl] .qtech-properties-page .qtech-property-card-meta{direction:rtl}.qtech-properties-page .ltn__product-item-5 .product-title,.qtech-properties-page .ltn__product-item-5 .product-title a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qtech-property-detail-hero-image{background:#f7f7f7;display:block;height:560px;object-fit:contain;width:100%}.qtech-property-showcase{background:linear-gradient(180deg,#f7f9f6fa,#fff),radial-gradient(circle at 50% 8%,#b08d572e,#0000 34%);overflow:hidden;padding:58px 0 70px}.qtech-property-gallery-mosaic-item,.qtech-property-showcase-main,.qtech-property-showcase-side{background:#f7f7f7;border:0;cursor:pointer;display:block;overflow:hidden;padding:0;transition:transform .28s ease,box-shadow .28s ease}.qtech-property-showcase-stage{grid-gap:18px;align-items:center;display:grid;gap:18px;grid-template-columns:minmax(150px,.48fr) minmax(420px,1.7fr) minmax(150px,.48fr);margin:0 auto;max-width:1280px;perspective:1200px;position:relative}.qtech-property-showcase-main{animation:qtechGalleryRise .72s ease both;aspect-ratio:16/9;border:8px solid #fff;box-shadow:0 34px 80px #071c1f38;min-height:360px;width:100%;z-index:2}.qtech-property-showcase-side{animation:qtechGalleryRise .72s ease both;aspect-ratio:4/3;border:6px solid #fff;box-shadow:0 16px 38px #071c1f21;min-height:180px;opacity:.74;width:100%}.qtech-property-showcase-side-left{animation-delay:.08s;transform:rotateY(-7deg) scale(.94)}.qtech-property-showcase-side-right{animation-delay:.16s;transform:rotateY(7deg) scale(.94)}.qtech-property-gallery-mosaic-item:hover,.qtech-property-showcase-main:hover,.qtech-property-showcase-side:hover{box-shadow:0 24px 58px #071c1f2e}.qtech-property-showcase-main:hover{transform:translateY(-6px)}.qtech-property-showcase-side-left:hover{opacity:.92;transform:rotateY(-4deg) scale(.97) translateY(-4px)}.qtech-property-showcase-side-right:hover{opacity:.92;transform:rotateY(4deg) scale(.97) translateY(-4px)}.qtech-property-gallery-mosaic-item img,.qtech-property-showcase-main img,.qtech-property-showcase-side img{background:#f7f7f7;display:block;transition:transform .45s ease;width:100%}.qtech-property-showcase-main img{height:100%!important;min-height:0!important;object-fit:contain!important;object-position:center center}.qtech-property-showcase-side img{height:100%!important;object-fit:cover!important;object-position:center center}.qtech-property-gallery-mosaic-item:hover img,.qtech-property-showcase-main:hover img,.qtech-property-showcase-side:hover img{transform:scale(1.025)}.qtech-property-showcase-arrow{background:#071c1fd1;border:0;border-radius:50%;box-shadow:0 12px 28px #071c1f3d;color:#fff;height:46px;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease,transform .2s ease;width:46px;z-index:3}.qtech-property-showcase-arrow:hover{background:var(--ltn__secondary-color);transform:translateY(-50%) scale(1.05)}.qtech-property-showcase-arrow-left{left:calc(50% - 360px)}.qtech-property-showcase-arrow-right{right:calc(50% - 360px)}.qtech-property-showcase-count{background:#fff;border:1px solid #b08d574d;color:#4d616b;font-size:13px;font-weight:700;letter-spacing:.08em;margin:16px auto 0;padding:7px 14px;width:fit-content}.qtech-property-showcase-thumbs{display:flex;gap:10px;justify-content:center;margin:18px auto 0;max-width:900px;overflow-x:auto;padding:4px 4px 10px;scrollbar-width:thin}.qtech-property-showcase-thumb{background:#fff;border:2px solid #0000;cursor:pointer;flex:0 0 82px;height:62px;opacity:.68;overflow:hidden;padding:0;transition:opacity .2s ease,transform .2s ease,border-color .2s ease;width:82px}.qtech-property-showcase-thumb img{display:block;height:100%;object-fit:cover;width:100%}.qtech-property-showcase-thumb-active,.qtech-property-showcase-thumb:hover{border-color:var(--ltn__secondary-color);opacity:1;transform:translateY(-2px)}@keyframes qtechGalleryRise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.qtech-property-lightbox{align-items:center;background:#071c1feb;display:flex;inset:0;justify-content:center;padding:24px 72px;position:fixed;z-index:9999}.qtech-property-lightbox-stage{align-items:center;display:flex;justify-content:center;max-height:88vh;max-width:min(92vw,1400px);position:relative}.qtech-property-lightbox-image{background:#111;box-shadow:0 20px 50px #00000059;display:block;height:auto;max-height:88vh;max-width:min(92vw,1400px);object-fit:contain;width:auto}.qtech-property-lightbox-close,.qtech-property-lightbox-nav{background:#0000;border:0;color:#fff;cursor:pointer;line-height:1;opacity:.9;position:fixed;z-index:10000}.qtech-property-lightbox-close:hover,.qtech-property-lightbox-nav:hover{opacity:1}.qtech-property-lightbox-close{font-size:52px;right:20px;top:18px}.qtech-property-lightbox-nav{font-size:72px;padding:12px;top:50%;transform:translateY(-50%)}.qtech-property-lightbox-nav-prev{left:18px}.qtech-property-lightbox-nav-next{right:18px}.qtech-property-lightbox-caption{bottom:-34px;color:#fff;font-size:16px;font-weight:600;left:0;position:absolute;right:0;text-align:center}@media (max-width:767px){.qtech-property-lightbox{padding:16px 20px 44px}.qtech-property-lightbox-close{font-size:42px;right:14px;top:12px}.qtech-property-lightbox-nav{font-size:48px}.qtech-property-lightbox-nav-prev{left:4px}.qtech-property-lightbox-nav-next{right:4px}.qtech-property-lightbox-caption{bottom:-30px;font-size:14px}}.product-price label{display:inline-block;margin-inline-start:6px}.qtech-property-hero-stage{gap:18px 0}.qtech-property-main-stage{background:#f7f7f7;position:relative}.qtech-property-side-preview,.qtech-property-thumb-button{transition:opacity .2s ease,transform .2s ease}.qtech-property-side-preview{background:#0000;border:0;cursor:pointer;opacity:.9;padding:0;width:100%}.qtech-property-side-preview:hover,.qtech-property-thumb-button:hover{opacity:1;transform:translateY(-2px)}.qtech-property-stage-arrow{background:#0000008c;border:0;border-radius:999px;color:#fff;height:44px;position:absolute;top:50%;transform:translateY(-50%);width:44px;z-index:2}.qtech-property-stage-arrow-prev{left:18px}.qtech-property-stage-arrow-next{right:18px}.qtech-property-detail-side-image{border-radius:2px;display:block;height:420px;object-fit:cover;width:100%}.qtech-property-detail-thumb-image{display:block;height:120px;object-fit:cover;width:100%}.qtech-property-thumbs-row{display:flex;flex-wrap:nowrap;gap:12px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding-bottom:6px}.qtech-property-thumb-item{flex:0 0 180px;max-width:180px}.qtech-property-detail-gallery-card{background:#f7f7f7;display:block;padding:16px;width:100%}.qtech-property-detail-gallery-full-image{background:#f7f7f7;display:block;height:320px;object-fit:contain;width:100%}.qtech-property-gallery-mosaic{grid-gap:20px;display:grid;gap:20px;grid-template-columns:minmax(0,1.55fr) minmax(0,.75fr) minmax(0,.75fr);grid-template-rows:repeat(2,255px)}.qtech-property-gallery-mosaic-item{animation:qtechGalleryRise .72s ease both;box-shadow:0 12px 28px #071c1f1a;height:100%;min-height:0;position:relative;width:100%}.qtech-property-gallery-mosaic-item:nth-child(2){animation-delay:.08s}.qtech-property-gallery-mosaic-item:nth-child(3){animation-delay:.14s}.qtech-property-gallery-mosaic-item:nth-child(4){animation-delay:.2s}.qtech-property-gallery-mosaic-item:nth-child(5){animation-delay:.26s}.qtech-property-gallery-mosaic-item-large{grid-column:1/2;grid-row:1/3;min-height:530px}.qtech-property-gallery-mosaic-item img{height:100%!important;object-fit:cover;object-position:center center;width:100%!important}.qtech-property-gallery-mosaic-item-large img{background:#f7f7f7;object-fit:contain}.qtech-property-gallery-mosaic-overlay{align-items:center;background:#071c1f6b;color:#fff;display:flex;font-size:28px;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .25s ease}.qtech-property-gallery-mosaic-item:hover .qtech-property-gallery-mosaic-overlay{opacity:1}.qtech-property-gallery-mosaic-overlay i{align-items:center;background:#fff;border-radius:50%;box-shadow:0 14px 32px #0003;color:#071c1f;display:inline-flex;height:58px;justify-content:center;width:58px}.qtech-property-description-card{background:linear-gradient(135deg,#fff,#f8faf7);border:1px solid #b08d573d;box-shadow:0 16px 42px #071c1f14;margin:32px 0 38px;padding:30px 34px;position:relative}.qtech-property-description-card:before{background:var(--ltn__secondary-color);bottom:24px;content:"";inset-inline-start:0;position:absolute;top:24px;width:4px}.qtech-property-description-heading{align-items:center;display:flex;gap:12px;margin-bottom:16px}.qtech-property-description-heading .title-2{margin-bottom:0}.qtech-property-description-mark{background:var(--ltn__secondary-color);flex:0 0 auto;height:2px;width:34px}.qtech-property-description{color:#4d616b;font-size:17px;line-height:1.9;max-width:760px;overflow-wrap:anywhere}.qtech-property-description p{margin-bottom:14px;white-space:pre-wrap}.qtech-property-description p:last-child{margin-bottom:0}html[dir=rtl] .qtech-property-description{direction:rtl;text-align:right}html[dir=rtl] .qtech-property-description-heading{justify-content:flex-start}@media (max-width:991px){.qtech-property-showcase{padding:44px 0 52px}.qtech-property-showcase-stage{gap:14px;grid-template-columns:minmax(90px,.42fr) minmax(280px,1.5fr) minmax(90px,.42fr)}.qtech-property-showcase-main img{height:450px;min-height:0}.qtech-property-showcase-side img{height:290px}.qtech-property-showcase-arrow-left{left:calc(50% - 260px)}.qtech-property-showcase-arrow-right{right:calc(50% - 260px)}.qtech-property-gallery-mosaic{grid-auto-rows:190px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.qtech-property-gallery-mosaic-item-large{grid-column:span 2;grid-row:span 2;min-height:380px}}@media (max-width:767px){.qtech-property-showcase{padding:30px 0 38px}.qtech-property-showcase-stage{gap:8px;grid-template-columns:48px minmax(0,1fr) 48px}.qtech-property-showcase-main img{height:320px}.qtech-property-showcase-side img{height:230px}.qtech-property-showcase-main{border-width:5px;min-height:240px}.qtech-property-showcase-side{border-width:4px;min-height:96px}.qtech-property-showcase-arrow{height:38px;width:38px}.qtech-property-showcase-arrow-left{left:58px}.qtech-property-showcase-arrow-right{right:58px}.qtech-property-showcase-thumb{flex-basis:68px;height:52px;width:68px}.qtech-property-gallery-mosaic{grid-auto-rows:220px;grid-template-columns:1fr;grid-template-rows:auto}.qtech-property-gallery-mosaic-item-large{grid-column:auto;grid-row:auto;min-height:320px}.qtech-property-description-card{padding:24px 22px}.qtech-property-description{font-size:16px}}.qtech-service-paragraph{overflow:hidden}.qtech-service-paragraph-ar{direction:rtl;text-align:right}.qtech-first-word{font-weight:700}.qtech-lightcase-gallery-links{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}html[data-lc-type=image] #lightcase-case{max-height:calc(100vh - 96px)!important;max-width:calc(100vw - 48px)!important}html[data-lc-type=image] #lightcase-content,html[data-lc-type=image] #lightcase-content .lightcase-contentInner{max-height:calc(100vh - 96px)!important;max-width:calc(100vw - 48px)!important;overflow:hidden!important}html[data-lc-type=image] #lightcase-content .lightcase-contentInner img{height:auto!important;max-height:calc(100vh - 140px)!important;max-width:calc(100vw - 48px)!important;object-fit:contain!important;width:auto!important}.qtech-gallery-modal-open{overflow:hidden}.qtech-gallery-modal{align-items:center;display:flex;inset:0;justify-content:center;padding:28px;position:fixed;z-index:99999}.qtech-gallery-modal-backdrop{background:#072b34e0;border:0;cursor:zoom-out;inset:0;position:absolute}.qtech-gallery-modal-shell{align-items:center;background:#0a1f248c;border-radius:10px;box-shadow:0 24px 80px #0000005c;display:grid;grid-template-rows:minmax(0,1fr) auto;height:min(760px,calc(100vh - 56px));justify-items:center;overflow:hidden;position:relative;width:min(1180px,calc(100vw - 56px));z-index:1}.qtech-gallery-modal-image-wrap{align-items:center;display:flex;height:100%;justify-content:center;min-height:0;padding:18px 72px 8px;width:100%}.qtech-gallery-modal-image-wrap img{border-radius:6px;box-shadow:0 16px 40px #00000047;display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.qtech-gallery-modal-caption{background:linear-gradient(180deg,#071c1f29,#071c1fc7);color:#fff;min-height:72px;padding:14px 24px 18px;text-align:center;width:100%}.qtech-gallery-modal-caption span{color:#ffffffb8;display:block;font-size:12px;margin-bottom:4px}.qtech-gallery-modal-caption strong{display:block;font-size:18px}.qtech-gallery-modal-caption p{color:#ffffffc7;margin:4px auto 0;max-width:760px}.qtech-gallery-modal-arrow,.qtech-gallery-modal-close{align-items:center;background:#ffffff29;border:0;box-shadow:0 10px 28px #00000038;color:#fff;display:inline-flex;justify-content:center;position:absolute;transition:background .2s ease,transform .2s ease;z-index:3}.qtech-gallery-modal-arrow:hover,.qtech-gallery-modal-close:hover{background:var(--ltn__secondary-color);transform:translateY(-1px)}.qtech-gallery-modal-close{border-radius:50%;height:42px;right:16px;top:16px;width:42px}.qtech-gallery-modal-arrow{border-radius:6px;height:58px;margin-top:-29px;top:50%;width:48px}.qtech-gallery-modal-arrow-prev{left:16px}.qtech-gallery-modal-arrow-next{right:16px}@media (max-width:767px){.qtech-gallery-modal{padding:12px}.qtech-gallery-modal-shell{height:calc(100vh - 24px);width:calc(100vw - 24px)}.qtech-gallery-modal-image-wrap{padding:56px 12px 8px}.qtech-gallery-modal-arrow{border-radius:50%;bottom:92px;height:42px;margin-top:0;top:auto;width:42px}}.qtech-property-detail-floorplan-image{background:#f7f7f7;display:block;max-height:420px;object-fit:contain;width:100%}.ltn__img-slider-area .ltn__image-slider-5-active .ltn__img-slide-item-4 img{display:block;height:420px;object-fit:cover;width:100%}@media (max-width:991px){.ltn__img-slider-area .ltn__image-slider-5-active .ltn__img-slide-item-4 img{height:320px}}.qtech-location-slider.slick-initialized .slick-track{display:flex!important}.qtech-location-slider.slick-initialized .slick-slide{height:auto!important}.qtech-location-slider.slick-initialized .slick-slide>div{height:100%}.qtech-location-slider .ltn__search-by-place-item{display:flex;flex-direction:column;height:100%}.qtech-location-slider .search-by-place-img img{display:block;height:240px;object-fit:cover;width:100%}.qtech-location-slider .search-by-place-info{display:flex;flex:1 1;flex-direction:column}.qtech-location-slider .search-by-place-info h4{margin-bottom:10px;min-height:56px}.qtech-location-slider .search-by-place-btn{margin-top:auto}@media (max-width:991px){.qtech-location-slider .search-by-place-img img{height:210px}.qtech-property-detail-hero-image{height:360px}.qtech-property-detail-thumb-image{height:96px}.qtech-property-thumb-item{flex-basis:132px;max-width:132px}.qtech-property-detail-gallery-full-image{height:240px}}.ltn__testimonial-slider-4-active.slick-initialized .slick-track,.qtech-about-testimonial-slider.slick-initialized .slick-track{display:flex!important}.ltn__testimonial-slider-4-active.slick-initialized .slick-slide,.qtech-about-testimonial-slider.slick-initialized .slick-slide{height:auto!important}.ltn__testimonial-slider-4-active.slick-initialized .slick-slide>div,.qtech-about-testimonial-slider.slick-initialized .slick-slide>div{height:100%}.ltn__testimonial-slider-4-active .ltn__testimonial-item-7,.qtech-about-testimonial-slider .ltn__testimonial-item-7{height:calc(100% - 30px);margin:0 12px 30px}.ltn__testimonial-slider-4-active .ltn__testimoni-info,.qtech-about-testimonial-slider .ltn__testimoni-info{display:flex;flex-direction:column;height:100%}.ltn__testimonial-slider-4-active .ltn__testimoni-info p,.qtech-about-testimonial-slider .ltn__testimoni-info p{flex:1 1}.ltn__testimonial-slider-4-active .slick-dots,.qtech-about-testimonial-slider .slick-dots{margin-top:10px}.qtech-lang-switch .qtech-lang-option{align-items:center;background:none;border:0;color:#fff;cursor:pointer;display:inline-flex;font:inherit;gap:8px;padding:8px 16px;text-align:inherit;width:auto}.qtech-lang-switch .qtech-lang-option:hover{color:#bba55c;color:var(--ltn__secondary-color,#bba55c)}.qtech-home-testimonial-slider .ltn__testimonial-info{color:#071c1f;display:block;position:relative;z-index:5}.qtech-home-testimonial-slider .ltn__testimonial-info h4,.qtech-home-testimonial-slider .ltn__testimonial-info h6,.qtech-home-testimonial-slider .ltn__testimonial-info p{opacity:1;visibility:visible}.qtech-loader-wrap{align-items:center;display:flex;flex-direction:column;gap:14px;justify-content:center;min-height:160px;padding:32px 0;text-align:center;width:100%}.loader{border-radius:50%;color:#c8ad5f;display:inline-block;height:48px;perspective:1000px;position:relative;transform:rotate(45deg);width:48px}.loader:after,.loader:before{animation:spin 1s linear infinite;border-radius:50%;content:"";display:block;height:inherit;left:0;position:absolute;top:0;transform:rotateX(70deg);width:inherit}.loader:after{animation-delay:.4s;color:#075659;transform:rotateY(70deg)}.qtech-loader-text{color:#1b2b2f;font-size:.95rem;font-weight:600;letter-spacing:.01em}.qtech-loading-screen{background:#fff;display:grid;min-height:100vh;padding:48px 16px;place-items:center}.qtech-loader--page{min-height:220px}@keyframes spin{0%,to{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}html[dir=rtl] body{direction:rtl}html[dir=rtl] .text-end{text-align:left!important}html[dir=rtl] .ltn__slide-item-inner.text-left,html[dir=rtl] .text-start{text-align:right!important}html[dir=rtl] .ltn__slide-item-inner.text-end,html[dir=rtl] .ltn__slide-item-inner.text-right,html[dir=rtl] .ltn__slider-area .ltn__slide-item-inner.text-left{text-align:left!important}html[dir=rtl] .ltn__slider-area .ltn__slide-item-inner.text-end,html[dir=rtl] .ltn__slider-area .ltn__slide-item-inner.text-right{text-align:right!important}.joinchat{align-items:flex-end;bottom:22px;display:flex;flex-direction:column;gap:12px;position:fixed;right:22px;z-index:9999}.joinchat--rtl{align-items:flex-start;left:22px;right:auto}.joinchat__panel{animation:qtech-chat-pop .24s ease;background:#fff;border-radius:18px;box-shadow:0 18px 44px #0000002e;overflow:hidden;width:min(320px,calc(100vw - 40px))}.joinchat__panel-header{align-items:center;background:#128c7e;color:#fff;display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.joinchat__close{background:#ffffff24;border:0;border-radius:999px;color:#fff;height:32px;width:32px}.joinchat__panel-body{background:#f3f6f8;display:flex;flex-direction:column;gap:10px;padding:14px}.joinchat__message{background:#fff;border-radius:14px;box-shadow:0 8px 20px #00000014;color:#1f2937;font-size:14px;line-height:1.45;padding:10px 14px}.joinchat__message--welcome{font-weight:700}@media (min-width:992px){.qtech-services-about-row{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:minmax(0,5fr) minmax(0,7fr)}.qtech-services-about-row>.qtech-services-about-content,.qtech-services-about-row>.qtech-services-about-media{flex:none;max-width:none;padding-left:15px;padding-right:15px;width:auto}.qtech-services-about-content,.qtech-services-about-media,.services-about-image-wrap{display:flex;height:100%}.services-about-image-wrap{width:100%}.services-about-image-wrap>.services-about-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}}@media (max-width:991.98px){.services-about-image-wrap{display:block;height:auto}.services-about-image-wrap>.services-about-image{height:auto}}.joinchat__send{background:#25d366;border-radius:12px;color:#fff;display:block;font-weight:700;margin:0 14px 14px;padding:12px 14px;text-align:center;text-decoration:none}.joinchat__button{align-items:center;background:#25d366;border:0;border-radius:50%;box-shadow:0 14px 32px #00000038;color:#fff;display:inline-flex;height:76px;justify-content:center;width:76px}.joinchat__button i{font-size:38px;line-height:1}.joinchat__button:hover{color:#fff;transform:translateY(-1px)}.joinchat__badge{align-items:center;background:#ff4d4f;border:3px solid #fff;border-radius:999px;box-shadow:0 4px 10px #0000002e;color:#fff;display:inline-flex;font-size:15px;font-weight:700;height:28px;justify-content:center;min-width:28px;padding:0 8px;position:absolute;right:-4px;top:-3px}.joinchat--rtl .joinchat__badge{left:-4px;right:auto}#scrollUp{display:none!important}@keyframes qtech-chat-pop{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.joinchat,.joinchat--rtl{align-items:flex-end;bottom:16px;left:auto;right:16px}.joinchat__button{height:66px;width:66px}.joinchat__button i{font-size:34px}.joinchat__message{font-size:13px;padding:9px 12px}}@media (max-width:991px){.ltn__header-top-area .ltn__top-bar-menu ul{flex-wrap:wrap}.ltn__header-middle-area .row{align-items:center}.ltn__header-options.ltn__header-options-2{flex:0 0 auto;margin-left:auto;width:auto}}.qtech-dashboard-nav{gap:12px}.qtech-dashboard-tab{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;color:#1f2937;display:flex;font-weight:700;justify-content:space-between;padding:14px 18px;transition:all .2s ease;width:100%}.qtech-dashboard-tab.active,.qtech-dashboard-tab:hover{background:#bba55c;border-color:#bba55c;color:#fff}.qtech-dashboard-panel{background:#fff;border-radius:20px;box-shadow:0 18px 45px #0f172a14;padding:24px}.qtech-inquiries-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.qtech-inquiries-table-wrap{overflow-x:auto}.qtech-inquiries-table{border-collapse:collapse;width:100%}.qtech-inquiries-table td,.qtech-inquiries-table th{border-bottom:1px solid #e5e7eb;padding:14px 12px;vertical-align:top}.qtech-inquiries-table th{color:#6b7280;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.qtech-inquiry-contact,.qtech-inquiry-source{display:flex;flex-direction:column;gap:4px}.qtech-inquiry-contact span,.qtech-inquiry-source span{color:#6b7280;font-size:13px}.qtech-inquiry-message-cell{color:#374151;min-width:240px}.qtech-inquiry-actions{align-items:center;display:flex;gap:10px}.qtech-icon-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#111827;display:inline-flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.qtech-icon-button:hover{background:#111827;border-color:#111827;color:#fff}.qtech-icon-button:disabled{cursor:not-allowed;opacity:.55}.qtech-icon-button--danger{border-color:#fecaca;color:#dc2626}.qtech-icon-button--danger:hover{background:#dc2626;border-color:#dc2626;color:#fff}.qtech-inquiry-modal-backdrop{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.qtech-inquiry-modal{background:#fff;border-radius:22px;box-shadow:0 30px 80px #0f172a4d;overflow:hidden;width:min(100%,680px)}.qtech-inquiry-modal__body,.qtech-inquiry-modal__header{padding:22px 24px}.qtech-inquiry-modal__header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;justify-content:space-between}.qtech-inquiry-message-box{background:#f8fafc;border-radius:16px;margin-top:16px;padding:18px;white-space:pre-wrap}.qtech-service-highlight-list{grid-gap:16px;display:grid;gap:16px;margin:28px 0 10px}.qtech-service-highlight-card{background:#fffdfa;border:1px solid #ece8d8;border-left:4px solid #bba55c;padding:20px 22px}.qtech-service-highlight-card h5{font-size:20px;margin:0 0 8px}.qtech-service-highlight-card p{color:#5c727d;margin:0}.qtech-service-matrix{background:#fff;border:1px solid #e7dfc3;margin-top:28px}.qtech-service-matrix__header,.qtech-service-matrix__row{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr)}.qtech-service-matrix__header{background:#f5efdb;color:#1a1a1a;font-size:14px;font-weight:700}.qtech-service-matrix__details,.qtech-service-matrix__header span,.qtech-service-matrix__service{padding:16px 18px}.qtech-service-matrix__row+.qtech-service-matrix__row{border-top:1px solid #eee7d3}.qtech-service-matrix__service{background:#fffdfa;border-right:1px solid #eee7d3;color:#1a1a1a;font-weight:600}.qtech-service-matrix__details{color:#5c727d}@media (max-width:767px){.qtech-inquiries-header{align-items:flex-start;flex-direction:column}.qtech-dashboard-panel{padding:18px}.qtech-service-matrix__header,.qtech-service-matrix__row{grid-template-columns:1fr}.qtech-service-matrix__service{border-bottom:1px solid #eee7d3;border-right:0}}
/*# sourceMappingURL=main.a595b66b.css.map*/