/* ===== Max-Width ===== */
/* ===== Colors ===== */
/* ===== Font ===== */
/* ===== Font size ===== */
/* 20px */
/* 16px */
/* 14px */
/* ===== Font weight ===== */
/* ===== z index ===== */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  position: relative;
  height: 100%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  margin: 0;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: #010a11;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem !important;
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600 !important;
  font-family: "Raleway", sans-serif;
  line-height: 120%;
}

h1 {
  font-size: 64px !important;
}

h2 {
  font-size: 46px !important;
}

h3 {
  font-size: 32px !important;
}

h4 {
  font-size: 24px !important;
}

h5 {
  font-size: 20px !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 46px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 20px !important;
  }
}
span {
  font-weight: 600;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

input {
  all: unset;
  height: 3.5rem;
  background-color: #ffffff;
}

select {
  border: 1px solid #010a11;
  border-radius: 3px;
}

button {
  text-decoration: none;
  border: none;
  cursor: pointer;
}

/* ===== REUSABLE CSS CLASSES ===== */
.section {
  height: auto;
  overflow: hidden;
  padding: 10rem 1.5rem;
  position: relative;
}
@media (max-width: 1023px) {
  .section {
    padding: 5rem 1rem;
  }
}
.section__title {
  font-size: 64px;
}
.section__subtitle {
  font-size: 32px;
}
.section__desc {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  line-height: 2.4rem;
}

.top-section {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .top-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.section-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 1400px !important;
  margin: 0 auto;
}

.button {
  display: inline-flex;
  justify-content: center;
  min-width: 180px;
  padding: 1rem 2rem;
  border-radius: 0;
  text-align: center;
  background-color: #0E1621;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.button:hover {
  background-color: #000000;
}

.button-line {
  background-color: transparent;
  border: 1px solid white;
}
.button-line:hover {
  border: 1px solid #000000;
  background-color: white;
  color: #0E1621;
}

.button-w {
  background-color: white;
  border: 1px solid #0E1621;
  color: black;
}
.button-w:hover {
  background-color: #0E1621;
  color: #ffffff;
}

.page-header-section {
  padding: 0 1rem;
  height: 650px;
}
@media (max-width: 767px) {
  .page-header-section {
    height: 300px;
  }
}

.img-contain img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.hero-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.page-header-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 100%);
}

.cross-image-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(4, 79, 57, 0.8) 0%, rgba(4, 79, 57, 0.8) 0%);
}

.menu-open {
  overflow: hidden !important;
}

[data-aos=fade-left] {
  transform: translateX(-100px);
}

[data-aos=fade-right] {
  transform: translateX(100px);
}

[data-aos=fade-up] {
  transform: translateY(50px);
}

.contact-icon {
  width: 20px;
  height: auto;
}

.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.header {
  display: flex;
  height: 120px;
  color: #ffffff;
  transition: all 0.5s ease-in;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .header {
    height: 100px;
  }
}

header {
  transition: all 0.3s;
}

.scroll-header {
  height: 80px;
  background: #0E1621;
  box-shadow: 5px 0 50px rgba(65, 37, 11, 0.1450980392);
}
.scroll-header .header {
  height: 80px;
}

.close-header {
  opacity: 0;
  visibility: hidden;
}

.logo {
  max-width: 200px;
  display: inline-block;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .logo {
    width: 180px;
  }
}

.scroll-header .logo {
  max-width: 150px;
  margin-bottom: 3px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .nav {
    padding: 0 1rem;
  }
}
.nav .nav-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(14, 22, 33, 0.5);
  color: #ffffff;
  width: 100vw;
  height: 100vh;
  font-size: 36px;
  visibility: hidden;
}
@media (max-width: 767px) {
  .nav .nav-menu {
    font-size: 24px;
  }
}
.nav .nav-menu .container {
  position: absolute;
  top: 0;
  right: -100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  height: 100vh;
  padding-right: 20%;
  margin-right: 0;
  position: relative;
  background-color: #0E1621;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  .nav .nav-menu .container {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .nav .nav-menu .container {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    padding-right: 10%;
  }
}
.nav .nav-menu #menu-primary {
  display: flex;
  gap: 1rem;
  list-style-type: none;
  flex-direction: column;
}
@media (max-width: 767px) {
  .nav .nav-menu #menu-primary {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.nav .nav-menu #menu-primary li {
  padding: 6px 0;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .nav .nav-menu #menu-primary li {
    gap: 0.5rem;
  }
}
.nav .nav-menu #menu-primary li a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  transition: all 0.3s;
  max-width: 500px;
  line-height: 1.2;
}
.nav .nav-menu #menu-primary li a:hover {
  transform: translateX(10px);
}
@media (max-width: 767px) {
  .nav .nav-menu #menu-primary li a {
    max-width: 100%;
  }
}

