.location-map-section{position:relative;display:flex;height:500px;max-width:var(--page-width);margin:auto;margin-top:100px;background:linear-gradient(to bottom,#f3f4f6,#fff);border-radius:12px}.location-map-section__swipper{width:25%;background:#024638;max-height:100vh;padding:1rem;overflow:hidden;border-radius:12px 0 0 12px}.location-map-section__map{border-radius:0 12px 12px 0;width:75%}.location-map-section__button{display:flex;justify-content:center}.location-map-section .swiper-slide{display:flex;flex-direction:column;justify-content:flex-start;gap:20px;cursor:pointer;transition:all .3s ease-in-out}.location-map-section .swiper-slide:hover{transform:translateY(-5px)}.location-map-section .swiper-slide img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-top:8px}.location-map-section .swiper-slide h3{font-size:2.2rem;color:#fff;margin:8px 0 5px}.location-map-section .swiper-slide p{font-size:1.6rem;color:#fff;margin:0 0 5px}.location-map-section .swiper-scrollbar{left:-10px!important;background:#d6d6d6;z-index:0}.location-map-section .swiper-scrollbar-drag{display:block!important}.location-map-section .swiper-scrollbar.swiper-container-vertical{border-radius:2px;height:5px;width:200px;bottom:0;left:50%;transform:translateX(-50%)}@media screen and (max-width:1024px){.location-map-section{flex-direction:column-reverse;margin:auto;margin-top:50px;height:fit-content!important;max-width:700px}.location-map-section__map{width:100%!important;height:400px;border-radius:0}.location-map-section__swipper{width:100%!important}.location-map-section .swiper-slide{display:flex;justify-content:center;align-items:center}.location-map-section .swiper-slide img{max-width:400px}.location-map-section .swiper-pagination{position:inherit}.location-map-section .swiper-pagination-bullet-active{background-color:rgba(var(--color-button),var(--alpha-button-background))}}