@keyframes zoom-maps{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.08)}to{transform:translateY(0) scale(1)}}.map-locations,.map-locations-wrap{position:relative}.map-locations img{width:100%}.inner-map-location{position:absolute;top:0;left:0;width:100%;height:100%}.inner-map-location ul{width:100%;height:100%;padding-left:0;margin:0}.inner-map-location .usa-location{position:absolute;transform:translate(-50%,-50%);left:18%;top:39%}.inner-map-location .india-location{position:absolute;transform:translate(-50%,-50%);top:35%;left:72%}.zoom-map img{animation:zoom-maps 1.5s infinite}.inner-map-location ul li{list-style:none;cursor:pointer}.country-container{display:flex;width:100%;justify-content:center;align-items:center;padding:1rem;flex-direction:column;gap:3rem}.country-container h3{font-size:30px;color:#000;font-weight:700}.countries{width:75%;justify-content:center;gap:2rem;flex-wrap:wrap}.countries,.country-box{display:flex;align-items:center}.country-box{flex-direction:column;text-align:center}.country-box img{width:40px;height:auto;box-shadow:0 0 3px #7c7c7c}.country-box p{margin-top:5px;font-size:14px}@media (max-width:767px){.countries{width:100%;gap:1rem}}