.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.border-l0 {
    border-left: 0px !important;
}

.btn-outline-primary {
    color: #ed991b;
    border-color: #ed991b;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #ed991b;
        border-color: #ed991b;
    }
.page-nav{margin:auto}

.map-marker-container {
    font-size: 24px;
    color: #007bff;
}

.marker-container {
    position: relative;
}

.marker-card {
    width: 40px;
    height: 40px;
    text-align: center;
}

.front.face, .back.face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.marker-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #007bff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}