.footer{position:relative;width:100%;background-color:var(--base-500);padding-top:3rem}.footer-location{padding:4rem 0;border-bottom:1px solid var(--base-400)}.location-heading{text-align:center;color:var(--base-100);font-size:2rem;margin-bottom:3rem;letter-spacing:-.05rem}.location-content{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.location-map{position:relative;border-radius:1.5rem;overflow:hidden;height:400px;background:var(--base-450)}.map-link{display:block;width:100%;height:100%;position:relative;cursor:pointer}.map-link img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.map-link:hover img{transform:scale(1.05)}.map-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);padding:1.5rem;display:flex;align-items:center;gap:.75rem;color:var(--base-100);opacity:0;transition:opacity .3s ease}.map-link:hover .map-overlay{opacity:1}.map-overlay svg{font-size:1.5rem;color:var(--gold-accent)}.map-overlay span{font-size:1rem;font-weight:600}.map-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:var(--base-450);color:var(--base-200)}.map-placeholder svg{font-size:3rem;color:var(--gold-accent)}.map-static{width:100%;height:100%;background:linear-gradient(135deg,var(--base-450) 0,var(--base-500) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;position:relative;overflow:hidden}.map-static:before{width:300px;height:300px;opacity:.3}.map-static:after,.map-static:before{content:"";position:absolute;border-radius:50%;border:2px solid var(--base-400)}.map-static:after{width:200px;height:200px;opacity:.2}.map-marker{position:relative;z-index:2;width:80px;height:80px;background:var(--gold-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(239,191,4,.3);animation:pulse 2s ease-in-out infinite}.map-marker svg{font-size:2.5rem;color:var(--base-500)}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 10px 30px rgba(239,191,4,.3)}50%{transform:scale(1.05);box-shadow:0 15px 40px rgba(239,191,4,.5)}}.map-info{position:relative;z-index:2;text-align:center}.map-area{font-size:1.25rem;font-weight:600;color:var(--base-100);margin-bottom:.25rem}.map-city{font-size:1rem;color:var(--base-250)}.location-card{background:var(--base-450);border:1px solid var(--base-400);border-radius:1.5rem;padding:2.5rem;height:400px;justify-content:space-between}.location-card,.location-info{display:flex;flex-direction:column}.location-info{gap:2rem}.info-item{display:flex;gap:1.25rem;align-items:flex-start}.info-icon{font-size:1.75rem;color:#A1BC98;flex-shrink:0;margin-top:.15rem}.info-label{color:var(--base-250);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.info-text{color:var(--base-100);font-size:1rem;line-height:1.6;font-weight:500}.info-link{color:var(--base-100);transition:color .3s ease;display:inline-block}.info-link:hover{color:#A1BC98}.directions-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:#A1BC98;color:var(--base-500);border-radius:.75rem;font-size:1rem;font-weight:600;transition:all .3s ease;border:2px solid #a1bc98}.directions-btn svg{font-size:1.25rem}.directions-btn:hover{background:transparent;color:#A1BC98;transform:translateY(-2px);box-shadow:0 8px 20px rgba(38,61,21,.2)}.footer-bottom{padding:1.5rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.footer-logo{height:300px}.footer-logo a{display:block;height:100%;transition:transform .3s ease}.footer-logo a:hover{transform:scale(1.05)}.footer-logo img{height:100%;width:auto;object-fit:contain}.footer-social{display:flex;gap:1rem}.footer-social .icon{width:3rem;height:3rem;display:flex!important;justify-content:center;align-items:center;border:2px solid var(--base-400);border-radius:50%;font-size:1.25rem;color:var(--base-200);transition:all .3s ease;background:transparent;opacity:1!important;visibility:visible!important}.footer-social .icon svg{display:block;width:1.25rem;height:1.25rem}.footer-social .icon:hover{transform:translateY(-4px) scale(1.1)}.footer-social .icon[title=WhatsApp]{color:#25D366;border-color:#25D366}.footer-social .icon[title=WhatsApp]:hover{background:rgba(37,211,102,.1);border-color:#25D366;color:#25D366}.footer-social .icon[title=Instagram]{color:#E4405F;border-color:#E4405F}.footer-social .icon[title=Instagram]:hover{background:rgba(228,64,95,.1);border-color:#E4405F;color:#E4405F}.footer-social .icon[title=Facebook]{color:#1877F2;border-color:#1877F2}.footer-social .icon[title=Facebook]:hover{background:rgba(24,119,242,.1);border-color:#1877F2;color:#1877F2}.footer-copyright{text-align:right}.footer-copyright p{color:var(--base-300);font-size:.95rem}@media (max-width:1024px){.footer{padding-top:4rem}.location-content{grid-template-columns:1fr;gap:2rem}.location-map{height:350px}.location-card{height:auto}}@media (max-width:768px){.footer{padding-top:2rem}.footer-location{padding:2rem 0}.location-heading{font-size:1.5rem;margin-bottom:1.5rem}.location-map{height:260px}.location-card{padding:1.5rem}.info-item{gap:.85rem}.location-info{gap:1.25rem}.footer-bottom{padding:1.25rem 0}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-logo{height:130px}.footer-social{justify-content:center}.footer-social .icon{width:3.5rem;height:3.5rem;font-size:1.75rem;display:flex!important;opacity:1!important;visibility:visible!important}.footer-social .icon svg{width:1.75rem;height:1.75rem}.footer-copyright{text-align:center}}@media (max-width:480px){.footer{padding-top:1.5rem}.footer-location{padding:1.5rem 0}.location-heading{font-size:1.35rem;margin-bottom:1.25rem}.location-map{height:220px;border-radius:1rem}.location-card{padding:1.25rem;border-radius:1rem}.location-info{gap:1rem}.info-item{gap:.75rem}.info-icon{font-size:1.35rem}.info-label{font-size:.75rem;margin-bottom:.35rem}.info-text{font-size:.85rem;line-height:1.5}.directions-btn{padding:.85rem 1.35rem;font-size:.9rem;margin-top:.5rem}.footer-bottom{padding:1rem 0 .75rem}.footer-bottom-content{gap:.75rem}.footer-logo{height:110px}.footer-social{gap:.85rem}.footer-social .icon{width:3.75rem;height:3.75rem;font-size:1.85rem;border-width:2.5px;display:flex!important;opacity:1!important;visibility:visible!important}.footer-social .icon svg{width:1.85rem;height:1.85rem}.footer-copyright p{font-size:.8rem;opacity:.8}}.line{position:relative;transform:translateY(100%);will-change:transform;padding-bottom:.2em;margin-bottom:-.2em}