/* @import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap"); */
/* @import url("https://fonts.cdnfonts.com/css/lt-wave"); */

@font-face {
  font-family: "LT Wave";
  font-style: normal;
  font-weight: 400;
  src: local("LT Wave"), url("../font/LTWave-Italic.woff") format("woff");
}

@font-face {
  font-family: "LT Wave";
  font-style: normal;
  font-weight: 300;
  src: local("LT Wave"), url("../font/LTWave-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "LT Wave";
  font-style: normal;
  font-weight: 700;
  src: local("LT Wave"), url("../font/LTWave-BoldItalic.woff") format("woff");
}

:root {
  --primary-color: #8c2de1;
  --secondary-color: #bd02e5;
  --font-family: "Work Sans", sans-serif;
  --font-family-mono: "LT Wave", sans-serif;
  --client-logo-w: 180px;
  --client-logo-gallery-w: 175px;
  --icon-color: #fff;
  --active-bg: #000;
}

*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden; /* Use with caution */
  overflow-y: auto; /* Allow vertical scrolling */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100dvh; /* Test thoroughly */
  font-size: 1rem;
  line-height: 1.4;
  color: var(--text-color);
  font-family: var(--font-family);
  margin: 0; /* Ensure no default margin */
  padding: 0; /* Ensure no default padding */
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
::-webkit-scrollbar {
  display: none;
}
button {
  cursor: pointer;
  outline: none !important;
  border: none !important;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.top-base {
  position: fixed;
  z-index: 1;
}

.client-logo {
  width: var(--client-logo-w);
  top: 12px;
  left: 12px;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.footer-menu {
  /* background-color: yellow; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 10px;
  gap: 4px;
  font-size: 12px;
  color: var(--icon-color);
  text-shadow: 0 0 4px var(--active-bg);
  justify-content: flex-end;
  border-top: 2px solid var(--icon-color);
  z-index: 3001;
}

.wraper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 650.2px) {
  .wraper {
    justify-content: flex-end;
  }
}

.footer-menu .pow-by {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-family-mono);
  margin-right: 20px;
}

.location-name {
  top: 10px;
  right: 10px;
  font-family: var(--font-family-mono);
  font-size: 2.758rem;
  font-weight: 400;
  color: var(--icon-color);
  text-align: right;
  max-width: 250px;
  line-height: 0.8;
  padding-right: 8px;
}

.location-name::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  right: -4px;
  top: 0;
  background-color: var(--primary-color);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.location-name:hover::after {
  background-color: var(--secondary-color);
}

.option-menu {
  margin-right: auto;
}

.option-menu .menu-toggle-btn {
  display: none;
  color: var(--icon-color);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.discover {
  display: none;
}

.discover::before {
  position: fixed;
  z-index: 1;
}

.option-menu .menu-hide-btn {
  display: none;
}
.option-menu .menu-body {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: transparent;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.option-menu .menu-body .menu-item {
  cursor: pointer;
  background-color: transparent;
  outline: none !important;
  border: none !important;
  padding: 0;
  color: var(--icon-color) !important;
  text-decoration: none;
  text-shadow: 0 0 1px var(--active-bg);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.option-menu .menu-body .menu-item:hover {
  color: var(--primary-color) !important;
}

.social-box {
  position: relative;
}

.social-box .social-icons {
  position: absolute;
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
  justify-content: center;
  bottom: 57rem;
  left: 54%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .social-box .social-icons {
    bottom: 10rem !important; /* Adjust the size as needed */
  }
}

/* Media query for devices with a max-width of 480px (mobile phones) */
@media (max-width: 480px) {
  .social-box .social-icons {
    bottom: 16rem !important; /* Adjust the size as needed */
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .social-box .social-icons {
    bottom: 525%; /* Adjust for landscape mode */
    left: 57%;
  }
}

/* Small devices (portrait tablets and large phones, 600px to 768px) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .social-box .social-icons {
    bottom: 550rem; /* Adjust for landscape mode */
    left: 50%;
  }
}

/* Medium devices (landscape tablets, 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .social-box .social-icons {
    bottom: 45rem; /* Adjust for landscape mode */
    left: 50%;
  }
}

/* Large devices (desktops, 992px to 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .social-box .social-icons {
    bottom: 56rem; /* Adjust for landscape mode */
    left: 50%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .social-box .social-icons {
    bottom: 55px; /* Adjust for landscape mode */
    left: 50%;
  }
}

.social-box .social-icons a {
  border-radius: 50rem;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-color);
  opacity: 0;
  transform: rotateY(180deg);
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-style: preserve-3d;
}

.social-box .social-icons.show a {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 0;
  transform: rotateY(0deg);
}
.social-box .social-icons.show a:nth-child(2) {
  transition-delay: 0.1s;
}
.social-box .social-icons.show a:nth-child(3) {
  transition-delay: 0.2s;
}
.social-box .social-icons.show a:nth-child(4) {
  transition-delay: 0.3s;
}
.social-box .social-icons.show a:nth-child(5) {
  transition-delay: 0.4s;
}
.social-box .social-icons.show a:nth-child(6) {
  transition-delay: 0.5s;
}
.social-box .social-icons.show a:nth-child(7) {
  transition-delay: 0.6s;
}

.social-box .social-icons a svg {
  width: 27px;
  height: 27px;
}

@media (max-width: 1138.2px) {
  .option-menu .menu-toggle-btn {
    display: block;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .option-menu .menu-hide-btn {
    display: block;
    color: var(--active-bg);
    position: absolute;
    top: 8px;
    z-index: 9000;
    right: 8px;
  }
  .option-menu .menu-body {
    position: fixed;
    flex-direction: column;
    width: 320px;
    height: 100dvh;
    background-color: var(--icon-color);
    top: 0;
    left: -320px;
    z-index: 2;
    align-items: flex-start;
    padding: 30px 0 16px;
    gap: 4px;
  }

  .discover {
    display: block;
    z-index: 9000;
    height: auto;
    width: auto;
    border-radius: 25px;
    z-index: 1;
    position: absolute;
    bottom: 105%;
  }

  .categorImg img {
    object-fit: cover;
    height: 30px;
    width: 30px;
    z-index: 50;
    transition: transform 0.3s ease;
    margin-top: 3.7em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .option-menu .menu-toggle-btn.show + .menu-body {
    left: 0;
  }

  .option-menu .menu-toggle-btn.show::before {
    content: "";
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .option-menu .menu-body .menu-item {
    color: var(--active-bg) !important;
    text-align: left;
    font-size: 1.3rem;
    padding: 16px 16px 20px;
    text-shadow: none;
    border-bottom: 1px solid var(--active-bg) !important;
    width: 90%;
    display: inline-block;
    line-height: 1;
  }
  .option-menu .menu-body .menu-item.tour-btn {
    margin-bottom: 0;
    border-bottom: none;
  }

  .social-box {
    position: absolute;
    bottom: 0;
  }
  .pano .social-box .menu-item.social-btn {
    color: var(--active-bg) !important;
    text-align: left;
    font-size: 1rem;
    font-family: var(--font-family-mono);
    padding: 8px;
    text-shadow: none;
    border-bottom: none !important;
    display: inline-block;
    line-height: 1;
    cursor: default;
    pointer-events: none;
  }
  .pano .social-box .social-icons {
    position: unset;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    transform: none;
    padding: 8px;
  }
  .social-box .social-icons a {
    display: inline-block;
    width: unset;
    height: unset;
    background-color: transparent;
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: all;
    z-index: 0;
    color: var(--active-bg);
  }
  .social-box .social-icons a:hover {
    color: var(--primary-color);
  }
}

@media (max-width: 425.2px) {
  .location-name {
    font-size: 2.5rem;
    max-width: 210px;
  }
}

.gallery-slide {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  top: 0;
  right: -283px;
  width: 283px;
  height: 100dvh;
  z-index: 122222;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--icon-color);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-slide.show {
  right: 0;
}

.gallery-slide .header {
  padding: 37px 12px 8px;
  border-bottom: 1px solid var(--icon-color);
}
.gallery-slide .header img {
  width: var(--client-logo-gallery-w);
}

.gallery-slide .close-btn {
  color: var(--icon-color);
  line-height: 0em;
  position: absolute;
  left: 10px;
  top: 10px;
}

.gallery-slide .body,
.gallery-slide .gallery-main.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 12px;
  gap: 10px;
  overflow: clip overlay;
  width: 100%;
  flex-wrap: nowrap;
}
.gallery-slide .body.hide,
.gallery-slide .gallery-main {
  display: none;
}
.gallery-slide .body .gallery-category,
.gallery-slide .gallery-main .gallery-category {
  margin: 8px 0;
  padding: 8px 16px;
  width: 100%;
  color: var(--icon-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid var(--icon-color) !important;
  border-radius: 50rem;
  text-align: unset;
  border-bottom-width: 4px !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-slide .gallery-main .gallery-category {
  justify-content: flex-start;
}
.gallery-slide .body .gallery-category:hover,
.gallery-slide .gallery-main .gallery-category:hover {
  border-color: var(--secondary-color) !important;
  background-color: var(--primary-color) !important;
}
.gallery-slide .body .gallery-category > *,
.gallery-slide .gallery-main .gallery-category > * {
  flex-shrink: 0;
}
.gallery-slide .body .gallery-category span,
.gallery-slide .gallery-main .gallery-category span {
  max-width: calc(100% - 32px);
}

.gallery-slide .gallery-main .gallery-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: clip overlay;
  gap: 16px;
  padding: 8px 0;
  align-self: center;
}
.gallery-slide .gallery-main .gallery-wrapper .gallery-item {
  cursor: pointer;
  flex-shrink: 0;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 2px 6px;
}

.gallery-slide .gallery-main .gallery-wrapper .gallery-item:hover,
.gallery-slide .gallery-main .gallery-wrapper .gallery-item.selected {
  box-shadow: 0 0 0 2px var(--primary-color);
}

.gallery-slide .gallery-main .gallery-wrapper .gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 80px;
}
.gallery-slide .gallery-main .gallery-wrapper .gallery-item p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0 0 7px var(--active-bg);
}

.gallery-slide .footer {
  margin-top: auto;
  padding: 12px 8px;
}

.gallery-slide .footer .copywrite {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.gallery-slide .footer .copywrite * {
  color: var(--icon-color) !important;
  text-shadow: 0 0 4px var(--active-bg);
}

.pins {
  position: fixed;
  display: flex;
  gap: 16px;
  align-items: center;
  left: 25%;
  top: 25%;
  z-index: 500;
}

.pin {
  width: auto;
  position: relative;
}
.pin .pin-img {
  width: 30px;
}

.pin .pin-tooltip {
  position: absolute;
  text-shadow: 0 0 4px var(--active-bg);
  background-color: rgba(0, 0, 0, 0.31);
  padding: 4px 8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--icon-color);
  max-width: 250px;
  text-align: center;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
}
.pin .tip {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.31);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5555;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.popup.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  z-index: 5555;
}

