#allLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(../image/loading2.gif) no-repeat center
    center;
  z-index: 10000;
}
.error {
  margin-top: 0;
  padding: 5px 10px;
}
.grecaptcha-badge {
  z-index: 9999;
}
header div#logo img {
  width: unset !important;
}
.custom-border-1 {
  border: 1px solid black;
}
.custom-border-2 {
  border: 2px solid black;
}
.custom-border-3 {
  border: 3px solid black;
}
.custom-border-4 {
  border: 4px solid black;
}
.custom-border-5 {
  border: 5px solid black;
}
footer {
  padding: 40px 0 0 0;
}
.subfooter {
  margin-top: 30px;
}
section {
  padding: 60px 0 60px 0;
}
.bg-gr {
  background-image: url(../image/gr-bg.jpg);
}
header.smaller {
  background-image: url(../image/gr-bg.jpg);
}
header.header-mobile {
  background-image: url(../image/gr-bg.jpg) !important;
}
.transparent.has-topbar.at-top.header-mobile {
  position: relative !important;
}
footer {
  background-image: url(../image/gr-bg.jpg) !important;
}
.banner-text-shadow {
  text-shadow: 2px 2px 25px #000;
}
.custom-nav-button {
  text-align: center;
  margin: 40px 0 20px 0;
}

.custom-prev,
.custom-next {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 5px;
}

.custom-prev-gallery,
.custom-next-gallery {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 5px;
}

.custom-prev-floor,
.custom-next-floor {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 5px;
}

.gr-main {
  max-width: 251px;
}

.side-line::before {
  content: "";
  width: 10%;
  height: 2px;
  display: block;
  background-color: var(--primary-color);
}

.side-line::after {
  content: "";
  width: 10%;
  height: 2px;
  display: block;
  background-color: var(--primary-color);
}

.side-line {
  display: flex;
  text-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.sticky-buttons {
  position: fixed;
  right: 0;
  text-wrap: nowrap;
  writing-mode: vertical-lr;
  top: 50%;
  z-index: 1000;
  transform: translate(0, -50%) rotate(180deg);
  font-size: 0.8rem;
}

.float-btn {
  padding: 15px;
  line-height: 3;
  background-image: url(../image/gr-bg.jpg);
  border: 1px solid var(--primary-color);
}

.floor-plan-text {
  color: var(--primary-color);
}

.floor-plan-text {
  font-family: var(--body-font);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--primary-color) !important;
}

.gr-back {
  width: 100%;
}

.text-justify {
  text-align: justify;
}

.bg-floor-plan {
  background-color: #3c3c3a;
}
.bg-p-50 {
  background-position: 50%;
}

.sticky-buttons.reached-bottom {
  position: relative;
}
.bg-elevation-night {
  background-image: url("../image/banner-n-o.png");
}

.bg-elevation-day {
  background-image: url("../image/banner-d-o.png");
}
@media (max-width: 768px) {
  .bg-elevation-night {
    background-image: url("../image/banner-n-o-m.png");
  }

  .bg-elevation-day {
    background-image: url("../image/banner-d-o-m.png");
  }
  .sticky-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly; /* Distributes space evenly between buttons */
    z-index: 1000;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0; /* Adds some padding to the container for spacing */
    text-wrap: nowrap;
    writing-mode: horizontal-tb;
    transform: unset;
    top: unset;
  }

  .float-btn {
    flex: max-content; /* Allows each button to take equal width */
    flex: 1; /* Allows each button to take equal width */
    text-align: center; /* Centers the text inside the buttons */
    padding: 0;
    line-height: 3;
    background-image: url(../image/gr-bg.jpg);
    border: 1px solid var(--primary-color);
    font-size: 0.8rem;
    margin: 0; /* Adds a small margin between buttons */
  }
  /* Safari-specific rule */
  @supports (-webkit-touch-callout: none) {
    .float-btn {
      flex: 1; /* For Safari */
    }
  }
  h1.slider-title {
    padding-top: 15px;
    font-size: 36px;
  }
  .v-center {
    min-height: 60vh;
  }
}
@media (min-width: 768px) {
  .gr-back {
    width: 80%;
  }
}

@media (min-width: 1100px) {
  .custom-logo-width {
    min-width: 150px;
  }
}
