.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#14151d;transition:all .3s ease;padding:1px 0}.header.scrolled{background:#1e2029;padding:5px 0;box-shadow:0 2px 20px rgba(0,0,0,.3)}.header .container{max-width:1200px;margin:0 auto;padding:0 20px}.h-inner-area{justify-content:space-between;gap:500px}.h-inner-area,.header-logo-link{display:flex;align-items:center}.header-logo{transition:all .3s ease}.header.scrolled .header-logo{width:160px!important;height:auto!important}.header-contact{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background-color:#9c8b83!important;padding:15px 24px!important;border-radius:18px!important;font-size:19px;font-weight:400;color:#fff!important;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;box-shadow:0 8px 24px rgba(0,0,0,.35)!important;border:none!important}.header-contact,.header-contact:focus{outline:none!important}.header-contact:hover{background-color:#8b7b74!important;transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.45)!important}.header-contact p{margin:0;color:#fff!important;letter-spacing:.02em}.header-contact b{font-weight:700}@media (max-width:768px){.header-contact{padding:12px 24px;font-size:14px}}@media (max-width:480px){.header-contact{padding:10px 18px;font-size:13px}}@media (max-width:768px){.header{padding:6px 0}.h-inner-area{gap:20px}.header-contact{font-size:12px;padding:8px 16px;background-color:#25d366!important}.header-contact:hover{background-color:#128c7e!important}.header-contact p{font-size:12px}.header-logo{width:140px!important}.header.scrolled .header-logo{width:120px!important}}@media (max-width:480px){.header-contact p{display:none}.header-contact:after{content:"Free Consultation";color:#fff;font-weight:600}.header-contact{background-color:#25d366!important}.header-contact:hover{background-color:#128c7e!important}}.hero{width:100%;min-height:calc(100vh);display:flex;align-items:flex-end;justify-content:center;background:url(/images/hero.jpeg);background-size:cover!important;background-position-x:84%;position:relative;background-position-y:47%;background-repeat:no-repeat;padding-top:80px}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.64)}.hero-inner{z-index:10;max-width:1440px;margin:0 auto;width:98%}.hero-inner,.hero-inner article{display:flex;flex-direction:column}.hero-inner article{align-items:center;margin-bottom:50px;gap:10px}.hero-inner article h1{font-size:38px;color:var(--primary-text);text-align:center;margin-bottom:0}.hero-inner article p{font-size:16px;font-weight:600;text-align:center;color:var(--secondary-text)}.hero-inner article p.price{color:#fff;font-weight:400;font-style:italic}.hero-inner article a{padding:8px 12px;min-height:50px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:10px;max-width:330px;background-color:var(--primary-text);color:#000;margin-top:12px;font-weight:700;font-size:17px;letter-spacing:.3px;animation:buttonAnimation 2s linear infinite;border:7px solid #0c0a08bf}.hero-inner article a:hover{box-shadow:rgba(var(--primary-color),.5) 0 0 20px 0}.hero-logo-group{display:flex;align-items:center;gap:40px}html:not([lang=en]) .hero-inner article a{text-align:center}@media screen and (max-width:600px){.hero-logo-group{gap:20px}.hero-logo-group img{width:78px}}@media screen and (min-width:900px){.hero{background:url(/images/hero.jpeg);background-position:50%;min-height:100vh;background-repeat:no-repeat;background-size:contain!important;background-color:#020202}.hero-inner article h1{font-size:49px}.hero-inner article p{font-size:22px}.hero-inner article a{font-size:20px;max-width:400px}html:not([lang=en]) .hero-inner article a{max-width:max-content;text-align:center!important}}@keyframes buttonAnimation{0%{box-shadow:0 0 0 0 #00af8f,0 0 0 0 #00af8f}40%{box-shadow:0 0 0 25px rgba(0,211,116,0),0 0 0 0 #00af8f}80%{box-shadow:0 0 0 30px rgba(255,0,64,0),0 0 0 15px rgba(255,0,64,0)}to{box-shadow:0 0 0 0 rgba(255,0,64,0),0 0 0 15px rgba(255,0,64,0)}}