.popup .popup-body {
  background-color: var(--icon-color);
  border-radius: 8px;
  position: relative;
  padding: 16px;
  max-width: calc(100vw - 30px);
  width: calc(100vw - 30px);
  max-height: calc(100dvh - 30px);
  height: auto;
  z-index: 500000 !important;
}

.image-popup .model-body {
  position: relative;
  width: min-content;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-popup.show .model-body {
  opacity: 1;
  transform: scale(1);
}

.image-popup .model-body .close-btn {
  color: var(--icon-color);
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 5555;
}

.image-popup img {
  max-width: calc(100vw - 90px);
  max-height: calc(100dvh - 60px);
  object-fit: contain;
}

@media (max-width: 650.2px) {
  .image-popup img {
    max-width: calc(100vw - 40px);
  }
}

.event-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.event-popup .main-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.event-popup .main-wrapper .box_1 {
  flex: 1 0 calc(70% - 8px);
  width: calc(70% - 8px);
  align-self: center;
}
.event-popup .main-wrapper .box_2 {
  margin-top: 30px;
  margin-bottom: 30px;
  flex: 1 0 calc(30% - 8px);
  width: calc(30% - 8px);
  overflow: clip overlay;
  max-height: calc(100dvh - 120px);
}

.event-popup .main-wrapper h1 {
  font-family: var(--font-family-mono);
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 4px solid var(--active-bg);
  margin-bottom: 20px;
  max-width: 300px;
}

.event-popup .main-wrapper h4 {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.event-popup .main-wrapper p {
  font-size: 1rem;
  color: #4c4c4c;
  margin-bottom: 16px;
}

@media (max-width: 1024.2px) {
  .popup .popup-body {
    padding-top: 37px;
  }
  .event-popup .main-wrapper {
    overflow: clip overlay;
    max-height: calc(100dvh - 80px);
  }
  .event-popup .main-wrapper .box_1,
  .event-popup .main-wrapper .box_2 {
    flex: 1 0 100%;
    width: 100%;
  }
  .event-popup .main-wrapper .box_2 {
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
    max-height: unset;
  }
  .event-popup .main-wrapper h1 {
    max-width: 500px;
  }
}

@media (min-width: 1024.3px) {
  .event-popup .main-wrapper .box_1 {
    flex: 1 0 auto;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .event-popup .main-wrapper {
    max-height: 90vh; /* Adjust max-height for larger screens */
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.slick-arrow.slick-prev {
  left: 10px;
}
.slick-arrow.slick-next {
  right: 10px;
}

.image-slider .img-fluid {
  object-fit: cover;
  transform: scale(1);
  height: calc(100dvh - 80px);
}

.image-slider .img-fluid.slick-current {
  animation: zoomInOut 8s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}

.gallery-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 430px;
}

.gallery-box .item {
  flex: 1 0 50%;
  max-width: calc(50% - 5px);
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 2px 6px;
}

.gallery-box .item:hover {
  box-shadow: 0 0 0 2px var(--primary-color);
}

.gallery-box .item img {
  object-fit: cover;
  width: 100%;
  height: 100px;
}

.gallery-box .item p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--icon-color);
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0 0 7px var(--active-bg);
}

@media (max-width: 1024.2px) {
  .image-slider .img-fluid {
    height: auto;
  }
  .gallery-box {
    max-width: unset;
  }
  .gallery-box .item {
    flex: 1 0 25%;
    max-width: calc(24% - 5px);
  }
}
@media (max-width: 831.2px) {
  .gallery-box .item {
    flex: 1 0 33.33%;
    max-width: calc(33% - 5px);
  }
}
@media (max-width: 658.2px) {
  .gallery-box .item {
    flex: 1 0 50%;
    max-width: calc(50% - 5px);
  }
}

.backdrop {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.backdrop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* .item {
  position: relative;
  cursor: pointer;
} */

.item::after {
  content: attr(data-info);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
}

.item:hover::after {
  opacity: 1;
}

/* Modal */
/* Premium Salon Landing Page Styling */

/* Background and Main Wrapper */
/* Premium Salon Landing Page Styling */

/* Background and Main Wrapper */
/* #landing_page_wrapper {
  z-index: 5500;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.15); 
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif; 
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

} */

/* Content Box */
/* .salon-content-box {
  background: rgba(255, 255, 255, 0.7); 
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  max-width: 600px;
  width: 85%;
  transition: all 0.3s ease;
} */

/* Logo Styling */
/* #salonLogo {
  max-width: 200px;
  height: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
} */

/* Divider Line */
/* hr {
  width: 50%;
  margin: 1rem auto;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #9a8478, transparent);
} */

/* Heading Styles */
/* .text-dark h3 {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
} */

/* .text-dark h3 u {
  text-decoration: none;
  border-bottom: 2px solid #9a8478;
  padding-bottom: 5px;
} */

/* Bullet List Container */
/* .bullet-list-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 0;
  width: 100%;
} */

/* Bullet List Items */
/* .bullet-list {
  width: 100%;
} */

/* .bullet-list .item {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.bullet-list .item::before {
  content: "✨";
  margin-right: 10px;
  color: #9a8478;
  font-size: 1.2rem;
} */

/* Button Styling */
/* #startTourBtn {
  background: linear-gradient(135deg, #9a8478 0%, #7d6b61 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
} */

/* #startTourBtn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #86726a 0%, #6a5a51 100%);
} */

/* Responsive Adjustments */
/* :root {
  --vh: 100%;
}

@media (max-width: 768px) {
  #landing_page_wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }

  .salon-content-box {
    padding: 2rem;
    width: 90%;
  }
  
  .text-dark h3 {
    font-size: 1.7rem;
  }
  
  .bullet-list .item {
    font-size: 0.9rem;
  }
  
  #startTourBtn {
    padding: 0.8rem 1.6rem;
    font-size: 0.9rem;
  }
} */

/* Add a subtle animation to the content box */
/* @keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.salon-content-box {
  animation: fadeIn 1s ease-out forwards !important;
  -webkit-animation: fadeIn 1s ease-out forwards !important;
} */

#wecareLogo {
  width: 15vw;
}

@media (max-width: 768px) {
  #wecareLogo {
    width: 15vw !important; /* Adjust the size as needed */
  }
  .item {
    font-size: 10px;
  }
}

/* Media query for devices with a max-width of 480px (mobile phones) */
@media (max-width: 480px) {
  #wecareLogo {
    width: 50vw !important; /* Adjust the size as needed */
  }
}

