.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.map-image {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .contact-heading-mobile {
    padding-top: 20px!important;
  }
}

.pulse-marker {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}

.pulse {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C08362; /* orange */
  animation: pulse 2s infinite;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #C08362;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .pulse-marker {
    width: 10px;
    height: 10px;
  }

  .pulse {
    width: 10px;
    height: 10px;
  }

  .dot {
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
  }
}

/* 🌐 Default/Desktop positioning */
/* Linear */
.marker-1 {
  top: 8.5%;
  left: 52%;
}
/* Epique */
.marker-2 {
  top: 21%;
  left: 45%;
}
/* THE EDGE */
.marker-3 {
  top: 29.5%;
  left: 51%;
}
/* Privily */
.marker-4 {
  top: 35%;
  left: 43%;
}
/* Terra vista */
.marker-5 {
  top: 32%;
  left: 32.5%;
}
/* isquare */
.marker-6 {
  top: 43%;
  left: 33.7%;
}
/* DUO */
.marker-7 {
  top: 54.5%;
  left: 44%;
}
/* WestPoint */
.marker-8 {
  top: 71%;
  left: 44%;
}

/* 📱 Mobile positioning */
@media (max-width: 768px) {
.marker-1 {
  top: 8%;
  left: 54.5%;
}
/* Epique */
.marker-2 {
  top: 19%;
  left: 38%;
}
/* THE EDGE */
.marker-3 {
  top: 27.5%;
  left: 52%;
}
/* Privily */
.marker-4 {
  top: 32%;
  left: 33%;
}
/* Terra vista */
.marker-5 {
  top: 30%;
  left: 7.5%;
}
/* isquare */
.marker-6 {
  top: 40%;
  left: 9.5%;
}
/* DUO */
.marker-7 {
  top: 50.5%;
  left: 35%;
}
/* WestPoint */
.marker-8 {
  top: 66%;
  left: 36%;
}

}

.contact-section {
	padding: 50px;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 20px;
  }
}

.all-column-section{
    margin-top: 450px;
}

@media (min-width: 1800px) {
.all-column-section{
    margin-top: 250px;
    }
}

.contact-address {
color: #696969;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
letter-spacing: 0.7px;
text-align: left;
}

.contact-form {
    padding: 0!important;
}


.floating-form {
    position: absolute;
    top: 47em; /* Default for 1440px screens */
    left: 50%;
    transform: translate(-50%, -40%);
    background: #F7F7F7;
    padding: 40px;
    border-radius: 0px;
    width: 100%;
    max-width: 750px!important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.all-column-section {
    padding-bottom: 5em;
}

/* Align all-column-section based on floating-form */
.all-column-section {
    margin-top: 45em; /* Keeps spacing consistent */
}

/* ✅ Extra Large Screens (above 1440px, e.g., 4K displays) */
@media (min-width: 1920px) {
    .floating-form {
        top: 50em; /* Adjust position slightly upwards */
        width: 40%;
        max-width: 700px; /* Slightly wider form */
    }

    .all-column-section {
        margin-top: 40em; /* Adjusted for proper spacing */
    }
}

/* ✅ Tablet Screens (1024px) */
@media (max-width: 1024px) {
    .floating-form {
        top: 30em;
        width: 60%;
        padding: 30px;
        transform: translate(-50%, -30%);
    }

    .all-column-section {
        margin-top: 45em;
    }
}

/* ✅ Mobile Screens (768px and below) */
@media (max-width: 768px) {
    .floating-form {
        top: 25em;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 400px;
        padding: 20px;
        z-index: 999;
    }

    .all-column-section {
        margin-top: 35em;
    }
}

/* ✅ Small Mobile Screens (480px and below) */
@media (max-width: 480px) {
    .floating-form {
        top: 25em;
        width: 95%;
        padding: 15px;
    }

    .all-column-section {
        margin-top: 30em;
    }
}



/* Form elements */
.form-subheading {
    color: #C08362;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 7px;
    text-transform: uppercase;

}

.form-heading {
    color: #000;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

/* Inputs */
.form-container .form-control {
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 14px;
}

/* Button styling */
.form-container .btn-dark {
    font-weight: bold;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Make it responsive */
@media (max-width: 768px) {
    .floating-form {
        width: 95%;
        transform: translate(-50%, -30%);
/*        padding: 30px;*/
        margin-top: 150px;
        padding-bottom: 50px;
    }
    .all-column-section{
    margin-top: 800px;
}
    .form-heading {
        font-size: 25px;
    }
}