.footer-wrapper{background-color:#111;min-height:100vh;padding:5rem 5rem 0}.footer-heading{font-weight:600!important}.footer-subheading{color:gray!important;font-size:1.125rem!important}.footer-cta{padding:.5em 1em;background-color:#fff;border-radius:5px;width:fit-content;margin:3rem auto 0;cursor:pointer;font-family:var(--font-inter-display);font-weight:500;font-size:1.1rem}.footer-rating,.footer-rating-text{color:gray!important}.footer-rating{margin:30px auto 0}.footer-middle{width:80%;margin:5rem auto 0;padding:4rem 0;border:1px solid rgba(128,128,128,.3882352941);border-right:none;border-left:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:var(--font-inter-display);font-weight:500}@media screen and (max-width:1550px){.footer-middle{width:90%}}.footer-logo-container{flex:.5}.footer-logo{width:150px;height:auto}.footer-subheading-2{width:50%;margin:2rem 0;font-size:1.1rem;font-weight:500}.footer-links-container{flex:.5;display:flex;justify-content:space-between;align-items:stretch}.footer-mail-btn{display:flex;justify-content:center;align-items:center;padding:.5em 1em;gap:10px;width:fit-content;border:1px solid gray;color:gray;border-radius:5px;cursor:pointer}.footer-link-header{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:20px}.footer-links-list{list-style:none}.footer-link-items{font-size:1.1rem;font-weight:500;color:gray;margin-bottom:10px}.footer-link-items,.social-btn{cursor:pointer;transition:.3s ease}.social-btn{padding:.5em;display:flex;justify-content:center;gap:5px;align-items:center;width:fit-content;background-color:#1e1e1e;border-radius:5px}.social-btn img{transition:.3s ease}.social-btn:hover{color:#fff}.social-btn:hover img{filter:brightness(10)}.footer-bottom{width:80%;display:flex;justify-content:space-between;align-items:center;color:gray;font-size:1.1rem;margin:2rem auto 0;padding-bottom:2rem;font-family:var(--font-inter-display);font-weight:500}@media screen and (max-width:1550px){.footer-bottom{width:90%}}.heading{font-size:3rem;font-weight:600;margin:0 auto;text-align:center;width:100%;line-height:1.3;color:#111}.overview-heading{color:#fff;width:unset;margin:1rem 0}.overview-subheading{color:#fff;width:50%;font-size:1rem}.subheading{text-align:center;font-size:1.2rem;width:70%;margin:20px auto 0}.hero-rating{display:flex;justify-content:center;align-items:center}.hero-rating .rating-content{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;margin-top:10px}.hero-rating .rating-content .google-logo{font-weight:700;color:#000;font-size:1.1rem}.hero-rating .rating-content .stars{display:flex;gap:2px}.hero-rating .rating-content .rating-text{font-size:1rem;color:#000;font-weight:400}.custom-btn{padding:.7rem 1.2rem;border:none;border-radius:8px;font-family:var(--font-inter-display);font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:100px;position:relative}.custom-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.custom-btn--fill{background:#111;color:#fff;border:1px solid #111}.custom-btn--fill:hover:not(:disabled){background:#282828;border-color:#282828;transform:translateY(-2px);box-shadow:0 4px 12px rgba(17,17,17,.3)}.custom-btn--fill:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px rgba(17,17,17,.3)}.custom-btn--outline{background:rgba(0,0,0,0);color:#111;border:1px solid #111}.custom-btn--outline:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(17,17,17,.3)}.custom-btn--outline:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px rgba(17,17,17,.3)}.custom-btn__spinner{width:16px;height:16px;border:2px solid;border-top:2px solid rgba(0,0,0,0);border-radius:50%;animation:spin .6s linear infinite}@media(max-width:768px){.custom-btn{padding:1rem;font-size:1rem}}@keyframes spin{to{transform:rotate(1turn)}}