#wecareLogo {
  width: 15vw;
}

@media (max-width: 768px) {
  #wecareLogo {
    width: 15vw !important; /* Adjust the size as needed */
  }
  .inline-logo {
    width: 30dvw !important;
  }
  .item {
    font-size: 10px;
  }
}

/* Media query for devices with a max-width of 480px (mobile phones) */
@media (max-width: 480px) {
  #wecareLogo {
    width: 50vw !important; /* Adjust the size as needed */
  }

  .inline-logo {
    width: 30dvw !important;
  }
}

#wecareLogo {
  width: 15vw;
  max-width: 150px;
  height: auto;
}

/* Heading Styles */
.text-dark h4 {
  color: black; /* Primary Blue */
  font-family: "Work Sans", sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding-top: 10px;
  text-align: center;
  position: relative;
}

.text-dark h4 u {
  text-decoration: none;
  padding-bottom: 5px;
}

/* Bullet List Container */
.bullet-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 5px;
  color: #000; /* Primary Blue */
}

/* Bullet Item */
.bullet-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 500;
}

.bullet-item::before {
  content: "\2022";
  margin-right: 10px;
  font-size: 1.2em;
  color: #cc877b; /* Accent Pink/Tan */
}

/* Gradient Button */
.btn-grad {
  /* background: linear-gradient(135deg, #065d86 0%, #cc877b 100%); */
  background: black;
  padding: 7px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff; /* Light Cream Text */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: block;
  width: 100%;
  font-weight: 600;
}

.btn-grad:hover {
  background-position: right center;
  /* background: linear-gradient(135deg, #cc877b 0%, #065d86 100%); */
  background: black;
  color: #fff;
  text-decoration: none;
}

/* Tablet devices */
@media (max-width: 1024px) {
  #wecareLogo {
    width: 20vw;
  }

  .inline-logo {
    width: 15dvw !important;
  }

  .text-dark h3 {
    font-size: 1.8rem;
  }

  .btn-grad {
    padding: 12px 35px;
  }
}

/* Mobile devices */
@media (max-width: 768px) {
  #wecareLogo {
    width: 25vw !important;
  }

  .inline-logo {
    width: 30dvw !important;
  }

  .item {
    font-size: 13px;
  }

  .text-dark h3 {
    font-size: 1.5rem;
  }

  .btn-grad {
    padding: 10px 30px;
  }

  .bullet-list {
    padding: 20px 10px;
    margin-bottom: -25px;
  }
}

@media (width: 360px) and (height: 740px) {
  .footer-menu .pow-by {
    font-size: 11px;
  }
}
/* Small mobile devices */
@media (max-width: 480px) {
  #wecareLogo {
    width: 50vw !important;
  }

  .inline-logo {
    width: 30dvw !important;
  }

  .text-dark h3 {
    margin-top: 10px;
    margin-bottom: -25px;
    font-size: 1.1rem;
  }

  .btn-grad {
    padding: 8px 20px;
    font-size: 0.9em;
  }

  .bullet-item {
    font-size: 0.95em;
  }
}

#panorama {
  width: 600px;
  height: 400px;
}

/* #ControlWrapper {

  color: #fff;
} */

#ControlWrapperLeftBottom {
  /*  background: #ffffffb5;*/
  color: #fff;
  display: flex;
  border: 1px solid white;
}
/* loading screen css for photo album start */

#loading-screen {
  position: fixed; /* Cover the entire viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.8); /* Darker semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Stack spinner and text vertically */
  z-index: -1;
  backdrop-filter: blur(5px); /* Add a blur effect to the background */
}

/* Spinner */
.spinner {
  border: 8px solid rgba(255, 255, 255, 0.3); /* Light border */
  border-top: 8px solid #3498db; /* Blue border for animation */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1.5s linear infinite;
  box-shadow: 0 0 20px rgba(52, 152, 219, 0.5); /* Add a glow effect */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Loading Text */
#loading-screen p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* Add a subtle glow */
}

/* Smooth transition for hiding the loading screen */
#loading-screen.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.box_1 {
  width: 100%;
  height: 600px; /* Set a fixed height */
  overflow: hidden; /* Prevent content from affecting size */
  position: relative;
}

.image-slider {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slide:first-child {
  opacity: 1;
  position: relative;
  animation: zoomInSmooth 0s ease-in-out forwards;
}

.slide {
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  transform: scale(1);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.slide.active {
  opacity: 1;
  display: block;
  position: relative;
  animation: zoomInSmooth 2s ease-in-out forwards;
  -webkit-animation: zoomInSmooth 2s ease-in-out forwards;
}

@keyframes zoomInSmooth {
  0% {
    transform: scale(1.2);
    opacity: 0.7;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  100% {
    transform: scale(1.6);
    opacity: 1;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
  }
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0.8px solid black;
  color: white;
  border: none;
  width: 30px; /* Set equal width and height */
  height: 30px; /* Set equal width and height */
  border-radius: 50%; /* Makes it a perfect circle */
  display: flex; /* Center content horizontally and vertically */
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease; /* Smooth hover effect */
}
#prev-btn {
  left: 10px;
}

#next-btn {
  right: 10px;
}

.nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/* loading screen css for photo album end */

#leftcontrols {
  position: absolute;
  bottom: 30px;
  left: 10px;
  z-index: 2;
  text-align: center;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

#rightcontrols {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  text-align: center;
  right: 15px;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

#rightLogocontrols {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  text-align: center;
  right: 85px;
  /*box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);*/
}

#topRightcontrols {
  position: absolute;
  top: 10px;
  z-index: 2;
  text-align: center;
  right: 15px;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

#topLeftcontrols {
  position: absolute;
  top: 10px;
  z-index: 2;
  text-align: center;
  left: 10px;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
/* #gyroEnabledContent {
  position: absolute;
  top: 70px;
  z-index: 2;
  text-align: center;
  left: 10px;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
} */
.ctrl {
  padding: 8px 5px;
  width: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

/* .ctrlrightTop {
  padding: 5px 10px;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
}

.ctrlrightTop:hover {
  background: #44444469;
  color: #fff;
  cursor: pointer;
} */

.ctrlleftTop {
  padding: 5px 10px;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
}

.ctrlleftTop:hover {
  background: #444;
  cursor: pointer;
}

.ctrlrightBottom {
  padding: 5px 10px;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
}

.ctrlrightBottom:hover {
  background: #44444469;
  color: #fff;
}

.ctrlrightLogoBottom {
  padding: 5px 10px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.ctrlrightLogoBottom:hover {
  /* background: #44444469;
          color: #fff;*/
}

.ctrlrightBottomZoomIn {
  padding: 5px 10px;
  width: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid white;
}

.ctrlrightBottomZoomIn:hover {
  background: #44444469;
  color: #fff;
}

.ctrlrightBottomZoomOut {
  padding: 5px 10px;
  width: 30px;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
}

.ctrlrightBottomZoomOut:hover {
  background: #44444469;
  color: #fff;
}

.ctrl:hover {
  background: rgba(200, 200, 200, 1);
}

#statusBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2000;
}

#statusBottomwrapper {
  text-align: center;
  font-size: 12px;
  padding: 2px;
}

.linkBottom {
  margin: 0px;
  text-decoration: none;
  /*color: rgb(0, 171, 85);*/
  color: white;
  cursor: pointer !important;
}

.leftSideMenuWrapper {
  /*  width: 350px;
              background: #fffffffa;*/
  color: #666;
  position: absolute;
  z-index: 5;
  top: 100px;
  height: 50%;
  left: 5px;
  display: none;
  animation: 0.3s cubic-bezier(0, 0, 0, 0) wipe-in-bottom-right both;
}

@keyframes wipe-in-bottom-right {
  from {
    clip-path: polygon(0 0, 0 0, 0 0, 0 50%);
  }

  to {
    clip-path: polygon(-50% 0%, 500% 0, 0 500%, 0 500%);
  }
}

[transition-style="in:wipe:bottom-right"] {
  animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) wipe-in-bottom-right both;
}

[transition-style="in:wipe:right"] {
  animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) wipe-in-right both;
}

.menuHeader {
  display: flex;
  padding: 10px 0px;
  flex-direction: row;
  height: 30px;
  border-bottom: 1px solid grey;
  justify-content: flex-end;
  align-items: center;
}