.show-menu {
  visibility: visible !important;
}
.show-menu .container {
  right: 0 !important;
}
.show-menu #menu-primary li {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}
.show-menu #menu-primary li:nth-child(1) {
  animation-delay: 0s;
}
.show-menu #menu-primary li:nth-child(2) {
  animation-delay: 0.1s;
}
.show-menu #menu-primary li:nth-child(3) {
  animation-delay: 0.2s;
}
.show-menu #menu-primary li:nth-child(4) {
  animation-delay: 0.3s;
}
.show-menu #menu-primary li:nth-child(5) {
  animation-delay: 0.4s;
}
.show-menu #menu-primary li:nth-child(6) {
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sub-menu a {
  font-size: 28px;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .sub-menu a {
    font-size: 20px;
  }
}
.sub-menu a::before {
  content: "- ";
}

.submenu-toggle {
  cursor: pointer;
  margin-left: 5px;
  width: 45px;
  transition: transform 0.3s !important;
}
@media (max-width: 767px) {
  .submenu-toggle {
    width: 30px;
  }
}
.submenu-toggle:hover {
  transform: translateX(10px);
}

.sub-menu-bg {
  width: 100vw;
  height: 100vh;
  display: flex;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.sub-menu-wrap {
  width: 40%;
  height: 100vh;
  position: absolute;
  right: -100%;
  display: flex;
  align-items: center;
  padding: 2rem;
  background: #152336;
  z-index: 50;
  transition: all 0.3s;
  box-shadow: 0 0 50px 50px black;
}
@media (max-width: 767px) {
  .sub-menu-wrap {
    width: 80%;
  }
}

.sub-menu-on {
  visibility: visible;
}

.sub-menu-on .sub-menu-wrap {
  right: 0;
}

li:has(> div.sub-menu-on) {
  z-index: 50;
}

.nav__icons {
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 30;
}

.nav__toggle {
  background-color: black;
  border-radius: 100%;
  padding: 0.5rem;
}

.nav__close {
  display: none;
  color: #ffffff;
}

.show-icon {
  display: block !important;
}

.hide-icon {
  display: none !important;
}

.footer-nav ul {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
}
.footer-nav li {
  font-weight: bold;
  transition: all 0.3s;
}
.footer-nav li:hover {
  color: #0E1621;
}

.footer-icon {
  width: 20px;
  height: 20px;
}
.footer-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.social-icon {
  width: 30px;
  height: 30px;
}

#menu-footer {
  columns: 2;
  -webkit-columns: 2; /* For older versions of Chrome and Safari */
  -moz-columns: 2; /* For older versions of Firefox */
  list-style: none;
  padding: 0;
}

#menu-footer li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* Avoid splitting list items */
  margin-bottom: 1rem; /* Adjust as needed */
}

/*
* Clark Custom
*/
.logo-font h1, .logo-font .hero-desc {
  font-family: "Montserrat", sans-serif !important;
}
.logo-font h1 {
  font-size: 88px !important;
}
@media (max-width: 1023px) {
  .logo-font h1 {
    font-size: 72px !important;
  }
}
@media (max-width: 767px) {
  .logo-font h1 {
    font-size: 56px !important;
  }
}
@media (max-width: 639px) {
  .logo-font h1 {
    font-size: 38px !important;
  }
}
.logo-font .hero-desc {
  font-size: 22px;
}
@media (max-width: 1023px) {
  .logo-font .hero-desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .logo-font .hero-desc {
    font-size: 14px;
  }
}

.increase-number-wrap.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.increase-number-wrap h1 .prepend, .increase-number-wrap h1 .append {
  font-size: 50px !important;
}
@media (max-width: 767px) {
  .increase-number-wrap h1 .prepend, .increase-number-wrap h1 .append {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .increase-number-wrap h1 {
    font-size: 40px !important;
  }
}
.increase-number-wrap .desc {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .increase-number-wrap .desc {
    font-size: 14px;
  }
}

.increase-number {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .swiper-slide {
    font-size: 1rem;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: relative !important;
  width: auto !important;
}

.swiper-pagination-bullet-active {
  background: #0E1621 !important;
}

.completedProjectSwiper .swiper-slide {
  background-color: #f2f2f2;
}

.saleSwiper .swiper-slide {
  padding-bottom: 220px;
}
@media (max-width: 1023px) {
  .saleSwiper .swiper-slide {
    padding-bottom: 0;
  }
}

.completedProjectSwiper .swiper-slide .slide-overlay {
  opacity: 0;
  transition: 0.3s;
}
.completedProjectSwiper .swiper-slide:hover .slide-overlay {
  opacity: 1;
}

.page-hero-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 70%, rgb(0, 0, 0) 100%);
}

