.lwm-container {
    display: flex;
    height: 900px;
  
}
	.lwm-content a {
    font-family: "Arial", Sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
}

  
  .lwm-left-wrapper {
    width: 50%;
    position: relative;  
    display: flex;
    flex-direction: column;
    background-image: url('/wp-content/uploads/2026/05/Path_-4.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 40px 80px 143px;
}

.lwm-left {
    width: 100%;  
    
    
    max-height: 800px;
    overflow-y: auto;
}

.lwm-scroll-indicator {
  position: sticky;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  color: white;
  opacity: 0.7;
  animation: bounce 1.5s infinite;
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}
  .lwm-right {
    width: 50%;
  }
  
  #lwm-map {
    width: 100%;
    height: 100%;
  }
  
  .lwm-item {
    
    margin-bottom: 10px;
    border-radius: 0px;
    cursor: pointer;
    overflow: hidden;
  }
  .lwm-item.active {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
 
}
.lwm-item.active .lwm-header {
  border-bottom: 0px solid rgb(255 255 255 / 40%);
 
}
  .lwm-header {
    background: transparent;
    color: white;
    padding: 20px 0px;
    font-weight: bold;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    font-size: 29px;
  }
  
  .lwm-content {
    display: none;
    padding: 10px 0px 30px;
    color: #f5f5f5;
  }
  .lwm-content h4{
    font-size: 18px;
  }
  .lwm-item.active .lwm-content {
    display: block;
  }

  .hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    
  }
  
  .hours-list li span:first-child {
    font-weight: 400;
  }
  .lwm-phone a{
    display: flex;
    gap: 20px;
    color: #fff;
    font-size: 20px !important;
    align-items: center;
    padding: 20px 0px;
  }
  .lwm-phone a:hover{
    color:#fff !important;
  }
  ul.hours-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 300px;
}

@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

.lwm-left {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.lwm-left::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
@media (max-width:768px){
 .lwm-left-wrapper {
	 width: 100%;
	 padding: 30px;
	}
	.lwm-header
	{
		font-size:20px;
	}

	.lwm-container {
    flex-wrap:wrap;
		height: auto;}
  .lwm-right {
    width: 100%;
	  height:350px;
  }

}