.imageListView {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imageListViewWrapper {
  overflow-x: auto;
  /* height:calc(80vh);*/
  height: calc(75vh);
}

.imageListItem {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px;
  position: relative;
  /*  width:200px;
              height:150px;*/
}

.imageListItem:hover {
  cursor: pointer;
}

.menuItem {
  padding-right: 15px;
  font-size: 20px;
}

.tooltip-container {
  position: relative;
  margin: 50px;
}

.tooltip-trigger {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.tooltip {
  display: none;
  position: absolute;
  margin-top: 2px;
  background-color: #444;
  color: white;
  padding: 5px;
  font-size: 12px;
  z-index: 5;
}

.tooltip-trigger:hover {
  border: 1px solid grey;
  border-radius: 5px;
}

.HeaderItem {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
}

.ImgClass {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 150px;
  width: 250px;
}

/* /* To style the document scrollbar, remove `.custom-scrollbar` */
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #00000066;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.bottom-right {
  position: absolute;
  bottom: 0px;
  width: 250px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #444;
  color: #fff;
}

.ImageItemNew {
  position: relative;
  height: 100px;
  min-width: 140px;
  margin: 5px;
  box-sizing: border-box;
  transition: border 0.5s ease 0s, filter 0.3s ease 0s, margin 0.3s ease 0s;
  opacity: 1;
  font-size: 0px;
  cursor: pointer;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 5px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: 196px 96px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .ImageItemNew {
    height: 70px;
    min-width: 120px;
  }
}

.ImageItemNew:hover {
  border: 3px solid lightgreen;
  border-radius: 8px;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltiptext:hover {
  visibility: visible;
}

.rightSideMenuWrapper {
  color: #666;
  position: absolute;
  z-index: 5;
  top: 50px;
  /*  height: 200px;*/
  right: 1px;
  display: none;
  width: 200px;
  padding: 2px;
  /*  background: #fff;*/
  transition: opacity 0.1s ease 0.02s;
  border-radius: 5px;
  border: 1px solid white;
}

.buttonRadio {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 12px;
  border: 1px solid #ffffff3b;
}
.buttonRadio:hover {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  background: #44444469;
}

.buttonRadio label,
.buttonRadio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.buttonRadio input[type="button"] {
  opacity: 0.011;
  z-index: 100;
}

.buttonRadio input[type="button"]:checked + label {
  background: #44444469;
  color: #fff;
  border-radius: 2px;
}

.buttonRadio label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  text-align: left;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.labelRadio {
  width: 100%;
  text-align: left;
}
.labelRadio:hover {
  color: #fff;
  cursor: pointer;
}
.Imagedetails {
  visibility: visible;
  bottom: 0;
  width: 100%;
  padding: 8px;
  color: #fff;
  font-size: 12px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  background: #44444469;
  overflow: hidden;
  left: 0px;
}
.Imagedetails:hover {
  background: #444;
  color: #fff;
}

.custom-hotspot-dark {
  color: #444;
  /*background-image: url("img/direction-top.svg");*/
  background-repeat: round;
  width: 35px;
  height: 35px;
  visibility: visible;
  transform-style: preserve-3d;
}

/* Base style for the tooltip */
div.custom-tooltip-dark span {
  visibility: hidden; /* Initially hidden */
  opacity: 0; /* Initially transparent */
  position: absolute;
  border-radius: 5px;
  text-align: center;
  max-width: 300px;
  padding: 5px 5px;
  margin-left: -220px;
  cursor: default;
  border: 1px solid #444;
  color: #fff;
  background: #44444469;
  font-size: 14px;
  font-weight: bolder;
  transition: visibility 0s, opacity 0.3s ease; /* Transition effect */
}

/* Show the tooltip on hover */
div.custom-tooltip-dark:hover span {
  visibility: visible; /* Show the tooltip */
  opacity: 1; /* Make it fully opaque */
}

/* Forward-Backward */
/* Base style for the tooltip */
div.custom-tooltip-dark-img span {
  visibility: visible; /* Initially hidden */
  opacity: 1; /* Initially transparent */
  position: absolute;
  margin-top: 5px;
  border-radius: 5px;
  text-align: center;
  max-width: 200px;
  padding: 5px 5px;
  margin-left: -220px;
  cursor: default;
  border: 1px solid #444;
  color: #fff;
  background: #44444469;
  font-size: 12px;
  font-weight: bolder;
  transition: visibility 0s, opacity 0.3s ease; /* Transition effect */
}

/* Show the tooltip on hover */
div.custom-tooltip-dark-img:hover span {
  visibility: visible; /* Show the tooltip */
  opacity: 1; /* Make it fully opaque */
}

div.custom-tooltip-dark span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}

div.custom-tooltip-light span {
  position: absolute;
  border-radius: 5px;
  text-align: center;
  max-width: 300px;
  padding: 5px 5px;
  margin-left: -220px;
  cursor: default;
  border: 1px solid #fff;
  background-color: #ffffff3b;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
}

div.custom-tooltip-light span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}

div.custom-tooltip-light:hover span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}

div.custom-tooltip-light span:hover {
  color: #fff;
  background: #44444469;
  border: 1px solid #444;
  cursor: pointer;
}

a.custom-url {
  color: #fff;
}
/* 
a.custom-url {
  color: #444;
} */
#leftcontrolsLogo {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  text-align: center;
  right: 90px;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.ctrlleftTopLogo {
  /* padding: 5px 10px;
    width: 30px;*/
  /* font-size: 20px;
    font-weight: bold;*/

  cursor: pointer;
  margin-top: 5px;
  /* border: 1px solid; */
  /*background:#fff;*/
}

.ctrlleftTopLogo:hover .hoverLogo:hover {
  display: block;
  position: absolute;
  /* background: #44444469;
        color: #fff;*/
}

.hoverLogo {
  display: none;
}
#controlsLogo {
  position: absolute;
  left: 10px;
  top: -5px;
}

#droneViewClose {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  background: #44444469;
  border: 1px solid #444;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

#droneViewClose:hover {
  cursor: pointer;
}

.custom-play {
  text-decoration: none;
  color: red;
  animation: blinker 1s linear infinite;
}

.play-cancel {
  position: absolute;
  right: -13px;
  top: -20px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  /* padding: 5px; */
  background: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.whatsapp-wrpper {
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  right: -62px;
  z-index: 2;
  text-align: center;
  background: #0009;
  padding: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 20%;
  border-top-left-radius: 20%;
}

@keyframes blinker {
  50% {
    color: orange;
  }
}

.center-controls-wrapper {
  height: 100px;
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 20px;
  flex-direction: row;
  cursor: inherit;
  z-index: 2;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-controls-div {
  margin: 5px;
  padding: 3px;
}

.center-controls-div:hover {
  cursor: pointer;
}

.control-wrapper {
  background: #0009;
  display: flex;
  flex-direction: row;
  padding: 0px 5px;
  border-radius: 10%;
  padding-left: 30px;
  padding-right: 30px;
}
._hide {
  transition: opacity 0.1s ease 0.02s;
}

.scene-description {
  position: absolute;
  right: 5px;
  top: 10px;
  background: #0009;
  border-left: 10px solid black;
  font-size: 15px;
  color: #fff;
  z-index: 100;
  padding: 15px;
  transition: opacity 0.1s ease 0.02s;
  /*min-height:0px;*/
}

.scene-description:hover {
  cursor: pointer;
}

.gallary-wrapper {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  bottom: 90px;
  z-index: 2500;
  width: auto;
  background-color: #0009;
  border-radius: 2rem;
  justify-self: center;
  left: 30px;
  right: 30px;
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .gallary-wrapper {
    padding: 0.5rem;
    border-radius: 1rem;
  }
}

::-webkit-scrollbar {
  display: none;
}

.image_wrapper {
  display: flex;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  max-width: 1300px;
}

.gallary-item {
  padding: 10px;
  height: 80px;
  width: 140px;
  flex-wrap: wrap;
  color: #fff;
  background: #0009;
  border-radius: 5px;
  border: 4px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  text-align: center;
  z-index: 2000;
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .gallary-item {
    padding: 6px;
    width: 180px;
  }
}

.gallary-item:hover {
  color: #0009;
  background: #fff;
  cursor: pointer;
  border: 4px solid grey;
  transition: opacity 0.1s ease 0.02s;
}

.leftside-submenu-wrapper {
  position: absolute;
  left: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leftside-submenu-item {
  display: flex;
}

.leftside-submenu-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0009;
  color: #fff;
  padding: 5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial;
}

/**/

.prevBtn_Wrapper,
.nextBtn_Wrapper {
  /*flex: 0.1;*/
  display: flex;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  visibility: hidden;

  height: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
}

.nextBtn,
.prevBtn {
  background-color: #0009;
  color: #fff;
  border: 0px;
  height: 120px;
  font-weight: 900;
  padding: 6px;
}
.nextBtn {
  border-radius: 0px 8px 8px 0px;
}

.prevBtn {
  border-radius: 8px 0px 0px 8px;
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .nextBtn,
  .prevBtn {
    height: 90px;
  }
}

.prevBtn_Wrapper {
  left: 10px;
}

.nextBtn_Wrapper {
  right: 10px;
}

:root {
  --white: #ffffff;
  --light-grey: #edf0f1;
  --violet: #655be1;
  --dark-violet: #5146e1;
  --black: #21232a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  text-align: center;
  padding: 0 20px;
  background: var(--light-grey);
  color: var(--white);
}

.notification {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: var(--violet);
}

/* MAIN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.socialmedia_submenu {
  position: absolute;
  bottom: 90px;
  left: 53.2%;
  display: flex;
  flex-direction: column;
  transition: all ease-in 2s;
}

.social_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 5px;
  background: #0009;
  color: #fff;
  /*animation: animate_items 0.5s initial;*/
  animation: close 0.3s ease both; /* closing list */
  transform: scale(0);
}

.animate_social_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 5px;
  background: #0009;
  color: #fff;
  /*animation: animate_items 0.5s initial;*/
  animation: open 0.3s ease both; /* opening list */
  transform: scale(0);
}