.video-link iframe {
  width: 100%;
  height: 100%;
}

.member .photo {
  transition: 0.3s;
}

.member:hover .photo {
  transform: scale(1.1);
}

.grid-cols-\[1\.5fr_1fr\] {
  grid-template-columns: 1.5fr 1fr;
}

.grid-cols-\[1fr_1\.5fr\] {
  grid-template-columns: 1fr 1.5fr;
}

.grid-cols-\[2fr_1fr\] {
  grid-template-columns: 2fr 1fr;
}

.grid-cols-\[1fr_2fr\] {
  grid-template-columns: 1fr 2fr;
}

.nav-sticker {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  color: white;
  opacity: 0;
  transition: opacity 3s, box-shadow 0.5s;
}
@media (max-width: 767px) {
  .nav-sticker {
    bottom: 1rem;
    left: 1rem;
    width: 200px;
    height: 200px;
  }
}
.nav-sticker img {
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-sticker:hover {
  box-shadow: 0 0 30px #ffffff;
}

.show-menu .nav-sticker {
  opacity: 1;
}

#gform_2 {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #gform_2 {
    justify-content: center;
  }
}

#gform_submit_button_2 {
  padding: 0.5rem 1.5rem;
  margin: 0;
}

#gform_fields_2 {
  display: block;
}

.detailGallerySwiper .sale-prev, .detailGallerySwiper .sale-next {
  opacity: 1;
  width: 80px;
}
.detailGallerySwiper .sale-prev img, .detailGallerySwiper .sale-next img {
  filter: invert(1) grayscale(100%) contrast(100%) brightness(100%);
}

#newsletter input {
  height: 56px;
}
#newsletter input[type=email] {
  width: 250px;
}
#newsletter input[type=submit] {
  min-width: 120px;
}

/* Styles for the modal container */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  align-items: center;
}

/* Styles for the modal content */
.modal-content {
  background-color: #fff;
  margin: 2rem auto; /* Center the modal vertically and horizontally */
  border: 1px solid #888;
  width: 80%;
  max-width: 1200px;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
}
@media (max-width: 767px) {
  .modal-content {
    width: 90%;
  }
}

/* Close button style */
.modal-close {
  cursor: pointer;
  filter: invert(1);
}

/* Style for the body when the modal is open */
body.modal-open {
  overflow: hidden;
}

.gform_wrapper .gform_title {
  text-align: center !important;
  margin-bottom: 1rem;
  font-size: 40px !important;
}

.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: #ffffff;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #ffffff;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=file],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
  background: none;
  border: 1px solid #ffffff;
  height: 50px;
  font-weight: 300;
  border-radius: 0;
}

#gform_wrapper_4 input[type=text],
#gform_wrapper_4 input[type=email],
#gform_wrapper_4 input[type=tel],
#gform_wrapper_4 input[type=file],
#gform_wrapper_4 input[type=number],
#gform_wrapper_4 textarea,
#gform_wrapper_4 select, #gform_wrapper_5 input[type=text],
#gform_wrapper_5 input[type=email],
#gform_wrapper_5 input[type=tel],
#gform_wrapper_5 input[type=file],
#gform_wrapper_5 input[type=number],
#gform_wrapper_5 textarea,
#gform_wrapper_5 select {
  border: 1px solid #0E1621;
}
#gform_wrapper_4 input[type=submit], #gform_wrapper_5 input[type=submit] {
  background: #0E1621;
  border: 1px solid #0E1621;
  padding: 0.5rem 3rem;
}
#gform_wrapper_4 input[type=submit]:hover, #gform_wrapper_5 input[type=submit]:hover {
  background-color: #000000;
}
#gform_wrapper_4 .gform_footer, #gform_wrapper_5 .gform_footer {
  margin-top: 2rem;
}
#gform_wrapper_4 ::-moz-placeholder, #gform_wrapper_5 ::-moz-placeholder {
  color: #8e8e8e;
}
#gform_wrapper_4 ::placeholder, #gform_wrapper_5 ::placeholder {
  color: #8e8e8e;
}
#gform_wrapper_4 .gform_validation_errors h2, #gform_wrapper_5 .gform_validation_errors h2 {
  color: #c02b0a !important;
}

