.pageBg {
  z-index: 1;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 30%
    ),
    none !important;
}

/* .leftSide hr {
  background-color: rgb(255 255 255 / 10%);
  width: 250px;
} */

#subtileContainer {
  display: none;
}

.mapKey {
  /* display: flex; */
  display: none;
  flex-direction: column;
}

.mapKey div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: var(--fontRegular);
}

.mapKey img {
  width: 36px !important;
  height: 36px !important;
}

#hotspots img {
  border-radius: 50%;
  /* transition: all 0.3s; */
  border: none !important;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
  scale: 0.8;
}

#hotspots img:hover {
  outline: 2px solid rgba(255, 255, 255, 1);
  scale: 1.1;
}

#hotspots
  img:is(
    [src*="employers-Brisbane-CBD"],
    [src*="recreation-Gold-Coast"],
    [src*="transit-Caltex"],
    [src*="transit-United-Petroleum-Crestmead"],
    [src*="health-Chempro-Chemist-Crestmead"],
    [src*="eoc"],

  ) {
  outline: none !important;
  pointer-events: none !important;
  border-radius: 0% !important;
  scale: 1;
}

#hotspots img:is([src*="Project-Site"], ) {
  scale: 1 !important;
  animation: pulseOutline 2s infinite ease-out;
}

.mapPinInsideNumber {
  display: none;
}

.mapPinInside {
  border: none !important;
  outline: 3px solid rgba(255, 255, 255, 0.6);
  transition: all 0.2s;
}

.mapPinInside:hover {
  border: none !important;
  box-shadow: none !important;
  outline: 3px solid rgba(255, 255, 255, 1);
  scale: 1.1;
}

.mapPin[data-pin-id=""] > div {
  background-image: url("/wp-content/uploads/icons/siteLocation/building.svg") !important;
}

.medical > div {
  background-color: #3f65c7;
  background-image: url("/wp-content/uploads/icons/siteLocation/health.svg") !important;
  background-size: contain;
}

.recreation > div {
  background-color: #93a83c;
  background-image: url("/wp-content/uploads/icons/siteLocation/recreation.svg") !important;
  background-size: contain;
}

.shopping > div {
  background-color: #c7883f;
  background-image: url("/wp-content/uploads/icons/siteLocation/shopping.svg") !important;
  background-size: contain;
}

.transit > div {
  background-color: #457c5b;
  background-image: url("/wp-content/uploads/icons/siteLocation/transit.svg") !important;
  background-size: contain;
}

.education > div {
  background-color: #933fc7;
  background-image: url("/wp-content/uploads/icons/siteLocation/education.svg") !important;
  background-size: contain;
}

.employers > div {
  background-color: #0e8780;
  background-image: url("/wp-content/uploads/icons/siteLocation/employers.svg") !important;
  background-size: contain;
}
.arterials > div {
  background-color: #87480e;
  background-image: url("/wp-content/uploads/icons/siteLocation/arterials.svg") !important;
  background-size: contain;
}

.petrol > div {
  background-color: #c74e3fff;
  background-image: url("/wp-content/uploads/icons/siteLocation/gas.svg") !important;
  background-size: contain;
}

.logistics > div {
  background-color: #6358c7ff;
  background-image: url("/wp-content/uploads/icons/siteLocation/logistics.svg") !important;
  background-size: contain;
}

.transit[data-pin-id="117"] > div {
  background-image: url("/wp-content/uploads/icons/siteLocation/airport.svg") !important;
}
.transit[data-pin-id="181"] > div {
  background-image: url("/wp-content/uploads/icons/siteLocation/airport.svg") !important;
}
.transit[data-pin-id="119"] > div {
  background-image: url("/wp-content/uploads/icons/siteLocation/ship.svg") !important;
}

div.siteLocation {
  z-index: 10000 !important;
}

.siteLocation > div {
  background-color: var(--colorBrandPrimary);
  background-image: url("/wp-content/uploads/logo_circle.png") !important;
  background-size: contain;
  transform: scale(1.4);
}

.pinTooltip {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: bolder;
  font-family: var(--fontHeader);
}

.pinTooltip div:nth-child(2) {
  font-weight: bold;
}

.panoContainer,
.mapContainer {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 0;
}

.mapContainer {
  transform: translateX(0);
}

.panoContainer {
  transform: translateX(100%);
  z-index: 1;
}

.mapContainer,
.panoContainer {
  transition: transform 1.5s ease;
}

.locationPagePanoContainerHide {
  transform: translateX(100%);
}

.locationPagePanoContainerVisible {
  transform: translateX(0);
}

.locationMapContainerHide {
  transform: translateX(-100%);
}

.locationMapContainerVisible {
  transform: translateX(0);
}

.location360ContainerHide {
  transform: translateX(100%);
}

.location360ContainerVisible {
  transform: translateX(0);
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--colorBrandPrimary90);
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
  width: fit-content;
  border-radius: 2rem;
  border: 1px solid #ffffff66;
  margin-top: 1rem;
  transition: all 0.3s;
  white-space: nowrap;
  font-family: var(--fontRegular);
}

section:hover {
  background: var(--colorBrandSecondary90);
  border: 1px solid white;
}

input[type="checkbox"] {
  margin: 0;
  margin-right: 0.5rem;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  border: 6px solid #ffffff;
  background: #d7d7d7;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
  padding: 8px;
}

input[type="checkbox"]:checked {
  background: var(--colorBrandSecondary);
}

label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: var(--fontRegular) !important;
}

/* --------------------------------------- */

/* Mobile Portrait (up to 480px) */
/* Styles for mobile portrait screens */
@media only screen and (min-width: 412px) and (max-height: 767px) and (orientation: landscape) {
  .pageBg {
    z-index: 1;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.847) 0%,
        rgba(0, 0, 0, 0) 30%
      ),
      none !important;
  }

  #subtileContainer {
    display: block;
  }
}

/* Mobile Landscape (481px to 767px) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* Styles for mobile landscape screens */
}

/* Tablet Portrait (768px to 1023px) */
@media only screen and (min-width: 768px) {
  .pageBg {
    z-index: 1;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.847) 0%,
        rgba(0, 0, 0, 0) 30%
      ),
      none !important;
  }
}

/* Tablet Landscape (1024px to 1279px) */
/* Styles for tablet landscape screens */
@media only screen and (min-width: 1024px) {
  .mapKey {
    display: flex;
  }

  #subtileContainer {
    display: block;
  }
}

/* Small Desktop (1280px to 1440px) */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  /* Styles for small desktop screens */
}

/* Desktop (1441px to 1920px) */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  /* Styles for desktop screens */
}

/* Large Desktop (1921px and above) */
@media only screen and (min-width: 1921px) {
  /* Styles for large desktop screens */
}

/* Portrait Orientation */
@media only screen and (orientation: portrait) {
  /* Styles for portrait orientation */
}

/* Landscape Orientation */
@media only screen and (orientation: landscape) {
  /* Styles for landscape orientation */
}

/* Large Devices and Tablets in Landscape Mode */
@media (min-width: 1024px) and (orientation: landscape) {
  /* Styles for large screens and tablets in landscape orientation */
}