/*-------------------------------------*/

@keyframes open {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes close {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}
/* -------------------------------- close animation------------------------------*/

.socialmedia_submenu .social_item:nth-child(0) {
  animation-delay: 0s;
}

.socialmedia_submenu .social_item:nth-child(1) {
  animation-delay: 0.1s;
}

.socialmedia_submenu .social_item:nth-child(2) {
  animation-delay: 0.2s;
}

.socialmedia_submenu .social_item:nth-child(3) {
  animation-delay: 0.3s;
}

.socialmedia_submenu .social_item:nth-child(4) {
  animation-delay: 0.4s;
}

/* ----------------  open  animation ---------------------------------*/

.socialmedia_submenu .animate_social_item:nth-child(4) {
  animation-delay: 0s;
}

.socialmedia_submenu .animate_social_item:nth-child(3) {
  animation-delay: 0.1s;
}

.socialmedia_submenu .animate_social_item:nth-child(2) {
  animation-delay: 0.2s;
}

.socialmedia_submenu .animate_social_item:nth-child(1) {
  animation-delay: 0.3s;
}

.socialmedia_submenu .animate_social_item:nth-child(0) {
  animation-delay: 0.4s;
}

.social_item:hover {
  cursor: pointer;
}

.modal {
  z-index: 4000 !important;
}

/* --------------------------------------------Side Menu ----------------------------------------------------------------------------*/

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1600;
  display: none;
}

.side_menu {
  display: none;
}

.menu_wrapper {
  position: absolute;
  right: 0%;
  top: 0%;
  border-left: 2px solid black;
  color: #fff;
  z-index: 6500;
  height: 100%;
  width: 250px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  background: linear-gradient(to bottom, #b3b6b4, #e9e9e9, #b3b6b4);
  padding: 0.5rem;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 1rem;
  transition: animation 0.5s ease-in-out;
  animation: animate_sidebar 0.3s linear;
}

@keyframes animate_sidebar {
  0% {
    width: 0px;
  }

  100% {
    width: 250px;
  }
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .menu_wrapper {
    padding: 0px;
    gap: 0.5rem;
  }
}

.icon_wrapper {
  height: 100px;
  width: 100%;
  padding: 1rem;
}

.icon_wrapper img {
  mix-blend-mode: darken;
  border-bottom: 2px solid red;
  padding-bottom: 0.5rem;
  /* margin-bottom: 2rem; */
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .icon_wrapper {
    width: 75%;
    height: 90px;
  }
}

.category_list_wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.menu_singleitem {
  width: 100%;
  padding: 10px 0px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  transition: border-bottom 0.2s ease-in-out;
}

.Image_List_wrapper {
  width: 100%;
  height: auto;
  overflow-y: auto;
  margin-top: 1rem;
  max-height: 70%;
}

.Image_list {
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.Images_content_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  display: none;
  height: 100%;
}

.ImageItem {
  position: relative;
  height: 100px;
  min-width: 170px;
  margin: 5px;
  box-sizing: border-box;
  transition: border 0.5s ease 0s, filter 0.3s ease 0s, margin 0.3s ease 0s;
  opacity: 1;
  font-size: 0px;
  cursor: pointer;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 5px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: 196px 96px;
  background-repeat: no-repeat;
}

.MenuContianer {
  display: flex;
  width: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
}

.MenuContianer > div > ul {
  list-style-type: none;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  gap: 1.5rem;
  padding-left: 0px !important;
  margin-inline: auto !important;
}

.MenuContianer > div > ul li {
  text-align: center;
  cursor: pointer;
  transition: border-bottom 0.5s ease-in-out;
  color: black;
  border-radius: 25px;
  width: 80%;
  border: 1px solid black;
  padding: 0.5rem;
  position: relative;
  background-color: aliceblue;
  animation: animate_list 0.3s 0.7s linear ease-in;
  transition: animation 0.5s ease-in;
  animation-delay: 0.6s;
}

@keyframes animate_list {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.MenuContianer > div > ul li .border {
  position: absolute;
  width: 100%;
  border-radius: 25px;
  background-color: black;
  top: 0%;
  height: 100%;
  left: 3px;
  top: 5px;
  z-index: -10;
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .MenuContianer > div > ul li {
    font-size: 0.8rem;
  }
}

/*.MenuContianer > div > ul li:hover {
   border-bottom: 5px solid #0b613c;
}*/

.ImagedetailsText {
  visibility: visible;
  bottom: 0;
  width: 90%;
  padding: 8px;
  color: #fff;
  font-size: 12px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  background: #44444469;
  overflow: hidden;
  left: 0px;
}

.ImagedetailsText:hover {
  background: #444;
  color: #fff;
}

.back_category_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  transition: border-bottom 0.5s ease-in-out;
  color: black;
  border-radius: 25px;
  border: 1px solid black;
  padding: 0.5rem;
  position: relative;
  background-color: aliceblue;
}

.back_category_wrapper::after {
  content: '""';
  position: absolute;
  top: 4px;
  left: 3px;
  background-color: black;
  border-radius: 25px;
  width: 100%;
  z-index: -10;
  height: 35px;
}

.back-button {
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-bottom: 30px;*/
  color: black;
  z-index: 3000;
  font-weight: 800;
  padding-right: 20px;
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .back-button {
    font-size: 0.9rem;
    padding-right: 10px;
  }
}

.category_name h3 {
  /*font-weight: 600;*/
  color: black;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  margin: 0px;
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .menu_wrapper {
    font-size: 1.2rem;
  }
}

/*---------------------------------------------------------------- Close Sidebar btn -------------------------------------------------------------------*/

.close_btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -13px;
  top: 2rem;
}

@media only screen and (max-width: 430px),
  only screen and (max-device-width: 430px) {
  .close_btn_wrapper {
    top: 6rem;
  }
}

.close_btn {
  text-align: center;
  cursor: pointer;
  transition: border-bottom 0.5s ease-in-out;
  color: black;
  border-radius: 50%;
  border: 1px solid black;
  padding: 0.5rem;
  position: relative;
  animation: animate_list 0.3s 0.7s linear ease-in;
  transition: animation 0.5s ease-in;
  animation-delay: 0.6s;
  background-color: aliceblue;
  /*    width:2rem*/
}

/* ------------------------------------------------------------------------ Scrollbar - Style ---------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tg-dialog {
  /* border-radius: 12px !important;
  animation-delay: 100ms !important;
  min-height: 120px !important; */
  background: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important;
  /* max-width: 340px !important;
  width: max-content !important; */
  z-index: 12500 !important;
  /* display: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  font-size: .9rem !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important; */
}

.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  color: white !important;
}

.tg-dialog-close-btn svg {
  height: 15px !important;
  width: 15px !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  /*padding: 5px !important;
  */
  color: #fff !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.custom-hotspot-blinker {
  position: absolute;
  /*top: 50%;
    left: 50%;
    */
  -webkit-transform: translate(-45%, -45%);
  transform: translate(-45%, -45%);
  width: 1.1em;
  height: 1.1em;
  background-color: #444;
  border-radius: 50%;
  z-index: 3000;
  -webkit-transform: translate(-45%, -45%);
  -moz-transform: translate(-45%, -45%);
  -ms-transform: translate(-45%, -45%);
  -o-transform: translate(-45%, -45%);
}

