.map .container {
    min-height: calc(100vh - 200px);
}

.cities .card {
    background: rgba(255,255,255,1);
    padding: 15px;
    font-size: 11px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease
}

.cities .card:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #f3b942;
}

.mapModal .modal-body .row {
    height: 50vh;
}

.centerList {
    height: 100%;
    overflow: auto;
}

.centerList .listIcons {
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
}

.mapData {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    padding: 20px;
    transition: all 0.8s ease

}







.customMarker {
    background:transparent;
    border:none;
}

.markerWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.markerDot {
    width: 18px;
    height: 18px;
    background: linear-gradient(90deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 60%);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.markerDot {
    animation: pulse-animation-bg 5s infinite ease;
    animation-fill-mode: both;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    box-shadow: 0 0 15px rgba(0,0,0,0.1) !important;
}
@keyframes pulse-animation-bg {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 189, 200, 0.4);
    }

    30% {
        box-shadow: 0 0 0 20px rgba(0, 189, 200, 0);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 189, 200, 0);
    }
}

/*.leaflet-bar {*/
/*    position: fixed !important;*/
/*    opacity: 1;*/
/*    float: right;*/
/*    margin-top: 100px !important;*/
/*    padding: 0px;*/
/*    right: 30px !important;*/
/*    background: rgba(255,255,255,0.3) !important;*/
/*    border-width: 0px !important;*/
/*    backdrop-filter: blur(5px);*/
/*    -webkit-backdrop-filter: blur(5px);*/
/*    z-index: 99999 !important;*/
/*    box-shadow: 0 0 10px rgba(0,0,0,1);*/
/*}*/

.leaflet-bar a {
    background: rgba(0, 213, 195, 1) !important;
    color: #fff !important;
    top: 50px !important;
    margin: 8px;
    border-color: rgba(255,255,255,0.5);
    border-width: 0px !important;
}

.leaflet-touch .leaflet-bar a {
    font-size: 15px;
}

.leaflet-bottom {
    display: none !important;
}

.leaflet-popup {
    margin-bottom: 40px !important;
}

.mapData .leaflet-popup-tip-container {
    margin-top: 0px !important;
}

.mapData .leaflet-popup-tip {
    margin-bottom: 10px;
    background: rgba(243, 185, 66, 1) !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.mapData .leaflet-popup-content {
    width: calc(100% - 10px) !important;
    margin: 5px !important;
    background: rgba(255,255,255,0);
}

.mapData .leaflet-popup-content-wrapper {
    width: 20vw;
    height: auto;
    margin-bottom: 0px;
    padding: 10px;
    font-family:"BPG mrgvlovani" !important;
    font-size: 11px;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: rgba(243, 185, 66, 0.5) !important;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
}

.companyImg {
    position: relative;
    display: block;
    width: calc(20vw - 35px);
    /*left: 25%;*/
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px 0px 0px 10px;
    border-radius: 10px;
}

.mapData .mapDataPopup .popupTitle {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    font-size: 10px;
    font-family:"BPG Arial Caps";
}

.mapData .mapDataPopup .popupAddress {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}

.mapData .mapDataPopup .popupOptions button {
    width: 100%;
    height: 30px;
    font-size: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-radius: 0px 0px 5px 5px;
}

.centerCard {
    padding: 10px;
    margin-bottom: 10px;
    font-family:"BPG Arial Caps";
    text-align: left;
    font-size: 10px;
    cursor: pointer;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-radius: 0px 0px 0px 10px;
    transition: 0.5s;
}

.centerCard:hover {
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    background: #f3b942;
    border-radius: 10px;
}








.faq {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /*height: calc(100vh - 250px);*/
}

.faq .accordion {
    /*background: #fff;*/
    --bs-accordion-border-color: rgba(0,0,0,0.05)
}

.faq .accordion .accordion-item .accordion-body {
    text-align: justify !important;
    padding: 20px 40px;
    color: rgba(0,0,0,0.7);
}

.faq .accordion .accordion-button {
    font-size: 11px;
    font-family: "BPG Arial Caps";
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 6px);
    padding: 15px 15px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background: rgba(0,0,0,0.08);
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    outline: none !important;
    box-shadow: none !important;
    margin: 3px 0px 3px 3px;
}

.faq .accordion .collapsed {
    background: rgba(0,0,0,0.03) !important;
}

.faq .accordion-button::after {
    flex-shrink: 0;
    width: 10px !important;
    height: 10px !important;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 10px !important;
    transition: var(--bs-accordion-btn-icon-transition);
}

.faq .title p {
    width: auto;
    border-radius: 0px;
    padding: 2px 10px;
    margin-bottom: 10px;
}

.faq .title {
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    font-family: "BPG Arial Caps";
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: rgba(243, 185, 66, 0.7);
}

.faq .arrows {
    padding: 10px 0px 5px 0px;
    display: flex;
    align-items: center;
    flex-direction: column; /* ელემენტებს განალაგებს ვერტიკალურად */
    gap: 5px;
}

.faq .arrows .points {
    background-color: rgba(243, 185, 66, 0.7);
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.faq .arrows i {
    color: rgba(243, 185, 66, 0.7);
    font-size: 10px;
}






.centersModal {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 20px 0px 20px 20px;
}

.modal-content {
    background: transparent;
    padding-top: 40px;
    border-width: 0px;
}

.modalOptions {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
    width: 100%;
}

.closeModal {
    padding: 7px;
    color: rgba(243, 185, 66, 1);
    border-radius: 20px 20px 0px 20px !important;
    background: rgba(255,255,255,0.3);
    border-width: 0px;
}

.centersModal .modal-body {
    background: #fff;
    border-radius: 18px 0px 18px 18px;
}


.infoContainer {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 0px;
    text-align: left;
    font-family: "BPG mrgvlovani" !important;
    background: #fff;
    border-radius: 20px;
    transition: opacity 1s ease, max-height 1s ease, padding 0.5s ease;
}

.infoContainer.showInfo {
    opacity: 1;
    max-height: 500px;
    padding: 10px;
    margin-top: 15px;
}

.infoContainer .icon {
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    /*box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);*/
}

.infoContainer .pointBasic, .infoContainer .pointBasic {
    background-color: rgba(242, 240, 240, 0.8);
    padding: 10px 22px;
    border-width: 1px;
    border-color: rgba(0,0,0,0.05);
    border-style: solid;
    border-radius: 50px;
    width: auto;
    font-size: 10px;
}

.infoContainer .pointBorder, .infoContainer .pointBorder {
    padding: 10px 22px;
    border-width: 1px;
    border-color: rgba(0,0,0,0.1);
    border-style: solid;
    border-radius: 50px;
    width: auto;
    font-size: 10px;
    /*background-color: #fff;*/
    /*box-shadow:  inset 0px 0px 10px 5px rgba(0, 0, 0, 0.1);*/
}

.infoContainer .pointBorder a, .infoContainer .pointBasic a {
    color: #212529 !important;
}

.infoContainer a {
    text-decoration: none;
    outline: none;
    color: #212529;
}
