.link {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

/* Styles for popup container */
.popup-containerdb {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 90%;
    padding: 10px;
    background-color: #0c0b0bd4;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    line-height: 7px;
}

/* Styles for form inside popup */
.popup-formdb {
    text-align: center;
}

/* Styles for overlay */
.overlaydb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 999;
}

/* Styles for close button */
.close-btndb {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}





/*floorplan 1*/

.link {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

/* Styles for popup container */
.popup-containerf1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 90%;
    padding: 10px;
    background-color: #0c0b0bd4;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    line-height: 7px;
}

/* Styles for form inside popup */
.popup-formf1 {
    text-align: center;
}

/* Styles for overlay */
.overlayf1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 999;
}

/* Styles for close button */
.close-btnf1 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}


/*floor plan 2*/

.link {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

/* Styles for popup container */
.popup-containerf2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 90%;
    padding: 10px;
    background-color: #0c0b0bd4;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    line-height: 7px;
}

/* Styles for form inside popup */
.popup-formf2 {
    text-align: center;
}

/* Styles for overlay */
.overlayf2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 999;
}

/* Styles for close button */
.close-btnf2 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}


/*floor plan 3*/

.link {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

/* Styles for popup container */
.popup-containerf3 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 90%;
    padding: 10px;
    background-color: #0c0b0bd4;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    line-height: 7px;
}

/* Styles for form inside popup */
.popup-formf3 {
    text-align: center;
}

/* Styles for overlay */
.overlayf3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 999;
}

/* Styles for close button */
.close-btnf3 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}



/*floor plan 2*/

.link {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

/* Styles for popup container */
.popup-containerf4 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 90%;
    padding: 10px;
    background-color: #0c0b0bd4;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    line-height: 7px;
}

/* Styles for form inside popup */
.popup-formf4 {
    text-align: center;
}

/* Styles for overlay */
.overlayf4 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 9999;
}

/* Styles for close button */
.close-btnf4{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}