.custom-hotspot-blinker:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-40%, -45%);
  border-radius: 50%;
  border-width: 0px;
  border-style: solid;
  border-color: white;
  border-image: initial;
  animation: 1000ms ease-out 0s infinite normal forwards running loading;
}

@-webkit-keyframes loading {
  0% {
    border: 0px solid white;
  }

  20% {
    border: 5px solid white;
    width: 0%;
    height: 0%;
  }

  100% {
    border: 5px solid white;
    width: 100%;
    height: 100%;
  }
}

@keyframes loading {
  0% {
    border: 0px solid white;
  }

  20% {
    border: 5px solid white;
    width: 0%;
    height: 0%;
  }

  100% {
    border: 5px solid white;
    width: 100%;
    height: 100%;
  }
}

:root {
  --scene-description-height: 50px; /* Initial default value */
}

@keyframes blink-border {
  0% {
    border-color: white;
  }
  50% {
    border-color: transparent;
  }
  100% {
    border-color: white;
  }
}

.active-thumbnail {
  border: 5px solid white;
  border-radius: 50%; /* Keeps the rounded shape */
  object-fit: cover;
  animation: blink-border 1s infinite; /* Apply blinking animation */
  transition: transform 0.3s ease; /* Smooth effect for other state changes */
}

.pro360-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
  /* background: #f4f4f4 url("../css/img/_background.svg") repeat; */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  line-height: 1.4;
}

.pro360-container * {
  box-sizing: content-box;
}

.pro360-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pro360-grab {
  cursor: grab;
  /* cursor: url('./img/') 12 8, default; */
}

.pro360-grabbing {
  cursor: grabbing;
  /* cursor: url("img/grabbing.svg") 12 8, default; */
}

/* .pro360-fullscreen-toggle-button {
  background-image: url('img/fullscreen.svg');
} */

.pro360-zoom-in {
  background-image: url("img/zoomin.svg");
}

.pro360-zoom-out {
  background-image: url("img/zoomout.svg");
}

.pro360-orientation-button {
  background-image: url("img/active.svg");
}

.pro360-circle {
  /* background-image: url('img/blinkingspot.svg');*/
  /*background-image: url('img/direction-top.svg');
  background-repeat: round;
  width:100px;
  height:100px;*/
}

.pro360-info {
  /* background-image: url('/UI/assets/js/img/dot.png'); */
  background-repeat: repeat;
  color: white;
  background-color: white;
  height: 10px;
}

.pro360-compass {
  background-image: url("img/compass.svg");
}

.pro360-container:-moz-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pro360-container:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pro360-container:-ms-fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pro360-container:fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pro360-render-container {
  cursor: inherit;
  /* Fix display bug in Safari 7 */
  position: absolute;
  height: 100%;
  width: 100%;
}

.pro360-controls {
  margin-top: 4px;
  background-color: #444;
  opacity: 8;
  /* border: 1px solid #999;
  border-color: rgba(0,0,0,0.4);
  border-radius: 3px;*/
  cursor: pointer;
  z-index: 2;
  /* Fix Safari fullscreen bug */
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}

.pro360-control:hover {
  background-color: #f8f8f8;
}

/* .pro360-controls-container {
  position: absolute;
  left: 4px;
  bottom: 4px;
  z-index: 1;
  display:none;
  flex-direction:row;
} */

.pro360-zoom-controls {
  width: 26px;
  height: 52px;
}

.pro360-zoom-in {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  border-radius: 3px 3px 0 0;
}

.pro360-zoom-out {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-position: 0 -26px;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* .pro360-fullscreen-toggle-button, .pro360-orientation-button, .pro360-hot-spot-debug-indicator {
  width: 26px;
  height: 26px;
} */

.pro360-hot-spot-debug-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  display: none;
}

.pro360-orientation-button-inactive {
  background-position: 0 -156px;
}

.pro360-orientation-button-active {
  background-position: 0 -182px;
}

/* .pro360-fullscreen-toggle-button-inactive {
  background-position: 0 -52px;
} */

/* .pro360-fullscreen-toggle-button-active {
  background-position: 0 -78px;
} */

.pro360-panorama-info {
  position: absolute;
  bottom: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
  color: #fff;
  text-align: right;
  display: none;
  z-index: 2;
  /* Fix Safari fullscreen bug */
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}

.pro360-title-box {
  position: relative;
  font-size: 20px;
  display: table;
  padding-left: 5px;
  margin-bottom: 3px;
}

.pro360-author-box {
  position: relative;
  font-size: 12px;
  display: table;
  padding-left: 5px;
}

.pro360-load-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: none;
  color: #fff;
}

.pro360-load-box p {
  margin: 20px 0;
}

.pro360-lbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  display: none;
}

.pro360-loading {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: pro360-mv;
  -webkit-animation-name: pro360-mv;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  height: 10px;
  width: 10px;
  background-color: #fff;
  position: relative;
}

@keyframes pro360-mv {
  from {
    left: 0;
    top: 0;
  }

  25% {
    left: 10px;
    top: 0;
  }

  50% {
    left: 10px;
    top: 10px;
  }

  75% {
    left: 0;
    top: 10px;
  }

  to {
    left: 0;
    top: 0;
  }
}

@-webkit-keyframes pro360-mv {
  from {
    left: 0;
    top: 0;
  }

  25% {
    left: 10px;
    top: 0;
  }

  50% {
    left: 10px;
    top: 10px;
  }

  75% {
    left: 0;
    top: 10px;
  }

  to {
    left: 0;
    top: 0;
  }
}

.pro360-load-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin: -50px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: table;
  color: #fff;
  cursor: pointer;
}

.pro360-load-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.pro360-load-button p {
  display: table-cell;
  vertical-align: middle;
}

.pro360-info-box {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: #000;
  border-radius: 3px;
  display: table;
  text-align: center;
  color: #fff;
  table-layout: fixed;
}

.pro360-info-box a,
.pro360-author-box a {
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pro360-info-box p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 5px;
}

.pro360-error-msg {
  display: none;
}

.pro360-about-msg {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
  display: none;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.pro360-about-msg a:link,
.pro360-about-msg a:visited {
  color: #fff;
}

.pro360-about-msg a:hover,
.pro360-about-msg a:active {
  color: #eee;
}

.pro360-hotspot-base {
  position: absolute;
  visibility: hidden;
  cursor: default;
  vertical-align: middle;
  top: 0;
  z-index: 1;
}

.pro360-hotspot {
  height: 13px;
  width: 13px;
  border-radius: 18px;
}

.pro360-info {
  height: 13px;
  width: 13px;
  border-radius: 18px;
}

.pro360-hotspot:hover {
  /*background-color: rgba(255,255,255,0.2);*/
}

.pro360-hotspot.pro360-scene {
  background-position: 0 -130px;
}

div.pro360-tooltip span {
  visibility: visible;
  position: absolute;
  border-radius: 5px;
  background-color: #ffffff3b;
  color: #fff;
  text-align: center;
  max-width: 200px;
  padding: 5px 5px;
  margin-left: -220px;
  cursor: default;
  border: 1px solid #fff;
}

div.pro360-tooltip span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}

div.pro360-tooltip:hover span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}

div.pro360-tooltip span:hover {
  /*visibility: hidden;*/
  color: #fff;
  background: #44444469;
  border: 1px solid #444;
  cursor: pointer;
}

div.pro360-tooltip:hover span {
  visibility: visible;
}

.pro360-compass {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 4px;
  bottom: 4px;
  border-radius: 25px;
  background-image: url("img/compass.svg");
  cursor: default;
  display: none;
}

.pro360-world {
  position: absolute;
  left: 50%;
  top: 50%;
}

.pro360-face {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}

.pro360-dragfix,
.pro360-preview-img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.pro360-preview-img {
  background-size: cover;
  background-position: center;
}

.pro360-lbar {
  width: 150px;
  margin: 0 auto;
  border: #fff 1px solid;
  height: 6px;
}

.pro360-lbar-fill {
  background: #fff;
  height: 100%;
  width: 0;
}

.pro360-lmsg {
  font-size: 12px;
}

.pro360-fade-img {
  position: absolute;
  top: 0;
  left: 0;
}

.pro360-pointer {
  cursor: pointer;
}

