.map-container {
    position: relative !important;
  }
  .location-data {
    position: absolute;
    right: 4%;
    top: 50%;
    padding: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    background-position: 50%;
    background-repeat: no-repeat; 
    background-size: contain;
    background: rgba(41, 44, 41, 0.9);
    border: 3px solid var(--main-bg-color);
    max-width: 450px;
    transform: translateY(-50%);
  }
  .location-data::before,
  .location-data::after {
    content: "";
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-bottom: 30px solid transparent;
    border-right: 30px solid var(--main-bg-color);
    border-top: 30px solid transparent;
    clear: both;
  }
  .location-data::before {
    left: -32px;
  }
  .location-data::after {
    left: -28px;
    border-right: 30px solid #2b2f2b;
  }
  .btn {
    padding: 6px;
    margin: 4px;
  }
  .info-cross {
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 10px;
  }
  .info-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 18px 0;
    text-align: center;
  }
  .info-description {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
  }
  .map-div {
    width: 100%;
    height: 480px;
  }
  .info-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main-bg-color);
    gap: 1rem;
  }
  .sec-loca-map-comp-1 button:nth-child(1) {
    border-color: #5684b9;
  }
  .sec-loca-map-comp-1 button:nth-child(2) {
    border-color: #c87474;
  }
  .sec-loca-map-comp-1 button:nth-child(3) {
    border-color: #926dc1;
  }
  .sec-loca-map-comp-1 button:nth-child(4) {
    border-color: #e7c28c;
  }
  .sec-loca-map-comp-1 button:hover {
    background-color: rgba(115, 120, 89, 0.5) !important;
  }
  .location-filter {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all 0.5s ease;
    position: relative;
    color: #474747;
    text-align: left;
  }
  .location-filter .location-select {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 18px 22px;
  }
  .location-filter .location-select > svg {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .location-filter .location-select > i {
    color: #888;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    float: right;
    line-height: 20px;
  }
  .location-filter:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204);
  }
  .location-filter:active {
    background-color: #f8f8f8;
  }
  .location-filter.active:hover,
  .location-filter.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8;
  }
  .location-filter.active .location-select > svg {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .location-filter .location-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
  }
  .location-filter .location-menu li {
    padding: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .location-filter .location-menu {
    padding: 0;
    list-style: none;
  }
  .location-filter .location-menu li:active {
    background-color: rgba(55, 56, 43, 0.9);
  }
  .location-menu li {
    background-color: #37382b;
    padding: 8px 4px;
    display: flex;
    gap: 16px;
    color: #f2f2f2;
    align-items: center;
    border-bottom: 1.5px solid #5684b9;
  }
  .location-menu li:nth-child(2) {
    border-color: #c87474;
  }
  .location-menu li:nth-child(3) {
    border-color: #926dc1;
  }
  .location-menu li:nth-child(4) {
    border-color: #e7c28c;
  }
  .image-div {
    position: relative;
  }
  .info-image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  [class^="nav-"] {
    flex: none;
    cursor: pointer;
  }
  .owl-nav {
    position: absolute;
    top: 43%;
    transform: translateY(-43%);
    left: 5px;
    right: 5px;
    display: none;
    justify-content: space-between;
  }
  .owl-nav > * {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-item-image-box {
    height: 10rem;
  }
  .home-location::after {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid rgba(246, 246, 246, 1);
    border-bottom: 35px solid transparent;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -100%);
  }
  .novus-info-window {
    position: absolute;
    height: fit-content;
    max-width: 835px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(246, 246, 246, 1);
  }
  .home-location {
    padding: 2.5rem 1.2rem;
    gap: 1rem;
    position: relative;
  }
  .info h3 {
    margin: 0;
    font-size: 30px;
    letter-spacing: -1.4px;
    font-weight: 500;
  }
  .info p {
    font-size: 16px;
    font-weight: 400;
  }
  .distance {
    flex: 1 1 0%;
  }
  .distance table {
    width: 100%;
  }
  .distance > * + * {
    margin-top: 1.5rem;
  }
  .distance table thead {
    font-weight: 700;
  }
  .distance table thead > tr > td {
    font-weight: 700;
    padding-bottom: 20px;
    font-family: Lato, sans-serif !important;
    color: #000 !important;
  }
  .distance table tr > td:nth-child(2) {
    text-align: right;
  }
  
  .distance table tbody > tr > td {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: Lato, sans-serif !important;
  }
  
  .location-btn {
    color: #2c2c22;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #2c2c22;
    padding: 16px 40px;
    font-family: Lato, sans-serif !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }
  
  .location-btn:hover {
    opacity: 0.5;
  }
  .location-btn img {
    margin-right: 10px;
    height: 19px;
  }
  
  .info-heading {
    padding: 0 20px 15px;
  }
  
  button[data-selected="false"],
  li[data-selected="false"] {
     background-color: rgb(55, 56, 43);
  }
  
  button[data-selected="true"],
  li[data-selected="true"] {
     background-color: rgb(80, 82, 62);
  }
  
  @media screen and (max-width: 1024px) {
    .map-text-wrapper {
      width: 54vw;
      height: 32vw;
      grid-column-gap: 6px;
      grid-row-gap: 6px;
      margin-bottom: 20px;
      padding: 5vw 1vw 5vw 6vw;
    }
    .info p {
      margin-top: 20px;
      font-weight: 400;
      color: #494949;
      letter-spacing: -0.1px;
      /* letter-spacing: 0.5px; */
    }
    .distance {
      margin-top: 40px;
    }
    .info-description {
      font-size: 13px;
    }
    .location-data {
      opacity: 1;
      top: 8px;
      left: 50%;
      right: 0;
      transform: translate(-50%, 0);
      bottom: auto;
      width: 95%;
    }
    .location-data::before,
    .location-data::after {
      left: 50%;
      transform: translate(-50%, 100%);
      border-right: 30px solid transparent;
      border-top: 30px solid var(--main-bg-color);
      border-left: 30px solid transparent;
      top: auto;
      bottom: -1px;
    }
    .location-data::after {
      bottom: 3px;
      border-top: 30px solid #2b2f2b;
    }
    .home-location::after {
      border-top: none;
      border-left: 35px solid transparent;
      border-bottom: 35px solid rgba(246, 246, 246, 1);
      border-right: 35px solid transparent;
      left: 60%;
      top: 1px;
      transform: translate(-50%, -100%);
    }
    .novus-info-window {
      bottom: 0;
      top: auto;
      left: 50%;
      transform: translate(-50%, 0);
    }
  }
  
  @media (min-width: 1024px) {
    .location-btn {
      display: inline-block;
      width: auto;
    }
    .home-location {
      display: flex;
      padding: 60px;
    }
    .info {
      width: 15.1rem;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    .info h3 {
      font-size: 3rem;
      letter-spacing: -2px;
      line-height: 110%;
    }
    .novus-info-window {
      right: 60px;
      margin-left: auto;
      margin-right: 0;
      width: 100%;
    }
  }
  