.banner-btn {
  padding: 8px 9px;
  font-size: 14px;
  transition-delay: 0.5s !important;
  transition-duration: 0.5s !important;
}

.banner-btn > img {
  width: 26px;
  height: 26px;
  position: relative;
}
.navbar-links a {
  color: white;
  text-decoration: none;
  padding: 6px 6px;
  transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
  background-color: transparent;
  display: inline-block;
  border-radius: 4px;
}

.navbar-links a:hover {
  color: #000;
  background-color: white;
  padding: 6px 6px;
}

.social-links img {
  transition: transform 0.3s ease-in-out;
}

.social-links img:hover {
  animation: wiggle 0.4s ease-in-out;
}
@keyframes wiggle {
  0%,
  100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.email-links a {
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
  background-color: transparent;
  display: inline-block;
  border-radius: 4px;
}

.email-links a:hover {
  color: #a18f6d;
}
.btn-hover-div {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  /* border: 1px solid #2e3749; */
  border-radius: 20px;
  transition: all 0.5s ease;
  z-index: -1;
}

.banner-btn:hover {
  background-color: #fff;
  transition: all 0.5s ease;
}

.banner-btn:hover .btn-hover-div {
  right: 0;
  width: 100%;
  right: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
  background-color: #2e3749;
}

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

.faq-section h2 img {
  font-size: 0.8em;
}

.faq-section .rotate-180 {
  transform: rotate(180deg);
}

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

@media (min-width: 1200px) {
  .map-img {
    width: 355px;
  }
}

@media (min-width: 1400px) {
  .map-img {
    width: 590px;
  }
}

.image-animate-container {
  overflow: hidden;
  display: inline-block;
}

.image-animate {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
  animation: zoomInOut 33s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.contact-btn,
.popup-btn {
  cursor: pointer;
  transition: all 0.5s ease;
}

.contact-btn {
  /* border: 0; */
  border-color: transparent;
}

.contact-btn:hover {
  color: #2e3749;
  border-color: #2e3749;
}

.popup-btn {
  border-radius: 20px;
}

.popup-btn:hover {
  background-color: #000;
  color: #fff;
}

.plot-range-block {
  padding: 10px;
  background-color: #fff;
}

.numbered-list {
  display: none;
}

.legends-list {
  list-style-type: disc;
}

.legends-list li {
  position: relative;
  display: list-item;
  list-style-position: inside;
}

/* .legends-list li:before {
    position: relative;
    content: '';
    background-image: url();
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #231f20;
    margin-right: 12px;
} */

.metre-roads-section h4 {
  line-height: 1.2;
}

.footer-bottom {
  padding-top: 2em;
  border-top: 1px solid;
  margin-top: 2em;
  font-size: 13px;
}

.invest-list li {
  gap: 2em;
}

.progress-wrap {
  position: fixed;
  right: 12px;
  bottom: 25px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  content: "";
  position: absolute;
  transform: rotate(180deg);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  background-image: url("/secretlake/img/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #231f20;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

html {
  scroll-behavior: smooth;
}

.faq-section > ul > li > div img {
  margin-top: 1em;
  display: block;
  height: 25rem;
  object-fit: cover;
}

.faq-section > div {
  display: none;
}

@media (min-width: 992px) {
  .faq-section > div {
    display: block;
  }

  .faq-section > ul > li > div img {
    display: none;
  }

  .accordion-img {
    width: 100%;
    height: 35rem;
    overflow: hidden;
    object-fit: cover;
  }

  .faq-section > div {
    width: 100%;
    height: 35rem;
    overflow: hidden;
  }

  .image-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .footer-logo {
    margin-bottom: -6em;
  }
}