.pro360-blinkcircle {
  height: 30px;
  width: 30px;
  position: absolute;
  visibility: visible;
  cursor: default;
  vertical-align: middle;
  top: 0;
  z-index: 19999;
}
/* Transparent overlay with logo */
.overlay {
  /*pointer-events: none;*/ /* Makes the overlay non-interactive */
  /*position: fixed;
  bottom: 10px;*/ /* Adjust the distance from the bottom as needed */
  /*right: 10px;*/ /* Adjust the distance from the right as needed */
  /*width: auto;*/ /* Allow content to determine width */
  /*height: auto;*/ /* Allow content to determine height */
  /*background-color: rgba(0,0,0,0.7);*/ /* Semi-transparent background */
  /*display: flex;
  justify-content: flex-end;*/ /* Align content to the end (right) */
  /*align-items: flex-end;*/ /* Align content to the end (bottom) */
  /*z-index: 9999;
  padding: 5px;*/ /* Add some padding to the right-bottom corner */

  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  position: fixed;
  margin: 10px;
  bottom: 10px;
  right: 10px;
  padding: 5px;
}

/* Company logo */
.company-logo {
  width: 40px; /* Adjust the size as needed */
  height: auto; /* Maintains aspect ratio */
}

#toast {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 50%;
  font-size: 17px;
  white-space: nowrap;
}

#toast #img {
  width: 50px;
  height: 50px;
  float: left;
  /* padding-top: 16px;
      padding-bottom: 16px;*/
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
}

#toast #desc {
  color: #fff;
  /*padding: 16px;*/
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s,
    fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
    fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  from {
    min-width: 50px;
  }

  to {
    min-width: 350px;
  }
}

@keyframes expand {
  from {
    min-width: 50px;
  }

  to {
    min-width: 350px;
  }
}

@-webkit-keyframes stay {
  from {
    min-width: 350px;
  }

  to {
    min-width: 350px;
  }
}

@keyframes stay {
  from {
    min-width: 350px;
  }

  to {
    min-width: 350px;
  }
}

@-webkit-keyframes shrink {
  from {
    min-width: 350px;
  }

  to {
    min-width: 50px;
  }
}

@keyframes shrink {
  from {
    min-width: 350px;
  }

  to {
    min-width: 50px;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 60px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 60px;
    opacity: 0;
  }
}

/* Drone */
div.custom-tooltip-dark-drone span {
  visibility: hidden;
  opacity: 1;
  position: absolute;
  margin-top: 5px;
  border-radius: 8px;
  text-align: center;
  max-width: 200px;
  padding: 8px 12px;
  margin-left: -220px;
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.3);

  /* Strong background for better contrast */
  background: rgba(255, 255, 255, 0.85); /* Dark semi-transparent background */
  backdrop-filter: blur(10px); /* Optional: adds blur effect */

  font-size: 13px;
  font-weight: bolder;
  transition: visibility 0s, opacity 0.3s ease;

  /* Simplified gradient text with better contrast */
  background-image: linear-gradient(
    90deg,
    #ff890a,
    #ffb347,
    #ff6f00,
    #ff4444,
    #00d4aa,
    #4facfe
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* Fallback for browsers that don't support gradient text */
  color: #ffffff;
}

/* Show the tooltip on hover */
div.custom-tooltip-dark-drone:hover span {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.pro360-drone {
  background-image: url("/UI/assets/js/img/location.svg");
  background-repeat: round;
  /* background-color: rgba(255,255,255,0.9); */
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}

/* parking */

div.custom-tooltip-dark-park span {
  visibility: hidden; /* Initially hidden */
  opacity: 1; /* Initially transparent */
  position: absolute;
  margin-top: 5px;
  border-radius: 5px;
  text-align: center;
  max-width: 200px;
  padding: 5px 5px;
  margin-left: -220px;
  cursor: default;
  border: 1px solid #444;
  color: #fff;
  background: #44444469;
  font-size: 12px;
  font-weight: bolder;
  transition: visibility 0s, opacity 0.3s ease;
  /* Transition effect */
}

/* Show the tooltip on hover */
div.custom-tooltip-dark-park:hover span {
  visibility: visible; /* Show the tooltip */
  opacity: 1; /* Make it fully opaque */
}

.pro360-park {
  background-image: url("/UI/assets/js/img/parking.svg");
  background-repeat: round;

  height: 30px;
  width: 30px;
  border-radius: 18px;
}

/* Fixing menu  */
/* Fix for menu overflow - constrain container height */
.gallery-main {
  max-height: 100vh; /* Prevent container from growing beyond viewport */
  overflow: hidden; /* Hide any overflow from the main container */
  display: flex;
  flex-direction: column;
}

.gallery-wrapper,
.image_wrapper {
  max-height: calc(100dvh - 20px); /* Reserve space for header/other elements */
  overflow-y: scroll !important; /* Enable scrolling */
  overflow-x: hidden;

  /* Hide scrollbar completely */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch */
}

/* Hide scrollbar for WebKit browsers */
.gallery-wrapper::-webkit-scrollbar,
.image_wrapper::-webkit-scrollbar {
  display: none;
}

/* Ensure the back button stays at top */
.gallery-category .back-btn-sub {
  flex-shrink: 0; /* Don't let it shrink */
  position: relative;
  z-index: 10;
}

/* If the above doesn't work, try this more specific approach */
.gallery-main .gallery-wrapper {
  max-height: 65vh !important;
  overflow-y: scroll !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery-main .gallery-wrapper::-webkit-scrollbar {
  display: none;
}

/* More Info CSS */
.sm-more-info {
  position: fixed;
  top: 50%;
  left: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#sm-more-info {
  display: none;
  visibility: hidden;
}
#moreInfoIcon {
  position: static; /* remove absolute so it follows flex layout */
  height: 44px;
  margin: -60px !important;
  width: auto;
}

/* Add shine once */
#moreInfoIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 2.5s ease-in-out forwards;
}

/* Animation sweep */
@keyframes shine {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}

.sm-powred-by {
  position: fixed;
  bottom: 4px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
}

.dropdown-container {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 9999;
  padding: 5px;
  gap: 10px;
}
.sm-more-info .sm-more-info-detail {
  width: fit-content;
  height: fit-content;
  min-height: 10px;
  max-width: 400px;
  right: 50%;
  left: 50%;
  bottom: 63px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
}

.dropdown {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);

  /* 🔑 Auto size based on content */
  width: fit-content;
  height: fit-content;

  /* Remove forced min/max so it follows content */
  min-width: 25dvw;
  max-width: unset;
  min-height: unset;
  max-height: unset;

  flex-direction: column;
  display: none;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(45, 45, 45, 0.13);
  padding: 30px;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10001;
}

.dropdown.show {
  display: flex;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.modal-overlay.show {
  display: block;
  opacity: 1;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: background 0.2s;
}

.close-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}

#menu .work-btn,
#moreInfoButton {
  padding: 0px 10px !important;
}

/* Button wrapper */
#moreInfoButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Shine sweep */
#moreInfoButton.animate::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(0, 255, 255, 0) 0%,
    rgba(0, 255, 255, 0.9) 50%,
    rgba(0, 255, 255, 0) 100%
  ); /* ✨ bright cyan shine */
  animation: shine 2.5s linear infinite;
}

/* Glow pulse */
#moreInfoButton.animate::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 255, 255, 0.6); /* ✨ cyan glow */
  filter: blur(8px);
  opacity: 0.7;
  animation: glow 2s ease-in-out infinite;
}

@keyframes shine {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}

@keyframes glow {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}

.dropdown-container a {
  font-size: 15px;
  font-family: Arial, sans-serif;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}

.work-btn {
  cursor: pointer;
}

.sm-custom-btn {
  height: 26px;
  width: 13px;
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  background: rgb(255, 255, 255);
  padding: 0px 0px;
  gap: 5px;
  border-radius: 100px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
}

.sm-more-info h4 {
  font-size: 34px;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
  color: #333;
}

.sm-info-description {
  max-height: 150px;
  padding-right: 10px;
  overflow: auto;
}

.sm-more-info p:last-child {
  margin: 0px;
}

.sm-more-info p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

/* Tablet Responsive */
@media screen and (max-width: 1024px) {
  .dropdown {
    max-width: 380px;
    min-width: 280px;
    padding: 25px;
  }
}

/* Mobile Large */
@media screen and (max-width: 767px) {
  .dropdown {
    width: 90%;
    max-width: 350px;
    min-width: 260px;
    padding: 20px;
    max-height: 85vh;
    overflow-y: auto;
  }

  .sm-more-info h4 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .sm-info-description {
    max-height: none;
  }
}

/* Mobile Medium */
@media screen and (max-width: 480px) {
  .dropdown {
    width: 95%;
    max-width: 300px;
    min-width: 240px;
    padding: 18px;
  }

  .sm-more-info h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .sm-more-info p {
    font-size: 15px;
  }
}