.gfield_radio {
  display: flex;
  gap: 2rem;
}

.gform_wrapper.gravity-theme input[type=file] {
  padding-top: 6px;
}

.gform_wrapper.gravity-theme input[type=radio] {
  all: revert;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input {
  color: red;
  font-size: 13px;
  padding: 8px;
}

.gform_fileupload_rules {
  display: none !important;
  font-size: 14px !important;
  font-weight: 400;
  margin-top: 0 !important;
  color: #8e8e8e;
}

.gform_wrapper.gravity-theme input[type=submit] {
  background: none;
  border: 1px solid #ffffff;
  padding: 0.5rem 3rem;
}
.gform_wrapper.gravity-theme input[type=submit]:hover {
  background-color: #000000;
}

.gform_wrapper.gravity-theme input[type=submit]:hover {
  background-color: #000000;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0 !important;
}

.ui-datepicker-trigger {
  width: 20px;
}

.gform_wrapper .gform_ajax_spinner {
  width: 50px !important; /* Change the width as needed */
  height: 50px !important; /* Change the height as needed */
}

.gform_confirmation_message {
  text-align: center;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  color: #3c3c3c !important;
  font-size: 14px !important;
  border: none !important;
  padding: 0 !important;
}

.gform_validation_errors {
  background-color: transparent !important;
}
.gform_validation_errors h2 {
  font-size: 14px !important;
  color: white !important;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
}

.post-content {
  margin: 2rem auto;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  margin: 1rem 0 !important;
}
.post-content h1 {
  font-size: 48px !important;
}
.post-content h2 {
  font-size: 36px !important;
}
.post-content h3 {
  font-size: 32px !important;
}
.post-content h4 {
  font-size: 28px !important;
}
.post-content h5 {
  font-size: 24px !important;
}
.post-content p {
  font-size: 20px;
  margin: 1rem 0;
}
.post-content img {
  margin: 2rem 0;
}
.post-content a {
  color: #0E1621;
  font-weight: bold;
}
.post-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.post-content li {
  list-style: disc;
  margin-left: 1rem;
}

.gutenburg .wp-block-separator {
  margin: 1.5rem 0;
}
.gutenburg p {
  margin-bottom: 1rem !important;
}
.gutenburg .wp-element-button {
  background-color: #3c3c3c;
  border-radius: 0;
  font-size: 18px;
}
.gutenburg .wp-element-button:hover {
  background-color: black;
  color: white;
}
.gutenburg ul {
  list-style: disc !important;
}
.gutenburg ul li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.map-container #Footpath {
  fill: #b8b8b8;
}
.map-container .cls-3,
.map-container .cls-12,
.map-container .cls-13,
.map-container .cls-14,
.map-container .cls-44,
.map-container .cls-45 {
  stroke: #989c97;
}
.map-container #Grass-2 {
  fill: #7dab3a;
  opacity: 0.5;
}
.map-container .cls-6,
.map-container .cls-7 {
  font-family: "Arial";
  font-size: 10px;
  font-weight: 300;
}

.sold .cls-12 {
  fill: #c3c5c3;
}
.sold .cls-44,
.sold .cls-13 {
  fill: #d7d7d7;
}
.sold text {
  fill: #ababab;
}

.map-hover .cls-12 {
  fill: #0E1621;
  opacity: 0.5;
}
.map-hover .cls-44,
.map-hover .cls-13 {
  fill: #0E1621;
}
.map-hover text {
  fill: white;
}

.sold-color {
  background-color: #094130;
}

.selling-color {
  background-color: #b8c2ba;
}

#infoBox {
  background-color: rgba(14, 22, 33, 0.8);
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}
#infoBox #unit {
  font-weight: 600;
}
#infoBox span {
  font-weight: 400;
}
@media (max-width: 767px) {
  #infoBox {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}

#infoBox.sold {
  background-color: rgba(143, 0, 0, 0.8);
}

#map {
  width: 100%;
  height: 750px;
}
@media (max-width: 767px) {
  #map {
    height: 400px !important;
  }
}

.marker {
  /* background-image: url("https://mkroofing.co.nz/wp-content/uploads/2024/06/mk-pin-grey.png"); */
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-close-button {
  font-size: 20px;
}

.mapboxgl-popup-content {
  text-align: center;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  opacity: 0.9;
}

.mapboxgl-popup-content a:hover {
  color: #537cb7 !important;
}

.mapboxgl-popup-tip {
  opacity: 0.9;
}

button:focus {
  outline: none;
}