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

.popupContent {
  padding: 3vh;
}

.fancybox__backdrop {
  background-color: var(--colorBrandPrimary20) !important;
}

.popupCloseButton i {
  color: var(--white) !important;
}

.leftSide hr {
  background-color: rgb(255 255 255 / 30%) !important;
  width: 190px;
}

.leftSide ul {
  list-style: none;
}

.leftSide .logo {
  margin-bottom: 0.5rem;
  width: 13vh;
}

.buttonPrimaryWithText {
  text-transform: capitalize;
  border: none;
  font-size: 0.9rem;
  padding: 1.2vh 1.5vh;
  background-color: #ebe9dbe6;
  color: #131b13;
  transition: all 0.3s;
}

.buttonPrimaryWithText:hover {
  background-color: var(--colorBrandSecondary90);
  color: white;
  box-shadow: var(--buttonOverOutline);
}

#btn-container {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  /* margin-top: 2rem; */
}

#btn-container div {
  white-space: nowrap;
}

#request-document {
  background-color: var(--colorBrandSecondary);
}

#left-container {
  overflow: hidden !important;
  padding: 0.5rem 0.2rem !important;
}

#property-list {
  max-height: 0;
  /* overflow: hidden; */
  margin: 0 0 0 1.5rem !important;
  opacity: 0;
  display: block;
  transition: max-height 0.7s ease, opacity 0.7s ease;
  padding: 0.5 rem 0 !important;
}

#property-list.actived {
  max-height: 500px;
  opacity: 1;
}

.leftSideIcons {
  display: none;
  flex-direction: column;
  justify-content: start;
  gap: 1rem;
  align-items: start;
  flex-wrap: nowrap;
  background: #20262c4a;
  border-radius: 8px;
  padding: 1rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(6px);
  margin: 0.75rem 0;
  width: fit-content;
}

.leftSideIcons > div {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  color: var(--colorGrayLight);
  flex: 1;
  gap: 0.5rem;
}

.leftSideIcons .titles {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
}

.animatedChildrens > div {
  transform: scale(0.5);
  /* transition: transform 0.5s ease; */
  opacity: 0;
  transition: all 0.5s ease;
}

.leftSideIcons > div > img {
  width: 48px;
  height: auto;
  /* margin: 0 auto 1vh auto; */
}

.leftSideIcons > div b {
  color: #ffffff;
  font-family: var(--fontHeader);
  /* white-space: nowrap; */
  margin-bottom: 0.5rem;
  text-align: left;
}

.leftSideIcons > div span {
  font-size: smaller;
}

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

/* The Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-out;
}

/* Modal Content */
.modal-content {
  background-color: var(--colorBrandPrimary70);

  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;

  align-items: center;
}

/* Close Button */
.close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2000;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#videoIframe {
  outline: 10px solid rgb(125 125 125 / 5%);
  transition: outline 0.5s ease;
}

#videoIframe:hover {
  outline: 10px solid rgb(125 125 125 / 15%);
}

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

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

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

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

/* Tablet Landscape (1024px to 1279px) */
@media only screen and (min-width: 1024px) {
  .leftSideIcons {
    display: flex;
  }
  #btn-container {
    margin-top: 2rem;
  }
}

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

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

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

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

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

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

@media (max-width: 430px) {
  .siteSummaryImage {
    background-position: 65% center;
  }
}