/* Mobile Small */
@media screen and (max-width: 360px) {
  .dropdown {
    width: 98%;
    max-width: 280px;
    min-width: 220px;
    padding: 15px;
  }

  .sm-more-info h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sm-more-info p {
    font-size: 14px;
  }

  .close-btn {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

/* Content-based width adjustments */
.dropdown.small-content {
  min-width: 250px;
  max-width: 300px;
}

.dropdown.large-content {
  min-width: 350px;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .dropdown.large-content {
    min-width: 280px;
    max-width: 380px;
  }
}

@media screen and (max-width: 480px) {
  .dropdown.large-content {
    min-width: 260px;
    max-width: 320px;
  }
}
.thimbIcon {
  position: absolute;
  right: 5px;
  top: 122px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 3000;
}

.scene-description {
  position: absolute;
  right: 5px;
  top: 10px;
  background: #0009;
  border-left: 10px solid black;
  font-size: 15px;
  color: #fff;
  z-index: 100;
  padding: 15px;
  transition: opacity 0.1s ease 0.02s;
}

.categorImg {
  position: absolute;
  right: 20px;
  top: calc(10px + var(--scene-description-height) + 15px);
  display: none; /* Hidden by default */
  flex-direction: column;
  gap: 15px;
  z-index: 3000;
  transition: all 0.3s ease-in-out;
}

/* Shown state */
.categorImg.open {
  display: flex; /* Show when open */
}

.scene-description:hover {
  cursor: pointer;
}

.categorImg img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  transition: transform 0.3s ease;
  margin-top: 3.7em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.thumb-nail-img {
  display: block;
}

.thumb-nail-img.visible {
  display: block; /* Reveal when in view */
}

.categoryName {
  display: block;
  font-family: var(--font-family-mono);
  font-size: 16px;
  position: absolute;
  top: 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #6920a9;
  right: -15px;
  margin-bottom: 8px; /* Space between category name and images */
  width: 175px;
}

.image_wrapper {
  display: flex;
  gap: 15px; /* Space between images */
  flex-wrap: nowrap; /* Keeps images in a single line */
}

.gallery-item img:hover {
  transform: scale(1.05); /* Subtle zoom effect on hover */
}

.categorImg .close-btn {
  top: 50px;
  right: -25px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-right: 10px;
  background: none; /* no background */
  border: none; /* no border */
  border-radius: 0; /* remove rounded bg */
}
/* iPad Pro 12.9" landscape */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .sm-more-info .sm-more-info-detail {
    width: 50dvw;
    height: 52dvh !important;
    min-height: 45dvh;
    max-width: 100dvw;
    right: 50%;
    left: 50%;
    bottom: 63px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.75);
    padding: 30px;
  }
}
/* iPad Pro 12.9" Landscape */
@media only screen and (width: 1366px) and (height: 1024px) and (orientation: landscape) {
  .sm-more-info .sm-more-info-detail {
    width: 50dvw;
    height: 52dvh !important;
    min-height: 45dvh;
    max-width: 100dvw;
    right: 50%;
    left: 50%;
    bottom: 63px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.75);
    padding: 30px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (width: 1024px) and (height: 1366px) and (orientation: portrait) {
  .sm-more-info .sm-more-info-detail {
    width: 70dvw;
    height: 60dvh !important;
    min-height: 50dvh;
    max-width: 100dvw;
    right: 50%;
    left: 50%;
    bottom: 40px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.75);
    padding: 25px;
  }
}



/* Leaflet */
/* === Base Styles (Desktop default) === */

/* Button */
/* === Floorplan Button Always Visible === */
#openFloorplan {
  position: fixed;
  /* left: 10px; */
  top: calc(50% + 70px); /* below the More Info icon */
  transform: translateY(-50%);
  z-index: 4000;
  padding: 10px 14px;
  border: none;
  cursor: pointer;
  background: #007bff;
  color: white;
  border-radius: 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}

#openFloorplan:hover {
  transform: translateY(-50%) scale(1.05);
  background: #0069d9;
}

#openFloorplan svg {
  width: 20px;
  height: 20px;
}


/* Modal */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal-content {
  position: relative;
  width: 87vw;
  height: 77vh;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.close-btn-leaflet {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 8px;
  z-index: 100;
}

/* Modal Active */
.modal.open {
  display: flex;
}

/* Map */
#map {
  width: 100%;
  height: 80vh;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

/* Marker Styles */
.normal-marker,
.active-marker {
  background: transparent !important;
  border: none !important;
}

.marker-dot {
  width: 12px;
  height: 12px;
  background: #007bff;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1000;
}

.active-dot {
  background: #ff4757 !important;
  width: 16px;
  height: 16px;
  animation: bounce 0.6s ease-in-out;
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #ff4757;
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: 999;
}

/* Animations */
@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(0.1); opacity: 1; }
  50% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}
@keyframes bounce {
  0%,20%,60%,100% { transform: translateY(0); }
  40% { transform: translateY(-8px); }
  80% { transform: translateY(-4px); }
}


/* === Responsive Breakpoints === */

/* 📱 Small Phones (portrait ≤480px) */
@media (max-width: 480px) {
  #openFloorplan {
    /* bottom: -1078%; */
    /* left: 4%; */
    font-size: 14px;
    padding: 8px 10px;
  }

  #openFloorplan img {
    width: 18px;
    height: 18px;
  }

  .modal-content {
    width: 95vw;
    height: 59vh;
    border-radius: 6px;
  }

  #map {
    height: 65vh;
    z-index: 1;
  }

  .close-btn-leaflet {
    top: 6px;
    right: 6px;
    padding: 3px 6px;
    font-size: 12px;
  }
}

/* 📱 Large Phones / Small Tablets (481px–768px) */
@media (min-width: 481px) and (max-width: 768px) {
  #openFloorplan {
    /* bottom: 3%; */
    /* left: 3%; */
    font-size: 15px;
    padding: 9px 12px;
  }

  .modal-content {
    width: 90vw;
    height: 70vh;
  }

  #map {
    height: 68vh;
  }
}

/* 💻 Tablets / iPads (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  #openFloorplan {
    /* bottom: -1600%; */
    font-size: 16px;
  }

  .modal-content {
    width: 80vw;
    height: 75vh;
  }

  #map {
    height: 72vh;
  }
}

/* 🖥️ Large Desktops (≥1025px) */
@media (min-width: 1025px) {
  .modal-content {
    width: 70vw;
    height: 80vh;
  }
}


/* 📱💻 iPad Pro (12.9") — 1366x1024px */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px)
  and (orientation: landscape) {

  #openFloorplan {
    /* bottom: 2.5%; */
    /* left: 2.5%; */
    font-size: 16px;
    padding: 10px 14px;
  }

  .modal-content {
    width: 75vw;
    height: 78vh;
    border-radius: 10px;
  }

  #map {
    height: 72vh;
  }

  .close-btn-leaflet {
    top: 12px;
    right: 12px;
    font-size: 14px;
  }
}

/* Portrait mode for iPad Pro (1024x1366) */
@media only screen 
  and (min-width: 1024px)
  and (max-width: 1366px)
  and (orientation: portrait) {

  #openFloorplan {
    /* bottom: 3%; */
    /* left: 3%; */
    font-size: 15px;
    padding: 9px 12px;
  }

  .modal-content {
    width: 85vw;
    height: 80vh;
  }

  #map {
    height: 70vh;
  }

  .close-btn-leaflet {
    top: 10px;
    right: 10px;
  }
}

/* --- iPad Pro (12.9") - Tablet specific fix --- */

/* Target iPad Pro in Portrait (1024x1366) */
@media only screen 
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {

  #openFloorplan {
    /* bottom: 3%; */
    /* left: 3%; */
    font-size: 15px;
    padding: 9px 12px;
  }

  .modal-content {
    width: 84vw;
    height: 80vh;
  }

  #map {
    height: 70vh;
  }

  .close-btn-leaflet {
    top: 10px;
    right: 10px;
  }
}

/* Target iPad Pro in Landscape (1366x1024) */
@media only screen 
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {

  #openFloorplan {
    /* bottom: -1192%; */
    font-size: 16px;
    padding: 10px 14px;
  }

  .modal-content {
    width: 75vw;
    height: 78vh;
    border-radius: 10px;
  }

  #map {
    height: 72vh;
  }

  .close-btn-leaflet {
    top: 12px;
    right: 12px;
    font-size: 14px;
  }
}
.twoIcons {
  position: fixed;          /* keeps both visible on screen */
  top: 50%;                 /* vertically centered */
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;   /* stack vertically */
  align-items: center;
  gap: 14px;                /* space between icons */
  z-index: 5000;
}