:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-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{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;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{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;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)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin: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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.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-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.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;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);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;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)}}:root{--therapy-green-ultra:#061a0b;--therapy-green-darkest:#0b2e13;--therapy-green-dark:#14532d;--therapy-green:#22c55e;--therapy-green-soft:#a7f3d0;--therapy-green-light:#ecfdf5;--text-primary:#1a1a1a;--text-secondary:#555;--background-card-white:var(--therapy-green-light);--shadow-light:0 2px 8px #0000001a}*{box-sizing:border-box;font-family:Segoe UI,sans-serif;list-style:none;margin:0;padding:0;text-decoration:none}body{background-color:#ecfdf5;background-color:var(--therapy-green-light);color:#061a0b;color:var(--therapy-green-ultra)}.hob-top-header{align-items:center;background-color:#0b2e13;background-color:var(--therapy-green-darkest);color:#fff;display:flex;font-size:.9rem;justify-content:center;padding:.4rem 1.5rem}.hob-top-header__contacts{display:flex;gap:1.2rem}.hob-top-header__contacts span{align-items:center;display:flex;font-weight:500;gap:.4rem}.hob-header{align-items:center;background-color:#a7f3d0;background-color:var(--therapy-green-soft);box-shadow:0 4px 12px #0000000f;display:flex;justify-content:space-between;padding:4px 20px;position:sticky;top:0;z-index:99}.hob-header__logo{color:#0b2e13;color:var(--therapy-green-darkest);cursor:pointer;font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.hob-header__logo img{width:120px}.hob-header__nav{align-items:center;display:flex;gap:1.8rem}.hob-header__nav span{color:#0b2e13;color:var(--therapy-green-darkest);cursor:pointer;font-size:1rem;position:relative;transition:color .3s ease}.hob-header__nav span:after{background-color:#14532d;background-color:var(--therapy-green-dark);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.hob-header__nav span:hover{color:#14532d;color:var(--therapy-green-dark)}.hob-header__nav span:hover:after{width:100%}.hob-header__nav-services{position:relative}.hob-header__nav-services-dropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#2f326df2;border-radius:10px;box-shadow:0 12px 20px #00000040;left:0;min-width:180px;padding:.6rem 0;position:absolute;top:120%;z-index:20}.hob-header__nav-services-dropdown li{color:#e4e6fb;cursor:pointer;padding:.6rem 1.2rem;transition:background .25s ease;white-space:nowrap}.hob-header__nav-services-dropdown li:hover{background-color:#14532d;background-color:var(--therapy-green-dark);color:#fff}.hob-header__call-button{align-items:center;background:linear-gradient(135deg,#0b2e13,#14532d);background:linear-gradient(135deg,var(--therapy-green-darkest),var(--therapy-green-dark));border:none;border-radius:12px;box-shadow:0 6px 20px #00000040;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;overflow:hidden;padding:.6rem 1.4rem;position:relative;transition:transform .25s ease}.hob-header__call-button:before{animation:slide-glow 2s infinite;background:linear-gradient(120deg,#0000,#fff6,#0000);content:"";height:100%;left:-75%;position:absolute;top:0;transform:skewX(-25deg);width:50%}.hob-header__call-button:hover{transform:translateY(-2px)}@keyframes slide-glow{0%{left:-75%}50%{left:100%}to{left:100%}}.hob-hamburger-icon{cursor:pointer;display:none;flex-direction:column;gap:5px;height:20px;justify-content:space-between;width:28px}.hob-hamburger-icon span{background-color:#0b2e13;background-color:var(--therapy-green-darkest);border-radius:2px;height:3px;width:100%}.hob-drawer{background-color:#a7f3d0;background-color:var(--therapy-green-soft);box-shadow:4px 0 20px #0000001a;height:100%;left:-100%;position:fixed;top:0;transition:left .3s ease;width:70%;z-index:100}.hob-drawer.hob-open{left:0}.hob-drawer-content{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.hob-drawer-close-btn{background:none;border:none;color:#0b2e13;color:var(--therapy-green-darkest);cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.hob-header__nav-services-mobile span{align-items:center;color:#0b2e13;color:var(--therapy-green-darkest);display:flex;font-size:1rem;font-weight:500;gap:.5rem}.hob-header__nav-services-dropdown-mobile{margin-top:.5rem;padding-left:1rem}.hob-header__nav-services-dropdown-mobile li{color:#0b2e13;color:var(--therapy-green-darkest);cursor:pointer;font-size:.95rem;padding:.4rem 0}.hob-header__nav-services-dropdown-mobile li:hover{color:#14532d;color:var(--therapy-green-dark)}.hob-header__call-button-mobile{align-items:center;background:linear-gradient(135deg,#0b2e13,#14532d);background:linear-gradient(135deg,var(--therapy-green-darkest),var(--therapy-green-dark));border:none;border-radius:12px;box-shadow:0 6px 20px #00000040;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;margin-top:1rem;outline:none;overflow:hidden;padding:.6rem 1.4rem;position:relative;text-align:center!important}.hob-header__call-button-mobile:before{animation:slide-glow 2s infinite;background:linear-gradient(120deg,#0000,#fff6,#0000);content:"";height:100%;left:-75%;position:absolute;top:0;transform:skewX(-25deg);width:50%}@media (max-width:768px){.hob-header__nav{display:none}.hob-header__logo{font-size:20px}.hob-drawer .hob-header__nav{align-items:flex-start;display:flex;flex-direction:column;gap:0;width:100%}.hob-header__nav span{border-bottom:1px solid #adbff44d;color:#0b2e13;color:var(--therapy-green-darkest);font-size:1rem;font-weight:600;padding:1rem 0 1rem 1rem;transition:background-color .3s ease,color .3s ease;width:100%}.hob-header__nav span:hover{background-color:#5559d61a;color:#14532d;color:var(--therapy-green-dark)}.hob-header__nav-services-mobile{width:100%}.hob-header__nav-services-mobile span{align-items:center;color:#0b2e13;color:var(--therapy-green-darkest);cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:1rem;transition:background-color .3s ease,color .3s ease}.hob-header__nav-services-mobile span:hover{background-color:#5559d61a;color:#14532d;color:var(--therapy-green-dark)}.hob-header__nav-services-dropdown-mobile li{color:#0b2e13;color:var(--therapy-green-darkest);cursor:pointer;font-size:.95rem;padding:.75rem;transition:background .3s ease}.hob-header__nav-services-dropdown-mobile li:hover{background-color:#5559d61a;color:#14532d;color:var(--therapy-green-dark)}.hob-hamburger-icon{display:flex}.hob-header__call-button{display:none}.hob-drawer{border-bottom-right-radius:12px;border-top-right-radius:12px;box-shadow:4px 0 20px #0000001a;overflow-y:auto}}.hob-main-home-section{background:url(https://i.pinimg.com/736x/c4/91/c9/c491c9a5a00c127b8c0f7edc8c88073b.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:90vh;justify-content:center;overflow:hidden}.hob-main-home-hero{display:flex;justify-content:space-between;max-width:1200px;padding:20px;width:100%}.hob-main-home-left{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;padding-right:24px;width:100%}.hob-main-home-highlight-text{align-items:center;background:linear-gradient(135deg,#0b2e13,#14532d);background:linear-gradient(135deg,var(--therapy-green-darkest),var(--therapy-green-dark));border-radius:25px;box-shadow:0 4px 8px #0000001a;color:#a7f3d0;color:var(--therapy-green-soft);display:inline-flex;font-size:13px;font-weight:700;gap:8px;letter-spacing:1.5px;margin-bottom:5px;max-width:fit-content;padding:8px 15px;text-shadow:0 1px 2px #0003;text-transform:uppercase;transition:all .3s ease;width:auto!important}.hob-main-home-heading{color:#0b2e13;color:var(--therapy-green-darkest);font-size:40px;font-weight:800;letter-spacing:1px;line-height:52px;margin-bottom:13px;text-shadow:0 1px 2px #00000014;transition:all .3s ease}.hob-main-home-paragraph{color:#333;font-size:16px;line-height:22px;margin-bottom:24px}.hob-main-home-right{flex:1 1;height:100%;position:relative;width:100%}.hob-main-home-image{border-radius:10px 10px 0 0;height:auto;left:0;max-width:500px;object-fit:contain;position:absolute;top:0;width:100%;z-index:4}.hob-main-right-testimonial{align-items:center;animation:bounce 5s infinite;background-color:#fff;border-radius:12px;bottom:50px;box-shadow:0 8px 24px #0003;color:#333;display:flex;flex-direction:column;font-size:14px;left:-20px;line-height:1.6;max-width:180px;padding:10px;position:absolute;text-align:center;width:100%;z-index:5}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.hob-main-right-testimonial p,.hob-main-right1-testimonial p{font-style:italic;margin:0}.hob-main-right-testimonial span,.hob-main-right1-testimonial span{align-items:center;background:linear-gradient(135deg,#0b2e13,#14532d);background:linear-gradient(135deg,var(--therapy-green-darkest),var(--therapy-green-dark));border-radius:50%;box-shadow:0 4px 8px #00000026;display:flex;height:50px;justify-content:center;margin-top:-40px;padding:10px;width:50px}.hob-main-right-testimonial svg,.hob-main-right1-testimonial svg{color:#a7f3d0;color:var(--therapy-green-soft);height:30px;width:30px}.hob-testimonial-stars svg{color:#14532d;color:var(--therapy-green-dark);height:16px;margin-right:5px;width:16px}.hob-main-right1-testimonial{align-items:center;animation:bounce 5s infinite;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #0003;color:#333;display:flex;flex-direction:column;font-size:14px;line-height:1.6;max-width:180px;padding:10px;position:absolute;right:5px;text-align:center;top:50px;width:100%;z-index:5}.hob-main-home-cta{align-items:center;display:flex;gap:8px;justify-content:flex-start}.hob-main-home-cta button{align-items:center;border:2px solid #0000;border-radius:40px;box-shadow:0 6px 12px #0000001a;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;outline:none;padding:12px 20px;transition:all .3s ease}.hob-main-home-cta-primary{background:linear-gradient(135deg,#0b2e13,#14532d);background:linear-gradient(135deg,var(--therapy-green-darkest),var(--therapy-green-dark));color:#fff;text-shadow:0 1px 2px #0000004d}.hob-main-home-cta-primary:hover{background:linear-gradient(135deg,#14532d,#08f);background:linear-gradient(135deg,var(--therapy-green-dark),#08f);box-shadow:0 12px 20px #0003;transform:translateY(-3px)}.hob-main-home-cta-secondary{background:linear-gradient(135deg,#fff,#f2f2f2);border-color:#0b2e13!important;border-color:var(--therapy-green-darkest)!important;box-shadow:0 6px 10px #0000000d;color:#0b2e13;color:var(--therapy-green-darkest)}.hob-main-home-cta-secondary:hover{background:linear-gradient(135deg,#14532d,#0078d4);background:linear-gradient(135deg,var(--therapy-green-dark),#0078d4);border-color:#14532d!important;border-color:var(--therapy-green-dark)!important;box-shadow:0 12px 20px #00000026;color:#fff;transform:translateY(-3px)}@media (max-width:768px){.hob-main-home-section{height:85vh}.hob-main-home-hero{align-items:center;flex-direction:column;padding:16px}.hob-main-home-left{align-items:center;padding-right:0;text-align:center}.hob-main-home-right{margin-top:24px}.hob-main-home-highlight-text{font-size:12px;padding:6px 8px}.hob-main-home-heading{font-size:24px;line-height:36px}.hob-main-home-paragraph{font-size:14px;line-height:20px}.hob-main-home-cta button{font-size:14px;margin-bottom:10px;padding:10px 18px}.hob-main-right-testimonial{bottom:10px;font-size:10px;left:0;max-width:150px}.hob-main-right1-testimonial{font-size:12px;max-width:150px;right:0;top:0}.hob-main-right-testimonial span,.hob-main-right1-testimonial span{height:40px;width:40px}.hob-main-right-testimonial svg,.hob-main-right1-testimonial svg{height:25px;width:25px}.hob-testimonial-stars svg{height:14px;width:14px}.hob-main-home-cta{justify-content:center}}.hob-services-section{padding:50px 20px;text-align:center}.hob-services-header{margin-bottom:20px}.hob-services-heading{color:#0b2e13;color:var(--therapy-green-darkest);font-size:32px;font-weight:800;letter-spacing:-.5px}.hob-services-subtext{color:#555;font-size:15px;line-height:1.6;margin:0 auto;max-width:600px}.hob-services-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:10px;padding-bottom:10px}.hob-service-card{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(145deg,#fff,#f8f8f8);border:1px solid #00000008;border-radius:20px;box-shadow:0 2px 6px #0000000a,0 10px 20px #0000000f,0 20px 40px #00000014;display:flex;flex-direction:column;max-width:300px;min-width:260px;padding:24px 20px;scroll-snap-align:start;transition:all .3s ease}.hob-service-card:hover{box-shadow:0 4px 12px #0000000f,0 14px 28px #0000001a,0 22px 48px #00000024;transform:translateY(-8px)}.hob-service-icon{align-items:center;background:#14532d;background:var(--therapy-green-dark);border-radius:50%;box-shadow:0 4px 10px #0000001a;color:#fff;display:flex;justify-content:center;margin-bottom:16px;padding:14px}.hob-service-title{color:#222;font-size:17px;font-weight:700;margin-bottom:8px}.hob-service-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:14px;line-height:1.5;margin-bottom:16px;overflow:hidden;text-align:center;text-overflow:ellipsis}.hob-service-link{align-items:center;color:#14532d;color:var(--therapy-green-dark);cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;text-align:center;transition:color .3s;width:100%}.hob-service-link:hover{color:#0b2e13;color:var(--therapy-green-darkest)}.hob-service-actions{align-items:center;display:flex;gap:10px;justify-content:center;text-align:center;width:100%}@media (max-width:1024px){.hob-services-heading{font-size:28px}.hob-services-subtext{font-size:14px}.hob-service-card{max-width:320px;min-width:280px;padding:20px 18px}.hob-service-title{font-size:16px}.hob-service-desc{font-size:13px}}@media (max-width:768px){.hob-services-heading{font-size:24px}.hob-services-subtext{font-size:13px}.hob-services-grid{flex-direction:column;gap:20px}.hob-service-card{max-width:100%;min-width:100%;padding:16px 14px}.hob-service-title{font-size:15px}.hob-service-desc{font-size:12px}}@media (max-width:480px){.hob-services-heading{font-size:20px}.hob-services-subtext{font-size:12px}.hob-services-grid{gap:16px}.hob-service-card{padding:14px 12px}.hob-service-title{font-size:16px}.hob-service-desc{font-size:12px}}.hob-aboutus-section{background:linear-gradient(145deg,#fff,#f6f9fc);padding:60px 20px}.hob-aboutus-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px}.hob-aboutus-left{flex:1 1;max-width:600px;min-width:300px}.hob-aboutus-heading{color:#0b2e13;color:var(--therapy-green-darkest);font-size:34px;font-weight:800;margin-bottom:20px}.hob-aboutus-text{color:#333;font-size:16px;line-height:1.7;margin-bottom:18px;text-align:justify}.hob-aboutus-subtext{color:#555;font-size:14px;line-height:1.6}.hob-aboutus-right{display:flex;flex:1 1;justify-content:center;max-width:500px;position:relative}.hob-aboutus-image-wrapper{max-width:460px;position:relative;width:100%}.hob-aboutus-image{border-radius:18px;box-shadow:0 16px 50px #0000001f;height:auto;max-width:400px;object-fit:cover;width:100%}.hob-aboutus-float{background:#fff;border-radius:12px;box-shadow:0 12px 28px #00000014;color:#333;display:flex;flex-direction:column;font-size:13px;font-weight:500;gap:8px;padding:10px 16px;position:absolute}.hob-aboutus-flex{align-items:center;display:flex;gap:8px;justify-content:center;text-align:center!important}.hob-aboutus-float svg{color:#14532d;color:var(--therapy-green-dark)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.hob-aboutus-top-right{animation:float 3s ease-in-out infinite;right:0;top:-20px}.hob-aboutus-bottom-right{animation:float 3s ease-in-out infinite;bottom:-20px;right:-20px}.hob-aboutus-center-float{animation:float 3s ease-in-out infinite;bottom:30%;left:-30px}.hob-aboutus-float-desc{color:#777;font-size:12px;line-height:1.4;max-width:150px;text-align:center}.hob-aboutus-list{list-style-type:none;margin-top:20px;padding:0}.hob-aboutus-list li{align-items:center;color:#333;display:flex;font-size:16px;gap:10px;margin-bottom:12px}.hob-aboutus-list li svg{color:#14532d;color:var(--therapy-green-dark)}@media (max-width:1024px){.hob-aboutus-container{align-items:center;flex-direction:column;gap:30px}.hob-aboutus-left,.hob-aboutus-right{max-width:100%}.hob-aboutus-image{height:auto;max-width:100%}.hob-aboutus-heading{font-size:28px}.hob-aboutus-text{font-size:15px}.hob-aboutus-subtext{font-size:13px}.hob-aboutus-float{font-size:12px;padding:8px 12px}}@media (max-width:768px){.hob-aboutus-container{flex-direction:column;gap:30px}.hob-aboutus-heading{font-size:24px}.hob-aboutus-text{font-size:14px}.hob-aboutus-subtext{font-size:12px}.hob-aboutus-image{height:auto;max-width:100%}.hob-aboutus-float{font-size:11px;padding:6px 10px}}@media (max-width:600px){.hob-aboutus-bottom-right{right:-10px}.hob-aboutus-center-float{left:-10px}}@media (max-width:480px){.hob-aboutus-heading{font-size:20px}.hob-aboutus-subtext{font-size:11px}.hob-aboutus-float{font-size:10px;padding:5px 8px}}.hob-cta-section{background-image:linear-gradient(90deg,#0000004d,#0000004d),url(https://i.pinimg.com/1200x/71/be/4f/71be4f1fae116871ede6abe44e9467f3.jpg);background-position:50%;background-size:cover;border-radius:20px;color:#fff;margin:30px auto;max-width:1200px;padding:30px 15px;position:relative;width:95%}.hob-cta-container{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;max-width:1200px;padding:10px;position:relative;text-align:center}.hob-cta-left{max-width:600px;text-align:center}.hob-cta-heading{font-size:34px;font-weight:800;margin-bottom:10px}.hob-cta-description,.hob-cta-heading{color:#ecfdf5;color:var(--therapy-green-light)}.hob-cta-description{font-size:18px;margin-bottom:20px}.hob-cta-button{align-items:center;background:linear-gradient(135deg,#0b2e13,#14532d);background:linear-gradient(135deg,var(--therapy-green-darkest),var(--therapy-green-dark));border:none;border-radius:12px;box-shadow:0 6px 20px #00000040;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;overflow:hidden;padding:.6rem 1.4rem;position:relative;transition:transform .25s ease;width:auto}.hob-cta-button svg{margin-right:5px}.hob-cta-button:before{animation:slide-glow 2s infinite;background:linear-gradient(120deg,#0000,#fff6,#0000);content:"";height:100%;left:-75%;position:absolute;top:0;transform:skewX(-25deg);width:50%}.hob-cta-button:hover{transform:translateY(-2px)}@media (max-width:1024px){.hob-cta-section{padding:25px 20px}.hob-cta-heading{font-size:28px}.hob-cta-description{font-size:16px}.hob-cta-button{font-size:.95rem;padding:.5rem 1.2rem}}@media (max-width:768px){.hob-cta-section{padding:20px 15px}.hob-cta-container{flex-direction:column;padding:20px 10px;text-align:center}.hob-cta-heading{font-size:24px}.hob-cta-description{font-size:15px}.hob-cta-button{font-size:.9rem;padding:.5rem 1rem}}@media (max-width:480px){.hob-cta-section{padding:15px 10px}.hob-cta-heading{font-size:20px}.hob-cta-description{font-size:14px}.hob-cta-button{font-size:.85rem;padding:.45rem .9rem}}.hob-footer{background-color:#0b2e13;background-color:var(--therapy-green-darkest);color:#fff;padding:20px 15px;text-align:center}.hob-footer-top{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding-bottom:15px}.hob-footer-logo{align-items:center;display:flex;flex-shrink:0}.hob-footer-logo svg{margin-right:10px}.hob-footer-text{color:#a7f3d0;color:var(--therapy-green-soft);font-size:24px;font-weight:700}.hob-footer-links{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.hob-footer-link{color:#a7f3d0;color:var(--therapy-green-soft);font-size:16px;text-decoration:none;transition:color .3s ease}.hob-footer-link:hover{color:#22c55e;color:var(--therapy-green)}.hob-footer-bottom{border-top:1px solid #22c55e;border-top:1px solid var(--therapy-green);padding-top:15px}.hob-footer-copyright{color:#a7f3d0;color:var(--therapy-green-soft);font-size:14px}.hob-footer-copyright a{color:#22c55e;color:var(--therapy-green)}@media (max-width:768px){.hob-footer-top{flex-direction:column;gap:15px;text-align:center}.hob-footer-text{font-size:20px}.hob-footer-links{gap:15px}.hob-footer-link{font-size:15px}}@media (max-width:480px){.hob-footer-text{font-size:18px}.hob-footer-link{font-size:14px}.hob-footer-logo svg{height:20px;margin-right:6px;width:20px}}.hob-about-hero{background-image:linear-gradient(90deg,#0000004d,#0000004d),url(https://i.pinimg.com/736x/98/14/58/981458261f2ef0cfaee5d3c8d1c04981.jpg);background-position:50%;background-size:cover;box-shadow:0 12px 30px #00000026;color:#061a0b;color:var(--therapy-green-ultra);overflow:hidden;padding:100px 30px;position:relative;text-align:center}.hob-about-title{font-size:3rem;font-weight:800;letter-spacing:-.5px;margin-bottom:15px;text-shadow:0 2px 6px #0000001a}.hob-about-subtitle,.hob-about-title{color:#ecfdf5;color:var(--therapy-green-light);position:relative;z-index:1}.hob-about-subtitle{font-size:1.25rem;line-height:1.7;margin:0 auto;max-width:650px}.hob-about-hero:hover{box-shadow:0 20px 40px #0003;transform:translateY(-3px);transition:all .4s ease}.hob-about-story{margin:0 auto;max-width:900px;padding:60px 20px}.hob-about-heading{color:#222;font-size:1.75rem;margin-bottom:16px}.hob-about-text{color:#555;font-size:1rem;line-height:1.6}.hob-about-values{background-color:#f9f9f9;padding:60px 20px}.hob-about-values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 auto;max-width:1100px}.hob-about-value-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000012;padding:24px;text-align:center;transition:transform .3s ease}.hob-about-value-card:hover{transform:translateY(-6px)}.hob-about-icon{color:#1d4ed8;margin-bottom:12px}.hob-about-value-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.hob-about-value-text{color:#666;font-size:.95rem}.hob-about-closing{background:#fff;padding:60px 20px;text-align:center}.hob-about-closing-content{margin:0 auto;max-width:800px}@media (max-width:992px){.hob-about-title{font-size:2.2rem}.hob-about-heading{font-size:1.6rem}.hob-about-values-grid{gap:20px}}@media (max-width:768px){.hob-about-title{font-size:2rem}.hob-about-subtitle{font-size:1rem}.hob-about-heading{font-size:1.5rem}.hob-about-value-title{font-size:1rem}.hob-about-value-text{font-size:.9rem}}@media (max-width:480px){.hob-about-hero{padding:50px 15px}.hob-about-title{font-size:1.75rem}.hob-about-subtitle{font-size:.95rem}.hob-about-closing,.hob-about-story,.hob-about-values{padding:40px 15px}.hob-about-heading{font-size:1.3rem}.hob-about-text{font-size:.95rem}.hob-about-values-grid{gap:16px}.hob-about-value-card{padding:20px}}.chimney-repair-container{background-color:#a7f3d0;background-color:var(--therapy-green-soft);padding:15px}.chimney-repair-hero-content{align-items:center;display:flex;flex-direction:column}.chimney-repair-hero{align-items:center;background-color:#a7f3d0;background-color:var(--therapy-green-soft);border-radius:8px;color:#0b2e13;color:var(--therapy-green-darkest);display:flex;justify-content:center;margin-bottom:24px;padding:40px;text-align:center}.chimney-repair-title{font-size:28px;font-weight:700;line-height:1.3;margin-bottom:16px}.chimney-repair-subtitle{color:#14532d;color:var(--therapy-green-dark);font-size:14px;letter-spacing:.5px;line-height:22px;margin-bottom:5px}.chimney-repair-cta-btn{align-items:center;background:linear-gradient(135deg,#0b2e13,#14532d);background:linear-gradient(135deg,var(--therapy-green-darkest),var(--therapy-green-dark));border:none;border-radius:12px;box-shadow:0 6px 20px #00000040;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;margin-top:20px;overflow:hidden;padding:.6rem 1.4rem;position:relative;transition:transform .25s ease}.chimney-repair-cta-btn:before{animation:slide-glow 2s infinite;background:linear-gradient(120deg,#0000,#fff6,#0000);content:"";height:100%;left:-75%;position:absolute;top:0;transform:skewX(-25deg);width:50%}.chimney-repair-cta-btn:hover{transform:translateY(-2px)}.chimney-repair-service-img{height:400px;margin:20px auto;max-height:1200px;overflow:hidden;width:100%}.chimney-repair-service-img img{height:100%;object-fit:cover;width:100%}.chimney-repair-why-choose{background-color:#ecfdf5;background-color:var(--therapy-green-light);border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:20px auto;max-width:1200px;padding:40px}.chimney-repair-why-content{text-align:center}.chimney-repair-why-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:24px}.chimney-repair-why-item{padding:16px;text-align:center}.chimney-repair-icon{color:#14532d;color:var(--therapy-green-dark);margin-bottom:16px}.chimney-repair-subheading{font-size:16px;font-weight:700;margin-bottom:8px}.chimney-repair-description{color:#061a0b;color:var(--therapy-green-ultra);font-size:12px;line-height:1.5}.chimney-repair-process{background-color:#a7f3d0;background-color:var(--therapy-green-soft);border-radius:8px;margin:30px auto 50px;max-width:1200px;padding:15px}.chimney-repair-heading{margin-bottom:10px}.chimney-repair-process-steps{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.chimney-repair-step{background-color:#ecfdf5;background-color:var(--therapy-green-light);border-radius:8px;box-shadow:0 4px 8px #0000000d;padding:24px}.chimney-repair-step-title{font-size:18px;font-weight:600;margin-bottom:8px}.chimney-repair-step-description{color:#061a0b;color:var(--therapy-green-ultra);font-size:12px;line-height:1.6}@media (max-width:1024px){.chimney-repair-why-grid{grid-template-columns:repeat(2,1fr)}.chimney-repair-process-steps{grid-template-columns:1fr}.chimney-repair-service-img{height:300px}.chimney-repair-process,.chimney-repair-why-choose{padding:30px 20px}.chimney-repair-title{font-size:24px}.chimney-repair-step-title{font-size:16px}}@media (max-width:768px){.chimney-repair-hero{flex-direction:column;padding:30px 15px}.chimney-repair-title{font-size:22px}.chimney-repair-subtitle{font-size:13px}.chimney-repair-cta-btn{font-size:.95rem;padding:.5rem 1.2rem}.chimney-repair-service-img{height:250px}.chimney-repair-why-grid{gap:12px;grid-template-columns:1fr 1fr}.chimney-repair-step-title{font-size:15px}}@media (max-width:480px){.chimney-repair-hero{padding:20px 10px}.chimney-repair-title{font-size:20px}.chimney-repair-subtitle{font-size:12px;line-height:20px}.chimney-repair-cta-btn{font-size:.9rem;padding:.5rem 1rem}.chimney-repair-service-img{height:200px}.chimney-repair-why-grid{grid-template-columns:1fr}.chimney-repair-why-item{padding:12px}.chimney-repair-subheading{font-size:15px}.chimney-repair-description{font-size:11px}.chimney-repair-step{padding:18px}.chimney-repair-step-title{font-size:14px}.chimney-repair-step-description{font-size:11px}}.contact-us-container{background:#a7f3d0;background:var(--therapy-green-soft);box-shadow:0 2px 8px #0000001a;box-shadow:var(--shadow-light);padding:50px 20px}.contact-us-header{margin-bottom:40px;padding:0 40px;text-align:center}.contact-us-title{color:#1a1a1a;color:var(--text-primary);font-size:32px;font-weight:700;letter-spacing:1px}.contact-us-description{color:#555;color:var(--text-secondary);font-size:18px;margin-top:10px}.contact-us-info{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-around;margin-bottom:40px}.contact-card{word-wrap:break-word;background:#ecfdf5;background:var(--background-card-white);border-radius:12px;box-shadow:0 2px 8px #0000001a;box-shadow:var(--shadow-light);overflow:hidden;overflow-wrap:break-word;padding:20px;text-align:center;transition:transform .3s ease-in-out;width:280px}.contact-card:hover{box-shadow:0 4px 12px #0003;transform:translateY(-10px)}.contact-icon{height:30px;margin-bottom:5px;width:30px}.contact-card h3,.contact-icon{color:#1a1a1a;color:var(--text-primary)}.contact-card h3{font-size:20px;font-weight:700;margin-bottom:10px}.contact-detail{color:#555;color:var(--text-secondary);font-size:16px}.contact-us-map{margin-top:40px;text-align:center}.contact-us-map h2{color:#1a1a1a;color:var(--text-primary);font-size:28px;margin-bottom:20px}.map-container{border-radius:12px;overflow:hidden}.contact-detail{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:10px}.contact-detail li{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#0b2e13,#14532d);background:linear-gradient(135deg,var(--therapy-green-darkest),var(--therapy-green-dark));border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 12px #0003;color:#a7f3d0;color:var(--therapy-green-soft);font-size:14px;font-weight:500;padding:12px 18px;transition:transform .2s ease,box-shadow .2s ease}.contact-detail li:hover{box-shadow:0 6px 18px #0000004d;transform:translateY(-2px)}@media (max-width:1024px){.contact-us-title{font-size:28px}.contact-us-description{font-size:16px}.contact-card{width:240px}.contact-card h3{font-size:18px}.contact-detail{font-size:14px}.contact-us-map h2{font-size:24px}}@media (max-width:768px){.contact-us-info{align-items:center;flex-direction:column}.contact-card{width:90%}.contact-us-header{padding:0 20px}.contact-us-title{font-size:24px}.contact-us-map h2{font-size:22px}}@media (max-width:480px){.contact-us-container{padding:40px 15px}.contact-us-title{font-size:20px}.contact-detail,.contact-us-description{font-size:14px}.contact-card h3{font-size:16px}.contact-icon{height:24px;width:24px}}.custom-marquee-wrapper{background-color:#0b2e13;background-color:var(--therapy-green-darkest);padding:10px 0}.custom-marquee-text{align-items:center;display:flex;font-size:16px;margin:0;padding:0 50px;white-space:nowrap}.custom-marquee-text,.wcu-hob-section{color:#ecfdf5;color:var(--therapy-green-light)}.wcu-hob-section{background:linear-gradient(90deg,#0b2e13,#1e1f3f);background:linear-gradient(to right,var(--therapy-green-darkest),#1e1f3f);overflow:hidden;padding:40px 20px;position:relative;text-align:center}.wcu-hob-section:after,.wcu-hob-section:before{content:"";opacity:.2;position:absolute;z-index:-1}.wcu-hob-section:before{height:300px;left:-20%;top:-20%;width:300px}.wcu-hob-section:after,.wcu-hob-section:before{background:#4a50e04d;border-radius:50%;box-shadow:0 0 60px #4a50e04d}.wcu-hob-section:after{bottom:-20%;height:250px;right:-20%;width:250px}.wcu-hob-container{margin:0 auto;max-width:1100px}.wcu-hob-title{color:#ecfdf5;color:var(--therapy-green-light);font-size:30px;font-weight:700;margin-bottom:10px}.wcu-hob-subtitle{color:#22c55e;color:var(--therapy-green);font-size:16px;margin-bottom:30px}.wcu-hob-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.wcu-hob-card{background:#0b2e13;background:var(--therapy-green-darkest);border:1px solid #14532d;border:1px solid var(--therapy-green-dark);border-radius:18px;box-shadow:0 2px 10px #4a50e026;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.wcu-hob-card:hover{box-shadow:0 6px 24px #4a50e04d;transform:translateY(-6px)}.wcu-hob-icon-wrapper{align-items:center;background:linear-gradient(45deg,#14532d,#a7f3d0);background:linear-gradient(45deg,var(--therapy-green-dark),var(--therapy-green-soft));border:1px solid #14532d;border:1px solid var(--therapy-green-dark);border-radius:50%;display:inline-flex;justify-content:center;margin-bottom:16px;padding:12px;text-align:left;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.wcu-hob-icon-wrapper:hover{background:linear-gradient(45deg,#a7f3d0,#14532d);background:linear-gradient(45deg,var(--therapy-green-soft),var(--therapy-green-dark));box-shadow:0 4px 12px #4a50e040;transform:scale(1.1)}.wcu-hob-icon{color:#ecfdf5;color:var(--therapy-green-light);height:35px;transition:color .3s ease;width:35px}.wcu-hob-icon-wrapper:hover .wcu-hob-icon{color:#0b2e13;color:var(--therapy-green-darkest)}.wcu-hob-card-title{color:#ecfdf5;color:var(--therapy-green-light);font-size:20px;font-weight:700;letter-spacing:1px;margin-bottom:6px;text-shadow:2px 2px 8px #0003,0 0 12px #4a50e066;transition:all .3s ease}.wcu-hob-card-desc{color:#a7f3d0;color:var(--therapy-green-soft);font-size:14px;line-height:1.6;text-shadow:1px 1px 4px #0003;transition:color .3s ease}.best-services-section{background:linear-gradient(90deg,#0b2e13,#1e1f3f);background:linear-gradient(to right,var(--therapy-green-darkest),#1e1f3f);color:#ecfdf5;color:var(--therapy-green-light);padding:60px 20px;text-align:center}.best-services-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px}.best-services-content{max-width:50%;padding-right:40px;text-align:left}.best-services-title{color:#ecfdf5;color:var(--therapy-green-light);font-size:30px;font-weight:700;margin-bottom:10px}.best-services-description{color:#a7f3d0;color:var(--therapy-green-soft);font-size:16px;line-height:1.5;margin-bottom:20px}.best-services-benefits{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}.benefit{text-align:left}.benefits-icon-title{align-items:center;display:flex;gap:5px;justify-content:flex-start;margin-bottom:10px}.benefit h3{color:#ecfdf5;color:var(--therapy-green-light);font-size:16px;font-weight:600}.benefit p{color:#a7f3d0;color:var(--therapy-green-soft);font-size:14px;line-height:1.4}.best-services-image{max-width:50%;overflow:hidden}.best-services-image-img{border-radius:16px;box-shadow:0 6px 24px #0000004d;height:auto;object-fit:cover;width:100%}@media (max-width:1024px){.best-services-container{align-items:center;flex-direction:column}.best-services-content{max-width:100%;padding-right:0;text-align:center}.best-services-image{margin-top:20px;max-width:100%}.best-services-title{font-size:26px}.best-services-description{font-size:15px}}@media (max-width:768px){.best-services-section{padding:40px 20px}.best-services-title{font-size:24px}.best-services-description{font-size:14px}.best-services-benefits{grid-template-columns:repeat(1,1fr)}.benefit h3{font-size:15px}.benefit p{font-size:13px}.best-services-image-img{border-radius:12px}}@media (max-width:480px){.best-services-section{padding:30px 15px}.best-services-title{font-size:22px}.best-services-description{font-size:13px}.best-services-benefits{grid-template-columns:1fr}.best-services-container{padding:0 15px}.best-services-image-img{border-radius:8px}.benefit h3{font-size:14px}.benefit p{font-size:12px}}.connect-us-hob-wrapper{background-color:#a7f3d0;background-color:var(--therapy-green-soft);display:flex;justify-content:center;overflow-x:hidden;padding:20px}.connect-us-hob-container{background:#ecfdf5;background:var(--therapy-green-light);border-radius:20px;box-shadow:0 20px 40px #00000014;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1000px;overflow:hidden;width:100%}.connect-us-hob-form-section,.connect-us-hob-info-section{flex:1 1;min-width:0;padding:40px}.connect-us-hob-title{color:#0b2e13;color:var(--therapy-green-darkest);font-size:32px;font-weight:700;margin-bottom:24px;text-align:center}.connect-us-hob-form{gap:20px}.connect-us-hob-form,.connect-us-hob-group{display:flex;flex-direction:column}.connect-us-hob-group label{color:#0b2e13;color:var(--therapy-green-darkest);font-size:15px;font-weight:600;margin-bottom:8px}.connect-us-hob-input-icon{align-items:center;background-color:#ecfdf5;background-color:var(--therapy-green-light);border:1px solid #22c55e;border:1px solid var(--therapy-green);border-radius:12px;display:flex;gap:10px;padding:12px 14px;transition:border .3s ease,box-shadow .3s ease}.connect-us-hob-input-icon input{background-color:initial;border:1px solid #0000;color:#061a0b;color:var(--therapy-green-ultra);font-size:16px;outline:none;width:100%}.connect-us-hob-input-icon:focus-within{border-color:#14532d;border-color:var(--therapy-green-dark);box-shadow:0 0 0 3px #4a50e033}.input-error{border-color:red!important;box-shadow:0 0 0 2px #f003}.connect-us-hob-group textarea{background-color:#ecfdf5;background-color:var(--therapy-green-light);border:1px solid #22c55e;border:1px solid var(--therapy-green);border-radius:12px;color:#061a0b;color:var(--therapy-green-ultra);font-size:16px;padding:14px 16px;resize:vertical;transition:border-color .3s,box-shadow .3s}.connect-us-hob-group textarea:focus{border-color:#14532d;border-color:var(--therapy-green-dark);box-shadow:0 0 0 3px #4a50e033;outline:none}.connect-us-hob-button{background-color:#14532d;background-color:var(--therapy-green-dark);border:none;border-radius:12px;color:#ecfdf5;color:var(--therapy-green-light);cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:background-color .3s,transform .2s ease}.connect-us-hob-button:hover{background-color:#0b2e13;background-color:var(--therapy-green-darkest);transform:translateY(-2px)}.connect-us-hob-button:active{transform:translateY(0)}.connect-us-hob-info-section{background:linear-gradient(135deg,#14532d,#0b2e13);background:linear-gradient(135deg,var(--therapy-green-dark),var(--therapy-green-darkest));border-bottom-right-radius:20px;border-top-right-radius:20px;color:#ecfdf5;color:var(--therapy-green-light);display:flex;flex-direction:column;gap:20px;justify-content:center}.connect-us-hob-info-section h3{font-size:24px;margin-bottom:10px;text-align:center}.connect-us-hob-info-card{align-items:flex-start;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 10px 20px #00000014;display:flex;font-size:16px;gap:12px;line-height:1.6;padding:20px;transition:transform .2s ease}.connect-us-hob-info-card:hover{transform:translateY(-4px)}.connect-us-hob-info-card svg{color:#ecfdf5;color:var(--therapy-green-light);flex-shrink:0;margin-top:4px}.connect-us-hob-info-card span{display:block;font-weight:600;margin-bottom:4px}@media (max-width:768px){.connect-us-hob-container{border-radius:20px;flex-direction:column}.connect-us-hob-form-section,.connect-us-hob-info-section{padding:20px}.connect-us-hob-info-section{align-items:center;border-radius:0 0 20px 20px;text-align:center;width:100%}.connect-us-hob-info-card{justify-content:center;max-width:320px;text-align:left;width:100%}}.our-works-section{background-color:#a7f3d0;background-color:var(--therapy-green-soft);border-radius:12px;box-shadow:0 6px 30px #0000001f;padding:40px 20px;text-align:center}.our-works-container{margin:0 auto;max-width:1100px;padding:20px}.our-works-title{color:#0b2e13;color:var(--therapy-green-darkest);font-size:36px;font-weight:700;letter-spacing:1px;margin-bottom:16px;text-transform:uppercase}.our-works-description{color:#22c55e;color:var(--therapy-green);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:15px;line-height:1.5;margin-bottom:30px}.our-works-gallery{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.our-works-image img{border-radius:10px;box-shadow:0 6px 24px #0000001a;height:200px;object-fit:cover;transition:transform .3s ease-in-out;width:100%}.our-works-image img:hover{transform:scale(1.05)}@media (max-width:1024px){.our-works-gallery{grid-template-columns:repeat(2,1fr)}.our-works-title{font-size:30px;margin-bottom:12px}.our-works-description{font-size:14px;margin-bottom:20px}}@media (max-width:768px){.our-works-gallery{grid-template-columns:1fr}.our-works-title{font-size:26px;margin-bottom:10px}.our-works-description{font-size:13px}}.premium-support-widget{align-items:flex-end;bottom:24px;display:flex;flex-direction:column;position:fixed;right:24px;z-index:1000}.premium-support-menu{animation:fadeInUp .3s ease forwards;background:#fff;border-radius:20px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;gap:12px;margin-bottom:12px;padding:16px}.premium-support-button{align-items:center;border-radius:12px;display:flex;font-size:15px;font-weight:600;gap:10px;padding:10px 14px;text-decoration:none;transition:background .3s ease,transform .2s ease}.premium-support-button svg{flex-shrink:0}.premium-support-button.whatsapp{background-color:#e5f7ef;color:#087f23}.premium-support-button.whatsapp:hover{background-color:#d1f0e4}.premium-support-button.call{background-color:#e6edfb;color:#1a56db}.premium-support-button.call:hover{background-color:#d3e2fc}.premium-support-toggle{align-items:center;animation:pulse-glow 2s infinite;background-color:#4a50e0;border:none;border-radius:50%;box-shadow:0 6px 18px #0000001a;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:relative;transition:background-color .3s ease,transform .2s ease;width:50px}.premium-support-toggle:hover{background-color:#2f326d}.premium-support-toggle:active{transform:scale(.95)}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 #4a50e080}70%{box-shadow:0 0 0 15px #4a50e000}to{box-shadow:0 0 0 0 #4a50e000}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hob-countup-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:1.5rem 0;padding:0 1rem}.hob-countup-card{background:#ecfdf5;background:var(--therapy-green-light,#ecfdf5);border:1px solid #a7f3d0;border:1px solid var(--therapy-green-soft,#a7f3d0);border-radius:12px;box-shadow:0 4px 10px #0000000f;padding:1.2rem .8rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.hob-countup-card:hover{box-shadow:0 8px 18px #0000001a;transform:translateY(-4px)}.hob-countup-icon{align-items:center;color:#14532d;color:var(--therapy-green-dark,#14532d);display:flex;font-size:1.5rem;justify-content:center;margin-bottom:.5rem}.hob-countup-number{color:#0b2e13;color:var(--therapy-green-darkest,#0b2e13);font-size:1.5rem;font-weight:700;margin-bottom:.2rem}.hob-countup-label{color:#333;font-size:.85rem;font-weight:500}.hob-approach-section{background:#061a0b;background:var(--therapy-green-ultra);display:flex;justify-content:center;padding:4rem 1.5rem}.hob-approach-card{background:#0b2e13;background:var(--therapy-green-darkest);border-radius:16px;box-shadow:0 6px 18px #00000073;max-width:720px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.hob-approach-card:hover{box-shadow:0 10px 28px #0009;transform:translateY(-6px)}.hob-approach-title{color:#a7f3d0;color:var(--therapy-green-soft);font-size:1.8rem;font-weight:700;margin-bottom:1rem}.hob-approach-text{color:#ecfdf5;color:var(--therapy-green-light);font-size:1.05rem;line-height:1.8}.therapy-cards-container{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:20px}.therapy-card{align-items:center;background:#fff;background:var(--neutral-white,#fff);border:1px solid #a7f3d0;border:1px solid var(--therapy-green-soft,#e5e7eb);border-radius:12px;box-shadow:0 4px 10px #0000000f;color:#1a1a1a;color:var(--text-primary,#1a1a1a);cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:center;padding:10px;transition:transform .2s ease,box-shadow .2s ease}.therapy-card:hover{border-color:#22c55e;border-color:var(--therapy-green,#22c55e);box-shadow:0 8px 18px #0000001a;transform:translateY(-4px)}.session-section{background:#ecfdf5;background:var(--therapy-green-light);display:flex;justify-content:center;padding:3rem 1.5rem}.session-content{align-items:flex-start;display:flex;gap:2rem;max-width:1100px;width:100%}.session-text{flex:1 1;padding:2rem}.session-text-title{color:#0b2e13;color:var(--therapy-green-darkest);font-size:2rem;margin-bottom:1rem}.session-text-description{color:#555;color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.session-form-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;box-shadow:var(--shadow-light);flex:1 1;padding:2rem}.session-form-title{color:#14532d;color:var(--therapy-green-dark);font-size:1.6rem;margin-bottom:1.2rem;text-align:center}.session-form{gap:1.2rem}.session-form,.session-form-group{display:flex;flex-direction:column}.session-form-label{color:#1a1a1a;color:var(--text-primary);font-weight:600;margin-bottom:.4rem}.session-form-input{border:1px solid #14532d;border:1px solid var(--therapy-green-dark);border-radius:8px;font-size:1rem;outline:none;padding:.7rem 1rem;transition:.3s ease}.session-form-input:focus{border-color:#22c55e;border-color:var(--therapy-green);box-shadow:0 0 6px #22c55e66}.session-type-options{color:#555;color:var(--text-secondary);display:flex;gap:1rem}.session-form-note{color:#555;color:var(--text-secondary);font-size:.85rem;margin-top:.3rem}.session-form-button{background:#22c55e;background:var(--therapy-green);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem;transition:background .3s ease}.session-form-button:hover{background:#14532d;background:var(--therapy-green-dark)}@media (max-width:768px){.session-content{flex-direction:column}}.session-feature{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.session-feature-icon{color:#22c55e;color:var(--therapy-green);flex-shrink:0;font-size:1.8rem}.session-feature-title{color:#0b2e13;color:var(--therapy-green-darkest);font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.session-feature-desc{color:#555;color:var(--text-secondary);font-size:1rem;line-height:1.5}.tt-confirmation-page{align-items:center;background:#ecfdf5;background:var(--therapy-green-light);display:flex;justify-content:center;min-height:100vh;padding:20px}.tt-confirmation-card{background:#a7f3d0;background:var(--therapy-green-soft);border-radius:16px;box-shadow:0 2px 8px #0000001a;box-shadow:var(--shadow-light);color:#1a1a1a;color:var(--text-primary);max-width:600px;padding:40px 30px;text-align:center}.tt-confirmation-title{color:#0b2e13;color:var(--therapy-green-darkest);font-size:2rem;font-weight:700;margin-bottom:20px}.tt-confirmation-message{color:#555;color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:15px}.tt-confirmation-signature{color:#14532d;color:var(--therapy-green-dark);font-size:1rem;font-weight:600;margin-top:25px}
/*# sourceMappingURL=main.69ce309a.css.map*/