.elementor-11535 .elementor-element.elementor-element-a9df7db{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-35daabc */.map-container-wrapper {
  margin: auto;
  padding: 20px;
}
.map-container-wrapper a:hover {
  color: #4054B2 !important;
}
.title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}
.address{
    height: 69px;
}
.map-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.store-list {
  flex: 1;
  min-width: 550px;
  max-width: 600px;
  height: 100%;       
  max-height: none;    
  overflow: visible; 
  padding-right: 15px;
}
.store-item {
  display: flex;
  gap: 15px;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.store-item:hover {
  transform: scale(1.05);
}
.store-item img {
  width: 280px;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  flex-shrink: 0; 
}

.store-info h4 {
  color: #000;
  font-size: 18px;
  margin: 0;
  height: 40px;
}
.store-info p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
.store-info .phone {
  padding-top: 5px;
}
.store-info .address {
  padding-top: 5px;
}
.view-address {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.view-address:hover {
  color: #1261a6;
}
.map-frame {
  flex: 2;
  min-width: 400px;
  height: 550px;
}
.store-list::-webkit-scrollbar {
  width: 6px;
}
.store-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
.store-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

@media (max-width: 440px) {
  .store-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .store-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .store-info {
    margin-top: 10px;
  }
  
  .store-list {
  flex: 1;
  min-width: 350px;
  max-width: 500px !important;
  max-height: 100%  !important;
  overflow-y: auto;
  padding-right: 0px !important;
}
.map-frame {
    flex: 2;
    min-width: 410px  !important;
}

.elementor iframe {
    max-width: 85%;
}

.col-12{
    margin-left: -10px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a180ca */.site-content {
    padding: 50px 0px !important;
  }
  
  @media screen and (max-width: 1600px) {
body .container{
      width: 1300px !important;    
  }
  }
  
@media screen and (min-width: 1600px) and (max-width: 2000px) {

    body .container {
        max-width: 1600px;
        width: 100%;
    }
    
}/* End custom CSS */