.footer-main-wrapper{padding:60px 0 40px;background-color:var(--primary);color:var(--background);position:relative;overflow:hidden}.footer-waves{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;z-index:1}@keyframes wave-animation{0%{transform:translateX(0)}50%{transform:translateX(-50%)}to{transform:translateX(0)}}.footer-content{display:flex;flex-wrap:wrap;gap:250px;position:relative;z-index:10}.footer-logo{font-size:32px;margin-bottom:18px;font-weight:700;position:relative;display:inline-block;letter-spacing:.5px}.footer-logo span{color:var(--background)}.footer-links li span{color:#fff;font-size:14px}.footer-logo:after{content:"";position:absolute;width:50px;height:3px;background-color:var(--background);bottom:-8px;left:0;transition:width .3s ease}.footer-logo:hover:after{width:100%}.footer-tagline{margin-bottom:28px;max-width:320px;line-height:1.6;font-size:14px;letter-spacing:.2px;color:var(--background)}.footer-social{display:flex;gap:18px;margin-top:25px}.social-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background-color:lightgrey;border-radius:50%;transition:all .3s ease;color:var(--primary);font-size:18px}.footer-nav{display:flex;flex-wrap:wrap;gap:100px;flex:1;justify-content:space-between}.footer-heading{margin-bottom:22px;position:relative;display:inline-block;font-weight:600;letter-spacing:.3px}.footer-heading:after{content:"";position:absolute;width:30px;height:2px;background-color:var(--background);bottom:-8px;left:0}.footer-contact,.footer-links{list-style:none;padding:0;margin:0;word-break:break-all}.footer-contact li,.footer-links li{margin-bottom:10px}.footer-contact a,.footer-links a{color:var(--background);text-decoration:none;transition:all .3s ease;display:flex;align-items:center;position:relative;font-size:14px;letter-spacing:.2px}.footer-links a:after{content:"";position:absolute;width:0;height:1px;background-color:var(--background);bottom:-2px;left:0;transition:width .3s ease}.footer-links a:hover{color:var(--background)}.footer-links a:hover:after{width:20px}.active-footer-link{color:var(--background)!important;font-weight:600;cursor:pointer;border-bottom:1px solid #fff;width:fit-content}.active-footer-link:after{content:"";position:absolute;height:1px;background-color:var(--background);bottom:-2px;left:0}.active-cta{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.3)}.footer-contact li{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.8);font-size:14px;letter-spacing:.2px}.contact-btn{display:inline-block;padding:10px 20px;margin-top:10px;background-color:var(--background);color:var(--primary-heading-color)!important;border-radius:4px;font-weight:600;transition:all .3s ease;letter-spacing:.3px}.contact-btn:hover{box-shadow:0 5px 15px rgba(0,0,0,.2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.7);padding-top:25px;margin-top:10px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;position:relative;z-index:10;line-height:2}.footer-branding{max-width:600px}.footer-bottom p{font-size:14px;color:var(--background);letter-spacing:.2px}.heart-icon{color:#e25555;animation:heartbeat 1.2s infinite;margin:0 5px;vertical-align:middle}.footer-nav-column{max-width:300px}@media screen and (max-width:1280px){.footer-content{gap:150px}.footer-nav{gap:80px}}@media screen and (max-width:100px){.footer-content{gap:60px}.footer-nav{gap:40px}}@media screen and (max-width:768px){.footer-main-wrapper{padding:60px 0 30px}.footer-tagline{max-width:100%}.footer-bottom{flex-direction:column-reverse}.footer-content{flex-direction:column;gap:0}.footer-branding{margin-right:0;width:100%;max-width:100%}.footer-branding .footer-logo:after{left:50%}.footer-nav{gap:30px;justify-content:space-between}.footer-bottom{justify-content:center;text-align:center}.footer-bottom p{width:100%}}@media screen and (max-width:480px){.footer-nav{flex-direction:column;gap:40px}.footer-nav-column{width:100%}.footer-contact li,.footer-links li{margin-bottom:8px}}