.footer-locations-container{display:flex;gap:.5rem;overflow-x:auto;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:2rem;justify-content:space-between}.footer-locations-container::-webkit-scrollbar{display:none}.location-card{background-color:#000;border:1px solid #333;border-radius:12px;padding:.75rem;min-width:200px;max-width:100%;flex:1 1 0px;display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;transition:transform .3s ease,border-color .3s ease;height:100%}@media (min-width:992px){.footer-locations-container{display:grid;grid-template-columns:repeat(6,1fr);overflow-x:visible;justify-content:normal}.location-card{min-width:0;width:100%;height:100%}}.location-card:hover{transform:translateY(-5px);border-color:#555}.flag-wrapper{width:24px;height:24px;border-radius:50%;overflow:hidden;margin-bottom:.25rem;position:relative}.flag-img{object-fit:cover;width:100%;height:100%}.location-name{color:#fff;font-size:.9rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.location-address{color:#ccc;font-size:.75rem;line-height:1.3;margin:0}.location-contact{color:#fff;font-size:.75rem;font-weight:500;margin-top:auto;word-break:break-all}.flag-icon{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.footer-locations-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-left:0;padding-right:0;overflow-x:visible;justify-content:normal}.location-card{min-width:0;width:100%;flex:0 0 auto;padding:.75rem;flex-shrink:1}.flag-wrapper{width:24px;height:24px}.location-name{font-size:.9rem}.location-address,.location-contact{font-size:.75rem}}.social-links-footer{display:flex;gap:.75rem}.social-link-footer{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #fff;border-radius:50%;color:#fff;background-color:transparent;text-decoration:none;transition:all .3s ease;font-size:1rem}.social-link-footer:hover{background-color:#fff;color:#000}.social-link-footer.facebook:hover{background-color:#1877F2;border-color:#1877F2;color:#fff}.social-link-footer.linkedin:hover{background-color:#0A66C2;border-color:#0A66C2;color:#fff}.social-link-footer.youtube:hover{background-color:#FF0000;border-color:#FF0000;color:#fff}.social-link-footer.twitter:hover{background-color:#fff;border-color:#fff;color:#000}.social-link-footer.twitter:hover i{color:#000!important}.social-link-footer.instagram:hover{background:#f09433;background:-moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);background:-webkit-linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border-color:transparent;color:#fff}.social-link-footer i{display:flex}.social-link-footer.pinterest:hover{background-color:#E60023;border-color:#E60023;color:#fff}